imdb 0.6.8 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +1 -0
  3. data/.travis.yml +18 -0
  4. data/Gemfile +1 -1
  5. data/README.rdoc +21 -0
  6. data/Rakefile +2 -11
  7. data/imdb.gemspec +4 -4
  8. data/lib/imdb.rb +4 -0
  9. data/lib/imdb/base.rb +191 -0
  10. data/lib/imdb/episode.rb +23 -0
  11. data/lib/imdb/movie.rb +1 -169
  12. data/lib/imdb/movie_list.rb +6 -7
  13. data/lib/imdb/search.rb +9 -9
  14. data/lib/imdb/season.rb +36 -0
  15. data/lib/imdb/serie.rb +23 -0
  16. data/lib/imdb/version.rb +1 -1
  17. data/spec/fixtures/plotsummary +975 -0
  18. data/spec/fixtures/search_kannethirey_thondrinal +773 -10
  19. data/spec/fixtures/search_killed_wife +771 -10
  20. data/spec/fixtures/search_star_trek +705 -762
  21. data/spec/fixtures/synopsis +1036 -0
  22. data/spec/fixtures/thewalkingdead-s1 +1295 -0
  23. data/spec/fixtures/thewalkingdead-s1e2 +1232 -0
  24. data/spec/fixtures/top_250 +470 -754
  25. data/spec/fixtures/tt0036855 +541 -366
  26. data/spec/fixtures/tt0083987 +553 -368
  27. data/spec/fixtures/tt0095016 +572 -394
  28. data/spec/fixtures/tt0110912 +578 -376
  29. data/spec/fixtures/tt0111161 +549 -388
  30. data/spec/fixtures/tt0117731 +534 -387
  31. data/spec/fixtures/tt0166222 +1795 -1694
  32. data/spec/fixtures/tt0242653 +544 -352
  33. data/spec/fixtures/tt0330508 +1553 -1474
  34. data/spec/fixtures/tt0468569 +603 -413
  35. data/spec/fixtures/tt1401252 +446 -381
  36. data/spec/fixtures/tt1520211 +1460 -0
  37. data/spec/imdb/cli_spec.rb +7 -7
  38. data/spec/imdb/episode_spec.rb +39 -0
  39. data/spec/imdb/movie_spec.rb +32 -22
  40. data/spec/imdb/search_spec.rb +16 -36
  41. data/spec/imdb/season_spec.rb +19 -0
  42. data/spec/imdb/series_spec.rb +21 -0
  43. data/spec/spec_helper.rb +9 -10
  44. metadata +92 -41
  45. data/spec/spec.opts +0 -1
@@ -1,13 +1,11 @@
1
1
  HTTP/1.1 200 OK
2
- Date: Wed, 14 Sep 2011 19:35:44 GMT
2
+ Date: Tue, 26 Feb 2013 22:32:34 GMT
3
3
  Server: Server
4
4
  Cache-Control: private
5
- nnCoection: close
5
+ Cneonction: close
6
6
  Content-Type: text/html
7
- Set-Cookie: uu=BCYup5jb6yA2Klm1SfIs2kwZZFYW03zK-jZV16efgUe9SDRHL7HyDtDSNrl3zHJBRZe4jVdIq4Z4pkcC3Ta3Qwo8XaQrSmq_fcAYcDlYBU2J7iEBIb4LSUiPiS-2n_Vo_VazFrt0npyDqtMsn4dMbTywry4DYBaKOAH-6bZSG7KEviQ1j7ZoNbiJ-RDWCaUdWykm69Te9rXRSntBJtqwiGUZwqg5bmOCRs7tYgYfzajAzwExZrCe0AgZiZyIpOLLpqQO;expires=Thu, 30 Dec 2037 00:00:00 GMT;path=/;domain=.imdb.com
8
- Set-Cookie: cs=pdTzqBOgHRah8bd2ZF+NEQeBbbqgkVqM8BkNuqPSLTKzkk45M4JeqcCRXRoA0U26oKcq7Cehbbqjxyn/p9HN2cCRWyxAGW26oKdbraCRbbqgsW26oJFt+uDBHYqg==;expires=Thu, 15 Sep 2011 07:00:00 GMT;path=/;domain=.imdb.com
9
- Set-Cookie: session-id=769-6028944-0349458;path=/;domain=.imdb.com;expires=Mon, 12 Sep 2016 12:35:44 GMT
10
- Set-Cookie: session-id-time=1473708944;path=/;domain=.imdb.com;expires=Mon, 12 Sep 2016 12:35:44 GMT
7
+ Set-Cookie: uu=BCYlYCPkIwdMK-tTyiMFeE70ZjvlV6lFvezaBe9jYwwWFBNtCQVJ6UQhOFeqcO6yGNexE176JI9YEG6noOvWQ71PVzkbMuGn1ztlcW7WjE8o6v3maNP5l56vdetVo9KK1ce9yQxlnplw7JdBuTaKFZq3l3ULByQoDw8vnvYtHjGLhbI;expires=Thu, 30 Dec 2037 00:00:00 GMT;path=/;domain=.imdb.com
8
+ Set-Cookie: cs=Npy1RZDnoKLPxdINhB7TTwenOqqgkW26kBl9MsPi/unj8n4psDHOqZCRbbqXx+36gJFtjOTFqBqjheqNN9HNOeCRWyxAGW26oKdbraCRbbqgsW26oJFt+uDBHYqg==;expires=Wed, 27 Feb 2013 08:00:00 GMT;path=/;domain=.imdb.com
11
9
  Vary: Accept-Encoding,User-Agent
12
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 "
13
11
  Transfer-Encoding: chunked
@@ -19,13 +17,24 @@ Transfer-Encoding: chunked
19
17
  <head>
20
18
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
21
19
  <script type="text/javascript">var IMDbTimer={starttime: new Date().getTime()};</script>
20
+ <script>(function(t){ (t.events = t.events || {})["csm_head_pre_title"] = new Date().getTime(); })(IMDbTimer);</script>
21
+ <script>
22
+ var addClickstreamHeadersToAjax = function(xhr) {
23
+ xhr.setRequestHeader("x-imdb-parent-id", "16JSHKEZC8RPFX9PVAYA");
24
+ };
25
+ </script>
26
+
22
27
  <title>Die Hard (1988)</title>
28
+ <script>(function(t){ (t.events = t.events || {})["csm_head_post_title"] = new Date().getTime(); })(IMDbTimer);</script>
23
29
  <link rel="canonical" href="http://www.imdb.com/title/tt0095016/combined" /><meta property="og:url" content="http://www.imdb.com/title/tt0095016/combined" />
24
30
 
25
31
  <meta name="title" content="Die Hard (1988)">
26
- <meta name="description" content="Directed by John McTiernan. With Bruce Willis, Bonnie Bedelia, Reginald VelJohnson. New York cop John McClane gives terrorists a dose of their own medicine as they hold hostages in an LA office building. Visit IMDb for Photos, Showtimes, Cast, Crew, Reviews, Plot Summary, Comments, Discussions, Taglines, Trailers, Posters, Fan Sites">
27
- <link rel="image_src" href="http://ia.media-imdb.com/images/M/MV5BMTIxNTY3NjM0OV5BMl5BanBnXkFtZTcwNzg5MzY0MQ@@._V1._SX100_SY135_.jpg"><meta property="og:image" content="http://ia.media-imdb.com/images/M/MV5BMTIxNTY3NjM0OV5BMl5BanBnXkFtZTcwNzg5MzY0MQ@@._V1._SX100_SY135_.jpg">
28
- <meta name="keywords" content="Reviews, Showtimes, DVDs, Photos, Message Boards, User Ratings, Synopsis, Trailers, Credits"><link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SFe9361115749ec3a62a2678f5cd9ab9b6/css/min/title.css" >
32
+ <meta name="description" content="Directed by John McTiernan. With Bruce Willis, Bonnie Bedelia, Reginald VelJohnson. John McClane, officer of the NYPD, tries to save wife Holly Gennaro and several others, taken hostage by German terrorist Hans Gruber during a Christmas party at the Nakatomi Plaza in Los Angeles. Visit IMDb for Photos, Showtimes, Cast, Crew, Reviews, Plot Summary, Comments, Discussions, Taglines, Trailers, Posters, Fan Sites">
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
+ <meta name="keywords" content="Reviews, Showtimes, DVDs, Photos, Message Boards, User Ratings, Synopsis, Trailers, Credits">
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/SFbdc5e4e1450acf0739a86cea962c93c6/css/min/title.css" ><script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
37
+
29
38
 
30
39
  <meta name="application-name" content="IMDb" />
31
40
  <meta name="msapplication-tooltip" content="IMDb Web App" />
@@ -35,6 +44,7 @@ Transfer-Encoding: chunked
35
44
  <meta name="msapplication-task" content="name=What's On TV Tonight;action-uri=/sections/tv/;icon-uri=http://i.media-imdb.com/images/SFff39adb4d259f3c3fd166853a6714a32/favicon.ico"/>
36
45
  <meta name="msapplication-task" content="name=Get Latest Entertainment News;action-uri=/news/top;icon-uri=http://i.media-imdb.com/images/SFff39adb4d259f3c3fd166853a6714a32/favicon.ico"/>
37
46
  <meta name="msapplication-task" content="name=Sign-in;action-uri=/register/login;icon-uri=http://i.media-imdb.com/images/SFff39adb4d259f3c3fd166853a6714a32/favicon.ico"/>
47
+ <script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>
38
48
  <link rel="icon" type="image/ico"
39
49
  href="http://i.media-imdb.com/images/SFff39adb4d259f3c3fd166853a6714a32/favicon.ico" />
40
50
  <link rel="shortcut icon" type="image/x-icon"
@@ -42,55 +52,77 @@ Transfer-Encoding: chunked
42
52
  <link rel="apple-touch-icon"
43
53
  href="http://i.media-imdb.com/images/SFc8a0bc1039862e1386365008f0507ea9/apple-touch-icon.png" />
44
54
  <link rel="search" type="application/opensearchdescription+xml"
45
- href="http://i.media-imdb.com/images/SF1c05d2599bfc9132fc0ec9b4f6ae1e74/imdbsearch.xml" title="IMDb" />
46
- <script type="text/javascript">var __vkey = 'o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX';var __vrtg = '8.3';</script>
55
+ href="http://i.media-imdb.com/images/SFccbe1e4d909ef8b8077201c3c5aac349/imdbsearch.xml" title="IMDb" />
56
+ <script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>
57
+ <script type="text/javascript">var __vkey = '4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX';var __vrtg = '8.3';</script>
47
58
  <meta property="og:type" content="movie" />
48
59
  <meta property="fb:app_id" content="115109575169727" />
49
60
  <meta property="og:title" content="Die Hard (1988)" />
50
61
  <meta property="og:site_name" content="IMDb" />
62
+ <script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>
51
63
  <!-- start m/s/a/_g_a_s , head -->
52
- <script src="http://i.media-imdb.com/images/SF3f1f4b5bf54e3b215ecfd534b43bf91e/js/cc/ads.js" ></script>
64
+ <script>window.ads_js_start = new Date().getTime();</script><script src="http://i.media-imdb.com/images/SF1c331cf77fb6a26512169fd19b66faaf/js/cc/ads.js" ></script><script>generic.monitoring.record_metric("ads_js_request_to_done", (new Date().getTime()) - window.ads_js_start);</script>
65
+ <div id="advertising_scripts"></div>
53
66
  <script type="text/javascript">
54
- generic.forester_monitoring.set_page_type("title");
55
-
67
+ generic.monitoring.set_forester_info("title");
56
68
  generic.monitoring.set_twilight_info(
57
- "title",
58
- "NL",
59
- "94b8fe04f8f5b0a279c739600653db03fb7a5773",
60
- "2011-09-14T19%3A35%3A44GMT",
69
+ "title_subpage",
70
+ "Other",
71
+ "2fde1ffeefe1f2830ead9abb6b5e097f6a3eaddf",
72
+ "2013-02-26T22%3A32%3A34GMT",
61
73
  "http://s.media-imdb.com/twilight/?");
62
74
 
63
- generic.monitoring.start_timing("page_load");
75
+ generic.send_csm_head_metrics && generic.send_csm_head_metrics();
64
76
 
65
- generic.cache.set('aan',{
66
- type:"js",
67
- url:("http://aan.amazon.com/2009-05-01/imdb/default?slot=sitewide-iframe&u=[CLIENT_SIDE_ORD]&ord=[CLIENT_SIDE_ORD]").replace(ad_utils.ord_regex, ad_utils.ord),
68
- onCall:custom.amazon.aan_iframe_oncall
69
- });
70
-
71
- generic.cache.set('fc',{
72
- type:"swf",
73
- url:"http://ia.media-imdb.com/images/M/MV5BMjE3MDUyNTMyN15BMl5Bc3dmXkFtZTcwNDk1MjUxMw@@._V1_.swf"
74
- });
75
- custom.full_page.data_url = "http://i.media-imdb.com/images/SF85b7a4b4ee6212e47363c48db524552e/a/js/graffiti_data.js";
77
+ generic.monitoring.start_timing("page_load");
78
+ generic.seconds_to_midnight = 37706;
79
+ generic.days_to_midnight = 0.436412037037037;
80
+ custom.full_page.data_url = "http://i.media-imdb.com/images/SF52343caf319e887027f13568332cdfd7/a/js/graffiti_data.js";
81
+ ad_utils.ad_prediction.init();
76
82
  consoleLog('advertising initialized','ads');
77
83
  </script>
78
- <!-- end m/s/a/_g_a_s , head -->
79
84
 
85
+ <script>
86
+ (function(url,onload,oncall) {
87
+ var elem = document.createElement('script'),
88
+ script = document.getElementsByTagName('script')[0],
89
+ final_url = url.replace(ad_utils.ord_regex, ad_utils.ord);
90
+ if (! navigator.userAgent.match('Firefox/(1|2)\\.')) {
91
+ elem.async = true;
92
+ elem.src = final_url;
93
+ if (onload) {
94
+ elem.onload = onload;
95
+ }
96
+ script.parentNode.insertBefore(elem, script);
97
+ if (oncall) {
98
+ oncall();
99
+ }
100
+ }
101
+ })("http://www.amazon.com/aan/2009-05-01/imdb/default?slot=sitewide-iframe&u=[CLIENT_SIDE_ORD]&ord=[CLIENT_SIDE_ORD]",undefined,custom.amazon.aan_iframe_oncall);
102
+ </script>
103
+
104
+ <!-- end m/s/a/_g_a_s , head -->
80
105
 
81
106
  </head>
82
107
 
83
108
  <body bgcolor="#ffffff" text="#000000" id="styleguide-v2" class="fixed">
84
- <script type="text/javascript">
85
- var WRInitTime=(new Date()).getTime();
86
- </script>
87
109
  <!-- start m/s/a/_g_a_s , body -->
88
110
 
89
- <iframe src="/images/SF8dcd77f70a5de2a050e47b985a4dfa00/a/js/scriptloader.html#aan,fc" class="script_loader"
90
- allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" frameborder="0"></iframe>
111
+ <script>
112
+ (function(url,itemName,h,w) {
113
+ if (flashAdUtils.canPlayFlash(9)) {
114
+ var flashTags = flashAdUtils.makeFlashAd({
115
+ id:itemName,
116
+ src:url,
117
+ height:h || 1,
118
+ width:w || 1
119
+ });
120
+ document.write('<div style="position:absolute;">' + flashTags + '</div>');
121
+ }
122
+ })("http://ia.media-imdb.com/images/M/MV5BMTMzMzgxNzM2M15BMl5Bc3dmXkFtZTcwNzM0MTkxNw@@._V1_.swf","baker",1,1);
123
+ </script>
91
124
  <!-- end m/s/a/_g_a_s , body -->
92
125
 
93
-
94
126
  <div id="wrapper">
95
127
 
96
128
 
@@ -99,44 +131,52 @@ allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" framebo
99
131
  <div id="root">
100
132
  <layer name="root">
101
133
 
102
- <link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SF2f346dedb3a200c64fd28c7b02fa2431/css2/site/consumer-navbar-suggestionsearch.css" ><div id="nb20">
134
+
135
+
136
+
137
+
138
+ <div id="nb20" class="navbarSprite">
103
139
  <div id="supertab">
104
140
 
105
141
 
106
142
  <!-- begin TOP_AD -->
107
143
  <div id="top_ad_wrapper" class="dfp_slot">
108
144
  <script type="text/javascript">
109
- ad_utils.queue_ad('2','top_ad');
145
+ ad_utils.register_ad('top_ad');
110
146
  </script>
111
- <iframe src="/images/SF99c7f777fc74f1d954417f99b985a4af/a/ifb/doubleclick/expand.html#imdb2.consumer.title/combined;tile=2;sz=728x90,1008x150,1008x200,1008x30,9x1;p=t;p=top;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;[PASEGMENTS];u=[CLIENT_SIDE_ORD];ord=[CLIENT_SIDE_ORD]?" id="top_ad" name="top_ad" class="yesScript" width="0" height="75" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="ad_utils.on_ad_load(this)"></iframe>
147
+ <iframe data-bid-url="" data-dart-params="#imdb2.consumer.title/combined;!TILE!;sz=728x90,1008x150,1008x200,1008x66,1008x30,970x250,9x1;p=t;p=top;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;oe=iso-8859-1;[CLIENT_SIDE_KEYVALUES];[PASEGMENTS];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="ad_utils.on_ad_load(this)"></iframe>
112
148
 
113
- <noscript><a href="http://ad.doubleclick.net/jump/imdb2.consumer.title/combined;tile=2;sz=728x90,1008x150,1008x200,1008x30,9x1;p=t;p=top;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb2.consumer.title/combined;tile=2;sz=728x90,1008x150,1008x200,1008x30,9x1;p=t;p=top;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" border="0" alt="advertisement" /></a></noscript>
149
+ <noscript><a href="http://ad.doubleclick.net/jump/imdb2.consumer.title/combined;tile=2;sz=728x90,1008x150,1008x200,1008x66,1008x30,970x250,9x1;p=t;p=top;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;ord=747974283876?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb2.consumer.title/combined;tile=2;sz=728x90,1008x150,1008x200,1008x66,1008x30,970x250,9x1;p=t;p=top;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;ord=747974283876?" border="0" alt="advertisement" /></a></noscript>
114
150
 
115
151
  </div>
152
+ <div id="top_ad_reflow_helper"></div>
153
+ <script>ad_utils.render_ad_fast('top_ad');</script>
116
154
  <!-- End TOP_AD -->
117
155
  </div>
118
- <div id="top_rhs_prefetcher" class="hidden">
119
-
120
-
121
- </div>
122
- <div id="navbar">
123
-
124
- <noscript><link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SFead09969ad98114020e0af7cdf34fd4e/css2/site/consumer-navbar-no-js.css"></noscript>
125
- <!--[if IE]> <link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SFc6b3024b6b61d0874c8af3d356d2281e/css2/site/consumer-navbar-ie.css"><![endif]-->
126
- <span id="home_img_holder"> <a onclick="(new Image()).src='/rg/home/navbar/images/b.gif?link=%2F';" href="/" id='home_img' title='Home' ></a>
156
+ <div id="navbar" class="navbarSprite">
157
+ <noscript><link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SF52e6b9f11712d3ec552179f6c869b63a/css2/site/consumer-navbar-no-js.css"></noscript>
158
+ <span id="home_img_holder"> <a onclick="(new Image()).src='/rg/home/navbar/images/b.gif?link=%2F';" href="/" id='home_img' class='navbarSprite' title='Home' ></a>
127
159
 
128
160
  <span class="alt_logo">
129
161
  <a onclick="(new Image()).src='/rg/home/navbar/images/b.gif?link=%2F';" href="/" title='Home' >IMDb</a>
130
162
  </span>
131
163
  </span>
132
164
 
133
- <form onsubmit="if (typeof ClickTaleTag=='function') {ClickTaleTag('search performed');}(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';" action="/find" method="get" id="navbar-form" >
134
165
 
135
- <div id="nb_search">
166
+ <form onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';" action="/find" method="get" id="navbar-form" class="nav-searchbar-inner" accept-charset="utf-8" >
167
+
168
+ <div id="nb_search" >
136
169
 
137
- <a href="/search/"><strong>Search</strong></a>
170
+ <noscript><div id="more_if_no_javascript"><a href="/search/">More</a></div></noscript>
171
+ <button id="navbar-submit-button" class="primary btn" type="submit"><div class="magnifyingglass navbarSprite"></div></button>
172
+ <input type="text" autocomplete="off" value="" name="q" id="navbar-query" placeholder="Find Movies, TV shows, Celebrities and more..." >
173
+ <div class="quicksearch_dropdown_wrapper">
138
174
 
139
- <select name="s" onchange="suggestionsearch_dropdown_choice(this);">
175
+ <select
176
+ class="quicksearch_dropdown navbarSprite"
177
+ name="s"
178
+ id="quicksearch"
179
+ onchange="jumpMenu(this); suggestionsearch_dropdown_choice(this);">
140
180
 
141
181
  <option
142
182
  value="all">All</option>
@@ -160,246 +200,233 @@ ad_utils.queue_ad('2','top_ad');
160
200
  value="bi">Bios</option>
161
201
  <option
162
202
  value="pl">Plots</option>
203
+ </select>
204
+
205
+ </div>
163
206
 
164
- </select>
165
- <input id="navbar-query" name="q" type="text" value="" autocomplete="off" />&nbsp;<button class="nb_primary" type="submit">Go</button><noscript>&nbsp;&nbsp;<a href="/search/">More</a></noscript>
166
207
  <div id="navbar-suggestionsearch"></div>
167
- </div>
168
- </form>
169
- <div id="nb_personal">
208
+ </div>
170
209
 
171
- <a onclick="(new Image()).src='/rg/register/navbar/images/b.gif?link=%2Fregister%2F%3Fwhy%3Dpersonalize';" href="/register/?why=personalize" >Register</a>
210
+ </form>
211
+
212
+ <div id="nb_personal">
213
+
214
+ <a onclick="(new Image()).src='/rg/register-v2/navbar/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>
172
215
  | <a onclick="(new Image()).src='/rg/login/navbar/images/b.gif?link=%2Fregister%2Flogin';" rel=login href="/register/login" id='nblogin' >Login</a>
173
216
  | <a onclick="(new Image()).src='/rg/help/navbar/images/b.gif?link=%2Fhelp%2F';" href="/help/" >Help</a>
174
217
 
175
218
 
219
+ </div>
176
220
 
177
- </div>
178
- <div >
179
- <ul id="main_nav" class="no-js main_nav">
180
-
181
- <li>
182
221
 
222
+ <div>
223
+ <ul id="consumer_main_nav" class="main_nav">
183
224
 
184
- <a onclick="(new Image()).src='/rg/navbar-movies/navbar/images/b.gif?link=%2Fnowplaying%2F';" href="/nowplaying/" class='nb_link' > Movies</a>
225
+ <li class="css_nav_item" aria-haspopup="true">
185
226
 
186
- <ul class="sub_nav">
187
227
 
228
+ <a onclick="(new Image()).src='/rg/navbar-movies/navbar/images/b.gif?link=%2Fmovies-in-theaters%2F%3Fref_%3Dnb_mv_1_inth';" href="/movies-in-theaters/?ref_=nb_mv_1_inth" class='navbarSprite' > Movies</a>
188
229
 
189
- <li>
190
- <a onclick="(new Image()).src='/rg/nowplaying/navbar/images/b.gif?link=%2Fnowplaying%2F';" href="/nowplaying/" >Now Playing</a>
191
- </li>
230
+ <ul class="sub_nav">
192
231
 
193
- <li>
194
- <a onclick="(new Image()).src='/rg/topmovies/navbar/images/b.gif?link=%2Fchart%2F';" href="/chart/" >Top Movies</a>
195
- </li>
196
232
 
197
233
  <li>
198
- <a onclick="(new Image()).src='/rg/showtimes/navbar/images/b.gif?link=%2Fshowtimes%2F';" href="/showtimes/" >Showtimes & Tickets</a>
234
+ <a onclick="(new Image()).src='/rg/intheaters/navbar/images/b.gif?link=%2Fmovies-in-theaters%2F%3Fref_%3Dnb_mv_2_inth';" href="/movies-in-theaters/?ref_=nb_mv_2_inth" >In Theaters</a>
199
235
  </li>
200
236
 
201
237
  <li>
202
- <a onclick="(new Image()).src='/rg/trailersmovie/navbar/images/b.gif?link=%2Ffeatures%2Fvideo%2Ftrailers%2F';" href="/features/video/trailers/" >Trailers</a>
238
+ <a onclick="(new Image()).src='/rg/top250/navbar/images/b.gif?link=%2Fchart%2Ftop%3Fref_%3Dnb_mv_3_chttp';" href="/chart/top?ref_=nb_mv_3_chttp" >Top 250</a>
203
239
  </li>
204
240
 
205
241
  <li>
206
- <a onclick="(new Image()).src='/rg/watchlistmovie/navbar/images/b.gif?link=%2Flist%2Fwatchlist';" href="/list/watchlist" >Watchlist</a>
242
+ <a onclick="(new Image()).src='/rg/usboxoffice/navbar/images/b.gif?link=%2Fchart%2F%3Fref_%3Dnb_mv_4_cht';" href="/chart/?ref_=nb_mv_4_cht" >US Box Office</a>
207
243
  </li>
208
244
 
209
245
  <li>
210
- <a onclick="(new Image()).src='/rg/mymovies/navbar/images/b.gif?link=%2Fprofile%2Flists';" href="/profile/lists" >MyMovies</a>
246
+ <a onclick="(new Image()).src='/rg/comingsoon/navbar/images/b.gif?link=%2Fmovies-coming-soon%2F%3Fref_%3Dnb_mv_5_cs';" href="/movies-coming-soon/?ref_=nb_mv_5_cs" >Coming Soon</a>
211
247
  </li>
212
248
 
213
249
  <li>
214
- <a onclick="(new Image()).src='/rg/independentfilm/navbar/images/b.gif?link=%2Fsections%2Findie%2F';" href="/sections/indie/" >Independent Film</a>
250
+ <a onclick="(new Image()).src='/rg/trailergallery/navbar/images/b.gif?link=%2Ftrailers%3Fref_%3Dnb_mv_6_tr';" href="/trailers?ref_=nb_mv_6_tr" >Trailer Gallery</a>
215
251
  </li>
216
252
 
217
253
  <li>
218
- <a onclick="(new Image()).src='/rg/top250/navbar/images/b.gif?link=%2Fchart%2Ftop';" href="/chart/top" >Top 250</a>
254
+ <a onclick="(new Image()).src='/rg/watchnow/navbar/images/b.gif?link=%2Fwatchnow%2F%3Fref_%3Dnb_mv_7_wn';" href="/watchnow/?ref_=nb_mv_7_wn" >Watch Now on AIV</a>
219
255
  </li>
220
256
 
221
257
  <li>
222
- <a onclick="(new Image()).src='/rg/genres/navbar/images/b.gif?link=%2Fgenre';" href="/genre" >Genres</a>
258
+ <a onclick="(new Image()).src='/rg/dvdbluray/navbar/images/b.gif?link=%2Fsections%2Fdvd%2F%3Fref_%3Dnb_mv_8_dvd';" href="/sections/dvd/?ref_=nb_mv_8_dvd" >On DVD & Blu-Ray</a>
223
259
  </li>
224
260
 
225
261
  <li>
226
- <a onclick="(new Image()).src='/rg/edsspotlight/navbar/images/b.gif?link=%2Fsections%2Fspotlight%2F';" href="/sections/spotlight/" >Editors' Spotlight</a>
262
+ <a onclick="(new Image()).src='/rg/xrayformovies/navbar/images/b.gif?link=%2Fx-ray%2F%3Fref_%3Dnb_mv_9_xray';" href="/x-ray/?ref_=nb_mv_9_xray" >X-Ray for Movies</a>
227
263
  </li>
228
264
 
229
265
  <li>
230
- <a onclick="(new Image()).src='/rg/horror/navbar/images/b.gif?link=%2Fsections%2Fhorror%2F';" href="/sections/horror/" >Horror</a>
266
+ <a onclick="(new Image()).src='/rg/oscars/navbar/images/b.gif?link=%2Foscars%2F%3Fref_%3Dnb_mv_10_rto';" href="/oscars/?ref_=nb_mv_10_rto" >Road to the Oscars</a>
231
267
  </li>
232
268
 
233
- <li>
234
- <a onclick="(new Image()).src='/rg/toronto/navbar/images/b.gif?link=%2Ffeatures%2Ftoronto%2F2011%2F';" href="/features/toronto/2011/" >Toronto Film Festival</a>
235
- </li>
236
- </ul>
269
+ </ul>
237
270
  </li>
238
- <li>
239
-
271
+ <li class="css_nav_item" aria-haspopup="true">
240
272
 
241
- <a onclick="(new Image()).src='/rg/navbar-tv/navbar/images/b.gif?link=%2Fsections%2Ftv%2F';" href="/sections/tv/" class='nb_link' > TV</a>
242
273
 
243
- <ul class="sub_nav">
274
+ <a onclick="(new Image()).src='/rg/navbar-tv/navbar/images/b.gif?link=%2Ftv%2F%3Fref_%3Dnb_tv_1_hm';" href="/tv/?ref_=nb_tv_1_hm" class='navbarSprite' > TV</a>
244
275
 
276
+ <ul class="sub_nav">
245
277
 
246
- <li>
247
- <a onclick="(new Image()).src='/rg/tvhome/navbar/images/b.gif?link=%2Fsections%2Ftv%2F';" href="/sections/tv/" >TV Home</a>
248
- </li>
249
278
 
250
279
  <li>
251
- <a onclick="(new Image()).src='/rg/tvlistings/navbar/images/b.gif?link=%2Ftvgrid%2F';" href="/tvgrid/" >TV Listings</a>
280
+ <a onclick="(new Image()).src='/rg/tvhome/navbar/images/b.gif?link=%2Ftv%2F%3Fref_%3Dnb_tv_2_hm';" href="/tv/?ref_=nb_tv_2_hm" >TV Home</a>
252
281
  </li>
253
282
 
254
283
  <li>
255
- <a onclick="(new Image()).src='/rg/tvepisodesandclips/navbar/images/b.gif?link=%2Ffeatures%2Fvideo%2Ftv%2F';" href="/features/video/tv/" >TV Episodes & Clips</a>
284
+ <a onclick="(new Image()).src='/rg/besttv/navbar/images/b.gif?link=%2Fsearch%2Ftitle%3Fnum_votes%3D5000%2C%26sort%3Duser_rating%2Cdesc%26title_type%3Dtv_series%26ref_%3Dnb_tv_3_srs';" href="/search/title?num_votes=5000,&sort=user_rating,desc&title_type=tv_series&ref_=nb_tv_3_srs" >Top TV Series</a>
256
285
  </li>
257
286
 
258
287
  <li>
259
- <a onclick="(new Image()).src='/rg/besttv/navbar/images/b.gif?link=%2Fsearch%2Ftitle%3Fnum_votes%3D5000%2C%26sort%3Duser_rating%2Cdesc%26title_type%3Dtv_series';" href="/search/title?num_votes=5000,&sort=user_rating,desc&title_type=tv_series" >Best TV Series</a>
288
+ <a onclick="(new Image()).src='/rg/tvlistings/navbar/images/b.gif?link=%2Ftvgrid%2F%3Fref_%3Dnb_tv_4_ls';" href="/tvgrid/?ref_=nb_tv_4_ls" >TV Listings</a>
260
289
  </li>
261
290
 
262
291
  <li>
263
- <a onclick="(new Image()).src='/rg/emmys/navbar/images/b.gif?link=%2Ffeatures%2Femmys%2F2011%2Fnominations';" href="/features/emmys/2011/nominations" >Road to the Emmys</a>
292
+ <a onclick="(new Image()).src='/rg/tvepisodesandclips/navbar/images/b.gif?link=http%3A%2F%2Fwww.imdb.com%2Ffeatures%2Fvideo%2Ftv%2F%3Fref_%3Dnb_tv_5_ep';" href="http://www.imdb.com/features/video/tv/?ref_=nb_tv_5_ep" >TV Episodes</a>
264
293
  </li>
265
294
 
266
- <li>
267
- <a onclick="(new Image()).src='/rg/falltv/navbar/images/b.gif?link=%2Ffeatures%2Ffall_tv_preview%2F2011%2F';" href="/features/fall_tv_preview/2011/" >Fall TV Preview</a>
268
- </li>
269
- </ul>
295
+ </ul>
270
296
  </li>
271
- <li>
297
+ <li class="css_nav_item" aria-haspopup="true">
272
298
 
273
299
 
274
- <a onclick="(new Image()).src='/rg/navbar-news/navbar/images/b.gif?link=%2Fnews%2Ftop';" href="/news/top" class='nb_link' > News</a>
300
+ <a onclick="(new Image()).src='/rg/navbar-news/navbar/images/b.gif?link=%2Fnews%2Ftop%3Fref_%3Dnb_nw_1_tp';" href="/news/top?ref_=nb_nw_1_tp" class='navbarSprite' > News</a>
275
301
 
276
- <ul class="sub_nav">
302
+ <ul class="sub_nav">
277
303
 
278
304
 
279
305
  <li>
280
- <a onclick="(new Image()).src='/rg/topnews/navbar/images/b.gif?link=%2Fnews%2Ftop';" href="/news/top" >Top News</a>
306
+ <a onclick="(new Image()).src='/rg/topnews/navbar/images/b.gif?link=%2Fnews%2Ftop%3Fref_%3Dnb_nw_2_tp';" href="/news/top?ref_=nb_nw_2_tp" >Top News</a>
281
307
  </li>
282
308
 
283
309
  <li>
284
- <a onclick="(new Image()).src='/rg/movienews/navbar/images/b.gif?link=%2Fnews%2Fmovie';" href="/news/movie" >Movie News</a>
310
+ <a onclick="(new Image()).src='/rg/movienews/navbar/images/b.gif?link=%2Fnews%2Fmovie%3Fref_%3Dnb_nw_3_mv';" href="/news/movie?ref_=nb_nw_3_mv" >Movie News</a>
285
311
  </li>
286
312
 
287
313
  <li>
288
- <a onclick="(new Image()).src='/rg/tvnews/navbar/images/b.gif?link=%2Fnews%2Ftv';" href="/news/tv" >TV News</a>
314
+ <a onclick="(new Image()).src='/rg/tvnews/navbar/images/b.gif?link=%2Fnews%2Ftv%3Fref_%3Dnb_nw_4_tv';" href="/news/tv?ref_=nb_nw_4_tv" >TV News</a>
289
315
  </li>
290
316
 
291
317
  <li>
292
- <a onclick="(new Image()).src='/rg/celebritynews/navbar/images/b.gif?link=%2Fnews%2Fcelebrity';" href="/news/celebrity" >Celebrity News</a>
318
+ <a onclick="(new Image()).src='/rg/celebritynews/navbar/images/b.gif?link=%2Fnews%2Fcelebrity%3Fref_%3Dnb_nw_5_cel';" href="/news/celebrity?ref_=nb_nw_5_cel" >Celebrity News</a>
293
319
  </li>
294
320
 
295
- <li>
296
- <a onclick="(new Image()).src='/rg/featurednews/navbar/images/b.gif?link=%2Fnews%2F';" href="/news/" >Featured News</a>
297
- </li>
321
+ </ul>
322
+ </li>
323
+ <li class="css_nav_item" aria-haspopup="true">
324
+
325
+
326
+ <a onclick="(new Image()).src='/rg/navbar-showtimes/navbar/images/b.gif?link=%2Fshowtimes%2F%3Fref_%3Dnb_sh_1_sh';" href="/showtimes/?ref_=nb_sh_1_sh" class='navbarSprite' > Showtimes</a>
327
+
328
+ <ul class="sub_nav">
329
+
298
330
 
299
331
  <li>
300
- <a onclick="(new Image()).src='/rg/imdbsnapshot/navbar/images/b.gif?link=%2Fphoto_galleries%2Fnew_photos%2Findex';" href="/photo_galleries/new_photos/index" >IMDb Snapshot</a>
332
+ <a onclick="(new Image()).src='/rg/movieshowtimes/navbar/images/b.gif?link=%2Fshowtimes%2F%3Fref_%3Dnb_sh_2_sh';" href="/showtimes/?ref_=nb_sh_2_sh" >Movie Showtimes</a>
301
333
  </li>
302
- </ul>
334
+
335
+ </ul>
303
336
  </li>
304
- <li>
337
+ <li class="css_nav_item" aria-haspopup="true">
305
338
 
306
339
 
307
- <a onclick="(new Image()).src='/rg/navbar-videos/navbar/images/b.gif?link=%2Ffeatures%2Fvideo%2F';" href="/features/video/" class='nb_link' > Videos</a>
340
+ <a onclick="(new Image()).src='/rg/navbar-community/navbar/images/b.gif?link=%2Fboards%2F%3Fref_%3Dnb_cm_1_bd';" href="/boards/?ref_=nb_cm_1_bd" class='navbarSprite' > Community</a>
308
341
 
309
- <ul class="sub_nav">
342
+ <ul class="sub_nav">
310
343
 
311
344
 
312
345
  <li>
313
- <a onclick="(new Image()).src='/rg/videoshome/navbar/images/b.gif?link=%2Ffeatures%2Fvideo%2F';" href="/features/video/" >Videos Home</a>
346
+ <a onclick="(new Image()).src='/rg/messageboards/navbar/images/b.gif?link=%2Fboards%2F%3Fref_%3Dnb_cm_2_bd';" href="/boards/?ref_=nb_cm_2_bd" >Message Boards</a>
314
347
  </li>
315
348
 
316
349
  <li>
317
- <a onclick="(new Image()).src='/rg/hdtrailergallery/navbar/images/b.gif?link=%2Ffeatures%2Fhdgallery';" href="/features/hdgallery" >HD Trailer Gallery</a>
350
+ <a onclick="(new Image()).src='/rg/lists/navbar/images/b.gif?link=%2Flists%2F%3Fref_%3Dnb_cm_3_nls';" href="/lists/?ref_=nb_cm_3_nls" >Newest Lists</a>
318
351
  </li>
319
352
 
320
353
  <li>
321
- <a onclick="(new Image()).src='/rg/trailers/navbar/images/b.gif?link=%2Ffeatures%2Fvideo%2Ftrailers%2F';" href="/features/video/trailers/" >Trailers</a>
354
+ <a onclick="(new Image()).src='/rg/yourlists/navbar/images/b.gif?link=%2Fprofile%2Flists%3Fref_%3Dnb_cm_4_yls';" href="/profile/lists?ref_=nb_cm_4_yls" >Your Lists</a>
322
355
  </li>
323
356
 
324
357
  <li>
325
- <a onclick="(new Image()).src='/rg/tvepisodesandclips/navbar/images/b.gif?link=%2Ffeatures%2Fvideo%2Ftv%2F';" href="/features/video/tv/" >TV Episodes & Clips</a>
358
+ <a onclick="(new Image()).src='/rg/ratings/navbar/images/b.gif?link=%2Flist%2Fratings%3Fref_%3Dnb_cm_5_yrt';" href="/list/ratings?ref_=nb_cm_5_yrt" >Your Ratings</a>
326
359
  </li>
327
360
 
328
361
  <li>
329
- <a onclick="(new Image()).src='/rg/browsevideos/navbar/images/b.gif?link=%2Ffeatures%2Fvideo%2Fbrowse%2F';" href="/features/video/browse/" >Browse Videos</a>
362
+ <a onclick="(new Image()).src='/rg/contributorzone/navbar/images/b.gif?link=%2Fczone%2F%3Fref_%3Dnb_cm_6_cz';" href="/czone/?ref_=nb_cm_6_cz" >Contributor Zone</a>
330
363
  </li>
331
364
 
332
365
  <li>
333
- <a onclick="(new Image()).src='/rg/searchvideos/navbar/images/b.gif?link=%2Fsearch%2Fvideos';" href="/search/videos" >Search Videos</a>
366
+ <a onclick="(new Image()).src='/rg/quiz/navbar/images/b.gif?link=%2Fgames%2Fguess%3Fref_%3Dnb_cm_7_qz';" href="/games/guess?ref_=nb_cm_7_qz" >Quiz Game</a>
334
367
  </li>
335
- </ul>
368
+
369
+ </ul>
336
370
  </li>
337
- <li>
371
+ <li class="css_nav_item" aria-haspopup="true">
338
372
 
339
373
 
340
- <a onclick="(new Image()).src='/rg/navbar-community/navbar/images/b.gif?link=%2Fboards%2F';" href="/boards/" class='nb_link' > Community</a>
374
+ <a onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=%2Fr%2FIMDbTabNB%2F';" href="/r/IMDbTabNB/" class='navbarSprite' > IMDbPro</a>
341
375
 
342
- <ul class="sub_nav">
376
+ <ul class="sub_nav">
343
377
 
344
378
 
345
379
  <li>
346
- <a onclick="(new Image()).src='/rg/messageboards/navbar/images/b.gif?link=%2Fboards%2F';" href="/boards/" >Message Boards</a>
380
+ <a onclick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http%3A%2F%2Fwww.imdb.com%2Fr%2FResume%2Fresume%2F';" href="http://www.imdb.com/r/Resume/resume/" >Add a Resume</a>
347
381
  </li>
348
382
 
349
383
  <li>
350
- <a onclick="(new Image()).src='/rg/contributorzone/navbar/images/b.gif?link=%2Fczone%2F';" href="/czone/" >Contributor Zone</a>
384
+ <a onclick="(new Image()).src='/rg/procontact/navbar/images/b.gif?link=http%3A%2F%2Fwww.imdb.com%2Fr%2Fnm_ovrview_contact%2Frepresentation%2F';" href="http://www.imdb.com/r/nm_ovrview_contact/representation/" >Contact Info</a>
351
385
  </li>
352
386
 
353
387
  <li>
354
- <a onclick="(new Image()).src='/rg/lists/navbar/images/b.gif?link=%2Flists';" href="/lists" >Newest Lists</a>
388
+ <a onclick="(new Image()).src='/rg/demoreels/navbar/images/b.gif?link=http%3A%2F%2Fwww.imdb.com%2Fr%2FDemoReels%2Fdemoreels%2Flist';" href="http://www.imdb.com/r/DemoReels/demoreels/list" >Add Demo Reels</a>
355
389
  </li>
356
390
 
357
- <li>
358
- <a onclick="(new Image()).src='/rg/yourlists/navbar/images/b.gif?link=%2Fprofile%2Flists';" href="/profile/lists" >Your Lists</a>
359
- </li>
391
+ </ul>
392
+ </li>
393
+ <li class="css_nav_item" aria-haspopup="true">
360
394
 
361
- <li>
362
- <a onclick="(new Image()).src='/rg/ratetitles/navbar/images/b.gif?link=%2Flist%2Fratings%3Ftab%3Dbuilder';" href="/list/ratings?tab=builder" >Rate Titles</a>
363
- </li>
364
395
 
365
- <li>
366
- <a onclick="(new Image()).src='/rg/ratings/navbar/images/b.gif?link=%2Flist%2Fratings';" href="/list/ratings" >Your Ratings</a>
367
- </li>
396
+ <a onclick="(new Image()).src='/rg/navbar-apps/navbar/images/b.gif?link=%2Fapps%2F%3Fref_%3Dnb_app_1_hm';" href="/apps/?ref_=nb_app_1_hm" class='navbarSprite' > Apps</a>
397
+
398
+ <ul class="sub_nav">
399
+
368
400
 
369
401
  <li>
370
- <a onclick="(new Image()).src='/rg/jobs/navbar/images/b.gif?link=%2Fimdbjobs%2F';" href="/imdbjobs/" >Jobs at IMDb</a>
402
+ <a onclick="(new Image()).src='/rg/apps/navbar/images/b.gif?link=%2Fapps%2F%3Fref_%3Dnb_app_2_hm';" href="/apps/?ref_=nb_app_2_hm" >Apps Home</a>
371
403
  </li>
372
404
 
373
405
  <li>
374
- <a onclick="(new Image()).src='/rg/mobileapps/navbar/images/b.gif?link=%2Fapps%2Findex';" href="/apps/index" >IMDb Mobile Apps</a>
406
+ <a onclick="(new Image()).src='/rg/iosapps/navbar/images/b.gif?link=%2Fapps%2Fios%2F%3Fref_%3Dnb_app_3_ios';" href="/apps/ios/?ref_=nb_app_3_ios" >iPhone + iPad Apps</a>
375
407
  </li>
376
- </ul>
377
- </li>
378
- <li>
379
-
380
-
381
- <a onclick="(new Image()).src='/rg/imdbpro/navbar/images/b.gif?link=%2Fr%2FIMDbTabNB%2F';" href="/r/IMDbTabNB/" class='nb_link' > IMDbPro</a>
382
-
383
- <ul class="sub_nav">
384
-
385
408
 
386
409
  <li>
387
- <a onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=%2Fr%2FIMDbTabNB%2F';" href="/r/IMDbTabNB/" >IMDbPro</a>
410
+ <a onclick="(new Image()).src='/rg/androidapps/navbar/images/b.gif?link=%2Fapps%2Fandroid%2F%3Fref_%3Dnb_app_4_andr';" href="/apps/android/?ref_=nb_app_4_andr" >Android Apps</a>
388
411
  </li>
389
412
 
390
413
  <li>
391
- <a onclick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=%2Fr%2FIMDbResumeNB%2Fhttps%3A%2F%2Fresume.imdb.com%2F';" href="/r/IMDbResumeNB/https://resume.imdb.com/" >IMDb Resume</a>
414
+ <a onclick="(new Image()).src='/rg/kindlefireapp/navbar/images/b.gif?link=%2Fapps%2Fkindlefire%2F%3Fref_%3Dnb_app_5_fire';" href="/apps/kindlefire/?ref_=nb_app_5_fire" >Kindle Fire App</a>
392
415
  </li>
393
- </ul>
416
+
417
+ </ul>
394
418
  </li>
395
419
 
396
420
  </ul>
397
421
  </div>
398
422
 
423
+
424
+
399
425
  <div class="nb_extra">
400
426
  <a onclick="(new Image()).src='/rg/watchlist/navbar/images/b.gif?link=%2Flist%2Fwatchlist';" href="/list/watchlist" >Your Watchlist</a>
401
427
  </div>
402
428
 
429
+
403
430
  </div>
404
431
  </div>
405
432
 
@@ -409,23 +436,78 @@ ad_utils.queue_ad('2','top_ad');
409
436
 
410
437
 
411
438
 
412
- <!-- begin UPFRONT_NAVSTRIP -->
413
- <div id="upfront_navstrip_wrapper" class="dfp_slot">
414
- <script type="text/javascript">
415
- ad_utils.queue_ad('5','upfront_navstrip');
416
- </script>
417
- <iframe src="/images/SF99c7f777fc74f1d954417f99b985a4af/a/ifb/doubleclick/expand.html#imdb2.consumer.title/combined;tile=5;sz=1008x60,1008x66,7x1;p=ns;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;[PASEGMENTS];u=[CLIENT_SIDE_ORD];ord=[CLIENT_SIDE_ORD]?" id="upfront_navstrip" name="upfront_navstrip" class="yesScript" width="0" height="0" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="ad_utils.on_ad_load(this)"></iframe>
418
439
 
419
- <noscript><a href="http://ad.doubleclick.net/jump/imdb2.consumer.title/combined;tile=5;sz=1008x60,1008x66,7x1;p=ns;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb2.consumer.title/combined;tile=5;sz=1008x60,1008x66,7x1;p=ns;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" border="0" alt="advertisement" /></a></noscript>
420
440
 
421
- </div>
422
- <!-- End UPFRONT_NAVSTRIP -->
423
441
 
442
+ <!-- sid : 110838 : NAVSTRIP --><style>
443
+ .rtg2012navstripe a:link, .falltvpreviewdiv a:visited {
444
+ color:#f1dfa9;
445
+ font-family: gill sans, arial, Verdana, sans-serif;
446
+ }
447
+ .rtg2012navstripe a:hover {
448
+ color:#fbf2ca;
449
+ }
450
+
451
+ .rtg2012navstripe {
452
+ font-family: gill sans, arial, Verdana, sans-serif;
453
+ font-size: 13px;
454
+ }
455
+ .rtg2012navstripe a{
456
+ color:#f1dfa9;
457
+ }
458
+
459
+ </style>
460
+
461
+ <div class="rtg2012navstripe" style="background-image: url(http://ia.media-imdb.com/images/M/MV5BMTcxMDIzMjg0M15BMl5BanBnXkFtZTcwNjEzOTIxOQ@@._V1_.jpg); width: 1008px; height: 40px;">
462
+
463
+ <table width="1008" cellpadding="0" cellspacing="0" align="top"><tr>
464
+
465
+ <td width="300"><a href="http://www.imdb.com/oscars/?ref_=tt_rto" onclick="(new Image()).src='/rg/RTO13_NAVSTRIPE/TOP_BUCKET/images/b.gif'"><img src="http://i.imdb.com/b.gif" width="400" height="40" border="0"></a></td>
466
+
467
+
468
+ <td width="370">
469
+
470
+
471
+ <a href="http://www.imdb.com/oscars/nominations/?ref_=tt_rto_nom_acd" onclick="(new Image()).src='/rg/RTO13_NAVSTRIPE/TOP_BUCKET/images/b.gif'">Oscar Winners</a>
472
+ &nbsp;&nbsp;&nbsp;
473
+
474
+ <a href="http://www.imdb.com/oscars/galleries/2013-oscars-redcarpet-photos?ref_=tt_rto_i" onclick="(new Image()).src='/rg/RTO13_NAVSTRIPE/TOP_BUCKET/images/b.gif'">Oscar Photos</a>
475
+ &nbsp;&nbsp;&nbsp;
476
+
477
+ <a href="http://www.imdb.com/oscars/games/?ref_=tt_rto_i" onclick="(new Image()).src='/rg/RTO13_NAVSTRIPE/TOP_BUCKET/images/b.gif'">Red Carpet Games</a>
478
+ &nbsp;&nbsp;&nbsp;
479
+
480
+
481
+
482
+
483
+ </td>
484
+
485
+
486
+ <td width="100"><a href="http://www.imdb.com/oscars/?ref_=tt_rto_sm" onclick="(new Image()).src='/rg/RTO13_NAVSTRIPE/TOP_BUCKET/images/b.gif'" target="top"><img src="http://i.imdb.com/b.gif" alt=" " width="120" height="40" border="0" /></a></td></tr></table>
487
+
488
+ </div>
424
489
 
425
490
 
491
+ <!-- begin injectable INJECTED_NAVSTRIP -->
492
+ <div id="injected_navstrip_wrapper" class="injected_slot">
493
+ <iframe data-bid-url="" id="injected_navstrip" name="injected_navstrip" class="yesScript" width="0" height="0" data-original-width="0" data-original-height="0" data-config-width="0" data-config-height="0" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="ad_utils.on_ad_load(this)"></iframe>
494
+ </div>
495
+ <script>ad_utils.inject_ad.register('injected_navstrip');</script>
496
+ <div id="injected_navstrip_reflow_helper"></div>
497
+ <!-- end injectable INJECTED_NAVSTRIP -->
426
498
 
427
499
  <div id="pagecontent">
428
500
 
501
+
502
+
503
+ <!-- begin injectable INJECTED_BILLBOARD -->
504
+ <div id="injected_billboard_wrapper" class="injected_slot">
505
+ <iframe data-bid-url="" id="injected_billboard" name="injected_billboard" class="yesScript" width="0" height="0" data-original-width="0" data-original-height="0" data-config-width="0" data-config-height="0" data-cookie-width="null" data-cookie-height="null" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="ad_utils.on_ad_load(this)"></iframe>
506
+ </div>
507
+ <script>ad_utils.inject_ad.register('injected_billboard');</script>
508
+ <div id="injected_billboard_reflow_helper"></div>
509
+ <!-- end injectable INJECTED_BILLBOARD -->
510
+
429
511
  <div id="tn15" class="combined">
430
512
  <div id="tn15crumbs">
431
513
  <a href="/">IMDb</a> &gt;
@@ -435,52 +517,70 @@ ad_utils.queue_ad('5','upfront_navstrip');
435
517
 
436
518
 
437
519
  <div class="photo">
438
- <a name="poster" href="/rg/action-box-title/primary-photo/media/rm2278855424/tt0095016" title="Die Hard"><img border="0" id="primary-poster" alt="Die Hard" title="Die Hard" src="http://ia.media-imdb.com/images/M/MV5BMTIxNTY3NjM0OV5BMl5BanBnXkFtZTcwNzg5MzY0MQ@@._V1._SX100_SY135_.jpg" /></a>
520
+ <a name="poster" href="/rg/action-box-title/primary-photo/media/rm2525146112/tt0095016" title="Die Hard"><img border="0" id="primary-poster" alt="Die Hard" title="Die Hard" src="http://ia.media-imdb.com/images/M/MV5BMTY4ODM0OTc2M15BMl5BanBnXkFtZTcwNzE0MTk3OA@@._V1._SX94_SY140_.jpg" /></a>
439
521
  </div>
440
522
 
441
523
  <div id="action-box" class="action-box">
524
+ <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Famazon%2Fvi4174684185%2F';window.open(this.href+'offsite','_blank');
525
+ return false;" href="/video/amazon/vi4174684185/" class="linkasbutton-primary" data-rid="16JSHKEZC8RPFX9PVAYA" data-video="vi4174684185" data-context="amazon" >Watch It</a>
526
+
527
+ <p>at Amazon</p>
442
528
 
443
- <p><a href="/rg/action-box-title/own-the-rights/help/show_leaf?uploadyourfilm">Own the rights?</a></p>
529
+ <p><img src="/images/wheel/or-graphic.png" /></p>
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+ <a class="linkasbutton-secondary" href="/rg/action-box-title/buy-at-amazon/r/50703000000050a0904747030393530313630000001036a03046674600000010d6a02057370000001037a0104700000010f5a0a096d64626d2164626f6870000001047" target="_new">Buy it at Amazon</a>
543
+
544
+
545
+
444
546
 
445
547
  <hr />
446
548
  <a class="linkasbutton-secondary" href="/r/tt_shop/http://pro.imdb.com/title/tt0095016/" onclick="(new Image()).src='/rg/tt_shop/prosystem/images/b.gif?link=/rg/tt_shop/prosystem/http://pro.imdb.com/title/tt0095016/';">More at IMDb Pro</a>
447
549
 
448
550
  <a class="linkasbutton-secondary" href="/rg/action-box-title/boards-link/title/tt0095016/board">Discuss in Boards</a>
449
- <div class="add_to_watchlist" data-const="tt0095016" data-lcn="legacy_title_lhs" data-ga-identifier=""><a class="disabled medium wl_action_btn
450
- btn" onclick="(new Image()).src='/rg/watchlist/J569/images/b.gif?link=watchlist-button-disabled';"><span>&nbsp;</span> Loading</a><input type="hidden" name="49e6c" value="d875" />
451
551
 
452
- </div>
453
- <link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SFcd9b0bba58dd674f0e28a2bc8cec5d96/wheel/buttons.css" >
454
- <BR>
552
+ <link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SFae8ea8aab5fbc8d97e571652dc015797/wheel/btn2.css" >
553
+ <span class="wlb_wrapper" data-tconst="tt0095016" data-size="small" data-caller-name="legacy_title_lhs" data-classes="linkasbutton-secondary"
554
+ ></span>
455
555
 
456
556
  <a class="linkasbutton-secondary" href="/rg/action-box-title/update-data/updates?auto=legacy/title/tt0095016/">Update Data</a>
457
557
 
458
558
  </div>
459
559
 
460
560
  <h6 style="margin-top: 4px">Quicklinks</h6><form><select id="quicklinks_select" onchange="document.location = this.options[this.selectedIndex].value">
461
- <option value="maindetails">main details</option><option value="combined" selected>combined details</option><option value="fullcredits">full cast and crew</option><option value="companycredits">company credits</option><option value="reviews">reviews</option><option value="externalreviews">external reviews</option><option value="awards">awards</option><option value="ratings">user ratings</option><option value="parentalguide">parents guide</option><option value="recommendations">recommendations</option><option value="board">message board</option><option value="plotsummary">plot summary</option><option value="synopsis">synopsis</option><option value="keywords">plot keywords</option><option value="quotes">memorable quotes</option><option value="trivia">trivia</option><option value="goofs">goofs</option><option value="soundtrack">soundtrack listing</option><option value="alternateversions">alternate versions</option><option value="movieconnections">movie connections</option><option value="faq">FAQ</option><option value="business">box office/business</option><option value="releaseinfo">release dates</option><option value="locations">filming locations</option><option value="technical">technical specs</option><option value="literature">literature listings</option><option value="news">NewsDesk</option><option value="taglines">taglines</option><option value="trailers">trailers and videos</option><option value="posters">posters</option><option value="photogallery">photo gallery</option><option value="miscsites">miscellaneous</option><option value="photosites">photographs</option><option value="soundsites">sound clips</option>
561
+ <option value="maindetails">main details</option><option value="combined" selected>combined details</option><option value="fullcredits">full cast and crew</option><option value="companycredits">company credits</option><option value="reviews">reviews</option><option value="externalreviews">external reviews</option><option value="awards">awards</option><option value="ratings">user ratings</option><option value="parentalguide">parents guide</option><option value="board">message board</option><option value="plotsummary">plot summary</option><option value="synopsis">synopsis</option><option value="keywords">plot keywords</option><option value="quotes">memorable quotes</option><option value="trivia">trivia</option><option value="trivia?tab=gf">goofs</option><option value="soundtrack">soundtrack listing</option><option value="alternateversions">alternate versions</option><option value="trivia?tab=mc">movie connections</option><option value="faq">FAQ</option><option value="business">box office/business</option><option value="releaseinfo">release dates</option><option value="locations">filming locations</option><option value="technical">technical specs</option><option value="literature">literature listings</option><option value="news">NewsDesk</option><option value="taglines">taglines</option><option value="videogallery">trailers and videos</option><option value="posters">posters</option><option value="photogallery">photo gallery</option><option value="officialsites">official sites</option><option value="miscsites">miscellaneous</option><option value="photosites">photographs</option><option value="soundsites">sound clips</option><option value="videosites">video clips</option>
462
562
  </select></form>
463
563
  <h6>Top Links</h6>
464
- <a onclick="(new Image()).src='/rg/title-top-links/trailers/images/b.gif?link=/title/tt0095016/trailers';" href="/title/tt0095016/trailers" class="link">trailers and videos</a><a onclick="(new Image()).src='/rg/title-top-links/fullcredits/images/b.gif?link=/title/tt0095016/fullcredits';" href="/title/tt0095016/fullcredits" class="link">full cast and crew</a><a onclick="(new Image()).src='/rg/title-top-links/trivia/images/b.gif?link=/title/tt0095016/trivia';" href="/title/tt0095016/trivia" class="link">trivia</a><a onclick="(new Image()).src='/rg/title-top-links/officialsites/images/b.gif?link=/title/tt0095016/officialsites';" href="/title/tt0095016/officialsites" class="link empty">official sites</a><a onclick="(new Image()).src='/rg/title-top-links/quotes/images/b.gif?link=/title/tt0095016/quotes';" href="/title/tt0095016/quotes" class="link">memorable quotes</a>
564
+ <a onclick="(new Image()).src='/rg/title-top-links/videogallery/images/b.gif?link=/title/tt0095016/videogallery';" href="/title/tt0095016/videogallery" class="link">trailers and videos</a><a onclick="(new Image()).src='/rg/title-top-links/fullcredits/images/b.gif?link=/title/tt0095016/fullcredits';" href="/title/tt0095016/fullcredits" class="link">full cast and crew</a><a onclick="(new Image()).src='/rg/title-top-links/trivia/images/b.gif?link=/title/tt0095016/trivia';" href="/title/tt0095016/trivia" class="link">trivia</a><a onclick="(new Image()).src='/rg/title-top-links/officialsites/images/b.gif?link=/title/tt0095016/officialsites';" href="/title/tt0095016/officialsites" class="link">official sites</a><a onclick="(new Image()).src='/rg/title-top-links/quotes/images/b.gif?link=/title/tt0095016/quotes';" href="/title/tt0095016/quotes" class="link">memorable quotes</a>
465
565
  <h6>Overview</h6>
466
566
  <a onclick="(new Image()).src='/rg/title-nav-item/maindetails/images/b.gif?link=/title/tt0095016/maindetails';"href="maindetails" class="link">main details</a><a onclick="(new Image()).src='/rg/title-nav-item/combined/images/b.gif?link=/title/tt0095016/combined';"href="combined" class="link selected">combined details</a><a onclick="(new Image()).src='/rg/title-nav-item/fullcredits/images/b.gif?link=/title/tt0095016/fullcredits';"href="fullcredits" class="link">full cast and crew</a><a onclick="(new Image()).src='/rg/title-nav-item/companycredits/images/b.gif?link=/title/tt0095016/companycredits';"href="companycredits" class="link">company credits</a>
467
567
  <h6>Awards &#x26; Reviews</h6>
468
- <a onclick="(new Image()).src='/rg/title-nav-item/reviews/images/b.gif?link=/title/tt0095016/reviews';"href="reviews" class="link">user reviews</a><a onclick="(new Image()).src='/rg/title-nav-item/externalreviews/images/b.gif?link=/title/tt0095016/externalreviews';"href="externalreviews" class="link">external reviews</a><a onclick="(new Image()).src='/rg/title-nav-item/awards/images/b.gif?link=/title/tt0095016/awards';"href="awards" class="link">awards</a><a onclick="(new Image()).src='/rg/title-nav-item/ratings/images/b.gif?link=/title/tt0095016/ratings';"href="ratings" class="link">user ratings</a><a onclick="(new Image()).src='/rg/title-nav-item/parentalguide/images/b.gif?link=/title/tt0095016/parentalguide';"href="parentalguide" class="link">parents guide</a><a onclick="(new Image()).src='/rg/title-nav-item/recommendations/images/b.gif?link=/title/tt0095016/recommendations';"href="recommendations" class="link">recommendations</a><a onclick="(new Image()).src='/rg/title-nav-item/board/images/b.gif?link=/title/tt0095016/board';"href="board" class="link">message board</a>
568
+ <a onclick="(new Image()).src='/rg/title-nav-item/reviews/images/b.gif?link=/title/tt0095016/reviews';"href="reviews" class="link">user reviews</a><a onclick="(new Image()).src='/rg/title-nav-item/externalreviews/images/b.gif?link=/title/tt0095016/externalreviews';"href="externalreviews" class="link">external reviews</a><a onclick="(new Image()).src='/rg/title-nav-item/awards/images/b.gif?link=/title/tt0095016/awards';"href="awards" class="link">awards</a><a onclick="(new Image()).src='/rg/title-nav-item/ratings/images/b.gif?link=/title/tt0095016/ratings';"href="ratings" class="link">user ratings</a><a onclick="(new Image()).src='/rg/title-nav-item/parentalguide/images/b.gif?link=/title/tt0095016/parentalguide';"href="parentalguide" class="link">parents guide</a><a onclick="(new Image()).src='/rg/title-nav-item/board/images/b.gif?link=/title/tt0095016/board';"href="board" class="link">message board</a>
469
569
  <h6>Plot &#x26; Quotes</h6>
470
570
  <a onclick="(new Image()).src='/rg/title-nav-item/plotsummary/images/b.gif?link=/title/tt0095016/plotsummary';"href="plotsummary" class="link">plot summary</a><a onclick="(new Image()).src='/rg/title-nav-item/synopsis/images/b.gif?link=/title/tt0095016/synopsis';"href="synopsis" class="link">synopsis</a><a onclick="(new Image()).src='/rg/title-nav-item/keywords/images/b.gif?link=/title/tt0095016/keywords';"href="keywords" class="link">plot keywords</a><a onclick="(new Image()).src='/rg/title-nav-item/quotes/images/b.gif?link=/title/tt0095016/quotes';"href="quotes" class="link">memorable quotes</a>
471
571
  <h6>Did You Know?</h6>
472
- <a onclick="(new Image()).src='/rg/title-nav-item/trivia/images/b.gif?link=/title/tt0095016/trivia';"href="trivia" class="link">trivia</a><a onclick="(new Image()).src='/rg/title-nav-item/goofs/images/b.gif?link=/title/tt0095016/goofs';"href="goofs" class="link">goofs</a><a onclick="(new Image()).src='/rg/title-nav-item/soundtrack/images/b.gif?link=/title/tt0095016/soundtrack';"href="soundtrack" class="link">soundtrack listing</a><a onclick="(new Image()).src='/rg/title-nav-item/crazycredits/images/b.gif?link=/title/tt0095016/crazycredits';"href="crazycredits" class="link empty">crazy credits</a><a onclick="(new Image()).src='/rg/title-nav-item/alternateversions/images/b.gif?link=/title/tt0095016/alternateversions';"href="alternateversions" class="link">alternate versions</a><a onclick="(new Image()).src='/rg/title-nav-item/movieconnections/images/b.gif?link=/title/tt0095016/movieconnections';"href="movieconnections" class="link">movie connections</a><a onclick="(new Image()).src='/rg/title-nav-item/faq/images/b.gif?link=/title/tt0095016/faq';"href="faq" class="link">FAQ</a>
572
+ <a onclick="(new Image()).src='/rg/title-nav-item/trivia/images/b.gif?link=/title/tt0095016/trivia';"href="trivia" class="link">trivia</a><a onclick="(new Image()).src='/rg/title-nav-item/goofs/images/b.gif?link=/title/tt0095016/trivia?tab=gf';"href="trivia?tab=gf" class="link">goofs</a><a onclick="(new Image()).src='/rg/title-nav-item/soundtrack/images/b.gif?link=/title/tt0095016/soundtrack';"href="soundtrack" class="link">soundtrack listing</a><a onclick="(new Image()).src='/rg/title-nav-item/crazycredits/images/b.gif?link=/title/tt0095016/trivia?tab=cz';"href="trivia?tab=cz" class="link empty">crazy credits</a><a onclick="(new Image()).src='/rg/title-nav-item/alternateversions/images/b.gif?link=/title/tt0095016/alternateversions';"href="alternateversions" class="link">alternate versions</a><a onclick="(new Image()).src='/rg/title-nav-item/movieconnections/images/b.gif?link=/title/tt0095016/trivia?tab=mc';"href="trivia?tab=mc" class="link">movie connections</a><a onclick="(new Image()).src='/rg/title-nav-item/faq/images/b.gif?link=/title/tt0095016/faq';"href="faq" class="link">FAQ</a>
473
573
  <h6>Other Info</h6>
474
574
  <a onclick="(new Image()).src='/rg/title-nav-item/business/images/b.gif?link=/title/tt0095016/business';"href="business" class="link">box office/business</a><a onclick="(new Image()).src='/rg/title-nav-item/releaseinfo/images/b.gif?link=/title/tt0095016/releaseinfo';"href="releaseinfo" class="link">release dates</a><a onclick="(new Image()).src='/rg/title-nav-item/locations/images/b.gif?link=/title/tt0095016/locations';"href="locations" class="link">filming locations</a><a onclick="(new Image()).src='/rg/title-nav-item/technical/images/b.gif?link=/title/tt0095016/technical';"href="technical" class="link">technical specs</a><a onclick="(new Image()).src='/rg/title-nav-item/literature/images/b.gif?link=/title/tt0095016/literature';"href="literature" class="link">literature listings</a><a onclick="(new Image()).src='/rg/title-nav-item/news/images/b.gif?link=/title/tt0095016/news';"href="news" class="link">NewsDesk</a>
475
575
  <h6>Promotional</h6>
476
576
  <a onclick="(new Image()).src='/rg/title-nav-item/taglines/images/b.gif?link=/title/tt0095016/taglines';"href="taglines" class="link">taglines</a>
477
- <a onclick="(new Image()).src='/rg/title-nav-item/trailers/images/b.gif?link=/title/tt0095016/trailers';"href="trailers" class="link">trailers and videos</a>
577
+ <a onclick="(new Image()).src='/rg/title-nav-item/videogallery/images/b.gif?link=/title/tt0095016/videogallery';"href="videogallery" class="link">trailers and videos</a>
478
578
  <a onclick="(new Image()).src='/rg/title-nav-item/posters/images/b.gif?link=/title/tt0095016/posters';"href="posters" class="link">posters</a>
479
579
  <a onclick="(new Image()).src='/rg/title-nav-item/photogallery/images/b.gif?link=/title/tt0095016/photogallery';"href="photogallery" class="link">photo gallery</a>
480
580
 
481
581
 
482
582
  <h6>External Links</h6>
483
- <a onclick="(new Image()).src='/rg/title-nav-item/cinemashowtimes/images/b.gif?link=/title/tt0095016/cinemashowtimes';"href="cinemashowtimes" class="link empty">showtimes</a><a onclick="(new Image()).src='/rg/title-nav-item/officialsites/images/b.gif?link=/title/tt0095016/officialsites';"href="officialsites" class="link empty">official sites</a><a onclick="(new Image()).src='/rg/title-nav-item/miscsites/images/b.gif?link=/title/tt0095016/miscsites';"href="miscsites" class="link">miscellaneous</a><a onclick="(new Image()).src='/rg/title-nav-item/photosites/images/b.gif?link=/title/tt0095016/photosites';"href="photosites" class="link">photographs</a><a onclick="(new Image()).src='/rg/title-nav-item/soundsites/images/b.gif?link=/title/tt0095016/soundsites';"href="soundsites" class="link">sound clips</a><a onclick="(new Image()).src='/rg/title-nav-item/videosites/images/b.gif?link=/title/tt0095016/videosites';"href="videosites" class="link empty">video clips</a>
583
+ <a onclick="(new Image()).src='/rg/title-nav-item/cinemashowtimes/images/b.gif?link=/title/tt0095016/cinemashowtimes';"href="cinemashowtimes" class="link empty">showtimes</a><a onclick="(new Image()).src='/rg/title-nav-item/officialsites/images/b.gif?link=/title/tt0095016/officialsites';"href="officialsites" class="link">official sites</a><a onclick="(new Image()).src='/rg/title-nav-item/miscsites/images/b.gif?link=/title/tt0095016/miscsites';"href="miscsites" class="link">miscellaneous</a><a onclick="(new Image()).src='/rg/title-nav-item/photosites/images/b.gif?link=/title/tt0095016/photosites';"href="photosites" class="link">photographs</a><a onclick="(new Image()).src='/rg/title-nav-item/soundsites/images/b.gif?link=/title/tt0095016/soundsites';"href="soundsites" class="link">sound clips</a><a onclick="(new Image()).src='/rg/title-nav-item/videosites/images/b.gif?link=/title/tt0095016/videosites';"href="videosites" class="link">video clips</a>
484
584
 
485
585
 
486
586
 
@@ -500,6 +600,7 @@ ad_utils.queue_ad('5','upfront_navstrip');
500
600
 
501
601
 
502
602
 
603
+
503
604
 
504
605
  <div id="title-media-strip">
505
606
  <table style="border-collapse:collapse;">
@@ -507,7 +608,7 @@ ad_utils.queue_ad('5','upfront_navstrip');
507
608
 
508
609
  <td width="40%" class="media_strip_header">
509
610
  <b>Photos</b>
510
- <span>(<a href="/rg/photos-title/gallery-link/title/tt0095016/mediaindex">See all 71</a> | <a href="/rg/photos-title/slideshow-link/media/rm4145188352/tt0095016?slideshow=1">slideshow</a>)</span>
611
+ <span>(<a href="/rg/photos-title/gallery-link/title/tt0095016/mediaindex">See all 62</a> | <a href="/rg/photos-title/slideshow-link/media/rm1141676032/tt0095016?slideshow=1">slideshow</a>)</span>
511
612
  </td>
512
613
 
513
614
  <td width="40%" class="media_strip_header">
@@ -515,7 +616,7 @@ ad_utils.queue_ad('5','upfront_navstrip');
515
616
 
516
617
  <b>Videos</b>
517
618
 
518
- <span>(<a href="/rg/videos-title/gallery-link/title/tt0095016/videogallery">see all 4</a>)</span>
619
+ <span>(<a href="/rg/videos-title/gallery-link/title/tt0095016/videogallery">see all 5</a>)</span>
519
620
  </td>
520
621
 
521
622
  </tr>
@@ -523,11 +624,13 @@ ad_utils.queue_ad('5','upfront_navstrip');
523
624
 
524
625
  <td>
525
626
  <div class="media_strip_thumbs">
526
- <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>
527
- <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-2/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>
528
- <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-3/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>
529
- <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-4/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>
530
- <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>
627
+ <div class="media_strip_thumb"><a href="/rg/photos-title/still_frame-1/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>
628
+ <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>
629
+ <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>
630
+ <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>
631
+ <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>
632
+ <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>
633
+ <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>
531
634
  </div>
532
635
  </td>
533
636
 
@@ -535,12 +638,26 @@ ad_utils.queue_ad('5','upfront_navstrip');
535
638
  <div class="media_strip_thumbs">
536
639
  <div class="media_strip_thumb">
537
640
 
538
- <a href="/video/screenplay/vi581042457/" onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi581042457%2F';"><img class="video" viconst="vi581042457" 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." src="http://ia.media-imdb.com/images/M/MV5BMTc5NTY3NzA5OF5BMl5BanBnXkFtZTcwODU4NTY2MQ@@._V1._SX120_SY90_BO120,0,0,0_PIimdb-blackband-204-28,BottomLeft,116,-119_PIimdb-bluebutton-big,BottomLeft,208,-121_CR116,120,120,90_ZATrailer,4,61,19,120,verdenab,8,255,255,255,1_.jpg" width="120" height="90" /></a>
641
+
642
+ <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi581042457%2F';" href="/video/screenplay/vi581042457/" data-rid="16JSHKEZC8RPFX9PVAYA" data-video="vi581042457" data-context="screenplay" ><img
643
+ height="90"
644
+ width="120"
645
+ 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."
646
+ viconst="vi581042457"
647
+
648
+ src="http://ia.media-imdb.com/images/M/MV5BMTc5NTY3NzA5OF5BMl5BanBnXkFtZTcwODU4NTY2MQ@@._V1_SP198,198,0,C,0,0,0_CR39,54,120,90_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,120,90_PIimdb-bluebutton-big,BottomRight,-1,-1_ZATrailer,2,61,16,118,verdenab,8,255,255,255,1_ZAon%2520IMDb,2,1,14,118,verdenab,7,255,255,255,1_ZA00%253A32,84,1,14,36,verdenab,7,255,255,255,1_.jpg" class="video" /></a>
539
649
 
540
650
  </div>
541
651
  <div class="media_strip_thumb">
542
652
 
543
- <a href="/video/screenplay/vi782369049/" onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi782369049%2F';"><img class="video" viconst="vi782369049" 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." src="http://ia.media-imdb.com/images/M/MV5BODM3MzUzNDU0M15BMl5BanBnXkFtZTcwNDU4NTY2MQ@@._V1._SX120_SY90_BO120,0,0,0_PIimdb-blackband-204-28,BottomLeft,116,-119_PIimdb-bluebutton-big,BottomLeft,208,-121_CR116,120,120,90_ZATrailer,4,61,19,120,verdenab,8,255,255,255,1_.jpg" width="120" height="90" /></a>
653
+
654
+ <a onclick="(new Image()).src='/rg/video-link/default/images/b.gif?link=%2Fvideo%2Fscreenplay%2Fvi782369049%2F';" href="/video/screenplay/vi782369049/" data-rid="16JSHKEZC8RPFX9PVAYA" data-video="vi782369049" data-context="screenplay" ><img
655
+ height="90"
656
+ width="120"
657
+ 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."
658
+ viconst="vi782369049"
659
+
660
+ src="http://ia.media-imdb.com/images/M/MV5BODM3MzUzNDU0M15BMl5BanBnXkFtZTcwNDU4NTY2MQ@@._V1_SP198,198,0,C,0,0,0_CR39,54,120,90_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,120,90_PIimdb-bluebutton-big,BottomRight,-1,-1_ZATrailer,2,61,16,118,verdenab,8,255,255,255,1_ZAon%2520IMDb,2,1,14,118,verdenab,7,255,255,255,1_ZA02%253A28,84,1,14,36,verdenab,7,255,255,255,1_.jpg" class="video" /></a>
544
661
 
545
662
  </div>
546
663
  </div>
@@ -557,15 +674,13 @@ ad_utils.queue_ad('5','upfront_navstrip');
557
674
  <hr/>
558
675
 
559
676
  <div id="tn15adrhs">
560
- <div class="social_networking">
561
- <span>
677
+ <div class="social_networking"><span>
562
678
  <strong>Share</strong> this page:
563
679
  </span>
564
680
 
565
681
 
566
682
  <a onclick="window.open('http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt0095016%2Fcombined', 'newWindow', 'width=626, height=436'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F3%2Ftitle%2Ftt0095016%2Fcombined" target="_blank" title="Share on Facebook" class="share_icon facebook"></a>
567
- <a onclick="window.open('http://twitter.com/home?status=Die%20Hard%20-%20http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0095016%2Fcombined', 'newWindow', 'width=815, height=436'); return false;" href="http://twitter.com/home?status=Die%20Hard%20-%20http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0095016%2Fcombined" target="_blank" title="Share on Twitter" class="share_icon twitter"></a>
568
- <a onclick="window.open('http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F2%2Ftitle%2Ftt0095016%2Fcombined', 'newWindow', 'width=626, height=436'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F2%2Ftitle%2Ftt0095016%2Fcombined" target="_blank" title="Share on MySpace" class="share_icon myspace"></a></div><script type="text/javascript">
683
+ <a onclick="window.open('http://twitter.com/home?status=Die%20Hard%20-%20http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0095016%2Fcombined', 'newWindow', 'width=815, height=436'); return false;" href="http://twitter.com/home?status=Die%20Hard%20-%20http%3A%2F%2Fwww.imdb.com%2Frg%2Fs%2F1%2Ftitle%2Ftt0095016%2Fcombined" target="_blank" title="Share on Twitter" class="share_icon twitter"></a></div><script type="text/javascript">
569
684
  generic.monitoring.start_timing("facebook_like_iframe");
570
685
  </script>
571
686
  <div class="social_networking_like" ><iframe id="iframe_like" name="fbLikeIFrame_0" class="social-iframe" scrolling="no" frameborder="0" allowTransparency="allowTransparency" width=280 height=65></iframe></div>
@@ -575,66 +690,20 @@ generic.monitoring.start_timing("facebook_like_iframe");
575
690
  <!-- begin TOP_RHS -->
576
691
  <div id="top_rhs_wrapper" class="dfp_slot">
577
692
  <script type="text/javascript">
578
- ad_utils.queue_ad('3','top_rhs');
693
+ ad_utils.register_ad('top_rhs');
579
694
  </script>
580
- <iframe src="/images/SF99c7f777fc74f1d954417f99b985a4af/a/ifb/doubleclick/expand.html#imdb2.consumer.title/combined;tile=3;sz=300x250,11x1;p=tr;p=tc;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;[PASEGMENTS];u=[CLIENT_SIDE_ORD];ord=[CLIENT_SIDE_ORD]?" id="top_rhs" name="top_rhs" class="yesScript" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="ad_utils.on_ad_load(this)"></iframe>
695
+ <iframe data-bid-url="" data-dart-params="#imdb2.consumer.title/combined;!TILE!;sz=300x250,300x600,11x1;p=tr;p=tc;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;oe=iso-8859-1;[CLIENT_SIDE_KEYVALUES];[PASEGMENTS];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="ad_utils.on_ad_load(this)"></iframe>
581
696
 
582
- <noscript><a href="http://ad.doubleclick.net/jump/imdb2.consumer.title/combined;tile=3;sz=300x250,11x1;p=tr;p=tc;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb2.consumer.title/combined;tile=3;sz=300x250,11x1;p=tr;p=tc;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" border="0" alt="advertisement" /></a></noscript>
697
+ <noscript><a href="http://ad.doubleclick.net/jump/imdb2.consumer.title/combined;tile=3;sz=300x250,300x600,11x1;p=tr;p=tc;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;ord=747974283876?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb2.consumer.title/combined;tile=3;sz=300x250,300x600,11x1;p=tr;p=tc;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;ord=747974283876?" border="0" alt="advertisement" /></a></noscript>
583
698
 
584
699
  </div>
700
+ <div id="top_rhs_reflow_helper"></div>
701
+ <script>ad_utils.render_ad_fast('top_rhs');</script>
585
702
  <!-- End TOP_RHS -->
586
703
  <div id="top_rhs_after" class="after_ad ads-invisible"><a class="yesScript" href="#" onclick="ad_utils.show_ad_feedback('top_rhs');return false;" id="ad_feedback_top_rhs">ad feedback</a></div>
587
704
 
588
705
 
589
- <!-- sid : 105427 : MIDDLE_RHS --><style>
590
- .rto2010navstripe a:link, .rto2010navstripe a:visited, .rto2010navstripe a:hover {
591
- }
592
-
593
- .rto2010navstripe {
594
- font-family: Verdana; font-size: 13px;
595
- margin-bottom: 4px;
596
- }
597
- </style>
598
- <div class="rto2010navstripe" style="background-image: url(http://ia.media-imdb.com/images/M/MV5BMjA3MDI3NjY3MV5BMl5BZ2lmXkFtZTcwNjYzNzg0Ng@@._V1_.gif); width: 300px; height: 125px;">
599
-
600
- <table width="300" cellpadding="0" cellspacing="0" align="top"><tr>
601
-
602
- <td width="206"><a href="/ri/TORONTO11_ROTO300x125//105427/features/toronto/2011/"><img src="http://i.imdb.com/b.gif" width="203" height="40" border="0"></a></td>
603
-
604
- <td width="92"><a href="/ri/TORONTO11_ROTO300x125//105427/features/toronto/2011/" target="_top"><img src="http://i.imdb.com/b.gif" alt=" " width="90" height="40" border="0" /></a></td></tr>
605
- <tr>
606
- <td width="300" height="61" colspan=2 align="center">
607
-
608
-
609
- <a href="/ri/TORONTO11_PHOTO_GALLERY/ROTO300X125/105427//features/toronto/2011/galleries/tor11_day2-rm1491123456"><img src="http://ia.media-imdb.com/images/M/MV5BMTYzMTA4MzE0NV5BMl5BanBnXkFtZTcwNDY5NzM2Ng@@._V1._CR0,0,1387,1387_SS54_.jpg" border="0"></a>
610
-
611
- <a href="/ri/TORONTO11_PHOTO_GALLERY/ROTO300X125/105427//features/toronto/2011/galleries/tor11_day2-rm2715860224"><img src="http://ia.media-imdb.com/images/M/MV5BMTc0NzQyMjM3Nl5BMl5BanBnXkFtZTcwMTc5NzM2Ng@@._V1._CR0,0,1419,1419_SS54_.jpg" border="0"></a>
612
-
613
-
614
- <a href="/ri/TORONTO11_PHOTO_GALLERY/ROTO300X125/105427//features/toronto/2011/galleries/tor11_day3-rm1659157760"><img src="http://ia.media-imdb.com/images/M/MV5BMjEyNjEyMDg4M15BMl5BanBnXkFtZTcwNzg4MjQ2Ng@@._V1._CR0,0,1655,1655_SS54_.jpg" border="0"></a>
615
-
616
- <a href="/ri/TORONTO11_PHOTO_GALLERY/ROTO300X125/105427//features/toronto/2011/galleries/tor11_day2-rm1541455104"><img src="http://ia.media-imdb.com/images/M/MV5BMTMzODYxODAxOV5BMl5BanBnXkFtZTcwMTY5NzM2Ng@@._V1._CR0,0,1359,1359_SS54_.jpg" border="0"></a>
617
-
618
-
619
-
620
- <a href="/ri/TORONTO11_PHOTO_GALLERY/ROTO300X125/105427//features/toronto/2011/galleries/tor11_day1-rm1377156096"><img src="http://ia.media-imdb.com/images/M/MV5BMjE1MjU1NjA0N15BMl5BanBnXkFtZTcwNTIxOTE2Ng@@._V1._CR0,0,1501,1501_SS54_.jpg" border="0"></a>
621
-
622
-
623
- </td>
624
- </tr>
625
- <tr>
626
- <td colspan=2 width="349" align="center">
627
-
628
- <a href="/ri/TORONTO11_ROTO300X125//105427/features/toronto/2011/photos/">Photos</a>&nbsp;&nbsp;&nbsp;
629
- <a href="/ri/TORONTO11_ROTO300X125//105427/features/toronto/2011/blog/">Blog</a>&nbsp;&nbsp;&nbsp;
630
- <a href="/ri/TORONTO11_ROTO300X125//105427/features/toronto/2011/miniguide/">Mini-Guide</a>&nbsp;&nbsp;&nbsp;
631
-
632
-
633
- <span style="color: black;">&raquo;</span>
634
- </td>
635
- </tr>
636
- </table>
637
- </div>
706
+
638
707
 
639
708
 
640
709
 
@@ -653,7 +722,7 @@ ad_utils.queue_ad('3','top_rhs');
653
722
 
654
723
 
655
724
  <div class="starbar-special">
656
- <a href="/chart/top?tt0095016">Top 250: #108</a>
725
+ <a href="/chart/top?tt0095016">Top 250: #103</a>
657
726
 
658
727
  &nbsp;<small>(<a rel="login" href="/register/?why=vote">login to vote</a>)</small>
659
728
  </div>
@@ -664,7 +733,7 @@ ad_utils.queue_ad('3','top_rhs');
664
733
  <div class="outer">
665
734
  <div id="general-voting-stars" class="inner" style="width: 166px"></div>
666
735
  <div class="starbar-votes">
667
- <a title="10" href="vote?v=10;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
736
+ <a title="10" href="vote?v=10;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
668
737
  </div>
669
738
  </div>
670
739
  </div>
@@ -673,7 +742,7 @@ ad_utils.queue_ad('3','top_rhs');
673
742
  <b>8.3/10</b>
674
743
 
675
744
 
676
- &nbsp;&nbsp;<a href="ratings" class="tn15more">222,843 votes</a>&nbsp;&raquo;
745
+ &nbsp;&nbsp;<a href="ratings" class="tn15more">343,463 votes</a>&nbsp;&raquo;
677
746
 
678
747
 
679
748
  </div>
@@ -686,7 +755,7 @@ ad_utils.queue_ad('3','top_rhs');
686
755
  <div class="outer">
687
756
  <div id="personal-voting-stars" class="inner" style="width: 0px"></div>
688
757
  <div class="starbar-votes">
689
- <a title="10" href="vote?v=10;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
758
+ <a title="10" href="vote?v=10;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(10)" class="s10"></a><a title="9" href="vote?v=9;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(9)" class="s9"></a><a title="8" href="vote?v=8;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(8)" class="s8"></a><a title="7" href="vote?v=7;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(7)" class="s7"></a><a title="6" href="vote?v=6;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(6)" class="s6"></a><a title="5" href="vote?v=5;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(5)" class="s5"></a><a title="4" href="vote?v=4;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(4)" class="s4"></a><a title="3" href="vote?v=3;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(3)" class="s3"></a><a title="2" href="vote?v=2;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(2)" class="s2"></a><a title="1" href="vote?v=1;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote(1)" class="s1"></a>
690
759
  </div>
691
760
  </div>
692
761
  </div>
@@ -696,8 +765,8 @@ ad_utils.queue_ad('3','top_rhs');
696
765
  <div class="user">
697
766
  <div class="extra">
698
767
  <b><span id="voteuser"></span>/10</b>
699
- &nbsp;&nbsp;(<a class="del" href="vote?v=X;k=o1aRu2JqabKLqn%2Bd9PGDHwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXNK2aozWkladzn6mmBpWjlgaVoJIDkqCX" onclick="return vote('X')">delete</a>
700
- | <a href="/mymovies/list?votehistory">history</a>)
768
+ &nbsp;&nbsp;(<a class="del" href="vote?v=X;k=4N%2BRqhCYxZwmG%2Bo%2FxthOGwB%2FqjlzCVo5c%2FoJOmcuGTpwfhqZ4ylaOXN6KaojWjkq5zn6mmBpWjlgaVoJIDkqCX" onclick="return vote('X')">delete</a>
769
+ | <a href="/list/ratings">history</a>)
701
770
  </div>
702
771
  </div>
703
772
  <div class="error">Sorry, there was a problem</div>
@@ -706,7 +775,7 @@ ad_utils.queue_ad('3','top_rhs');
706
775
  </div>
707
776
  </div>
708
777
 
709
- <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-con/rg/title-tease/meter-why/title/tt0095016/graph-data">why</a> on <a href="/r/movie-con/rg/title-tease/meter-prolink/">IMDbPro</a>.</div></div>
778
+ <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 32%</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>
710
779
 
711
780
 
712
781
 
@@ -747,18 +816,16 @@ ad_utils.queue_ad('3','top_rhs');
747
816
  <div class="info">
748
817
  <h5>Contact:</h5>
749
818
  <div class="info-content">
750
-
751
- View <a href="/r/contact-con/rg/title-overview/company-contact/title/tt0095016/companycredits">company</a>
752
- contact information for Die Hard on
753
- <a href="/r/contact-con/rg/title-overview/pro-contact/">IMDbPro</a>.
754
-
819
+ View <a href="/r/contact/rg/title-overview/company-contact/title/tt0095016/companycredits">company</a>
820
+ contact information for Die Hard on
821
+ <a href="/r/contact/rg/title-overview/pro-contact/">IMDbPro</a>.
755
822
  </div>
756
823
  </div>
757
824
 
758
825
  <div class="info">
759
826
  <h5>Release Date:</h5>
760
827
  <div class="info-content">
761
- 3 November 1988 (Netherlands)
828
+ 15 July 1988 (USA)
762
829
  <a class="tn15more inline" href="/title/tt0095016/releaseinfo" onClick="(new Image()).src='/rg/title-tease/releasedates/images/b.gif?link=/title/tt0095016/releaseinfo';">See more</a>&nbsp;&raquo;
763
830
  </div>
764
831
  </div>
@@ -780,7 +847,7 @@ It will blow you through the back wall of the theater! <a class="tn15more inline
780
847
  <div class="info">
781
848
  <h5>Plot:</h5>
782
849
  <div class="info-content">
783
- New York cop John McClane gives terrorists a dose of their own medicine as they hold hostages in an LA office building. <a class="tn15more inline" href="/title/tt0095016/plotsummary" onClick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0095016/plotsummary';">Full summary</a>&nbsp;&raquo; | <a class="tn15more inline" href="synopsis">Full synopsis</a>&nbsp;&raquo;
850
+ John McClane, officer of the NYPD, tries to save wife Holly Gennaro and several others, taken hostage by German terrorist Hans Gruber during a Christmas party at the Nakatomi Plaza in Los Angeles. <a class="tn15more inline" href="/title/tt0095016/plotsummary" onClick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0095016/plotsummary';">Full summary</a>&nbsp;&raquo; | <a class="tn15more inline" href="synopsis">Full synopsis</a>&nbsp;&raquo;
784
851
  </div>
785
852
  </div>
786
853
 
@@ -795,9 +862,9 @@ New York cop John McClane gives terrorists a dose of their own medicine as they
795
862
  |
796
863
  <a href="/keyword/christmas/">Christmas</a>
797
864
  |
798
- <a href="/keyword/christmas-eve/">Christmas Eve</a>
865
+ <a href="/keyword/christmas-party/">Christmas Party</a>
799
866
  |
800
- <a href="/keyword/vault/">Vault</a>
867
+ <a href="/keyword/robbery/">Robbery</a>
801
868
 
802
869
  </span></div>
803
870
 
@@ -825,14 +892,14 @@ Nominated for 4 Oscars.
825
892
  </div>
826
893
  <div class="info">
827
894
  <h5>NewsDesk<span>:</span><br/>
828
- <small>(<a onClick="(new Image()).src='/rg/maindetails-count/newsdesk/images/b.gif?link=%2Ftitle%2Ftt0095016%2Fnews';" href="/title/tt0095016/news">917 articles</a>)</small>
895
+ <small>(<a onClick="(new Image()).src='/rg/maindetails-count/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews';" href="/title/tt0095016/news" >1996 articles</a>)</small>
829
896
  </h5>
830
897
  <div class="info-content">
831
- <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link=%2Ftitle%2Ftt0095016%2Fnews%23ni15365622';" href="/title/tt0095016/news#ni15365622">&#x27;Max Payne 3&#x27; Trailer Shows Off Grumpy, Bald, Hungover Hero</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link=%2Fnews%2Fns0000273%2F';" href="/news/ns0000273/">MTV Multiplayer</a>. 14 September 2011, 9:02 AM, PDT)</small>
898
+ <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni47893669';" href="/title/tt0095016/news#ni47893669" >Up All Night: 9 of the Longest Nights in Movies</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0012473%2F';" href="/news/ns0012473/" >NextMovie</a>. 26 February 2013, 11:00 AM, PST)</small>
832
899
  <br/>
833
- <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link=%2Ftitle%2Ftt0095016%2Fnews%23ni15335172';" href="/title/tt0095016/news#ni15335172">Bruce Willis mixes it up with 50 Cent in this exclusive clip from &#x22;Set Up&#x22;</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link=%2Fnews%2Fns0000019%2F';" href="/news/ns0000019/">IFC</a>. 13 September 2011, 3:40 PM, PDT)</small>
900
+ <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni47805828';" href="/title/tt0095016/news#ni47805828" >Weekend Box Office Report: &#x2018;Identity Thief&#x2019; is Back at the Top</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0000300%2F';" href="/news/ns0000300/" >LatinoReview</a>. 25 February 2013, 6:52 AM, PST)</small>
834
901
  <br/>
835
- <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link=%2Ftitle%2Ftt0095016%2Fnews%23ni15293981';" href="/title/tt0095016/news#ni15293981">Review: Drive</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link=%2Fnews%2Fns0001095%2F';" href="/news/ns0001095/">Clothes on Film</a>. 12 September 2011, 6:06 PM, PDT)</small>
902
+ <strong><a onClick="(new Image()).src='/rg/maindetails-headline/newsdesk/images/b.gif?link= %2Ftitle%2Ftt0095016%2Fnews%23ni47791937';" href="/title/tt0095016/news#ni47791937" >Doctor Who: 10 Guest Stars We&#x2019;d Love To See</a></strong> <small><br />&nbsp;(From <a onClick="(new Image()).src='/rg/maindetails-source/newsdesk/images/b.gif?link= %2Fnews%2Fns0012032%2F';" href="/news/ns0012032/" >Obsessed with Film</a>. 25 February 2013, 1:56 AM, PST)</small>
836
903
  <br/>
837
904
  <div style="width:1px;height:0.5em;"></div></div>
838
905
  </div>
@@ -840,11 +907,11 @@ Nominated for 4 Oscars.
840
907
  <div class="info">
841
908
  <h5>User Reviews:</h5>
842
909
  <div class="info-content">
843
- The most influential action film of the last half-century
844
- <a class="tn15more inline" href="#comment">See more (582 total)</a>&nbsp;&raquo;
910
+ Action-packed thrill ride that could be the best in the genre!!!
911
+ <a class="tn15more inline" href="#comment">See more (621 total)</a>&nbsp;&raquo;
845
912
  </div>
846
913
  </div>
847
- <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._SY30_SX23_.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._SY30_SX23_.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="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/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._SY30_SX23_.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._SY30_SX23_.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._SY30_SX23_.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="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/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/MV5BMTQ0ODcyNTQyMV5BMl5BanBnXkFtZTcwNTkwNjA3Mg@@._V1._SY30_SX23_.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="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/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="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/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="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/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="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/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._SY30_SX23_.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">Kristoff (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._SY30_SX23_.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="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/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">Heinrich</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._SY30_SX23_.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._SY30_SX23_.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/MV5BNjUxNTQ2ODEzNF5BMl5BanBnXkFtZTcwMTI4MzcyNA@@._V1._SY30_SX23_.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">FBI Agent Little 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/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._SY30_SX23_.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="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/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._SY30_SX23_.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._SY30_SX23_.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="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/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/ch0001754/">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">John McClane Jr.</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._SY30_SX23_.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._SY30_SX23_.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="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/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._SY30_SX23_.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="/name/nm0234426/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0234426/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTc3MzU3OTcxM15BMl5BanBnXkFtZTcwNDUxOTQ3NA@@._V1._SY30_SX23_.jpg" width="23" height="32" border="0"></a><br></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="/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._SY30_SX23_.jpg" width="23" height="32" border="0"></a><br></td><td class="nm"><a href="/name/nm0681604/" onclick="(new Image()).src='/rg/castlist/position-62/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="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/nm2565888/" onclick="(new Image()).src='/rg/castlist/position-63/images/b.gif?link=/name/nm2565888/';">Gary Pinkston</a></td><td class="ddd"> ... </td><td class="char">Hostage (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/nm0748041/" onclick="(new Image()).src='/rg/castlist/position-64/images/b.gif?link=/name/nm0748041/';">Dean Rubin</a></td><td class="ddd"> ... </td><td class="char">Stunt man (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/MV5BMTQ3MDY5OTc0NF5BMl5BanBnXkFtZTcwODIzODU2MQ@@._V1._SY30_SX23_.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>Kristoff</option><option>Heinrich</option><option>FBI Agent Little Johnson</option><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>John McClane Jr.</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>Dwayne T. Robinson&#x27;s Driver</option><option>Hostage</option><option>Stunt man</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/nm0512872/">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 McGovern</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/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 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/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 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/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/nm0291734/">Gilbert O. Parra</a></td><td valign="top" nowrap="1"> .... </td><td valign="top">police technical advisor (as Art Fransen)</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></li><li><a href="/company/co0119038/">Gordon Company</a></li><li><a href="/company/co0041635/">Lawrence Gordon Productions</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/co0039566/">20th Century Fox of Germany</a> (1988) (West Germany) (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) (video)</li><li><a href="/company/co0094754/">CBS/Fox</a> (1989) (Argentina) (VHS)</li><li><a href="/company/co0212901/">CBS/Fox Video</a> (1990) (Belgium) (video)</li><li><a href="/company/co0070925/">Fox Network</a> (1991) (USA) (TV)</li><li><a href="/company/co0106050/">20th Century Fox Home Entertainment</a> (2000) (UK) (DVD)</li><li><a href="/company/co0007180/">20th Century Fox de Argentina</a> (2001) (Argentina) (all media) (re-release)</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/co0189783/">Twentieth Century Fox Home Entertainment</a> (2004) (Netherlands) (DVD) (2-disc special edition)</li><li><a href="/company/co0189783/">Twentieth Century Fox Home Entertainment</a> (2007) (Netherlands) (DVD) (Blu-Ray Disc)</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/co0042311/">CBS/Fox Home Video</a> (????) (New Zealand) (VHS) (original video release)</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>Kristoff</option><option>Heinrich</option><option>FBI Agent Little Johnson</option><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>John McClane Jr.</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>Dwayne T. Robinson&#x27;s Driver</option><option>Hostage</option><option>Stunt man</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>
914
+ <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="/name/nm0870729/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm0870729/';"><img src="http://ia.media-imdb.com/images/M/MV5BNzkwODAxODQyM15BMl5BanBnXkFtZTcwMDg2NTg2OA@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></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/ch0001754/">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="/name/nm2143912/" onClick="(new Image()).src='/rg/title-tease/tinyhead/images/b.gif?link=/name/nm2143912/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjIyNzA3NTAyMF5BMl5BanBnXkFtZTcwOTExMTg4Nw@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a><br></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>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><optgroup label="Pending Characters" disabled="disabled"><option disabled="disabled">Young Cop</option></optgroup><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 McGovern</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/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 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/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/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/co0042311/">CBS/Fox Home Video</a> (19??) (New Zealand) (VHS) (original video release)</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>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><optgroup label="Pending Characters" disabled="disabled"><option disabled="disabled">Young Cop</option></optgroup><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>
848
915
 
849
916
 
850
917
  <!-- sid: test01-channel : MIDDLE_CENTER -->
@@ -858,7 +925,7 @@ The most influential action film of the last half-century
858
925
  client: "ca-amazon-imdb_js",
859
926
  title: "Sponsored Links",
860
927
  help: "What&#x27;s This?",
861
- hints: "machine gun,against the odds,criminal,blood on shirt,famous line"
928
+ hints: "part of series,false name,television,cameraman,heist"
862
929
  };
863
930
  </script>
864
931
 
@@ -870,17 +937,17 @@ The most influential action film of the last half-century
870
937
  src="/images/a/ifb/google_afc.html#key:MIDDLE_CENTER">
871
938
  </iframe>
872
939
 
873
- <hr /> <h3>Additional Details</h3><div class="info"><h5>Also Known As:</h5><div class="info-content"> "Duro de matar" - Argentina, Mexico, Peru<br> "Pi&#xE8;ge de cristal" - Canada <em>(French title)</em>, France<br> "Smrtonosn&#xE1; past" - Czechoslovakia <em>(imdb display title)</em>, Czechoslovakia <em>(Czech title)</em><br> "Stirb langsam" - Austria, West Germany<br> "&#x423;&#x43C;&#x438;&#x440;&#x430;&#x439; &#x442;&#x440;&#x443;&#x434;&#x43D;&#x43E;" - Bulgaria <em>(Bulgarian title)</em><br> "Aksjon skyskraper" - Norway <em>(imdb display title)</em><br> "Assalto ao Arranha-C&#xE9;us" - Portugal<br> "Die Hard" - Japan <em>(English title)</em><br> "Die Hard - Vain kuolleen ruumiini yli" - Finland <em>(imdb display title)</em><br> "Die hard - Trappola di cristallo" - Italy <em>(DVD 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> "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 muski" - Yugoslavia <em>(Serbian title)</em><br> "Umri muski" - Croatia <em>(imdb display title)</em><br> "Umri pokoncno" - Slovenia <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=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>(Nova Scotia/Ontario) (original rating)</i> | <a href="/search/title?certificates=ca:r">Canada:R</a> <i>(Manitoba)</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_15">Finland:K-15</a> <i>(DVD version)</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=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> </div></div><div class="info"><h5>Filming Locations:</h5><div class="info-content"><a title=" (interiors)" href="/search/title?locations=29th-35th%20Floors,%20Fox%20Plaza%20-%202121%20Avenue%20of%20the%20Stars,%20Century%20City,%20Los%20Angeles,%20California,%20USA">29th-35th Floors, Fox Plaza - 2121 Avenue of the Stars, Century City, Los Angeles, California, 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">There are two references to the Japanese naval attack on Pearl Harbor on he 7th December 1941. The first occurs when John McClane questions whether the Japanese celebrate Christmas. Takagi replies &#x22;We&#x27;re flexible, Pearl Harbor didn&#x27;t work out so we got you with tape decks&#x22;. The second is the breaking of the code key for the vault. The password &#x22;Akagi&#x22; (Red Castle in English) is the name of one of the Japanese aircraft carriers which carried out the strike on Pearl Harbor.<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">Revealing mistakes: The eyes of the dead terrorist in the elevator close just before Gruber touches his face.<a class="tn15more inline" href="/title/tt0095016/goofs" onClick="(new Image()).src='/rg/title-tease/goofs/images/b.gif?link=/title/tt0095016/goofs';">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/tt0433018/">A Piece of the Action: Behind the Scenes of &#x27;Rush Hour&#x27;</a> (1999) (V)<a class="tn15more inline" href="/title/tt0095016/movieconnections" onClick="(new Image()).src='/rg/title-tease/movieconnections/images/b.gif?link=/title/tt0095016/movieconnections';">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>
940
+ <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> "Pi&#xE8;ge de cristal" - Canada <em>(French title)</em>, France<br> "Smrtonosn&#xE1; past" - Czechoslovakia <em>(imdb display title)</em>, Czechoslovakia <em>(Czech title)</em><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 - Trappola di cristallo" - Italy <em>(DVD title)</em><br> "Die hard - vain kuolleen ruumiini yli" - Finland <em>(imdb display 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> "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>(theatrical 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=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>(Nova Scotia/Ontario) (original rating)</i> | <a href="/search/title?certificates=ca:r">Canada:R</a> <i>(Manitoba)</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> | <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> </div></div><div class="info"><h5>Filming Locations:</h5><div class="info-content"><a title=" (interiors)" href="/search/title?locations=29th-35th%20Floors,%20Fox%20Plaza%20-%202121%20Avenue%20of%20the%20Stars,%20Century%20City,%20Los%20Angeles,%20California,%20USA">29th-35th Floors, Fox Plaza - 2121 Avenue of the Stars, Century City, Los Angeles, California, 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">In the German version the names and backgrounds of the German-born terrorists were changed into English forms (mostly into their British equivalents): Hans Gruber became Jack Gruber, Karl became Charlie, Heinrich turned into Henry etc... the new background depicted them as radical Irish activists having gone freelance and for profit rather than ideals. (This led to some odd plot holes in this movie and continuity problems with <a href="/title/tt0112864/">Die Hard: With a Vengeance</a> (1995) where Gruber is remembered as having been German.) This was because German terrorism, especially by the Rote Armee Fraktion (the Red Army Faction), was still considered a sensitive issue by the German government in the 1980s.<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: When John lowers himself into the elevator shaft from the strap attached to the tactical weapon, the room he enters from is well-lit. When the shot alternates to the view from the shaft, that room is dark.<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/tt0239078/">Joyride</a> (1995)<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">Jingle Bells<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>
874
941
  <hr/>
875
942
  <h3>FAQ</h3>
876
943
 
877
- <a href="/title/tt0095016/faq#.2.1.5" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.5';">How did Hans know that those kids on TV were Holly McClane's?</a>
944
+ <a href="/title/tt0095016/faq#.2.1.19" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.19';">What kind of handgun does John McClane use in the movie?</a>
878
945
  <br/>
879
946
 
880
- <a href="/title/tt0095016/faq#.2.1.12" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.12';">How does McClane know to give Gruber an empty gun?</a>
947
+ <a href="/title/tt0095016/faq#.2.1.11" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.11';">Why does Karl seem to not understand Hans talking to him in German, during the shooting at glass scene? Isn't Karl German?</a>
881
948
  <br/>
882
949
 
883
- <a href="/title/tt0095016/faq#.2.1.3" onClick="(new Image()).src='/rg/title-tease/faq-question/images/b.gif?link=/title/tt0095016/faq#.2.1.3';">How much sex, violence, and profanity are in this movie?</a>
950
+ <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>
884
951
  <br/>
885
952
 
886
953
  <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;
@@ -912,20 +979,20 @@ function ynd(id, status) {
912
979
  //-->
913
980
  </script>
914
981
  <div class="small">
915
- 26 out of 30 people found the following review useful.
982
+ 104 out of 132 people found the following review useful.
916
983
  </div>
917
984
 
918
- <b>The most influential action film of the last half-century</b>, 21 August 2005
985
+ <b>Action-packed thrill ride that could be the best in the genre!!!</b>, 13 April 2001
919
986
  <br>
920
987
 
921
- <div class="tinystarbar" title="10/10"><div style="width: 100px;"><a></a></div></div>
988
+ <div class="tinystarbar" title="9/10"><div style="width: 90px;"><a></a></div></div>
922
989
 
923
990
  <div class="small">
924
991
  Author:
925
- <a href="/user/ur0102816/comments">Shawn Watson (gator_macready@yahoo.com)</a>
992
+ <a href="/user/ur1139701/comments">JLevin</a>
926
993
 
927
994
  <small>
928
- from The Underverse
995
+ from Midwest
929
996
  </small>
930
997
 
931
998
  </div>
@@ -933,49 +1000,56 @@ from The Underverse
933
1000
 
934
1001
  </p>
935
1002
  <p>
936
- In the Sixties, author Roderick Thorp wrote a novel, The Detective,
937
- which was turned into a movie, starring Frank Sinatra in the title role
938
- of Joe Leland. A sequel was written, in which Joe becomes trapped in
939
- the Claxxon Oil Corporation skyscraper after it is taken over by German
940
- terrorists and he has to rescue his daughter and grandchildren. Two
941
- decades later, the skyscraper becomes Nakatomi, the daughter becomes
942
- the wife, Leland becomes John McClane and the title becomes Die Hard.<br/><br/>To say that Die Hard sets new standards for action movies is like
943
- calling Bill Gates well off. The movie was so innovative and
944
- groundbreaking that dozens of rip-offs followed - Passenger 57, Under
945
- Siege, Cliffhanger, Sudden Death, et al. Hostage/terrorist movies were
946
- all the rage in the early Nineties.<br/><br/>Very few came close, because Die Hard had so many strong points, not
947
- least of which was Alan Rickman's marvellous performance, as Hans
948
- Gruber - also the name of the villain in Our Man Flint - the
949
- classically educated, smartly dressed terrorist leader. This is not
950
- some hammy guy in a chain-mail shirt with spikes on his gloves
951
- (Commando). Gruber would have been well at home on Wall Street.<br/><br/>His plan is to break into the vault on the 30th floor of the Nakatomi
952
- Plaza and take away $640million in negotiable bearer bonds. When he and
953
- his 12 European henchmen round up the office workers, who are enjoying
954
- a Christmas Eve party, one man slips away unnoticed. He is John
955
- McClane, a New York cop who has come to LA to settle down with his
956
- estranged wife, Holly (Bonnie Bedelia). The odds are against him. But
957
- that's just the way he likes it.<br/><br/>The terrorists even have names. And we remember them. Most action
958
- movies these days have unidentified heavies, played by stunt men, who
959
- are lined up and knocked over.<br/><br/>In his battle to save his Holly, McClane is scorched, torched, beaten
960
- and blown up. He jumps off the roof and falls through air ducts. He
961
- uncovers deception and double-cross and picks broken glass out of his
962
- bare feet. No help comes from the naive and incompetent police, who are
963
- unable to get inside, and even less from the FBI.<br/><br/>McClane is not a supercop. He is an ordinary guy, who doesn't want a
964
- fight. When he is shot, he bleeds. He hurts. All he has are his pants,
965
- his vest, his gun - which runs out of ammo. This is the first realistic
966
- connection the audience has. When you don't want to be in McClane's
967
- position, it makes for much excitement.<br/><br/>John McTiernan, who's only previous mainstream movie was Predator, uses
968
- awesome photography and technical skills to give the film a truly
969
- polished and sophisticated look - it was nominated for four technical
970
- Academy Awards. He also allows for enough time for decent character
971
- development, most of which comes between McClane and a cop (Reginald
972
- Veljohnson) he makes friends with on a CB radio.<br/><br/>Die Hard manages to be heart-pounding and teeth-gritting every single
973
- time. And if you are one of those many people who have only ever been
974
- able to watch it on TV then now is definitely the time to rediscover a
975
- cool, classic and creative action picture.
1003
+
1004
+ Quite possibly the best modern action movie since the classic &quot;Dirty
1005
+ Harry&quot;,
1006
+ &quot;Die Hard&quot; simply rocks. Based on the interesting novel &quot;Nothing Lasts
1007
+ Forever&quot; by Roderick Thorp, &quot;Die Hard&quot; made headlines for its combination
1008
+ of
1009
+ a terrific cast, excellent script, amazing action sequences and superb
1010
+ direction. Headed up by screen favorite Bruce Willis (The Sixth Sense),
1011
+ &quot;Die Hard&quot; also features the talented Alan Rickman (Galaxy Quest) and
1012
+ Bonnie
1013
+ Bedelia (Needful Things). Directed by action veteran John McTiernan, the
1014
+ mastermind behind such action spectaculars as &quot;Predator&quot;, &quot;The Hunt For Red
1015
+ October&quot;, &quot;The Thomas Crown Affair&quot; (1999), and &quot;Die Hard With A
1016
+ Vengeance&quot;.<br/><br/>In the role that shot him to stardom, Willis plays Detective John McClane,
1017
+ a
1018
+ hard-hitting cop from New York on Christmas Vacation in LA. He is there to
1019
+ visit his wife (whom he is separated from), Holly Gennaro, who recently got
1020
+ a great job working for the Nakatomi corporation and has permanently moved
1021
+ to Los Angeles with their two children. John arrives at Nakatomi Plaza
1022
+ expecting a fun Christmas party and a relaxing night. Man was he wrong! A
1023
+ few minutes after getting settled, twelve gun-toting Eastern Europeans take
1024
+ the entire 30th floor hostage. The supposed terrorists are headed up by
1025
+ the
1026
+ brilliant megalomaniac Hans Gruber (Rickman), who actually wants the $640
1027
+ million dollars inside the floor's vault. Somehow, McClane escapes
1028
+ upstairs
1029
+ armed only with a handgun and starts causing a ruckus, slowly hunting down
1030
+ each well-equipped thug.<br/><br/>&quot;Die Hard&quot; succeeds is because it presents every challenge McClane has to
1031
+ face realistically and clearly. As the tension mounts, the ordeals for
1032
+ John
1033
+ become increasingly harder. First, it's just a terrorist. Then a whole
1034
+ slew of them. Later, it's the NYPD and even the FBI! Director McTiernan
1035
+ gives the film a good pace and makes the film work by showing that John
1036
+ isn't superhuman; he only uses his brain more than his gun. Also,
1037
+ screenwriters Jeb Stuart (The Fugitive) &amp; Steven E. De Souza (48 Hrs.) add
1038
+ touches of humor that lighten up the viewer and classic one-liners
1039
+ (&quot;Yippy-Ki-Yay, !@#$&quot;) that ignite the screen. Their subplots actually add
1040
+ to the story instead of overcomplicating it, especially one featuring good
1041
+ cop Sgt. Al Powell (Rejinald VelJohnson of TV's &quot;Family
1042
+ Matters&quot;).<br/><br/>Overall, this movie was awesome. Willis is very believable and has
1043
+ significant screen presence. Character development is superb, and even
1044
+ though Stuart and De Souza leave some loose ends untied - like how a man
1045
+ gets hung with a chain and still comes back for more - the film remains to
1046
+ be an action classic. Note to Parents: the nudity, drug use, continual
1047
+ profanity, and extreme violence would make this a bad choice for kids under
1048
+ 13. Otherwise, see &quot;Die Hard&quot; ASAP!
1049
+ Overall Rating: *** Worth 9 out of 10 dollars ***
976
1050
  </p>
977
1051
 
978
- <div class="yn" id="ynd_1155234">
1052
+ <div class="yn" id="ynd_256223">
979
1053
  <form method="get" action="/register/">
980
1054
  <input type="hidden" name="why" value="comment_vote">
981
1055
  Was the above review useful to you?
@@ -988,7 +1062,7 @@ Was the above review useful to you?
988
1062
  </div>
989
1063
 
990
1064
 
991
- <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 (582 total)</a>&nbsp;&raquo;
1065
+ <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 (621 total)</a>&nbsp;&raquo;
992
1066
 
993
1067
  <hr/>
994
1068
  <h3>Message Boards</h3>
@@ -998,33 +1072,33 @@ Discuss this movie with other users on <a href="/title/tt0095016/board" onClick=
998
1072
  <tr><th class="left">Recent Posts (updated daily)</th><th class="right">User</th></tr>
999
1073
 
1000
1074
  <tr class="odd">
1001
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/185486556">who in this day and age would play a great John McClane?</a></td>
1002
- <td><a href="/rg/title-tease/boards-user/user/ur21697672/boards/profile">Midge82</a></td>
1075
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/211109652">Die Hard is a classic because it marked the 'end' of 80s action movies</a></td>
1076
+ <td><a href="/rg/title-tease/boards-user/user/ur20825697/boards/profile">Chilosopher</a></td>
1003
1077
  </tr>
1004
1078
 
1005
1079
  <tr class="even">
1006
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/184852960">'Bill Clay' claim by Gruber not necessary </a></td>
1007
- <td><a href="/rg/title-tease/boards-user/user/ur6257851/boards/profile">sheilamc76</a></td>
1080
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/210067699">Most of the film is a plot hole</a></td>
1081
+ <td><a href="/rg/title-tease/boards-user/user/ur38047407/boards/profile">Bluedise</a></td>
1008
1082
  </tr>
1009
1083
 
1010
1084
  <tr class="odd">
1011
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/187228798">Christmas movie</a></td>
1012
- <td><a href="/rg/title-tease/boards-user/user/ur27341233/boards/profile">smisty70</a></td>
1085
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/210572679">Clay, BILL Clay</a></td>
1086
+ <td><a href="/rg/title-tease/boards-user/user/ur1663228/boards/profile">markamuss</a></td>
1013
1087
  </tr>
1014
1088
 
1015
1089
  <tr class="even">
1016
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/187276008">My review of Die hard</a></td>
1017
- <td><a href="/rg/title-tease/boards-user/user/ur22907549/boards/profile">veerazeguet</a></td>
1090
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/194717842">Is LFODH as good as the original?</a></td>
1091
+ <td><a href="/rg/title-tease/boards-user/user/ur12498297/boards/profile">jcmgee</a></td>
1018
1092
  </tr>
1019
1093
 
1020
1094
  <tr class="odd">
1021
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/185377240">Theo, what happened to him?</a></td>
1022
- <td><a href="/rg/title-tease/boards-user/user/ur4281531/boards/profile">jocke-</a></td>
1095
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/210970917">Anyone mind if I just write the next one?</a></td>
1096
+ <td><a href="/rg/title-tease/boards-user/user/ur5494915/boards/profile">rblweezeraliance</a></td>
1023
1097
  </tr>
1024
1098
 
1025
1099
  <tr class="even">
1026
- <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/186019852">Hans Gruber's back story</a></td>
1027
- <td><a href="/rg/title-tease/boards-user/user/ur6090706/boards/profile">actor33</a></td>
1100
+ <td><a href="/rg/title-tease/boards-subject/title/tt0095016/board/nest/186646545">Who shot up Al's car? </a></td>
1101
+ <td><a href="/rg/title-tease/boards-user/user/ur0447546/boards/profile">Sgt.Wolf</a></td>
1028
1102
  </tr>
1029
1103
 
1030
1104
  </table>
@@ -1049,7 +1123,7 @@ If you enjoyed this title, our database also recommends:
1049
1123
 
1050
1124
  <td>
1051
1125
  <a href="/rg/tt-recs/image/title/tt0099423/">
1052
- <img class="poster" alt="-" width="93" height="125" src="http://ia.media-imdb.com/images/M/MV5BMTIzMzU0MDI4MF5BMl5BanBnXkFtZTcwOTg5MzY0MQ@@._V1._SX93_.jpg" ></a>
1126
+ <img class="poster" alt="-" width="93" height="110" src="http://ia.media-imdb.com/images/M/MV5BMTc5MTM0MDI1Nl5BMl5BanBnXkFtZTcwMDU1MjE2MQ@@._V1._SX93_.jpg" ></a>
1053
1127
  </td>
1054
1128
 
1055
1129
  <td>
@@ -1058,13 +1132,13 @@ If you enjoyed this title, our database also recommends:
1058
1132
  </td>
1059
1133
 
1060
1134
  <td>
1061
- <a href="/rg/tt-recs/image/title/tt0458339/">
1062
- <img class="poster" alt="-" width="93" height="145" src="http://ia.media-imdb.com/images/M/MV5BMTYzOTc2NzU3N15BMl5BanBnXkFtZTcwNjY3MDE3NQ@@._V1._SX93_.jpg" ></a>
1135
+ <a href="/rg/tt-recs/image/title/tt0086148/">
1136
+ <img class="poster" alt="-" width="93" height="134" src="http://ia.media-imdb.com/images/M/MV5BNjY1NjQzMjA1MF5BMl5BanBnXkFtZTcwODIxMzkyMQ@@._V1._SX93_.jpg" ></a>
1063
1137
  </td>
1064
1138
 
1065
1139
  <td>
1066
- <a href="/rg/tt-recs/image/title/tt0172156/">
1067
- <img class="poster" alt="-" width="93" height="138" src="http://ia.media-imdb.com/images/M/MV5BMTI4Mjc2OTE4MV5BMl5BanBnXkFtZTYwNTE3NDY3._V1._SX93_.jpg" ></a>
1140
+ <a href="/rg/tt-recs/image/title/tt0468569/">
1141
+ <img class="poster" alt="-" width="93" height="138" src="http://ia.media-imdb.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1._SX93_.jpg" ></a>
1068
1142
  </td>
1069
1143
 
1070
1144
  </tr>
@@ -1083,11 +1157,11 @@ If you enjoyed this title, our database also recommends:
1083
1157
  </td>
1084
1158
 
1085
1159
  <td>
1086
- <a href="/rg/tt-recs/link/title/tt0458339/">Captain America: The First Avenger</a>
1160
+ <a href="/rg/tt-recs/link/title/tt0086148/">Golgo 13</a>
1087
1161
  </td>
1088
1162
 
1089
1163
  <td>
1090
- <a href="/rg/tt-recs/link/title/tt0172156/">Bad Boys II</a>
1164
+ <a href="/rg/tt-recs/link/title/tt0468569/">The Dark Knight</a>
1091
1165
  </td>
1092
1166
 
1093
1167
  </tr>
@@ -1095,12 +1169,12 @@ If you enjoyed this title, our database also recommends:
1095
1169
 
1096
1170
  <td class="first">
1097
1171
  <small>IMDb User Rating:</small><br/>
1098
- <div class="tinystarbar" title="7.4/10"><div style="width: 74px;"><a></a></div></div>
1172
+ <div class="tinystarbar" title="7.3/10"><div style="width: 73px;"><a></a></div></div>
1099
1173
  </td>
1100
1174
 
1101
1175
  <td class="first">
1102
1176
  <small>IMDb User Rating:</small><br/>
1103
- <div class="tinystarbar" title="7.0/10"><div style="width: 70px;"><a></a></div></div>
1177
+ <div class="tinystarbar" title="7.1/10"><div style="width: 71px;"><a></a></div></div>
1104
1178
  </td>
1105
1179
 
1106
1180
  <td class="first">
@@ -1110,12 +1184,12 @@ If you enjoyed this title, our database also recommends:
1110
1184
 
1111
1185
  <td class="first">
1112
1186
  <small>IMDb User Rating:</small><br/>
1113
- <div class="tinystarbar" title="7.3/10"><div style="width: 73px;"><a></a></div></div>
1187
+ <div class="tinystarbar" title="6.6/10"><div style="width: 66px;"><a></a></div></div>
1114
1188
  </td>
1115
1189
 
1116
1190
  <td class="first">
1117
1191
  <small>IMDb User Rating:</small><br/>
1118
- <div class="tinystarbar" title="6.2/10"><div style="width: 62px;"><a></a></div></div>
1192
+ <div class="tinystarbar" title="9.0/10"><div style="width: 90px;"><a></a></div></div>
1119
1193
  </td>
1120
1194
 
1121
1195
  </tr>
@@ -1127,16 +1201,16 @@ If you enjoyed this title, our database also recommends:
1127
1201
  </div>
1128
1202
 
1129
1203
  <h3>Related Links</h3><table>
1130
- <tr><td width="33%" style="width: 400px"> <a href="/title/tt0095016/fullcredits" onClick="(new Image()).src='/rg/title-related/maindetails-fullcredits/images/b.gif?link=/title/tt0095016/fullcredits';">Full cast and crew</a></td><td width="33%" style="width: 400px"> <a href="/title/tt0095016/companycredits" onClick="(new Image()).src='/rg/title-related/maindetails-companycredits/images/b.gif?link=/title/tt0095016/companycredits';">Company credits</a></td><td width="33%" style="width: 400px"> <a href="/title/tt0095016/externalreviews" onClick="(new Image()).src='/rg/title-related/maindetails-externalreviews/images/b.gif?link=/title/tt0095016/externalreviews';">External reviews</a></td></tr><tr><td width="33%" style="width: 400px"> <a href="/title/tt0095016/news" onClick="(new Image()).src='/rg/title-related/maindetails-news/images/b.gif?link=/title/tt0095016/news';">News articles</a></td><td width="33%" style="width: 400px"> <a href="/chart/top?tt0095016" onClick="(new Image()).src='/rg/title-related/maindetails-top/images/b.gif?link=/chart/top?tt0095016';">IMDb top 250 movies</a></td><td width="33%" style="width: 400px"> <a href="/Sections/Genres/Action/" onClick="(new Image()).src='/rg/title-related/maindetails-genre/images/b.gif?link=/Sections/Genres/Action/';">IMDb Action section</a></td></tr><tr><td width="33%" style="width: 400px"> <a href="/country/us" onClick="(new Image()).src='/rg/title-related/maindetails-country/images/b.gif?link=/country/us';">IMDb USA section</a></td><td width="33%" style="width: 400px"> <a href="/mymovies/list?pending&amp;add=0095016" onClick="(new Image()).src='/rg/title-related/maindetails-mymovies/images/b.gif?link=/mymovies/list?pending&amp;add=0095016';">Add this title to MyMovies</a></td>
1204
+ <tr><td width="33%" style="width: 400px"> <a href="/title/tt0095016/fullcredits" onClick="(new Image()).src='/rg/title-related/maindetails-fullcredits/images/b.gif?link=/title/tt0095016/fullcredits';">Full cast and crew</a></td><td width="33%" style="width: 400px"> <a href="/title/tt0095016/companycredits" onClick="(new Image()).src='/rg/title-related/maindetails-companycredits/images/b.gif?link=/title/tt0095016/companycredits';">Company credits</a></td><td width="33%" style="width: 400px"> <a href="/title/tt0095016/externalreviews" onClick="(new Image()).src='/rg/title-related/maindetails-externalreviews/images/b.gif?link=/title/tt0095016/externalreviews';">External reviews</a></td></tr><tr><td width="33%" style="width: 400px"> <a href="/title/tt0095016/news" onClick="(new Image()).src='/rg/title-related/maindetails-news/images/b.gif?link=/title/tt0095016/news';">News articles</a></td><td width="33%" style="width: 400px"> <a href="/chart/top?tt0095016" onClick="(new Image()).src='/rg/title-related/maindetails-top/images/b.gif?link=/chart/top?tt0095016';">IMDb top 250 movies</a></td><td width="33%" style="width: 400px"> <a href="/Sections/Genres/Action/" onClick="(new Image()).src='/rg/title-related/maindetails-genre/images/b.gif?link=/Sections/Genres/Action/';">IMDb Action section</a></td></tr><tr><td width="33%" style="width: 400px"> <a href="/country/us" onClick="(new Image()).src='/rg/title-related/maindetails-country/images/b.gif?link=/country/us';">IMDb USA section</a></td>
1131
1205
  </table>
1132
1206
  <div id="tn15bot">
1133
1207
  <div class="left">
1134
- <p><form method="post" action="/updates"><input type="hidden" name="auto" value="legacy/title/tt0095016/combined"><button type="submit" class="primary" onclick="(new Image()).src='/rg/maindetails-title/tconst-update/images/b.gif'">Edit page</button></p><p><i>You may report errors and omissions on this page to the IMDb database managers. They will be examined and if approved will be included in a future update. Clicking the 'Update' button will take you through a step-by-step process.</i></p></form>
1208
+ <p><form method="post" action="/updates"><input type="hidden" name="auto" value="legacy/title/tt0095016/combined"><button type="submit" class="primary" onclick="(new Image()).src='/rg/maindetails-title/tconst-update/images/b.gif'">Edit page</button></p><p><i>You may report errors and omissions on this page to the IMDb database managers. They will be examined and if approved will be included in a future update. Clicking the 'Edit page' button will take you through a step-by-step process.</i></p></form>
1135
1209
 
1136
1210
  </div>
1137
1211
  </div>
1138
1212
 
1139
- <div id="servertime" time="308.557" treatment="control"></div>
1213
+ <div id="servertime" time="186.175" treatment="control"></div>
1140
1214
 
1141
1215
  <div id="criticalcontent" data-selector="#primary-poster, #title-media-strip img"></div>
1142
1216
 
@@ -1154,76 +1228,146 @@ If you enjoyed this title, our database also recommends:
1154
1228
  </div>
1155
1229
 
1156
1230
  <p class="footer" align="center">
1157
- <a href="/">Home</a>
1158
- | <a href="/search">Search</a>
1159
- | <a href="/a2z">Site Index</a>
1160
- | <a href="/nowplaying/">NowPlaying</a>
1161
- | <a href="/chart/">Top Movies</a>
1162
- | <a href="/register/?why=mymovies_footer">MyMovies</a>
1163
- | <a href="/chart/top">Top 250</a>
1164
- | <a href="/sections/tv/">TV</a>
1165
- | <a href="/news/">News</a>
1166
- | <a href="/features/video/">Video</a>
1167
- | <a href="/boards/">Message Boards</a>
1168
- | <a href="/pressroom/">Press Room</a>
1231
+ <a onclick="(new Image()).src='/rg/home/footer/images/b.gif?link=%2F';" href="/" >Home</a>
1232
+ | <a onclick="(new Image()).src='/rg/search/footer/images/b.gif?link=%2Fsearch';" href="/search" >Search</a>
1233
+ | <a onclick="(new Image()).src='/rg/siteindex/footer/images/b.gif?link=%2Fa2z';" href="/a2z" >Site Index</a>
1234
+ | <a onclick="(new Image()).src='/rg/intheaters/footer/images/b.gif?link=%2Fmovies-in-theaters%2F';" href="/movies-in-theaters/" >In Theaters</a>
1235
+ | <a onclick="(new Image()).src='/rg/comingsoon/footer/images/b.gif?link=%2Fmovies-coming-soon%2F';" href="/movies-coming-soon/" >Coming Soon</a>
1236
+ | <a onclick="(new Image()).src='/rg/topmovies/footer/images/b.gif?link=%2Fchart%2F';" href="/chart/" >Top Movies</a>
1237
+ | <a onclick="(new Image()).src='/rg/watchlist/footer/images/b.gif?link=%2Flist%2Fwatchlist';" href="/list/watchlist" >Watchlist</a>
1238
+ | <a onclick="(new Image()).src='/rg/top250/footer/images/b.gif?link=%2Fchart%2Ftop';" href="/chart/top" >Top 250</a>
1239
+ | <a onclick="(new Image()).src='/rg/tv/footer/images/b.gif?link=%2Fsections%2Ftv%2F';" href="/sections/tv/" >TV</a>
1240
+ | <a onclick="(new Image()).src='/rg/news/footer/images/b.gif?link=%2Fnews%2F';" href="/news/" >News</a>
1241
+ | <a onclick="(new Image()).src='/rg/video/footer/images/b.gif?link=%2Ffeatures%2Fvideo%2F';" href="/features/video/" >Video</a>
1242
+ | <a onclick="(new Image()).src='/rg/messageboards/footer/images/b.gif?link=%2Fboards%2F';" href="/boards/" >Message Boards</a>
1243
+ | <a onclick="(new Image()).src='/rg/pressroom/footer/images/b.gif?link=%2Fpressroom%2F';" href="/pressroom/" >Press Room</a>
1169
1244
  <br>
1170
1245
 
1171
- <a href="/register/?why=footer">Register</a>
1246
+ <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>
1172
1247
 
1173
- | <a href="/help/show_article?rssavailable"><img alt="RSS Feeds" width="16" height="16" border="0" align="top" src="http://i.media-imdb.com/images/SFb57d5ddb1c1208f549520b6186629f28/rss2.gif"></a> <a href="/help/show_article?rssavailable">RSS</a>
1174
- | <a href="/advertising/">Advertising</a>
1248
+ | <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>
1249
+ | <a onclick="(new Image()).src='/rg/advertising/footer/images/b.gif?link=%2Fadvertising%2F';" href="/advertising/" >Advertising</a>
1175
1250
  | <a onclick="(new Image()).src='/rg/helpdesk/footer/images/b.gif?link=%2Fhelpdesk%2Fcontact';" href="/helpdesk/contact" >Contact Us</a>
1176
- | <a href="/jobs">Jobs</a>
1251
+ | <a onclick="(new Image()).src='/rg/jobs/footer/images/b.gif?link=%2Fjobs';" href="/jobs" >Jobs</a>
1177
1252
  | <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>
1178
- | <a href="http://resume.imdb.com" onClick="(new Image()).src='/rg/resume/prosystem/images/b.gif?link=http://resume.imdb.com';">IMDb Resume</a>
1179
1253
  | <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>
1180
1254
  | <a href="http://www.withoutabox.com" onClick="(new Image()).src='/rg/WITHOUTABOX/FOOTER/images/b.gif?link=http://www.withoutabox.com';">Withoutabox</a>
1181
- | <a href="http://www.lovefilm.com/" onClick="(new Image()).src='/rg/LOVEFILM/FOOTER/images/b.gif?link=http://www.lovefilm.com/';">LOVEFiLM</a>
1255
+ | <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>
1182
1256
  <br /><br />
1183
1257
  IMDb Mobile:
1184
- <a onclick="(new Image()).src='/rg/mobile-ios/footer/images/b.gif?link=%2Fiphone';" href="/iphone" >iPhone/iPad</a>
1258
+ <a onclick="(new Image()).src='/rg/mobile-ios/footer/images/b.gif?link=%2Fapps%2Fios%2F';" href="/apps/ios/" >iPhone/iPad</a>
1185
1259
  | <a onclick="(new Image()).src='/rg/mobile-android/footer/images/b.gif?link=%2Fandroid';" href="/android" >Android</a>
1186
1260
  | <a onclick="(new Image()).src='/rg/mobile-web/footer/images/b.gif?link=http%3A%2F%2Fm.imdb.com';" href="http://m.imdb.com" >Mobile site</a>
1187
1261
  | <a onclick="(new Image()).src='/rg/mobile-win7/footer/images/b.gif?link=%2Fwindowsphone';" href="/windowsphone" >Windows Phone 7</a>
1188
1262
  | IMDb Social:
1189
1263
  <a onclick="(new Image()).src='/rg/facebook/footer/images/b.gif?link=http%3A%2F%2Fwww.facebook.com%2Fimdb';" href="http://www.facebook.com/imdb" >Facebook</a>
1190
1264
  | <a onclick="(new Image()).src='/rg/twitter/footer/images/b.gif?link=http%3A%2F%2Ftwitter.com%2Fimdb';" href="http://twitter.com/imdb" >Twitter</a>
1191
- <br /><br />
1192
- International Sites: <a href="http://www.imdb.de">IMDb Germany</a>
1193
- | <a href="http://www.imdb.it">IMDb Italy</a>
1194
- | <a href="http://www.imdb.es">IMDb Spain</a>
1195
- | <a href="http://www.imdb.fr">IMDb France</a>
1196
- | <a href="http://www.imdb.pt">IMDb Portugal</a>
1197
1265
  <br><br>
1198
1266
  </p>
1199
1267
  <p class="footer" align="center">
1200
1268
 
1201
- <a href="/help/show_article?conditions">Copyright &copy;</a> 1990-2011
1269
+ <a href="/help/show_article?conditions">Copyright &copy;</a> 1990-2013
1202
1270
  <a href="/help/">IMDb.com, Inc.</a>
1203
1271
  <br>
1204
- <a href="/help/show_article?conditions">Terms</a> and <a href="/privacy">Privacy Policy</a> under which this service is provided to you.
1272
+ <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>
1273
+ <br>
1274
+ <link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SF75f161ebbfc922250664ab159771f349/wheel/logo.css" >
1275
+ An <img id="amazon_logo" align="middle" style="width:80px;height:19px;border:0 none" src="http://i.media-imdb.com/images/SF9bb191c6827273aa978cab39a3587950/b.gif"/> company.
1276
+
1205
1277
  </p>
1278
+ <table class="footer" id="amazon-affiliates">
1279
+ <tr>
1280
+ <td colspan="10">
1281
+ Amazon Affiliates
1282
+ </td>
1283
+ </tr>
1284
+ <tr>
1285
+ <td class="amazon-affiliate-site-first">
1286
+ <a class="amazon-affiliate-site-link"
1287
+ href="http://www.amazon.com/b?ie=UTF8&node=2858778011&tag=imdbpr1-20">
1288
+ <span class="amazon-affiliate-site-name">Amazon Instant Video</span><br>
1289
+ <span class="amazon-affiliate-site-desc">Watch Movies &<br>TV Online</span>
1290
+ </a>
1291
+ </td>
1292
+ <td class="amazon-affiliate-site-item-nth">
1293
+ <a class="amazon-affiliate-site-link"
1294
+ href="http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20">
1295
+ <span class="amazon-affiliate-site-name">Prime Instant Video</span><br>
1296
+ <span class="amazon-affiliate-site-desc">Unlimited Streaming<br>of Movies & TV</span>
1297
+ </a>
1298
+ </td>
1299
+ <td class="amazon-affiliate-site-item-nth">
1300
+ <a class="amazon-affiliate-site-link"
1301
+ href="http://www.amazon.de/b?ie=UTF8&node=284266&tag=imdbpr1-de-21">
1302
+ <span class="amazon-affiliate-site-name">Amazon Germany</span><br>
1303
+ <span class="amazon-affiliate-site-desc">Buy Movies on<br>DVD & Blu-ray</span>
1304
+ </a>
1305
+ </td>
1306
+ <td class="amazon-affiliate-site-item-nth">
1307
+ <a class="amazon-affiliate-site-link"
1308
+ href="http://www.amazon.it/b?ie=UTF8&node=412606031&tag=imdbpr1-it-21">
1309
+ <span class="amazon-affiliate-site-name">Amazon Italy</span><br>
1310
+ <span class="amazon-affiliate-site-desc">Buy Movies on<br>DVD & Blu-ray</span>
1311
+ </a>
1312
+ </td>
1313
+ <td class="amazon-affiliate-site-item-nth">
1314
+ <a class="amazon-affiliate-site-link"
1315
+ href="http://www.amazon.fr/b?ie=UTF8&node=405322&tag=imdbpr1-fr-21">
1316
+ <span class="amazon-affiliate-site-name">Amazon France</span><br>
1317
+ <span class="amazon-affiliate-site-desc">Buy Movies on<br>DVD & Blu-ray</span>
1318
+ </a>
1319
+ </td>
1320
+ <td class="amazon-affiliate-site-item-nth">
1321
+ <a class="amazon-affiliate-site-link" href="http://www.lovefilm.com/browse/film/watch-online/">
1322
+ <span class="amazon-affiliate-site-name">LOVEFiLM</span><br>
1323
+ <span class="amazon-affiliate-site-desc">Watch Movies<br>Online</span>
1324
+ </a>
1325
+ </td>
1326
+ <td class="amazon-affiliate-site-item-nth">
1327
+ <a class="amazon-affiliate-site-link" href="http://wireless.amazon.com">
1328
+ <span class="amazon-affiliate-site-name">Amazon Wireless</span><br>
1329
+ <span class="amazon-affiliate-site-desc">Cellphones &<br>Wireless Plans</span>
1330
+ </a>
1331
+ </td>
1332
+ <td class="amazon-affiliate-site-item-nth">
1333
+ <a class="amazon-affiliate-site-link" href="http://www.junglee.com/">
1334
+ <span class="amazon-affiliate-site-name">Junglee</span><br>
1335
+ <span class="amazon-affiliate-site-desc">India Online<br>Shopping</span>
1336
+ </a>
1337
+ </td>
1338
+ <td class="amazon-affiliate-site-item-nth">
1339
+ <a class="amazon-affiliate-site-link" href="http://www.dpreview.com">
1340
+ <span class="amazon-affiliate-site-name">DPReview</span><br>
1341
+ <span class="amazon-affiliate-site-desc">Digital<br>Photography</span>
1342
+ </a>
1343
+ </td>
1344
+ <td class="amazon-affiliate-site-item-nth">
1345
+ <a class="amazon-affiliate-site-link" href="http://www.audible.com">
1346
+ <span class="amazon-affiliate-site-name">Audible</span><br>
1347
+ <span class="amazon-affiliate-site-desc">Download<br>Audio Books</span></a>
1348
+ </td>
1349
+ </tr>
1350
+ </table>
1206
1351
 
1207
1352
  </div>
1208
1353
 
1209
1354
 
1210
1355
 
1211
1356
 
1212
- </layer>
1213
- </div>
1214
-
1215
1357
 
1216
1358
 
1217
1359
  <!-- begin BOTTOM_AD -->
1218
1360
  <div id="bottom_ad_wrapper" class="dfp_slot">
1219
1361
  <script type="text/javascript">
1220
- ad_utils.queue_ad('1','bottom_ad');
1362
+ ad_utils.register_ad('bottom_ad');
1221
1363
  </script>
1222
- <iframe src="/images/SF99c7f777fc74f1d954417f99b985a4af/a/ifb/doubleclick/expand.html#imdb2.consumer.title/combined;tile=1;sz=728x90,2x1;p=b;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;[PASEGMENTS];u=[CLIENT_SIDE_ORD];ord=[CLIENT_SIDE_ORD]?" id="bottom_ad" name="bottom_ad" class="yesScript" width="728" height="90" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="ad_utils.on_ad_load(this)"></iframe>
1364
+ <iframe data-bid-url="" data-dart-params="#imdb2.consumer.title/combined;!TILE!;sz=728x90,2x1;p=b;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;oe=iso-8859-1;[CLIENT_SIDE_KEYVALUES];[PASEGMENTS];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="ad_utils.on_ad_load(this)"></iframe>
1223
1365
 
1224
- <noscript><a href="http://ad.doubleclick.net/jump/imdb2.consumer.title/combined;tile=1;sz=728x90,2x1;p=b;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb2.consumer.title/combined;tile=1;sz=728x90,2x1;p=b;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;g=baa;k=c;coo=usa;ord=199874287545?" border="0" alt="advertisement" /></a></noscript>
1366
+ <noscript><a href="http://ad.doubleclick.net/jump/imdb2.consumer.title/combined;tile=1;sz=728x90,2x1;p=b;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;ord=747974283876?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb2.consumer.title/combined;tile=1;sz=728x90,2x1;p=b;ct=com;g=th;id=tt0095016;k=m;g=ac;tt=f;b=t250;b=t250a;g=baa;k=c;coo=usa;fv=1;ka=0;ord=747974283876?" border="0" alt="advertisement" /></a></noscript>
1225
1367
 
1226
1368
  </div>
1369
+ <div id="bottom_ad_reflow_helper"></div>
1370
+ <script>ad_utils.render_ad_fast('bottom_ad');</script>
1227
1371
  <!-- End BOTTOM_AD -->
1228
1372
 
1229
1373
 
@@ -1234,42 +1378,76 @@ ad_utils.queue_ad('1','bottom_ad');
1234
1378
 
1235
1379
 
1236
1380
 
1237
- <img src="/rd/?q=50703000000030a090f29616f226e276966600000010c6a0f02303131303931343c21303534323730000001037a040379646370000001047&cb=13160289443486" width="1" height="1" alt="" border="0">
1381
+
1382
+ </layer>
1383
+ </div>
1384
+ <img src="/rd/?q=50703000000030a090f29616f226e276966600000010c6a0f02303133303232363c21313038333830000001037a040379646370000001047&cb=13619179543415" width="1" height="1" alt="" border="0">
1238
1385
  </div> <!-- id="wrapper" -->
1239
- <!-- h=iop501 i=2011-09-14 s=legacy(akas) t='Wed Sep 14 12:35:44 2011' -->
1240
- <script src="http://i.media-imdb.com/images/SF10092eee563dec2dca82b77d2cf5a1ae/js/jquery.js" ></script><script src="http://i.media-imdb.com/images/SFf816b294f1e80b39a386c0ec96fe26f7/js/cc/title/main.js" ></script><script src="http://i.media-imdb.com/images/SF4f789f206c87a31b26eb8666da48322e/js/app/win7/sitemode.js" ></script><div id="ClickTaleDiv" style="display: none;"></div>
1241
- <script src="http://i.media-imdb.com/images/SF1b83364c8a1d6f71c79acfee1edd87be/js/clicktale-WRb6.js" type="text/javascript"></script>
1242
- <script type="text/javascript" src="http://i.media-imdb.com/images/SF8ce2dec22e880d42dd87258c611fc340/js/clicktale-FetchFromWithCookies.js"></script>
1243
- <script type="text/javascript">
1244
- FetchFromWithCookies.setFromCookie("uu");
1245
- FetchFromWithCookies.setFromCookie("session-id");
1246
- FetchFromWithCookies.setFromCookie("session-id-time");
1247
- ClickTaleFetchFrom = FetchFromWithCookies.constructFetchFromUrl();
1248
- var ClickTaleSSL=1;
1249
- ClickTaleSetAllSensitive();
1250
- if(typeof ClickTale=='function') ClickTale(10445,0.001,"www03");
1386
+ <!-- h=iop172 i=2013-02-26 s=legacy(akas) t='Tue Feb 26 14:32:34 2013' -->
1387
+ <script src="http://i.media-imdb.com/images/SF539be3987208630802e712857c51a6c9/js/jquery.js" ></script><script src="http://i.media-imdb.com/images/SF144de7d1cf27a8b0d644dc29e818bb29/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><script type="text/javascript">jQuery(function(){generic.document_is_ready()})</script><!-- Begin SIS-SW code -->
1388
+ <iframe id="sis_pixel_sitewide" width="1" height="1" frameborder="0" marginwidth="0" marginheight="0"></iframe>
1389
+
1390
+
1391
+ <script>
1392
+ setTimeout(function(){
1393
+ try{
1394
+ if (! document.getElementById('sis_pixel_3')) {
1395
+ var url_sis = 'http://s.amazon-adsystem.com/iu3?',
1396
+ params_sis = [
1397
+ "d=imdb.com",
1398
+ "a1=",
1399
+ "a2=",
1400
+ "pId=tt0095016",
1401
+ "r=1",
1402
+ "rP=http%3A%2F%2Fakas.imdb.com%2Ftitle%2Ftt0095016%2Fcombined",
1403
+ "encoding=server",
1404
+ "cb=" + parseInt(Math.random()*99999999)
1405
+ ];
1406
+ (document.getElementById('sis_pixel_sitewide')).src = url_sis + params_sis.join('&');
1407
+ }
1408
+ }
1409
+ catch(e){
1410
+ consoleLog('Pixel failure ' + e.toString(),'sis');
1411
+ }
1412
+ }, 5);
1413
+
1414
+ </script>
1415
+ <!-- End SIS-SW code -->
1416
+ <script type="text/javascript">generic.monitoring.stop_timing('page_load', '', true);generic.monitoring.all_events_started();</script>
1417
+ <script>
1418
+ (function() {
1419
+ var dart_params = $('.dfp_slot iframe[data-dart-params]').first().attr('data-dart-params'),
1420
+ result = /;ab=(.);/.exec(dart_params);
1421
+ if (result && result[1]) {
1422
+ (window._gaq = (window._gaq || [])).push(['_setCustomVar', 4, 'ads_abtest_treatment', result[1]]);
1423
+ }
1424
+ })();
1251
1425
  </script>
1252
- <script src="http://i.media-imdb.com/images/SF72867cac47f3d7e883837477537ab0a1/js/vote.js" ></script><script type="text/javascript">jQuery(function(){generic.document_is_ready()})</script><script type="text/javascript">generic.monitoring.stop_timing('page_load', '', true);generic.monitoring.all_events_started();</script><script src="http://i.media-imdb.com/images/SF86793c35a08946b1496c39d0dbd5b6c9/js/jquery/plugins/jquery.colorbox-min.js" ></script><link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SF73051487323537a6449a6bb75bc86d43/css/min/lightbox.css" ><script type="text/imdblogin-js" id="login">
1426
+ <script src="http://i.media-imdb.com/images/SF478cec6a48c8de4413dbc404879752d1/js/jquery/plugins/jquery.colorbox-min.js" ></script><link rel="stylesheet" type="text/css" href="http://i.media-imdb.com/images/SF73051487323537a6449a6bb75bc86d43/css/min/lightbox.css" ><script type="text/imdblogin-js" id="login">
1253
1427
  jQuery(document).ready(function(){
1254
1428
  window.imdb.login_lightbox("https://secure.imdb.com",
1255
- "49e6c=d875",
1256
- "http://akas.imdb.com/title/tt0095016/combined/title/tt0095016/combined",
1257
- 0);
1429
+ "http://akas.imdb.com/title/tt0095016/combined");
1258
1430
  });
1259
1431
  </script>
1260
- <script src="http://i.media-imdb.com/images/SFce9799842f3b70340002bca7e9a12ad1/js/cc/loginbox.js" ></script><script src="http://i.media-imdb.com/images/SF1bc55d526cb484e2b1ad3ef681e954cf/js/cc/suggestionsearch.js" charset="UTF-8"></script><script src="http://i.media-imdb.com/images/SFbab4b9c36c6a2f5e5394cbb81ae2b98c/js/jquery/ui-current-custom.js" ></script><script src="http://i.media-imdb.com/images/SFe560834a03dff142f99a83a05af3b620/js/cc/watchlist.js" ></script><script type="text/javascript">jQuery(document).watchlist_listener({doLogin: true, hasWatchlist: false, confirmAccount: false})
1261
- </script><script type="text/javascript">jQuery(document).trigger('wl_add', [jQuery('div.add_to_watchlist')]);
1262
- </script><script type="text/javascript">setTimeout(function() {
1432
+ <script src="http://i.media-imdb.com/images/SF124828d5e3ce85f98c8cfc700bceb7d1/js/cc/loginbox.js" ></script><script src="http://i.media-imdb.com/images/SF9d20357df5ad6243c7424f8fef11e529/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/SFb0ff5a0c4e27ecdb53a63fecac90004b/js/cc/wlb-lite.js" ></script>
1433
+ <script>
1434
+ (function($){
1435
+ $('.wlb_wrapper')
1436
+ .wlb_lite();
1437
+ })(jQuery);
1438
+ </script>
1439
+ <script type="text/javascript">setTimeout(function() {
1263
1440
  var url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0095016%2F";
1264
1441
  var like = document.getElementById('iframe_like');
1265
1442
  like.src = url;
1266
1443
  like.onload = function () { generic.monitoring.stop_timing('facebook_like_iframe', '', false); } }, 5);
1267
1444
  </script>
1445
+
1268
1446
  <script type="text/javascript">
1269
1447
 
1270
1448
  var _gaq = _gaq || [];
1271
1449
  _gaq.push(['_setAccount', 'UA-3916519-1']);
1272
- _gaq.push(['_setSampleRate', '10']);
1450
+ _gaq.push(['_setDomainName', '.imdb.com']); _gaq.push(['_setSampleRate', '10']);
1273
1451
  _gaq.push(['_trackPageview']); // must come last
1274
1452
 
1275
1453
  (function() {