imdb 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +4 -8
  3. data/README.md +2 -2
  4. data/lib/imdb/base.rb +14 -0
  5. data/lib/imdb/season.rb +5 -3
  6. data/lib/imdb/string_extensions.rb +1 -6
  7. data/lib/imdb/version.rb +1 -1
  8. data/spec/fixtures/locations +109 -155
  9. data/spec/fixtures/plotsummary +101 -147
  10. data/spec/fixtures/releaseinfo +1413 -0
  11. data/spec/fixtures/search_kannethirey_thondrinal +62 -115
  12. data/spec/fixtures/search_killed_wife +82 -115
  13. data/spec/fixtures/search_star_trek +82 -115
  14. data/spec/fixtures/synopsis +154 -146
  15. data/spec/fixtures/tbbt-s1 +2027 -0
  16. data/spec/fixtures/thewalkingdead-s1 +137 -165
  17. data/spec/fixtures/thewalkingdead-s1e2 +214 -184
  18. data/spec/fixtures/top_250 +2905 -2953
  19. data/spec/fixtures/tt0036855 +253 -240
  20. data/spec/fixtures/tt0083987 +268 -242
  21. data/spec/fixtures/tt0095016 +299 -197
  22. data/spec/fixtures/tt0110912 +282 -247
  23. data/spec/fixtures/tt0111161 +229 -236
  24. data/spec/fixtures/tt0117731 +232 -217
  25. data/spec/fixtures/tt0166222 +166 -189
  26. data/spec/fixtures/tt0242653 +271 -210
  27. data/spec/fixtures/tt0330508 +123 -153
  28. data/spec/fixtures/tt0468569 +231 -206
  29. data/spec/fixtures/tt0898266 +1505 -0
  30. data/spec/fixtures/tt1401252 +153 -146
  31. data/spec/fixtures/tt1520211 +252 -225
  32. data/spec/fixtures/wall_e_search +742 -0
  33. data/spec/imdb/episode_spec.rb +1 -1
  34. data/spec/imdb/movie_spec.rb +24 -1
  35. data/spec/imdb/search_spec.rb +2 -20
  36. data/spec/imdb/season_spec.rb +22 -0
  37. data/spec/imdb/series_spec.rb +1 -1
  38. data/spec/spec_helper.rb +5 -1
  39. metadata +28 -21
  40. data/History.txt +0 -78
@@ -1,17 +1,17 @@
1
1
  HTTP/1.1 200 OK
2
- Date: Mon, 28 Oct 2013 08:53:11 GMT
3
- Server: Server
2
+ Date: Fri, 31 Jan 2014 10:08:06 GMT
3
+ Server: HTTPDaemon
4
+ X-Frame-Options: SAMEORIGIN
4
5
  Cache-Control: private
5
- Cneonction: close
6
6
  Content-Type: text/html; charset=iso-8859-1
7
- Set-Cookie: uu=BCYtCiWpYLSjoZz0WnTgYqcWZMkIFIp9-qhk-NnHYzhwacj0UrgUkyUhxyK3vbScDNLEU5KIjdY4WDdCCu7cKLeHJQ2jyFI-MNowSKu08-WDs-kCvw3ZTs1UkDAvXlFVJipP-feuIqnKVbv8VbDjB1mHdVt6-YFT_3My5LxwbsUQxAU;expires=Thu, 30 Dec 2037 00:00:00 GMT;path=/;domain=.imdb.com
8
- Set-Cookie: cs=SJcq6HGNxNwPbNq/pSjn7AeBbbqgkVqM8BkNuqMCfTKzAj65k4JeOYCRXRoA0U26oKcq7CXhbbqjtRjsV9HN2bCRWyxAGW26oKdbraCRbbqgsW26oJFt+uDBHYqg==;expires=Tue, 29 Oct 2013 07:00:00 GMT;path=/;domain=.imdb.com
7
+ Set-Cookie: uu=BCYvCs15uPEfiE-tlTOSBbZWYZvoIyD_RjfOUJ3Il9ZcuBDS1vE0tUmOniIQvykglebmwXktpgfHQtkKhA6JdrEH0arKlyz8hBrC3UnE6USyPKfruqlkKgEjgXZALnmQV5uerSv-SfT_H3tGvtiMAC2UXnrw2udvIYGsB0a7d7XC0dI;expires=Thu, 30 Dec 2037 00:00:00 GMT;path=/;domain=.imdb.com
8
+ Set-Cookie: cs=KSsk5k9o9faRaMQtrEvG6AbGfbqgkW2NmIHl2qMS7tojgn7ZgDJ+iTCRbYoGES2aoJFb/faHDbqjhCo/B9HNybCRWyxAGW26oKdbraCRbbqgsW26oJFt+uDBHYqg==;expires=Sat, 01 Feb 2014 08:00:00 GMT;path=/;domain=.imdb.com
9
9
  Vary: Accept-Encoding,User-Agent
10
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
11
  Transfer-Encoding: chunked
12
12
 
13
13
 
14
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
14
+ <!DOCTYPE html>
15
15
  <html xmlns:og="http://opengraphprotocol.org/schema/"
16
16
  xmlns:fb="http://www.facebook.com/2008/fbml">
17
17
  <head>
@@ -20,7 +20,7 @@ Transfer-Encoding: chunked
20
20
  <script>(function(t){ (t.events = t.events || {})["csm_head_pre_title"] = new Date().getTime(); })(IMDbTimer);</script>
21
21
  <script>
22
22
  var addClickstreamHeadersToAjax = function(xhr) {
23
- xhr.setRequestHeader("x-imdb-parent-id", "1QKV0Q6R5K7CPAR0YFB6");
23
+ xhr.setRequestHeader("x-imdb-parent-id", "1SEMM2BZ9E4GJ8Q2KZRT");
24
24
  };
25
25
  </script>
26
26
 
@@ -33,7 +33,7 @@ var addClickstreamHeadersToAjax = function(xhr) {
33
33
  <link rel="image_src" href="http://ia.media-imdb.com/images/M/MV5BMTY4ODM0OTc2M15BMl5BanBnXkFtZTcwNzE0MTk3OA@@._V1._SX94_SY140_.jpg"><meta property="og:image" content="http://ia.media-imdb.com/images/M/MV5BMTY4ODM0OTc2M15BMl5BanBnXkFtZTcwNzE0MTk3OA@@._V1._SX94_SY140_.jpg">
34
34
  <meta name="keywords" content="Reviews, Showtimes, DVDs, Photos, Message Boards, User Ratings, Synopsis, Trailers, Credits">
35
35
  <script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>
36
- <link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SFcae20f9edb030218e336e03fa9892333/css/min/title.css" ><link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SF7b8b11c6ebd55d6d832218bf519571ff/css2/site/consumer-navbar-mega.css" ><script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
36
+ <link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SFfbfec648bbc579f7eabb35fb29cced63/css/min/title.css" ><link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SF7b8b11c6ebd55d6d832218bf519571ff/css2/site/consumer-navbar-mega.css" ><script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
37
37
 
38
38
 
39
39
  <meta name="application-name" content="IMDb" />
@@ -54,16 +54,54 @@ var addClickstreamHeadersToAjax = function(xhr) {
54
54
  <link rel="search" type="application/opensearchdescription+xml"
55
55
  href="http://i.media-imdb.com/images/SFccbe1e4d909ef8b8077201c3c5aac349/imdbsearch.xml" title="IMDb" />
56
56
  <script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>
57
- <script type="text/javascript">var __vkey = '0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX';var __vrtg = '8.3';</script>
57
+ <script type="text/javascript">var __vkey = 'NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX';var __vrtg = '8.3';</script>
58
58
  <meta property="og:type" content="movie" />
59
59
  <meta property="fb:app_id" content="115109575169727" />
60
60
  <meta property="og:title" content="Die Hard (1988)" />
61
61
  <meta property="og:site_name" content="IMDb" />
62
62
  <script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>
63
63
  <!-- start m/s/a/_g_a_s , head -->
64
+ <script>
65
+ window.ads_js_start = new Date().getTime();
66
+ var imdbads = imdbads || {}; imdbads.cmd = imdbads.cmd || [];
67
+ </script>
68
+ <!-- begin SRA -->
69
+ <script>
70
+ (function(){var d=function(o){return Object.prototype.toString.call(o)==="[object Array]";},g=function(q,p){var o;for(o=0;o<q.length;o++){if(o in q){p.call(null,q[o],o);}}},h=[],k,b,l=false,n=false,f=function(){var o=[],p=[],q={};g(h,function(s){var r="";g(s.dartsite.split("/"),function(t){if(t!==""){if(t in q){}else{q[t]=o.length;o.push(t);}r+="/"+q[t];}});p.push(r);});return{iu_parts:o,enc_prev_ius:p};},c=function(){var o=[];g(h,function(q){var p=[];g(q.sizes,function(r){p.push(r.join("x"));});o.push(p.join("|"));});return o;},m=function(){var o=[];g(h,function(p){o.push(a(p.targeting));});return o.join("|");},a=function(r,o){var q,p,s=[];for(q in r){p=[];for(j=0;j<r[q].length;j++){p.push(encodeURIComponent(r[q][j]));}if(o){s.push(q+"="+encodeURIComponent(p.join(",")));}else{s.push(q+"="+p.join(","));}}return s.join("&");},e=function(){var o=+new Date();if(n){return;}if(!this.readyState||"loaded"===this.readyState){n=true;if(l){imdbads.cmd.push(function(){for(i=0;i<h.length;i++){generic.monitoring.record_metric(h[i].name+".fail",csm.duration(o));}});}}};window.tinygpt={define_slot:function(r,q,o,p){h.push({dartsite:r.replace(/\/$/,""),sizes:q,name:o,targeting:p});},set_targeting:function(o){k=o;},callback:function(p){var q,o={},s,r=+new Date();l=false;for(q=0;q<h.length;q++){s=h[q].dartsite;name=h[q].name;if(p[q][s]){o[name]=p[q][s];}else{window.console&&console.error&&console.error("Unable to correlate GPT response for "+name);}}imdbads.cmd.push(function(){for(q=0;q<h.length;q++){ad_utils.slot_events.trigger(h[q].name,"request",{timestamp:b});ad_utils.slot_events.trigger(h[q].name,"tagdeliver",{timestamp:r});}ad_utils.gpt.handle_response(o);});},send:function(){var r=[],q=function(s,t){if(d(t)){t=t.join(",");}if(t){r.push(s+"="+encodeURIComponent(""+t));}},o,p;if(h.length===0){tinygpt.callback({});return;}q("gdfp_req","1");q("correlator",Math.floor(4503599627370496*Math.random()));q("output","json_html");q("callback","tinygpt.callback");q("impl","fifs");q("json_a","1");result=f();q("iu_parts",result.iu_parts);q("enc_prev_ius",result.enc_prev_ius);q("prev_iu_szs",c());q("prev_scp",m());q("cust_params",a(k,true));o=document.createElement("script");p=document.getElementsByTagName("script")[0];o.async=true;o.type="text/javascript";o.src="http://pubads.g.doubleclick.net/gampad/ads?"+r.join("&");o.id="tinygpt";o.onload=o.onerror=o.onreadystatechange=e;l=true;p.parentNode.insertBefore(o,p);b=+new Date();}};})();</script>
71
+ <script>
72
+ tinygpt.define_slot('/4215/imdb2.consumer.title/',
73
+ [[300,250],[300,600],[11,1]],
74
+ 'top_rhs',
75
+ {
76
+ 'p': ['tr']
77
+ });
78
+ tinygpt.define_slot('/4215/imdb2.consumer.title/',
79
+ [[728,90],[1008,150],[1008,200],[1008,30],[970,250],[9,1]],
80
+ 'top_ad',
81
+ {
82
+ 'p': ['top','t']
83
+ });
84
+ tinygpt.define_slot('/4215/imdb2.consumer.title/',
85
+ [[728,90],[2,1]],
86
+ 'bottom_ad',
87
+ {
88
+ 'p': ['b']
89
+ });
90
+ tinygpt.set_targeting({
91
+ 'g' : ['ac','th'],
92
+ 'tt' : ['f'],
93
+ 'm' : [],
94
+ 'coo' : ['us'],
95
+ 'b' : ['t250'],
96
+ 'fv' : ['1'],
97
+ 'id' : ['tt0095016'],
98
+ 'u': ['586311932903'],
99
+ 'oe': ['utf-8']
100
+ });
101
+ tinygpt.send();
102
+ </script>
64
103
  <!-- begin ads header -->
65
- <script>window.ads_js_start = new Date().getTime();</script>
66
- <script src="http://ia.media-imdb.com/images/G/01/imdbads/js/collections/ads-4104522405._V354046961_.js"></script>
104
+ <script src="http://ia.media-imdb.com/images/G/01/imdbads/js/collections/ads-2541920348._V362495264_.js"></script>
67
105
  <script>
68
106
  doWithAds = function(){};
69
107
  </script>
@@ -101,25 +139,32 @@ console.error(failureMessage);
101
139
  </script><script>
102
140
  doWithAds(function(){
103
141
  generic.monitoring.record_metric("ads_js_request_to_done", (new Date().getTime()) - window.ads_js_start);
142
+ ad_utils.weblab.set_treatment('gpt single-request', 'Use GPT ad requests.');
143
+ generic.monitoring.enable_weblab_metrics('107', '2', [
144
+ 'csm_core_ads_load', 'csm_core_ads_iframe', 'csm_core_ads_reflow', 'csm_core_ads_tagdeliver', 'csm_core_ads_request',
145
+ 'csm_top_ad_load', 'csm_top_ad_iframe', 'csm_top_ad_reflow', 'csm_top_ad_tagdeliver', 'csm_top_ad_request',
146
+ 'csm_top_rhs_load', 'csm_top_rhs_iframe', 'csm_top_rhs_reflow', 'csm_top_rhs_tagdeliver', 'csm_top_rhs_request',
147
+ 'top_ad.got_ad', 'top_rhs.got_ad', 'injected_billboard.got_ad', 'injected_navstrip.got_ad', 'bottom_ad.got_ad',
148
+ 'top_ad.blank', 'top_rhs.blank', 'injected_billboard.blank', 'injected_navstrip.blank', 'bottom_ad.blank',
149
+ 'top_ad.null', 'top_rhs.null', 'injected_billboard.null', 'injected_navstrip.null', 'bottom_ad.null',
150
+ 'page_load'
151
+ ]);
104
152
  generic.monitoring.set_forester_info("title");
105
153
  generic.monitoring.set_twilight_info(
106
154
  "title_subpage",
107
155
  "Other",
108
- "05ed7513874d4c53fe6a6f6d38a3e0c15459c7ab",
109
- "2013-10-28T08%3A53%3A11GMT",
110
- "http://s.media-imdb.com/twilight/?");
156
+ "151d2f24d0d6c38e73f1161a634a303c2af7b1d4",
157
+ "2014-01-31T10%3A08%3A06GMT",
158
+ "http://s.media-imdb.com/twilight/?",
159
+ "consumer");
111
160
  generic.send_csm_head_metrics && generic.send_csm_head_metrics();
112
161
  generic.monitoring.start_timing("page_load");
113
- generic.seconds_to_midnight = 79609;
114
- generic.days_to_midnight = 0.9214004874229431;
115
- ad_utils.set_slots_on_page({ 'injected_navstrip':1, 'top_rhs':1, 'top_ad':1, 'bottom_ad':1, 'injected_billboard':1 });
116
- },"Generic not defined, skipping twilight setup.");
117
- doWithAds(function(){
162
+ generic.seconds_to_midnight = 78714;
163
+ generic.days_to_midnight = 0.9110416769981384;
164
+ ad_utils.set_slots_on_page({ 'injected_navstrip':1, 'top_ad':1, 'top_rhs':1, 'bottom_ad':1, 'injected_billboard':1 });
118
165
  custom.full_page.data_url = "http://ia.media-imdb.com/images/G/01/imdbads/js/graffiti_data-3829634352._V355702536_.js";
119
- },"custom not defined, skipping graffiti data setup.");
120
- doWithAds(function(){
121
166
  consoleLog('advertising initialized','ads');
122
- });
167
+ },"ads js missing, skipping ads setup.");
123
168
  </script>
124
169
  <script>doWithAds(function() { ad_utils.ads_header.done(); });</script>
125
170
  <!-- end ads header --><!-- end m/s/a/_g_a_s , head -->
@@ -150,14 +195,14 @@ doWithAds(function(){
150
195
  ad_utils.register_ad('top_ad');
151
196
  });
152
197
  </script>
153
- <iframe data-dart-params="#imdb2.consumer.title/;!TILE!;sz=728x90,1008x150,1008x200,1008x30,970x250,9x1;p=top;p=t;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;oe=utf-8;[CLIENT_SIDE_KEYVALUES];u=[CLIENT_SIDE_ORD];ord=[CLIENT_SIDE_ORD]?" id="top_ad" name="top_ad" class="yesScript" width="0" height="85" data-original-width="0" data-original-height="85" data-config-width="0" data-config-height="85" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="doWithAds.call(this, function(){ ad_utils.on_ad_load(this); });"></iframe>
154
- <noscript><a href="http://ad.doubleclick.net/N4215/jump/imdb2.consumer.title/;tile=1;sz=728x90,1008x150,1008x200,1008x30,970x250,9x1;p=top;p=t;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=963696806194?" target="_blank"><img src="http://ad.doubleclick.net/N4215/ad/imdb2.consumer.title/;tile=1;sz=728x90,1008x150,1008x200,1008x30,970x250,9x1;p=top;p=t;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=963696806194?" border="0" alt="advertisement" /></a></noscript>
198
+ <iframe data-dart-params="#imdb2.consumer.title/;!TILE!;sz=728x90,1008x150,1008x200,1008x30,970x250,9x1;p=top;p=t;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;oe=utf-8;[CLIENT_SIDE_KEYVALUES];u=586311932903;ord=586311932903?" id="top_ad" name="top_ad" class="yesScript" width="0" height="85" data-original-width="0" data-original-height="85" data-config-width="0" data-config-height="85" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="doWithAds.call(this, function(){ ad_utils.on_ad_load(this); });"></iframe>
199
+ <noscript><a href="http://ad.doubleclick.net/N4215/jump/imdb2.consumer.title/;tile=0;sz=728x90,1008x150,1008x200,1008x30,970x250,9x1;p=top;p=t;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=586311932903?" target="_blank"><img src="http://ad.doubleclick.net/N4215/ad/imdb2.consumer.title/;tile=0;sz=728x90,1008x150,1008x200,1008x30,970x250,9x1;p=top;p=t;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=586311932903?" border="0" alt="advertisement" /></a></noscript>
155
200
  </div>
156
201
  <div id="top_ad_reflow_helper"></div>
157
202
  <script>
158
203
  doWithAds(function(){
159
- ad_utils.render_ad_fast('top_ad');
160
- }, "ad_utils not defined, unable to render client-side doubleclick ad.");
204
+ ad_utils.gpt.render_ad('top_ad');
205
+ }, "ad_utils not defined, unable to render client-side GPT ad.");
161
206
  </script>
162
207
  <!-- End TOP_AD --><!-- _get_ad_for_slot(TOP_AD) -->
163
208
  </div>
@@ -222,17 +267,21 @@ ad_utils.render_ad_fast('top_ad');
222
267
  <ul id="consumer_main_nav" class="main_nav">
223
268
  <li class="spacer"></li>
224
269
  <li class="css_nav_item" id="navTitleMenu" aria-haspopup="true">
225
- <p class="navCategory">Movies, TV<br />& Showtimes</p>
270
+ <p class="navCategory">
271
+ <a href="/movies-in-theaters/?ref_=nv_tp_inth_1" >Movies</a>,
272
+ <a href="/tv/?ref_=nv_tp_tvhm_2" >TV</a><br />
273
+ & <a href="/showtimes/?ref_=nv_tp_sh_3" >Showtimes</a></p>
226
274
  <span class="downArrow"></span>
227
275
  <div id="navMenu1" class="sub_nav">
228
276
  <div id="titleAd"></div>
229
277
  <div class="subNavListContainer">
230
278
  <h5>MOVIES</h5>
231
279
  <ul>
232
- <li><a href="/showtimes/?ref_=nv_mv_sh_1" >Showtimes & Tickets</a></li>
233
- <li><a href="/trailers/?ref_=nv_mv_tr_2" >Latest Trailers</a></li>
234
- <li><a href="/movies-coming-soon/?ref_=nv_mv_cs_3" >Coming Soon</a></li>
235
- <li><a href="/movies-in-theaters/?ref_=nv_mv_inth_4" >In Theaters</a></li>
280
+
281
+ <li><a href="/movies-in-theaters/?ref_=nv_mv_inth_1" >In Theaters</a></li>
282
+ <li><a href="/showtimes/?ref_=nv_mv_sh_2" >Showtimes & Tickets</a></li>
283
+ <li><a href="/trailers/?ref_=nv_mv_tr_3" >Latest Trailers</a></li>
284
+ <li><a href="/movies-coming-soon/?ref_=nv_mv_cs_4" >Coming Soon</a></li>
236
285
  <li><a href="/calendar/?ref_=nv_mv_cal_5" >Release Calendar</a></li>
237
286
  </ul>
238
287
  <h5>CHARTS & TRENDS</h5>
@@ -255,24 +304,26 @@ ad_utils.render_ad_fast('top_ad');
255
304
  </ul>
256
305
  <h5>SPECIAL FEATURES</h5>
257
306
  <ul>
258
- <li><a href="/emmys/?ref_=nv_sf_rte_1" >Road to the Emmys</a></li>
259
- <li><a href="/falltv/?ref_=nv_sf_ftp_2" >Fall TV Preview</a></li>
260
- <li><a href="/comic-con/?ref_=nv_sf_comic_3" >Comic-Con</a></li>
261
- <li><a href="/x-ray/?ref_=nv_sf_xray_4" >X-Ray for Movies & TV</a></li>
307
+ <li><a href="/year-in-review/?ref_=nv_sf_best_1" >Best of 2013</a></li>
308
+ <li><a href="/oscars/?ref_=nv_sf_rto_2" >Road to the Oscars 2014</a></li>
309
+ <li><a href="/x-ray/?ref_=nv_sf_xray_3" >X-Ray for Movies & TV</a></li>
262
310
  </ul>
263
311
  </div>
264
312
  </div>
265
313
  </li>
266
314
  <li class="spacer"></li>
267
315
  <li class="css_nav_item" id="navNameMenu" aria-haspopup="true">
268
- <p class="navCategory">Celebs, Events<br />& Photos</p>
316
+ <p class="navCategory">
317
+ <a href="/search/name?gender=male,female&ref_=nv_tp_cel_1" >Celebs</a>,
318
+ <a href="/event/?ref_=nv_tp_ev_2" >Events</a><br />
319
+ & <a href="/media/index/rg1176148480?ref_=nv_tp_ph_3" >Photos</a></p>
269
320
  <span class="downArrow"></span>
270
321
  <div id="navMenu2" class="sub_nav">
271
322
  <div id="nameAd"></div>
272
323
  <div class="subNavListContainer">
273
324
  <h5>CELEBS</h5>
274
325
  <ul>
275
- <li><a href="/search/name?birth_monthday=10-28&refine=birth_monthday&ref_=nv_cel_brn_1" >Born Today</a></li>
326
+ <li><a href="/search/name?birth_monthday=1-31&refine=birth_monthday&ref_=nv_cel_brn_1" >Born Today</a></li>
276
327
  <li><a href="/news/celebrity?ref_=nv_cel_nw_2" >Celebrity News</a></li>
277
328
  <li><a href="/search/name?gender=male,female&ref_=nv_cel_m_3" >Most Popular Celebs</a></li>
278
329
  </ul>
@@ -288,11 +339,11 @@ ad_utils.render_ad_fast('top_ad');
288
339
  <div class="subNavListContainer">
289
340
  <h5>EVENTS</h5>
290
341
  <ul>
291
- <li><a href="/emmys/?ref_=nv_ev_rte_1" >Road to the Emmys</a></li>
292
- <li><a href="/comic-con/?ref_=nv_ev_comic_2" >Comic-Con</a></li>
293
- <li><a href="/cannes/?ref_=nv_ev_can_3" >Cannes</a></li>
294
- <li><a href="/tribeca/?ref_=nv_ev_tri_4" >Tribeca</a></li>
295
- <li><a href="/oscars/?ref_=nv_ev_rto_5" >Road to the Oscars</a></li>
342
+ <li><a href="/oscars/?ref_=nv_ev_rto_1" >Road to the Oscars</a></li>
343
+ <li><a href="/emmys/?ref_=nv_ev_rte_2" >Road to the Emmys</a></li>
344
+ <li><a href="/comic-con/?ref_=nv_ev_comic_3" >Comic-Con</a></li>
345
+ <li><a href="/cannes/?ref_=nv_ev_can_4" >Cannes</a></li>
346
+ <li><a href="/tribeca/?ref_=nv_ev_tri_5" >Tribeca</a></li>
296
347
  <li><a href="/sundance/?ref_=nv_ev_sun_6" >Sundance</a></li>
297
348
  <li><a href="/event/?ref_=nv_ev_all_7" >More Popular Events</a></li>
298
349
  </ul>
@@ -301,7 +352,9 @@ ad_utils.render_ad_fast('top_ad');
301
352
  </li>
302
353
  <li class="spacer"></li>
303
354
  <li class="css_nav_item" id="navNewsMenu" aria-haspopup="true">
304
- <p class="navCategory">News &<br />Community</p>
355
+ <p class="navCategory">
356
+ <a href="/news/top?ref_=nv_tp_nw_1" >News</a> &<br />
357
+ <a href="/boards/?ref_=nv_tp_bd_2" >Community</p>
305
358
  <span class="downArrow"></span>
306
359
  <div id="navMenu3" class="sub_nav">
307
360
  <div id="latestHeadlines">
@@ -310,20 +363,20 @@ ad_utils.render_ad_fast('top_ad');
310
363
 
311
364
  <ul>
312
365
  <li itemprop="headline">
313
- <a href="/news/ni56355151/?ref_=nb_nwt_1" >
314
- Lou Reed, &#x2018;Walk on the Wild Side&#x2019; Singer, Dead at 71</a><br />
366
+ <a href="/news/ni56738656/?ref_=nb_nwt_1" >
367
+ &#x27;Neighbors&#x27; with Seth Rogen, &#x27;Space Station 76,&#x27; more join SXSW features lineup</a><br />
315
368
  <span class="time">14 hours ago
316
369
  </span>
317
370
  </li>
318
371
  <li itemprop="headline">
319
- <a href="/news/ni56354884/?ref_=nb_nwt_2" >
320
- Box office report: &#x27;Bad Grandpa&#x27; spoofs its way to $32 million debut</a><br />
321
- <span class="time">16 hours ago
372
+ <a href="/news/ni56738234/?ref_=nb_nwt_2" >
373
+ Oscars: Michael B. Jordan, Kristen Bell to Host Sci-Tech Awards</a><br />
374
+ <span class="time">15 hours ago
322
375
  </span>
323
376
  </li>
324
377
  <li itemprop="headline">
325
- <a href="/news/ni56354920/?ref_=nb_nwt_3" >
326
- Chris Brown Arrested and Jailed for Felony Assault in Washington, D.C.</a><br />
378
+ <a href="/news/ni56737830/?ref_=nb_nwt_3" >
379
+ Jerry Seinfeld Sorta Confirms Seinfeld Reunion, Gives Details on Secret Project With Jason Alexander</a><br />
327
380
  <span class="time">16 hours ago
328
381
  </span>
329
382
  </li>
@@ -375,7 +428,7 @@ ad_utils.render_ad_fast('top_ad');
375
428
  src : "http://i.media-imdb.com/images/SF58fa0cd127839460ec17b7302830564f/navbar/watchlist_slot2_popular.jpg"
376
429
  }
377
430
  , {
378
- href : "/search/title?count=100&group=top_250&sort=user_rating,desc&title_type=feature",
431
+ href : "/chart/top",
379
432
  src : "http://i.media-imdb.com/images/SFe1df4328a14bfcbe6b5cf6fad771c2e4/navbar/watchlist_slot3_top250.jpg"
380
433
  }
381
434
  ];
@@ -387,7 +440,7 @@ ad_utils.render_ad_fast('top_ad');
387
440
  </ul>
388
441
  <script>
389
442
  if (!('imdb' in window)) { window.imdb = {}; }
390
- window.imdb.navbarAdSlots = {"titleAd":{"secondaryClickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=2,626,704,458,617,763,397&ex-fargs=%3Fi%3DQ6hTtjILjb9bHpF9U0FwXQ%26a%3D4769006773958%26c%3D6849980845715%26s%3Dpda%26e%3DsecondaryClick"}],"titleDisplayBase":{"displayTitleTypeOriginal":"movie","primaryTitleText":"12 Angry Men","titleId":"tt0050083","displayTitleType":"movie","regionalTitleTexts":[{"region":"BR","title":"12 Homens e uma Sentença"},{"language":"tr","region":"TR","title":"12 Kizgin Adam"},{"region":"NO","title":"12 edsvorne menn"},{"region":"SE","title":"12 edsvurna män"},{"region":"MX","title":"12 hombres en pugna"},{"region":"PE","title":"12 hombres en pugna"},{"region":"ES","title":"12 hombres sin piedad"},{"region":"FR","title":"12 hommes en colère"},{"region":"LT","title":"12 ituzusiu vyru"},{"region":"SI","title":"12 jeznih moz"},{"region":"HR","title":"12 ljutih muškaraca"},{"region":"RO","title":"12 oameni furiosi"},{"region":"RU","title":"12 рaзгневанных мужчин"},{"language":"ru","region":"SUHH","title":"12 рaзгневанных мужчин"},{"language":"bg","region":"BG","title":"12 разгневени мъже"},{"language":"qbn","region":"BE","title":"De twaalf gezworenen"},{"region":"AT","title":"Die 12 Geschworenen"},{"region":"XWG","title":"Die zwölf Geschworenen"},{"region":"AR","title":"Doce hombres en pugna"},{"region":"VE","title":"Doce hombres en pugna"},{"region":"PT","title":"Doze Homens em Fúria"},{"region":"RS","title":"Dvanaest gnevnih ljudi"},{"language":"cs","region":"CSHH","title":"Dvanáct rozhnevaných muzu"},{"region":"PL","title":"Dwunastu gniewnych ludzi"},{"language":"sv","region":"FI","title":"Juryns beslut"},{"region":"IT","title":"La parola ai giurati"},{"region":"HU","title":"Tizenkét dühös ember"},{"region":"DK","title":"Tolv vrede mænd"},{"region":"FI","title":"Valamiesten ratkaisu"},{"region":"GR","title":"Οι Δώδεκα Ένορκοι"},{"region":"US","title":"12 Angry Men"}],"year":"1957"},"impressionTrackers":[{"url":"http://aax-us-east.amazon-adsystem.com/e/loi/imp?b=a2dd27d4-a9c3-4c35-a257-0b7d28d20714"}],"clickThru":"http://www.imdb.com/title/tt0050083/","imageUrl":"http://ia.media-imdb.com/images/M/MV5BMTk0MDEzMjI3NV5BMl5BanBnXkFtZTcwODg4NDc3Mw@@._V1._SX430_CR10,10,410,315_.jpg","clickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=7,644,425,131,825,092,265&ex-fargs=%3Fi%3DQ6hTtjILjb9bHpF9U0FwXQ%26a%3D4769006773958%26c%3D6849980845715%26s%3Dpda%26e%3Dclick"}],"rank":7,"titleYears":"1957","headline":"12 Angry Men"},"nameAd":{"clickThru":"http://www.imdb.com/name/nm0010736/","imageUrl":"http://ia.media-imdb.com/images/M/MV5BMjMxNTMyNDY3MV5BMl5BanBnXkFtZTcwODU1OTQwNw@@._V1._SX260_CR0,0,250,315_.jpg","secondaryClickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=8,718,557,122,545,310,152&ex-fargs=%3Fi%3DIuYwwCCp-4cy98FC41QiIA%26a%3D7033606028354%26c%3D6849980845715%26s%3Dpda%26e%3DsecondaryClick"}],"clickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=4,606,549,358,074,788,916&ex-fargs=%3Fi%3DIuYwwCCp-4cy98FC41QiIA%26a%3D7033606028354%26c%3D6849980845715%26s%3Dpda%26e%3Dclick"}],"rank":22,"impressionTrackers":[{"url":"http://aax-us-east.amazon-adsystem.com/e/loi/imp?b=18f3e9e6-e232-439b-a540-81dcad2f5423"}],"headline":"Amy Adams"}};
443
+ window.imdb.navbarAdSlots = {"titleAd":{"secondaryClickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=7,327,533,263,082,073,380&ex-fargs=%3Fi%3DPaWzynKm3QdbVwuVOEdu4w%26a%3D4769006773958%26c%3D6849980845715%26s%3Dpda%26e%3DsecondaryClick&-5433809532643790790"}],"titleDisplayBase":{"displayTitleTypeOriginal":"movie","primaryTitleText":"The Big Lebowski","titleId":"tt0118715","displayTitleType":"movie","regionalTitleTexts":[{"region":"AR","title":"El gran Lebowski"},{"region":"AT","title":"The Big Lebowski"},{"language":"bg","region":"BG","title":"Големият Лебовски"},{"region":"BR","title":"O Grande Lebowski"},{"language":"fr","region":"CA","title":"Erreur sur la personne"},{"region":"CZ","title":"Big Lebowski"},{"region":"DE","title":"The Big Lebowski"},{"region":"EE","title":"Suur Lebowski"},{"region":"ES","title":"El gran Lebowski"},{"region":"FI","title":"Big Lebowski"},{"region":"FR","title":"The Big Lebowski"},{"region":"GR","title":"Ο Μεγάλος Λεμπόφσκι"},{"region":"HR","title":"Veliki Lebowski"},{"region":"HU","title":"A nagy Lebowski"},{"region":"IT","title":"Il grande Lebowski"},{"region":"JP","title":"Biggu ribousuki"},{"region":"MX","title":"El gran Lebowski"},{"region":"NO","title":"Den store Lebowski"},{"region":"PE","title":"Identidad peligrosa"},{"region":"PL","title":"Big Lebowski"},{"region":"PT","title":"O Grande Lebowski"},{"region":"RO","title":"Marele Lebowski"},{"region":"RS","title":"Veliki Lebovski"},{"region":"RU","title":"Большой Лебовски"},{"region":"SI","title":"Veliki Lebowski"},{"region":"SK","title":"Big Lebowski"},{"language":"tr","region":"TR","title":"Büyük Lebowski"},{"region":"US","title":"The Big Lebowski"},{"region":"UY","title":"El gran Lebowski"}],"year":"1998"},"impressionTrackers":[{"url":"http://aax-us-east.amazon-adsystem.com/e/loi/imp?b=6f9701d5-d1ec-4958-989f-dbecc3e2d5ca"}],"clickThru":"http://www.imdb.com/title/tt0118715/","imageUrl":"http://ia.media-imdb.com/images/M/MV5BMTMyMDAwMDM4OF5BMl5BanBnXkFtZTcwMDgzNDE0NQ@@._V1._SY345_CR35,20,410,315_.jpg","clickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=2,151,035,525,272,253,557&ex-fargs=%3Fi%3DPaWzynKm3QdbVwuVOEdu4w%26a%3D4769006773958%26c%3D6849980845715%26s%3Dpda%26e%3Dclick&-1224446961834399688"}],"rank":"143","titleYears":"1998","headline":"The Big Lebowski"},"nameAd":{"clickThru":"http://www.imdb.com/chart/top","imageUrl":"http://i.media-imdb.com/images/SFe0ce208008022d832c3c6dcf5c52ac6d/navbar/celebs_fallback.png","secondaryClickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=7,735,426,967,992,662,691&ex-fargs=%3Fi%3Dl8XS5U3liyq9l5zQNip27w%26a%3D7033606028354%26c%3D6849980845715%26s%3Dpda%26e%3DsecondaryClick&709899110166418121"}],"clickTrackers":[{"url":"http://s.amazon-adsystem.com/click?d=forester-did&ex-fch=416719&rd=http%3A//www.imdb.com/images/b.gif&cb=4,135,713,521,274,103,740&ex-fargs=%3Fi%3Dl8XS5U3liyq9l5zQNip27w%26a%3D7033606028354%26c%3D6849980845715%26s%3Dpda%26e%3Dclick&4383216368036830302"}],"impressionTrackers":[{"url":"http://aax-us-east.amazon-adsystem.com/e/loi/imp?b=c84ddae7-058b-427e-a717-bee140b2be8f"}]}};
391
444
  </script>
392
445
  </div>
393
446
 
@@ -527,7 +580,7 @@ ad_utils.inject_ad.register('injected_billboard');
527
580
 
528
581
  <div id="action-box" class="action-box">
529
582
  <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Famazon%2Fvi4174684185%2F';window.open(this.href+'offsite','_blank');
530
- return false;" href="/video/amazon/vi4174684185/" class="linkasbutton-primary" data-rid="1QKV0Q6R5K7CPAR0YFB6" data-video="vi4174684185" data-context="amazon" >Watch It</a>
583
+ return false;" href="/video/amazon/vi4174684185/" class="linkasbutton-primary" data-rid="1SEMM2BZ9E4GJ8Q2KZRT" data-video="vi4174684185" data-context="amazon" >Watch It</a>
531
584
 
532
585
  <p>at Amazon</p>
533
586
 
@@ -610,7 +663,7 @@ ad_utils.inject_ad.register('injected_billboard');
610
663
 
611
664
  <td width="40%" class="media_strip_header">
612
665
  <b>Photos</b>
613
- <span>(<a href="/rg/photos-title/gallery-link/title/tt0095016/mediaindex">See all 62</a> | <a href="/rg/photos-title/slideshow-link/media/rm1175230464/tt0095016?slideshow=1">slideshow</a>)</span>
666
+ <span>(<a href="/rg/photos-title/gallery-link/title/tt0095016/mediaindex">See all 62</a> | <a href="/rg/photos-title/slideshow-link/media/rm4145188352/tt0095016?slideshow=1">slideshow</a>)</span>
614
667
  </td>
615
668
 
616
669
  <td width="40%" class="media_strip_header">
@@ -618,7 +671,7 @@ ad_utils.inject_ad.register('injected_billboard');
618
671
 
619
672
  <b>Videos</b>
620
673
 
621
- <span>(<a href="/rg/videos-title/gallery-link/title/tt0095016/videogallery">see all 5</a>)</span>
674
+ <span>(<a href="/rg/videos-title/gallery-link/title/tt0095016/videogallery">see all 3</a>)</span>
622
675
  </td>
623
676
 
624
677
  </tr>
@@ -626,13 +679,13 @@ ad_utils.inject_ad.register('injected_billboard');
626
679
 
627
680
  <td>
628
681
  <div class="media_strip_thumbs">
629
- <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-1/media/rm1175230464/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTMwMjk5MzMzOV5BMl5BanBnXkFtZTYwNDI3ODg2._V1._CR47,0,351,351_SS90_.jpg" border="0"></a></div>
630
- <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-2/media/rm4145188352/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTI5NTU0ODA4NF5BMl5BanBnXkFtZTcwNDM2NDAxMw@@._V1._CR215,0,1617,1617_SS90_.jpg" border="0"></a></div>
631
- <div class="media_strip_thumb"><a href="/rg/photos-title/publicity-3/media/rm3337396736/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMjAxNzQyNDQ0OV5BMl5BanBnXkFtZTcwMzUzNzY5OA@@._V1._CR0,0,788,788_SS90_.jpg" border="0"></a></div>
632
- <div class="media_strip_thumb"><a href="/rg/photos-title/publicity-4/media/rm4166230528/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMjI3ODcxODk1Nl5BMl5BanBnXkFtZTcwOTYxNDQwOQ@@._V1._CR0,0,1224,1224_SS90_.jpg" border="0"></a></div>
633
- <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-5/media/rm1192007680/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTcwMzQ1MTgxMl5BMl5BanBnXkFtZTYwMTI3ODg2._V1._CR80,0,352,352_SS90_.jpg" border="0"></a></div>
682
+ <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-1/media/rm4145188352/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTI5NTU0ODA4NF5BMl5BanBnXkFtZTcwNDM2NDAxMw@@._V1._CR215,0,1617,1617_SS90_.jpg" border="0"></a></div>
683
+ <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-2/media/rm1192007680/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTcwMzQ1MTgxMl5BMl5BanBnXkFtZTYwMTI3ODg2._V1._CR80,0,352,352_SS90_.jpg" border="0"></a></div>
684
+ <div class="media_strip_thumb"><a href="/rg/photos-title/publicity-3/media/rm4166230528/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMjI3ODcxODk1Nl5BMl5BanBnXkFtZTcwOTYxNDQwOQ@@._V1._CR0,0,1224,1224_SS90_.jpg" border="0"></a></div>
685
+ <div class="media_strip_thumb"><a href="/rg/photos-title/publicity-4/media/rm3337396736/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMjAxNzQyNDQ0OV5BMl5BanBnXkFtZTcwMzUzNzY5OA@@._V1._CR0,0,788,788_SS90_.jpg" border="0"></a></div>
686
+ <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-5/media/rm1141676032/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTIxNjU3NjEyN15BMl5BanBnXkFtZTYwODI3ODg2._V1._CR79,0,292,292_SS90_.jpg" border="0"></a></div>
634
687
  <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-6/media/rm1158453248/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BNDM4MTU1Njk0Nl5BMl5BanBnXkFtZTYwNTI3ODg2._V1._CR0,0,355,355_SS90_.jpg" border="0"></a></div>
635
- <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-7/media/rm1141676032/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTIxNjU3NjEyN15BMl5BanBnXkFtZTYwODI3ODg2._V1._CR79,0,292,292_SS90_.jpg" border="0"></a></div>
688
+ <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-7/media/rm1175230464/tt0095016"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTMwMjk5MzMzOV5BMl5BanBnXkFtZTYwNDI3ODg2._V1._CR47,0,351,351_SS90_.jpg" border="0"></a></div>
636
689
  </div>
637
690
  </td>
638
691
 
@@ -641,7 +694,7 @@ ad_utils.inject_ad.register('injected_billboard');
641
694
  <div class="media_strip_thumb">
642
695
 
643
696
 
644
- <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi581042457%2F';" href="/video/screenplay/vi581042457/" data-rid="1QKV0Q6R5K7CPAR0YFB6" data-video="vi581042457" data-context="screenplay" ><img
697
+ <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi581042457%2F';" href="/video/screenplay/vi581042457/" data-rid="1SEMM2BZ9E4GJ8Q2KZRT" data-video="vi581042457" data-context="screenplay" ><img
645
698
  height="90"
646
699
  width="120"
647
700
  alt="Die Hard -- New York cop John McClane gives terrorists a dose of their own medicine as they hold hostages in an LA office building." title="Die Hard -- New York cop John McClane gives terrorists a dose of their own medicine as they hold hostages in an LA office building."
@@ -653,7 +706,7 @@ ad_utils.inject_ad.register('injected_billboard');
653
706
  <div class="media_strip_thumb">
654
707
 
655
708
 
656
- <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi782369049%2F';" href="/video/screenplay/vi782369049/" data-rid="1QKV0Q6R5K7CPAR0YFB6" data-video="vi782369049" data-context="screenplay" ><img
709
+ <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi782369049%2F';" href="/video/screenplay/vi782369049/" data-rid="1SEMM2BZ9E4GJ8Q2KZRT" data-video="vi782369049" data-context="screenplay" ><img
657
710
  height="90"
658
711
  width="120"
659
712
  alt="Die Hard -- New York cop John McClane gives terrorists a dose of their own medicine as they hold hostages in an LA office building." title="Die Hard -- New York cop John McClane gives terrorists a dose of their own medicine as they hold hostages in an LA office building."
@@ -696,8 +749,8 @@ doWithAds(function(){
696
749
  ad_utils.register_ad('top_rhs');
697
750
  });
698
751
  </script>
699
- <iframe data-dart-params="#imdb2.consumer.title/;!TILE!;sz=300x250,300x600,11x1;p=tr;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;oe=utf-8;[CLIENT_SIDE_KEYVALUES];u=[CLIENT_SIDE_ORD];ord=[CLIENT_SIDE_ORD]?" id="top_rhs" name="top_rhs" class="yesScript" width="300" height="250" data-original-width="300" data-original-height="250" data-config-width="300" data-config-height="250" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="doWithAds.call(this, function(){ ad_utils.on_ad_load(this); });"></iframe>
700
- <noscript><a href="http://ad.doubleclick.net/N4215/jump/imdb2.consumer.title/;tile=2;sz=300x250,300x600,11x1;p=tr;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=963696806194?" target="_blank"><img src="http://ad.doubleclick.net/N4215/ad/imdb2.consumer.title/;tile=2;sz=300x250,300x600,11x1;p=tr;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=963696806194?" border="0" alt="advertisement" /></a></noscript>
752
+ <iframe data-dart-params="#imdb2.consumer.title/;!TILE!;sz=300x250,300x600,11x1;p=tr;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;oe=utf-8;[CLIENT_SIDE_KEYVALUES];u=586311932903;ord=586311932903?" id="top_rhs" name="top_rhs" class="yesScript" width="300" height="250" data-original-width="300" data-original-height="250" data-config-width="300" data-config-height="250" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="doWithAds.call(this, function(){ ad_utils.on_ad_load(this); });"></iframe>
753
+ <noscript><a href="http://ad.doubleclick.net/N4215/jump/imdb2.consumer.title/;tile=1;sz=300x250,300x600,11x1;p=tr;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=586311932903?" target="_blank"><img src="http://ad.doubleclick.net/N4215/ad/imdb2.consumer.title/;tile=1;sz=300x250,300x600,11x1;p=tr;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=586311932903?" border="0" alt="advertisement" /></a></noscript>
701
754
  </div>
702
755
  <div id="top_rhs_reflow_helper"></div>
703
756
  <div id="top_rhs_after" class="after_ad" style="visibility:hidden;">
@@ -705,8 +758,8 @@ ad_utils.register_ad('top_rhs');
705
758
  </div>
706
759
  <script>
707
760
  doWithAds(function(){
708
- ad_utils.render_ad_fast('top_rhs');
709
- }, "ad_utils not defined, unable to render client-side doubleclick ad.");
761
+ ad_utils.gpt.render_ad('top_rhs');
762
+ }, "ad_utils not defined, unable to render client-side GPT ad.");
710
763
  </script>
711
764
  <!-- End TOP_RHS --><!-- _get_ad_for_slot(TOP_RHS) -->
712
765
 
@@ -723,7 +776,7 @@ ad_utils.render_ad_fast('top_rhs');
723
776
 
724
777
 
725
778
  <div class="starbar-special">
726
- <a href="/chart/top?tt0095016">Top 250: #104</a>
779
+ <a href="/chart/top?tt0095016">Top 250: #115</a>
727
780
 
728
781
  &nbsp;<small>(<a rel="login" href="/register/?why=vote">login to vote</a>)</small>
729
782
  </div>
@@ -734,7 +787,7 @@ ad_utils.render_ad_fast('top_rhs');
734
787
  <div class="outer">
735
788
  <div id="general-voting-stars" class="inner" style="width: 166px"></div>
736
789
  <div class="starbar-votes">
737
- <a title="10" href="vote?v=10;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
790
+ <a title="10" href="vote?v=10;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
738
791
  </div>
739
792
  </div>
740
793
  </div>
@@ -743,7 +796,7 @@ ad_utils.render_ad_fast('top_rhs');
743
796
  <b>8.3/10</b>
744
797
 
745
798
 
746
- &nbsp;&nbsp;<a href="ratings" class="tn15more">397,054 votes</a>&nbsp;&raquo;
799
+ &nbsp;&nbsp;<a href="ratings" class="tn15more">420,900 votes</a>&nbsp;&raquo;
747
800
 
748
801
 
749
802
  </div>
@@ -756,7 +809,7 @@ ad_utils.render_ad_fast('top_rhs');
756
809
  <div class="outer">
757
810
  <div id="personal-voting-stars" class="inner" style="width: 0px"></div>
758
811
  <div class="starbar-votes">
759
- <a title="10" href="vote?v=10;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
812
+ <a title="10" href="vote?v=10;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
760
813
  </div>
761
814
  </div>
762
815
  </div>
@@ -766,7 +819,7 @@ ad_utils.render_ad_fast('top_rhs');
766
819
  <div class="user">
767
820
  <div class="extra">
768
821
  <b><span id="voteuser"></span>/10</b>
769
- &nbsp;&nbsp;(<a class="del" href="vote?v=X;k=0LMYqYngobp67nrZ9VJwuAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ43laOXM6WQrjWtka5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote('X')">delete</a>
822
+ &nbsp;&nbsp;(<a class="del" href="vote?v=X;k=NBlWRhKYlkxiuf8FcKQdOAB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4wlaOXMKebrzWskqZzn6mmBpWjlgaVoJIDkqCX" onclick="return vote('X')">delete</a>
770
823
  | <a href="/list/ratings">history</a>)
771
824
  </div>
772
825
  </div>
@@ -776,7 +829,7 @@ ad_utils.render_ad_fast('top_rhs');
776
829
  </div>
777
830
  </div>
778
831
 
779
- <div class="info"><h5>MOVIEmeter: <a href="/help/show_leaf?prowhatisstarmeter"><img src="http://i.media-imdb.com/images//help13x10.gif" width="13" height="10" border="0" alt="?"></a></h5><div class="info-content"><b>Up 19%</b> in popularity this week. See <a href="/r/movie/rg/title-tease/meter-why/title/tt0095016/graph-data">why</a> on <a href="/r/movie/rg/title-tease/meter-prolink/">IMDbPro</a>.</div></div>
832
+ <div class="info"><h5>MOVIEmeter: <a href="/help/show_leaf?prowhatisstarmeter"><img src="http://i.media-imdb.com/images//help13x10.gif" width="13" height="10" border="0" alt="?"></a></h5><div class="info-content"><b>Down 13%</b> in popularity this week. See <a href="/r/movie/rg/title-tease/meter-why/title/tt0095016/graph-data">why</a> on <a href="/r/movie/rg/title-tease/meter-prolink/">IMDbPro</a>.</div></div>
780
833
 
781
834
 
782
835
 
@@ -893,14 +946,14 @@ Nominated for 4 Oscars.
893
946
  </div>
894
947
  <div class="info">
895
948
  <h5>NewsDesk<span>:</span><br/>
896
- <small>(<a onClick="(new Image()).src='/rg/maindetails-count/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews';" href="/title/tt0095016/news" >2268 articles</a>)</small>
949
+ <small>(<a onClick="(new Image()).src='/rg/maindetails-count/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews';" href="/title/tt0095016/news" >2328 articles</a>)</small>
897
950
  </h5>
898
951
  <div class="info-content">
899
- <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni56355156';" href="/title/tt0095016/news#ni56355156" >&#x27;Thor&#x27; star Tom Hiddleston on the cinematic scoundrels who shaped Loki</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0000278%2F';" href="/news/ns0000278/" >EW.com - Inside Movies</a>. 27 October 2013, 9:47 AM, PDT)</small>
952
+ <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni56702994';" href="/title/tt0095016/news#ni56702994" >The top 25 underappreciated films of 2006</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0002471%2F';" href="/news/ns0002471/" >Den of Geek</a>. 22 January 2014, 6:26 AM, PST)</small>
900
953
  <br/>
901
- <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni56354654';" href="/title/tt0095016/news#ni56354654" >Ghostbusters: call me anytime</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0000680%2F';" href="/news/ns0000680/" >The Guardian - Film News</a>. 27 October 2013, 6:00 AM, PDT)</small>
954
+ <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni56696570';" href="/title/tt0095016/news#ni56696570" >Casting Net: Sacha Baron Cohen joining &#x27;Alice in Wonderland&#x27; sequel?; Plus, Penelope Cruz, Bruce Willis, more</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0000278%2F';" href="/news/ns0000278/" >EW.com - Inside Movies</a>. 21 January 2014, 4:37 PM, PST)</small>
902
955
  <br/>
903
- <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni56345623';" href="/title/tt0095016/news#ni56345623" >Cybill Sheperd Wants to Make a Moonlighting Movie</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0000141%2F';" href="/news/ns0000141/" >E! Online</a>. 24 October 2013, 2:12 PM, PDT)</small>
956
+ <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni56678322';" href="/title/tt0095016/news#ni56678322" >Does John Malkovich Have a Better Bald Head than Vin Diesel? Cast Your Vote for the Best Baldie Reelzie Award</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0000111%2F';" href="/news/ns0000111/" >ReelzChannel</a>. 17 January 2014, 8:02 AM, PST)</small>
904
957
  <br/>
905
958
  <div style="width:1px;height:0.5em;"></div></div>
906
959
  </div>
@@ -908,22 +961,22 @@ Nominated for 4 Oscars.
908
961
  <div class="info">
909
962
  <h5>User Reviews:</h5>
910
963
  <div class="info-content">
911
- Yippee-ki-yay
912
- <a class="tn15more inline" href="#comment">See more (649 total)</a>&nbsp;&raquo;
964
+ The Perfect Modern Action Film
965
+ <a class="tn15more inline" href="#comment">See more (664 total)</a>&nbsp;&raquo;
913
966
  </div>
914
967
  </div>
915
- <hr/> <div class="headerinline"><h3>Cast</h3>&nbsp;<small style="position: relative; bottom: 1px"> (in credits order) (verified as complete)</small></div> <div class="info-content block"><table class="cast"> <tr class="odd"><td class="hs"><a href="/name/nm0000246/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000246/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA0MjMzMTE5OF5BMl5BanBnXkFtZTcwMzQ2ODE3Mw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000246/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0000246/';">Bruce Willis</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001752/">Officer John McClane</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0000889/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000889/';"><img src="http://ia.media-imdb.com/images/M/MV5BNzEyOTA4MTM5OV5BMl5BanBnXkFtZTcwNTQ4NTQzMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000889/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0000889/';">Bonnie Bedelia</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001763/">Holly Gennaro McClane</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0001817/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0001817/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjI4MTY1MjE4OF5BMl5BanBnXkFtZTcwNzEyNTA4Nw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0001817/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0001817/';">Reginald VelJohnson</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001768/">Sgt. Al Powell</a> (as Reginald Veljohnson)</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0322339/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0322339/';"><img src="http://ia.media-imdb.com/images/M/MV5BODc1MzYwNjE1Nl5BMl5BanBnXkFtZTYwMDAyMTkz._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0322339/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0322339/';">Paul Gleason</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001766/">Deputy Police Chief Dwayne T. Robinson</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0040472/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0040472/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTkzMzA5NzU2Ml5BMl5BanBnXkFtZTYwMjgwOTYy._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0040472/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0040472/';">William Atherton</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001767/">Richard Thornburg</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0000952/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000952/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTI1MTIwNTk2M15BMl5BanBnXkFtZTYwNjQ2NTEz._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000952/" onclick="(new Image()).src='/rg/castlist/position-6/images/b.gif?link=/name/nm0000952/';">Hart Bochner</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001769/">Harry Ellis</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0793363/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0793363/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTQwMTI2NDg2OV5BMl5BanBnXkFtZTcwNzg4MzkxOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0793363/" onclick="(new Image()).src='/rg/castlist/position-7/images/b.gif?link=/name/nm0793363/';">James Shigeta</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0043990/">Joseph Yoshinobu Takagi</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0000614/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000614/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTUwNTc4MTg4Ml5BMl5BanBnXkFtZTcwNDY2MjkxOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000614/" onclick="(new Image()).src='/rg/castlist/position-8/images/b.gif?link=/name/nm0000614/';">Alan Rickman</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001757/">Hans Gruber</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0324231/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0324231/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTQzOTE5NzcxMF5BMl5BanBnXkFtZTcwOTY5NzkyOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0324231/" onclick="(new Image()).src='/rg/castlist/position-9/images/b.gif?link=/name/nm0324231/';">Alexander Godunov</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001771/">Karl</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0236525/" onclick="(new Image()).src='/rg/castlist/position-10/images/b.gif?link=/name/nm0236525/';">Bruno Doyon</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0136699/">Franco</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0924636/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0924636/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA2Mzg5MzYxMF5BMl5BanBnXkFtZTcwMDAyNjEwNw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0924636/" onclick="(new Image()).src='/rg/castlist/position-11/images/b.gif?link=/name/nm0924636/';">De&#x27;voreaux White</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001775/">Argyle</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0936591/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0936591/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA1MTM4NjY5MV5BMl5BanBnXkFtZTcwMjMzNjAyOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0936591/" onclick="(new Image()).src='/rg/castlist/position-12/images/b.gif?link=/name/nm0936591/';">Andreas Wisniewski</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001777/">Tony</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0319739/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0319739/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjQwNjMzNzMwM15BMl5BanBnXkFtZTcwNTIzNjQwOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0319739/" onclick="(new Image()).src='/rg/castlist/position-13/images/b.gif?link=/name/nm0319739/';">Clarence Gilyard Jr.</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0083845/">Theo</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0687270/" onclick="(new Image()).src='/rg/castlist/position-14/images/b.gif?link=/name/nm0687270/';">Joey Plewa</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0136700/">Alexander</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0127960/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0127960/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTI3Mjc1MjI5MV5BMl5BanBnXkFtZTcwMDc2NzUyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0127960/" onclick="(new Image()).src='/rg/castlist/position-15/images/b.gif?link=/name/nm0127960/';">Lorenzo Caccialanza</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0046207/">Marco</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0094770/" onclick="(new Image()).src='/rg/castlist/position-16/images/b.gif?link=/name/nm0094770/';">G&#xE9;rard Bonn</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0268536/">Kristoff</a> (as Gerard Bonn)</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0370729/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0370729/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTU1NTUzNjc3OF5BMl5BanBnXkFtZTcwMDUwMzY3Mg@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0370729/" onclick="(new Image()).src='/rg/castlist/position-17/images/b.gif?link=/name/nm0370729/';">Dennis Hayden</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0086331/">Eddie</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0502959/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0502959/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTU5NTY4OTk3OF5BMl5BanBnXkFtZTcwNDExNDAzOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0502959/" onclick="(new Image()).src='/rg/castlist/position-18/images/b.gif?link=/name/nm0502959/';">Al Leong</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0060868/">Uli</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0731114/" onclick="(new Image()).src='/rg/castlist/position-19/images/b.gif?link=/name/nm0731114/';">Gary Roberts</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0268537/">Heinrich</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0119594/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0119594/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM1MjI5NDg0MV5BMl5BanBnXkFtZTcwNDc0MTkyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0119594/" onclick="(new Image()).src='/rg/castlist/position-20/images/b.gif?link=/name/nm0119594/';">Hans Buhringer</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0227350/">Fritz</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0902455/" onclick="(new Image()).src='/rg/castlist/position-21/images/b.gif?link=/name/nm0902455/';">Wilhelm von Homburg</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0060806/">James</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0001108/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0001108/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA1NTM5MTU3M15BMl5BanBnXkFtZTcwOTc2ODUwNA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0001108/" onclick="(new Image()).src='/rg/castlist/position-22/images/b.gif?link=/name/nm0001108/';">Robert Davi</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0107316/">FBI Special Agent Big Johnson</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0005598/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0005598/';"><img src="http://ia.media-imdb.com/images/M/MV5BNTQ2ODg0ODgzN15BMl5BanBnXkFtZTcwNjUwNzg4OA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0005598/" onclick="(new Image()).src='/rg/castlist/position-23/images/b.gif?link=/name/nm0005598/';">Grand L. Bush</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0268535/">FBI Agent Little Johnson</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0546076/" onclick="(new Image()).src='/rg/castlist/position-24/images/b.gif?link=/name/nm0546076/';">Bill Marcus</a></td><td class="ddd"> ... </td><td class="char">City Engineer</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0239958/" onclick="(new Image()).src='/rg/castlist/position-25/images/b.gif?link=/name/nm0239958/';">Rick Ducommun</a></td><td class="ddd"> ... </td><td class="char">Walt, City Worker</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0484650/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0484650/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTQ0NTg4MDczOV5BMl5BanBnXkFtZTcwNDQ1MTkwNA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0484650/" onclick="(new Image()).src='/rg/castlist/position-26/images/b.gif?link=/name/nm0484650/';">Matt Landers</a></td><td class="ddd"> ... </td><td class="char">Capt. Mitchell</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0958105/" onclick="(new Image()).src='/rg/castlist/position-27/images/b.gif?link=/name/nm0958105/';">Carmine Zozzora</a></td><td class="ddd"> ... </td><td class="char">Rivers</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0852311/" onclick="(new Image()).src='/rg/castlist/position-28/images/b.gif?link=/name/nm0852311/';">Dustyn Taylor</a></td><td class="ddd"> ... </td><td class="char">Ginny</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0160690/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0160690/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM1NjQ0OTQwMV5BMl5BanBnXkFtZTcwMTc5NTUzOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0160690/" onclick="(new Image()).src='/rg/castlist/position-29/images/b.gif?link=/name/nm0160690/';">George Christy</a></td><td class="ddd"> ... </td><td class="char">Dr. Hasseldorf</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0669625/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0669625/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjIwNjk1OTA2NV5BMl5BanBnXkFtZTcwNTAxNDc2Mg@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0669625/" onclick="(new Image()).src='/rg/castlist/position-30/images/b.gif?link=/name/nm0669625/';">Anthony Peck</a></td><td class="ddd"> ... </td><td class="char">Young Cop</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0048326/" onclick="(new Image()).src='/rg/castlist/position-31/images/b.gif?link=/name/nm0048326/';">Cheryl Baker</a></td><td class="ddd"> ... </td><td class="char">Woman</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0662568/" onclick="(new Image()).src='/rg/castlist/position-32/images/b.gif?link=/name/nm0662568/';">Richard Parker</a></td><td class="ddd"> ... </td><td class="char">Man</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0882139/" onclick="(new Image()).src='/rg/castlist/position-33/images/b.gif?link=/name/nm0882139/';">David Ursin</a></td><td class="ddd"> ... </td><td class="char">Harvey Johnson</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0870729/" onclick="(new Image()).src='/rg/castlist/position-34/images/b.gif?link=/name/nm0870729/';">Mary Ellen Trainor</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0034049/">Gail Wallens</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0416429/" onclick="(new Image()).src='/rg/castlist/position-35/images/b.gif?link=/name/nm0416429/';">Diana James</a></td><td class="ddd"> ... </td><td class="char">Police Supervisor</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0688235/" onclick="(new Image()).src='/rg/castlist/position-36/images/b.gif?link=/name/nm0688235/';">Shelley Pogoda</a></td><td class="ddd"> ... </td><td class="char">Dispatcher</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0033749/" onclick="(new Image()).src='/rg/castlist/position-37/images/b.gif?link=/name/nm0033749/';">Selma Archerd</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0072054/" onclick="(new Image()).src='/rg/castlist/position-38/images/b.gif?link=/name/nm0072054/';">Scot Bennett</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0112779/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0112779/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM0MTY3NDY4NV5BMl5BanBnXkFtZTYwMjQ3MTgz._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0112779/" onclick="(new Image()).src='/rg/castlist/position-39/images/b.gif?link=/name/nm0112779/';">Rebecca Broussard</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0278010/" onclick="(new Image()).src='/rg/castlist/position-40/images/b.gif?link=/name/nm0278010/';">Kate Finlayson</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0383487/" onclick="(new Image()).src='/rg/castlist/position-41/images/b.gif?link=/name/nm0383487/';">Shanna Higgins</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0539639/" onclick="(new Image()).src='/rg/castlist/position-42/images/b.gif?link=/name/nm0539639/';">Kym Malin</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0296791/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0296791/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjMzMzQxNjY1M15BMl5BanBnXkFtZTcwNDc5MTYxOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0296791/" onclick="(new Image()).src='/rg/castlist/position-43/images/b.gif?link=/name/nm0296791/';">Taylor Fry</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0369361/">Lucy McClane</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0484360/" onclick="(new Image()).src='/rg/castlist/position-44/images/b.gif?link=/name/nm0484360/';">Noah Land</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0293642/">John McClane Jr.</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0142420/" onclick="(new Image()).src='/rg/castlist/position-45/images/b.gif?link=/name/nm0142420/';">Betty Carvalho</a></td><td class="ddd"> ... </td><td class="char">Paulina</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0907234/" onclick="(new Image()).src='/rg/castlist/position-46/images/b.gif?link=/name/nm0907234/';">Kip Waldo</a></td><td class="ddd"> ... </td><td class="char">Convenience Store Clerk</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0326276/" onclick="(new Image()).src='/rg/castlist/position-47/images/b.gif?link=/name/nm0326276/';">Mark Goldstein</a></td><td class="ddd"> ... </td><td class="char">Station Manager</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0718021/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0718021/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM2MDAxNzA1OF5BMl5BanBnXkFtZTcwMzE1NTgwMw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0718021/" onclick="(new Image()).src='/rg/castlist/position-48/images/b.gif?link=/name/nm0718021/';">Tracy Reiner</a></td><td class="ddd"> ... </td><td class="char">Thornburg&#x27;s Assistant</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0162041/" onclick="(new Image()).src='/rg/castlist/position-49/images/b.gif?link=/name/nm0162041/';">Rick Cicetti</a></td><td class="ddd"> ... </td><td class="char">Guard</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0503610/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0503610/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTk4ODc3Mzc0Nl5BMl5BanBnXkFtZTYwMDY4MDcy._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0503610/" onclick="(new Image()).src='/rg/castlist/position-50/images/b.gif?link=/name/nm0503610/';">Fred Lerner</a></td><td class="ddd"> ... </td><td class="char">Guard</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0546747/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0546747/';"><img src="http://ia.media-imdb.com/images/M/MV5BNzIxNjU1MzY2N15BMl5BanBnXkFyZXN1bWU@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0546747/" onclick="(new Image()).src='/rg/castlist/position-51/images/b.gif?link=/name/nm0546747/';">Bill Margolin</a></td><td class="ddd"> ... </td><td class="char">Producer</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0421114/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0421114/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjEwMzQ3NjEzN15BMl5BanBnXkFtZTcwNzEwNDQ5Mw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0421114/" onclick="(new Image()).src='/rg/castlist/position-52/images/b.gif?link=/name/nm0421114/';">Bob Jennings</a></td><td class="ddd"> ... </td><td class="char">Cameraman</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0776208/" onclick="(new Image()).src='/rg/castlist/position-53/images/b.gif?link=/name/nm0776208/';">Bruce P. Schultz</a></td><td class="ddd"> ... </td><td class="char">Cameraman</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0441665/" onclick="(new Image()).src='/rg/castlist/position-54/images/b.gif?link=/name/nm0441665/';">David Katz</a></td><td class="ddd"> ... </td><td class="char">Soundman</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0504342/" onclick="(new Image()).src='/rg/castlist/position-55/images/b.gif?link=/name/nm0504342/';">Robert Lesser</a></td><td class="ddd"> ... </td><td class="char">Businessman</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0356114/" onclick="(new Image()).src='/rg/castlist/position-56/images/b.gif?link=/name/nm0356114/';">Stella Hall</a></td><td class="ddd"> ... </td><td class="char">Stewardess</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0234426/" onclick="(new Image()).src='/rg/castlist/position-57/images/b.gif?link=/name/nm0234426/';">Terri Lynn Doss</a></td><td class="ddd"> ... </td><td class="char">Girl at Airport</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0338808/" onclick="(new Image()).src='/rg/castlist/position-58/images/b.gif?link=/name/nm0338808/';">Jon E. Greene</a></td><td class="ddd"> ... </td><td class="char">Boy at Airport</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0101088/" onclick="(new Image()).src='/rg/castlist/position-59/images/b.gif?link=/name/nm0101088/';">P. Randall Bowers</a></td><td class="ddd"> ... </td><td class="char">Kissing Man</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0493493/" onclick="(new Image()).src='/rg/castlist/position-60/images/b.gif?link=/name/nm0493493/';">Michele Laybourn</a></td><td class="ddd"> ... </td><td class="char">Girl in Window</td></tr> <tr><td align="center" colspan="4"><small>rest of cast listed alphabetically:</small></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0112505/" onclick="(new Image()).src='/rg/castlist/position-61/images/b.gif?link=/name/nm0112505/';">Rick Bross</a></td><td class="ddd"> ... </td><td class="char">Cameraman (uncredited)</td></tr><tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm2143912/" onclick="(new Image()).src='/rg/castlist/position-62/images/b.gif?link=/name/nm2143912/';">Marshall Dancing Elk Lucas</a></td><td class="ddd"> ... </td><td class="char">Police Officer (uncredited)</td></tr><tr class="odd"><td class="hs"><a href="/name/nm0681604/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0681604/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjM4OTQ2NDUzN15BMl5BanBnXkFtZTcwMTU5ODA2Ng@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0681604/" onclick="(new Image()).src='/rg/castlist/position-63/images/b.gif?link=/name/nm0681604/';">Charlie Picerni</a></td><td class="ddd"> ... </td><td class="char">Dwayne T. Robinson&#x27;s Driver (uncredited)</td></tr><tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm2565888/" onclick="(new Image()).src='/rg/castlist/position-64/images/b.gif?link=/name/nm2565888/';">Gary Pinkston</a></td><td class="ddd"> ... </td><td class="char">Hostage (uncredited)</td></tr><tr class="odd"><td class="hs"><a href="/name/nm2476262/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm2476262/';"><img src="http://ia.media-imdb.com/images/M/MV5BMzUyNDcxMTUwOF5BMl5BanBnXkFtZTcwNTUwMDY1Mw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm2476262/" onclick="(new Image()).src='/rg/castlist/position-65/images/b.gif?link=/name/nm2476262/';">Mark Winn</a></td><td class="ddd"> ... </td><td class="char">Police Detective (uncredited)</td></tr></table></div> <div><form action="/character/create" method="post"><input type="hidden" name="title" value="tt0095016">Create a character page for:&#32;<select name="name" onchange="if (this.options[this.selectedIndex].value == '...') document.location='fullcredits#cast'"><option>City Engineer</option><option>Walt, City Worker</option><option>Capt. Mitchell</option><option>Rivers</option><option>Ginny</option><option>Dr. Hasseldorf</option><option>Young Cop</option><option>Woman</option><option>Man</option><option>Harvey Johnson</option><option>Police Supervisor</option><option>Dispatcher</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Paulina</option><option>Convenience Store Clerk</option><option>Station Manager</option><option>Thornburg&#x27;s Assistant</option><option>Guard</option><option>Guard</option><option>Producer</option><option>Cameraman</option><option>Cameraman</option><option>Soundman</option><option>Businessman</option><option>Stewardess</option><option>Girl at Airport</option><option>Boy at Airport</option><option>Kissing Man</option><option>Girl in Window</option><option>Cameraman</option><option>Police Officer</option><option>Dwayne T. Robinson&#x27;s Driver</option><option>Hostage</option><option>Police Detective</option><option disabled="disabled">-----------</option><option value="...">more...</option></select>&#32;<input style="font: Tahoma, Verdana, sans-serif; font-size: 8pt; font-weight: bold; background-color: #eeeeee; border-color: #ccccee; color: black" type="submit" value="Create &raquo;">&#32;<a target="_blank" href="/help/show_leaf?createchar"><img src="http://i.media-imdb.com/images/help13x10.gif" width="13" height="10" border="0" alt="?"></a></form></div><br><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="directors" href="/glossary/D#director">Directed by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0001532/">John McTiernan</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="writers" href="/glossary/W#writer">Writing credits</a></h5><small> (<a href="/wga">WGA</a>)</small></td></tr><tr><td valign="top"><a href="/name/nm0861636/">Roderick Thorp</a></td><td>&nbsp;</td><td valign="top">(novel &#x22;Nothing Lasts Forever&#x22;)<br><br></td></tr><tr><td valign="top"><a href="/name/nm0835732/">Jeb Stuart</a></td><td>&nbsp;</td><td valign="top">(screenplay) and </td></tr><tr><td valign="top"><a href="/name/nm0211823/">Steven E. de Souza</a></td><td>&nbsp;</td><td valign="top">(screenplay)<br><br></td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="producers" href="/glossary/P#producer">Produced by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0330077/">Charles Gordon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#executive_producer">executive producer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0330383/">Lawrence Gordon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#producer">producer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0548775/">Beau Marks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#assoc_producer">associate producer</a> (as Beau E.L. Marks)</td></tr><tr> <td valign="top"><a href="/name/nm0005428/">Joel Silver</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#producer">producer</a> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="music_original" href="/glossary/C#composer">Original Music by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0004383/">Michael Kamen</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="cinematographers" href="/glossary/C#cinematographer">Cinematography by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0000957/">Jan de Bont</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Jan De Bont)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="editors" href="/glossary/E#editor">Film Editing by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0511219/">John F. Link</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr> <td valign="top"><a href="/name/nm0881973/">Frank J. Urioste</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="casting_directors" href="/glossary/C#casting_director">Casting by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0120799/">Jackie Burch</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="production_designers" href="/glossary/P#production_designer">Production Design by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0208614/">Jackson De Govia</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Jackson DeGovia)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="art_directors" href="/glossary/A#art_director">Art Direction by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0421527/">John R. Jensen</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="set_decorators" href="/glossary/S#set_decorator">Set Decoration by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0502739/">Philip Leonard</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Phil M. Leonard)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="costume_designers" href="/glossary/C#costume_designer">Costume Design by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0006465/">Marilyn Vance</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Marilyn Vance-Straker)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="make_up_department" href="/glossary/M#makeup">Makeup Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0007708/">Paul Abascal</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/H#hairstylist">hair stylist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0206036/">Wes Dawn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#makeup">makeup artist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0248860/">Scott H. Eddo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#makeup">makeup supervisor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0435040/">Jim Kail</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#makeup">makeup artist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0635665/">Jos&#xE9;e Normand</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/H#hairstylist">hair stylist: Bruce Willis</a> (as Josee Normand)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="production_managers" href="/glossary/P#production_manager">Production Management</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0548775/">Beau Marks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/U#unit_prod_manager">unit production manager</a> (as Beau E.L. Marks)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="assistant_directors" href="/glossary/A#assistant_director">Second Unit Director or Assistant Director</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0287994/">Paula Foster</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#dgptp">dga trainee</a> </td></tr><tr> <td valign="top"><a href="/name/nm0434884/">Michael Alan Kahn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#second_second_asst_dir">second second assistant director</a> </td></tr><tr> <td valign="top"><a href="/name/nm0548775/">Beau Marks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#second_unit_dir">second unit director</a> (as Beau E.L. Marks)</td></tr><tr> <td valign="top"><a href="/name/nm0589412/">Terry Miller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#second_asst_dir">second assistant director</a> (as Terry Miller Jr.)</td></tr><tr> <td valign="top"><a href="/name/nm0742176/">Benjamin Rosenberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_dir">first assistant director</a> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="art_department" href="/glossary/A#art_department">Art Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0087982/">Mike Blaze</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#property_master">assistant property master</a> (as Michael Blaze)</td></tr><tr> <td valign="top"><a href="/name/nm0096812/">Richard Boris</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm1317759/">Mike Bruner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0130332/">Steve Callas</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#construction_coord">construction foreman</a> </td></tr><tr> <td valign="top"><a href="/name/nm0155209/">E.C. Chen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_designer">set designer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0244007/">William J. Durrell Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_art_dir">assistant art director</a> </td></tr><tr> <td valign="top"><a href="/name/nm0249200/">Craig Edgar</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_art_dir">assistant art director</a> </td></tr><tr> <td valign="top"><a href="/name/nm0266841/">Bill Fannon Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">lead man </td></tr><tr> <td valign="top"><a href="/name/nm0270285/">Gus Feederle</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0315452/">Bruce J. Gfeller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">construction coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0320928/">Dick Girod</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">construction paint foreman </td></tr><tr> <td valign="top"><a href="/name/nm0327662/">Efrain Gonzalez</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0384012/">Roland E. Hill Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_designer">set designer</a> (as Roland Hill)</td></tr><tr> <td valign="top"><a href="/name/nm0003233/">Jaymes Hinkle</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">production painter (as Jimmy Jay Hinkle)</td></tr><tr> <td valign="top"><a href="/name/nm0421526/">John L. Jensen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_illustrator">illustrator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0428602/">Kirk B. Jones</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0434446/">Don Kaeding</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> (as Donald Kaeding)</td></tr><tr> <td valign="top"><a href="/name/nm0625758/">Steve Nelson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0866829/">Tommy Tomlinson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#property_master">property master</a> </td></tr><tr> <td valign="top"><a href="/name/nm0149151/">Clete Cetrone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#construction_coord">construction foreman</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0218996/">Michael Denering</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#background_artist">scenic artist</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0535820/">Kacy Magedman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">art department coordinator (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0673233/">William L. Pereira</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">architect: Fox Plaza (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1525017/">Victor M. Shannon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">plasterer (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0888973/">Robert Van Dyke</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">propmaker foreman (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1019468/">Frank White</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">laborer (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="sound_department" href="/glossary/S#sound_crew">Sound Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0024612/">Vanessa Theme Ament</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_artist">foley artist</a> (as Vanessa Ament)</td></tr><tr> <td valign="top"><a href="/name/nm0026751/">George H. Anderson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">supervising dialogue editor (as George Anderson)</td></tr><tr> <td valign="top"><a href="/name/nm0055180/">Kevin Barlia</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant dialogue editor </td></tr><tr> <td valign="top"><a href="/name/nm0058897/">Ron Bartlett</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_editor">foley editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0060318/">Don J. Bassman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording mixer (as Don Bassman)</td></tr><tr> <td valign="top"><a href="/name/nm0096125/">Destiny Borden</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant sound editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0121863/">Sherrie Bayer Burke</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0139396/">Kevin E. Carpenter</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_mixer">adr mixer</a> (as Kevin Carpenter)</td></tr><tr> <td valign="top"><a href="/name/nm0165855/">Kevin F. Cleary</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording mixer </td></tr><tr> <td valign="top"><a href="/name/nm0238646/">Phyllis Drury</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">machine operator </td></tr><tr> <td valign="top"><a href="/name/nm0282276/">Stephen Hunter Flick</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects">sound effects</a> (as Stephen H. Flick)</td></tr><tr> <td valign="top"><a href="/name/nm0336561/">David W. Gray</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stereo sound consultant: Dolby (as David Gray)</td></tr><tr> <td valign="top"><a href="/name/nm0363230/">Robin Harlan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_artist">foley artist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0372626/">Craig Heath</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#tape_recorder_operator">sound recordist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0427913/">Dennis Jones</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#boom_operator">boom operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0554388/">Cindy Marty</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">dialogue editor </td></tr><tr> <td valign="top"><a href="/name/nm0593677/">Rick Mitchell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_editor">foley editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0594097/">Oscar Mitt</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant sound editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0653929/">Al Overton Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_mixer">sound mixer</a> (as Al Overton)</td></tr><tr> <td valign="top"><a href="/name/nm0653958/">Richard Overton</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording mixer </td></tr><tr> <td valign="top"><a href="/name/nm0653965/">Todd Overton</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">cable person </td></tr><tr> <td valign="top"><a href="/name/nm0670284/">Matthew Peerce</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">apprentice adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0719521/">Robert Renga</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#tape_recorder_operator">sound recordist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0728243/">Lisa M. Risen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">apprentice adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0736832/">Dennis Rogers</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">adr recordist </td></tr><tr> <td valign="top"><a href="/name/nm0741982/">Jeff Rosen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">dialogue editor </td></tr><tr> <td valign="top"><a href="/name/nm0758072/">Hank Salerno</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">supervising adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0777387/">Norman B. Schwartz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">post-production dialogue </td></tr><tr> <td valign="top"><a href="/name/nm0642738/">Catherine Shorr</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects_editor">sound effects editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0795015/">Richard Shorr</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects">sound effects</a> </td></tr><tr> <td valign="top"><a href="/name/nm0799396/">James Simcik</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_editor">adr editor</a> (as James R. Simcik)</td></tr><tr> <td valign="top"><a href="/name/nm0801721/">Ronald Sinclair</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_editor">adr editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0831823/">David E. Stone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects_editor">sound effects editor</a> (as David Stone)</td></tr><tr> <td valign="top"><a href="/name/nm0863994/">Lee Tinkham</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_mixer">foley mixer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0901206/">Bill Voigtlander</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_editor">adr editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0923954/">Rosemarie Wheeler</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0245400/">Ezra Dweck</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound effects recordist (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1389769/">Bill Henderson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording engineer (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0795015/">Richard Shorr</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#supervising_sound_editor">supervising sound editor</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="special_effects_department" href="/glossary/S#special_effects">Special Effects by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0017750/">William Aldridge</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects foreman </td></tr><tr> <td valign="top"><a href="/name/nm0059368/">Jay Bartus</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0081781/">Hal Bigger</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0131945/">James Camomile</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0222011/">Larry DeUnger</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0224298/">Al Di Sarro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0227912/">Dennis Dion</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0330500/">Patrick R. Gordon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects transportation </td></tr><tr> <td valign="top"><a href="/name/nm0386491/">Jay M. Hirsch</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Jay Hirsch)</td></tr><tr> <td valign="top"><a href="/name/nm0404564/">Daniel Hutten</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">effects technician: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0606970/">Thaine Morris</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects foreman: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0698091/">Darrell Pritchett</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Darrill Pritchett)</td></tr><tr> <td valign="top"><a href="/name/nm0709012/">Joe D. Ramsey</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Joe Ramsey)</td></tr><tr> <td valign="top"><a href="/name/nm0781067/">Andrew Sebok</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0837669/">Steve Suits</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0860639/">Rick Thompson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Richard L. Thompson)</td></tr><tr> <td valign="top"><a href="/name/nm0862638/">Michael A. Tice</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0888356/">Bruno Van Zeebroeck</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0925832/">Gene Whiteman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief engineer: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0953589/">Richard Zarro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0473071/">Tad Krzanowski</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model effects: ILM (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1836692/">Sam Longoria</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">effects technician: Boss (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="visual_effects_department" href="/glossary/V#visual_effects">Visual Effects by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0019105/">Yarek Alfer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss (as Jarek Alfer)</td></tr><tr> <td valign="top"><a href="/name/nm0023298/">Maura Alvarez</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">animation production assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0090221/">Brent Boates</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects art director: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0160744/">Richard Chronister</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model electronics: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0164168/">Kevin Clark</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical line-up: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0184894/">Albert Cox</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical supervisor &#x27;Die Hard&#x27;: Boss (as Al Cox)</td></tr><tr> <td valign="top"><a href="/name/nm0187450/">Philip Crescenzo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief electronics engineer: Boss Film </td></tr><tr> <td valign="top"><a href="/name/nm0249430/">Richard Edlund</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects producer </td></tr><tr> <td valign="top"><a href="/name/nm0268967/">Alan K.M. Faucher</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stand-by model maker: Boss (as Alan Faucher)</td></tr><tr> <td valign="top"><a href="/name/nm0283374/">Donald Fly</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief financial officer: Boss Film (as Donald R. Fly)</td></tr><tr> <td valign="top"><a href="/name/nm0293518/">Meg Freeman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">animation production assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0311394/">Kento Gebo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss (as Kent Gebo)</td></tr><tr> <td valign="top"><a href="/name/nm0340362/">Ron Gress</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model painter: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0426822/">Robert L. Johnston</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model effects key man: Boss (as Robert Johnston)</td></tr><tr> <td valign="top"><a href="/name/nm0427207/">Larry Jolly</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model helicopter consultant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0449227/">Kelly Kerby</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stage assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0470877/">Lisa Krepela</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">animation production assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0534276/">Bruce MacRae</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0565957/">Pat McClung</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief model maker: Boss (as Patrick McClung)</td></tr><tr> <td valign="top"><a href="/name/nm0585114/">Dennis Michelson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects editor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0624666/">Bill Neil</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#dp">director of photography: Boss</a> (as William Neil)</td></tr><tr> <td valign="top"><a href="/name/nm0658174/">Clint Palmer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator: Boss Film Studios</a> (as Clinton Palmer)</td></tr><tr> <td valign="top"><a href="/name/nm0714481/">Samuel E. Recinos</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">technical animation supervisor: Boss (as Samuel Recinos)</td></tr><tr> <td valign="top"><a href="/name/nm0716395/">Chris Regan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical department supervisor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0739789/">Milius Romyn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model construction foreman: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0754892/">Paul Sabourin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model effects: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0774039/">Suzie Schneider</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss (as Suzy Schneider)</td></tr><tr> <td valign="top"><a href="/name/nm0776232/">Dennis Schultz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0777197/">David Schwartz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief miniature moldmaker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0805699/">James Sleeper</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical camera operator: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0828078/">Mark Stetson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model shop supervisor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0887121/">Michael Van Himbergen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0909045/">Garry Waller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special project supervisor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0938222/">Debra Wolff</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant visual effects editor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0946247/">Peter Yanovitch</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical line-up: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0951044/">Dana Yuricich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0951046/">Matthew Yuricich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief matte artist: Boss </td></tr><tr> <td valign="top"><a href="/name/nm1409778/">James G. Anka</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0049011/">Wayne Baker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">first assistant camera operator: Boss Films (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0150406/">Mike Chambers</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects coordinator (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="stunts" href="/glossary/S#stunt_performer">Stunts</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0060962/">Kenny Bates</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Ken Bates)</td></tr><tr> <td valign="top"><a href="/name/nm0103643/">Janet Brady</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0107966/">Nick Brett</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0113909/">Jophery C. Brown</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Jophery Brown)</td></tr><tr> <td valign="top"><a href="/name/nm0117162/">Kurt Bryant</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0159737/">Brian Christensen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0173646/">Gilbert B. Combs</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Gil Combs)</td></tr><tr> <td valign="top"><a href="/name/nm0191495/">Kerrie Cullen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0256879/">Kenny Endoso</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0258340/">Andy Epper</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Andrew Epper)</td></tr><tr> <td valign="top"><a href="/name/nm0356013/">Randy Hall</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0397917/">Norman Howell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0426723/">Keii Johnston</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0455437/">Henry Kingi</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Henry M. Kingi)</td></tr><tr> <td valign="top"><a href="/name/nm0499051/">Julius LeFlore</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Julius Le Flore)</td></tr><tr> <td valign="top"><a href="/name/nm0503610/">Fred Lerner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0544911/">Mike Marasco</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Michael Marasco)</td></tr><tr> <td valign="top"><a href="/name/nm4214260/">Don Charles McGovern</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> ) (as Don McGovern (I)</td></tr><tr> <td valign="top"><a href="/name/nm0576687/">John Meier</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0646453/">Alan Oliney</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0667029/">Victor Paul</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0681601/">Chuck Picerni Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Charles Picerni Jr.)</td></tr><tr> <td valign="top"><a href="/name/nm0681602/">Paul V. Picerni Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0681604/">Charlie Picerni</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stunt coordinator (as Charles Picerni)</td></tr><tr> <td valign="top"><a href="/name/nm0681613/">Steve Picerni</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0687884/">Bernie Pock</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0709555/">Chad Randall</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0740008/">R.A. Rondell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0742176/">Benjamin Rosenberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0679869/">John Sherrod</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0812787/">Russell Solberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0888645/">Steve Vandeman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0928111/">George P. Wilbur</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as George Wilbur)</td></tr><tr> <td valign="top"><a href="/name/nm0928580/">Glenn R. Wilder</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Glenn Wilder)</td></tr><tr> <td valign="top"><a href="/name/nm0004227/">Dick Ziker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0426723/">Keii Johnston</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_double">stunt double: Mr. Willis</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm4214260/">Don Charles McGovern</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_double">stunt double: Alexander Godunov</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0713003/">Steve Ray</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stunt driver (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="camera_department" href="/glossary/C#camera_department">Camera and Electrical Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0035634/">Brian W. Armstrong</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (as Brian Armstrong)</td></tr><tr> <td valign="top"><a href="/name/nm0043746/">Ed Ayer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#gaffer">gaffer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0117334/">Brink Brydon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> </td></tr><tr> <td valign="top"><a href="/name/nm0155041/">Brad Chelesvig</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0197124/">Blaise Dahlquist</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy</a> </td></tr><tr> <td valign="top"><a href="/name/nm1988014/">Glen Davis</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#dolly_grip">dolly grip</a> (as Glenn &#x27;Bear&#x27; Davis)</td></tr><tr> <td valign="top"><a href="/name/nm0213810/">Bill Decker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/K#key_grip">key grip</a> (as William E. Decker III)</td></tr><tr> <td valign="top"><a href="/name/nm0218448/">Mike DeMeyer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0232728/">John Donnelly</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0254168/">John J. Ellingwood</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (as John Ellingwood)</td></tr><tr> <td valign="top"><a href="/name/nm0274903/">Michael Ferris</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0291844/">Michael Franz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy</a> </td></tr><tr> <td valign="top"><a href="/name/nm0377913/">M. Todd Henry</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm1061193/">Steven C. Hodge</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> </td></tr><tr> <td valign="top"><a href="/name/nm0390427/">Brian Holechek</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> (as Brian Joe Holechek)</td></tr><tr> <td valign="top"><a href="/name/nm0410811/">Robert Isenberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#still_photographer">still photographer</a> (as Bob Isenberg)</td></tr><tr> <td valign="top"><a href="/name/nm0475093/">Ron Kunecke</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0549823/">Michael R. Marquette</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> </td></tr><tr> <td valign="top"><a href="/name/nm0592248/">Virgil Mirano</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#still_photographer">still photographer: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm4548962/">Matthew Nelson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0710261/">Jim Rankin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0777159/">Bernie Schwartz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0779570/">Michael Scott</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0814809/">Peter Sorel</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#still_photographer">still photographer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0819925/">Roger Spurgeon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0885637/">Patrick Van Auken</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/K#key_grip">key grip: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm0936498/">Stefanie Wiseman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#first_ac">first assistant camera: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm0948552/">Doug Yonker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> </td></tr><tr> <td valign="top"><a href="/name/nm0954584/">Les Zell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> </td></tr><tr> <td valign="top"><a href="/name/nm0258023/">Thomas Enright</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0279623/">Ken Fisher</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm2091553/">Patricia Gregory</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0572621/">Nicholas S. McLean</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="casting_department" href="/glossary/C#casting_department">Casting Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0144041/">Ferne Cassel</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#casting_dir">casting associate</a> </td></tr><tr> <td valign="top"><a href="/name/nm0431409/">Carl Joy</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#casting_dir">extras casting</a> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="costume_department" href="/glossary/C#costume_department">Costume and Wardrobe Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0216254/">Barry Francis Delaney</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#costume_supervisor">costume supervisor</a> (as Barry Delaney)</td></tr><tr> <td valign="top"><a href="/name/nm0580498/">Charles Mercuri</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#costumer">costumer: Bruce Willis</a> </td></tr><tr> <td valign="top"><a href="/name/nm0796772/">Barbara Siebert</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">set costumer: women (as Barbara Siebert Bolticoff)</td></tr><tr> <td valign="top"><a href="/name/nm3713818/">Victoria Snow</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional costumer </td></tr><tr> <td valign="top"><a href="/name/nm0901026/">Michael Voght</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">set costumer: men (as Michael J. Voght)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="editorial_department" href="/glossary/E#editorial_department">Editorial Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0106513/">Derek Brechin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> (as Derek G. Brechin)</td></tr><tr> <td valign="top"><a href="/name/nm0123163/">Gary Burritt</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/N#negative_cutter">negative cutter</a> </td></tr><tr> <td valign="top"><a href="/name/nm0140754/">Bryan H. Carroll</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> (as Bryan Carroll)</td></tr><tr> <td valign="top"><a href="/name/nm0003602/">Gregory M. Gerlich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0334391/">Dale E. Grahn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#color_timing">color timer</a> (as Dale Grahn)</td></tr><tr> <td valign="top"><a href="/name/nm0347836/">Jeff Gullo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">second assistant editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0353258/">Bob Hagans</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#color_timing">color timer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0421768/">Paul Jenson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">negative developer: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0540420/">Edward Malone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">second assistant editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0410196/">Kelly Irvine</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="music_department" href="/glossary/M#music_department">Music Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0003618/">Bruce Babcock</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator </td></tr><tr> <td valign="top"><a href="/name/nm0063973/">Chris Boardman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator </td></tr><tr> <td valign="top"><a href="/name/nm0096028/">Walt Borchers</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score engineer </td></tr><tr> <td valign="top"><a href="/name/nm2232666/">Christopher Brooks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">supervising music editor </td></tr><tr> <td valign="top"><a href="/name/nm0114772/">Terry Brown</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score engineer </td></tr><tr> <td valign="top"><a href="/name/nm0308572/">Chuck Garsha</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score engineer </td></tr><tr> <td valign="top"><a href="/name/nm0317498/">Philip Giffin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator </td></tr><tr> <td valign="top"><a href="/name/nm0004383/">Michael Kamen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#conductor">conductor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0572432/">Stephen McLaughlin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">music producer (as Stephen E. McLaughlin)</td></tr><tr> <td valign="top"><a href="/name/nm0825898/">Armin Steiner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score mixer </td></tr><tr> <td valign="top"><a href="/name/nm0004443/">Fiachra Trench</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator (as Fi Trench)</td></tr><tr> <td valign="top"><a href="/name/nm0003618/">Bruce Babcock</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#composer">composer: additional music</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm4740956/">Tom Boyd</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musician: oboe soloist (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm2482917/">Tommy Johnson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musician: tuba (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0857125/">James Thatcher</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musician: french horn (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="transportation_department" href="/glossary/T#transportation_department">Transportation Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0384539/">Myra Hill</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#transportation_coordinator">transportation coordinator</a> (as Myra L. Hill)</td></tr><tr> <td valign="top"><a href="/name/nm0556678/">Dean E. Mason</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#driver">transportation captain</a> (as Dean Mason)</td></tr><tr> <td valign="top"><a href="/name/nm0634957/">James Nordberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#driver">transportation captain</a> (as Jim Nordberg)</td></tr><tr> <td valign="top"><a href="/name/nm0916445/">Stanley R. Webber</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">picture car coordinator (as Stanley Webber)</td></tr><tr> <td valign="top"><a href="/name/nm2547097/">Tim Sisson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">picture car mechanic (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="miscellaneous" href="/glossary/C#crewmembers">Other crew</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0018122/">Pamela Alessandrelli</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: John Mctiernan </td></tr><tr> <td valign="top"><a href="/name/nm0019290/">Alex Algarin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">dubbing projectionist </td></tr><tr> <td valign="top"><a href="/name/nm0022882/">Brook Altman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0060037/">Bobby Bass</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special weapons training </td></tr><tr> <td valign="top"><a href="/name/nm0063707/">Susan Joy Beallor</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Joel Silver </td></tr><tr> <td valign="top"><a href="/name/nm0140781/">Dan Carroll</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">location liaison </td></tr><tr> <td valign="top"><a href="/name/nm0149893/">Paul Chaleff</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special ceramic vessels </td></tr><tr> <td valign="top"><a href="/name/nm0154612/">Rick Chavez</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#craft_service">craft service</a> </td></tr><tr> <td valign="top"><a href="/name/nm0186082/">Jack Crain</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">knife designer and manufacturer (as Jack W. Crain)</td></tr><tr> <td valign="top"><a href="/name/nm0190891/">Keith Cubba</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#trainer">trainer: Bruce Willis</a> </td></tr><tr> <td valign="top"><a href="/name/nm0225382/">Jyllel Syage Dickerman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant production accountant (as Jyllel Syage)</td></tr><tr> <td valign="top"><a href="/name/nm0240033/">Ken Dudderar</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">precision cinetechnician: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0255053/">Riley Kathryn Ellis</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">production executive </td></tr><tr> <td valign="top"><a href="/name/nm0264261/">Robert Eyslee</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief lighting tech: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0291028/">Marilynn B. Frank</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">first aid </td></tr><tr> <td valign="top"><a href="/name/nm3942006/">Art Fransen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">police technical advisor </td></tr><tr> <td valign="top"><a href="/name/nm0303169/">Elizabeth Galloway</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#production_coordinator">production coordinator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0325779/">Gary Goldman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#technical_advisor">technical advisor: military</a> (as L. Gary Goldman)</td></tr><tr> <td valign="top"><a href="/name/nm0337576/">Aaron J. Green</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model furnisher: butterfly wing bridge </td></tr><tr> <td valign="top"><a href="/name/nm0348247/">Rhonda C. Gunner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0366116/">Alison Harstedt</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant production accountant </td></tr><tr> <td valign="top"><a href="/name/nm0390897/">Richard E. Hollander</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0424929/">Deborah Johnson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Bruce Willis </td></tr><tr> <td valign="top"><a href="/name/nm0441291/">K. Lenna Katich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_accountant">production accountant</a> (as K. Lenna Kunkel)</td></tr><tr> <td valign="top"><a href="/name/nm0450088/">Tony Kerum</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#caterer">caterer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0484320/">Carol Land</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: John Mctiernan </td></tr><tr> <td valign="top"><a href="/name/nm0495355/">Clare Leavenworth</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Bruce Willis </td></tr><tr> <td valign="top"><a href="/name/nm0513719/">Andrew Lipschultz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">publicity coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0555625/">Joel Marx</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/L#location_manager">location manager</a> (as Joel B. Marx)</td></tr><tr> <td valign="top"><a href="/name/nm0571677/">Peter McKernan Sr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot (as Peter McKernan)</td></tr><tr> <td valign="top"><a href="/name/nm0571681/">Peter McKernan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot (as Peter McKernan Jr.)</td></tr><tr> <td valign="top"><a href="/name/nm0573488/">Gregory L. McMurry</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0582164/">Kari Ann Messina</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0588836/">Lisa Miller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0654335/">Chrissa Owens</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stage assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0660143/">Michael Papac</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">weapons specialist </td></tr><tr> <td valign="top"><a href="/name/nm0701042/">Alan D. Purwin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot (as Alan Purwin)</td></tr><tr> <td valign="top"><a href="/name/nm0709462/">Jeff Rand</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stage assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0718074/">Frank Reinhard</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0732988/">Phil Robinson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0742005/">Ken H. Rosen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/L#location_manager">location manager</a> </td></tr><tr> <td valign="top"><a href="/name/nm0766734/">Annie Saunders</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Charles Gordon </td></tr><tr> <td valign="top"><a href="/name/nm0774023/">Shari Schneider</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Lawrence Gordon </td></tr><tr> <td valign="top"><a href="/name/nm0799935/">Antoinette Simmrin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/L#location_manager">assistant location manager</a> </td></tr><tr> <td valign="top"><a href="/name/nm0810091/">Tamara Smith</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">production associate </td></tr><tr> <td valign="top"><a href="/name/nm0831990/">Ken Stone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#maintenance_engineer">maintenance engineer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0848596/">Charles A. Tamburro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot </td></tr><tr> <td valign="top"><a href="/name/nm0848601/">Michael Tamburro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot </td></tr><tr> <td valign="top"><a href="/name/nm0848602/">Tony Tamburro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot </td></tr><tr> <td valign="top"><a href="/name/nm0852191/">Dana Lynne Taylor</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#production_coordinator">production coordinator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0863071/">Kellett Tighe</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Lawrence Gordon </td></tr><tr> <td valign="top"><a href="/name/nm0876516/">Marion Tumen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#script_supervisor">script supervisor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0003780/">Ladd Vance</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Joel Silver (as Ladd Rosenberg-Vance)</td></tr><tr> <td valign="top"><a href="/name/nm0901753/">Tod M. Volpe</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special ceramic vessels </td></tr><tr> <td valign="top"><a href="/name/nm0913322/">John C. Wash</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0922225/">Mark West</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">design engineer: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0933196/">Claire Wilson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Richard Edlund, Boss Film Studios </td></tr><tr> <td valign="top"><a href="/name/nm0954536/">Maryjane Zelicskovics</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_accountant">production accountant: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm0564661/">M. Rutledge McCall</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="thanks" href="/glossary/T#thanks">Thanks</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0079783/">Dick Beving</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0108208/">Patty Brewer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0290388/">Georgian Francisco</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0312547/">Jim Gembala</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0576039/">George Meehan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0671532/">Allen Pena</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0851816/">Eli Tawil</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><small>Crew verified as complete<br><br></small><br><b class="blackcatheader">Production Companies</b><ul><li><a href="/company/co0000756/">Twentieth Century Fox Film Corporation</a> (as Twentieth Century Fox) (presents)</li><li><a href="/company/co0119038/">Gordon Company</a></li><li><a href="/company/co0019968/">Silver Pictures</a></li></ul><b class="blackcatheader">Distributors</b><ul><li><a href="/company/co0000756/">Twentieth Century Fox Film Corporation</a> (1988) (USA) (theatrical)</li><li><a href="/company/co0007180/">20th Century Fox de Argentina</a> (1988) (Argentina) (theatrical)</li><li><a href="/company/co0039566/">20th Century Fox of Germany</a> (1988) (West Germany) (theatrical)</li><li><a href="/company/co0014703/">Finnkino</a> (1988) (Finland) (theatrical)</li><li><a href="/company/co0105985/">20th Century Fox</a> (1989) (UK) (theatrical)</li><li><a href="/company/co0007496/">CBS/Fox Home Video</a> (1989) (USA) (VHS)</li><li><a href="/company/co0094754/">CBS/Fox</a> (1989) (Argentina) (VHS)</li><li><a href="/company/co0087627/">Showtime</a> (1989) (Finland) (VHS)</li><li><a href="/company/co0212901/">CBS/Fox Video</a> (1990) (Belgium) (VHS)</li><li><a href="/company/co0070925/">Fox Network</a> (1991) (USA) (TV)</li><li><a href="/company/co0279204/">Fox Video</a> (1994) (Netherlands) (VHS) (box set with &#x22;Die Hard 2&#x22;)</li><li><a href="/company/co0069920/">Mainostelevisio (MTV3)</a> (1994) (Finland) (TV) (1996) (1999) (2001) (2006) (2007)</li><li><a href="/company/co0106050/">20th Century Fox Home Entertainment</a> (2000) (UK) (DVD)</li><li><a href="/company/co0135306/">Egmont Entertainment</a> (2000) (Finland) (DVD) (1-disc edition)</li><li><a href="/company/co0044350/">Gativideo</a> (2001) (Argentina) (DVD)</li><li><a href="/company/co0044350/">Gativideo</a> (2001) (Argentina) (VHS) (re-edited)</li><li><a href="/company/co0363592/">FS Film</a> (2002) (Finland) (DVD) (2-disc edition)</li><li><a href="/company/co0189783/">Twentieth Century Fox Home Entertainment</a> (2004) (Netherlands) (DVD) (2-disc special edition)</li><li><a href="/company/co0363592/">FS Film</a> (2007) (Finland) (DVD) (3-disc Die Hard Collection)</li><li><a href="/company/co0363592/">FS Film</a> (2007) (Finland) (DVD) (8-disc Die Hard Quadrilogy)</li><li><a href="/company/co0189783/">Twentieth Century Fox Home Entertainment</a> (2007) (Netherlands) (DVD) (Blu-ray)</li><li><a href="/company/co0363592/">FS Film</a> (2011) (Finland) (DVD) (4-disc Die Hard Quadrilogy)</li><li><a href="/company/co0150813/">20th Century Fox Home Entertainment</a> (Brazil) (DVD)</li><li><a href="/company/co0150813/">20th Century Fox Home Entertainment</a> (Brazil) (VHS)</li><li><a href="/company/co0287353/">Blu Shine</a> (2013) (Argentina) (DVD) (5-disc Duro de Matar: La Colecci&#xF3;n)</li><li><a href="/company/co0042311/">CBS/Fox Home Video</a> (19??) (New Zealand) (VHS) (original video release)</li><li><a href="/company/co0363588/">Europa Vision</a> (1989) (Finland) (VHS)</li><li><a href="/company/co0260673/">Sub</a> (2009) (Finland) (TV)</li></ul><b class="blackcatheader">Special Effects</b><ul><li><a href="/company/co0031624/">Boss Film Studios</a></li><li><a href="/company/co0065308/">Video Image</a> (video and graphic displays)</li></ul><b class="blackcatheader">Other Companies</b><ul><li><a href="/company/co0300363/">BT Industrial Supply</a>&nbsp;&nbsp;expendables</li><li><a href="/company/co0033524/">Central Casting</a>&nbsp;&nbsp;extras casting</li><li><a href="/company/co0026998/">DeLuxe Laboratories</a>&nbsp;&nbsp;color</li><li><a href="/company/co0034479/">Hadler Public Relations</a>&nbsp;&nbsp;special thanks</li><li><a href="/company/co0061479/">IVC</a>&nbsp;&nbsp;digital mastering</li><li><a href="/company/co0058642/">On Tour Productions</a>&nbsp;&nbsp;transportation services</li><li><a href="/company/co0041930/">Panavision</a>&nbsp;&nbsp;cameras and lenses</li><li><a href="/company/co0072943/">R/Greenberg Associates</a>&nbsp;&nbsp;additional optical effects</li><li><a href="/company/co0072943/">R/Greenberg Associates</a>&nbsp;&nbsp;titles</li><li><a href="/company/co0032595/">Segue Music</a>&nbsp;&nbsp;music editing</li><li><a href="/company/co0017459/">Var&#xE8;se Sarabande</a>&nbsp;&nbsp;score album released by (limited edition)</li><li><a href="/company/co0065308/">Video Image</a>&nbsp;&nbsp;display graphics</li><li><a href="/company/co0065308/">Video Image</a>&nbsp;&nbsp;video displays</li></ul> <div><form action="/character/create" method="post"><input type="hidden" name="title" value="tt0095016">Create a character page for:&#32;<select name="name" onchange="if (this.options[this.selectedIndex].value == '...') document.location='fullcredits#cast'"><option>City Engineer</option><option>Walt, City Worker</option><option>Capt. Mitchell</option><option>Rivers</option><option>Ginny</option><option>Dr. Hasseldorf</option><option>Young Cop</option><option>Woman</option><option>Man</option><option>Harvey Johnson</option><option>Police Supervisor</option><option>Dispatcher</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Paulina</option><option>Convenience Store Clerk</option><option>Station Manager</option><option>Thornburg&#x27;s Assistant</option><option>Guard</option><option>Guard</option><option>Producer</option><option>Cameraman</option><option>Cameraman</option><option>Soundman</option><option>Businessman</option><option>Stewardess</option><option>Girl at Airport</option><option>Boy at Airport</option><option>Kissing Man</option><option>Girl in Window</option><option>Cameraman</option><option>Police Officer</option><option>Dwayne T. Robinson&#x27;s Driver</option><option>Hostage</option><option>Police Detective</option><option disabled="disabled">-----------</option><option value="...">more...</option></select>&#32;<input style="font: Tahoma, Verdana, sans-serif; font-size: 8pt; font-weight: bold; background-color: #eeeeee; border-color: #ccccee; color: black" type="submit" value="Create &raquo;">&#32;<a target="_blank" href="/help/show_leaf?createchar"><img src="http://i.media-imdb.com/images/help13x10.gif" width="13" height="10" border="0" alt="?"></a></form></div>
916
- <hr /> <h3>Additional Details</h3><div class="info"><h5>Also Known As:</h5><div class="info-content"> "Duro de matar" - Argentina, Mexico, Peru, Uruguay <em>(imdb display title)</em><br> "Smrtonosn&#xE1; past" - Czech Republic <em>(imdb display title)</em>, Czechoslovakia <em>(imdb display title)</em>, Czechoslovakia <em>(Czech title)</em><br> "Pi&#xE8;ge de cristal" - Canada <em>(French title)</em>, France<br> "Stirb langsam" - Austria, West Germany<br> "&#x3A0;&#x3BF;&#x3BB;&#x3CD; &#x3A3;&#x3BA;&#x3BB;&#x3B7;&#x3C1;&#x3CC;&#x3C2; &#x3B3;&#x3B9;&#x3B1; &#x3BD;&#x3B1; &#x3A0;&#x3B5;&#x3B8;&#x3AC;&#x3BD;&#x3B5;&#x3B9;" - Greece<br> "&#x41A;&#x440;&#x435;&#x43F;&#x43A;&#x438;&#x439; &#x43E;&#x440;&#x435;&#x448;&#x435;&#x43A;" - Russia<br> "&#x423;&#x43C;&#x438;&#x440;&#x430;&#x439; &#x442;&#x440;&#x443;&#x434;&#x43D;&#x43E;" - Bulgaria <em>(Bulgarian title)</em><br> "Aksjon skyskraper" - Norway <em>(alternative title)</em><br> "Assalto ao Arranha-C&#xE9;us" - Portugal<br> "Die Hard" - Japan <em>(English title)</em><br> "Die Hard" - Denmark <em>(imdb display title)</em><br> "Die Hard - Trappola di cristallo" - Italy <em>(DVD title)</em><br> "Die hard - vain kuolleen ruumiini yli" - Finland <em>(alternative title)</em><br> "Dr&#xE1;g&#xE1;n add az &#xE9;leted!" - Hungary <em>(imdb display title)</em><br> "Duro de Matar" - Brazil<br> "Greu de Ucis" - Romania <em>(imdb display title)</em><br> "Greu de ucis" - Romania <em>(imdb display title)</em><br> "Jungla de cristal" - Spain<br> "Kietas riesutelis" - Lithuania <em>(imdb display title)</em><br> "Med d&#xF6;dlig p&#xE5;f&#xF6;ljd" - Finland <em>(Swedish title)</em> <em>(imdb display title)</em><br> "Poly skliros gia na pethanei" - Greece <em>(transliterated ISO-LATIN-1 title)</em><br> "Smrtonosn&#xE1; pasca" - Czechoslovakia <em>(Slovak title)</em><br> "Szklana pulapka" - Poland<br> "Trappola di cristallo" - Italy <em>(imdb display title)</em><br> "Umri mu&#x161;ki" - Serbia<br> "Umri mu&#x161;ki" - Croatia<br> "Umri muski" - Yugoslavia <em>(Serbian title)</em><br> "Umri pokoncno" - Slovenia <em>(imdb display title)</em><br> "Vain kuolleen ruumiini yli" - Finland <em>(imdb display title)</em><br> "Visa hing" - Estonia<br> "Zor &#xF6;l&#xFC;m" - Turkey <em>(Turkish title)</em><br> <a class="tn15more" href="/title/tt0095016/releaseinfo#akas" onClick="(new Image()).src='/rg/title-tease/akas/images/b.gif?link=/title/tt0095016/releaseinfo#akas';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Parents Guide:</h5><div class="info-content"><a href="parentalguide">View content advisory for parents</a></div></div> <div class="info"><h5>Runtime:</h5><div class="info-content">131 min </div></div><div class="info"><h5>Country:</h5><div class="info-content"><a href="/country/us">USA</a></div></div><div class="info"><h5>Language:</h5><div class="info-content"><a href="/language/en">English</a> | <a href="/language/de">German</a> | <a href="/language/it">Italian</a></div></div><div class="info"><h5>Color:</h5><div class="info-content"><a href="/search/title?colors=color">Color</a> </div></div><div class="info"><h5>Aspect Ratio:</h5><div class="info-content">2.20 : 1 <a class="tn15more inline" href="/title/tt0095016/technical" onClick="(new Image()).src='/rg/title-tease/aspect/images/b.gif?link=/title/tt0095016/technical';">See more</a>&nbsp;&raquo;</div></div><div class="info"><h5>Sound Mix:</h5><div class="info-content"><a href="/search/title?sound_mixes=70_mm_6_track">70 mm 6-Track</a> <i>(70 mm prints)</i> | <a href="/search/title?sound_mixes=dolby">Dolby</a> <i>(35 mm prints)</i></div></div><div class="info"><h5>Certification:</h5><div class="info-content"><a href="/search/title?certificates=au:m">Australia:M</a> | <a href="/search/title?certificates=ie:18">Ireland:18</a> | <a href="/search/title?certificates=nl:16">Netherlands:16</a> | <a href="/search/title?certificates=no:15">Norway:15</a> | <a href="/search/title?certificates=no:18">Norway:18</a> <i>(original rating)</i> | <a href="/search/title?certificates=sg:m18">Singapore:M18</a> | <a href="/search/title?certificates=kr:18">South Korea:18</a> | <a href="/search/title?certificates=se:15">Sweden:15</a> | <a href="/search/title?certificates=fr:u">France:U</a> | <a href="/search/title?certificates=hk:iib">Hong Kong:IIB</a> | <a href="/search/title?certificates=jp:pg_12">Japan:PG-12</a> | <a href="/search/title?certificates=es:18">Spain:18</a> | <a href="/search/title?certificates=us:r">USA:R</a> <i>(certificate #29160)</i> | <a href="/search/title?certificates=pe:14">Peru:14</a> | <a href="/search/title?certificates=ar:16">Argentina:16</a> <i>(original rating)</i> | <a href="/search/title?certificates=ca:13+">Canada:13+</a> <i>(Quebec)</i> | <a href="/search/title?certificates=ca:18">Canada:18</a> <i>(Nova Scotia) (re-rating) (2001)</i> | <a href="/search/title?certificates=ca:aa">Canada:AA</a> <i>(Ontario) (re-rating) (2001)</i> | <a href="/search/title?certificates=ca:r">Canada:R</a> <i>(Manitoba)</i> | <a href="/search/title?certificates=ca:r">Canada:R</a> <i>(Nova Scotia/Ontario) (original rating)</i> | <a href="/search/title?certificates=is:16">Iceland:16</a> | <a href="/search/title?certificates=imdb_wg:16">West Germany:16</a> <i>(cut) (video premiere)</i> | <a href="/search/title?certificates=fi:k_16">Finland:K-16</a> <i>(1989) (cut)</i> | <a href="/search/title?certificates=fi:k_16">Finland:K-16</a> <i>(2000) (uncut)</i> | <a href="/search/title?certificates=fi:k_18">Finland:K-18</a> <i>(1988) (uncut)</i> | <a href="/search/title?certificates=my:18sg">Malaysia:18SG</a> | <a href="/search/title?certificates=br:14">Brazil:14</a> | <a href="/search/title?certificates=ph:r_18">Philippines:R-18</a> | <a href="/search/title?certificates=gb:18">UK:18</a> <i>(1988)</i> | <a href="/search/title?certificates=imdb_wg:18">West Germany:18</a> <i>(original rating)</i> | <a href="/search/title?certificates=in:a">India:A</a> | <a href="/search/title?certificates=za:16lv">South Africa:16LV</a> | <a href="/search/title?certificates=it:vm14">Italy:VM14</a> | <a href="/search/title?certificates=nz:m">New Zealand:M</a> | <a href="/search/title?certificates=ar:13">Argentina:13</a> <i>(re-rating)</i> | <a href="/search/title?certificates=ca:14+">Canada:14+</a> <i>(TV rating)</i> | <a href="/search/title?certificates=pt:m_12">Portugal:M/12</a> <i>(Qualidade)</i> | <a href="/search/title?certificates=gb:15">UK:15</a> <i>(re-rating) (2008)</i></div></div><div class="info"><h5>Filming Locations:</h5><div class="info-content"><a href="/search/title?locations=Alpena%20Airport,%20Alpena,%20Michigan,%20USA">Alpena Airport, Alpena, Michigan, USA</a><a class="tn15more inline" href="/title/tt0095016/locations" onClick="(new Image()).src='/rg/title-tease/locations/images/b.gif?link=/title/tt0095016/locations';">See more</a>&nbsp;&raquo;</div></div><div class="info"><h5>Company:</h5><div class="info-content"><a href="/company/co0000756/">Twentieth Century Fox Film Corporation</a><a class="tn15more inline" href="/title/tt0095016/companycredits">See more</a>&nbsp;&raquo;</div></div><hr/><h3>Did You Know?</h3> <div class="info"><h5>Trivia:</h5><div class="info-content">The entire Nakatomi building was supposed to be managed by a supercomputer and the scenes where McClane is trapped in an office and Gruber orders the windows to be shot out are supposed to be the computer room. The large dark object is the computer, modeled after an ETA-10 supercomputer. It is a model and a bit larger than the actual computer which was thought to look too small. The fiberglass model was later used by ETA as part of the marketing for the ETA range of supercomputers.<a class="tn15more inline" href="/title/tt0095016/trivia" onClick="(new Image()).src='/rg/title-tease/trivia/images/b.gif?link=/title/tt0095016/trivia';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Goofs:</h5><div class="info-content">Factual errors: At the end of the film Hans is holding onto John&#x27;s wife&#x27;s wrist by her Rolex watch (which was mentioned in the dialog early in the film). To release Hans to fall to the ground John flips the clasp on the watch and it falls from her wrist allowing Hans to fall. Rolex watches do not have such a clasp. They are a continuous loop, and are merely loosened for removal by a clasp which effectively increases the size of the loop. The strap is shown to be a non continuous piece.<a class="tn15more inline"href="/title/tt0095016/trivia?tab=gf&" onClick="(newImage()).src='/rg/title-tease/goofs/images/b.gif?link=/title/tt0095016/trivia?tab=gf&';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Quotes:</h5><div class="info-content">[<i class="fine">first lines</i>] <br><b><a href="/name/nm0504342/">Businessman</a></b>:You don&#x27;t like flying, do you? <br><b><a href="/name/nm0000246/">John McClane</a></b>:What gives you that idea? <br><b><a href="/name/nm0504342/">Businessman</a></b>:You wanna know the secret to surviving air travel? After you get where you&#x27;re going, take off your shoes and your socks then walk around on the rug bare foot and make fists with your toes. <br><b><a href="/name/nm0000246/">John McClane</a></b>:Fists with your toes? <br><b><a href="/name/nm0504342/">Businessman</a></b>:I know, I know, it sounds crazy. Trust me, I&#x27;ve been doing it for nine years. Yes sir, better than a shower and a hot cup of coffee. <br><b><a href="/name/nm0000246/">John McClane</a></b>:Okay. <br>[<i class="fine">the businessman sees John&#x27;s gun</i>] <br><b><a href="/name/nm0000246/">John McClane</a></b>:It&#x27;s okay, I&#x27;m a cop. Trust me, I&#x27;ve been doing this for eleven years.<br><a class="tn15more" href="/title/tt0095016/quotes" onClick="(new Image()).src='/rg/title-tease/quotes/images/b.gif?link=/title/tt0095016/quotes';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Movie Connections:</h5><div class="info-content">Referenced in <a href="/title/tt0286145/">Spider-Man 2: Enter Electro</a> (2001) (VG)<a class="tn15more inline"href="/title/tt0095016/trivia?tab=mc&" onClick="(newImage()).src='/rg/title-tease/movieconnections/images/b.gif?link=/title/tt0095016/trivia?tab=mc&';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Soundtrack:</h5><div class="info-content">Let It Snow! Let It Snow! Let It Snow!<a class="tn15more inline" href="/title/tt0095016/soundtrack" onClick="(new Image()).src='/rg/title-tease/soundtrack/images/b.gif?link=/title/tt0095016/soundtrack';">See more</a>&nbsp;&raquo;</div></div>
968
+ <hr/> <div class="headerinline"><h3>Cast</h3>&nbsp;<small style="position: relative; bottom: 1px"> (in credits order) (verified as complete)</small></div> <div class="info-content block"><table class="cast"> <tr class="odd"><td class="hs"><a href="/name/nm0000246/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000246/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA0MjMzMTE5OF5BMl5BanBnXkFtZTcwMzQ2ODE3Mw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000246/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0000246/';">Bruce Willis</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001752/">Officer John McClane</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0000889/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000889/';"><img src="http://ia.media-imdb.com/images/M/MV5BNzEyOTA4MTM5OV5BMl5BanBnXkFtZTcwNTQ4NTQzMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000889/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0000889/';">Bonnie Bedelia</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001763/">Holly Gennaro McClane</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0001817/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0001817/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjI4MTY1MjE4OF5BMl5BanBnXkFtZTcwNzEyNTA4Nw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0001817/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0001817/';">Reginald VelJohnson</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001768/">Sgt. Al Powell</a> (as Reginald Veljohnson)</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0322339/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0322339/';"><img src="http://ia.media-imdb.com/images/M/MV5BODc1MzYwNjE1Nl5BMl5BanBnXkFtZTYwMDAyMTkz._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0322339/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0322339/';">Paul Gleason</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001766/">Deputy Police Chief Dwayne T. Robinson</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0040472/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0040472/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTkzMzA5NzU2Ml5BMl5BanBnXkFtZTYwMjgwOTYy._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0040472/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0040472/';">William Atherton</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001767/">Richard Thornburg</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0000952/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000952/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTI1MTIwNTk2M15BMl5BanBnXkFtZTYwNjQ2NTEz._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000952/" onclick="(new Image()).src='/rg/castlist/position-6/images/b.gif?link=/name/nm0000952/';">Hart Bochner</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001769/">Harry Ellis</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0793363/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0793363/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTQwMTI2NDg2OV5BMl5BanBnXkFtZTcwNzg4MzkxOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0793363/" onclick="(new Image()).src='/rg/castlist/position-7/images/b.gif?link=/name/nm0793363/';">James Shigeta</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0043990/">Joseph Yoshinobu Takagi</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0000614/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0000614/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTUwNTc4MTg4Ml5BMl5BanBnXkFtZTcwNDY2MjkxOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0000614/" onclick="(new Image()).src='/rg/castlist/position-8/images/b.gif?link=/name/nm0000614/';">Alan Rickman</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001757/">Hans Gruber</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0324231/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0324231/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTQzOTE5NzcxMF5BMl5BanBnXkFtZTcwOTY5NzkyOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0324231/" onclick="(new Image()).src='/rg/castlist/position-9/images/b.gif?link=/name/nm0324231/';">Alexander Godunov</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001771/">Karl</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0236525/" onclick="(new Image()).src='/rg/castlist/position-10/images/b.gif?link=/name/nm0236525/';">Bruno Doyon</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0136699/">Franco</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0924636/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0924636/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA2Mzg5MzYxMF5BMl5BanBnXkFtZTcwMDAyNjEwNw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0924636/" onclick="(new Image()).src='/rg/castlist/position-11/images/b.gif?link=/name/nm0924636/';">De&#x27;voreaux White</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001775/">Argyle</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0936591/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0936591/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA1MTM4NjY5MV5BMl5BanBnXkFtZTcwMjMzNjAyOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0936591/" onclick="(new Image()).src='/rg/castlist/position-12/images/b.gif?link=/name/nm0936591/';">Andreas Wisniewski</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0001777/">Tony</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0319739/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0319739/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjQwNjMzNzMwM15BMl5BanBnXkFtZTcwNTIzNjQwOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0319739/" onclick="(new Image()).src='/rg/castlist/position-13/images/b.gif?link=/name/nm0319739/';">Clarence Gilyard Jr.</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0083845/">Theo</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0687270/" onclick="(new Image()).src='/rg/castlist/position-14/images/b.gif?link=/name/nm0687270/';">Joey Plewa</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0136700/">Alexander</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0127960/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0127960/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTI3Mjc1MjI5MV5BMl5BanBnXkFtZTcwMDc2NzUyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0127960/" onclick="(new Image()).src='/rg/castlist/position-15/images/b.gif?link=/name/nm0127960/';">Lorenzo Caccialanza</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0046207/">Marco</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0094770/" onclick="(new Image()).src='/rg/castlist/position-16/images/b.gif?link=/name/nm0094770/';">G&#xE9;rard Bonn</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0268536/">Kristoff</a> (as Gerard Bonn)</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0370729/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0370729/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTU1NTUzNjc3OF5BMl5BanBnXkFtZTcwMDUwMzY3Mg@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0370729/" onclick="(new Image()).src='/rg/castlist/position-17/images/b.gif?link=/name/nm0370729/';">Dennis Hayden</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0086331/">Eddie</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0502959/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0502959/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTU5NTY4OTk3OF5BMl5BanBnXkFtZTcwNDExNDAzOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0502959/" onclick="(new Image()).src='/rg/castlist/position-18/images/b.gif?link=/name/nm0502959/';">Al Leong</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0060868/">Uli</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0731114/" onclick="(new Image()).src='/rg/castlist/position-19/images/b.gif?link=/name/nm0731114/';">Gary Roberts</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0268537/">Heinrich</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0119594/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0119594/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM1MjI5NDg0MV5BMl5BanBnXkFtZTcwNDc0MTkyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0119594/" onclick="(new Image()).src='/rg/castlist/position-20/images/b.gif?link=/name/nm0119594/';">Hans Buhringer</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0227350/">Fritz</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0902455/" onclick="(new Image()).src='/rg/castlist/position-21/images/b.gif?link=/name/nm0902455/';">Wilhelm von Homburg</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0060806/">James</a></td></tr> <tr class="even"><td class="hs"><a href="/name/nm0001108/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0001108/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjA1NTM5MTU3M15BMl5BanBnXkFtZTcwOTc2ODUwNA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0001108/" onclick="(new Image()).src='/rg/castlist/position-22/images/b.gif?link=/name/nm0001108/';">Robert Davi</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0107316/">FBI Special Agent Big Johnson</a></td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0005598/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0005598/';"><img src="http://ia.media-imdb.com/images/M/MV5BNTQ2ODg0ODgzN15BMl5BanBnXkFtZTcwNjUwNzg4OA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0005598/" onclick="(new Image()).src='/rg/castlist/position-23/images/b.gif?link=/name/nm0005598/';">Grand L. Bush</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0268535/">FBI Agent Little Johnson</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0546076/" onclick="(new Image()).src='/rg/castlist/position-24/images/b.gif?link=/name/nm0546076/';">Bill Marcus</a></td><td class="ddd"> ... </td><td class="char">City Engineer</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0239958/" onclick="(new Image()).src='/rg/castlist/position-25/images/b.gif?link=/name/nm0239958/';">Rick Ducommun</a></td><td class="ddd"> ... </td><td class="char">Walt, City Worker</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0484650/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0484650/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTQ0NTg4MDczOV5BMl5BanBnXkFtZTcwNDQ1MTkwNA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0484650/" onclick="(new Image()).src='/rg/castlist/position-26/images/b.gif?link=/name/nm0484650/';">Matt Landers</a></td><td class="ddd"> ... </td><td class="char">Capt. Mitchell</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0958105/" onclick="(new Image()).src='/rg/castlist/position-27/images/b.gif?link=/name/nm0958105/';">Carmine Zozzora</a></td><td class="ddd"> ... </td><td class="char">Rivers</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0852311/" onclick="(new Image()).src='/rg/castlist/position-28/images/b.gif?link=/name/nm0852311/';">Dustyn Taylor</a></td><td class="ddd"> ... </td><td class="char">Ginny</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0160690/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0160690/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM1NjQ0OTQwMV5BMl5BanBnXkFtZTcwMTc5NTUzOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0160690/" onclick="(new Image()).src='/rg/castlist/position-29/images/b.gif?link=/name/nm0160690/';">George Christy</a></td><td class="ddd"> ... </td><td class="char">Dr. Hasseldorf</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0669625/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0669625/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjIwNjk1OTA2NV5BMl5BanBnXkFtZTcwNTAxNDc2Mg@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0669625/" onclick="(new Image()).src='/rg/castlist/position-30/images/b.gif?link=/name/nm0669625/';">Anthony Peck</a></td><td class="ddd"> ... </td><td class="char">Young Cop</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0048326/" onclick="(new Image()).src='/rg/castlist/position-31/images/b.gif?link=/name/nm0048326/';">Cheryl Baker</a></td><td class="ddd"> ... </td><td class="char">Woman</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0662568/" onclick="(new Image()).src='/rg/castlist/position-32/images/b.gif?link=/name/nm0662568/';">Richard Parker</a></td><td class="ddd"> ... </td><td class="char">Man</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0882139/" onclick="(new Image()).src='/rg/castlist/position-33/images/b.gif?link=/name/nm0882139/';">David Ursin</a></td><td class="ddd"> ... </td><td class="char">Harvey Johnson</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0870729/" onclick="(new Image()).src='/rg/castlist/position-34/images/b.gif?link=/name/nm0870729/';">Mary Ellen Trainor</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0034049/">Gail Wallens</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0416429/" onclick="(new Image()).src='/rg/castlist/position-35/images/b.gif?link=/name/nm0416429/';">Diana James</a></td><td class="ddd"> ... </td><td class="char">Police Supervisor</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0688235/" onclick="(new Image()).src='/rg/castlist/position-36/images/b.gif?link=/name/nm0688235/';">Shelley Pogoda</a></td><td class="ddd"> ... </td><td class="char">Dispatcher</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0033749/" onclick="(new Image()).src='/rg/castlist/position-37/images/b.gif?link=/name/nm0033749/';">Selma Archerd</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0072054/" onclick="(new Image()).src='/rg/castlist/position-38/images/b.gif?link=/name/nm0072054/';">Scot Bennett</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0112779/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0112779/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM0MTY3NDY4NV5BMl5BanBnXkFtZTYwMjQ3MTgz._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0112779/" onclick="(new Image()).src='/rg/castlist/position-39/images/b.gif?link=/name/nm0112779/';">Rebecca Broussard</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0278010/" onclick="(new Image()).src='/rg/castlist/position-40/images/b.gif?link=/name/nm0278010/';">Kate Finlayson</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0383487/" onclick="(new Image()).src='/rg/castlist/position-41/images/b.gif?link=/name/nm0383487/';">Shanna Higgins</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0539639/" onclick="(new Image()).src='/rg/castlist/position-42/images/b.gif?link=/name/nm0539639/';">Kym Malin</a></td><td class="ddd"> ... </td><td class="char">Hostage</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0296791/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0296791/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjMzMzQxNjY1M15BMl5BanBnXkFtZTcwNDc5MTYxOA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0296791/" onclick="(new Image()).src='/rg/castlist/position-43/images/b.gif?link=/name/nm0296791/';">Taylor Fry</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0369361/">Lucy McClane</a></td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0484360/" onclick="(new Image()).src='/rg/castlist/position-44/images/b.gif?link=/name/nm0484360/';">Noah Land</a></td><td class="ddd"> ... </td><td class="char"><a href="/character/ch0293642/">John McClane Jr.</a></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0142420/" onclick="(new Image()).src='/rg/castlist/position-45/images/b.gif?link=/name/nm0142420/';">Betty Carvalho</a></td><td class="ddd"> ... </td><td class="char">Paulina</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0907234/" onclick="(new Image()).src='/rg/castlist/position-46/images/b.gif?link=/name/nm0907234/';">Kip Waldo</a></td><td class="ddd"> ... </td><td class="char">Convenience Store Clerk</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0326276/" onclick="(new Image()).src='/rg/castlist/position-47/images/b.gif?link=/name/nm0326276/';">Mark Goldstein</a></td><td class="ddd"> ... </td><td class="char">Station Manager</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0718021/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0718021/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTM2MDAxNzA1OF5BMl5BanBnXkFtZTcwMzE1NTgwMw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0718021/" onclick="(new Image()).src='/rg/castlist/position-48/images/b.gif?link=/name/nm0718021/';">Tracy Reiner</a></td><td class="ddd"> ... </td><td class="char">Thornburg&#x27;s Assistant</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0162041/" onclick="(new Image()).src='/rg/castlist/position-49/images/b.gif?link=/name/nm0162041/';">Rick Cicetti</a></td><td class="ddd"> ... </td><td class="char">Guard</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0503610/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0503610/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTk4ODc3Mzc0Nl5BMl5BanBnXkFtZTYwMDY4MDcy._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0503610/" onclick="(new Image()).src='/rg/castlist/position-50/images/b.gif?link=/name/nm0503610/';">Fred Lerner</a></td><td class="ddd"> ... </td><td class="char">Guard</td></tr> <tr class="odd"><td class="hs"><a href="/name/nm0546747/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0546747/';"><img src="http://ia.media-imdb.com/images/M/MV5BNzIxNjU1MzY2N15BMl5BanBnXkFyZXN1bWU@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0546747/" onclick="(new Image()).src='/rg/castlist/position-51/images/b.gif?link=/name/nm0546747/';">Bill Margolin</a></td><td class="ddd"> ... </td><td class="char">Producer</td></tr> <tr class="even"><td class="hs"><a href="/name/nm0421114/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0421114/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjEwMzQ3NjEzN15BMl5BanBnXkFtZTcwNzEwNDQ5Mw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0421114/" onclick="(new Image()).src='/rg/castlist/position-52/images/b.gif?link=/name/nm0421114/';">Bob Jennings</a></td><td class="ddd"> ... </td><td class="char">Cameraman</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0776208/" onclick="(new Image()).src='/rg/castlist/position-53/images/b.gif?link=/name/nm0776208/';">Bruce P. Schultz</a></td><td class="ddd"> ... </td><td class="char">Cameraman</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0441665/" onclick="(new Image()).src='/rg/castlist/position-54/images/b.gif?link=/name/nm0441665/';">David Katz</a></td><td class="ddd"> ... </td><td class="char">Soundman</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0504342/" onclick="(new Image()).src='/rg/castlist/position-55/images/b.gif?link=/name/nm0504342/';">Robert Lesser</a></td><td class="ddd"> ... </td><td class="char">Businessman</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0356114/" onclick="(new Image()).src='/rg/castlist/position-56/images/b.gif?link=/name/nm0356114/';">Stella Hall</a></td><td class="ddd"> ... </td><td class="char">Stewardess</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0234426/" onclick="(new Image()).src='/rg/castlist/position-57/images/b.gif?link=/name/nm0234426/';">Terri Lynn Doss</a></td><td class="ddd"> ... </td><td class="char">Girl at Airport</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0338808/" onclick="(new Image()).src='/rg/castlist/position-58/images/b.gif?link=/name/nm0338808/';">Jon E. Greene</a></td><td class="ddd"> ... </td><td class="char">Boy at Airport</td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0101088/" onclick="(new Image()).src='/rg/castlist/position-59/images/b.gif?link=/name/nm0101088/';">P. Randall Bowers</a></td><td class="ddd"> ... </td><td class="char">Kissing Man</td></tr> <tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0493493/" onclick="(new Image()).src='/rg/castlist/position-60/images/b.gif?link=/name/nm0493493/';">Michele Laybourn</a></td><td class="ddd"> ... </td><td class="char">Girl in Window</td></tr> <tr><td align="center" colspan="4"><small>rest of cast listed alphabetically:</small></td></tr> <tr class="odd"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm0112505/" onclick="(new Image()).src='/rg/castlist/position-61/images/b.gif?link=/name/nm0112505/';">Rick Bross</a></td><td class="ddd"> ... </td><td class="char">Cameraman (uncredited)</td></tr><tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm2143912/" onclick="(new Image()).src='/rg/castlist/position-62/images/b.gif?link=/name/nm2143912/';">Marshall Dancing Elk Lucas</a></td><td class="ddd"> ... </td><td class="char">Police Officer (uncredited)</td></tr><tr class="odd"><td class="hs"><a href="/name/nm0681604/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0681604/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjM4OTQ2NDUzN15BMl5BanBnXkFtZTcwMTU5ODA2Ng@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0681604/" onclick="(new Image()).src='/rg/castlist/position-63/images/b.gif?link=/name/nm0681604/';">Charlie Picerni</a></td><td class="ddd"> ... </td><td class="char">Dwayne T. Robinson&#x27;s Driver (uncredited)</td></tr><tr class="even"><td class="hs"><a href="http://pro.imdb.com/widget/resume_redirect/" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://pro.imdb.com/widget/resume_redirect/';"><img src="http://i.media-imdb.com/images/SF9113d6f5b7cb1533c35313ccd181a6b1/tn15/no_photo.png" width="25" height="31" border="0"></td><td class="nm"><a href="/name/nm2565888/" onclick="(new Image()).src='/rg/castlist/position-64/images/b.gif?link=/name/nm2565888/';">Gary Pinkston</a></td><td class="ddd"> ... </td><td class="char">Hostage (uncredited)</td></tr><tr class="odd"><td class="hs"><a href="/name/nm2476262/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm2476262/';"><img src="http://ia.media-imdb.com/images/M/MV5BMzUyNDcxMTUwOF5BMl5BanBnXkFtZTcwNTUwMDY1Mw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm2476262/" onclick="(new Image()).src='/rg/castlist/position-65/images/b.gif?link=/name/nm2476262/';">Mark Winn</a></td><td class="ddd"> ... </td><td class="char">Police Detective (uncredited)</td></tr></table></div> <div><form action="/character/create" method="post"><input type="hidden" name="title" value="tt0095016">Create a character page for:&#32;<select name="name" onchange="if (this.options[this.selectedIndex].value == '...') document.location='fullcredits#cast'"><option>City Engineer</option><option>Walt, City Worker</option><option>Capt. Mitchell</option><option>Rivers</option><option>Ginny</option><option>Dr. Hasseldorf</option><option>Young Cop</option><option>Woman</option><option>Man</option><option>Harvey Johnson</option><option>Police Supervisor</option><option>Dispatcher</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Paulina</option><option>Convenience Store Clerk</option><option>Station Manager</option><option>Thornburg&#x27;s Assistant</option><option>Guard</option><option>Guard</option><option>Producer</option><option>Cameraman</option><option>Cameraman</option><option>Soundman</option><option>Businessman</option><option>Stewardess</option><option>Girl at Airport</option><option>Boy at Airport</option><option>Kissing Man</option><option>Girl in Window</option><option>Cameraman</option><option>Police Officer</option><option>Dwayne T. Robinson&#x27;s Driver</option><option>Hostage</option><option>Police Detective</option><option disabled="disabled">-----------</option><option value="...">more...</option></select>&#32;<input style="font: Tahoma, Verdana, sans-serif; font-size: 8pt; font-weight: bold; background-color: #eeeeee; border-color: #ccccee; color: black" type="submit" value="Create &raquo;">&#32;<a target="_blank" href="/help/show_leaf?createchar"><img src="http://i.media-imdb.com/images/help13x10.gif" width="13" height="10" border="0" alt="?"></a></form></div><br><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="directors" href="/glossary/D#director">Directed by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0001532/">John McTiernan</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="writers" href="/glossary/W#writer">Writing credits</a></h5><small> (<a href="/wga">WGA</a>)</small></td></tr><tr><td valign="top"><a href="/name/nm0861636/">Roderick Thorp</a></td><td>&nbsp;</td><td valign="top">(novel &#x22;Nothing Lasts Forever&#x22;)<br><br></td></tr><tr><td valign="top"><a href="/name/nm0835732/">Jeb Stuart</a></td><td>&nbsp;</td><td valign="top">(screenplay) and </td></tr><tr><td valign="top"><a href="/name/nm0211823/">Steven E. de Souza</a></td><td>&nbsp;</td><td valign="top">(screenplay)<br><br></td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="producers" href="/glossary/P#producer">Produced by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0330077/">Charles Gordon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#executive_producer">executive producer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0330383/">Lawrence Gordon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#producer">producer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0548775/">Beau Marks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#assoc_producer">associate producer</a> (as Beau E.L. Marks)</td></tr><tr> <td valign="top"><a href="/name/nm0005428/">Joel Silver</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#producer">producer</a> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="music_original" href="/glossary/C#composer">Original Music by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0004383/">Michael Kamen</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="cinematographers" href="/glossary/C#cinematographer">Cinematography by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0000957/">Jan de Bont</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Jan De Bont)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="editors" href="/glossary/E#editor">Film Editing by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0511219/">John F. Link</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr> <td valign="top"><a href="/name/nm0881973/">Frank J. Urioste</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="casting_directors" href="/glossary/C#casting_director">Casting by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0120799/">Jackie Burch</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="production_designers" href="/glossary/P#production_designer">Production Design by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0208614/">Jackson De Govia</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Jackson DeGovia)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="art_directors" href="/glossary/A#art_director">Art Direction by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0421527/">John R. Jensen</a></td><td valign="top">&nbsp;</td><td valign="top"> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="set_decorators" href="/glossary/S#set_decorator">Set Decoration by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0502739/">Philip Leonard</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Phil M. Leonard)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="costume_designers" href="/glossary/C#costume_designer">Costume Design by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0006465/">Marilyn Vance</a></td><td valign="top">&nbsp;</td><td valign="top"> (as Marilyn Vance-Straker)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="make_up_department" href="/glossary/M#makeup">Makeup Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0007708/">Paul Abascal</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/H#hairstylist">hair stylist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0206036/">Wes Dawn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#makeup">makeup artist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0248860/">Scott H. Eddo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#makeup">makeup supervisor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0435040/">Jim Kail</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#makeup">makeup artist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0635665/">Jos&#xE9;e Normand</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/H#hairstylist">hair stylist: Bruce Willis</a> (as Josee Normand)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="production_managers" href="/glossary/P#production_manager">Production Management</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0548775/">Beau Marks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/U#unit_prod_manager">unit production manager</a> (as Beau E.L. Marks)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="assistant_directors" href="/glossary/A#assistant_director">Second Unit Director or Assistant Director</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0287994/">Paula Foster</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#dgptp">dga trainee</a> </td></tr><tr> <td valign="top"><a href="/name/nm0434884/">Michael Alan Kahn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#second_second_asst_dir">second second assistant director</a> </td></tr><tr> <td valign="top"><a href="/name/nm0548775/">Beau Marks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#second_unit_dir">second unit director</a> (as Beau E.L. Marks)</td></tr><tr> <td valign="top"><a href="/name/nm0589412/">Terry Miller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#second_asst_dir">second assistant director</a> (as Terry Miller Jr.)</td></tr><tr> <td valign="top"><a href="/name/nm0742176/">Benjamin Rosenberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_dir">first assistant director</a> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="art_department" href="/glossary/A#art_department">Art Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0087982/">Mike Blaze</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#property_master">assistant property master</a> (as Michael Blaze)</td></tr><tr> <td valign="top"><a href="/name/nm0096812/">Richard Boris</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm1317759/">Mike Bruner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0130332/">Steve Callas</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#construction_coord">construction foreman</a> </td></tr><tr> <td valign="top"><a href="/name/nm0155209/">E.C. Chen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_designer">set designer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0244007/">William J. Durrell Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_art_dir">assistant art director</a> </td></tr><tr> <td valign="top"><a href="/name/nm0249200/">Craig Edgar</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_art_dir">assistant art director</a> </td></tr><tr> <td valign="top"><a href="/name/nm0266841/">Bill Fannon Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">lead man </td></tr><tr> <td valign="top"><a href="/name/nm0270285/">Gus Feederle</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0315452/">Bruce J. Gfeller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">construction coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0320928/">Dick Girod</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">construction paint foreman </td></tr><tr> <td valign="top"><a href="/name/nm0327662/">Efrain Gonzalez</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0384012/">Roland E. Hill Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_designer">set designer</a> (as Roland Hill)</td></tr><tr> <td valign="top"><a href="/name/nm0003233/">Jaymes Hinkle</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">production painter (as Jimmy Jay Hinkle)</td></tr><tr> <td valign="top"><a href="/name/nm0421526/">John L. Jensen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_illustrator">illustrator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0428602/">Kirk B. Jones</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0434446/">Don Kaeding</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> (as Donald Kaeding)</td></tr><tr> <td valign="top"><a href="/name/nm0625758/">Steve Nelson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#set_dresser">set dresser</a> </td></tr><tr> <td valign="top"><a href="/name/nm0866829/">Tommy Tomlinson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#property_master">property master</a> </td></tr><tr> <td valign="top"><a href="/name/nm0149151/">Clete Cetrone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#construction_coord">construction foreman</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0218996/">Michael Denering</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#background_artist">scenic artist</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0535820/">Kacy Magedman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">art department coordinator (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0673233/">William L. Pereira</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">architect: Fox Plaza (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1525017/">Victor M. Shannon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">plasterer (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0888973/">Robert Van Dyke</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">propmaker foreman (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1019468/">Frank White</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">laborer (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="sound_department" href="/glossary/S#sound_crew">Sound Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0024612/">Vanessa Theme Ament</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_artist">foley artist</a> (as Vanessa Ament)</td></tr><tr> <td valign="top"><a href="/name/nm0026751/">George H. Anderson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">supervising dialogue editor (as George Anderson)</td></tr><tr> <td valign="top"><a href="/name/nm0055180/">Kevin Barlia</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant dialogue editor </td></tr><tr> <td valign="top"><a href="/name/nm0058897/">Ron Bartlett</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_editor">foley editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0060318/">Don J. Bassman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording mixer (as Don Bassman)</td></tr><tr> <td valign="top"><a href="/name/nm0096125/">Destiny Borden</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant sound editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0121863/">Sherrie Bayer Burke</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0139396/">Kevin E. Carpenter</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_mixer">adr mixer</a> (as Kevin Carpenter)</td></tr><tr> <td valign="top"><a href="/name/nm0165855/">Kevin F. Cleary</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording mixer </td></tr><tr> <td valign="top"><a href="/name/nm0238646/">Phyllis Drury</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">machine operator </td></tr><tr> <td valign="top"><a href="/name/nm0282276/">Stephen Hunter Flick</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects">sound effects</a> (as Stephen H. Flick)</td></tr><tr> <td valign="top"><a href="/name/nm0336561/">David W. Gray</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stereo sound consultant: Dolby (as David Gray)</td></tr><tr> <td valign="top"><a href="/name/nm0363230/">Robin Harlan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_artist">foley artist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0372626/">Craig Heath</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#tape_recorder_operator">sound recordist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0427913/">Dennis Jones</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#boom_operator">boom operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0554388/">Cindy Marty</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">dialogue editor </td></tr><tr> <td valign="top"><a href="/name/nm0593677/">Rick Mitchell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_editor">foley editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0594097/">Oscar Mitt</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant sound editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0653929/">Al Overton Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_mixer">sound mixer</a> (as Al Overton)</td></tr><tr> <td valign="top"><a href="/name/nm0653958/">Richard Overton</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording mixer </td></tr><tr> <td valign="top"><a href="/name/nm0653965/">Todd Overton</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">cable person </td></tr><tr> <td valign="top"><a href="/name/nm0670284/">Matthew Peerce</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">apprentice adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0719521/">Robert Renga</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#tape_recorder_operator">sound recordist</a> </td></tr><tr> <td valign="top"><a href="/name/nm0728243/">Lisa M. Risen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">apprentice adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0736832/">Dennis Rogers</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">adr recordist </td></tr><tr> <td valign="top"><a href="/name/nm0741982/">Jeff Rosen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">dialogue editor </td></tr><tr> <td valign="top"><a href="/name/nm0758072/">Hank Salerno</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">supervising adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0777387/">Norman B. Schwartz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">post-production dialogue </td></tr><tr> <td valign="top"><a href="/name/nm0642738/">Catherine Shorr</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects_editor">sound effects editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0795015/">Richard Shorr</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects">sound effects</a> </td></tr><tr> <td valign="top"><a href="/name/nm0799396/">James Simcik</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_editor">adr editor</a> (as James R. Simcik)</td></tr><tr> <td valign="top"><a href="/name/nm0801721/">Ronald Sinclair</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_editor">adr editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0831823/">David E. Stone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sound_effects_editor">sound effects editor</a> (as David Stone)</td></tr><tr> <td valign="top"><a href="/name/nm0863994/">Lee Tinkham</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#foley_mixer">foley mixer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0901206/">Bill Voigtlander</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#adr_editor">adr editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0923954/">Rosemarie Wheeler</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant adr editor </td></tr><tr> <td valign="top"><a href="/name/nm0245400/">Ezra Dweck</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound effects recordist (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1389769/">Bill Henderson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">sound re-recording engineer (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0795015/">Richard Shorr</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#supervising_sound_editor">supervising sound editor</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="special_effects_department" href="/glossary/S#special_effects">Special Effects by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0017750/">William Aldridge</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects foreman </td></tr><tr> <td valign="top"><a href="/name/nm0059368/">Jay Bartus</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0081781/">Hal Bigger</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0131945/">James Camomile</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0222011/">Larry DeUnger</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0224298/">Al Di Sarro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0227912/">Dennis Dion</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0330500/">Patrick R. Gordon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects transportation </td></tr><tr> <td valign="top"><a href="/name/nm0386491/">Jay M. Hirsch</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Jay Hirsch)</td></tr><tr> <td valign="top"><a href="/name/nm0404564/">Daniel Hutten</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">effects technician: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0606970/">Thaine Morris</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special effects foreman: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0698091/">Darrell Pritchett</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Darrill Pritchett)</td></tr><tr> <td valign="top"><a href="/name/nm0709012/">Joe D. Ramsey</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Joe Ramsey)</td></tr><tr> <td valign="top"><a href="/name/nm0781067/">Andrew Sebok</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0837669/">Steve Suits</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0860639/">Rick Thompson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> (as Richard L. Thompson)</td></tr><tr> <td valign="top"><a href="/name/nm0862638/">Michael A. Tice</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0888356/">Bruno Van Zeebroeck</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0925832/">Gene Whiteman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief engineer: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0953589/">Richard Zarro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#sfx">special effects assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0473071/">Tad Krzanowski</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model effects: ILM (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm1836692/">Sam Longoria</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">effects technician: Boss (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="visual_effects_department" href="/glossary/V#visual_effects">Visual Effects by</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0019105/">Yarek Alfer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss (as Jarek Alfer)</td></tr><tr> <td valign="top"><a href="/name/nm0023298/">Maura Alvarez</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">animation production assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0090221/">Brent Boates</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects art director: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0160744/">Richard Chronister</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model electronics: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0164168/">Kevin Clark</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical line-up: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0184894/">Albert Cox</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical supervisor &#x27;Die Hard&#x27;: Boss (as Al Cox)</td></tr><tr> <td valign="top"><a href="/name/nm0187450/">Philip Crescenzo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief electronics engineer: Boss Film </td></tr><tr> <td valign="top"><a href="/name/nm0249430/">Richard Edlund</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects producer </td></tr><tr> <td valign="top"><a href="/name/nm0268967/">Alan K.M. Faucher</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stand-by model maker: Boss (as Alan Faucher)</td></tr><tr> <td valign="top"><a href="/name/nm0283374/">Donald Fly</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief financial officer: Boss Film (as Donald R. Fly)</td></tr><tr> <td valign="top"><a href="/name/nm0293518/">Meg Freeman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">animation production assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0311394/">Kento Gebo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss (as Kent Gebo)</td></tr><tr> <td valign="top"><a href="/name/nm0340362/">Ron Gress</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model painter: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0426822/">Robert L. Johnston</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model effects key man: Boss (as Robert Johnston)</td></tr><tr> <td valign="top"><a href="/name/nm0427207/">Larry Jolly</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model helicopter consultant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0449227/">Kelly Kerby</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stage assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0470877/">Lisa Krepela</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">animation production assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0534276/">Bruce MacRae</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0565957/">Pat McClung</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief model maker: Boss (as Patrick McClung)</td></tr><tr> <td valign="top"><a href="/name/nm0585114/">Dennis Michelson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects editor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0624666/">Bill Neil</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#dp">director of photography: Boss</a> (as William Neil)</td></tr><tr> <td valign="top"><a href="/name/nm0658174/">Clint Palmer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator: Boss Film Studios</a> (as Clinton Palmer)</td></tr><tr> <td valign="top"><a href="/name/nm0714481/">Samuel E. Recinos</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">technical animation supervisor: Boss (as Samuel Recinos)</td></tr><tr> <td valign="top"><a href="/name/nm0716395/">Chris Regan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical department supervisor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0739789/">Milius Romyn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model construction foreman: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0754892/">Paul Sabourin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model effects: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0774039/">Suzie Schneider</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss (as Suzy Schneider)</td></tr><tr> <td valign="top"><a href="/name/nm0776232/">Dennis Schultz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0777197/">David Schwartz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief miniature moldmaker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0805699/">James Sleeper</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical camera operator: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0828078/">Mark Stetson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model shop supervisor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0887121/">Michael Van Himbergen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0909045/">Garry Waller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special project supervisor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0938222/">Debra Wolff</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant visual effects editor: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0946247/">Peter Yanovitch</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">optical line-up: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0951044/">Dana Yuricich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0951046/">Matthew Yuricich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief matte artist: Boss </td></tr><tr> <td valign="top"><a href="/name/nm1409778/">James G. Anka</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model maker (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0049011/">Wayne Baker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">first assistant camera operator: Boss Films (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0150406/">Mike Chambers</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">visual effects coordinator (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="stunts" href="/glossary/S#stunt_performer">Stunts</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0060962/">Kenny Bates</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Ken Bates)</td></tr><tr> <td valign="top"><a href="/name/nm0103643/">Janet Brady</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0107966/">Nick Brett</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0113909/">Jophery C. Brown</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Jophery Brown)</td></tr><tr> <td valign="top"><a href="/name/nm0117162/">Kurt Bryant</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0159737/">Brian Christensen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0173646/">Gilbert B. Combs</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Gil Combs)</td></tr><tr> <td valign="top"><a href="/name/nm0191495/">Kerrie Cullen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0256879/">Kenny Endoso</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0258340/">Andy Epper</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Andrew Epper)</td></tr><tr> <td valign="top"><a href="/name/nm0356013/">Randy Hall</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0397917/">Norman Howell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0426723/">Keii Johnston</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0455437/">Henry Kingi</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Henry M. Kingi)</td></tr><tr> <td valign="top"><a href="/name/nm0499051/">Julius LeFlore</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Julius Le Flore)</td></tr><tr> <td valign="top"><a href="/name/nm0503610/">Fred Lerner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0544911/">Mike Marasco</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Michael Marasco)</td></tr><tr> <td valign="top"><a href="/name/nm0569560/">Don Charles McGovern</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> ) (as Don McGovern (I)</td></tr><tr> <td valign="top"><a href="/name/nm0576687/">John Meier</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0646453/">Alan Oliney</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0667029/">Victor Paul</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0681601/">Chuck Picerni Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Charles Picerni Jr.)</td></tr><tr> <td valign="top"><a href="/name/nm0681602/">Paul V. Picerni Jr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0681604/">Charlie Picerni</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stunt coordinator (as Charles Picerni)</td></tr><tr> <td valign="top"><a href="/name/nm0681613/">Steve Picerni</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0687884/">Bernie Pock</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0709555/">Chad Randall</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0740008/">R.A. Rondell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0742176/">Benjamin Rosenberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0679869/">John Sherrod</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0812787/">Russell Solberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0888645/">Steve Vandeman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0928111/">George P. Wilbur</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as George Wilbur)</td></tr><tr> <td valign="top"><a href="/name/nm0928580/">Glenn R. Wilder</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> (as Glenn Wilder)</td></tr><tr> <td valign="top"><a href="/name/nm0004227/">Dick Ziker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_performer">stunts</a> </td></tr><tr> <td valign="top"><a href="/name/nm0426723/">Keii Johnston</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_double">stunt double: Mr. Willis</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0569560/">Don Charles McGovern</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#stunt_double">stunt double: Alexander Godunov</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0713003/">Steve Ray</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stunt driver (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="camera_department" href="/glossary/C#camera_department">Camera and Electrical Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0035634/">Brian W. Armstrong</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (as Brian Armstrong)</td></tr><tr> <td valign="top"><a href="/name/nm0043746/">Ed Ayer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#gaffer">gaffer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0117334/">Brink Brydon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> </td></tr><tr> <td valign="top"><a href="/name/nm0155041/">Brad Chelesvig</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0197124/">Blaise Dahlquist</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy</a> </td></tr><tr> <td valign="top"><a href="/name/nm1988014/">Glen Davis</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#dolly_grip">dolly grip</a> (as Glenn &#x27;Bear&#x27; Davis)</td></tr><tr> <td valign="top"><a href="/name/nm0213810/">Bill Decker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/K#key_grip">key grip</a> (as William E. Decker III)</td></tr><tr> <td valign="top"><a href="/name/nm0218448/">Mike DeMeyer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0232728/">John Donnelly</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0254168/">John J. Ellingwood</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (as John Ellingwood)</td></tr><tr> <td valign="top"><a href="/name/nm0274903/">Michael Ferris</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0291844/">Michael Franz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy</a> </td></tr><tr> <td valign="top"><a href="/name/nm0377913/">M. Todd Henry</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm1061193/">Steven C. Hodge</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> </td></tr><tr> <td valign="top"><a href="/name/nm0390427/">Brian Holechek</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> (as Brian Joe Holechek)</td></tr><tr> <td valign="top"><a href="/name/nm0410811/">Robert Isenberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#still_photographer">still photographer</a> (as Bob Isenberg)</td></tr><tr> <td valign="top"><a href="/name/nm0475093/">Ron Kunecke</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0549823/">Michael R. Marquette</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> </td></tr><tr> <td valign="top"><a href="/name/nm0592248/">Virgil Mirano</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#still_photographer">still photographer: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm4548962/">Matthew Nelson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0710261/">Jim Rankin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0777159/">Bernie Schwartz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/B#best_boy">best boy grip</a> </td></tr><tr> <td valign="top"><a href="/name/nm0779570/">Michael Scott</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#camera_operator">camera operator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0814809/">Peter Sorel</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#still_photographer">still photographer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0819925/">Roger Spurgeon</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musco light operator </td></tr><tr> <td valign="top"><a href="/name/nm0885637/">Patrick Van Auken</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/K#key_grip">key grip: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm0936498/">Stefanie Wiseman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/F#first_ac">first assistant camera: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm0948552/">Doug Yonker</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> </td></tr><tr> <td valign="top"><a href="/name/nm0954584/">Les Zell</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> </td></tr><tr> <td valign="top"><a href="/name/nm0258023/">Thomas Enright</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/E#electrician">electrician</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0279623/">Ken Fisher</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm2091553/">Patricia Gregory</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/G#grip">grip</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0572621/">Nicholas S. McLean</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_cameraman">assistant camera</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="casting_department" href="/glossary/C#casting_department">Casting Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0144041/">Ferne Cassel</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#casting_dir">casting associate</a> </td></tr><tr> <td valign="top"><a href="/name/nm0431409/">Carl Joy</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#casting_dir">extras casting</a> </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="costume_department" href="/glossary/C#costume_department">Costume and Wardrobe Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0216254/">Barry Francis Delaney</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#costume_supervisor">costume supervisor</a> (as Barry Delaney)</td></tr><tr> <td valign="top"><a href="/name/nm0580498/">Charles Mercuri</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#costumer">costumer: Bruce Willis</a> </td></tr><tr> <td valign="top"><a href="/name/nm0796772/">Barbara Siebert</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">set costumer: women (as Barbara Siebert Bolticoff)</td></tr><tr> <td valign="top"><a href="/name/nm3713818/">Victoria Snow</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional costumer </td></tr><tr> <td valign="top"><a href="/name/nm0901026/">Michael Voght</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">set costumer: men (as Michael J. Voght)</td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="editorial_department" href="/glossary/E#editorial_department">Editorial Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0106513/">Derek Brechin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> (as Derek G. Brechin)</td></tr><tr> <td valign="top"><a href="/name/nm0123163/">Gary Burritt</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/N#negative_cutter">negative cutter</a> </td></tr><tr> <td valign="top"><a href="/name/nm0140754/">Bryan H. Carroll</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> (as Bryan Carroll)</td></tr><tr> <td valign="top"><a href="/name/nm0003602/">Gregory M. Gerlich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0334391/">Dale E. Grahn</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#color_timing">color timer</a> (as Dale Grahn)</td></tr><tr> <td valign="top"><a href="/name/nm0347836/">Jeff Gullo</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">second assistant editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0353258/">Bob Hagans</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#color_timing">color timer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0421768/">Paul Jenson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">negative developer: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0540420/">Edward Malone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">second assistant editor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0410196/">Kelly Irvine</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/A#asst_film_editor">assistant editor</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="music_department" href="/glossary/M#music_department">Music Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0003618/">Bruce Babcock</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator </td></tr><tr> <td valign="top"><a href="/name/nm0063973/">Chris Boardman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator </td></tr><tr> <td valign="top"><a href="/name/nm0096028/">Walt Borchers</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score engineer </td></tr><tr> <td valign="top"><a href="/name/nm2232666/">Christopher Brooks</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">supervising music editor </td></tr><tr> <td valign="top"><a href="/name/nm0114772/">Terry Brown</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score engineer </td></tr><tr> <td valign="top"><a href="/name/nm0308572/">Chuck Garsha</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score engineer </td></tr><tr> <td valign="top"><a href="/name/nm0317498/">Philip Giffin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator </td></tr><tr> <td valign="top"><a href="/name/nm0004383/">Michael Kamen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#conductor">conductor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0572432/">Stephen McLaughlin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">music producer (as Stephen E. McLaughlin)</td></tr><tr> <td valign="top"><a href="/name/nm0825898/">Armin Steiner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">score mixer </td></tr><tr> <td valign="top"><a href="/name/nm0004443/">Fiachra Trench</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">additional orchestrator (as Fi Trench)</td></tr><tr> <td valign="top"><a href="/name/nm0003618/">Bruce Babcock</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#composer">composer: additional music</a> (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm4740956/">Tom Boyd</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musician: oboe soloist (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm2482917/">Tommy Johnson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musician: tuba (uncredited) </td></tr><tr> <td valign="top"><a href="/name/nm0857125/">James Thatcher</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">musician: french horn (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="transportation_department" href="/glossary/T#transportation_department">Transportation Department</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0384539/">Myra Hill</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#transportation_coordinator">transportation coordinator</a> (as Myra L. Hill)</td></tr><tr> <td valign="top"><a href="/name/nm0556678/">Dean E. Mason</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#driver">transportation captain</a> (as Dean Mason)</td></tr><tr> <td valign="top"><a href="/name/nm0634957/">James Nordberg</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/D#driver">transportation captain</a> (as Jim Nordberg)</td></tr><tr> <td valign="top"><a href="/name/nm0916445/">Stanley R. Webber</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">picture car coordinator (as Stanley Webber)</td></tr><tr> <td valign="top"><a href="/name/nm2547097/">Tim Sisson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">picture car mechanic (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="miscellaneous" href="/glossary/C#crewmembers">Other crew</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0018122/">Pamela Alessandrelli</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: John Mctiernan </td></tr><tr> <td valign="top"><a href="/name/nm0019290/">Alex Algarin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">dubbing projectionist </td></tr><tr> <td valign="top"><a href="/name/nm0022882/">Brook Altman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0060037/">Bobby Bass</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special weapons training </td></tr><tr> <td valign="top"><a href="/name/nm0063707/">Susan Joy Beallor</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Joel Silver </td></tr><tr> <td valign="top"><a href="/name/nm0140781/">Dan Carroll</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">location liaison </td></tr><tr> <td valign="top"><a href="/name/nm0149893/">Paul Chaleff</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special ceramic vessels </td></tr><tr> <td valign="top"><a href="/name/nm0154612/">Rick Chavez</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#craft_service">craft service</a> </td></tr><tr> <td valign="top"><a href="/name/nm0186082/">Jack Crain</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">knife designer and manufacturer (as Jack W. Crain)</td></tr><tr> <td valign="top"><a href="/name/nm0190891/">Keith Cubba</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#trainer">trainer: Bruce Willis</a> </td></tr><tr> <td valign="top"><a href="/name/nm0225382/">Jyllel Syage Dickerman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant production accountant (as Jyllel Syage)</td></tr><tr> <td valign="top"><a href="/name/nm0240033/">Ken Dudderar</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">precision cinetechnician: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0255053/">Riley Kathryn Ellis</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">production executive </td></tr><tr> <td valign="top"><a href="/name/nm0264261/">Robert Eyslee</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">chief lighting tech: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0291028/">Marilynn B. Frank</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">first aid </td></tr><tr> <td valign="top"><a href="/name/nm3942006/">Art Fransen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">police technical advisor </td></tr><tr> <td valign="top"><a href="/name/nm0303169/">Elizabeth Galloway</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#production_coordinator">production coordinator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0325779/">Gary Goldman</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/T#technical_advisor">technical advisor: military</a> (as L. Gary Goldman)</td></tr><tr> <td valign="top"><a href="/name/nm0337576/">Aaron J. Green</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">model furnisher: butterfly wing bridge </td></tr><tr> <td valign="top"><a href="/name/nm0348247/">Rhonda C. Gunner</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0366116/">Alison Harstedt</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant production accountant </td></tr><tr> <td valign="top"><a href="/name/nm0390897/">Richard E. Hollander</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0424929/">Deborah Johnson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Bruce Willis </td></tr><tr> <td valign="top"><a href="/name/nm0441291/">K. Lenna Katich</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_accountant">production accountant</a> (as K. Lenna Kunkel)</td></tr><tr> <td valign="top"><a href="/name/nm0450088/">Tony Kerum</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/C#caterer">caterer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0484320/">Carol Land</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: John Mctiernan </td></tr><tr> <td valign="top"><a href="/name/nm0495355/">Clare Leavenworth</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Bruce Willis </td></tr><tr> <td valign="top"><a href="/name/nm0513719/">Andrew Lipschultz</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">publicity coordinator </td></tr><tr> <td valign="top"><a href="/name/nm0555625/">Joel Marx</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/L#location_manager">location manager</a> (as Joel B. Marx)</td></tr><tr> <td valign="top"><a href="/name/nm0571677/">Peter McKernan Sr.</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot (as Peter McKernan)</td></tr><tr> <td valign="top"><a href="/name/nm0571681/">Peter McKernan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot (as Peter McKernan Jr.)</td></tr><tr> <td valign="top"><a href="/name/nm0573488/">Gregory L. McMurry</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0582164/">Kari Ann Messina</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0588836/">Lisa Miller</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0654335/">Chrissa Owens</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stage assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0660143/">Michael Papac</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">weapons specialist </td></tr><tr> <td valign="top"><a href="/name/nm0701042/">Alan D. Purwin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot (as Alan Purwin)</td></tr><tr> <td valign="top"><a href="/name/nm0709462/">Jeff Rand</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">stage assistant: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0718074/">Frank Reinhard</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0732988/">Phil Robinson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> </td></tr><tr> <td valign="top"><a href="/name/nm0742005/">Ken H. Rosen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/L#location_manager">location manager</a> </td></tr><tr> <td valign="top"><a href="/name/nm0766734/">Annie Saunders</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Charles Gordon </td></tr><tr> <td valign="top"><a href="/name/nm0774023/">Shari Schneider</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Lawrence Gordon </td></tr><tr> <td valign="top"><a href="/name/nm0799935/">Antoinette Simmrin</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/L#location_manager">assistant location manager</a> </td></tr><tr> <td valign="top"><a href="/name/nm0810091/">Tamara Smith</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">production associate </td></tr><tr> <td valign="top"><a href="/name/nm0831990/">Ken Stone</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/M#maintenance_engineer">maintenance engineer</a> </td></tr><tr> <td valign="top"><a href="/name/nm0848596/">Charles A. Tamburro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot </td></tr><tr> <td valign="top"><a href="/name/nm0848601/">Michael Tamburro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot </td></tr><tr> <td valign="top"><a href="/name/nm0848602/">Tony Tamburro</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">pilot </td></tr><tr> <td valign="top"><a href="/name/nm0852191/">Dana Lynne Taylor</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#production_coordinator">production coordinator</a> </td></tr><tr> <td valign="top"><a href="/name/nm0863071/">Kellett Tighe</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Lawrence Gordon </td></tr><tr> <td valign="top"><a href="/name/nm0876516/">Marion Tumen</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/S#script_supervisor">script supervisor</a> </td></tr><tr> <td valign="top"><a href="/name/nm0003780/">Ladd Vance</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Joel Silver (as Ladd Rosenberg-Vance)</td></tr><tr> <td valign="top"><a href="/name/nm0901753/">Tod M. Volpe</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special ceramic vessels </td></tr><tr> <td valign="top"><a href="/name/nm0913322/">John C. Wash</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">video and graphics display: Video Image </td></tr><tr> <td valign="top"><a href="/name/nm0922225/">Mark West</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">design engineer: Boss </td></tr><tr> <td valign="top"><a href="/name/nm0933196/">Claire Wilson</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">assistant: Richard Edlund, Boss Film Studios </td></tr><tr> <td valign="top"><a href="/name/nm0954536/">Maryjane Zelicskovics</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_accountant">production accountant: Boss</a> </td></tr><tr> <td valign="top"><a href="/name/nm0564661/">M. Rutledge McCall</a></td><td valign="top" nowrap="1"> .... </td><td valign="top"><a href="http://www.imdb.com/glossary/P#prod_assistant">production assistant</a> (uncredited) </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><table border="0" cellpadding="1" cellspacing="1"><tr><td colspan="3" align="left"><h5><a class="glossary" name="thanks" href="/glossary/T#thanks">Thanks</a></h5></td></tr><tr> <td valign="top"><a href="/name/nm0079783/">Dick Beving</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0108208/">Patty Brewer</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0290388/">Georgian Francisco</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0312547/">Jim Gembala</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0576039/">George Meehan</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0671532/">Allen Pena</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr> <td valign="top"><a href="/name/nm0851816/">Eli Tawil</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">special thanks </td></tr><tr><td colspan="4">&nbsp;</td></tr></table><small>Crew verified as complete<br><br></small><br><b class="blackcatheader">Production Companies</b><ul><li><a href="/company/co0000756/">Twentieth Century Fox Film Corporation</a> (as Twentieth Century Fox) (presents)</li><li><a href="/company/co0119038/">Gordon Company</a></li><li><a href="/company/co0019968/">Silver Pictures</a></li></ul><b class="blackcatheader">Distributors</b><ul><li><a href="/company/co0000756/">Twentieth Century Fox Film Corporation</a> (1988) (USA) (theatrical)</li><li><a href="/company/co0007180/">20th Century Fox de Argentina</a> (1988) (Argentina) (theatrical)</li><li><a href="/company/co0039566/">20th Century Fox of Germany</a> (1988) (West Germany) (theatrical)</li><li><a href="/company/co0014703/">Finnkino</a> (1988) (Finland) (theatrical)</li><li><a href="/company/co0105985/">20th Century Fox</a> (1989) (UK) (theatrical)</li><li><a href="/company/co0007496/">CBS/Fox Home Video</a> (1989) (USA) (VHS)</li><li><a href="/company/co0094754/">CBS/Fox</a> (1989) (Argentina) (VHS)</li><li><a href="/company/co0087627/">Showtime</a> (1989) (Finland) (VHS)</li><li><a href="/company/co0212901/">CBS/Fox Video</a> (1990) (Belgium) (VHS)</li><li><a href="/company/co0070925/">Fox Network</a> (1991) (USA) (TV)</li><li><a href="/company/co0279204/">Fox Video</a> (1994) (Netherlands) (VHS) (box set with &#x22;Die Hard 2&#x22;)</li><li><a href="/company/co0069920/">Mainostelevisio (MTV3)</a> (1994) (Finland) (TV) (1996) (1999) (2001) (2006) (2007)</li><li><a href="/company/co0106050/">20th Century Fox Home Entertainment</a> (2000) (UK) (DVD)</li><li><a href="/company/co0135306/">Egmont Entertainment</a> (2000) (Finland) (DVD) (1-disc edition)</li><li><a href="/company/co0044350/">Gativideo</a> (2001) (Argentina) (DVD)</li><li><a href="/company/co0044350/">Gativideo</a> (2001) (Argentina) (VHS) (re-edited)</li><li><a href="/company/co0363592/">FS Film</a> (2002) (Finland) (DVD) (2-disc edition)</li><li><a href="/company/co0189783/">Twentieth Century Fox Home Entertainment</a> (2004) (Netherlands) (DVD) (2-disc special edition)</li><li><a href="/company/co0363592/">FS Film</a> (2007) (Finland) (DVD) (3-disc Die Hard Collection)</li><li><a href="/company/co0363592/">FS Film</a> (2007) (Finland) (DVD) (8-disc Die Hard Quadrilogy)</li><li><a href="/company/co0189783/">Twentieth Century Fox Home Entertainment</a> (2007) (Netherlands) (DVD) (Blu-ray)</li><li><a href="/company/co0363592/">FS Film</a> (2011) (Finland) (DVD) (4-disc Die Hard Quadrilogy)</li><li><a href="/company/co0150813/">20th Century Fox Home Entertainment</a> (Brazil) (DVD)</li><li><a href="/company/co0150813/">20th Century Fox Home Entertainment</a> (Brazil) (VHS)</li><li><a href="/company/co0280047/">20th Century Fox Home Entertainment</a> (2000) (Germany) (DVD)</li><li><a href="/company/co0280047/">20th Century Fox Home Entertainment</a> (2007) (Germany) (DVD) (Blu-ray)</li><li><a href="/company/co0287353/">Blu Shine</a> (2013) (Argentina) (DVD) (5-disc Duro de Matar: La Colecci&#xF3;n)</li><li><a href="/company/co0042311/">CBS/Fox Home Video</a> (19??) (New Zealand) (VHS) (original video release)</li><li><a href="/company/co0226201/">CBS/Fox</a> (1989) (Germany) (VHS)</li><li><a href="/company/co0106185/">E4</a> (2013) (UK) (TV)</li><li><a href="/company/co0363588/">Europa Vision</a> (1989) (Finland) (VHS)</li><li><a href="/company/co0260673/">Sub</a> (2009) (Finland) (TV)</li></ul><b class="blackcatheader">Special Effects</b><ul><li><a href="/company/co0031624/">Boss Film Studios</a></li><li><a href="/company/co0065308/">Video Image</a> (video and graphic displays)</li></ul><b class="blackcatheader">Other Companies</b><ul><li><a href="/company/co0300363/">BT Industrial Supply</a>&nbsp;&nbsp;expendables</li><li><a href="/company/co0033524/">Central Casting</a>&nbsp;&nbsp;extras casting</li><li><a href="/company/co0026998/">DeLuxe Laboratories</a>&nbsp;&nbsp;color</li><li><a href="/company/co0034479/">Hadler Public Relations</a>&nbsp;&nbsp;special thanks</li><li><a href="/company/co0061479/">IVC</a>&nbsp;&nbsp;digital mastering</li><li><a href="/company/co0058642/">On Tour Productions</a>&nbsp;&nbsp;transportation services</li><li><a href="/company/co0041930/">Panavision</a>&nbsp;&nbsp;cameras and lenses</li><li><a href="/company/co0072943/">R/Greenberg Associates</a>&nbsp;&nbsp;additional optical effects</li><li><a href="/company/co0072943/">R/Greenberg Associates</a>&nbsp;&nbsp;titles</li><li><a href="/company/co0032595/">Segue Music</a>&nbsp;&nbsp;music editing</li><li><a href="/company/co0017459/">Var&#xE8;se Sarabande</a>&nbsp;&nbsp;score album released by (limited edition)</li><li><a href="/company/co0065308/">Video Image</a>&nbsp;&nbsp;display graphics</li><li><a href="/company/co0065308/">Video Image</a>&nbsp;&nbsp;video displays</li></ul> <div><form action="/character/create" method="post"><input type="hidden" name="title" value="tt0095016">Create a character page for:&#32;<select name="name" onchange="if (this.options[this.selectedIndex].value == '...') document.location='fullcredits#cast'"><option>City Engineer</option><option>Walt, City Worker</option><option>Capt. Mitchell</option><option>Rivers</option><option>Ginny</option><option>Dr. Hasseldorf</option><option>Young Cop</option><option>Woman</option><option>Man</option><option>Harvey Johnson</option><option>Police Supervisor</option><option>Dispatcher</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Hostage</option><option>Paulina</option><option>Convenience Store Clerk</option><option>Station Manager</option><option>Thornburg&#x27;s Assistant</option><option>Guard</option><option>Guard</option><option>Producer</option><option>Cameraman</option><option>Cameraman</option><option>Soundman</option><option>Businessman</option><option>Stewardess</option><option>Girl at Airport</option><option>Boy at Airport</option><option>Kissing Man</option><option>Girl in Window</option><option>Cameraman</option><option>Police Officer</option><option>Dwayne T. Robinson&#x27;s Driver</option><option>Hostage</option><option>Police Detective</option><option disabled="disabled">-----------</option><option value="...">more...</option></select>&#32;<input style="font: Tahoma, Verdana, sans-serif; font-size: 8pt; font-weight: bold; background-color: #eeeeee; border-color: #ccccee; color: black" type="submit" value="Create &raquo;">&#32;<a target="_blank" href="/help/show_leaf?createchar"><img src="http://i.media-imdb.com/images/help13x10.gif" width="13" height="10" border="0" alt="?"></a></form></div>
969
+ <hr /> <h3>Additional Details</h3><div class="info"><h5>Also Known As:</h5><div class="info-content"> "Duro de matar" - Argentina, Mexico, Peru, Uruguay <em>(imdb display title)</em><br> "Smrtonosn&#xE1; past" - Czech Republic <em>(imdb display title)</em>, Czechoslovakia <em>(imdb display title)</em>, Czechoslovakia <em>(Czech title)</em><br> "Pi&#xE8;ge de cristal" - Canada <em>(French title)</em>, France<br> "Stirb langsam" - Austria, West Germany<br> "&#x3A0;&#x3BF;&#x3BB;&#x3CD; &#x3A3;&#x3BA;&#x3BB;&#x3B7;&#x3C1;&#x3CC;&#x3C2; &#x3B3;&#x3B9;&#x3B1; &#x3BD;&#x3B1; &#x3A0;&#x3B5;&#x3B8;&#x3AC;&#x3BD;&#x3B5;&#x3B9;" - Greece<br> "&#x41A;&#x440;&#x435;&#x43F;&#x43A;&#x438;&#x439; &#x43E;&#x440;&#x435;&#x448;&#x435;&#x43A;" - Russia<br> "&#x423;&#x43C;&#x438;&#x440;&#x430;&#x439; &#x442;&#x440;&#x443;&#x434;&#x43D;&#x43E;" - Bulgaria <em>(Bulgarian title)</em><br> "Aksjon skyskraper" - Norway <em>(alternative title)</em><br> "Assalto ao Arranha-C&#xE9;us" - Portugal<br> "Die Hard" - Japan <em>(English title)</em><br> "Die Hard" - Denmark <em>(imdb display title)</em><br> "Die Hard - Trappola di cristallo" - Italy <em>(DVD title)</em><br> "Die hard - vain kuolleen ruumiini yli" - Finland <em>(alternative title)</em><br> "Dr&#xE1;g&#xE1;n add az &#xE9;leted!" - Hungary <em>(imdb display title)</em><br> "Duro de Matar" - Brazil<br> "Greu de Ucis" - Romania <em>(imdb display title)</em><br> "Greu de ucis" - Romania <em>(imdb display title)</em><br> "Jungla de cristal" - Spain<br> "Kietas riesutelis" - Lithuania <em>(imdb display title)</em><br> "Med d&#xF6;dlig p&#xE5;f&#xF6;ljd" - Finland <em>(Swedish title)</em> <em>(imdb display title)</em><br> "Poly skliros gia na pethanei" - Greece <em>(transliterated ISO-LATIN-1 title)</em><br> "Smrtonosn&#xE1; pasca" - Czechoslovakia <em>(Slovak title)</em><br> "Szklana pulapka" - Poland<br> "Trappola di cristallo" - Italy <em>(imdb display title)</em><br> "Umri mu&#x161;ki" - Serbia<br> "Umri mu&#x161;ki" - Croatia<br> "Umri muski" - Yugoslavia <em>(Serbian title)</em><br> "Umri pokoncno" - Slovenia <em>(imdb display title)</em><br> "Vain kuolleen ruumiini yli" - Finland <em>(imdb display title)</em><br> "Visa hing" - Estonia<br> "Zor &#xD6;l&#xFC;m" - Turkey <em>(Turkish title)</em> <em>(imdb display title)</em><br> <a class="tn15more" href="/title/tt0095016/releaseinfo#akas" onClick="(new Image()).src='/rg/title-tease/akas/images/b.gif?link=/title/tt0095016/releaseinfo#akas';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Parents Guide:</h5><div class="info-content"><a href="parentalguide">View content advisory for parents</a></div></div> <div class="info"><h5>Runtime:</h5><div class="info-content">131 min </div></div><div class="info"><h5>Country:</h5><div class="info-content"><a href="/country/us">USA</a></div></div><div class="info"><h5>Language:</h5><div class="info-content"><a href="/language/en">English</a> | <a href="/language/de">German</a> | <a href="/language/it">Italian</a></div></div><div class="info"><h5>Color:</h5><div class="info-content"><a href="/search/title?colors=color">Color</a> </div></div><div class="info"><h5>Aspect Ratio:</h5><div class="info-content">2.20 : 1 <a class="tn15more inline" href="/title/tt0095016/technical" onClick="(new Image()).src='/rg/title-tease/aspect/images/b.gif?link=/title/tt0095016/technical';">See more</a>&nbsp;&raquo;</div></div><div class="info"><h5>Sound Mix:</h5><div class="info-content"><a href="/search/title?sound_mixes=70_mm_6_track">70 mm 6-Track</a> <i>(70 mm prints)</i> | <a href="/search/title?sound_mixes=dolby">Dolby</a> <i>(35 mm prints)</i></div></div><div class="info"><h5>Certification:</h5><div class="info-content"><a href="/search/title?certificates=ar:16">Argentina:16</a> <i>(original rating)</i> | <a href="/search/title?certificates=ar:13">Argentina:13</a> <i>(re-rating)</i> | <a href="/search/title?certificates=au:m">Australia:M</a> | <a href="/search/title?certificates=br:14">Brazil:14</a> | <a href="/search/title?certificates=ca:r">Canada:R</a> <i>(Manitoba)</i> | <a href="/search/title?certificates=ca:r">Canada:R</a> <i>(Nova Scotia/Ontario) (original rating)</i> | <a href="/search/title?certificates=ca:13+">Canada:13+</a> <i>(Quebec)</i> | <a href="/search/title?certificates=ca:14+">Canada:14+</a> <i>(TV rating)</i> | <a href="/search/title?certificates=ca:18">Canada:18</a> <i>(Nova Scotia) (re-rating) (2001)</i> | <a href="/search/title?certificates=ca:aa">Canada:AA</a> <i>(Ontario) (re-rating) (2001)</i> | <a href="/search/title?certificates=fi:k_16">Finland:K-16</a> <i>(2000) (uncut)</i> | <a href="/search/title?certificates=fi:k_16">Finland:K-16</a> <i>(1989) (cut)</i> | <a href="/search/title?certificates=fi:k_18">Finland:K-18</a> <i>(1988) (uncut)</i> | <a href="/search/title?certificates=fr:u">France:U</a> | <a href="/search/title?certificates=hk:iib">Hong Kong:IIB</a> | <a href="/search/title?certificates=is:16">Iceland:16</a> | <a href="/search/title?certificates=in:a">India:A</a> | <a href="/search/title?certificates=ie:18">Ireland:18</a> | <a href="/search/title?certificates=it:vm14">Italy:VM14</a> | <a href="/search/title?certificates=jp:pg_12">Japan:PG-12</a> | <a href="/search/title?certificates=my:18sg">Malaysia:18SG</a> | <a href="/search/title?certificates=nl:16">Netherlands:16</a> | <a href="/search/title?certificates=nz:m">New Zealand:M</a> | <a href="/search/title?certificates=nz:r16">New Zealand:R16</a> <i>(original rating)</i> | <a href="/search/title?certificates=no:15">Norway:15</a> | <a href="/search/title?certificates=no:18">Norway:18</a> <i>(original rating)</i> | <a href="/search/title?certificates=pe:14">Peru:14</a> | <a href="/search/title?certificates=ph:r_18">Philippines:R-18</a> | <a href="/search/title?certificates=pt:m_12">Portugal:M/12</a> <i>(Qualidade)</i> | <a href="/search/title?certificates=sg:m18">Singapore:M18</a> | <a href="/search/title?certificates=za:16lv">South Africa:16LV</a> | <a href="/search/title?certificates=kr:18">South Korea:18</a> | <a href="/search/title?certificates=es:18">Spain:18</a> | <a href="/search/title?certificates=se:15">Sweden:15</a> | <a href="/search/title?certificates=gb:15">UK:15</a> <i>(re-rating) (2008)</i> | <a href="/search/title?certificates=gb:18">UK:18</a> <i>(1988)</i> | <a href="/search/title?certificates=us:r">USA:R</a> <i>(certificate #29160)</i> | <a href="/search/title?certificates=imdb_wg:16">West Germany:16</a> <i>(cut) (video premiere)</i> | <a href="/search/title?certificates=imdb_wg:18">West Germany:18</a> <i>(original rating)</i></div></div><div class="info"><h5>Filming Locations:</h5><div class="info-content"><a href="/search/title?locations=Alpena%20Airport,%20Alpena,%20Michigan,%20USA">Alpena Airport, Alpena, Michigan, USA</a><a class="tn15more inline" href="/title/tt0095016/locations" onClick="(new Image()).src='/rg/title-tease/locations/images/b.gif?link=/title/tt0095016/locations';">See more</a>&nbsp;&raquo;</div></div><div class="info"><h5>Company:</h5><div class="info-content"><a href="/company/co0000756/">Twentieth Century Fox Film Corporation</a><a class="tn15more inline" href="/title/tt0095016/companycredits">See more</a>&nbsp;&raquo;</div></div><hr/><h3>Did You Know?</h3> <div class="info"><h5>Trivia:</h5><div class="info-content">The character of Hans Gruber is rumored to be based on author <a href="/name/nm0861636/">Roderick Thorp</a>&#x27;s father, a known tyrant amongst friends and family.<a class="tn15more inline" href="/title/tt0095016/trivia" onClick="(new Image()).src='/rg/title-tease/trivia/images/b.gif?link=/title/tt0095016/trivia';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Goofs:</h5><div class="info-content">Continuity: John&#x27;s vest is white when he enters the vent system and dark green when he exits. This is not, as some think, a result of accumulated dirt.<a class="tn15more inline"href="/title/tt0095016/trivia?tab=gf&" onClick="(newImage()).src='/rg/title-tease/goofs/images/b.gif?link=/title/tt0095016/trivia?tab=gf&';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Quotes:</h5><div class="info-content">[<i class="fine">first lines</i>] <br><b><a href="/name/nm0504342/">Businessman</a></b>:You don&#x27;t like flying, do you? <br><b><a href="/name/nm0000246/">John McClane</a></b>:What gives you that idea? <br><b><a href="/name/nm0504342/">Businessman</a></b>:You wanna know the secret to surviving air travel? After you get where you&#x27;re going, take off your shoes and your socks then walk around on the rug bare foot and make fists with your toes. <br><b><a href="/name/nm0000246/">John McClane</a></b>:Fists with your toes? <br><b><a href="/name/nm0504342/">Businessman</a></b>:I know, I know, it sounds crazy. Trust me, I&#x27;ve been doing it for nine years. Yes sir, better than a shower and a hot cup of coffee. <br><b><a href="/name/nm0000246/">John McClane</a></b>:Okay. <br>[<i class="fine">the businessman sees John&#x27;s gun</i>] <br><b><a href="/name/nm0000246/">John McClane</a></b>:It&#x27;s okay, I&#x27;m a cop. Trust me, I&#x27;ve been doing this for eleven years.<br><a class="tn15more" href="/title/tt0095016/quotes" onClick="(new Image()).src='/rg/title-tease/quotes/images/b.gif?link=/title/tt0095016/quotes';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Movie Connections:</h5><div class="info-content">Referenced in <a href="/title/tt0273456/">Beastie Boys: Video Anthology</a> (2000) (V)<a class="tn15more inline"href="/title/tt0095016/trivia?tab=mc&" onClick="(newImage()).src='/rg/title-tease/movieconnections/images/b.gif?link=/title/tt0095016/trivia?tab=mc&';">See more</a>&nbsp;&raquo;</div></div> <div class="info"><h5>Soundtrack:</h5><div class="info-content">Christmas in Hollis<a class="tn15more inline" href="/title/tt0095016/soundtrack" onClick="(new Image()).src='/rg/title-tease/soundtrack/images/b.gif?link=/title/tt0095016/soundtrack';">See more</a>&nbsp;&raquo;</div></div>
917
970
  <hr/>
918
971
  <h3>FAQ</h3>
919
972
 
920
- <a href="/title/tt0095016/faq#.2.1.9" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.9';">Do any of the terrorists live?</a>
973
+ <a href="/title/tt0095016/faq#.2.1.21" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.21';">What guns do the terrorists use?</a>
921
974
  <br/>
922
975
 
923
- <a href="/title/tt0095016/faq#.2.1.6" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.6';">Who are the 'terrorists'?</a>
976
+ <a href="/title/tt0095016/faq#.2.1.17" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.17';">How does the movie end?</a>
924
977
  <br/>
925
978
 
926
- <a href="/title/tt0095016/faq#.2.1.4" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.4';">What are the differences between the film/book?</a>
979
+ <a href="/title/tt0095016/faq#.2.1.20" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.20';">How do the terrorists die?</a>
927
980
  <br/>
928
981
 
929
982
  <a class="tn15more" href="/title/tt0095016/faq" onClick="(new Image()).src='/rg/title-tease/faq-more/images/b.gif?link=/title/tt0095016/faq';">See more</a>&nbsp;&raquo;
@@ -955,19 +1008,20 @@ function ynd(id, status) {
955
1008
  //-->
956
1009
  </script>
957
1010
  <div class="small">
958
- 82 out of 125 people found the following review useful.
1011
+ 260 out of 279 people found the following review useful.
959
1012
  </div>
960
1013
 
961
- <b>Yippee-ki-yay</b>, 15 April 2000
1014
+ <b>The Perfect Modern Action Film</b>, 31 July 2001
962
1015
  <br>
963
1016
 
1017
+ <div class="tinystarbar" title="9/10"><div style="width: 90px;"><a></a></div></div>
964
1018
 
965
1019
  <div class="small">
966
1020
  Author:
967
- <a href="/user/ur0199296/comments">SpideyTerry</a>
1021
+ <a href="/user/ur1125206/comments">MadReviewer</a>
968
1022
 
969
1023
  <small>
970
- from Ardmore, PA
1024
+ from Oldwick, NJ
971
1025
  </small>
972
1026
 
973
1027
  </div>
@@ -976,15 +1030,108 @@ from Ardmore, PA
976
1030
  </p>
977
1031
  <p>
978
1032
 
979
- Bruce Willis gives a amazing performance in perhaps one of the best movies
980
- of the 1980s. This is an action/adventure movie for the ages. There are a
981
- lot of great scenes, including the scene where Bruce Willis leaps off the
982
- rooftop and crashes trough the window. I never thought it would be so good
983
- when I first saw it, but I was wrong. Don't miss one of Willis' best films
984
- of all time.
1033
+ &quot;Die Hard&quot; is the prototype type for the modern action film. Since it's
1034
+ also one of the best action films ever made, that happens to be a very
1035
+ good
1036
+ thing. &quot;Die Hard&quot; is lean, mean, and doesn't contain a single second of
1037
+ wasted screen time. The direction, the action, the story, the acting . . .
1038
+ every aspect of this film comes close to big-budget action movie
1039
+ perfection.
1040
+ Since &quot;Die Hard&quot; was first released in 1988, it's difficult to think of a
1041
+ blockbuster action film that doesn't follow the basic structure and format
1042
+ of &quot;Die Hard&quot; . . . or, for that matter, is better than &quot;Die Hard&quot;.<br/><br/>
1043
+ &quot;Die Hard&quot; is about John McClane (Bruce Willis, in one of his all-time
1044
+ best
1045
+ film performances), a basically good, honest New York cop with a penchant
1046
+ for annoying authority figures. Traveling to Los Angeles in a last ditch
1047
+ attempt to patch things up with his estranged wife Holly (Bonnie Bedelia),
1048
+ John McClane suddenly finds himself involved in a hostage situation.
1049
+ Terrorists, led by the enigmatic Hans Gruber (Alan Rickman), have taken
1050
+ over
1051
+ the office building in which Holly is working, and with Gruber holding the
1052
+ upper hand over the LAPD and FBI forces in Los Angeles, it's up to John
1053
+ McClane to save the day . . . .<br/><br/>Kudos should be given to both director John McTiernan and screenwriters
1054
+ Jeb
1055
+ Stuart and Steven DeSouza -- the film is tight, electrifying, and clever,
1056
+ which is something few action films can ever claim. The story isn't
1057
+ completely believable, but it's believable enough, and it manages to move
1058
+ along at a quick enough pace to where the most glaring plotholes can
1059
+ easily
1060
+ be glossed over. There's also enough twists and wrinkles thrown into the
1061
+ story to keep the audience guessing as to what's going to happen next . .
1062
+ .
1063
+ and the surprises don't come out of left field, but are actually clever
1064
+ and
1065
+ well thought-out. (The fact that McClane often relies on his brains
1066
+ instead
1067
+ of his bullets to get out of his predicaments is also a big plus.) Simply
1068
+ put, &quot;Die Hard&quot; is one of the smartest and savviest action screenplays
1069
+ ever
1070
+ written. McTiernan holds up his end of the film admirably as well -- he
1071
+ uses the claustrophobic nature of the office building to great effect
1072
+ (particularly in any scene involving an elevator shaft), and he keeps the
1073
+ film rolling at a rollercoaster pace, building up the anticipation of the
1074
+ audience before unleashing the action. A lot of recent action films just
1075
+ fly along at a mindless, breakneck pace, without ever allowing the story
1076
+ to
1077
+ breathe or the suspense to build . . . unlike those films, &quot;Die Hard&quot;
1078
+ knows
1079
+ how to maximize the impact of each and every scene, and that's why it
1080
+ stands
1081
+ out so clearly from them all. With &quot;Die Hard&quot;, John McTiernan puts on a
1082
+ perfect clinic as to how to pace an action movie.<br/><br/>As for the acting, it's darn near close to perfect. Bruce Willis is
1083
+ awesome
1084
+ as John McClane. As played by Willis, McClane's a smartass with a
1085
+ distinct
1086
+ disdain for being given orders . . . but McClane's also clever, and knows
1087
+ how to keep cool under pressure. There's more to McClane than the
1088
+ stereotypical tough guy hero. Fortunately, the role was given to Bruce
1089
+ Willis, who infuses McClane with the perfect mix of cocky arrogance and
1090
+ stone-cold heroism. The fact that Willis plays McClane as a man often in
1091
+ disbelief of his own situation, and who struggles in his fight against bad
1092
+ guys instead of just killing bad guys with ease, like most stereotypical
1093
+ action heroes -- well, not only does it make the character much more
1094
+ believable, it's darn brilliant. (The fact that Willis also knows how to
1095
+ deliver a deadpan one-liner better than anybody else in Hollywood makes
1096
+ the
1097
+ character all the better.) There's only a handful of movies where both
1098
+ character and actor are a completely perfect match; Bruce Willis as John
1099
+ McClane is one such perfect match.<br/><br/>Also worthy of mention is Alan Rickman's performance as the villain Hans
1100
+ Gruber. The Machiavellian Gruber would've been an easy villain to turn
1101
+ into
1102
+ little more than a scenery-chewing Bond villain . . . fortunately, Rickman
1103
+ doesn't travel the easy route. Gruber, as played by Rickman, is cold and
1104
+ calculating, and actually acts smart, instead of merely claiming to be
1105
+ smart
1106
+ and then being thoroughly outwitted by the hero. He always appears to
1107
+ have
1108
+ an ace hidden up his sleeve, and is so convincing at giving this
1109
+ impression,
1110
+ it's hard to tell throughout the film whether he or McClane truly have the
1111
+ upper hand. Other actors probably could've played Gruber fairly well, but
1112
+ Rickman makes Gruber one of the all-time great villains. As for the rest
1113
+ of
1114
+ the cast, they're all pretty good. Bonnie Bedelia does a nice job as
1115
+ John's
1116
+ soon-to-be-ex-wife Holly -- she plays her with enough smarts and
1117
+ feistiness
1118
+ to break the usual &quot;damsel in distress&quot; mold. It's also worth mentioning
1119
+ that Paul Gleason, who plays the obstinate police chief Robinson, pretty
1120
+ much sets up the modern action movie stereotype of the authority figure
1121
+ who
1122
+ refuses to heed the advice of the maverick hero. The character is stupid
1123
+ to
1124
+ a fault, and he's wonderful because of it.<br/><br/>&quot;Die Hard&quot; is a terrific example of what happens when all the pieces of a
1125
+ film fall together perfectly. There simply are no weak spots or dull
1126
+ moments in the film. Is &quot;Die Hard&quot; one of the best overall movies ever
1127
+ made? Probably not. But it's undeniably one of the best action movies
1128
+ ever
1129
+ made, and it just might well be the perfect modern action film. Grade:
1130
+ A
1131
+
985
1132
  </p>
986
1133
 
987
- <div class="yn" id="ynd_256366">
1134
+ <div class="yn" id="ynd_256240">
988
1135
  <form method="get" action="/register/">
989
1136
  <input type="hidden" name="why" value="comment_vote">
990
1137
  Was the above review useful to you?
@@ -997,7 +1144,7 @@ Was the above review useful to you?
997
1144
  </div>
998
1145
 
999
1146
 
1000
- <a class="tn15more" href="/title/tt0095016/reviews" onClick="(new Image()).src='/rg/title-tease/comments-bottom/images/b.gif?link=/title/tt0095016/reviews';">See more (649 total)</a>&nbsp;&raquo;
1147
+ <a class="tn15more" href="/title/tt0095016/reviews" onClick="(new Image()).src='/rg/title-tease/comments-bottom/images/b.gif?link=/title/tt0095016/reviews';">See more (664 total)</a>&nbsp;&raquo;
1001
1148
 
1002
1149
  <hr/>
1003
1150
  <h3>Message Boards</h3>
@@ -1007,33 +1154,33 @@ Discuss this movie with other users on <a href="/title/tt0095016/board" onClick=
1007
1154
  <tr><th class="left">Recent Posts (updated daily)</th><th class="right">User</th></tr>
1008
1155
 
1009
1156
  <tr class="odd">
1010
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/218906223">Yippee ki-ay Melon Farmer</a></td>
1011
- <td><a href="/rg/title-tease/boards-user/user/ur40648558/boards/profile">nfrankis01</a></td>
1157
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/225048896">Different scenario (spoilers)</a></td>
1158
+ <td><a href="/rg/title-tease/boards-user/user/ur9276211/boards/profile">popularsi</a></td>
1012
1159
  </tr>
1013
1160
 
1014
1161
  <tr class="even">
1015
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/221105956">Helsinki syndrome?</a></td>
1016
- <td><a href="/rg/title-tease/boards-user/user/ur6347082/boards/profile">newagedna</a></td>
1162
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/199399850">Things we learned from Die Hard</a></td>
1163
+ <td><a href="/rg/title-tease/boards-user/user/ur9276211/boards/profile">popularsi</a></td>
1017
1164
  </tr>
1018
1165
 
1019
1166
  <tr class="odd">
1020
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/217656804">Ridiculous entry in Trivia section</a></td>
1021
- <td><a href="/rg/title-tease/boards-user/user/ur4205996/boards/profile">ulysses1904</a></td>
1167
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/224492797">How passable is Alan Rickman's German accent? </a></td>
1168
+ <td><a href="/rg/title-tease/boards-user/user/ur9276211/boards/profile">popularsi</a></td>
1022
1169
  </tr>
1023
1170
 
1024
1171
  <tr class="even">
1025
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/219863987">Delete your post Die Hard style</a></td>
1026
- <td><a href="/rg/title-tease/boards-user/user/ur44810669/boards/profile">Uly_5</a></td>
1172
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/225015983">Karl: Chances to stop John</a></td>
1173
+ <td><a href="/rg/title-tease/boards-user/user/ur43968843/boards/profile">DigiChrisCH</a></td>
1027
1174
  </tr>
1028
1175
 
1029
1176
  <tr class="odd">
1030
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/220905892">Why does John make that dramatic pause while talking to Al?</a></td>
1031
- <td><a href="/rg/title-tease/boards-user/user/ur8279632/boards/profile">A_Dude_Named_Dude</a></td>
1177
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/225014836">More Great Films About An Everyman Hero?</a></td>
1178
+ <td><a href="/rg/title-tease/boards-user/user/ur46079678/boards/profile">NunsWithGuns63</a></td>
1032
1179
  </tr>
1033
1180
 
1034
1181
  <tr class="even">
1035
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/219600585">Assume they would have escaped</a></td>
1036
- <td><a href="/rg/title-tease/boards-user/user/ur43968843/boards/profile">DigiChrisCH</a></td>
1182
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/224986844">Why did AMC edited the 'Oh my God, the quarterback is TOAST!' quote? </a></td>
1183
+ <td><a href="/rg/title-tease/boards-user/user/ur12730667/boards/profile">TheBad2012</a></td>
1037
1184
  </tr>
1038
1185
 
1039
1186
  </table>
@@ -1114,12 +1261,12 @@ If you enjoyed this title, our database also recommends:
1114
1261
 
1115
1262
  <td class="first">
1116
1263
  <small>IMDb User Rating:</small><br/>
1117
- <div class="tinystarbar" title="7.5/10"><div style="width: 75px;"><a></a></div></div>
1264
+ <div class="tinystarbar" title="7.6/10"><div style="width: 76px;"><a></a></div></div>
1118
1265
  </td>
1119
1266
 
1120
1267
  <td class="first">
1121
1268
  <small>IMDb User Rating:</small><br/>
1122
- <div class="tinystarbar" title="6.6/10"><div style="width: 66px;"><a></a></div></div>
1269
+ <div class="tinystarbar" title="6.8/10"><div style="width: 68px;"><a></a></div></div>
1123
1270
  </td>
1124
1271
 
1125
1272
  <td class="first">
@@ -1145,7 +1292,7 @@ If you enjoyed this title, our database also recommends:
1145
1292
  </div>
1146
1293
  </div>
1147
1294
 
1148
- <div id="servertime" time="369.294" treatment="control"></div>
1295
+ <div id="servertime" time="1027.921" treatment="control"></div>
1149
1296
 
1150
1297
  <div id="criticalcontent" data-selector="#primary-poster, #title-media-strip img"></div>
1151
1298
 
@@ -1169,25 +1316,21 @@ If you enjoyed this title, our database also recommends:
1169
1316
  | <a onclick="(new Image()).src='/rg/intheaters/footer/images/b.gif?link=%2Fmovies-in-theaters%2F';" href="/movies-in-theaters/" >In Theaters</a>
1170
1317
  | <a onclick="(new Image()).src='/rg/comingsoon/footer/images/b.gif?link=%2Fmovies-coming-soon%2F';" href="/movies-coming-soon/" >Coming Soon</a>
1171
1318
  | <a onclick="(new Image()).src='/rg/topmovies/footer/images/b.gif?link=%2Fchart%2F';" href="/chart/" >Top Movies</a>
1172
- | <a onclick="(new Image()).src='/rg/watchlist/footer/images/b.gif?link=%2Flist%2Fwatchlist';" href="/list/watchlist" >Watchlist</a>
1173
1319
  | <a onclick="(new Image()).src='/rg/top250/footer/images/b.gif?link=%2Fchart%2Ftop';" href="/chart/top" >Top 250</a>
1174
1320
  | <a onclick="(new Image()).src='/rg/tv/footer/images/b.gif?link=%2Fsections%2Ftv%2F';" href="/sections/tv/" >TV</a>
1175
1321
  | <a onclick="(new Image()).src='/rg/news/footer/images/b.gif?link=%2Fnews%2F';" href="/news/" >News</a>
1176
- | <a onclick="(new Image()).src='/rg/video/footer/images/b.gif?link=%2Ffeatures%2Fvideo%2F';" href="/features/video/" >Video</a>
1177
1322
  | <a onclick="(new Image()).src='/rg/messageboards/footer/images/b.gif?link=%2Fboards%2F';" href="/boards/" >Message Boards</a>
1178
1323
  | <a onclick="(new Image()).src='/rg/pressroom/footer/images/b.gif?link=%2Fpressroom%2F';" href="/pressroom/" >Press Room</a>
1179
1324
  <br>
1180
1325
 
1181
1326
  <a onclick="(new Image()).src='/rg/register-v2/footer/images/b.gif?link=https%3A%2F%2Fsecure.imdb.com%2Fregister-imdb%2Fform-v2';" href="https://secure.imdb.com/register-imdb/form-v2" >Register</a>
1182
1327
 
1183
- | <a onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=%2Fhelp%2Fshow_article%3Frssavailable';" href="/help/show_article?rssavailable" id="footer_rss_image" class="navbarSprite" ></a> <a onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=%2Fhelp%2Fshow_article%3Frssavailable';" href="/help/show_article?rssavailable" >RSS</a>
1184
1328
  | <a onclick="(new Image()).src='/rg/advertising/footer/images/b.gif?link=%2Fadvertising%2F';" href="/advertising/" >Advertising</a>
1185
1329
  | <a onclick="(new Image()).src='/rg/helpdesk/footer/images/b.gif?link=%2Fhelpdesk%2Fcontact';" href="/helpdesk/contact" >Contact Us</a>
1186
1330
  | <a onclick="(new Image()).src='/rg/jobs/footer/images/b.gif?link=%2Fjobs';" href="/jobs" >Jobs</a>
1187
1331
  | <a href="https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627" onClick="(new Image()).src='/rg/IMDbFooter/prosystem/images/b.gif?link=https://secure.imdb.com/register/subscribe?c=a394d4442664f6f6475627';">IMDbPro</a>
1188
1332
  | <a href="http://www.boxofficemojo.com" onClick="(new Image()).src='/rg/BOXOFFICEMOJO/FOOTER/images/b.gif?link=http://www.boxofficemojo.com';">Box Office Mojo</a>
1189
1333
  | <a href="http://www.withoutabox.com" onClick="(new Image()).src='/rg/WITHOUTABOX/FOOTER/images/b.gif?link=http://www.withoutabox.com';">Withoutabox</a>
1190
- | <a href="http://www.lovefilm.com/browse/film/watch-online/" onClick="(new Image()).src='/rg/LOVEFILM/FOOTER/images/b.gif?link=http://www.lovefilm.com/browse/film/watch-online/';">LOVEFiLM</a>
1191
1334
  <br /><br />
1192
1335
  IMDb Mobile:
1193
1336
  <a onclick="(new Image()).src='/rg/mobile-ios/footer/images/b.gif?link=%2Fapps%2Fios%2F';" href="/apps/ios/" >iPhone/iPad</a>
@@ -1201,7 +1344,7 @@ If you enjoyed this title, our database also recommends:
1201
1344
  </p>
1202
1345
  <p class="footer" align="center">
1203
1346
 
1204
- <a href="/help/show_article?conditions">Copyright &copy;</a> 1990-2013
1347
+ <a href="/help/show_article?conditions">Copyright &copy;</a> 1990-2014
1205
1348
  <a href="/help/">IMDb.com, Inc.</a>
1206
1349
  <br>
1207
1350
  <a href="/help/show_article?conditions">Conditions of Use</a> | <a href="/privacy">Privacy Policy</a> | <a href="//www.amazon.com/InterestBasedAds">Interest-Based Ads</a>
@@ -1212,7 +1355,7 @@ An <img id="amazon_logo" align="middle" style="width:80px;height:19px;border:0 n
1212
1355
  </p>
1213
1356
  <table class="footer" id="amazon-affiliates">
1214
1357
  <tr>
1215
- <td colspan="10">
1358
+ <td colspan="8">
1216
1359
  Amazon Affiliates
1217
1360
  </td>
1218
1361
  </tr>
@@ -1259,18 +1402,6 @@ An <img id="amazon_logo" align="middle" style="width:80px;height:19px;border:0 n
1259
1402
  <span class="amazon-affiliate-site-desc">Buy Movie and<br>TV Show DVDs</span>
1260
1403
  </a>
1261
1404
  </td>
1262
- <td class="amazon-affiliate-site-item-nth">
1263
- <a class="amazon-affiliate-site-link" href="http://www.lovefilm.com/browse/film/watch-online/">
1264
- <span class="amazon-affiliate-site-name">LOVEFiLM</span><br>
1265
- <span class="amazon-affiliate-site-desc">Watch Movies<br>Online</span>
1266
- </a>
1267
- </td>
1268
- <td class="amazon-affiliate-site-item-nth">
1269
- <a class="amazon-affiliate-site-link" href="http://www.junglee.com/">
1270
- <span class="amazon-affiliate-site-name">Junglee</span><br>
1271
- <span class="amazon-affiliate-site-desc">India Online<br>Shopping</span>
1272
- </a>
1273
- </td>
1274
1405
  <td class="amazon-affiliate-site-item-nth">
1275
1406
  <a class="amazon-affiliate-site-link" href="http://www.dpreview.com">
1276
1407
  <span class="amazon-affiliate-site-name">DPReview</span><br>
@@ -1291,7 +1422,6 @@ An <img id="amazon_logo" align="middle" style="width:80px;height:19px;border:0 n
1291
1422
 
1292
1423
 
1293
1424
 
1294
-
1295
1425
  <!-- begin BOTTOM_AD -->
1296
1426
  <div id="bottom_ad_wrapper" class="dfp_slot">
1297
1427
  <script type="text/javascript">
@@ -1299,14 +1429,14 @@ doWithAds(function(){
1299
1429
  ad_utils.register_ad('bottom_ad');
1300
1430
  });
1301
1431
  </script>
1302
- <iframe data-dart-params="#imdb2.consumer.title/;!TILE!;sz=728x90,2x1;p=b;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;oe=utf-8;[CLIENT_SIDE_KEYVALUES];u=[CLIENT_SIDE_ORD];ord=[CLIENT_SIDE_ORD]?" id="bottom_ad" name="bottom_ad" class="yesScript" width="728" height="90" data-original-width="728" data-original-height="90" data-config-width="728" data-config-height="90" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="doWithAds.call(this, function(){ ad_utils.on_ad_load(this); });"></iframe>
1303
- <noscript><a href="http://ad.doubleclick.net/N4215/jump/imdb2.consumer.title/;tile=3;sz=728x90,2x1;p=b;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=963696806194?" target="_blank"><img src="http://ad.doubleclick.net/N4215/ad/imdb2.consumer.title/;tile=3;sz=728x90,2x1;p=b;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=963696806194?" border="0" alt="advertisement" /></a></noscript>
1432
+ <iframe data-dart-params="#imdb2.consumer.title/;!TILE!;sz=728x90,2x1;p=b;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;oe=utf-8;[CLIENT_SIDE_KEYVALUES];u=586311932903;ord=586311932903?" id="bottom_ad" name="bottom_ad" class="yesScript" width="728" height="90" data-original-width="728" data-original-height="90" data-config-width="728" data-config-height="90" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="doWithAds.call(this, function(){ ad_utils.on_ad_load(this); });"></iframe>
1433
+ <noscript><a href="http://ad.doubleclick.net/N4215/jump/imdb2.consumer.title/;tile=2;sz=728x90,2x1;p=b;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=586311932903?" target="_blank"><img src="http://ad.doubleclick.net/N4215/ad/imdb2.consumer.title/;tile=2;sz=728x90,2x1;p=b;g=ac;g=th;tt=f;coo=us;b=t250;fv=1;id=tt0095016;ord=586311932903?" border="0" alt="advertisement" /></a></noscript>
1304
1434
  </div>
1305
1435
  <div id="bottom_ad_reflow_helper"></div>
1306
1436
  <script>
1307
1437
  doWithAds(function(){
1308
- ad_utils.render_ad_fast('bottom_ad');
1309
- }, "ad_utils not defined, unable to render client-side doubleclick ad.");
1438
+ ad_utils.gpt.render_ad('bottom_ad');
1439
+ }, "ad_utils not defined, unable to render client-side GPT ad.");
1310
1440
  </script>
1311
1441
  <!-- End BOTTOM_AD --><!-- _get_ad_for_slot(BOTTOM_AD) -->
1312
1442
 
@@ -1314,46 +1444,47 @@ ad_utils.render_ad_fast('bottom_ad');
1314
1444
 
1315
1445
  </layer>
1316
1446
  </div>
1317
- <img src="/rd/?q=50703000000030a090f29616f226e276966600000010c6a08023031333130323830000001037a040379646370000001047&cb=13829503913447" width="1" height="1" alt="" border="0">
1447
+ <img src="/rd/?q=50703000000030a090f29616f226e276966600000010c6a08023031343031333130000001037a040379646370000001047&cb=139116288726736" width="1" height="1" alt="" border="0">
1318
1448
  </div> <!-- id="wrapper" -->
1319
- <!-- h=iop130 i=2013-10-26 s=legacy(akas) t='Mon Oct 28 01:53:11 2013' -->
1449
+ <!-- h=iop616 i=2014-01-30 s=legacy(akas) t='Fri Jan 31 02:08:06 2014' -->
1320
1450
  <script src="http://i.media-imdb.com/images/SF539be3987208630802e712857c51a6c9/js/jquery.js" ></script><script src="http://i.media-imdb.com/images/SF9fbbc90d4bc733181aab872862e796f8/js/cc/title/main.js" ></script><script src="http://i.media-imdb.com/images/SF4f789f206c87a31b26eb8666da48322e/js/app/win7/sitemode.js" ></script><script src="http://i.media-imdb.com/images/SF72867cac47f3d7e883837477537ab0a1/js/vote.js" ></script><!-- begin ads footer -->
1321
- <!-- Begin SIS-SW code -->
1322
- <iframe id="sis_pixel_sitewide" width="1" height="1" frameborder="0" marginwidth="0" marginheight="0"></iframe>
1323
- <script>
1451
+
1452
+ <!-- Begin SIS code -->
1453
+ <iframe id="sis_pixel_sitewide" width="1" height="1" frameborder="0" marginwidth="0" marginheight="0" style="display: none;"></iframe>
1454
+ <script>
1324
1455
  setTimeout(function(){
1325
- try{
1326
- if (! document.getElementById('sis_pixel_3')) {
1327
- var url_sis = 'http://s.amazon-adsystem.com/iu3?',
1328
- params_sis = [
1329
- "d=imdb.com",
1330
- "a1=",
1331
- "a2=",
1332
- "pId=",
1333
- "r=1",
1334
- "rP=http%3A%2F%2Fakas.imdb.com%2Ftitle%2Ftt0095016%2Fcombined",
1335
- "encoding=server",
1336
- "cb=963696806194"
1456
+ try{
1457
+ //sis3.0 pixel
1458
+ var url_sis3 = 'http://s.amazon-adsystem.com/iu3?',
1459
+ params_sis3 = [
1460
+ "d=imdb.com",
1461
+ "a1=",
1462
+ "a2=",
1463
+ "pId=",
1464
+ "r=1",
1465
+ "rP=http%3A%2F%2Fakas.imdb.com%2Ftitle%2Ftt0095016%2Fcombined",
1466
+ "encoding=server",
1467
+ "cb=586311932903"
1337
1468
  ];
1338
- (document.getElementById('sis_pixel_sitewide')).src = url_sis + params_sis.join('&');
1339
- }
1340
- }
1341
- catch(e){
1342
- if ('consoleLog' in window){
1343
- consoleLog('Pixel failure ' + e.toString(),'sis');
1469
+
1470
+ (document.getElementById('sis_pixel_sitewide')).src = url_sis3 + params_sis3.join('&');
1344
1471
  }
1345
- if (window.ueLogError) {
1346
- window.ueLogError(e);
1472
+ catch(e){
1473
+ if ('consoleLog' in window){
1474
+ consoleLog('Pixel failure ' + e.toString(),'sis');
1475
+ }
1476
+ if (window.ueLogError) {
1477
+ window.ueLogError(e);
1478
+ }
1347
1479
  }
1348
- }
1349
1480
  }, 5);
1350
-
1351
- </script>
1352
- <!-- End SIS-SW code -->
1481
+ </script>
1482
+ <!-- End SIS code -->
1353
1483
 
1354
1484
  <!-- begin comscore beacon -->
1355
1485
  <script type="text/javascript" src='http://ia.media-imdb.com/images/G/01/imdbads/js/beacon-58460835._V379390778_.js'></script>
1356
1486
  <script type="text/javascript">
1487
+ if(window.COMSCORE){
1357
1488
  COMSCORE.beacon({
1358
1489
  c1: 2,
1359
1490
  c2:"6034961",
@@ -1363,30 +1494,17 @@ c5:"",
1363
1494
  c6:"",
1364
1495
  c15:""
1365
1496
  });
1497
+ }
1366
1498
  </script>
1367
1499
  <noscript>
1368
1500
  <img src="http://b.scorecardresearch.com/p?c1=2&c2=6034961&c3=&c4=http%3A%2F%2Fakas.imdb.com%2Ftitle%2Ftt0095016%2Fcombined&c5=c6=&15=&cj=1"/>
1369
1501
  </noscript>
1370
1502
  <!-- end comscore beacon -->
1371
1503
 
1372
- <script type="text/javascript">
1373
- (function() {
1374
- var foreseescript = document.createElement("script");
1375
- foreseescript.setAttribute("defer", true);
1376
- foreseescript.setAttribute("src", "http://ia.media-imdb.com/images/G/01/imdbads/foresee/foresee-trigger-4277353327._V379388232_.js");
1377
- document.getElementsByTagName("head")[0].appendChild(foreseescript);
1378
- })();
1379
- </script>
1380
1504
  <script>
1381
1505
  doWithAds(function(){
1382
- var aanSegmentScript = document.createElement('script'),
1383
- url = "http://www.amazon.com/aan/2009-05-01/imdb/default?slot=sitewide-iframe&u=[CLIENT_SIDE_ORD]&ord=[CLIENT_SIDE_ORD]",
1384
- final_url = url.replace(custom.doubleclick.ord_regex, ad_utils.ord);
1385
-
1386
- aanSegmentScript.setAttribute("defer", true);
1387
- aanSegmentScript.src = final_url;
1388
- document.getElementsByTagName("head")[0].appendChild(aanSegmentScript);
1389
- },"ad_utils not defined in window, skipping AAN call.");
1506
+ (new Image()).src = "http://www.amazon.com/aan/2009-05-01/imdb/default?slot=sitewide-iframe&u=586311932903&ord=586311932903";
1507
+ },"unable to request AAN pixel");
1390
1508
  </script>
1391
1509
 
1392
1510
  <script>
@@ -1405,7 +1523,7 @@ c15:""
1405
1523
  "http://akas.imdb.com/title/tt0095016/combined");
1406
1524
  });
1407
1525
  </script>
1408
- <script src="http://i.media-imdb.com/images/SFa158298d71e09af8642759d3e6ea6805/js/cc/loginbox.js" ></script><script src="http://i.media-imdb.com/images/SF2d648c73a05421190a03b77083e02fc8/js/cc/suggestionsearch.js" charset="UTF-8"></script><script src="http://i.media-imdb.com/images/SFb762c590afd141254ab36f8212ac0f29/js/jquery/ui-current-custom.js" ></script><script src="http://i.media-imdb.com/images/SF9e6cf22ed900f2e6a7be58a90ed0397d/js/cc/wlb-lite.js" ></script>
1526
+ <script src="http://i.media-imdb.com/images/SFa158298d71e09af8642759d3e6ea6805/js/cc/loginbox.js" ></script><script src="http://i.media-imdb.com/images/SF5f938bdbdb70146c608bda5689780999/js/cc/suggestionsearch.js" charset="UTF-8"></script><script src="http://i.media-imdb.com/images/SFb762c590afd141254ab36f8212ac0f29/js/jquery/ui-current-custom.js" ></script><script src="http://i.media-imdb.com/images/SF9e6cf22ed900f2e6a7be58a90ed0397d/js/cc/wlb-lite.js" ></script>
1409
1527
  <script>
1410
1528
  (function($){
1411
1529
  $('.wlb_wrapper')
@@ -1425,22 +1543,6 @@ c15:""
1425
1543
  }
1426
1544
  , 5
1427
1545
  );
1428
- </script>
1429
-
1430
- <script type="text/javascript">
1431
-
1432
- var _gaq = _gaq || [];
1433
- _gaq.push(['_setAccount', 'UA-3916519-1']);
1434
- _gaq.push(['_setDomainName', '.imdb.com']); _gaq.push(['_setSampleRate', '10']);
1435
- _gaq.push(['_trackPageview']); // must come last
1436
-
1437
- (function() {
1438
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1439
- ga.src = 'http://www.google-analytics.com/ga.js';
1440
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1441
- })();
1442
-
1443
- </script>
1444
-
1546
+ </script><script src="http://i.media-imdb.com/images/SFe6b8b05cea724dcd192ca6c674f606cc/js/framecheck.js" ></script>
1445
1547
  </body>
1446
1548
  </html>