worth_watching 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a87ee09112a2b90e326547cfbbe63c913ef234a3
4
- data.tar.gz: a1440687f118a3ebd48991fe91cbdb734ffbd7b4
3
+ metadata.gz: 891f11fb42b8f3ae8e1572fb9d4cb2b23300f900
4
+ data.tar.gz: 7c8ea64f9f3d6e3ee8fd374b47776c5a0e72680c
5
5
  SHA512:
6
- metadata.gz: ef7d45e8977ebb175dd3bebdfbb7dfafda52eb76d380f4056216c3380d5e1ddac293dfeea7412afc26617e7ff55dbd20a3cb92463dbad5626487068a2a18c378
7
- data.tar.gz: 24c045e6bf13d1cf7348d8915e64ecaf997cad856d43036d3454784270504de2bafba824a3292cd6bfb40a4233aa26d9019b9784adca21b18c794226a09abb7e
6
+ metadata.gz: 6ac8b3561a096eb49011ee24939bfb5510ad6836820c027b39fdbe59e6caa125da132ee7a6ff6f9c0401b9bea8c223e7464104079a5785d3b18be11f0e767f8e
7
+ data.tar.gz: 599821c71d9816903dae4207cc2df9dae3a483009d7f6a14f6dc914b3a0d6de1493a65407501f7107da554b0c28adadaa4448aba9362524c52576ecd064c3418
Binary file
@@ -0,0 +1,91 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>app</key>
6
+ <string>com.bohemiancoding.sketch.beta</string>
7
+ <key>build</key>
8
+ <integer>5347</integer>
9
+ <key>commit</key>
10
+ <string>9c36051e8fd492279e960780830d475c5696520c</string>
11
+ <key>fonts</key>
12
+ <array>
13
+ <string>Lato-Light</string>
14
+ <string>Lato-Regular</string>
15
+ <string>Lato-Light</string>
16
+ <string>Lato-Light</string>
17
+ <string>Lato-Regular</string>
18
+ <string>Lato-Regular</string>
19
+ <string>Lato-Light</string>
20
+ <string>Lato-Regular</string>
21
+ <string>Lato-Regular</string>
22
+ <string>Lato-Light</string>
23
+ <string>Lato-Regular</string>
24
+ <string>Lato-Regular</string>
25
+ <string>Lato-Light</string>
26
+ <string>Lato-Regular</string>
27
+ <string>Lato-Regular</string>
28
+ <string>Lato-Light</string>
29
+ <string>Exo-Regular</string>
30
+ <string>Lato-Regular</string>
31
+ <string>Lato-Regular</string>
32
+ <string>Lato-Regular</string>
33
+ <string>Lato-Regular</string>
34
+ <string>Lato-Regular</string>
35
+ <string>Lato-Regular</string>
36
+ <string>Lato-Regular</string>
37
+ <string>Lato-Regular</string>
38
+ <string>Lato-Regular</string>
39
+ <string>Lato-Regular</string>
40
+ <string>Lato-Regular</string>
41
+ <string>Lato-Regular</string>
42
+ <string>Lato-Regular</string>
43
+ <string>Lato-Regular</string>
44
+ <string>Lato-Light</string>
45
+ <string>Lato-Regular</string>
46
+ <string>Lato-Light</string>
47
+ <string>Lato-Regular</string>
48
+ <string>Lato-Regular</string>
49
+ <string>Lato-Regular</string>
50
+ <string>Lato-Light</string>
51
+ <string>Lato-Regular</string>
52
+ <string>Lato-Light</string>
53
+ <string>Lato-Regular</string>
54
+ <string>Lato-Regular</string>
55
+ <string>Lato-Regular</string>
56
+ <string>Lato-Regular</string>
57
+ <string>Lato-Regular</string>
58
+ <string>Lato-Regular</string>
59
+ <string>Lato-Regular</string>
60
+ <string>Lato-Regular</string>
61
+ <string>Lato-Regular</string>
62
+ <string>Lato-Regular</string>
63
+ <string>Lato-Light</string>
64
+ <string>Exo-Regular</string>
65
+ <string>Lato-Regular</string>
66
+ <string>Lato-Regular</string>
67
+ <string>Lato-Regular</string>
68
+ <string>Lato-Regular</string>
69
+ <string>Lato-Regular</string>
70
+ <string>Lato-Regular</string>
71
+ <string>Lato-Regular</string>
72
+ <string>Lato-Regular</string>
73
+ <string>Lato-Regular</string>
74
+ <string>Lato-Regular</string>
75
+ <string>Lato-Regular</string>
76
+ <string>Lato-Regular</string>
77
+ <string>Lato-Regular</string>
78
+ <string>Lato-Regular</string>
79
+ <string>Lato-Light</string>
80
+ <string>Lato-Regular</string>
81
+ <string>Lato-Light</string>
82
+ <string>Lato-Regular</string>
83
+ <string>Lato-Regular</string>
84
+ <string>Lato-Regular</string>
85
+ </array>
86
+ <key>length</key>
87
+ <integer>7154874</integer>
88
+ <key>version</key>
89
+ <integer>18</integer>
90
+ </dict>
91
+ </plist>
@@ -0,0 +1 @@
1
+ 18
@@ -16,9 +16,10 @@ module WorthWatching
16
16
  def initialize(rt_api_key, tmdb_api_key)
17
17
  @rt_api_key = rt_api_key
18
18
  @tmdb_api_key = tmdb_api_key
19
+ @movie = nil # the current movie being aggregated
19
20
  end
20
21
 
21
- # Retrieve the details of a specific movie using its IMDB ID
22
+ # Retrieve the details of a specific movie using its Rotten Tomatoes ID
22
23
  #
23
24
  # @param rt_id [String] the Rotten Tomatoes ID of the movie
24
25
  # @return [Movie] a Movie object representing the movie
@@ -101,7 +102,11 @@ module WorthWatching
101
102
  omdb_response = JSON.parse(Typhoeus.get("http://www.omdbapi.com/?i=tt#{@movie.imdb_id}").body)
102
103
 
103
104
  if omdb_response["Response"] == "True"
104
- @movie.imdb_rating = omdb_response["imdbRating"]
105
+ if omdb_response["imdbRating"] == "N/A"
106
+ scrape_imdb_rating
107
+ else
108
+ @movie.imdb_rating = omdb_response["imdbRating"]
109
+ end
105
110
  else
106
111
  @movie.imdb_rating = "Unavailable"
107
112
  end
@@ -125,6 +130,15 @@ module WorthWatching
125
130
  @movie.metacritic_url = metacritic_url
126
131
  end
127
132
 
133
+ # Scrapes and sets the IMDb rating of the current movie from its IMDb page
134
+ def scrape_imdb_rating
135
+ imdb_url = "http://m.imdb.com/title/tt#{@movie.imdb_id}"
136
+
137
+ imdb_page = Nokogiri::HTML(Typhoeus.get(imdb_url).body)
138
+
139
+ @movie.imdb_rating = imdb_page.xpath("//*[@class = 'mobile-sprite yellow-star']").first.next_element.text.match(/[0-9]\.[0-9]/).to_s.to_f
140
+ end
141
+
128
142
  # Updates the current movie's high resolution poster URL
129
143
  def get_poster
130
144
  uri = "#{TMDB_API_BASE_URL}/movie/tt#{@movie.imdb_id}?api_key=#{tmdb_api_key}"
@@ -1,3 +1,3 @@
1
1
  module WorthWatching
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/logo.sketch/Data CHANGED
Binary file
Binary file
Binary file
data/logo.sketch/metadata CHANGED
@@ -14,7 +14,7 @@
14
14
  <string>Futura-Medium</string>
15
15
  </array>
16
16
  <key>length</key>
17
- <integer>23240</integer>
17
+ <integer>22866</integer>
18
18
  <key>version</key>
19
19
  <integer>18</integer>
20
20
  </dict>
@@ -0,0 +1,1134 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+ <!DOCTYPE html>
8
+ <html lang="en"
9
+ xmlns:og="http://opengraphprotocol.org/schema/"
10
+ xmlns:fb="http://www.facebook.com/2008/fbml">
11
+ <head>
12
+ <meta charset="utf-8">
13
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
14
+ <meta name="format-detection" content="telephone=no">
15
+ <meta name="HandheldFriendly" content="true">
16
+ <meta name="google-site-verification" content="-41chk8SjktlW5suRZ4hSSArjxmVu7i89S2ljNh8_a8">
17
+ <meta name="msvalidate.01" content="C1DACEF2769068C0B0D2687C9E5105FA">
18
+
19
+ <link rel='image_src' href="http://ia.media-imdb.com/images/M/MV5BMzA2NDkwODAwM15BMl5BanBnXkFtZTgwODk5MTgzMTE@._V1_SY1200_CR96,0,630,1200_.jpg">
20
+ <meta property='og:image' content="http://ia.media-imdb.com/images/M/MV5BMzA2NDkwODAwM15BMl5BanBnXkFtZTgwODk5MTgzMTE@._V1_SY1200_CR96,0,630,1200_.jpg" />
21
+
22
+ <meta property='og:type' content="video.movie" />
23
+ <meta property='fb:app_id' content='115109575169727' />
24
+ <meta property='og:title' content="Captain America: The Winter Soldier (2014)" />
25
+ <meta property='og:site_name' content='IMDb' />
26
+ <meta name="title" content="Captain America: The Winter Soldier (2014) - IMDb" />
27
+ <meta name="description" content="" />
28
+ <meta property="og:description" content="" />
29
+ <meta name="request_id" content="01GG4B1P363HX3BK6RGE" />
30
+ <link rel="canonical" href="http://www.imdb.com/title/tt1843866/">
31
+ <link rel="image_src" type="image/png" href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/icon_114x114-2473092182._V359701795_.png">
32
+ <link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-mobile-2541571834._V361295798_.png" rel="apple-touch-icon">
33
+ <link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-mobile-76x76-3844629765._V361295802_.png" rel="apple-touch-icon" sizes="76x76">
34
+ <link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-mobile-120x120-3625010658._V361295832_.png" rel="apple-touch-icon" sizes="120x120">
35
+ <link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-mobile-152x152-3129943812._V361295776_.png" rel="apple-touch-icon" sizes="152x152">
36
+ <link rel="shortcut icon" sizes="196x196" href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/android-mobile-196x196-1358942022._V361295825_.png">
37
+
38
+ <!-- begin mobile ads header -->
39
+ <script type="text/javascript">var IMDbTimer={starttime: new Date().getTime()};</script>
40
+ <script src="http://ia.media-imdb.com/images/G/01/imdbads/js/collections/ads-mobileweb-4180231387._V340763634_.js"></script>
41
+ <script>
42
+ doWithAds = function(){};
43
+ </script>
44
+ <script>
45
+ doWithAds = function(inside, failureMessage){
46
+ if ('consoleLog' in window &&
47
+ 'generic' in window &&
48
+ 'ad_utils' in window &&
49
+ 'custom' in window &&
50
+ 'monitoring' in generic &&
51
+ 'document_is_ready' in generic) {
52
+ try{
53
+ inside.call(this);
54
+ }catch(e) {
55
+ if ( window.ueLogError ) {
56
+ if(typeof failureMessage !== 'undefined'){
57
+ e.message = failureMessage;
58
+ }
59
+ e.attribution = "Advertising";
60
+ e.logLevel = "ERROR";
61
+ ueLogError(e);
62
+ }
63
+ if( (document.location.hash.match('debug=1')) &&
64
+ (typeof failureMessage !== 'undefined') ){
65
+ console.error(failureMessage);
66
+ }
67
+ }
68
+ } else {
69
+ if( (document.location.hash.match('debug=1')) &&
70
+ (typeof failureMessage !== 'undefined') ){
71
+ console.error(failureMessage);
72
+ }
73
+ }
74
+ };
75
+ </script><script>
76
+ doWithAds(function(){
77
+ generic.monitoring.set_forester_info("main");
78
+ generic.monitoring.set_twilight_info(
79
+ "main",
80
+ "GB",
81
+ "1ff0320af0131a48aa9a8772396ea409bbbaf740",
82
+ "2014-04-05T13%3A34%3A24GMT",
83
+ "http://s.media-imdb.com/twilight/?",
84
+ "mobile");
85
+ generic.monitoring.start_timing("page_load");
86
+ generic.seconds_to_midnight = 62736;
87
+ generic.days_to_midnight = 0.726111114025116;
88
+ },"Generic not defined, skipping twilight setup.");
89
+ </script>
90
+ <!-- end mobile ads header -->
91
+
92
+ <script type="text/javascript">
93
+ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
94
+ var msViewportStyle = document.createElement("style");
95
+ msViewportStyle.appendChild(
96
+ document.createTextNode(
97
+ "@-ms-viewport{width:auto!important}"
98
+ )
99
+ );
100
+ document.getElementsByTagName("head")[0].
101
+ appendChild(msViewportStyle);
102
+ }
103
+ </script>
104
+ <meta name="apple-itunes-app" content="app-id=342792525, app-argument=imdb:///title/tt1843866?src=mdot">
105
+
106
+ <link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/mobile/responsive-title-2090749304._V342862236_.css" />
107
+
108
+ <!--[if lt IE 9]>
109
+ <script type="text/javascript">
110
+ var e = ("abbr,article,aside,audio,canvas,datalist,details,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video").split(',');
111
+ for (var i = 0; i < e.length; i++) {
112
+ document.createElement(e[i]);
113
+ }
114
+ </script>
115
+ <![endif]-->
116
+
117
+ <title>Captain America: The Winter Soldier (2014) - IMDb</title>
118
+
119
+ <script type="text/javascript">var ue_t0=window.ue_t0||+new Date();</script>
120
+ <script type="text/javascript">
121
+ var ue_mid = "A1EVAM02EL8SFB";
122
+ var ue_sn = "m.imdb.com";
123
+ var ue_furl = "fls-na.amazon.com";
124
+ var ue_sid = "400-9982441-1807535";
125
+ var ue_id = "01GG4B1P363HX3BK6RGE";
126
+ (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);
127
+ if (!('CS' in window)) { window.CS = {}; }
128
+ window.CS.loginSecureHost = "https://secure.imdb.com";
129
+ </script>
130
+
131
+ </head>
132
+ <body>
133
+ <script>
134
+ if (typeof uet == 'function') {
135
+ uet("bb");
136
+ }
137
+ </script>
138
+
139
+
140
+ <style>
141
+ #aan_popIn {
142
+ position: fixed;
143
+ bottom: 0px;
144
+ width: 100%;
145
+ z-index: 1;
146
+ }
147
+ </style>
148
+ <script>
149
+ doWithAds(function(){
150
+ generic.monitoring.record_metric("bottom_close_request", csm.duration());
151
+ },"Generic not defined, skipping twilight record_metric.");
152
+ </script>
153
+ <!-- begin BOTTOM_CLOSE -->
154
+ <div id="bottom_close" class="inlinead aan">
155
+ <script
156
+ src="http://www.amazon.com/gp/aw/mobile-ads/js?adHeight=51&adWidth=320&bkpAdURL=http%3A%2F%2Fwww.amazon.com%2Fgp%2Faw%2F&bkpAdImage=http%3A%2F%2Fia.media-imdb.com%2Fimages%2FG%2F01%2Fmobile%2Fadvertising%2F300x50_mobile_backup_ad&pagetype=title&site=m.imdb.com&spinnerImage=http%3A%2F%2Fia.media-imdb.com%2Fimages%2FG%2F01%2Fmobile%2Fadvertising%2Fspinner_for_300x50_ad_size.gif&aaxChannelID=100&lateLoadAds=1&timeout=3000&nameSpace=aan_&slot=BOTTOM_CLOSE&src=401&popin=0&pk=%5B%22g%3Dac%22%2C%22g%3Dad%22%2C%22g%3Dsf%22%2C%22g%3Dbaa%22%2C%22tt%3Df%22%2C%22m%3DPG13%22%2C%22mh%3DPG13%22%2C%22ml%3DPG13%22%2C%22coo%3Dus%22%2C%22up%3D1%22%2C%22b%3Dt250%22%2C%22b%3Dt25%22%2C%22b%3Dt250a%22%2C%22fv%3D1%22%2C%22id%3Dtt1843866%22%2C%22ab%3Db%22%2C%22bpx%3D1%22%5D&cb=955736023826 "></script>
157
+ </div>
158
+ <!-- end BOTTOM_CLOSE -->
159
+ <script>
160
+ doWithAds(function(){
161
+ var orig_aan_render_ad = aan_render_ad;
162
+ aan_render_ad = function(ad) {
163
+ generic.monitoring.record_metric("bottom_close_tagdeliver", csm.duration(), true);
164
+ //Wire in the closeable component
165
+ generic.registerCloseable(window, document.getElementById('aan_popIn'), 51, 320);
166
+ //Then fire off the normal response handler
167
+ orig_aan_render_ad(ad);
168
+ };
169
+ },"Generic not defined, skipping twilight record_metric.");
170
+ </script>
171
+
172
+ <header>
173
+ <nav class="navbar navbar-inverse navbar-static-top" role="navigation">
174
+ <div class="navbar-header">
175
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
176
+ <span class="sr-only">Toggle navigation</span>
177
+ <span class="icon-bar"></span>
178
+ <span class="icon-bar"></span>
179
+ <span class="icon-bar"></span>
180
+ </button>
181
+ <div class="collapse navbar-collapse navbar-ex1-collapse">
182
+ <ul class="nav navbar-nav">
183
+ <li class="dropdown">
184
+
185
+
186
+ <a href="https://secure.imdb.com/oauth/m_login?origpath=/title/tt1843866/&ref_=m_nv_lgin" >Sign In</a>
187
+
188
+ </li>
189
+ <li class="dropdown">
190
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
191
+ Movies
192
+ </a>
193
+ <ul class="dropdown-menu">
194
+ <li>
195
+ <a href="//m.imdb.com/showtimes/movie?ref_=m_nv_mv_sh" >Showtimes & Tickets</a>
196
+ </li>
197
+ <li>
198
+ <a href="//m.imdb.com/nowplaying?ref_=m_nv_mv_CS" >Coming Soon</a>
199
+ </li>
200
+ <li>
201
+ <a href="//m.imdb.com/chart/moviemeter?ref_=m_nv_mv_mm" >MOVIEmeter</a>
202
+ </li>
203
+ <li>
204
+ <a href="//m.imdb.com/boxoffice?ref_=m_nv_mv_cht" >US Box Office</a>
205
+ </li>
206
+ <li>
207
+ <a href="//m.imdb.com/chart/top?ref_=m_nv_mv_250" >Top 250</a>
208
+ </li>
209
+ <li>
210
+ <a href="//m.imdb.com/feature/bestpicture?ref_=m_nv_mv_osc" >Best Picture Winners</a>
211
+ </li>
212
+ <li>
213
+ <a href="//m.imdb.com/news/?ref_=m_nv_mv_nw#!tab=movies" >Movie News</a>
214
+ </li>
215
+ <li>
216
+ <a href="//m.imdb.com/oscars/?ref_=m_nv_mv_rto" >Road to the Oscars 2014</a>
217
+ </li>
218
+ </ul>
219
+ </li>
220
+ <li class="dropdown">
221
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
222
+ TV
223
+ </a>
224
+ <ul class="dropdown-menu">
225
+ <li>
226
+ <a href="//m.imdb.com/chart/tv?ref_=m_nv_tv_cht" >Popular TV</a>
227
+ </li>
228
+ <li>
229
+ <a href="//m.imdb.com/news/?ref_=m_nv_tv_nw#!tab=tv" >TV News</a>
230
+ </li>
231
+ </ul>
232
+ </li>
233
+ <li class="dropdown">
234
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
235
+ Celebs
236
+ </a>
237
+ <ul class="dropdown-menu">
238
+ <li>
239
+ <a href="//m.imdb.com/chart/starmeter?ref_=m_nv_cel_m" >Popular Celebs</a>
240
+ </li>
241
+ <li>
242
+ <a href="//m.imdb.com/feature/bornondate?ref_=m_nv_cel_brn" >Born Today</a>
243
+ </li>
244
+ <li>
245
+ <a href="//m.imdb.com/news/?ref_=m_nv_cel_nw#!tab=people" >Celeb News</a>
246
+ </li>
247
+ </ul>
248
+ </li>
249
+ <li class="dropdown">
250
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
251
+ Charts & Trends
252
+ </a>
253
+ <ul class="dropdown-menu">
254
+ <li>
255
+ <a href="//m.imdb.com/boxoffice?ref_=m_nv_ch_cht" >US Box Office</a>
256
+ </li>
257
+ <li>
258
+ <a href="//m.imdb.com/chart/moviemeter?ref_=m_nv_ch_mm" >MOVIEmeter</a>
259
+ </li>
260
+ <li>
261
+ <a href="//m.imdb.com/chart/tv?ref_=m_nv_ch_tv" >Popular TV</a>
262
+ </li>
263
+ <li>
264
+ <a href="//m.imdb.com/chart/starmeter?ref_=m_nv_ch_cel" >Popular Celebs</a>
265
+ </li>
266
+ <li>
267
+ <a href="//m.imdb.com/feature/bestpicture?ref_=m_nv_ch_osc" >Best Picture Winners</a>
268
+ </li>
269
+ <li>
270
+ <a href="//m.imdb.com/chart/top?ref_=m_nv_ch_250" >Top 250</a>
271
+ </li>
272
+ <li>
273
+ <a href="//m.imdb.com/chart/bottom?ref_=m_nv_ch_100" >Bottom 100</a>
274
+ </li>
275
+ </ul>
276
+ </li>
277
+ </ul>
278
+ </div>
279
+ <div class="navbar-text">
280
+ <a href="//m.imdb.com/?ref_=m_nv_home" class="navbar-link">
281
+ <img src="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/imdb-logo-responsive@2-868559777._V355369462_.png"
282
+ width="62"
283
+ height="30" />
284
+ </a>
285
+ </div>
286
+ <div id="suggestion-search-container" class="pull-right col-xs-6">
287
+ <form method="get" action="//m.imdb.com/find" class="navbar-form" role="search">
288
+ <div id="autocomplete"></div>
289
+ <div class="input-group">
290
+ <input id="suggestion-search"
291
+ name="q"
292
+ type="text"
293
+ class="form-control"
294
+ placeholder="Search IMDb"
295
+ autocapitalize="off"
296
+ autocorrect="off"
297
+ autocomplete="off" />
298
+ <span class="input-group-btn">
299
+ <button id="suggestion-search-button" type="submit" class="btn btn-default">
300
+ <span class="mobile-sprite search"></span>
301
+ </button>
302
+ </span>
303
+ </div>
304
+ </form>
305
+ </div>
306
+ <div id="suggestion-search-close" class="hidden">
307
+ <button type="button" class="btn btn-transparent">
308
+ <span class="mobile-sprite close-x"></span>
309
+ </button>
310
+ </div>
311
+ </div>
312
+ </nav>
313
+ </header>
314
+
315
+
316
+
317
+ <div class="container">
318
+
319
+ <div class="row">
320
+ <div class="col-xs-12">
321
+ <section id="titleOverview">
322
+ <section id="watch-options">
323
+ <div class="bg-gradient-gray watch-option">
324
+ <a class="btn-full dark" href="//m.imdb.com/title/tt1843866/cinemashowtimes">
325
+ <h4 class="text-white unbold"> Showtimes
326
+ </h4>
327
+ <span> In theaters near you
328
+ </span>
329
+ </a>
330
+ </div>
331
+ </section>
332
+ <div class="media">
333
+ <span class="pull-left ribbonize" data-tconst="tt1843866">
334
+ </span>
335
+ <div class="media-body">
336
+ <h1>
337
+ Captain America: The Winter Soldier
338
+ <small>(I)</small>
339
+ <small class="sub-header">
340
+ (2014)
341
+ </small>
342
+ </h1>
343
+ <p class="infobar ellipse">
344
+
345
+
346
+ <span title="PG-13"
347
+ class="us_pg_13 titlePageSprite absmiddle"
348
+ itemprop="contentRating" content="PG-13"></span>
349
+ &nbsp;
350
+
351
+
352
+
353
+
354
+ <time itemprop="duration" datetime="PT136M" >
355
+ 136 min
356
+ </time>
357
+ &nbsp;-&nbsp;
358
+ <span class="itemprop" itemprop="genre">Action</span>
359
+ <span class="ghost">|</span>
360
+ <span class="itemprop" itemprop="genre">Adventure</span>
361
+ <span class="ghost">|</span>
362
+ <span class="itemprop" itemprop="genre">Sci-Fi</span>
363
+
364
+ </p>
365
+ </div>
366
+ </div>
367
+ <hr />
368
+ <div class="media">
369
+ <a href="//m.imdb.com/title/tt1843866/mediaindex/rm3643984384?photoId=MV5BMzA2NDkwODAwM15BMl5BanBnXkFtZTgwODk5MTgzMTE@&ref_=m_tt_ov_i" class="pull-left" > <img height="132"
370
+ width="89"
371
+ alt="Captain America: The Winter Soldier (2014) Poster"
372
+ title="Captain America: The Winter Soldier (2014) Poster"
373
+ src="http://ia.media-imdb.com/images/M/MV5BMzA2NDkwODAwM15BMl5BanBnXkFtZTgwODk5MTgzMTE@._V1_SY132_CR0,0,89,132_.jpg"
374
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMzA2NDkwODAwM15BMl5BanBnXkFtZTgwODk5MTgzMTE@._V1_SY264_CR1,0,178,264_.jpg"
375
+ itemprop="image" class="media-object" />
376
+ </a> <div class="media-body">
377
+ <p itemprop="description">
378
+ Steve Rogers struggles to embrace his role in the modern world and battles a new threat from old history: the Soviet agent known as the Winter Soldier. </p>
379
+ <a href="//m.imdb.com/video/imdb/vi111127321?ref_=m_tt_ov_vi" class="btn btn-dark" > <span class="mobile-sprite play"></span>
380
+ </a> &nbsp;
381
+ <a href="//m.imdb.com/video/imdb/vi111127321?ref_=m_tt_ov_vi" > <strong>Play Trailer</strong>
382
+ </a> </div>
383
+ </div>
384
+
385
+ <hr />
386
+ <div id="ratings-bar">
387
+ <div class="inline-block text-center">
388
+ <span class="mobile-sprite yellow-star"></span><span class="inline-block text-left vertically-middle">8.3<small class="text-muted">/10<br />36,899</small></span> </div>
389
+ <div class="inline-block text-center">
390
+ <a href="https://secure.imdb.com/oauth/m_login?origpath=/title/tt1843866/&ref_=m_tt_ov_rt_lgin" ><span class="mobile-sprite empty-star"></span> Rate</a> </div>
391
+ <div class="inline-block text-center">
392
+ <a href="criticreviews?ref_=m_tt_ov_rt" title="69 review excerpts provided by Metacritic.com" ><span class="metascore favorable">69 </span>
393
+ Metascore</a> </div>
394
+ </div>
395
+ </section>
396
+ <hr />
397
+ <section id="share-checkin">
398
+ <a class="btn-collapse collapsed" data-toggle="collapse" data-target="#share-checkin-list">
399
+ <h3>Share or check-in</h3>
400
+ </a>
401
+ <div class="collapse flush-width flush-down bg-solid-gray-light inset-vertical" id="share-checkin-list">
402
+ <a onclick="window.open('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt1843866%2F', 'newWindow'); return false;"
403
+ href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt1843866%2F"
404
+ title="Share on Facebook"
405
+ ref_="m_tt_shr_fb"
406
+ target="_blank">
407
+ <span class="mobile-sprite facebook"></span> Facebook
408
+ </a>
409
+ <hr class="light" />
410
+ <a onclick="window.open('http://twitter.com/intent/tweet?text=Captain%20America%3A%20The%20Winter%20Soldier%20(2014)%20-%20http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt1843866%2F', 'newWindow'); return false;"
411
+ href="http://twitter.com/intent/tweet?text=Captain%20America%3A%20The%20Winter%20Soldier%20(2014)%20-%20http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt1843866%2F"
412
+ title="Share on Twitter"
413
+ ref_="m_tt_shr_tw"
414
+ target="_blank">
415
+ <span class="mobile-sprite twitter"></span> Twitter
416
+ </a>
417
+ <hr class="light" />
418
+ <a href="mailto:?subject=IMDb%3A%20Captain%20America%3A%20The%20Winter%20Soldier%20(2014)&body=IMDb%3A%20Captain%20America%3A%20The%20Winter%20Soldier%20(2014)%0ASteve%20Rogers%20struggles%20to%20embrace%20his%20role%20in%20the%20modern%20world%20and%20battles%20a%20new%20threat%20from%20old%20history%3A%20the%20Soviet%20agent%20known%20as%20the%20Winter%20Soldier.%0Ahttp%3A%2F%2Fwww.imdb.com%2Frg%2Fem_share%2Ftitle_web%2Ftitle%2Ftt1843866%2F%3Fref%3Dext_shr_eml_tt"
419
+ title="Share by e-mail"
420
+ class=""
421
+ ref="m_tt_shr_eml">
422
+ <span class="mobile-sprite email"></span> E-mail
423
+ </a>
424
+ </div>
425
+ </section>
426
+ <hr />
427
+ <section id="media-strip">
428
+ <div class="smooth-scroller horizontal">
429
+ <ul class="list-inline">
430
+ <li>
431
+ <a href="//m.imdb.com/title/tt1843866/mediaindex/rm699976448?photoId=MV5BMjA1OTI1MDAyOV5BMl5BanBnXkFtZTgwMTk5OTI0MTE@&ref_=m_tt_ph_1" itemprop='thumbnailUrl'><img src="http://ia.media-imdb.com/images/M/MV5BMjA1OTI1MDAyOV5BMl5BanBnXkFtZTgwMTk5OTI0MTE@._V1_SY90_CR22,0,90,90_.jpg"
432
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMjA1OTI1MDAyOV5BMl5BanBnXkFtZTgwMTk5OTI0MTE@._V1_SY180_CR45,0,180,180_.jpg"
433
+ width="90"
434
+ height="90"
435
+ alt="Still of Scarlett Johansson in Captain America: The Winter Soldier (2014)"
436
+ itemprop="image" /></a>
437
+ </li>
438
+ <li>
439
+ <a href="//m.imdb.com/title/tt1843866/mediaindex/rm3454847744?photoId=MV5BMTkyNDgyNzg0NF5BMl5BanBnXkFtZTgwMTc5OTkzMTE@&ref_=m_tt_ph_2" itemprop='thumbnailUrl'><img src="http://ia.media-imdb.com/images/M/MV5BMTkyNDgyNzg0NF5BMl5BanBnXkFtZTgwMTc5OTkzMTE@._V1_SX90_CR0,0,90,90_.jpg"
440
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTkyNDgyNzg0NF5BMl5BanBnXkFtZTgwMTc5OTkzMTE@._V1_SX180_CR0,0,180,180_.jpg"
441
+ width="90"
442
+ height="90"
443
+ alt="Chris Evans at event of Captain America: The Winter Soldier (2014)"
444
+ itemprop="image" /></a>
445
+ </li>
446
+ <li>
447
+ <a href="//m.imdb.com/title/tt1843866/mediaindex/rm2510801664?photoId=MV5BMTUyNDIyMDU4N15BMl5BanBnXkFtZTgwNzA4OTI0MTE@&ref_=m_tt_ph_3" itemprop='thumbnailUrl'><img src="http://ia.media-imdb.com/images/M/MV5BMTUyNDIyMDU4N15BMl5BanBnXkFtZTgwNzA4OTI0MTE@._V1_SY90_CR22,0,90,90_.jpg"
448
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTUyNDIyMDU4N15BMl5BanBnXkFtZTgwNzA4OTI0MTE@._V1_SY180_CR45,0,180,180_.jpg"
449
+ width="90"
450
+ height="90"
451
+ alt="Chris Evans and Joe Russo in Captain America: The Winter Soldier (2014)"
452
+ itemprop="image" /></a>
453
+ </li>
454
+ <li>
455
+ <a href="//m.imdb.com/title/tt1843866/mediaindex/rm2494024448?photoId=MV5BNjA1MTUyMzkyM15BMl5BanBnXkFtZTgwODA4OTI0MTE@&ref_=m_tt_ph_4" itemprop='thumbnailUrl'><img src="http://ia.media-imdb.com/images/M/MV5BNjA1MTUyMzkyM15BMl5BanBnXkFtZTgwODA4OTI0MTE@._V1_SY90_CR22,0,90,90_.jpg"
456
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BNjA1MTUyMzkyM15BMl5BanBnXkFtZTgwODA4OTI0MTE@._V1_SY180_CR45,0,180,180_.jpg"
457
+ width="90"
458
+ height="90"
459
+ alt="Sebastian Stan in Captain America: The Winter Soldier (2014)"
460
+ itemprop="image" /></a>
461
+ </li>
462
+ <li>
463
+ <a href="//m.imdb.com/title/tt1843866/mediaindex/rm683199232?photoId=MV5BMjA1NDI4ODk5N15BMl5BanBnXkFtZTgwMjk5OTI0MTE@&ref_=m_tt_ph_5" itemprop='thumbnailUrl'><img src="http://ia.media-imdb.com/images/M/MV5BMjA1NDI4ODk5N15BMl5BanBnXkFtZTgwMjk5OTI0MTE@._V1_SY90_CR22,0,90,90_.jpg"
464
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMjA1NDI4ODk5N15BMl5BanBnXkFtZTgwMjk5OTI0MTE@._V1_SY180_CR45,0,180,180_.jpg"
465
+ width="90"
466
+ height="90"
467
+ alt="Still of Chris Evans in Captain America: The Winter Soldier (2014)"
468
+ itemprop="image" /></a>
469
+ </li>
470
+ </ul>
471
+ </div>
472
+ <hr />
473
+ <a href="//m.imdb.com/title/tt1843866/mediaindex?ref_=m_tt_pv_mi_sm" class="btn-full" > <h3>See all photos</h3>
474
+ </a> </section>
475
+ </div>
476
+ <div class="col-xs-12">
477
+ <div id="cast-and-crew">
478
+ <h2>Cast & Crew</h2>
479
+ <h3>Top Billed Cast</h3>
480
+ <div class="smooth-scroller horizontal">
481
+ <ul class="list-inline">
482
+ <li>
483
+ <a href="http://m.imdb.com/name/nm0262635/?ref_=m_tt_cl_i1" > <img src="http://ia.media-imdb.com/images/M/MV5BMTU2NTg1OTQzMF5BMl5BanBnXkFtZTcwNjIyMjkyMg@@._V1_SY132_CR2,0,90,132_.jpg"
484
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTU2NTg1OTQzMF5BMl5BanBnXkFtZTcwNjIyMjkyMg@@._V1_SY264_CR4,0,180,264_.jpg"
485
+ width="90"
486
+ height="132" />
487
+ </a> <div class="text-center">
488
+ <div class="ellipse">
489
+ <small>
490
+ <a href="http://m.imdb.com/name/nm0262635/?ref_=m_tt_cl_t1" itemprop='url'> <strong>Chris Evans</strong>
491
+ </a> </small>
492
+ </div>
493
+ <div class="ellipse">
494
+ <small>Steve Rogers</small>
495
+ </div>
496
+ </div>
497
+ </li>
498
+ <li>
499
+ <a href="http://m.imdb.com/name/nm0000168/?ref_=m_tt_cl_i2" > <img src="http://ia.media-imdb.com/images/M/MV5BMTQ1NTQwMTYxNl5BMl5BanBnXkFtZTYwMjA1MzY1._V1_SX90_CR0,0,90,132_.jpg"
500
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTQ1NTQwMTYxNl5BMl5BanBnXkFtZTYwMjA1MzY1._V1_SX180_CR0,0,180,264_.jpg"
501
+ width="90"
502
+ height="132" />
503
+ </a> <div class="text-center">
504
+ <div class="ellipse">
505
+ <small>
506
+ <a href="http://m.imdb.com/name/nm0000168/?ref_=m_tt_cl_t2" itemprop='url'> <strong>Samuel L. Jackson</strong>
507
+ </a> </small>
508
+ </div>
509
+ <div class="ellipse">
510
+ <small>Nick Fury</small>
511
+ </div>
512
+ </div>
513
+ </li>
514
+ <li>
515
+ <a href="http://m.imdb.com/name/nm0424060/?ref_=m_tt_cl_i3" > <img src="http://ia.media-imdb.com/images/M/MV5BMTM3OTUwMDYwNl5BMl5BanBnXkFtZTcwNTUyNzc3Nw@@._V1_SY132_CR9,0,90,132_.jpg"
516
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTM3OTUwMDYwNl5BMl5BanBnXkFtZTcwNTUyNzc3Nw@@._V1_SY264_CR19,0,180,264_.jpg"
517
+ width="90"
518
+ height="132" />
519
+ </a> <div class="text-center">
520
+ <div class="ellipse">
521
+ <small>
522
+ <a href="http://m.imdb.com/name/nm0424060/?ref_=m_tt_cl_t3" itemprop='url'> <strong>Scarlett Johansson</strong>
523
+ </a> </small>
524
+ </div>
525
+ <div class="ellipse">
526
+ <small>Natasha Romanoff</small>
527
+ </div>
528
+ </div>
529
+ </li>
530
+ <li>
531
+ <a href="http://m.imdb.com/name/nm0000602/?ref_=m_tt_cl_i4" > <img src="http://ia.media-imdb.com/images/M/MV5BMTk1Nzc5MzQyMV5BMl5BanBnXkFtZTcwNjQ5OTA0Mg@@._V1_SY132_CR2,0,90,132_.jpg"
532
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTk1Nzc5MzQyMV5BMl5BanBnXkFtZTcwNjQ5OTA0Mg@@._V1_SY264_CR5,0,180,264_.jpg"
533
+ width="90"
534
+ height="132" />
535
+ </a> <div class="text-center">
536
+ <div class="ellipse">
537
+ <small>
538
+ <a href="http://m.imdb.com/name/nm0000602/?ref_=m_tt_cl_t4" itemprop='url'> <strong>Robert Redford</strong>
539
+ </a> </small>
540
+ </div>
541
+ <div class="ellipse">
542
+ <small>Alexander Pierce</small>
543
+ </div>
544
+ </div>
545
+ </li>
546
+ <li>
547
+ <a href="http://m.imdb.com/name/nm1659221/?ref_=m_tt_cl_i5" > <img src="http://ia.media-imdb.com/images/M/MV5BMTcxNDY0NDg3NV5BMl5BanBnXkFtZTcwODk0MTg0OQ@@._V1_SX90_CR0,0,90,132_.jpg"
548
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTcxNDY0NDg3NV5BMl5BanBnXkFtZTcwODk0MTg0OQ@@._V1_SX180_CR0,0,180,264_.jpg"
549
+ width="90"
550
+ height="132" />
551
+ </a> <div class="text-center">
552
+ <div class="ellipse">
553
+ <small>
554
+ <a href="http://m.imdb.com/name/nm1659221/?ref_=m_tt_cl_t5" itemprop='url'> <strong>Sebastian Stan</strong>
555
+ </a> </small>
556
+ </div>
557
+ <div class="ellipse">
558
+ <small>Bucky Barnes</small>
559
+ </div>
560
+ </div>
561
+ </li>
562
+ <li>
563
+ <a href="http://m.imdb.com/name/nm1107001/?ref_=m_tt_cl_i6" > <img src="http://ia.media-imdb.com/images/M/MV5BMTk3NTM1MjE2M15BMl5BanBnXkFtZTcwNzc5OTI2Mg@@._V1_SY132_CR6,0,90,132_.jpg"
564
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTk3NTM1MjE2M15BMl5BanBnXkFtZTcwNzc5OTI2Mg@@._V1_SY264_CR13,0,180,264_.jpg"
565
+ width="90"
566
+ height="132" />
567
+ </a> <div class="text-center">
568
+ <div class="ellipse">
569
+ <small>
570
+ <a href="http://m.imdb.com/name/nm1107001/?ref_=m_tt_cl_t6" itemprop='url'> <strong>Anthony Mackie</strong>
571
+ </a> </small>
572
+ </div>
573
+ <div class="ellipse">
574
+ <small>Sam Wilson</small>
575
+ </div>
576
+ </div>
577
+ </li>
578
+ <li>
579
+ <a href="http://m.imdb.com/name/nm1130627/?ref_=m_tt_cl_i7" > <img src="http://ia.media-imdb.com/images/M/MV5BMTkzNTUyMTczM15BMl5BanBnXkFtZTcwMjMxNTM4Nw@@._V1_SX90_CR0,0,90,132_.jpg"
580
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTkzNTUyMTczM15BMl5BanBnXkFtZTcwMjMxNTM4Nw@@._V1_SX180_CR0,0,180,264_.jpg"
581
+ width="90"
582
+ height="132" />
583
+ </a> <div class="text-center">
584
+ <div class="ellipse">
585
+ <small>
586
+ <a href="http://m.imdb.com/name/nm1130627/?ref_=m_tt_cl_t7" itemprop='url'> <strong>Cobie Smulders</strong>
587
+ </a> </small>
588
+ </div>
589
+ <div class="ellipse">
590
+ <small>Maria Hill</small>
591
+ </div>
592
+ </div>
593
+ </li>
594
+ <li>
595
+ <a href="http://m.imdb.com/name/nm0342029/?ref_=m_tt_cl_i8" > <img src="http://ia.media-imdb.com/images/M/MV5BMTk1Njc4NDI1Nl5BMl5BanBnXkFtZTcwMzg5MzA1Mw@@._V1_SX90_CR0,0,90,132_.jpg"
596
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTk1Njc4NDI1Nl5BMl5BanBnXkFtZTcwMzg5MzA1Mw@@._V1_SX180_CR0,0,180,264_.jpg"
597
+ width="90"
598
+ height="132" />
599
+ </a> <div class="text-center">
600
+ <div class="ellipse">
601
+ <small>
602
+ <a href="http://m.imdb.com/name/nm0342029/?ref_=m_tt_cl_t8" itemprop='url'> <strong>Frank Grillo</strong>
603
+ </a> </small>
604
+ </div>
605
+ <div class="ellipse">
606
+ <small>Brock Rumlow</small>
607
+ </div>
608
+ </div>
609
+ </li>
610
+ <li>
611
+ <a href="http://m.imdb.com/name/nm0380073/?ref_=m_tt_cl_i9" > <img src="http://ia.media-imdb.com/images/M/MV5BNDAyOTQ3MDg3OV5BMl5BanBnXkFtZTcwNjQ0NTcyMQ@@._V1_SY132_CR4,0,90,132_.jpg"
612
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BNDAyOTQ3MDg3OV5BMl5BanBnXkFtZTcwNjQ0NTcyMQ@@._V1_SY264_CR8,0,180,264_.jpg"
613
+ width="90"
614
+ height="132" />
615
+ </a> <div class="text-center">
616
+ <div class="ellipse">
617
+ <small>
618
+ <a href="http://m.imdb.com/name/nm0380073/?ref_=m_tt_cl_t9" itemprop='url'> <strong>Maximiliano Hernández</strong>
619
+ </a> </small>
620
+ </div>
621
+ <div class="ellipse">
622
+ <small>Jasper Sitwell</small>
623
+ </div>
624
+ </div>
625
+ </li>
626
+ <li>
627
+ <a href="http://m.imdb.com/name/nm0885840/?ref_=m_tt_cl_i10" > <img src="http://ia.media-imdb.com/images/M/MV5BMjA0OTc0NzEwOF5BMl5BanBnXkFtZTcwMDUzODM4NA@@._V1_SY132_CR1,0,90,132_.jpg"
628
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMjA0OTc0NzEwOF5BMl5BanBnXkFtZTcwMDUzODM4NA@@._V1_SY264_CR3,0,180,264_.jpg"
629
+ width="90"
630
+ height="132" />
631
+ </a> <div class="text-center">
632
+ <div class="ellipse">
633
+ <small>
634
+ <a href="http://m.imdb.com/name/nm0885840/?ref_=m_tt_cl_t10" itemprop='url'> <strong>Emily VanCamp</strong>
635
+ </a> </small>
636
+ </div>
637
+ <div class="ellipse">
638
+ <small>Kate</small>
639
+ </div>
640
+ </div>
641
+ </li>
642
+ <li>
643
+ <a href="http://m.imdb.com/name/nm2017943/?ref_=m_tt_cl_i11" > <img src="http://ia.media-imdb.com/images/M/MV5BMTM5ODk5Mjc1Ml5BMl5BanBnXkFtZTYwNDI0Njk3._V1_SX90_CR0,0,90,132_.jpg"
644
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTM5ODk5Mjc1Ml5BMl5BanBnXkFtZTYwNDI0Njk3._V1_SX180_CR0,0,180,264_.jpg"
645
+ width="90"
646
+ height="132" />
647
+ </a> <div class="text-center">
648
+ <div class="ellipse">
649
+ <small>
650
+ <a href="http://m.imdb.com/name/nm2017943/?ref_=m_tt_cl_t11" itemprop='url'> <strong>Hayley Atwell</strong>
651
+ </a> </small>
652
+ </div>
653
+ <div class="ellipse">
654
+ <small>Peggy Carter</small>
655
+ </div>
656
+ </div>
657
+ </li>
658
+ <li>
659
+ <a href="http://m.imdb.com/name/nm0429363/?ref_=m_tt_cl_i12" > <img src="http://ia.media-imdb.com/images/M/MV5BMTgwMzc5NzM1MV5BMl5BanBnXkFtZTYwMzA0ODk0._V1_SY132_CR2,0,90,132_.jpg"
660
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTgwMzc5NzM1MV5BMl5BanBnXkFtZTYwMzA0ODk0._V1_SY264_CR3,0,180,264_.jpg"
661
+ width="90"
662
+ height="132" />
663
+ </a> <div class="text-center">
664
+ <div class="ellipse">
665
+ <small>
666
+ <a href="http://m.imdb.com/name/nm0429363/?ref_=m_tt_cl_t12" itemprop='url'> <strong>Toby Jones</strong>
667
+ </a> </small>
668
+ </div>
669
+ <div class="ellipse">
670
+ <small>Dr. Arnim Zola</small>
671
+ </div>
672
+ </div>
673
+ </li>
674
+ <li>
675
+ <a href="http://m.imdb.com/name/nm0498278/?ref_=m_tt_cl_i13" > <img src="http://ia.media-imdb.com/images/M/MV5BMTk3NDE3Njc5M15BMl5BanBnXkFtZTYwOTY5Nzc1._V1_SY132_CR1,0,90,132_.jpg"
676
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMTk3NDE3Njc5M15BMl5BanBnXkFtZTYwOTY5Nzc1._V1_SY264_CR1,0,180,264_.jpg"
677
+ width="90"
678
+ height="132" />
679
+ </a> <div class="text-center">
680
+ <div class="ellipse">
681
+ <small>
682
+ <a href="http://m.imdb.com/name/nm0498278/?ref_=m_tt_cl_t13" itemprop='url'> <strong>Stan Lee</strong>
683
+ </a> </small>
684
+ </div>
685
+ <div class="ellipse">
686
+ <small>Smithsonian Guard</small>
687
+ </div>
688
+ </div>
689
+ </li>
690
+ <li>
691
+ <a href="http://m.imdb.com/name/nm0612534/?ref_=m_tt_cl_i14" > <img src="http://ia.media-imdb.com/images/M/MV5BMzYwNzU5MDc3N15BMl5BanBnXkFtZTgwOTUzMDQzMTE@._V1_SY132_CR4,0,90,132_.jpg"
692
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMzYwNzU5MDc3N15BMl5BanBnXkFtZTgwOTUzMDQzMTE@._V1_SY264_CR8,0,180,264_.jpg"
693
+ width="90"
694
+ height="132" />
695
+ </a> <div class="text-center">
696
+ <div class="ellipse">
697
+ <small>
698
+ <a href="http://m.imdb.com/name/nm0612534/?ref_=m_tt_cl_t14" itemprop='url'> <strong>Callan Mulvey</strong>
699
+ </a> </small>
700
+ </div>
701
+ <div class="ellipse">
702
+ <small>Jack Rollins</small>
703
+ </div>
704
+ </div>
705
+ </li>
706
+ <li>
707
+ <a href="http://m.imdb.com/name/nm0000256/?ref_=m_tt_cl_i15" > <img src="http://ia.media-imdb.com/images/M/MV5BMjI3NzExNzU5N15BMl5BanBnXkFtZTcwNDMwNTIwOQ@@._V1_SY132_CR6,0,90,132_.jpg"
708
+ data-src-x2="http://ia.media-imdb.com/images/M/MV5BMjI3NzExNzU5N15BMl5BanBnXkFtZTcwNDMwNTIwOQ@@._V1_SY264_CR11,0,180,264_.jpg"
709
+ width="90"
710
+ height="132" />
711
+ </a> <div class="text-center">
712
+ <div class="ellipse">
713
+ <small>
714
+ <a href="http://m.imdb.com/name/nm0000256/?ref_=m_tt_cl_t15" itemprop='url'> <strong>Jenny Agutter</strong>
715
+ </a> </small>
716
+ </div>
717
+ <div class="ellipse">
718
+ <small>Councilwoman Hawley</small>
719
+ </div>
720
+ </div>
721
+ </li>
722
+ </ul>
723
+ </div>
724
+ <hr />
725
+ <a href="//m.imdb.com/title/tt1843866/fullcredits/cast?ref_=m_tt_cl_sc" class="btn-full" itemprop='url'> <h3>Full cast</h3>
726
+ </a> <hr />
727
+
728
+ <a href="//m.imdb.com/title/tt1843866/fullcredits/directors?ref_=m_tt_cl_dr" class="btn-full" itemprop='director'> <div class="ellipse">
729
+ <h3 class="inline-block">Directors:</h3>
730
+ <span itemprop="name">
731
+ Anthony Russo,
732
+ Joe Russo,
733
+ Joss Whedon
734
+ </span>
735
+ </div>
736
+ </a>
737
+ <hr />
738
+
739
+ <a href="//m.imdb.com/title/tt1843866/fullcredits/writers?ref_=m_tt_cl_wr" class="btn-full" itemprop='creator'> <div class="ellipse">
740
+ <h3 class="inline-block">Writers:</h3>
741
+ <span itemprop="name">
742
+ Christopher Markus (screenplay),
743
+ Stephen McFeely (screenplay),
744
+ Ed Brubaker (concept and story),
745
+ Joe Simon (comic book),
746
+ Jack Kirby (comic book)
747
+ </span>
748
+ </div>
749
+ </a>
750
+ <hr />
751
+ <a href="//m.imdb.com/title/tt1843866/fullcredits?ref_=m_tt_cl_scc" class="btn-full" itemprop='url'> <h3>All Cast & Crew</h3>
752
+ </a> </div>
753
+ </div>
754
+ </div>
755
+ <script>
756
+ if (typeof uet == 'function') {
757
+ uet("cf");
758
+ }
759
+ </script>
760
+ <div class="row">
761
+ <div class="col-xs-12">
762
+ <section id="awards">
763
+ <h2>Awards</h2>
764
+
765
+ <hr />
766
+ <a href="//m.imdb.com/chart/top?tt1843866&ref_=m_tt_awd" class="btn-full" ><h3>Top 250 #240</h3></a>
767
+ </section>
768
+ </div>
769
+ <div class="col-xs-12">
770
+ <section>
771
+ <h2>Reviews & Commentary</h2>
772
+ <section>
773
+ <a href="//m.imdb.com/title/tt1843866/reviews?ref_=m_tt_urv" class="btn-full" > <h3>User Reviews</h3>
774
+ <p>
775
+ <small class="text-muted">25 March 2014 | Sahl_95</small><br />
776
+ <span class="mobile-sprite tiny-star"></span> 10 <span class="ghost">|</span>
777
+ <strong itemprop="name">Pure Awesomeness</strong></p>
778
+ <p itemprop="reviewBody">
779
+ Went into the movie not expecting much as I felt that the first Captain America was one of the weaker movies in Phase ... </p>
780
+ </a> </section>
781
+ <hr />
782
+ <a href="criticreviews?ref_=m_tt_ov_rt" class="btn-full" > <h3>Metacritic Reviews</h3>
783
+ </a> <hr />
784
+ <a href="//m.imdb.com/title/tt1843866/externalreviews?ref_=m_tt_ov_rt" title="217 external reviews" class="btn-full" > <h3>Critic Reviews</h3>
785
+ </a> <hr />
786
+ <a href="//m.imdb.com/title/tt1843866/parentalguide?ref_=m_tt_stry_pg" class="btn-full" itemprop='url'> <h3>Parents Guide</h3>
787
+ </a> <hr />
788
+ <a href="//m.imdb.com/title/tt1843866/board?ref_=m_tt_bd" class="btn-full" > <h3>Message Boards</h3>
789
+ </a> </section>
790
+ </div>
791
+ </div>
792
+ <div class="row">
793
+ <div class="col-xs-12">
794
+ <section>
795
+ <h2>Did You Know?</h2>
796
+
797
+ <a href="http://m.imdb.com/title/tt1843866/trivia?ref_=m_tt_trv_trv" class="btn-full" > <h3>Trivia</h3>
798
+ <p>
799
+ According to Chris Evans Steve Rogers continues his adjustment to the modern world, which began in The Avengers (2012): "It's not so much about his shock with technology... It's more about the societal differences. He's gone from the 1940s to today;... </p>
800
+ </a> <hr />
801
+ <a href="http://m.imdb.com/title/tt1843866/quotes?ref_=m_tt_trv_qu" class="btn-full" > <h3>Quotes</h3>
802
+ <p>
803
+ <b>Natasha Romanoff</b>:
804
+ You do anything fun Saturday night? <br /><b>Steve Rogers</b>:
805
+ Well, all the guys in my barbershop quartet are dead. So no, not really. <br /> </p>
806
+ </a> <hr />
807
+ <a href="http://m.imdb.com/title/tt1843866/goofs?ref_=m_tt_trv_gf" class="btn-full" > <h3>Goofs</h3>
808
+ <p>
809
+ To reach the hidden SHIELD base Captain America descends scores of feet in an elevator, yet when the enemy arrive, they only have to drop six feet or so into the crater to reach the room he was in. </p>
810
+ </a> </section>
811
+ </div>
812
+ <div class="col-xs-12">
813
+ <section>
814
+ <h2>Storyline</h2>
815
+
816
+
817
+ <section>
818
+ <h3>Genres</h3>
819
+ Action&nbsp;<span>|</span>
820
+ Adventure&nbsp;<span>|</span>
821
+ Sci-Fi
822
+ </section>
823
+ </section>
824
+ </div>
825
+ </div>
826
+ <div class="row">
827
+ <div class="col-xs-12">
828
+ <section>
829
+ <h2>Details</h2>
830
+ <h3 class="inline-block">Release Date:</h3>
831
+ <span>4 April 2014</span>
832
+ <hr />
833
+ <h3>Language</h3>
834
+ <p>
835
+ English </p>
836
+ <hr />
837
+ <section>
838
+ <h3>Country of Origin</h3>
839
+ USA </section>
840
+ </section>
841
+ </div>
842
+ <div class="col-xs-12">
843
+ <section>
844
+ <h2>Box Office</h2>
845
+ <section>
846
+ <h3 class="inline-block">Budget:</h3>
847
+ <span> $170,000,000
848
+ (estimated)</span>
849
+ </section>
850
+
851
+
852
+ </div>
853
+
854
+ <div class="col-xs-12">
855
+ <section>
856
+ <h2>News</h2>
857
+ <a href="//m.imdb.com/news/ni57030352?ref_=m_tt_nwr_sm_1" class="btn-full" > <p>
858
+ <small>
859
+ <span class="text-muted" itemprop="datePublished">
860
+ 35 minutes ago
861
+ </span>
862
+ <span class="text-muted">|</span><span class="text-muted" itemprop="provider" >
863
+ WorstPreviews.com
864
+ </span>
865
+ </small>
866
+ <br/>
867
+ <span itemprop="headline" >
868
+ Captain America: The Winter Soldier - What Did You Think?
869
+ </span>
870
+ </p>
871
+ </a> <hr />
872
+ <a href="//m.imdb.com/news/ni57030340?ref_=m_tt_nwr_sm_2" class="btn-full" > <p>
873
+ <small>
874
+ <span class="text-muted" itemprop="datePublished">
875
+ 59 minutes ago
876
+ </span>
877
+ <span class="text-muted">|</span><span class="text-muted" itemprop="provider" >
878
+ ComicBookMovie.com
879
+ </span>
880
+ </small>
881
+ <br/>
882
+ <span itemprop="headline" >
883
+ Spoilers: Ilm's "Helicarrier" VFX Breakdown - Captain America: The Winter Soldier
884
+ </span>
885
+ </p>
886
+ </a> <hr />
887
+ <h3>
888
+ <a href="//m.imdb.com/title/tt1843866/news?ref_=m_tt_nwr_sm" class="btn-full" > More news
889
+ </a> </h3>
890
+ </section>
891
+ </div>
892
+ </div>
893
+ <div class="row">
894
+ <div class="col-xs-12">
895
+ <section>
896
+ <h2>User Polls</h2>
897
+ <a class="btn-full" href="/poll/o6npoa6si8g/?ref_=m_tt_po">
898
+ <div class="media">
899
+ <img class="pull-left media-object" src="http://ia.media-imdb.com/images/M/MV5BNjU0MjYwMDc0OV5BMl5BanBnXkFtZTcwODY0MTU2OA@@._V1_SY50_CR12,0,50,50_.jpg" width=50 height=50>
900
+ <div class="media-body">Super Heroes In Love</div>
901
+ </div>
902
+ </a>
903
+ <hr>
904
+ <a class="btn-full" href="/poll/vTjmxs7yrck/?ref_=m_tt_po">
905
+ <div class="media">
906
+ <img class="pull-left media-object" src="http://ia.media-imdb.com/images/M/MV5BMTk2NzczOTgxNF5BMl5BanBnXkFtZTcwODQ5ODczOQ@@._V1_SX50_CR0,0,50,50_.jpg" width=50 height=50>
907
+ <div class="media-body">Which was your favorite 2013 summer Blockbuster?</div>
908
+ </div>
909
+ </a>
910
+ <hr>
911
+ <a class="btn-full" href="/poll/n2pawF41b70/?ref_=m_tt_po">
912
+ <div class="media">
913
+ <img class="pull-left media-object" src="http://ia.media-imdb.com/images/M/MV5BMjM3MDIxMzY1NV5BMl5BanBnXkFtZTgwMzk5NjEzMDE@._V1_SX50_CR0,0,50,50_.jpg" width=50 height=50>
914
+ <div class="media-body">Most Anticipated Film: Winter 2014 Edition</div>
915
+ </div>
916
+ </a>
917
+ <hr>
918
+ <a class="btn-full" href="/poll/Zn3MMKvrA9Y/?ref_=m_tt_po">
919
+ <div class="media">
920
+ <img class="pull-left media-object" src="http://ia.media-imdb.com/images/M/MV5BMTMyMTU3NTg5Nl5BMl5BanBnXkFtZTcwNDMyMjc2NQ@@._V1_SX50_CR0,0,50,50_.jpg" width=50 height=50>
921
+ <div class="media-body">Films their stars disliked</div>
922
+ </div>
923
+ </a>
924
+ <hr>
925
+ <a class="btn-full" href="/poll/8oYItSIURjs/?ref_=m_tt_po">
926
+ <div class="media">
927
+ <img class="pull-left media-object" src="http://ia.media-imdb.com/images/M/MV5BNDYyMDgxNDQ5Nl5BMl5BanBnXkFtZTcwMjc1ODg3OA@@._V1_SX50_CR0,0,50,50_.jpg" width=50 height=50>
928
+ <div class="media-body">Which disembodied AI would you use as a personal assistant ...?</div>
929
+ </div>
930
+ </a>
931
+ <hr>
932
+ <a class="btn-full" href="/poll/cs6YFmz6Mu4/?ref_=m_tt_po">
933
+ <div class="media">
934
+ <img class="pull-left media-object" src="http://ia.media-imdb.com/images/M/MV5BMTMwNTEyMTE1NV5BMl5BanBnXkFtZTcwNjI1NDA3NA@@._V1_SX50_CR0,0,50,50_.jpg" width=50 height=50>
935
+ <div class="media-body">What's the Worst Possible Experience You Could Have in the Snow</div>
936
+ </div>
937
+ </a>
938
+
939
+ </section>
940
+ </div>
941
+ </div>
942
+ <div class="row">
943
+ <div class="col-xs-12">
944
+ <h2>More Like This</h2>
945
+ <div class="smooth-scroller horizontal">
946
+ <ul id="sims" class="list-inline">
947
+ <li class="ribbonize" data-tconst="tt1300854">
948
+ <a href="/title/tt1300854/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMjIzMzAzMjQyM15BMl5BanBnXkFtZTcwNzM2NjcyOQ@@._V1_SY132_CR0,0,89,132_.jpg"
949
+ width="89" height="132" alt="Iron Man 3" />
950
+ </a> <p class="ellipse">Iron Man 3</p>
951
+ </li>
952
+ <li class="ribbonize" data-tconst="tt1228705">
953
+ <a href="/title/tt1228705/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMTM0MDgwNjMyMl5BMl5BanBnXkFtZTcwNTg3NzAzMw@@._V1_SX89_CR0,0,89,132_.jpg"
954
+ width="89" height="132" alt="Iron Man 2" />
955
+ </a> <p class="ellipse">Iron Man 2</p>
956
+ </li>
957
+ <li class="ribbonize" data-tconst="tt0770828">
958
+ <a href="/title/tt0770828/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMjI5OTYzNjI0Ml5BMl5BanBnXkFtZTcwMzM1NDA1OQ@@._V1_SY132_CR0,0,89,132_.jpg"
959
+ width="89" height="132" alt="Man of Steel" />
960
+ </a> <p class="ellipse">Man of Steel</p>
961
+ </li>
962
+ <li class="ribbonize" data-tconst="tt0371746">
963
+ <a href="/title/tt0371746/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMTczNTI2ODUwOF5BMl5BanBnXkFtZTcwMTU0NTIzMw@@._V1_SY132_CR0,0,89,132_.jpg"
964
+ width="89" height="132" alt="Iron Man" />
965
+ </a> <p class="ellipse">Iron Man</p>
966
+ </li>
967
+ <li class="ribbonize" data-tconst="tt1408101">
968
+ <a href="/title/tt1408101/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMTk2NzczOTgxNF5BMl5BanBnXkFtZTcwODQ5ODczOQ@@._V1_SY132_CR0,0,89,132_.jpg"
969
+ width="89" height="132" alt="Star Trek Into Darkness" />
970
+ </a> <p class="ellipse">Star Trek Into Darkness</p>
971
+ </li>
972
+ <li class="ribbonize" data-tconst="tt0796366">
973
+ <a href="/title/tt0796366/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMjE5NDQ5OTE4Ml5BMl5BanBnXkFtZTcwOTE3NDIzMw@@._V1_SY132_CR0,0,89,132_.jpg"
974
+ width="89" height="132" alt="Star Trek" />
975
+ </a> <p class="ellipse">Star Trek</p>
976
+ </li>
977
+ <li class="ribbonize" data-tconst="tt0133093">
978
+ <a href="/title/tt0133093/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMTkxNDYxOTA4M15BMl5BanBnXkFtZTgwNTk0NzQxMTE@._V1_SX89_CR0,0,89,132_.jpg"
979
+ width="89" height="132" alt="The Matrix" />
980
+ </a> <p class="ellipse">The Matrix</p>
981
+ </li>
982
+ <li class="ribbonize" data-tconst="tt0234215">
983
+ <a href="/title/tt0234215/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMjA0NDM5MDY2OF5BMl5BanBnXkFtZTcwNzg5OTEzMw@@._V1_SY132_CR0,0,89,132_.jpg"
984
+ width="89" height="132" alt="The Matrix Reloaded" />
985
+ </a> <p class="ellipse">The Matrix Reloaded</p>
986
+ </li>
987
+ <li class="ribbonize" data-tconst="tt1318514">
988
+ <a href="/title/tt1318514/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMTQyMjUxNTc0Ml5BMl5BanBnXkFtZTcwMjg1ODExNg@@._V1_SY132_CR0,0,89,132_.jpg"
989
+ width="89" height="132" alt="Rise of the Planet of the Apes" />
990
+ </a> <p class="ellipse">Rise of the Planet of the Apes</p>
991
+ </li>
992
+ <li class="ribbonize" data-tconst="tt0080684">
993
+ <a href="/title/tt0080684/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMjE2MzQwMTgxN15BMl5BanBnXkFtZTcwMDQzNjk2OQ@@._V1_SY132_CR0,0,89,132_.jpg"
994
+ width="89" height="132" alt="Star Wars: Episode V - The Empire Strikes Back" />
995
+ </a> <p class="ellipse">Star Wars: Episode V - The Empire Strikes Back</p>
996
+ </li>
997
+ <li class="ribbonize" data-tconst="tt1399103">
998
+ <a href="/title/tt1399103/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMTkwOTY0MTc1NV5BMl5BanBnXkFtZTcwMDQwNjA2NQ@@._V1_SX89_CR0,0,89,132_.jpg"
999
+ width="89" height="132" alt="Transformers: Dark of the Moon" />
1000
+ </a> <p class="ellipse">Transformers: Dark of the Moon</p>
1001
+ </li>
1002
+ <li class="ribbonize" data-tconst="tt0242653">
1003
+ <a href="/title/tt0242653/?ref_=m_tt_rec_tti" > <img src="http://ia.media-imdb.com/images/M/MV5BMTkyNjc4NTQzOV5BMl5BanBnXkFtZTcwNDYzMTQyMQ@@._V1_SY132_CR0,0,89,132_.jpg"
1004
+ width="89" height="132" alt="The Matrix Revolutions" />
1005
+ </a> <p class="ellipse">The Matrix Revolutions</p>
1006
+ </li>
1007
+ </ul>
1008
+ </div>
1009
+ </div>
1010
+ <div class="col-xs-12">
1011
+ <section>
1012
+ <h2>More To Explore</h2>
1013
+ <a href="//www.imdb.com/rj/?p=amazon&m=dvd&s=US&c=tt1843866&t=imdb-adbox" class="btn-full" > <h3>
1014
+ <span class="mobile-sprite logo-amazon"></span> Search on Amazon.com
1015
+ </h3>
1016
+ </a> </section>
1017
+ </div>
1018
+ </div>
1019
+
1020
+ </div>
1021
+
1022
+
1023
+
1024
+ <footer class="col-xs-12">
1025
+ <p>
1026
+ Go to:
1027
+ <a href="http://m.imdb.com/categories/?ref_=m_ft_mv#!tab=movies" >Movies</a> |
1028
+ <a href="http://m.imdb.com/categories/?ref_=m_ft_tv#!tsb=tv" >TV</a> |
1029
+ <a href="http://m.imdb.com/categories/?ref_=m_ft_cel#!tab=celebs" >Celebs</a> |
1030
+ <a href="http://m.imdb.com/news/?ref_=m_ft_nw#!tab=top" >News</a> |
1031
+ <a href="http://m.imdb.com/chart/?ref_=m_ft_cht" >Charts</a> |
1032
+ <a href="http://m.imdb.com/showtimes/movie?ref_=m_ft_sh" >Showtimes & Tickets</a> |
1033
+ <a href="http://m.imdb.com/boards/?ref_=m_ft_mb" >Message Boards</a> |
1034
+ <a href="http://m.imdb.com/list/watchlist?ref_=m_ft_wl" >Your Watchlist</a> |
1035
+ <a href="http://m.imdb.com/list/ratings?ref_=m_ft_rt" >Your Ratings</a> |
1036
+ <a href="http://m.imdb.com/list/checkins?ref_=m_ft_chi" >Your Check-ins</a> |
1037
+ <a href="http://m.imdb.com/oscars/?ref_=m_ft_rto" >Road to the Oscars 2014</a>
1038
+ </p>
1039
+ <hr />
1040
+ <!-- Need to determine if we still want font picking
1041
+ <p>
1042
+ Text:
1043
+ <a href="#S">Small</a> |
1044
+ <a href="#M">Medium</a> |
1045
+ <a href="#L">Large</a>
1046
+ </p>
1047
+ <hr />
1048
+ -->
1049
+ <p>
1050
+
1051
+
1052
+ <a href="https://secure.imdb.com/oauth/m_login?origpath=/title/tt1843866/&ref_=m_ft_lgin" >Sign In</a>
1053
+
1054
+ </p>
1055
+ <p>
1056
+ <a href="http://www.imdb.com/title/tt1843866/?mode=desktop&ref_=m_ft_dsk" >View IMDb in Desktop</a>
1057
+ </p>
1058
+ <p>
1059
+ <a href="mailto:mobileweb@imdb.com?subject=IMDb%20Feedback.%20My%20device%20information%3A%20User%20Agent%20String%20Here">Feedback</a>
1060
+ </p>
1061
+ <p>
1062
+ <a href="http://m.imdb.com/help/?ref_=m_ft_hlp" >Help & Terms</a> |
1063
+ &copy; 1990&#45;2014 by IMDb.com, Inc.
1064
+ </p>
1065
+ </footer>
1066
+ <script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/mobile/responsive-title-2438883209._V361344908_.js"></script>
1067
+ <script>
1068
+ if (typeof uet == 'function') {
1069
+ uet("be");
1070
+ }
1071
+ </script>
1072
+
1073
+ <!-- begin mobile ads footer -->
1074
+
1075
+ <!-- Begin SIS code -->
1076
+ <iframe id="sis_pixel_sitewide" width="1" height="1" frameborder="0" marginwidth="0" marginheight="0" style="display: none;"></iframe>
1077
+ <script>
1078
+ setTimeout(function(){
1079
+ try{
1080
+ //sis3.0 pixel
1081
+ var url_sis3 = 'http://s.amazon-adsystem.com/iu3?',
1082
+ params_sis3 = [
1083
+ "d=imdb.com",
1084
+ "a1=",
1085
+ "a2=01014501bdbd5fbd8f17d8bfdafde25ef005a05a5bca3c2684b92898fdbe24bfa0b6",
1086
+ "pId=tt1843866",
1087
+ "r=1",
1088
+ "rP=http%3A%2F%2Fm.imdb.com%2Ftitle%2Ftt1843866%2F",
1089
+ "ex-hargs=v=1.0;c=IMDB;p=tt1843866;t=imdb_title_view;",
1090
+ "encoding=server",
1091
+ "cb=955736023826"
1092
+ ];
1093
+
1094
+ (document.getElementById('sis_pixel_sitewide')).src = url_sis3 + params_sis3.join('&');
1095
+ }
1096
+ catch(e){
1097
+ if ('consoleLog' in window){
1098
+ consoleLog('Pixel failure ' + e.toString(),'sis');
1099
+ }
1100
+ if (window.ueLogError) {
1101
+ window.ueLogError(e);
1102
+ }
1103
+ }
1104
+ }, 5);
1105
+ </script>
1106
+ <!-- End SIS code -->
1107
+ <!-- begin comscore beacon -->
1108
+ <script type="text/javascript" src='http://ia.media-imdb.com/images/G/01/imdbads/js/beacon-58460835._V379390778_.js'></script>
1109
+ <script type="text/javascript">
1110
+ if(window.COMSCORE){
1111
+ COMSCORE.beacon({
1112
+ c1: 2,
1113
+ c2:"6034961",
1114
+ c3:"",
1115
+ c4:"http://m.imdb.com/title/tt1843866/",
1116
+ c5:"",
1117
+ c6:"",
1118
+ c15:""
1119
+ });
1120
+ }
1121
+ </script>
1122
+ <noscript>
1123
+ <img src="http://b.scorecardresearch.com/p?c1=2&c2=6034961&c3=&c4=http%3A%2F%2Fm.imdb.com%2Ftitle%2Ftt1843866%2F&c5=c6=&15=&cj=1"/>
1124
+ </noscript>
1125
+ <!-- end comscore beacon -->
1126
+ <script>
1127
+ doWithAds(function(){
1128
+ generic.monitoring.stop_timing('page_load', '', true);
1129
+ }, "No monitoring object in generic");
1130
+ </script>
1131
+ <!-- end mobile ads footer -->
1132
+ </body>
1133
+ </html>
1134
+