imdb 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +6 -0
  3. data/MIT-LICENSE +21 -0
  4. data/README.md +97 -0
  5. data/imdb.gemspec +1 -1
  6. data/lib/imdb.rb +1 -1
  7. data/lib/imdb/base.rb +36 -36
  8. data/lib/imdb/episode.rb +2 -2
  9. data/lib/imdb/movie_list.rb +6 -10
  10. data/lib/imdb/search.rb +4 -4
  11. data/lib/imdb/season.rb +3 -3
  12. data/lib/imdb/serie.rb +2 -3
  13. data/lib/imdb/top_250.rb +1 -1
  14. data/lib/imdb/version.rb +1 -1
  15. data/spec/fixtures/locations +1167 -0
  16. data/spec/fixtures/plotsummary +1063 -897
  17. data/spec/fixtures/search_kannethirey_thondrinal +344 -346
  18. data/spec/fixtures/search_killed_wife +344 -346
  19. data/spec/fixtures/search_star_trek +344 -346
  20. data/spec/fixtures/synopsis +457 -446
  21. data/spec/fixtures/thewalkingdead-s1 +740 -555
  22. data/spec/fixtures/thewalkingdead-s1e2 +505 -480
  23. data/spec/fixtures/top_250 +10749 -1082
  24. data/spec/fixtures/tt0036855 +553 -519
  25. data/spec/fixtures/tt0083987 +563 -512
  26. data/spec/fixtures/tt0095016 +518 -536
  27. data/spec/fixtures/tt0110912 +572 -512
  28. data/spec/fixtures/tt0111161 +559 -508
  29. data/spec/fixtures/tt0117731 +542 -510
  30. data/spec/fixtures/tt0166222 +969 -872
  31. data/spec/fixtures/tt0242653 +530 -524
  32. data/spec/fixtures/tt0330508 +845 -717
  33. data/spec/fixtures/tt0468569 +533 -543
  34. data/spec/fixtures/tt1401252 +472 -449
  35. data/spec/fixtures/tt1520211 +562 -542
  36. data/spec/imdb/movie_spec.rb +13 -5
  37. data/spec/imdb/search_spec.rb +4 -4
  38. data/spec/imdb/series_spec.rb +1 -1
  39. data/spec/imdb/top_250_spec.rb +5 -5
  40. data/spec/spec_helper.rb +1 -0
  41. metadata +12 -9
  42. data/README.rdoc +0 -114
@@ -14,10 +14,9 @@ module Imdb
14
14
  private
15
15
 
16
16
  def season_urls
17
- document.search("h5[text()^='Seasons:'] ~ a[@href*=episodes?season']")
18
- .map { |link| url.gsub("combined","") + "episodes?season=" + link.innerHTML.strip.imdb_unescape_html } rescue []
17
+ document.search("h5[text()='Seasons:'] ~ div a[@href*='episodes?season']")
18
+ .map { |link| url.gsub("combined","") + "episodes?season=" + link.content.strip } rescue []
19
19
  end
20
20
  end # Serie
21
21
 
22
22
  end # Imdb
23
-
@@ -3,7 +3,7 @@ module Imdb
3
3
  class Top250 < MovieList
4
4
  private
5
5
  def document
6
- @document ||= Hpricot(open("http://akas.imdb.com/chart/top"))
6
+ @document ||= Nokogiri::HTML(open("http://akas.imdb.com/chart/top"))
7
7
  end
8
8
  end # Top250
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Imdb
2
- VERSION = '0.7.0'
2
+ VERSION = '0.8.0'
3
3
  end
@@ -0,0 +1,1167 @@
1
+ HTTP/1.1 200 OK
2
+ Date: Mon, 28 Oct 2013 08:53:12 GMT
3
+ Server: Server
4
+ Content-Type: text/html;charset=UTF-8
5
+ Content-Language: en-US
6
+ Vary: Accept-Encoding,User-Agent
7
+ Set-Cookie: uu=BCYjSCkCTU1pE1k3m023YlGYJD9vJATh%2FTi1psc%2Bl4Vs8S2wLMRATbq%2BRIwHxzt0GJTY8zJdFukg%0D%0AkvIp3gw5bBrsF0b%2FjXq7tHLR%2FfjAw3xXQkrBz3gpbtuxJu7IwBcca0Kv1%2BSPpU8u%2BUttouT6x0Mt%0D%0AS6cF4F5ELeTYg%2BjhxPwkz3Lh%2BG%2FYpVIf06V28RLOhzvYb7DncaosUSolGb%2FxxGrJ9ibORS5Ic92v%0D%0AIjrLi845pB7ED9LwVsCfAwFwGtSCTq7RwKrRCS08vAQULwv4dMwPqQ%3D%3D%0D%0A; Domain=.imdb.com; Expires=Sat, 15-Nov-2081 12:07:19 GMT; Path=/
8
+ Set-Cookie: session-id=000-0000000-0000000; Domain=.imdb.com; Expires=Sat, 15-Nov-2081 12:07:19 GMT; Path=/
9
+ Set-Cookie: session-id-time=1540630392; Domain=.imdb.com; Expires=Sat, 15-Nov-2081 12:07:19 GMT; Path=/
10
+ 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
+ Transfer-Encoding: chunked
12
+
13
+
14
+
15
+
16
+ <!--
17
+ TODO: need to get correct meta keywords and description. Currently using what's in prod.
18
+ -->
19
+
20
+
21
+
22
+
23
+
24
+
25
+ <!DOCTYPE html>
26
+ <html
27
+ xmlns:og="http://ogp.me/ns#"
28
+ xmlns:fb="http://www.facebook.com/2008/fbml">
29
+ <head>
30
+ <script type="text/javascript">var ue_t0=window.ue_t0||+new Date();</script>
31
+ <script type="text/javascript">
32
+ var ue_mid = "A1EVAM02EL8SFB";
33
+ var ue_sn = "www.imdb.com";
34
+ var ue_furl = "fls-na.amazon.com";
35
+ var ue_sid = "000-0000000-0000000";
36
+ var ue_id = "11Z0ZSZJCCZ1RHAXMY88";
37
+ (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);
38
+ </script>
39
+
40
+
41
+
42
+ <script type="text/javascript">var IMDbTimer={starttime: new Date().getTime(),pt:'java'};</script>
43
+
44
+ <script>(function(t){ (t.events = t.events || {})["csm_head_pre_title"] = new Date().getTime(); })(IMDbTimer);</script>
45
+ <title>Die Hard (1988) - Filming Locations - IMDb</title>
46
+ <script>(function(t){ (t.events = t.events || {})["csm_head_post_title"] = new Date().getTime(); })(IMDbTimer);</script>
47
+
48
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
49
+ <link rel="canonical" href="http://www.imdb.com/title/tt0095016/locations" />
50
+ <meta property="og:url" content="http://www.imdb.com/title/tt0095016/locations" />
51
+
52
+ <script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>
53
+ <link rel="icon" type="image/ico" href="http://ia.media-imdb.com/images/G/01/imdb/images/favicon-2165806970._V379387995_.ico" />
54
+ <link rel="shortcut icon" type="image/x-icon" href="http://ia.media-imdb.com/images/G/01/imdb/images/desktop-favicon-2165806970._V379390718_.ico" />
55
+ <link rel="apple-touch-icon" href="http://ia.media-imdb.com/images/G/01/imdb/images/apple-touch-icon-3173846443._V379391250_.png" />
56
+ <link rel="search" type="application/opensearchdescription+xml" href="http://ia.media-imdb.com/images/G/01/imdb/images/imdbsearch-3349468880._V379388505_.xml" title="IMDb" />
57
+ <script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>
58
+
59
+
60
+ <link rel='image_src' href="http://ia.media-imdb.com/images/M/MV5BMTY4ODM0OTc2M15BMl5BanBnXkFtZTcwNzE0MTk3OA@@._V1_SX214_CR0,0,214,317_.jpg">
61
+ <meta property='og:image' content="http://ia.media-imdb.com/images/M/MV5BMTY4ODM0OTc2M15BMl5BanBnXkFtZTcwNzE0MTk3OA@@._V1_SX214_CR0,0,214,317_.jpg" />
62
+
63
+ <meta property='og:type' content="video.movie" />
64
+ <meta property='fb:app_id' content='115109575169727' />
65
+ <meta property='og:title' content="Die Hard (1988)" />
66
+ <meta property='og:site_name' content='IMDb' />
67
+ <meta name="title" content="Die Hard (1988) - IMDb" />
68
+ <meta name="description" content="Die Hard (1988) Movies, TV, Celebs, and more..." />
69
+ <meta property="og:description" content="Die Hard (1988) Movies, TV, Celebs, and more..." />
70
+ <meta name="keywords" content="Reviews, Showtimes, DVDs, Photos, Message Boards, User Ratings, Synopsis, Trailers, Credits" />
71
+ <meta name="request_id" content="11Z0ZSZJCCZ1RHAXMY88" />
72
+
73
+ <script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>
74
+ <!-- h=ics-1a-i-00ac4270.us-east-1 -->
75
+
76
+ <link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/title-3745012491._V353727349_.css" />
77
+ <!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/ie-1918465287._V354866480_.css" /><![endif]-->
78
+ <link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-mega-3538633082._V355276482_.css" />
79
+ <script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
80
+
81
+ <script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>
82
+
83
+ <script type="text/javascript">
84
+ // ensures js doesn't die if ads service fails.
85
+ // Note that we need to define the js here, since ad js is being rendered inline after this.
86
+ (function(f) {
87
+ // Fallback javascript, when the ad Service call fails.
88
+
89
+ if((window.csm === undefined || window.generic === undefined || window.consoleLog === undefined)) {
90
+ if (console !== undefined && console.log !== undefined) {
91
+ console.log("one or more of window.csm, window.generic or window.consoleLog has been stubbed...");
92
+ }
93
+ }
94
+
95
+ window.csm = window.csm || { measure:f, record:f, duration:f, listen:f, metrics:{} };
96
+ window.generic = window.generic || { monitoring: { start_timing: f, stop_timing: f } };
97
+ window.consoleLog = window.consoleLog || f;
98
+ })(function() {});
99
+ </script>
100
+ <script>
101
+ if ('csm' in window) {
102
+ csm.measure('csm_head_delivery_finished');
103
+ }
104
+ </script>
105
+ </head>
106
+ <body id="styleguide-v2" class="fixed">
107
+ <script>
108
+ if (typeof uet == 'function') {
109
+ uet("bb");
110
+ }
111
+ </script>
112
+ <script>
113
+ if ('csm' in window) {
114
+ csm.measure('csm_body_delivery_started');
115
+ }
116
+ </script>
117
+ <div id="wrapper">
118
+ <div id="root" class="redesign">
119
+ <script>
120
+ if (typeof uet == 'function') {
121
+ uet("ns");
122
+ }
123
+ </script>
124
+ <div id="nb20" class="navbarSprite">
125
+ <div id="supertab">
126
+ <!-- no content received for slot: top_ad -->
127
+
128
+ </div>
129
+ <div id="navbar" class="navbarSprite">
130
+ <noscript>
131
+ <link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-no-js-4175877511._V379390803_.css" />
132
+ </noscript>
133
+ <!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-ie-470687728._V379390980_.css"><![endif]-->
134
+ <span id="home_img_holder">
135
+ <a href="/?ref_=nv_home" title="Home" class="navbarSprite" id="home_img" ></a> <span class="alt_logo">
136
+ <a href="/?ref_=nv_home" title="Home" >IMDb</a>
137
+ </span>
138
+ </span>
139
+ <form
140
+ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
141
+ method="get"
142
+ action="/find"
143
+ class="nav-searchbar-inner"
144
+ id="navbar-form"
145
+
146
+ >
147
+ <div id="nb_search">
148
+ <noscript><div id="more_if_no_javascript"><a href="/search/">More</a></div></noscript>
149
+ <button id="navbar-submit-button" class="primary btn" type="submit"><div class="magnifyingglass navbarSprite"></div></button>
150
+ <input type="text" autocomplete="off" value="" name="q" id="navbar-query" placeholder="Find Movies, TV shows, Celebrities and more...">
151
+ <div class="quicksearch_dropdown_wrapper">
152
+ <select name="s" id="quicksearch" class="quicksearch_dropdown navbarSprite"
153
+ onchange="jumpMenu(this); suggestionsearch_dropdown_choice(this);">
154
+ <option value="all" >All</option>
155
+ <option value="tt" >Titles</option>
156
+ <option value="ep" >TV Episodes</option>
157
+ <option value="nm" >Names</option>
158
+ <option value="co" >Companies</option>
159
+ <option value="kw" >Keywords</option>
160
+ <option value="ch" >Characters</option>
161
+ <option value="vi" >Videos</option>
162
+ <option value="qu" >Quotes</option>
163
+ <option value="bi" >Bios</option>
164
+ <option value="pl" >Plots</option>
165
+ </select>
166
+ </div>
167
+ <div id="navbar-suggestionsearch"></div>
168
+ </div>
169
+ </form>
170
+ <div id="megaMenu">
171
+ <ul id="consumer_main_nav" class="main_nav">
172
+ <li class="spacer"></li>
173
+ <li class="css_nav_item" id="navTitleMenu">
174
+ <p class="navCategory">Movies, TV<br />& Showtimes</p>
175
+ <span class="downArrow"></span>
176
+ <div id="navMenu1" class="sub_nav">
177
+ <div id="titleAd"></div>
178
+ <div class="subNavListContainer">
179
+ <h5>MOVIES</h5>
180
+ <ul>
181
+ <li><a href="/showtimes/?ref_=nv_mv_sh_1" >Showtimes & Tickets</a></li>
182
+ <li><a href="/trailers/?ref_=nv_mv_tr_2" >Latest Trailers</a></li>
183
+ <li><a href="/movies-coming-soon/?ref_=nv_mv_cs_3" >Coming Soon</a></li>
184
+ <li><a href="/movies-in-theaters/?ref_=nv_mv_inth_4" >In Theaters</a></li>
185
+ <li><a href="/calendar/?ref_=nv_mv_cal_5" >Release Calendar</a></li>
186
+ </ul>
187
+ <h5>CHARTS & TRENDS</h5>
188
+ <ul>
189
+ <li><a href="/search/title?count=100&title_type=feature,tv_series&ref_=nv_ch_mm_1" >Popular Movies & TV</a></li>
190
+ <li><a href="/chart/?ref_=nv_ch_cht_2" >Box Office</a></li>
191
+ <li><a href="/search/title?count=100&groups=oscar_best_picture_winners&sort=year,desc&ref_=nv_ch_osc_3" >Oscar Winners</a></li>
192
+ <li><a href="/chart/top?ref_=nv_ch_250_4" >Top 250</a></li>
193
+ <li><a href="/genre/?ref_=nv_ch_gr_5" >Most Popular by Genre</a></li>
194
+ </ul>
195
+ </div>
196
+ <div class="subNavListContainer">
197
+ <h5>TV & VIDEO</h5>
198
+ <ul>
199
+ <li><a href="/tv/?ref_=nv_tvv_hm_1" >TV Home</a></li>
200
+ <li><a href="/tvgrid/?ref_=nv_tvv_ls_2" >On Tonight</a></li>
201
+ <li><a href="/watchnow/?ref_=nv_tvv_wn_3" >Watch Now on Amazon</a></li>
202
+ <li><a href="/sections/dvd/?ref_=nv_tvv_dvd_4" >DVD & Blu-Ray</a></li>
203
+ <li><a href="/tv/blog?ref_=nv_tvv_blog_5" >TV Blog</a></li>
204
+ </ul>
205
+ <h5>SPECIAL FEATURES</h5>
206
+ <ul>
207
+ <li><a href="/emmys/?ref_=nv_sf_rte_1" >Road to the Emmys</a></li>
208
+ <li><a href="/falltv/?ref_=nv_sf_ftp_2" >Fall TV Preview</a></li>
209
+ <li><a href="/comic-con/?ref_=nv_sf_comic_3" >Comic-Con</a></li>
210
+ <li><a href="/x-ray/?ref_=nv_sf_xray_4" >X-Ray for Movies & TV</a></li>
211
+ </ul>
212
+ </div>
213
+ </div>
214
+ </li>
215
+ <li class="spacer"></li>
216
+ <li class="css_nav_item" id="navNameMenu">
217
+ <p class="navCategory">Celebs, Events<br />& Photos</p>
218
+ <span class="downArrow"></span>
219
+ <div id="navMenu2" class="sub_nav">
220
+ <div id="nameAd"></div>
221
+ <div class="subNavListContainer">
222
+ <h5>CELEBS</h5>
223
+ <ul>
224
+ <li><a href="/search/name?birth_monthday=10-28&refine=birth_monthday&ref_=nv_cel_brn_1" >Born Today</a></li>
225
+ <li><a href="/news/celebrity?ref_=nv_cel_nw_2" >Celebrity News</a></li>
226
+ <li><a href="/search/name?gender=male,female&ref_=nv_cel_m_3" >Most Popular Celebs</a></li>
227
+ </ul>
228
+ <h5>PHOTOS</h5>
229
+ <ul>
230
+ <li><a href="/media/index/rg1176148480?ref_=nv_ph_ls_1" >Latest Stills</a></li>
231
+ <li><a href="/media/index/rg1528338944?ref_=nv_ph_lp_2" >Latest Posters</a></li>
232
+ <li><a href="/sections/photos/premieres/?ref_=nv_ph_prem_3" >Movie & TV Premieres</a></li>
233
+ <li><a href="/sections/photos/red_carpet/?ref_=nv_ph_red_4" >On the Red Carpet</a></li>
234
+ <li><a href="/sections/photos/special_galleries/?ref_=nv_ph_sp_5" >Special Galleries</a></li>
235
+ </ul>
236
+ </div>
237
+ <div class="subNavListContainer">
238
+ <h5>EVENTS</h5>
239
+ <ul>
240
+ <li><a href="/emmys/?ref_=nv_ev_rte_1" >Road to the Emmys</a></li>
241
+ <li><a href="/comic-con/?ref_=nv_ev_comic_2" >Comic-Con</a></li>
242
+ <li><a href="/cannes/?ref_=nv_ev_can_3" >Cannes</a></li>
243
+ <li><a href="/tribeca/?ref_=nv_ev_tri_4" >Tribeca</a></li>
244
+ <li><a href="/oscars/?ref_=nv_ev_rto_5" >Road to the Oscars</a></li>
245
+ <li><a href="/sundance/?ref_=nv_ev_sun_6" >Sundance</a></li>
246
+ <li><a href="/event/?ref_=nv_ev_all_7" >More Popular Events</a></li>
247
+ </ul>
248
+ </div>
249
+ </div>
250
+ </li>
251
+ <li class="spacer"></li>
252
+ <li class="css_nav_item" id="navNewsMenu">
253
+ <p class="navCategory">News &<br />Community</p>
254
+ <span class="downArrow"></span>
255
+ <div id="navMenu3" class="sub_nav">
256
+ <div id="latestHeadlines">
257
+ <div class="subNavListContainer">
258
+ <h5>LATEST HEADLINES</h5>
259
+ <ul>
260
+ <li itemprop="headline">
261
+ <a href="/news/ni56355151/?ref_=nv_nw_tn_1" > Lou Reed, ‘Walk on the Wild Side’ Singer, Dead at 71
262
+ </a><br />
263
+ <span class="time">14 hours ago</span>
264
+ </li>
265
+ <li itemprop="headline">
266
+ <a href="/news/ni56354884/?ref_=nv_nw_tn_2" > Box office report: 'Bad Grandpa' spoofs its way to $32 million debut
267
+ </a><br />
268
+ <span class="time">16 hours ago</span>
269
+ </li>
270
+ <li itemprop="headline">
271
+ <a href="/news/ni56354920/?ref_=nv_nw_tn_3" > Chris Brown Arrested and Jailed for Felony Assault in Washington, D.C.
272
+ </a><br />
273
+ <span class="time">16 hours ago</span>
274
+ </li>
275
+ </ul>
276
+ </div>
277
+ </div>
278
+ <div class="subNavListContainer">
279
+ <h5>NEWS</h5>
280
+ <ul>
281
+ <li><a href="/news/top?ref_=nv_nw_tp_1" >Top News</a></li>
282
+ <li><a href="/news/movie?ref_=nv_nw_mv_2" >Movie News</a></li>
283
+ <li><a href="/news/tv?ref_=nv_nw_tv_3" >TV News</a></li>
284
+ <li><a href="/news/celebrity?ref_=nv_nw_cel_4" >Celebrity News</a></li>
285
+ <li><a href="/news/indie?ref_=nv_nw_ind_5" >Indie News</a></li>
286
+ </ul>
287
+ <h5>COMMUNITY</h5>
288
+ <ul>
289
+ <li><a href="/boards/?ref_=nv_cm_bd_1" >Message Boards</a></li>
290
+ <li><a href="/czone/?ref_=nv_cm_cz_2" >Contributor Zone</a></li>
291
+ <li><a href="/games/guess?ref_=nv_cm_qz_3" >Quiz Game</a></li>
292
+ <li><a href="/poll/?ref_=nv_cm_pl_4" >Polls</a></li>
293
+ </ul>
294
+ </div>
295
+ </div>
296
+ </li>
297
+ <li class="spacer"></li>
298
+ <li class="css_nav_item" id="navWatchlistMenu">
299
+ <p class="navCategory singleLine watchlist">
300
+ <a href="/list/watchlist?ref_=nv_wl_all_0" >Watchlist</a>
301
+ </p>
302
+ <span class="downArrow"></span>
303
+ <div id="navMenu4" class="sub_nav">
304
+ <h5>
305
+ RECENTLY ADDED
306
+ </h5>
307
+ <ul id="navWatchlist">
308
+ </ul>
309
+ <script>
310
+ if (!('imdb' in window)) { window.imdb = {}; }
311
+ window.imdb.watchlistTeaserData = [
312
+ {
313
+ href : "/list/watchlist",
314
+ src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot1_logged_out-1670046337._V360061167_.jpg"
315
+ },
316
+ {
317
+ href : "/search/title?count=100&title_type=feature,tv_series",
318
+ src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot2_popular-4090757197._V360060945_.jpg"
319
+ },
320
+ {
321
+ href : "/search/title?count=100&groups=top_250&sort=user_rating,desc&title_type=feature",
322
+ src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot3_top250-575799966._V360061165_.jpg"
323
+ }
324
+ ];
325
+ </script>
326
+ </div>
327
+ </li>
328
+ <li class="spacer"></li>
329
+ </ul>
330
+ <script>
331
+ if (!('imdb' in window)) { window.imdb = {}; }
332
+ window.imdb.navbarAdSlots = {
333
+ titleAd : {
334
+ },
335
+ nameAd : {
336
+ }
337
+ }
338
+ </script>
339
+ </div>
340
+ <div id="nb_extra">
341
+ <ul id="nb_extra_nav" class="main_nav">
342
+ <li class="css_nav_item" id="navProMenu">
343
+ <p class="navCategory">
344
+ <a
345
+ onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=/r/IMDbTabNV/';"
346
+ href="/r/IMDbTabNV/"
347
+ > <img alt="IMDbPro Menu" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_nb-720143162._V377744227_.png" />
348
+ </a> </p>
349
+ <span class="downArrow"></span>
350
+ <div id="navMenuPro" class="sub_nav">
351
+ <a
352
+ onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=/r/IMDbTabNV/';"
353
+ href="/r/IMDbTabNV/"
354
+ id="proLink"
355
+ > <div id="proAd">
356
+ <script>
357
+ if (!('imdb' in window)) { window.imdb = {}; }
358
+ window.imdb.proMenuTeaser = {
359
+ imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu_user-2082544740._V377744226_.jpg"
360
+ };
361
+ </script>
362
+ </div>
363
+ <div class="subNavListContainer">
364
+ <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._V377744253_.png" />
365
+ <h5>GET INFORMED</h5>
366
+ <p>Industry information at your fingertips</p>
367
+ <h5>GET CONNECTED</h5>
368
+ <p>Over 200,000 Hollywood insiders</p>
369
+ <h5>GET DISCOVERED</h5>
370
+ <p>Enhance your IMDb Page</p>
371
+ <p><strong>Go to IMDbPro &raquo;</strong></p>
372
+ </div>
373
+ </a> </div>
374
+ </li>
375
+ <li class="spacer"><span class="ghost">|</span></li>
376
+ <li>
377
+ <a href="/apps/?ref_=nb_app" >IMDb Apps</a>
378
+ </li>
379
+ <li class="spacer"><span class="ghost">|</span></li>
380
+ <li>
381
+ <a href="/help/?ref_=nb_hlp" >Help</a>
382
+ </li>
383
+ </ul>
384
+ </div>
385
+ <div id="nb_personal">
386
+ <ul id="consumer_user_nav" class="main_nav">
387
+ <li class="css_nav_menu" id="navUserMenu">
388
+ <p class="navCategory singleLine">
389
+ <a rel="login" href="/register/login?ref_=nv_usr_lgin_1" id="nblogin" >Login</a>
390
+ </p>
391
+ <span class="downArrow"></span>
392
+ <div class="sub_nav">
393
+ <div class="subNavListContainer">
394
+ <br />
395
+ <ul>
396
+ <li>
397
+ <a href="https://secure.imdb.com/register-imdb/form-v2?ref_=nv_usr_reg_2" >Register</a>
398
+ </li>
399
+ <li>
400
+ <a rel="login" href="/register/login?ref_=nv_usr_lgin_3" id="nblogin" >Login</a>
401
+ </li>
402
+ </ul>
403
+ </div>
404
+ </div>
405
+ </li>
406
+ </ul>
407
+ </div>
408
+ </div>
409
+ </div>
410
+
411
+ <!-- no content received for slot: navstrip -->
412
+
413
+
414
+ <!-- no content received for slot: injected_navstrip -->
415
+
416
+ <script>
417
+ if (typeof uet == 'function') {
418
+ uet("ne");
419
+ }
420
+ </script>
421
+ <div id="pagecontent" itemscope itemtype="http://schema.org/Movie">
422
+
423
+ <!-- no content received for slot: injected_billboard -->
424
+
425
+
426
+ <div id="content-2-wide" class="redesign">
427
+ <div id="main">
428
+ <div class="article listo">
429
+ <span class=rightcornerlink >
430
+ <a href="/register/login?why=edit&ref_=ttloc_loc_edt" rel="login">Edit</a>
431
+ </span>
432
+ <div class="subpage_title_block">
433
+ <a href="/title/tt0095016/?ref_=ttloc_loc_tt" > <img itemprop="image"
434
+ class="poster"
435
+ height="98"
436
+ width="67"
437
+ alt="Die Hard (1988) Poster"
438
+ src="http://ia.media-imdb.com/images/M/MV5BMTY4ODM0OTc2M15BMl5BanBnXkFtZTcwNzE0MTk3OA@@._V1_SX67_CR0,0,67,98_.jpg" />
439
+ </a> <div class="parent">
440
+ <h3 itemprop="name">
441
+ <a href="/title/tt0095016/?ref_=ttloc_loc_tt" itemprop='url'>Die Hard</a> <span class="nobr">
442
+ (1988)
443
+ </span>
444
+ </h3>
445
+ </div>
446
+ <script>
447
+ if ('csm' in window) {
448
+ csm.measure('csm_body_delivery_started');
449
+ }
450
+ </script>
451
+ <h1 class="header">Filming Locations</h1>
452
+ </div>
453
+ <div id="filming_locations_content" class="header">
454
+ <div class="header"><div class="nav"><div class="desc">Showing all 4 filming locations</div></div></div>
455
+ <div class="soda odd">
456
+ <dt>
457
+ <a href="/search/title?locations=Alpena%20Airport%2C%20Alpena%2C%20Michigan%2C%20USA&ref_=ttloc_loc_1" itemprop='url'>Alpena Airport, Alpena, Michigan, USA
458
+ </a> </dt>
459
+ <dd>
460
+ </dd>
461
+ <div class="did-you-know-actions">
462
+ <a href="?item=lc0749255" class="interesting-count-text" > 1 of 1 found this interesting</a>
463
+ <span class='interesting-cast-vote' data-item-id="lc0749255" data-item-type="locations">
464
+ Interesting? <button class="cast-vote" value="up">Yes</button><button class="cast-vote" value="down">No</button>
465
+ </span>
466
+ </div>
467
+ </div>
468
+ <div class="soda even">
469
+ <dt>
470
+ <a href="/search/title?locations=29th-35th%20Floors%2C%20Fox%20Plaza%20-%202121%20Avenue%20of%20the%20Stars%2C%20Century%20City%2C%20Los%20Angeles%2C%20California%2C%20USA&ref_=ttloc_loc_2" itemprop='url'>29th-35th Floors, Fox Plaza - 2121 Avenue of the Stars, Century City, Los Angeles, California, USA
471
+ </a> </dt>
472
+ <dd>
473
+ (interiors) </dd>
474
+ <div class="did-you-know-actions">
475
+ <a href="?item=lc0087323" class="interesting-count-text" > Is this interesting?</a>
476
+ <span class='interesting-cast-vote' data-item-id="lc0087323" data-item-type="locations">
477
+ Interesting? <button class="cast-vote" value="up">Yes</button><button class="cast-vote" value="down">No</button>
478
+ </span>
479
+ </div>
480
+ </div>
481
+ <div class="soda odd">
482
+ <dt>
483
+ <a href="/search/title?locations=Fox%20Plaza%20-%202121%20Avenue%20of%20the%20Stars%2C%20Century%20City%2C%20Los%20Angeles%2C%20California%2C%20USA&ref_=ttloc_loc_3" itemprop='url'>Fox Plaza - 2121 Avenue of the Stars, Century City, Los Angeles, California, USA
484
+ </a> </dt>
485
+ <dd>
486
+ (Nakatomi building) </dd>
487
+ <div class="did-you-know-actions">
488
+ <a href="?item=lc0087324" class="interesting-count-text" > Is this interesting?</a>
489
+ <span class='interesting-cast-vote' data-item-id="lc0087324" data-item-type="locations">
490
+ Interesting? <button class="cast-vote" value="up">Yes</button><button class="cast-vote" value="down">No</button>
491
+ </span>
492
+ </div>
493
+ </div>
494
+ <div class="soda even">
495
+ <dt>
496
+ <a href="/search/title?locations=Stage%2015%2C%2020th%20Century%20Fox%20Studios%20-%2010201%20Pico%20Blvd.%2C%20Century%20City%2C%20Los%20Angeles%2C%20California%2C%20USA&ref_=ttloc_loc_4" itemprop='url'>Stage 15, 20th Century Fox Studios - 10201 Pico Blvd., Century City, Los Angeles, California, USA
497
+ </a> </dt>
498
+ <dd>
499
+ (studio) </dd>
500
+ <div class="did-you-know-actions">
501
+ <a href="?item=lc0087325" class="interesting-count-text" > Is this interesting?</a>
502
+ <span class='interesting-cast-vote' data-item-id="lc0087325" data-item-type="locations">
503
+ Interesting? <button class="cast-vote" value="up">Yes</button><button class="cast-vote" value="down">No</button>
504
+ </span>
505
+ </div>
506
+ </div>
507
+ </div>
508
+ </div>
509
+
510
+
511
+ <div class="article" id="see_also">
512
+ <h2>See also</h2>
513
+ <p>
514
+ <span class="nobr">
515
+ <a href="/title/tt0095016/fullcredits?ref_=ttloc_sa_1" class="link" >Full Cast and Crew</a>
516
+ <span class="ghost">|</span></span> <span class="nobr">
517
+ <a href="/title/tt0095016/releaseinfo?ref_=ttloc_sa_2" class="link" >Release Dates</a>
518
+ <span class="ghost">|</span></span> <span class="nobr">
519
+ <a href="/title/tt0095016/officialsites?ref_=ttloc_sa_3" class="link" >Official Sites</a>
520
+ <span class="ghost">|</span></span> <span class="nobr">
521
+ <a href="/title/tt0095016/business?ref_=ttloc_sa_4" class="link" >Box Office/Business</a>
522
+ <span class="ghost">|</span></span> <span class="nobr">
523
+ <a href="/title/tt0095016/companycredits?ref_=ttloc_sa_5" class="link" >Company Credits</a>
524
+ <span class="ghost">|</span></span> <span class="nobr">
525
+ <a href="/title/tt0095016/technical?ref_=ttloc_sa_6" class="link" >Technical Specs</a>
526
+ <span class="ghost">|</span></span> <span class="nobr">
527
+ <a href="/title/tt0095016/literature?ref_=ttloc_sa_7" class="link ghost" >Literature</a>
528
+ </span> </p>
529
+ </div>
530
+
531
+ <script>
532
+ if ('csm' in window) {
533
+ csm.measure('csm_TitleContributeWidget_started');
534
+ }
535
+ </script>
536
+
537
+ <div class="article contribute">
538
+ <div class="rightcornerlink">
539
+ <a href="/help/?adding/&ref_=ttloc_cn_hlp" >Getting Started</a>
540
+ <span>|</span>
541
+ <a href="/czone/?ref_=ttloc_cn_cz" >Contributor Zone</a>&nbsp;&raquo;</div>
542
+ <h2>Contribute to This Page</h2>
543
+
544
+ <div class="button-box">
545
+ <form method="post" action="/updates?ref_=ttloc_cn_edt">
546
+ <input type="hidden" name="auto" value="legacy/title/tt0095016/locations">
547
+ <button class="btn primary large" rel="login" type="submit">Edit page</button>
548
+ </form>
549
+ </div>
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+ </div>
558
+
559
+ <script>
560
+ if ('csm' in window) {
561
+ csm.measure('csm_TitleContributeWidget_finished');
562
+ }
563
+ </script>
564
+
565
+ </div>
566
+
567
+
568
+ <div id="sidebar">
569
+
570
+ <!-- no content received for slot: top_rhs -->
571
+
572
+
573
+ <div class="aux-content-widget-3 links subnav" div="quicklinks">
574
+
575
+ <a href="/title/tt0095016/?ref_=ttloc_ql" class="subnav_heading" >Die Hard</a> <hr/>
576
+
577
+
578
+ <h4>Details</h4>
579
+ <ul class="quicklinks">
580
+ <li class="subnav_item_main">
581
+ <a href="/title/tt0095016/fullcredits?ref_=ttloc_ql_1" class="link" >Full Cast and Crew</a>
582
+ </li>
583
+ <li class="subnav_item_main">
584
+ <a href="/title/tt0095016/releaseinfo?ref_=ttloc_ql_2" class="link" >Release Dates</a>
585
+ </li>
586
+ <li class="subnav_item_main">
587
+ <a href="/title/tt0095016/officialsites?ref_=ttloc_ql_3" class="link" >Official Sites</a>
588
+ </li>
589
+ <li class="subnav_item_main">
590
+ <a href="/title/tt0095016/business?ref_=ttloc_ql_4" class="link" >Box Office/Business</a>
591
+ </li>
592
+ <li class="subnav_item_main">
593
+ <a href="/title/tt0095016/companycredits?ref_=ttloc_ql_5" class="link" >Company Credits</a>
594
+ </li>
595
+ <li class="subnav_item_main subnav_selected">
596
+ <a href="/title/tt0095016/locations?ref_=ttloc_ql_6" class="link" >Filming Locations</a>
597
+ </li>
598
+ <li class="subnav_item_main">
599
+ <a href="/title/tt0095016/technical?ref_=ttloc_ql_7" class="link" >Technical Specs</a>
600
+ </li>
601
+ <li class="subnav_item_main">
602
+ <a href="/title/tt0095016/literature?ref_=ttloc_ql_8" class="link ghost" >Literature</a>
603
+ </li>
604
+ </ul>
605
+ <hr/>
606
+
607
+ <div id="full_subnav">
608
+
609
+
610
+
611
+ <h4>Storyline</h4>
612
+ <ul class="quicklinks">
613
+ <li class="subnav_item_main">
614
+ <a href="/title/tt0095016/taglines?ref_=ttloc_ql_stry_1" class="link" >Taglines</a>
615
+ </li>
616
+ <li class="subnav_item_main">
617
+ <a href="/title/tt0095016/plotsummary?ref_=ttloc_ql_stry_2" class="link" >Plot Summary</a>
618
+ </li>
619
+ <li class="subnav_item_main">
620
+ <a href="/title/tt0095016/synopsis?ref_=ttloc_ql_stry_3" class="link" >Synopsis</a>
621
+ </li>
622
+ <li class="subnav_item_main">
623
+ <a href="/title/tt0095016/keywords?ref_=ttloc_ql_stry_4" class="link" >Plot Keywords</a>
624
+ </li>
625
+ <li class="subnav_item_main">
626
+ <a href="/title/tt0095016/parentalguide?ref_=ttloc_ql_stry_5" class="link" >Parents Guide</a>
627
+ </li>
628
+ </ul>
629
+
630
+
631
+ <h4>Did You Know?</h4>
632
+ <ul class="quicklinks">
633
+ <li class="subnav_item_main">
634
+ <a href="/title/tt0095016/trivia?ref_=ttloc_ql_trv_1" class="link" >Trivia</a>
635
+ </li>
636
+ <li class="subnav_item_main">
637
+ <a href="/title/tt0095016/goofs?ref_=ttloc_ql_trv_2" class="link" >Goofs</a>
638
+ </li>
639
+ <li class="subnav_item_main">
640
+ <a href="/title/tt0095016/crazycredits?ref_=ttloc_ql_trv_3" class="link ghost" >Crazy Credits</a>
641
+ </li>
642
+ <li class="subnav_item_main">
643
+ <a href="/title/tt0095016/quotes?ref_=ttloc_ql_trv_4" class="link" >Quotes</a>
644
+ </li>
645
+ <li class="subnav_item_main">
646
+ <a href="/title/tt0095016/alternateversions?ref_=ttloc_ql_trv_5" class="link" >Alternate Versions</a>
647
+ </li>
648
+ <li class="subnav_item_main">
649
+ <a href="/title/tt0095016/movieconnections?ref_=ttloc_ql_trv_6" class="link" >Connections</a>
650
+ </li>
651
+ <li class="subnav_item_main">
652
+ <a href="/title/tt0095016/soundtrack?ref_=ttloc_ql_trv_7" class="link" >Soundtracks</a>
653
+ </li>
654
+ </ul>
655
+
656
+
657
+ <h4>Photo & Video</h4>
658
+ <ul class="quicklinks">
659
+ <li class="subnav_item_main">
660
+ <a href="/title/tt0095016/mediaindex?ref_=ttloc_ql_pv_1" class="link" >Photo Gallery</a>
661
+ </li>
662
+ <li class="subnav_item_main">
663
+ <a href="/title/tt0095016/videogallery?ref_=ttloc_ql_pv_2" class="link" >Trailers and Videos</a>
664
+ </li>
665
+ </ul>
666
+
667
+
668
+ <h4>Opinion</h4>
669
+ <ul class="quicklinks">
670
+ <li class="subnav_item_main">
671
+ <a href="/title/tt0095016/awards?ref_=ttloc_ql_op_1" class="link" >Awards</a>
672
+ </li>
673
+ <li class="subnav_item_main">
674
+ <a href="/title/tt0095016/faq?ref_=ttloc_ql_op_2" class="link" >FAQ</a>
675
+ </li>
676
+ <li class="subnav_item_main">
677
+ <a href="/title/tt0095016/reviews?ref_=ttloc_ql_op_3" class="link" >User Reviews</a>
678
+ </li>
679
+ <li class="subnav_item_main">
680
+ <a href="/title/tt0095016/ratings?ref_=ttloc_ql_op_4" class="link" >User Ratings</a>
681
+ </li>
682
+ <li class="subnav_item_main">
683
+ <a href="/title/tt0095016/externalreviews?ref_=ttloc_ql_op_5" class="link" >External Reviews</a>
684
+ </li>
685
+ <li class="subnav_item_main">
686
+ <a href="/title/tt0095016/criticreviews?ref_=ttloc_ql_op_6" class="link" >Metacritic Reviews</a>
687
+ </li>
688
+ <li class="subnav_item_main">
689
+ <a href="/title/tt0095016/board/?ref_=ttloc_ql_op_7" class="link" >Message Board</a>
690
+ </li>
691
+ </ul>
692
+
693
+
694
+ <h4>TV</h4>
695
+ <ul class="quicklinks">
696
+ <li class="subnav_item_main">
697
+ <a href="/title/tt0095016/tvschedule?ref_=ttloc_ql_tv_1" class="link ghost" >TV Schedule</a>
698
+ </li>
699
+ </ul>
700
+
701
+
702
+ <h4>Related Items</h4>
703
+ <ul class="quicklinks">
704
+ <li class="subnav_item_main">
705
+ <a href="/title/tt0095016/news?ref_=ttloc_ql_rel_1" class="link" >NewsDesk</a>
706
+ </li>
707
+ <li class="subnav_item_main">
708
+ <a href="/showtimes/title/tt0095016?ref_=ttloc_ql_rel_2" class="link ghost" >Showtimes</a>
709
+ </li>
710
+ <li class="subnav_item_main">
711
+ <a href="/title/tt0095016/externalsites?ref_=ttloc_ql_rel_3" class="link" >External Sites</a>
712
+ </li>
713
+ </ul>
714
+
715
+
716
+ <h4>Professional Services</h4>
717
+ <ul class="quicklinks">
718
+ <li class="subnav_item_main">
719
+ <a href="/r/tt_moviemeter_why/title/tt0095016?ref_=ttloc_ql_pro_1" class="link" >Get more at IMDbPro</a>
720
+ </li>
721
+ <li class="subnav_item_main">
722
+ <a href="https://secure.imdb.com/store/photos/?ref_=ttloc_ql_pro_2" class="link" >Add posters & stills to this title</a>
723
+ </li>
724
+ </ul>
725
+ <hr/>
726
+ </div>
727
+
728
+ <div class="show_more"><span class="titlePageSprite arrows show"></span>Explore More</div>
729
+ <div class="show_less"><span class="titlePageSprite arrows hide"></span>Show Less</div>
730
+ </div>
731
+ <div class="aux-content-widget-2" id="social-share-widget">
732
+ <div class="social">
733
+ <div class="social_networking">
734
+ <span><strong>Share</strong> this page:</span>
735
+ <a onclick="window.open('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0095016%2F', 'newWindow', 'width=626, height=436'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0095016%2F" target="_blank" title="Share on Facebook" class="share_icon facebook"></a>
736
+ <a onclick="window.open('http://twitter.com/home?status=Die%20Hard%20(1988)%20-%20http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0095016%2F', 'newWindow', 'width=815, height=436'); return false;" href="http://twitter.com/home?status=Die%20Hard%20(1988)%20-%20http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0095016%2F" target="_blank" title="Share on Twitter" class="share_icon twitter"></a>
737
+ <a onclick="$('div.social input[name=share-link]').show().select(); return false;" title="Share the page" class="share_icon share_url_link" href="http://www.imdb.com/title/tt0095016/"></a>
738
+ </div>
739
+ <input type="text" name="share-link" value="http://www.imdb.com/title/tt0095016/" readonly>
740
+ </div>
741
+ <script type="text/javascript">generic.monitoring.start_timing("facebook_like_iframe");</script>
742
+ <div class="social_networking_like">
743
+ <iframe
744
+ id="iframe_like"
745
+ name="fbLikeIFrame_0"
746
+ class="social-iframe"
747
+ scrolling="no"
748
+ frameborder="0"
749
+ allowTransparency="allowTransparency"
750
+ ref="http://www.imdb.com/title/tt0095016/"
751
+ width=280
752
+ height=65></iframe>
753
+ </div>
754
+ </div>
755
+ <div class="aux-content-widget-2">
756
+ <div id="relatedListsWidget">
757
+ <div class="rightcornerlink">
758
+ <a href="/list/create?ref_=ttloc_rls" >Create a list</a>&nbsp;&raquo;
759
+ </div>
760
+ <h3>User Lists</h3>
761
+ <p>Related lists from IMDb users</p>
762
+
763
+ <div class="list-preview even">
764
+ <div class="list-preview-item-narrow">
765
+ <a href="/list/lLyTuFg57nc/?ref_=ttloc_rls_1" >
766
+ <img height="86" width="86" alt="list image" title="list image"
767
+ src="/images/nopicture/medium/film.png"
768
+ class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTAyMjI4NTEzNTNeQTJeQWpwZ15BbWU3MDY3NjIxMjE@._V1_SX86_CR0,0,86,86_.jpg" />
769
+ <noscript>
770
+ <img height="86" width="86" alt="list image" title="list image"
771
+ src="http://ia.media-imdb.com/images/M/MV5BMTAyMjI4NTEzNTNeQTJeQWpwZ15BbWU3MDY3NjIxMjE@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
772
+ </noscript>
773
+ </a> </div>
774
+ <div class="list_name">
775
+ <b><a href="/list/lLyTuFg57nc/?ref_=ttloc_rls_1" >Let me out, let me out!</a></b>
776
+ </div>
777
+ <div class="list_meta">
778
+ a list of 47 titles
779
+ created 8&nbsp;months&nbsp;ago
780
+ </div>
781
+ <div class="clear">&nbsp;</div>
782
+ </div>
783
+ <div class="list-preview odd">
784
+ <div class="list-preview-item-narrow">
785
+ <a href="/list/fKj6jQVzA9w/?ref_=ttloc_rls_2" >
786
+ <img height="86" width="86" alt="list image" title="list image"
787
+ src="/images/nopicture/medium/film.png"
788
+ class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjA4Njg1MDcwN15BMl5BanBnXkFtZTYwMzAxNjM3._V1_SX86_CR0,0,86,86_.jpg" />
789
+ <noscript>
790
+ <img height="86" width="86" alt="list image" title="list image"
791
+ src="http://ia.media-imdb.com/images/M/MV5BMjA4Njg1MDcwN15BMl5BanBnXkFtZTYwMzAxNjM3._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
792
+ </noscript>
793
+ </a> </div>
794
+ <div class="list_name">
795
+ <b><a href="/list/fKj6jQVzA9w/?ref_=ttloc_rls_2" >A Very Naughty Christmas List</a></b>
796
+ </div>
797
+ <div class="list_meta">
798
+ a list of 22 titles
799
+ created 15&nbsp;Dec&nbsp;2011
800
+ </div>
801
+ <div class="clear">&nbsp;</div>
802
+ </div>
803
+ <div class="list-preview even">
804
+ <div class="list-preview-item-narrow">
805
+ <a href="/list/kLhN5Emc8ZI/?ref_=ttloc_rls_3" >
806
+ <img height="86" width="86" alt="list image" title="list image"
807
+ src="/images/nopicture/medium/film.png"
808
+ class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjA4NDg3NzYxMF5BMl5BanBnXkFtZTcwNTgyNzkyNw@@._V1_SX86_CR0,0,86,86_.jpg" />
809
+ <noscript>
810
+ <img height="86" width="86" alt="list image" title="list image"
811
+ src="http://ia.media-imdb.com/images/M/MV5BMjA4NDg3NzYxMF5BMl5BanBnXkFtZTcwNTgyNzkyNw@@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
812
+ </noscript>
813
+ </a> </div>
814
+ <div class="list_name">
815
+ <b><a href="/list/kLhN5Emc8ZI/?ref_=ttloc_rls_3" >Movies</a></b>
816
+ </div>
817
+ <div class="list_meta">
818
+ a list of 28 titles
819
+ created 17&nbsp;Feb&nbsp;2012
820
+ </div>
821
+ <div class="clear">&nbsp;</div>
822
+ </div>
823
+ <div class="list-preview odd">
824
+ <div class="list-preview-item-narrow">
825
+ <a href="/list/Vp4UZ6Puu1I/?ref_=ttloc_rls_4" >
826
+ <img height="86" width="86" alt="list image" title="list image"
827
+ src="/images/nopicture/medium/film.png"
828
+ class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_SX86_CR0,0,86,86_.jpg" />
829
+ <noscript>
830
+ <img height="86" width="86" alt="list image" title="list image"
831
+ src="http://ia.media-imdb.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
832
+ </noscript>
833
+ </a> </div>
834
+ <div class="list_name">
835
+ <b><a href="/list/Vp4UZ6Puu1I/?ref_=ttloc_rls_4" >Best action movies</a></b>
836
+ </div>
837
+ <div class="list_meta">
838
+ a list of 25 titles
839
+ created 29&nbsp;Nov&nbsp;2011
840
+ </div>
841
+ <div class="clear">&nbsp;</div>
842
+ </div>
843
+ <div class="list-preview even">
844
+ <div class="list-preview-item-narrow">
845
+ <a href="/list/-CiFX2KaJO4/?ref_=ttloc_rls_5" >
846
+ <img height="86" width="86" alt="list image" title="list image"
847
+ src="/images/nopicture/medium/film.png"
848
+ class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMTM4NjY1MDQwMl5BMl5BanBnXkFtZTcwNTI3Njg3NA@@._V1_SX86_CR0,0,86,86_.jpg" />
849
+ <noscript>
850
+ <img height="86" width="86" alt="list image" title="list image"
851
+ src="http://ia.media-imdb.com/images/M/MV5BMTM4NjY1MDQwMl5BMl5BanBnXkFtZTcwNTI3Njg3NA@@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
852
+ </noscript>
853
+ </a> </div>
854
+ <div class="list_name">
855
+ <b><a href="/list/-CiFX2KaJO4/?ref_=ttloc_rls_5" >Movies to Buy</a></b>
856
+ </div>
857
+ <div class="list_meta">
858
+ a list of 127 titles
859
+ created 26&nbsp;Sep&nbsp;2012
860
+ </div>
861
+ <div class="clear">&nbsp;</div>
862
+ </div>
863
+ <div class="see-more">
864
+ <a href="/lists/tt0095016?ref_=ttloc_rls_sm" >See all related lists</a>&nbsp;&raquo;
865
+ </div>
866
+ </div>
867
+ </div>
868
+
869
+ <!-- no content received for slot: bottom_rhs -->
870
+
871
+ </div>
872
+
873
+ </div>
874
+
875
+ <div id="content-1" class="redesign clear">
876
+ </div>
877
+
878
+ <br class="clear" />
879
+ </div>
880
+
881
+
882
+ <div id="footer" class="ft">
883
+ <hr width="100%" size=1>
884
+ <div id="rvi-div">
885
+ <div class="recently-viewed">&nbsp;</div>
886
+ <br class="clear">
887
+ <hr width="100%" size="1">
888
+ </div>
889
+ <p class="footer" align="center">
890
+ <a
891
+ onclick="(new Image()).src='/rg/home/footer/images/b.gif?link=/';"
892
+ href="/"
893
+ >Home</a>
894
+ | <a
895
+ onclick="(new Image()).src='/rg/search/footer/images/b.gif?link=/search';"
896
+ href="/search"
897
+ >Search</a>
898
+ | <a
899
+ onclick="(new Image()).src='/rg/siteindex/footer/images/b.gif?link=/a2z';"
900
+ href="/a2z"
901
+ >Site Index</a>
902
+ | <a
903
+ onclick="(new Image()).src='/rg/intheaters/footer/images/b.gif?link=/movies-in-theaters/';"
904
+ href="/movies-in-theaters/"
905
+ >In Theaters</a>
906
+ | <a
907
+ onclick="(new Image()).src='/rg/comingsoon/footer/images/b.gif?link=/movies-coming-soon/';"
908
+ href="/movies-coming-soon/"
909
+ >Coming Soon</a>
910
+ | <a
911
+ onclick="(new Image()).src='/rg/topmovies/footer/images/b.gif?link=/chart/';"
912
+ href="/chart/"
913
+ >Top Movies</a>
914
+ | <a
915
+ onclick="(new Image()).src='/rg/watchlist/footer/images/b.gif?link=/list/watchlist';"
916
+ href="/list/watchlist"
917
+ >Watchlist</a>
918
+ | <a
919
+ onclick="(new Image()).src='/rg/top250/footer/images/b.gif?link=/chart/top';"
920
+ href="/chart/top"
921
+ >Top 250</a>
922
+ | <a
923
+ onclick="(new Image()).src='/rg/tv/footer/images/b.gif?link=/sections/tv/';"
924
+ href="/sections/tv/"
925
+ >TV</a>
926
+ | <a
927
+ onclick="(new Image()).src='/rg/news/footer/images/b.gif?link=/news/';"
928
+ href="/news/"
929
+ >News</a>
930
+ | <a
931
+ onclick="(new Image()).src='/rg/video/footer/images/b.gif?link=/features/video/';"
932
+ href="/features/video/"
933
+ >Video</a>
934
+ | <a
935
+ onclick="(new Image()).src='/rg/messageboards/footer/images/b.gif?link=/boards/';"
936
+ href="/boards/"
937
+ >Message Boards</a>
938
+ | <a
939
+ onclick="(new Image()).src='/rg/pressroom/footer/images/b.gif?link=/pressroom/';"
940
+ href="/pressroom/"
941
+ >Press Room</a>
942
+ <br>
943
+
944
+ <a
945
+ onclick="(new Image()).src='/rg/register-v2/footer/images/b.gif?link=https://secure.imdb.com/register-imdb/form-v2';"
946
+ href="https://secure.imdb.com/register-imdb/form-v2"
947
+ >Register</a>
948
+ | <a
949
+ onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
950
+ href="/help/show_article?rssavailable"
951
+ class="navbarSprite"
952
+ id="footer_rss_image"
953
+ ></a>
954
+ <a
955
+ onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
956
+ href="/help/show_article?rssavailable"
957
+ >RSS</a>
958
+ | <a
959
+ onclick="(new Image()).src='/rg/advertising/footer/images/b.gif?link=/advertising/';"
960
+ href="/advertising/"
961
+ >Advertising</a>
962
+ | <a
963
+ onclick="(new Image()).src='/rg/helpdesk/footer/images/b.gif?link=/helpdesk/contact';"
964
+ href="/helpdesk/contact"
965
+ >Contact Us</a>
966
+ | <a
967
+ onclick="(new Image()).src='/rg/jobs/footer/images/b.gif?link=/jobs';"
968
+ href="/jobs"
969
+ >Jobs</a>
970
+ | <a
971
+ onclick="(new Image()).src='/rg/IMDbFooter/prosystem/images/b.gif?link=https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627';"
972
+ href="https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627"
973
+ >IMDbPro</a>
974
+ | <a
975
+ onclick="(new Image()).src='/rg/BOXOFFICEMOJO/FOOTER/images/b.gif?link=http://www.boxofficemojo.com/';"
976
+ href="http://www.boxofficemojo.com/"
977
+ >Box Office Mojo</a>
978
+ | <a
979
+ onclick="(new Image()).src='/rg/WITHOUTABOX/FOOTER/images/b.gif?link=http://www.withoutabox.com/';"
980
+ href="http://www.withoutabox.com/"
981
+ >Withoutabox</a>
982
+ | <a
983
+ onclick="(new Image()).src='/rg/LOVEFILM/FOOTER/images/b.gif?link=http://www.lovefilm.com/browse/film/watch-online/';"
984
+ href="http://www.lovefilm.com/browse/film/watch-online/"
985
+ >LOVEFiLM</a>
986
+ <br /><br />
987
+ IMDb Mobile:
988
+ <a
989
+ onclick="(new Image()).src='/rg/mobile-ios/footer/images/b.gif?link=/apps/ios/';"
990
+ href="/apps/ios/"
991
+ >iPhone/iPad</a>
992
+ | <a
993
+ onclick="(new Image()).src='/rg/mobile-android/footer/images/b.gif?link=/android';"
994
+ href="/android"
995
+ >Android</a>
996
+ | <a
997
+ onclick="(new Image()).src='/rg/mobile-web/footer/images/b.gif?link=http://m.imdb.com';"
998
+ href="http://m.imdb.com"
999
+ >Mobile site</a>
1000
+ | <a
1001
+ onclick="(new Image()).src='/rg/mobile-win7/footer/images/b.gif?link=/windowsphone';"
1002
+ href="/windowsphone"
1003
+ >Windows Phone 7</a>
1004
+ | IMDb Social:
1005
+ <a
1006
+ onclick="(new Image()).src='/rg/facebook/footer/images/b.gif?link=http://www.facebook.com/imdb';"
1007
+ href="http://www.facebook.com/imdb"
1008
+ >Facebook</a>
1009
+ | <a
1010
+ onclick="(new Image()).src='/rg/twitter/footer/images/b.gif?link=http://twitter.com/imdb';"
1011
+ href="http://twitter.com/imdb"
1012
+ >Twitter</a>
1013
+ <br /><br />
1014
+ </p>
1015
+
1016
+ <p class="footer" align="center">
1017
+ <a
1018
+ onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/show_article?conditions';"
1019
+ href="/help/show_article?conditions"
1020
+ >Copyright &copy;</a> 1990-2013
1021
+ <a
1022
+ onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/';"
1023
+ href="/help/"
1024
+ >IMDb.com, Inc.</a>
1025
+ <br>
1026
+ <a
1027
+ onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/show_article?conditions';"
1028
+ href="/help/show_article?conditions"
1029
+ >Conditions of Use</a> | <a
1030
+ onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/privacy';"
1031
+ href="/privacy"
1032
+ >Privacy Policy</a> | <a
1033
+ onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=//www.amazon.com/InterestBasedAds';"
1034
+ href="//www.amazon.com/InterestBasedAds"
1035
+ >Interest-Based Ads</a>
1036
+ <br>
1037
+ An <span id="amazon_logo" class="footer_logo" align="middle"></span> company.
1038
+ </p>
1039
+
1040
+ <table class="footer" id="amazon-affiliates" width="100%">
1041
+ <tr>
1042
+ <td colspan="10">
1043
+ Amazon Affiliates
1044
+ </td>
1045
+ </tr>
1046
+ <tr>
1047
+ <td class="amazon-affiliate-site-first">
1048
+ <a class="amazon-affiliate-site-link" href="http://www.amazon.com/b?ie=UTF8&node=2858778011&tag=imdbpr1-20">
1049
+ <span class="amazon-affiliate-site-name">Amazon Instant Video</span><br>
1050
+ <span class="amazon-affiliate-site-desc">Watch Movies &<br>TV Online</span>
1051
+ </a>
1052
+ </td>
1053
+ <td class="amazon-affiliate-site-item-nth">
1054
+ <a class="amazon-affiliate-site-link" href=http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20 >
1055
+ <span class="amazon-affiliate-site-name">Prime Instant Video</span><br>
1056
+ <span class="amazon-affiliate-site-desc">Unlimited Streaming<br>of Movies & TV</span>
1057
+ </a>
1058
+ </td>
1059
+ <td class="amazon-affiliate-site-item-nth">
1060
+ <a class="amazon-affiliate-site-link" href=http://www.amazon.de/b?ie=UTF8&node=284266&tag=imdbpr1-de-21 >
1061
+ <span class="amazon-affiliate-site-name">Amazon Germany</span><br>
1062
+ <span class="amazon-affiliate-site-desc">Buy Movies on<br>DVD & Blu-ray</span>
1063
+ </a>
1064
+ </td>
1065
+ <td class="amazon-affiliate-site-item-nth">
1066
+ <a class="amazon-affiliate-site-link" href=http://www.amazon.it/b?ie=UTF8&node=412606031&tag=imdbpr1-it-21 >
1067
+ <span class="amazon-affiliate-site-name">Amazon Italy</span><br>
1068
+ <span class="amazon-affiliate-site-desc">Buy Movies on<br>DVD & Blu-ray</span>
1069
+ </a>
1070
+ </td>
1071
+ <td class="amazon-affiliate-site-item-nth">
1072
+ <a class="amazon-affiliate-site-link" href=http://www.amazon.fr/b?ie=UTF8&node=405322&tag=imdbpr1-fr-21 >
1073
+ <span class="amazon-affiliate-site-name">Amazon France</span><br>
1074
+ <span class="amazon-affiliate-site-desc">Buy Movies on<br>DVD & Blu-ray</span>
1075
+ </a>
1076
+ </td>
1077
+ <td class="amazon-affiliate-site-item-nth">
1078
+ <a class="amazon-affiliate-site-link" href=http://www.amazon.in/movies-tv-shows/b/?ie=UTF&node=976416031&tag=imdbpr1-in-21 >
1079
+ <span class="amazon-affiliate-site-name">Amazon India</span><br>
1080
+ <span class="amazon-affiliate-site-desc">Buy Movie and<br>TV Show DVDs</span>
1081
+ </a>
1082
+ </td>
1083
+ <td class="amazon-affiliate-site-item-nth">
1084
+ <a class="amazon-affiliate-site-link" href=http://www.lovefilm.com/browse/film/watch-online/ >
1085
+ <span class="amazon-affiliate-site-name">LOVEFiLM</span><br>
1086
+ <span class="amazon-affiliate-site-desc">Watch Movies<br>Online</span>
1087
+ </a>
1088
+ </td>
1089
+ <td class="amazon-affiliate-site-item-nth">
1090
+ <a class="amazon-affiliate-site-link" href=http://www.junglee.com/ >
1091
+ <span class="amazon-affiliate-site-name">Junglee</span><br>
1092
+ <span class="amazon-affiliate-site-desc">India Online<br>Shopping</span>
1093
+ </a>
1094
+ </td>
1095
+ <td class="amazon-affiliate-site-item-nth">
1096
+ <a class="amazon-affiliate-site-link" href=http://www.dpreview.com >
1097
+ <span class="amazon-affiliate-site-name">DPReview</span><br>
1098
+ <span class="amazon-affiliate-site-desc">Digital<br>Photography</span>
1099
+ </a>
1100
+ </td>
1101
+ <td class="amazon-affiliate-site-item-nth">
1102
+ <a class="amazon-affiliate-site-link" href=http://www.audible.com >
1103
+ <span class="amazon-affiliate-site-name">Audible</span><br>
1104
+ <span class="amazon-affiliate-site-desc">Download<br>Audio Books</span>
1105
+ </a>
1106
+ </td>
1107
+ </tr>
1108
+ </table>
1109
+ </div>
1110
+
1111
+ <script type="text/javascript">
1112
+
1113
+ var _gaq = _gaq || [];
1114
+ var seg = -1;
1115
+ _gaq.push(['_setAccount', 'UA-3916519-1']);
1116
+ _gaq.push(['_setDomainName', '.imdb.com']);
1117
+ _gaq.push(['_setSampleRate', '10']);
1118
+ _gaq.push(['_setCustomVar', 2, 'Falkor', 'false']);
1119
+ _gaq.push(['_trackPageview']); // must come last
1120
+
1121
+ (function() {
1122
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1123
+ ga.src = 'http://www.google-analytics.com/ga.js';
1124
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1125
+ })();
1126
+
1127
+ </script>
1128
+
1129
+ <!-- no content received for slot: bottom_ad -->
1130
+
1131
+ </div>
1132
+ </div>
1133
+
1134
+ <script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/title-2198698218._V354100628_.js"></script>
1135
+
1136
+ <script type="text/imdblogin-js" id="login">
1137
+ jQuery(document).ready(function(){
1138
+ window.imdb.login_lightbox("https://secure.imdb.com", "http://www.imdb.com/title/tt0095016/locations");
1139
+ });
1140
+ </script>
1141
+
1142
+ <script type="text/javascript">
1143
+ jQuery(
1144
+ function() {
1145
+ var facebookTheme = (window.custom && window.custom.full_page && window.custom.full_page.theme) ? window.custom.full_page.theme : "light",
1146
+ url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0095016%2F&colorscheme=" + facebookTheme,
1147
+ like = document.getElementById('iframe_like');
1148
+ if (like) {
1149
+ like.src = url;
1150
+ like.onload = function () { generic.monitoring.stop_timing('facebook_like_iframe', '', false); };
1151
+ }
1152
+ }
1153
+
1154
+ );
1155
+ </script>
1156
+
1157
+ <div id="servertime" time="85"/>
1158
+
1159
+
1160
+
1161
+ <script>
1162
+ if (typeof uet == 'function') {
1163
+ uet("be");
1164
+ }
1165
+ </script>
1166
+ </body>
1167
+ </html>