spotlite 0.7.2 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +14 -0
- data/README.md +8 -41
- data/Rakefile +23 -3
- data/lib/spotlite.rb +1 -8
- data/lib/spotlite/movie.rb +169 -80
- data/lib/spotlite/person.rb +90 -14
- data/lib/spotlite/string_extensions.rb +9 -9
- data/lib/spotlite/version.rb +1 -1
- data/spec/fixtures/movie_find_conan +722 -0
- data/spec/fixtures/{search_no_results → movie_find_no_results} +95 -149
- data/spec/fixtures/nm0000233/index +6118 -0
- data/spec/fixtures/nm0005132/index +817 -740
- data/spec/fixtures/nm0864666/index +199 -221
- data/spec/fixtures/nm1659547/index +748 -719
- data/spec/fixtures/person_find_conan +722 -0
- data/spec/fixtures/{search_the_core → person_find_no_results} +112 -219
- data/spec/fixtures/tt0002186/index +212 -242
- data/spec/fixtures/tt0047396/releaseinfo +217 -292
- data/spec/fixtures/tt0112873/index +556 -539
- data/spec/fixtures/tt0133093/criticreviews +169 -250
- data/spec/fixtures/tt0133093/fullcredits +212 -299
- data/spec/fixtures/tt0133093/index +444 -491
- data/spec/fixtures/tt0133093/keywords +416 -492
- data/spec/fixtures/tt0133093/mediaindex_still_frame +114 -158
- data/spec/fixtures/tt0133093/releaseinfo +282 -344
- data/spec/fixtures/tt0133093/technical +1144 -0
- data/spec/fixtures/tt0133093/trivia +1350 -1230
- data/spec/fixtures/tt0169547/index +629 -644
- data/spec/fixtures/tt0317248/index +579 -608
- data/spec/fixtures/tt1134629/fullcredits +257 -340
- data/spec/spec_helper.rb +24 -23
- data/spec/spotlite/find_spec.rb +38 -0
- data/spec/spotlite/movie_spec.rb +73 -57
- data/spec/spotlite/person_spec.rb +60 -1
- data/spotlite.gemspec +9 -9
- metadata +34 -56
- data/lib/spotlite/box_office_top.rb +0 -11
- data/lib/spotlite/coming_soon.rb +0 -24
- data/lib/spotlite/in_theaters.rb +0 -25
- data/lib/spotlite/list.rb +0 -18
- data/lib/spotlite/opening_this_week.rb +0 -11
- data/lib/spotlite/search.rb +0 -45
- data/lib/spotlite/top.rb +0 -23
- data/spec/fixtures/movies_coming_soon +0 -2103
- data/spec/fixtures/movies_in_theaters +0 -2708
- data/spec/fixtures/top +0 -10823
- data/spec/spotlite/box_office_top_spec.rb +0 -29
- data/spec/spotlite/coming_soon_spec.rb +0 -29
- data/spec/spotlite/opening_this_week_spec.rb +0 -29
- data/spec/spotlite/search_spec.rb +0 -34
- data/spec/spotlite/top_spec.rb +0 -21
- data/tasks/fixtures.rake +0 -15
@@ -1,35 +1,34 @@
|
|
1
1
|
HTTP/1.1 200 OK
|
2
|
-
Date: Sun,
|
2
|
+
Date: Sun, 29 Jun 2014 14:26:27 GMT
|
3
3
|
Server: Server
|
4
|
+
X-Frame-Options: SAMEORIGIN
|
4
5
|
Content-Type: text/html;charset=UTF-8
|
5
6
|
Content-Language: en-US
|
6
7
|
Vary: Accept-Encoding,User-Agent
|
7
|
-
Set-Cookie: uu=
|
8
|
-
Set-Cookie: session-id=000-0000000-0000000; Domain=.imdb.com; Expires=Fri,
|
9
|
-
Set-Cookie: session-id-time=
|
10
|
-
|
8
|
+
Set-Cookie: uu=BCYhF_wHR7CGP83PU004RpbYaUrgWqxBgn5HFOSGwqm5t0j7xSWY4a18jZTWdzHVIWlzowFaPL2-%0D%0AU5z68QnkDLHtoVPNdIrIjkuIPlscl8rWAq-d9cX9KTs7gNnmTylNgPMidYjznmviXcA8HpAoIklS%0D%0AEq_r5d6gIeH3O0-DDgp_4AuLgT_iWXRdxa2oO4gak-OaFJsUEMQd8qfsyID_OtX54fXrJK3_sbWO%0D%0A_RsoR_xTK2pBnyHzS8APlOyqug_ZWrSexSskV2ug8dJzcK2r_JZLPg%0D%0A; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:40:34 GMT; Path=/
|
9
|
+
Set-Cookie: session-id=000-0000000-0000000; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:40:34 GMT; Path=/
|
10
|
+
Set-Cookie: session-id-time=1561731987; Domain=.imdb.com; Expires=Fri, 17-Jul-2082 17:40:34 GMT; Path=/
|
11
|
+
P3p: policyref="http://i.imdb.com/images/p3p.xml",CP="CAO DSP LAW CUR ADM IVAo IVDo CONo OTPo OUR DELi PUBi OTRi BUS PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA HEA PRE LOC GOV OTC "
|
11
12
|
Transfer-Encoding: chunked
|
13
|
+
Connection: keep-alive
|
12
14
|
|
13
15
|
|
14
16
|
|
15
17
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
18
|
<!DOCTYPE html>
|
20
19
|
<html
|
21
20
|
xmlns:og="http://ogp.me/ns#"
|
22
21
|
xmlns:fb="http://www.facebook.com/2008/fbml">
|
23
22
|
<head>
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
23
|
+
<script type="text/javascript">var ue_t0=window.ue_t0||+new Date();</script>
|
24
|
+
<script type="text/javascript">
|
25
|
+
var ue_mid = "A1EVAM02EL8SFB";
|
26
|
+
var ue_sn = "www.imdb.com";
|
27
|
+
var ue_furl = "fls-na.amazon.com";
|
28
|
+
var ue_sid = "000-0000000-0000000";
|
29
|
+
var ue_id = "0YWX4ZG7PNJMVMX6QGH1";
|
30
|
+
(function(e){var c=e,a={main_scope:"mainscopecsm",q:[],t0:c.ue_t0||+new Date(),d:g};function g(h){return +new Date()-(h?0:a.t0)}function d(h){return function(){a.q.push({n:h,a:arguments,t:a.d()})}}function b(k,j,h){var i={m:k,f:j,l:h,fromOnError:1,args:arguments};c.ueLogError(i);return false}b.skipTrace=1;e.onerror=b;function f(){c.uex("ld")}if(e.addEventListener){e.addEventListener("load",f,false)}else{if(e.attachEvent){e.attachEvent("onload",f)}}a.tag=d("tag");a.log=d("log");a.reset=d("rst");c.ue_csm=c;c.ue=a;c.ueLogError=d("err");c.ues=d("ues");c.uet=d("uet");c.uex=d("uex");c.uet("ue")})(window);(function(e,d){var a=e.ue||{};function c(g){if(!g){return}var f=d.head||d.getElementsByTagName("head")[0]||d.documentElement,h=d.createElement("script");h.async="async";h.src=g;f.insertBefore(h,f.firstChild)}function b(){var k=e.ue_cdn||"z-ecx.images-amazon.com",g=e.ue_cdns||"images-na.ssl-images-amazon.com",j="/images/G/01/csminstrumentation/",h=e.ue_file||"ue-full-ef584a44e8ea58e3d4d928956600a9b6._V1_.js",f,i;if(h.indexOf("NSTRUMENTATION_FIL")>=0){return}if("ue_https" in e){f=e.ue_https}else{f=e.location&&e.location.protocol=="https:"?1:0}i=f?"https://":"http://";i+=f?g:k;i+=j;i+=h;c(i)}if(!e.ue_inline){b()}a.uels=c;e.ue=a})(window,document);
|
31
|
+
</script>
|
33
32
|
|
34
33
|
|
35
34
|
|
@@ -44,31 +43,37 @@ xmlns:fb="http://www.facebook.com/2008/fbml">
|
|
44
43
|
<meta property="og:url" content="http://www.imdb.com/name/nm0005132/" />
|
45
44
|
|
46
45
|
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>
|
47
|
-
<link rel="icon" type="image/ico" href="http://ia.media-imdb.com/images/G/01/imdb/images/favicon-2165806970.
|
48
|
-
<link rel="shortcut icon" type="image/x-icon" href="http://ia.media-imdb.com/images/G/01/imdb/images/desktop-favicon-2165806970.
|
49
|
-
<link
|
50
|
-
<link
|
46
|
+
<link rel="icon" type="image/ico" href="http://ia.media-imdb.com/images/G/01/imdb/images/favicon-2165806970._CB379387995_.ico" />
|
47
|
+
<link rel="shortcut icon" type="image/x-icon" href="http://ia.media-imdb.com/images/G/01/imdb/images/desktop-favicon-2165806970._CB379390718_.ico" />
|
48
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-4151659188._CB361295786_.png" rel="apple-touch-icon">
|
49
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-76x76-53536248._CB361295462_.png" rel="apple-touch-icon" sizes="76x76">
|
50
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-120x120-2442878471._CB361295428_.png" rel="apple-touch-icon" sizes="120x120">
|
51
|
+
<link href="http://ia.media-imdb.com/images/G/01/imdb/images/mobile/apple-touch-icon-web-152x152-1475823641._CB361295368_.png" rel="apple-touch-icon" sizes="152x152">
|
52
|
+
<link rel="search" type="application/opensearchdescription+xml" href="http://ia.media-imdb.com/images/G/01/imdb/images/imdbsearch-3349468880._CB379388505_.xml" title="IMDb" />
|
51
53
|
<script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>
|
52
54
|
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
55
|
+
|
56
|
+
<link rel='image_src' href="http://ia.media-imdb.com/images/M/MV5BMTI2NTY0NzA4MF5BMl5BanBnXkFtZTYwMjE1MDE0._V1_SY400_SX267_AL_.jpg">
|
57
|
+
<meta property='og:image' content="http://ia.media-imdb.com/images/M/MV5BMTI2NTY0NzA4MF5BMl5BanBnXkFtZTYwMjE1MDE0._V1_SY400_SX267_AL_.jpg" />
|
58
|
+
|
59
|
+
<meta property='og:type' content="actor" />
|
60
|
+
<meta property='fb:app_id' content='115109575169727' />
|
61
|
+
<meta property='og:title' content="Heath Ledger" />
|
62
|
+
<meta property='og:site_name' content='IMDb' />
|
63
|
+
<meta name="title" content="Heath Ledger - IMDb" />
|
64
|
+
<meta name="description" content="Heath Ledger, Actor: The Dark Knight. When a hunky, twenty-year-old heart-throb Heath Ledger first came to the attention of the public in 1999, it was all too easy to tag him as a "pretty boy" and an actor of little depth. He spent several years trying desperately to sway this image, but this was a double-edged sword. But that comes much later in his story. Heath Ledger was born on the fourth of April 1979, in Perth, Western ..." />
|
65
|
+
<meta property="og:description" content="Heath Ledger, Actor: The Dark Knight. When a hunky, twenty-year-old heart-throb Heath Ledger first came to the attention of the public in 1999, it was all too easy to tag him as a "pretty boy" and an actor of little depth. He spent several years trying desperately to sway this image, but this was a double-edged sword. But that comes much later in his story. Heath Ledger was born on the fourth of April 1979, in Perth, Western ..." />
|
66
|
+
<meta name="keywords" content="Biography, Photos, Awards, News, Message Boards" />
|
67
|
+
<meta name="request_id" content="0YWX4ZG7PNJMVMX6QGH1" />
|
66
68
|
|
67
69
|
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>
|
68
|
-
<!-- h=ics-1e-i-
|
70
|
+
<!-- h=ics-http-1e-c1xl-i-66736646.us-east-1 -->
|
69
71
|
|
70
|
-
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/name-
|
71
|
-
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-mega-3538633082.
|
72
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/collections/name-3310168318._CB349420926_.css" />
|
73
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-mega-3538633082._CB355276482_.css" />
|
74
|
+
<noscript>
|
75
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/wheel/nojs-2627072490._CB343672767_.css">
|
76
|
+
</noscript>
|
72
77
|
<script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
|
73
78
|
|
74
79
|
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>
|
@@ -121,9 +126,9 @@ xmlns:fb="http://www.facebook.com/2008/fbml">
|
|
121
126
|
</div>
|
122
127
|
<div id="navbar" class="navbarSprite">
|
123
128
|
<noscript>
|
124
|
-
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-no-js-4175877511.
|
129
|
+
<link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-no-js-4175877511._CB379390803_.css" />
|
125
130
|
</noscript>
|
126
|
-
<!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-ie-470687728.
|
131
|
+
<!--[if IE]><link rel="stylesheet" type="text/css" href="http://ia.media-imdb.com/images/G/01/imdb/css/site/consumer-navbar-ie-470687728._CB379390980_.css"><![endif]-->
|
127
132
|
<span id="home_img_holder">
|
128
133
|
<a href="/?ref_=nv_home" title="Home" class="navbarSprite" id="home_img" ></a> <span class="alt_logo">
|
129
134
|
<a href="/?ref_=nv_home" title="Home" >IMDb</a>
|
@@ -151,7 +156,6 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
151
156
|
<option value="co" >Companies</option>
|
152
157
|
<option value="kw" >Keywords</option>
|
153
158
|
<option value="ch" >Characters</option>
|
154
|
-
<option value="vi" >Videos</option>
|
155
159
|
<option value="qu" >Quotes</option>
|
156
160
|
<option value="bi" >Bios</option>
|
157
161
|
<option value="pl" >Plots</option>
|
@@ -200,8 +204,8 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
200
204
|
</ul>
|
201
205
|
<h5>SPECIAL FEATURES</h5>
|
202
206
|
<ul>
|
203
|
-
<li><a href="/
|
204
|
-
<li><a href="/
|
207
|
+
<li><a href="/imdbpicks/?ref_=nv_sf_pks_1" >IMDb Picks</a></li>
|
208
|
+
<li><a href="/poll/?ref_=nv_sf_pl_2" >Polls</a></li>
|
205
209
|
<li><a href="/x-ray/?ref_=nv_sf_xray_3" >X-Ray for Movies & TV</a></li>
|
206
210
|
</ul>
|
207
211
|
</div>
|
@@ -219,7 +223,7 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
219
223
|
<div class="subNavListContainer">
|
220
224
|
<h5>CELEBS</h5>
|
221
225
|
<ul>
|
222
|
-
<li><a href="/search/name?birth_monthday=
|
226
|
+
<li><a href="/search/name?birth_monthday=06-29&refine=birth_monthday&ref_=nv_cel_brn_1" >Born Today</a></li>
|
223
227
|
<li><a href="/news/celebrity?ref_=nv_cel_nw_2" >Celebrity News</a></li>
|
224
228
|
<li><a href="/search/name?gender=male,female&ref_=nv_cel_m_3" >Most Popular Celebs</a></li>
|
225
229
|
</ul>
|
@@ -235,13 +239,14 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
235
239
|
<div class="subNavListContainer">
|
236
240
|
<h5>EVENTS</h5>
|
237
241
|
<ul>
|
238
|
-
<li><a href="/
|
239
|
-
<li><a href="/
|
240
|
-
<li><a href="/
|
241
|
-
<li><a href="/
|
242
|
-
<li><a href="/
|
243
|
-
<li><a href="/
|
244
|
-
<li><a href="/
|
242
|
+
<li><a href="/sxsw/?ref_=nv_ev_sxsw_1" >SXSW Film Festival</a></li>
|
243
|
+
<li><a href="/oscars/?ref_=nv_ev_rto_2" >Road to the Oscars</a></li>
|
244
|
+
<li><a href="/emmys/?ref_=nv_ev_rte_3" >Road to the Emmys</a></li>
|
245
|
+
<li><a href="/comic-con/?ref_=nv_ev_comic_4" >Comic-Con</a></li>
|
246
|
+
<li><a href="/cannes/?ref_=nv_ev_can_5" >Cannes</a></li>
|
247
|
+
<li><a href="/tribeca/?ref_=nv_ev_tri_6" >Tribeca</a></li>
|
248
|
+
<li><a href="/sundance/?ref_=nv_ev_sun_7" >Sundance</a></li>
|
249
|
+
<li><a href="/event/?ref_=nv_ev_all_8" >More Popular Events</a></li>
|
245
250
|
</ul>
|
246
251
|
</div>
|
247
252
|
</div>
|
@@ -258,19 +263,19 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
258
263
|
<h5>LATEST HEADLINES</h5>
|
259
264
|
<ul>
|
260
265
|
<li itemprop="headline">
|
261
|
-
<a href="/news/
|
266
|
+
<a href="/news/ni57424075/?ref_=nv_nw_tn_1" > 'Transformers' On Track for Over $100 Million This Weekend
|
262
267
|
</a><br />
|
263
|
-
<span class="time">
|
268
|
+
<span class="time">27 June 2014</span>
|
264
269
|
</li>
|
265
270
|
<li itemprop="headline">
|
266
|
-
<a href="/news/
|
271
|
+
<a href="/news/ni57424046/?ref_=nv_nw_tn_2" > ‘Transformers: Age of Extinction’ Set to Break China Opening Weekend Record (Exclusive)
|
267
272
|
</a><br />
|
268
|
-
<span class="time">
|
273
|
+
<span class="time">22 hours ago</span>
|
269
274
|
</li>
|
270
275
|
<li itemprop="headline">
|
271
|
-
<a href="/news/
|
276
|
+
<a href="/news/ni57423916/?ref_=nv_nw_tn_3" > Aereo Hits ‘Pause’ On Service In Wake of Supreme Court Loss
|
272
277
|
</a><br />
|
273
|
-
<span class="time">
|
278
|
+
<span class="time">23 hours ago</span>
|
274
279
|
</li>
|
275
280
|
</ul>
|
276
281
|
</div>
|
@@ -302,7 +307,7 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
302
307
|
<span class="downArrow"></span>
|
303
308
|
<div id="navMenu4" class="sub_nav">
|
304
309
|
<h5>
|
305
|
-
|
310
|
+
YOUR WATCHLIST
|
306
311
|
</h5>
|
307
312
|
<ul id="navWatchlist">
|
308
313
|
</ul>
|
@@ -311,15 +316,15 @@ onsubmit="(new Image()).src='/rg/SEARCH-BOX/HEADER/images/b.gif?link=/find';"
|
|
311
316
|
window.imdb.watchlistTeaserData = [
|
312
317
|
{
|
313
318
|
href : "/list/watchlist",
|
314
|
-
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot1_logged_out-1670046337.
|
319
|
+
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot1_logged_out-1670046337._CB360061167_.jpg"
|
315
320
|
},
|
316
321
|
{
|
317
322
|
href : "/search/title?count=100&title_type=feature,tv_series",
|
318
|
-
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot2_popular-4090757197.
|
323
|
+
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot2_popular-4090757197._CB360060945_.jpg"
|
319
324
|
},
|
320
325
|
{
|
321
|
-
href : "/
|
322
|
-
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot3_top250-575799966.
|
326
|
+
href : "/chart/top",
|
327
|
+
src : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/watchlist_slot3_top250-575799966._CB360061165_.jpg"
|
323
328
|
}
|
324
329
|
];
|
325
330
|
</script>
|
@@ -341,27 +346,20 @@ window.imdb.navbarAdSlots = {
|
|
341
346
|
<ul id="nb_extra_nav" class="main_nav">
|
342
347
|
<li class="css_nav_item" id="navProMenu">
|
343
348
|
<p class="navCategory">
|
344
|
-
<a
|
345
|
-
onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=/r/IMDbTabNV/';"
|
346
|
-
href="/r/IMDbTabNV/"
|
347
|
-
> <img alt="IMDbPro Menu" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_nb-720143162._V377744227_.png" />
|
349
|
+
<a href="http://pro.imdb.com/signup/index.html?rf=cons_nb_hm&ref_=cons_nb_hm" > <img alt="IMDbPro Menu" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_nb-720143162._CB377744227_.png" />
|
348
350
|
</a> </p>
|
349
351
|
<span class="downArrow"></span>
|
350
352
|
<div id="navMenuPro" class="sub_nav">
|
351
|
-
<a
|
352
|
-
onclick="(new Image()).src='/rg/imdbprohome/navbar/images/b.gif?link=/r/IMDbTabNV/';"
|
353
|
-
href="/r/IMDbTabNV/"
|
354
|
-
id="proLink"
|
355
|
-
> <div id="proAd">
|
353
|
+
<a href="http://pro.imdb.com/signup/index.html?rf=cons_nb_hm&ref_=cons_nb_hm" id="proLink" > <div id="proAd">
|
356
354
|
<script>
|
357
355
|
if (!('imdb' in window)) { window.imdb = {}; }
|
358
356
|
window.imdb.proMenuTeaser = {
|
359
|
-
imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu_user-2082544740.
|
357
|
+
imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu_user-2082544740._CB377744226_.jpg"
|
360
358
|
};
|
361
359
|
</script>
|
362
360
|
</div>
|
363
361
|
<div class="subNavListContainer">
|
364
|
-
<img alt="Go to IMDbPro" title="Go to IMDbPro" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_menu-2185879182.
|
362
|
+
<img alt="Go to IMDbPro" title="Go to IMDbPro" src="http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_logo_menu-2185879182._CB377744253_.png" />
|
365
363
|
<h5>GET INFORMED</h5>
|
366
364
|
<p>Industry information at your fingertips</p>
|
367
365
|
<h5>GET CONNECTED</h5>
|
@@ -430,7 +428,6 @@ imageUrl : "http://ia.media-imdb.com/images/G/01/imdb/images/navbar/imdbpro_menu
|
|
430
428
|
|
431
429
|
</div>
|
432
430
|
<div class="maindetails_center" id="maindetails_center_top">
|
433
|
-
|
434
431
|
|
435
432
|
<div class="article name-overview">
|
436
433
|
|
@@ -446,7 +443,7 @@ height="317"
|
|
446
443
|
width="214"
|
447
444
|
alt="Heath Ledger Picture"
|
448
445
|
title="Heath Ledger Picture"
|
449
|
-
src="http://ia.media-imdb.com/images/M/MV5BMTI2NTY0NzA4MF5BMl5BanBnXkFtZTYwMjE1MDE0._V1_SX214_CR0,0,214,
|
446
|
+
src="http://ia.media-imdb.com/images/M/MV5BMTI2NTY0NzA4MF5BMl5BanBnXkFtZTYwMjE1MDE0._V1_SX214_CR0,0,214,317_AL_.jpg"
|
450
447
|
itemprop="image" />
|
451
448
|
</a>
|
452
449
|
|
@@ -461,25 +458,18 @@ itemprop="image" />
|
|
461
458
|
|
462
459
|
|
463
460
|
<div id="prometer_container">
|
464
|
-
<div id="prometer" class="meter-collapsed
|
461
|
+
<div id="prometer" class="meter-collapsed down">
|
465
462
|
<div id="meterHeaderBox">
|
466
463
|
<div class="meterToggleOnHover">STARmeter</div>
|
467
|
-
<a
|
468
|
-
onclick="(new Image()).src='/rg/nm_starmeter_why/prosystem/images/b.gif?link=/r/nm_starmeter_why/name/nm0005132';"
|
469
|
-
href="/r/nm_starmeter_why/name/nm0005132"
|
470
|
-
id="meterRank"
|
471
|
-
>Top 500</a>
|
464
|
+
<a href="http://pro.imdb.com/name/nm0005132?rf=cons_nm_meter&ref_=cons_nm_meter" id="meterRank" >Top 500</a>
|
472
465
|
</div>
|
473
466
|
<div id="meterChangeRow" class="meterToggleOnHover">
|
474
|
-
<span>
|
475
|
-
<span id="meterChange">
|
467
|
+
<span>Down</span>
|
468
|
+
<span id="meterChange">56</span>
|
476
469
|
<span>this week</span>
|
477
470
|
</div>
|
478
471
|
<div id="meterSeeMoreRow" class="meterToggleOnHover">
|
479
|
-
<a
|
480
|
-
onclick="(new Image()).src='/rg/nm_starmeter_why/prosystem/images/b.gif?link=/r/nm_starmeter_why/name/nm0005132';"
|
481
|
-
href="/r/nm_starmeter_why/name/nm0005132"
|
482
|
-
>View rank on IMDbPro</a>
|
472
|
+
<a href="http://pro.imdb.com/name/nm0005132?rf=cons_nm_meter&ref_=cons_nm_meter" >View rank on IMDbPro</a>
|
483
473
|
<span>»</span>
|
484
474
|
</div>
|
485
475
|
</div>
|
@@ -509,12 +499,12 @@ Director</span></a>
|
|
509
499
|
<hr/>
|
510
500
|
|
511
501
|
<div class="txt-block" id="name-bio-text">
|
512
|
-
|
513
|
-
|
514
|
-
When a
|
515
|
-
|
516
|
-
|
517
|
-
</div>
|
502
|
+
<div class="name-trivia-bio-text">
|
503
|
+
<div class="inline" itemprop="description">
|
504
|
+
When a hunky, twenty-year-old heart-throb Heath Ledger first came to the attention of the public in 1999, it was all too easy to tag him as a "pretty boy" and an actor of little depth. He spent several years trying desperately to sway this image, but this was a double-edged sword. But that comes much later in his story. Heath Ledger was born on ... <span class="see-more inline nobr-only">
|
505
|
+
<a href="/name/nm0005132/bio?ref_=nm_ov_bio_sm" >See full bio</a> »
|
506
|
+
</span>
|
507
|
+
</div> </div>
|
518
508
|
</div>
|
519
509
|
|
520
510
|
|
@@ -558,20 +548,20 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
558
548
|
<div class="mediastrip_container">
|
559
549
|
<div class="mediastrip">
|
560
550
|
|
561
|
-
<a href="/media/
|
562
|
-
<a href="/media/
|
563
|
-
<a href="/media/
|
564
|
-
<a href="/media/
|
565
|
-
<a href="/media/
|
566
|
-
<a href="/media/
|
551
|
+
<a href="/media/rm2474285312/nm0005132?ref_=nm_phs_md_1" itemprop='thumbnailUrl'><img height="99" width="99" alt="Still of Mark Addy and Heath Ledger in The Order (2003)" title="Still of Mark Addy and Heath Ledger in The Order (2003)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTcxMDIzMjgzMV5BMl5BanBnXkFtZTYwODIwNzY3._V1_SY99_CR26,0,99,99_AL_.jpg" itemprop='image' /></a>
|
552
|
+
<a href="/media/rm231970816/nm0005132?ref_=nm_phs_md_2" itemprop='thumbnailUrl'><img height="99" width="99" alt="Vincent Gallo, Heath Ledger and Michael Stipe" title="Vincent Gallo, Heath Ledger and Michael Stipe"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTIyMTY2MDc1NF5BMl5BanBnXkFtZTYwOTcyNjk3._V1_SY99_CR25,0,99,99_AL_.jpg" itemprop='image' /></a>
|
553
|
+
<a href="/media/rm195860480/nm0005132?ref_=nm_phs_md_3" itemprop='thumbnailUrl'><img height="99" width="99" alt="Heath Ledger and Michelle Williams" title="Heath Ledger and Michelle Williams"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTIzNTEyOTQwNF5BMl5BanBnXkFtZTYwODYyNTk1._V1_SX99_CR0,0,99,99_AL_.jpg" itemprop='image' /></a>
|
554
|
+
<a href="/media/rm178362624/nm0005132?ref_=nm_phs_md_4" itemprop='thumbnailUrl'><img height="99" width="99" alt="(Left to right) Wes Bentley as Durrance and Heath Ledger as Harry" title="(Left to right) Wes Bentley as Durrance and Heath Ledger as Harry"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BNzM2Njg0NDY0MV5BMl5BanBnXkFtZTYwOTIwMDQ3._V1_SY99_CR26,0,99,99_AL_.jpg" itemprop='image' /></a>
|
555
|
+
<a href="/media/rm1360763392/nm0005132?ref_=nm_phs_md_5" itemprop='thumbnailUrl'><img height="99" width="99" alt="Heath Ledger and Michelle Williams at event of The Brothers Grimm (2005)" title="Heath Ledger and Michelle Williams at event of The Brothers Grimm (2005)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTY5MTE5MDY5OV5BMl5BanBnXkFtZTYwMTM4OTgz._V1_SX99_CR0,0,99,99_AL_.jpg" itemprop='image' /></a>
|
556
|
+
<a href="/media/rm930453760/nm0005132?ref_=nm_phs_md_6" itemprop='thumbnailUrl'><img height="99" width="99" alt="Still of Heath Ledger and Jake Gyllenhaal in Brokeback Mountain (2005)" title="Still of Heath Ledger and Jake Gyllenhaal in Brokeback Mountain (2005)"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/unknown-1394846836._CB379391227_.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTQxMjA0Mjk0M15BMl5BanBnXkFtZTYwNjE4MDc3._V1_SY99_CR26,0,99,99_AL_.jpg" itemprop='image' /></a> </div>
|
567
557
|
|
568
558
|
<div class="see-more">
|
569
559
|
<a href="/name/nm0005132/mediaindex?ref_=nm_phs_md_sm" ><span class="titlePageSprite showAllVidsAndPics"></span></a>
|
570
560
|
<a href="/name/nm0005132/mediaindex?ref_=nm_phs_md_sm" >245 photos</a>
|
571
561
|
<span class="ghost">|</span>
|
572
|
-
<a href="/name/nm0005132/videogallery?ref_=nm_phs_vi" >
|
562
|
+
<a href="/name/nm0005132/videogallery?ref_=nm_phs_vi" >2 videos</a>
|
573
563
|
<span class="ghost">|</span>
|
574
|
-
<a href="/name/nm0005132/news?ref_=nm_phs_nw" >
|
564
|
+
<a href="/name/nm0005132/news?ref_=nm_phs_nw" >4726 news articles</a> » </div>
|
575
565
|
</div>
|
576
566
|
|
577
567
|
</div>
|
@@ -584,6 +574,11 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
584
574
|
csm.measure('csm_atf_main');
|
585
575
|
}
|
586
576
|
</script>
|
577
|
+
<script>
|
578
|
+
if (typeof uet == 'function') {
|
579
|
+
uet("cf");
|
580
|
+
}
|
581
|
+
</script>
|
587
582
|
</div>
|
588
583
|
|
589
584
|
<div id="maindetails_sidebar_top" class="maindetails_sidebar">
|
@@ -595,6 +590,8 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
595
590
|
</div>
|
596
591
|
<div id="maindetails_sidebar_bottom" class="maindetails_sidebar">
|
597
592
|
|
593
|
+
|
594
|
+
|
598
595
|
|
599
596
|
<div class="aux-content-widget-3 links subnav" div="quicklinks">
|
600
597
|
|
@@ -628,7 +625,7 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
628
625
|
</li>
|
629
626
|
<li class="subnav_item_main">
|
630
627
|
<span class="nobr-only">
|
631
|
-
<a href="/
|
628
|
+
<a href="/name/nm0005132/?nmdp=1&ref_=nm_ql_5#filmography" class="link" >Filmography <span class="ghost quicklink_modifier">(by Job)</span></a>
|
632
629
|
</span>
|
633
630
|
</li>
|
634
631
|
<li class="subnav_item_main">
|
@@ -648,37 +645,32 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
648
645
|
<ul class="quicklinks">
|
649
646
|
<li class="subnav_item_main">
|
650
647
|
<span class="nobr-only">
|
651
|
-
<a href="/
|
652
|
-
</span>
|
653
|
-
</li>
|
654
|
-
<li class="subnav_item_main">
|
655
|
-
<span class="nobr-only">
|
656
|
-
<a href="/name/nm0005132/filmotype?ref_=nm_ql_flmg_2" class="link" ><span class="ghost">by</span> Job type</a>
|
648
|
+
<a href="/filmosearch?sort=year&explore=title_type&role=nm0005132&ref_=nm_ql_flmg_1" class="link" ><span class="ghost">by</span> Year</a>
|
657
649
|
</span>
|
658
650
|
</li>
|
659
651
|
<li class="subnav_item_main">
|
660
652
|
<span class="nobr-only">
|
661
|
-
<a href="/
|
653
|
+
<a href="/name/nm0005132/?nmdp=1&ref_=nm_ql_flmg_2#filmography" class="link" ><span class="ghost">by</span> Job</a>
|
662
654
|
</span>
|
663
655
|
</li>
|
664
656
|
<li class="subnav_item_main">
|
665
657
|
<span class="nobr-only">
|
666
|
-
<a href="/
|
658
|
+
<a href="/filmosearch?sort=user_rating&explore=title_type&role=nm0005132&ref_=nm_ql_flmg_3" class="link" ><span class="ghost">by</span> Ratings</a>
|
667
659
|
</span>
|
668
660
|
</li>
|
669
661
|
<li class="subnav_item_main">
|
670
662
|
<span class="nobr-only">
|
671
|
-
<a href="/
|
663
|
+
<a href="/filmosearch?sort=num_votes&explore=title_type&role=nm0005132&ref_=nm_ql_flmg_4" class="link" ><span class="ghost">by</span> Votes</a>
|
672
664
|
</span>
|
673
665
|
</li>
|
674
666
|
<li class="subnav_item_main">
|
675
667
|
<span class="nobr-only">
|
676
|
-
<a href="/
|
668
|
+
<a href="/filmosearch?sort=moviemeter&explore=genres&role=nm0005132&ref_=nm_ql_flmg_5" class="link" ><span class="ghost">by</span> Genre</a>
|
677
669
|
</span>
|
678
670
|
</li>
|
679
671
|
<li class="subnav_item_main">
|
680
672
|
<span class="nobr-only">
|
681
|
-
<a href="/
|
673
|
+
<a href="/filmosearch?sort=moviemeter&explore=keywords&role=nm0005132&ref_=nm_ql_flmg_6" class="link" ><span class="ghost">by</span> Keyword</a>
|
682
674
|
</span>
|
683
675
|
</li>
|
684
676
|
</ul>
|
@@ -798,12 +790,12 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
798
790
|
</li>
|
799
791
|
<li class="subnav_item_main">
|
800
792
|
<span class="nobr-only">
|
801
|
-
<a href="/
|
793
|
+
<a href="http://pro.imdb.com/name/nm0005132?ref_=nm_ql_pro_2" class="link" >Add or change photos</a>
|
802
794
|
</span>
|
803
795
|
</li>
|
804
796
|
<li class="subnav_item_main">
|
805
797
|
<span class="nobr-only">
|
806
|
-
<a href="/
|
798
|
+
<a href="http://pro.imdb.com/name/nm0005132?ref_=nm_ql_pro_3" class="link" >Get more at IMDbPro</a>
|
807
799
|
</span>
|
808
800
|
</li>
|
809
801
|
</ul>
|
@@ -813,12 +805,17 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
813
805
|
<div class="show_more"><span class="titlePageSprite arrows show"></span>Explore More</div>
|
814
806
|
<div class="show_less"><span class="titlePageSprite arrows hide"></span>Show Less</div>
|
815
807
|
</div>
|
808
|
+
|
809
|
+
|
810
|
+
|
811
|
+
|
816
812
|
<div class="aux-content-widget-2" id="social-share-widget">
|
813
|
+
|
817
814
|
<div class="social">
|
818
815
|
<div class="social_networking">
|
819
816
|
<span><strong>Share</strong> this page:</span>
|
820
|
-
<a onclick="window.open(
|
821
|
-
<a onclick="window.open(
|
817
|
+
<a onclick="window.open("http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Fname%2Fnm0005132%2F", 'newWindow', 'width=626, height=436'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Fname%2Fnm0005132%2F" target="_blank" title="Share on Facebook" class="share_icon facebook"></a>
|
818
|
+
<a onclick="window.open("http://twitter.com/intent/tweet?text=Heath%20Ledger%20-%20http%3A%2F%2Fwww.imdb.com%2Fname%2Fnm0005132%2F", 'newWindow', 'width=815, height=436'); return false;" href="http://twitter.com/intent/tweet?text=Heath%20Ledger%20-%20http%3A%2F%2Fwww.imdb.com%2Fname%2Fnm0005132%2F" target="_blank" title="Share on Twitter" class="share_icon twitter"></a>
|
822
819
|
<a onclick="$('div.social input[name=share-link]').show().select(); return false;" title="Share the page" class="share_icon share_url_link" href="http://www.imdb.com/name/nm0005132/"></a>
|
823
820
|
</div>
|
824
821
|
<input type="text" name="share-link" value="http://www.imdb.com/name/nm0005132/" readonly>
|
@@ -837,10 +834,14 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
837
834
|
height=65></iframe>
|
838
835
|
</div>
|
839
836
|
</div>
|
837
|
+
|
838
|
+
|
840
839
|
|
841
840
|
<!-- no content received for slot: rhs_cornerstone -->
|
842
841
|
|
843
842
|
|
843
|
+
|
844
|
+
|
844
845
|
<div class="aux-content-widget-2" >
|
845
846
|
<h3>Related News</h3>
|
846
847
|
|
@@ -850,16 +851,16 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
850
851
|
|
851
852
|
<div class="news_item odd" >
|
852
853
|
<span itemprop="headline" >
|
853
|
-
<a href="/name/nm0005132/news?ref_=nm_nwr_1#
|
854
|
+
<a href="/name/nm0005132/news?ref_=nm_nwr_1#ni57414693" >Required Reading: A Personal Roller Coaster Ride and Batman vs Batman</a>
|
854
855
|
</span>
|
855
856
|
|
856
857
|
<br /><small>
|
857
858
|
<span itemprop="datePublished">
|
858
|
-
|
859
|
+
26 June 2014
|
859
860
|
</span>
|
860
861
|
|
861
862
|
<span class="ghost">|</span><span itemprop="provider" >
|
862
|
-
<a href="/news/
|
863
|
+
<a href="/news/ns0000067?ref_=nm_nwr_1" >FilmSchoolRejects.com</a>
|
863
864
|
</span>
|
864
865
|
</small>
|
865
866
|
</div>
|
@@ -868,16 +869,16 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
868
869
|
|
869
870
|
<div class="news_item even" >
|
870
871
|
<span itemprop="headline" >
|
871
|
-
<a href="/name/nm0005132/news?ref_=nm_nwr_2#
|
872
|
+
<a href="/name/nm0005132/news?ref_=nm_nwr_2#ni57410334" >First Look At Tom Hardy & Charlize Theron Together In 'Mad Max: Fury Road'</a>
|
872
873
|
</span>
|
873
874
|
|
874
875
|
<br /><small>
|
875
876
|
<span itemprop="datePublished">
|
876
|
-
|
877
|
+
25 June 2014
|
877
878
|
</span>
|
878
879
|
|
879
880
|
<span class="ghost">|</span><span itemprop="provider" >
|
880
|
-
<a href="/news/
|
881
|
+
<a href="/news/ns0011867?ref_=nm_nwr_2" >The Playlist</a>
|
881
882
|
</span>
|
882
883
|
</small>
|
883
884
|
</div>
|
@@ -886,25 +887,32 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
886
887
|
|
887
888
|
<div class="news_item odd" >
|
888
889
|
<span itemprop="headline" >
|
889
|
-
<a href="/name/nm0005132/news?ref_=nm_nwr_3#
|
890
|
+
<a href="/name/nm0005132/news?ref_=nm_nwr_3#ni57405261" >Watch: Meryl Streep On Being the Worst Dressed in PBS' 'Blank on Blank' Video</a>
|
890
891
|
</span>
|
891
892
|
|
892
893
|
<br /><small>
|
893
894
|
<span itemprop="datePublished">
|
894
|
-
|
895
|
+
24 June 2014
|
895
896
|
</span>
|
896
897
|
|
897
898
|
<span class="ghost">|</span><span itemprop="provider" >
|
898
|
-
<a href="/news/
|
899
|
+
<a href="/news/ns0000139?ref_=nm_nwr_3" >Indiewire</a>
|
899
900
|
</span>
|
900
901
|
</small>
|
901
902
|
</div>
|
902
903
|
|
903
904
|
<div class="see-more">
|
904
|
-
<a href="/name/nm0005132/news?ref_=nm_nwr_sm" >See all
|
905
|
+
<a href="/name/nm0005132/news?ref_=nm_nwr_sm" >See all 4726 related articles</a> »
|
905
906
|
</div>
|
906
907
|
|
907
908
|
</div>
|
909
|
+
|
910
|
+
|
911
|
+
|
912
|
+
|
913
|
+
|
914
|
+
|
915
|
+
|
908
916
|
<div class="aux-content-widget-2">
|
909
917
|
<div id="relatedListsWidget">
|
910
918
|
<div class="rightcornerlink">
|
@@ -912,92 +920,74 @@ When a young, hunky 20 year old heart-throb Heath Ledger first came to the atten
|
|
912
920
|
</div>
|
913
921
|
<h3>User Lists</h3>
|
914
922
|
<p>Related lists from IMDb users</p>
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
<a href="/list/
|
919
|
-
<
|
920
|
-
|
921
|
-
|
922
|
-
<
|
923
|
-
|
924
|
-
|
925
|
-
</
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
<
|
939
|
-
|
940
|
-
|
941
|
-
class="
|
942
|
-
<
|
943
|
-
<
|
944
|
-
|
945
|
-
</
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
<
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
<
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
<div class="list-preview odd">
|
977
|
-
<div class="list-preview-item-narrow">
|
978
|
-
<a href="/list/shMF25HCoBk/?ref_=nm_rls_4" >
|
979
|
-
<img height="86" width="86" alt="list image" title="list image"
|
980
|
-
src="/images/nopicture/medium/name.png"
|
981
|
-
class="loadlate hidden rec_poster_img" loadlate="http://ia.media-imdb.com/images/M/MV5BMjE2NDY2NDc1Ml5BMl5BanBnXkFtZTcwNjAyMjkwOQ@@._V1_SX86_CR0,0,86,86_.jpg" />
|
982
|
-
<noscript>
|
983
|
-
<img height="86" width="86" alt="list image" title="list image"
|
984
|
-
src="http://ia.media-imdb.com/images/M/MV5BMjE2NDY2NDc1Ml5BMl5BanBnXkFtZTcwNjAyMjkwOQ@@._V1_SX86_CR0,0,86,86_.jpg" class="rec_poster_img" />
|
985
|
-
</noscript>
|
986
|
-
</a> </div>
|
987
|
-
<div class="list_name">
|
988
|
-
<b><a href="/list/shMF25HCoBk/?ref_=nm_rls_4" >Actors/Actresses who should've won (1945 - 2012)</a></b>
|
989
|
-
</div>
|
990
|
-
<div class="list_meta">
|
991
|
-
a list of 277 people
|
992
|
-
created 6 months ago
|
993
|
-
</div>
|
994
|
-
<div class="clear"> </div>
|
995
|
-
</div>
|
923
|
+
|
924
|
+
<div class="list-preview even">
|
925
|
+
<div class="list-preview-item-narrow">
|
926
|
+
<a href="/list/ls000060913?ref_=nm_rls_1" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/name.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTI2NTY0NzA4MF5BMl5BanBnXkFtZTYwMjE1MDE0._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
927
|
+
<div class="list_name">
|
928
|
+
<strong><a href="/list/ls000060913?ref_=nm_rls_1" >My favorite actors</a></strong>
|
929
|
+
</div>
|
930
|
+
<div class="list_meta">
|
931
|
+
a list of 22 people
|
932
|
+
<br />created 15 Jan 2011
|
933
|
+
</div>
|
934
|
+
<div class="clear"> </div>
|
935
|
+
</div>
|
936
|
+
<div class="list-preview odd">
|
937
|
+
<div class="list-preview-item-narrow">
|
938
|
+
<a href="/list/ls000726160?ref_=nm_rls_2" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/name.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMjAyMzI0NTU0NF5BMl5BanBnXkFtZTcwODc0MjAwNQ@@._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
939
|
+
<div class="list_name">
|
940
|
+
<strong><a href="/list/ls000726160?ref_=nm_rls_2" >the hottest and most interesting men ever ...</a></strong>
|
941
|
+
</div>
|
942
|
+
<div class="list_meta">
|
943
|
+
a list of 30 people
|
944
|
+
<br />created 05 Apr 2011
|
945
|
+
</div>
|
946
|
+
<div class="clear"> </div>
|
947
|
+
</div>
|
948
|
+
<div class="list-preview even">
|
949
|
+
<div class="list-preview-item-narrow">
|
950
|
+
<a href="/list/ls009538744?ref_=nm_rls_3" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/name.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTk4MzMwMjc5NF5BMl5BanBnXkFtZTYwMDMyNzQz._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
951
|
+
<div class="list_name">
|
952
|
+
<strong><a href="/list/ls009538744?ref_=nm_rls_3" >Incedible performances</a></strong>
|
953
|
+
</div>
|
954
|
+
<div class="list_meta">
|
955
|
+
a list of 38 people
|
956
|
+
<br />created 08 Jun 2012
|
957
|
+
</div>
|
958
|
+
<div class="clear"> </div>
|
959
|
+
</div>
|
960
|
+
<div class="list-preview odd">
|
961
|
+
<div class="list-preview-item-narrow">
|
962
|
+
<a href="/list/ls009754972?ref_=nm_rls_4" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/name.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTg5ODk1NTc5Ml5BMl5BanBnXkFtZTYwMjAwOTI4._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
963
|
+
<div class="list_name">
|
964
|
+
<strong><a href="/list/ls009754972?ref_=nm_rls_4" >Actors born to be an evil character</a></strong>
|
965
|
+
</div>
|
966
|
+
<div class="list_meta">
|
967
|
+
a list of 38 people
|
968
|
+
<br />created 13 Jun 2012
|
969
|
+
</div>
|
970
|
+
<div class="clear"> </div>
|
971
|
+
</div>
|
972
|
+
<div class="list-preview even">
|
973
|
+
<div class="list-preview-item-narrow">
|
974
|
+
<a href="/list/ls059297067?ref_=nm_rls_5" ><img height="86" width="86" alt="list image" title="list image"src="/images/nopicture/medium/name.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTI2NTY0NzA4MF5BMl5BanBnXkFtZTYwMjE1MDE0._V1_SX86_CR0,0,86,86_AL_.jpg" /></a> </div>
|
975
|
+
<div class="list_name">
|
976
|
+
<strong><a href="/list/ls059297067?ref_=nm_rls_5" >BEST ACTORS</a></strong>
|
977
|
+
</div>
|
978
|
+
<div class="list_meta">
|
979
|
+
a list of 23 people
|
980
|
+
<br />created 4 months ago
|
981
|
+
</div>
|
982
|
+
<div class="clear"> </div>
|
983
|
+
</div>
|
996
984
|
<div class="see-more">
|
997
985
|
<a href="/lists/nm0005132?ref_=nm_rls_sm" >See all related lists</a> »
|
998
986
|
</div>
|
999
987
|
</div>
|
1000
988
|
</div>
|
989
|
+
|
990
|
+
|
1001
991
|
<div class="aux-content-widget-2">
|
1002
992
|
<h3>Do you have a demo reel?</h3>
|
1003
993
|
|
@@ -1008,7 +998,9 @@ src="http://ia.media-imdb.com/images/M/MV5BMjE2NDY2NDc1Ml5BMl5BanBnXkFtZTcwNjAyM
|
|
1008
998
|
|
1009
999
|
|
1010
1000
|
|
1011
|
-
|
1001
|
+
|
1002
|
+
<a href="/video/user/vi3091568921?ref_=nm_demo_1" title="David H. Lawrence, XVII - Drama -- On-camera drama reel featuring David H. Lawrence XVII, in scenes from Heroes, The Unit, LOST, and more" alt="David H. Lawrence, XVII - Drama -- On-camera drama reel featuring David H. Lawrence XVII, in scenes from Heroes, The Unit, LOST, and more" class="video-colorbox" data-video="vi3091568921" data-context="user" data-rid="" widget-context="nameDemoreels" itemprop="url" ><img height="90" width="120" alt="David H. Lawrence, XVII - Drama -- On-camera drama reel featuring David H. Lawrence XVII, in scenes from Heroes, The Unit, LOST, and more" title="David H. Lawrence, XVII - Drama -- On-camera drama reel featuring David H. Lawrence XVII, in scenes from Heroes, The Unit, LOST, and more"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904._CB379390253_.png"class="loadlate hidden video" loadlate="http://ia.media-imdb.com/images/M/MV5BMjk5Mjc4MDM5OV5BMl5BanBnXkFtZTcwNTc2NzExNA@@._V1_SP229,229,0,C,0,0,0_CR45,62,139,105_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,139,105_PIimdb-bluebutton-big,BottomRight,-1,-1_ZA01:20,103,1,14,36,verdenab,7,255,255,255,1_PIimdb-HDIconMiniWhite,BottomLeft,2,-2_.jpg" itemprop='image' viconst="vi3091568921" /></a>
|
1003
|
+
|
1012
1004
|
|
1013
1005
|
|
1014
1006
|
|
@@ -1036,7 +1028,8 @@ Thank You! Franklin" title="Franklin Ojeda Smith - -- "...back in the day t
|
|
1036
1028
|
3)Cayman Went - Aniston Turnkey
|
1037
1029
|
4)Letting Go -Therapist
|
1038
1030
|
5)Footsteps in the Sand - Jim.
|
1039
|
-
Thank You! Franklin"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904.
|
1031
|
+
Thank You! Franklin"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904._CB379390253_.png"class="loadlate hidden video" loadlate="http://ia.media-imdb.com/images/M/MV5BMjIxMTA1MjEzNV5BMl5BanBnXkFtZTcwMjQ2MjYyNA@@._V1_SP229,229,0,C,0,0,0_CR45,62,139,105_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,139,105_PIimdb-bluebutton-big,BottomRight,-1,-1_ZA05:58,103,1,14,36,verdenab,7,255,255,255,1_PIimdb-HDIconMiniWhite,BottomLeft,2,-2_.jpg" itemprop='image' viconst="vi2695404313" /></a>
|
1032
|
+
|
1040
1033
|
|
1041
1034
|
|
1042
1035
|
|
@@ -1044,16 +1037,15 @@ Thank You! Franklin"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopict
|
|
1044
1037
|
" alt="My Demo Reel -- Includes clips from GLORY DAZE, COMMUNITY and horror film URBAN EXPLORER.
|
1045
1038
|
" class="video-colorbox" data-video="vi4067727897" data-context="user" data-rid="" widget-context="nameDemoreels" itemprop="url" ><img height="90" width="120" alt="My Demo Reel -- Includes clips from GLORY DAZE, COMMUNITY and horror film URBAN EXPLORER.
|
1046
1039
|
" title="My Demo Reel -- Includes clips from GLORY DAZE, COMMUNITY and horror film URBAN EXPLORER.
|
1047
|
-
"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904.
|
1040
|
+
"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904._CB379390253_.png"class="loadlate hidden video" loadlate="http://ia.media-imdb.com/images/M/MV5BMTcyNTgxMDMyNF5BMl5BanBnXkFtZTcwNTkxOTQ0NA@@._V1_SP229,229,0,C,0,0,0_CR45,62,139,105_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,139,105_PIimdb-bluebutton-big,BottomRight,-1,-1_ZA03:00,103,1,14,36,verdenab,7,255,255,255,1_.jpg" itemprop='image' viconst="vi4067727897" /></a>
|
1048
1041
|
</div>
|
1049
1042
|
</div>
|
1050
1043
|
<div id="pro_demo_reel_link">
|
1051
|
-
<a
|
1052
|
-
onclick="(new Image()).src='/rg/DemoReels/prosystem/images/b.gif?link=/r/DemoReels/demoreels/list';"
|
1053
|
-
href="/r/DemoReels/demoreels/list"
|
1054
|
-
>Find out more at IMDb Pro</a> »
|
1044
|
+
<a href="http://pro.imdb.com/demoreels/list?rf=cons_nm_demoreel&ref_=cons_nm_demoreel" >Find out more at IMDb Pro</a> »
|
1055
1045
|
</div>
|
1056
1046
|
</div>
|
1047
|
+
|
1048
|
+
|
1057
1049
|
<div class="aux-content-widget-2">
|
1058
1050
|
<h3>Connect with IMDb</h3>
|
1059
1051
|
<div id="facebookWrapper">
|
@@ -1070,32 +1062,44 @@ href="/r/DemoReels/demoreels/list"
|
|
1070
1062
|
scrolling="no"
|
1071
1063
|
id="twitterIframe"></iframe>
|
1072
1064
|
</div>
|
1065
|
+
|
1066
|
+
|
1073
1067
|
<div class="aux-content-widget-2 play_quiz_widget">
|
1074
1068
|
<h3>Take The Quiz!</h3>
|
1075
1069
|
<a href="/games/guess/nm0005132?ref_=nm_qz" class="icon" ></a><span>Test your knowledge of <a href="/games/guess/nm0005132?ref_=nm_qz" >Heath Ledger</a>.</span>
|
1076
1070
|
</div>
|
1077
|
-
|
1071
|
+
|
1072
|
+
|
1073
|
+
<div class="aux-content-widget-2 poll-widget-rhs ">
|
1078
1074
|
<style>
|
1079
1075
|
.aux-content-widget-2.poll-widget-rhs ul li { margin-bottom: 0.5em; clear: left; font-weight: bold;}
|
1080
1076
|
.aux-content-widget-2.poll-widget-rhs span { margin-bottom: 0.5em; clear: left;}
|
1081
|
-
.aux-content-widget-2.poll-widget-rhs img { float: left; padding: 0 5px 5px 0; height:
|
1077
|
+
.aux-content-widget-2.poll-widget-rhs img { float: left; padding: 0 5px 5px 0; height: 86px; width: 86px;}
|
1082
1078
|
</style>
|
1083
|
-
<h3>
|
1079
|
+
<h3>User Polls</h3>
|
1084
1080
|
<ul>
|
1085
1081
|
<li>
|
1086
|
-
<a href="/poll/
|
1082
|
+
<a href="/poll/9G69c4gN3jY/?ref_=nm_po_i1" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTQyOTYzMDI2M15BMl5BanBnXkFtZTcwMzAzMjM4NA@@._V1_SY86_CR18,0,86,86_.jpg" /></a> <a href="/poll/9G69c4gN3jY/?ref_=nm_po_q1" >Awkward Movie Questions</a>
|
1083
|
+
<li>
|
1084
|
+
<a href="/poll/lvsFt1df0Ak/?ref_=nm_po_i2" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTgzMzkyNjAwOV5BMl5BanBnXkFtZTcwNzgzMTk2Mw@@._V1_SY86_CR59,0,86,86_.jpg" /></a> <a href="/poll/lvsFt1df0Ak/?ref_=nm_po_q2" >What is your favourite aspect of your favourite film?</a>
|
1085
|
+
<li>
|
1086
|
+
<a href="/poll/m-4ui-wDLE4/?ref_=nm_po_i3" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BOTAwNzgyMjk5N15BMl5BanBnXkFtZTcwNjU0MzI0OQ@@._V1_SY86_CR21,0,86,86_.jpg" /></a> <a href="/poll/m-4ui-wDLE4/?ref_=nm_po_q3" >Coolest Caped Character</a>
|
1087
1087
|
<li>
|
1088
|
-
<a href="/poll/
|
1088
|
+
<a href="/poll/LFcr94TNkvo/?ref_=nm_po_i4" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTMyNDExMDU0NV5BMl5BanBnXkFtZTcwMjE2MDAxMw@@._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/LFcr94TNkvo/?ref_=nm_po_q4" >Amon Goeth vs Anton Chigurh vs Joker vs Hans Landa</a>
|
1089
1089
|
<li>
|
1090
|
-
<a href="/poll/
|
1090
|
+
<a href="/poll/QmCAVL7MhXE/?ref_=nm_po_i5" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTQ3OTY0ODk0M15BMl5BanBnXkFtZTYwNzE4Njc4._V1_SX86_CR0,0,86,86_.jpg" /></a> <a href="/poll/QmCAVL7MhXE/?ref_=nm_po_q5" >Favourite Oscar-Nominated Actor to Appear in a Batman Film?</a>
|
1091
1091
|
<li>
|
1092
|
-
<a href="/poll/
|
1092
|
+
<a href="/poll/LyOh1tAyhPU/?ref_=nm_po_i6" ><img height="86" width="86" alt="poll image" title="poll image"src="http://i.imdb.com/images/nopicture/140x209/unknown.png"class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTIyMjM2ODgwOF5BMl5BanBnXkFtZTYwNTU0NTQ2._V1_SY86_CR20,0,86,86_.jpg" /></a> <a href="/poll/LyOh1tAyhPU/?ref_=nm_po_q6" >The most likely movie villain to win a staring contest is ...</a>
|
1093
1093
|
</ul>
|
1094
|
-
<div class="see-more"><a href="/poll
|
1094
|
+
<div class="see-more"><a href="/poll/?ref_=nm_po_sm" >See more polls »</a></div>
|
1095
1095
|
</div>
|
1096
|
+
|
1097
|
+
|
1096
1098
|
|
1097
1099
|
<!-- no content received for slot: btf_rhs2 -->
|
1098
1100
|
|
1101
|
+
|
1102
|
+
|
1099
1103
|
</div>
|
1100
1104
|
|
1101
1105
|
|
@@ -1103,45 +1107,57 @@ href="/r/DemoReels/demoreels/list"
|
|
1103
1107
|
<div id="maindetails_center_bottom" class="maindetails_center">
|
1104
1108
|
<div class="article highlighted">
|
1105
1109
|
<span itemprop="awards"><b>Won 1 Oscar.</b></span>
|
1106
|
-
<span itemprop="awards">Another
|
1110
|
+
<span itemprop="awards">Another 64 wins & 35 nominations.</span>
|
1107
1111
|
<span class="see-more inline">
|
1108
1112
|
<a href="/name/nm0005132/awards?ref_=nm_awd" >See more awards</a> » </span>
|
1109
1113
|
</div>
|
1110
1114
|
<div class="article">
|
1111
1115
|
<h2>Known For</h2>
|
1112
1116
|
<div id="knownfor">
|
1113
|
-
<div
|
1117
|
+
<div>
|
1118
|
+
<a href="/title/tt0468569/?ref_=nm_knf_i1" > <img
|
1114
1119
|
height="200"
|
1115
1120
|
width="148"
|
1116
1121
|
title="The Dark Knight"
|
1117
1122
|
alt="The Dark Knight"
|
1118
|
-
src="http://ia.media-imdb.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_SX148_CR0,0,148,
|
1119
|
-
|
1120
|
-
|
1121
|
-
<
|
1123
|
+
src="http://ia.media-imdb.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_SX148_CR0,0,148,200_AL_.jpg"
|
1124
|
+
class="wtw-option" data-tconst="tt0468569" data-watchtype="icon" data-baseref="nm_knf_i_woi"
|
1125
|
+
itemprop="image" />
|
1126
|
+
</a> <a href="/title/tt0468569/?ref_=nm_knf_t1" >The Dark Knight (2008)</a>
|
1127
|
+
</div>
|
1128
|
+
<div>
|
1129
|
+
<a href="/title/tt0388795/?ref_=nm_knf_i2" > <img
|
1122
1130
|
height="200"
|
1123
1131
|
width="148"
|
1124
1132
|
title="Brokeback Mountain"
|
1125
1133
|
alt="Brokeback Mountain"
|
1126
|
-
src="http://ia.media-imdb.com/images/M/MV5BMTY5NTAzNTc1NF5BMl5BanBnXkFtZTYwNDY4MDc3._V1_SX148_CR0,0,148,
|
1127
|
-
|
1128
|
-
|
1129
|
-
<
|
1134
|
+
src="http://ia.media-imdb.com/images/M/MV5BMTY5NTAzNTc1NF5BMl5BanBnXkFtZTYwNDY4MDc3._V1_SX148_CR0,0,148,200_AL_.jpg"
|
1135
|
+
class="wtw-option" data-tconst="tt0388795" data-watchtype="icon" data-baseref="nm_knf_i_woi"
|
1136
|
+
itemprop="image" />
|
1137
|
+
</a> <a href="/title/tt0388795/?ref_=nm_knf_t2" >Brokeback Mountain (2005)</a>
|
1138
|
+
</div>
|
1139
|
+
<div>
|
1140
|
+
<a href="/title/tt0147800/?ref_=nm_knf_i3" > <img
|
1130
1141
|
height="200"
|
1131
1142
|
width="148"
|
1132
1143
|
title="10 Things I Hate About You"
|
1133
1144
|
alt="10 Things I Hate About You"
|
1134
|
-
src="http://ia.media-imdb.com/images/M/MV5BMTI4MzU5OTc2MF5BMl5BanBnXkFtZTYwNzQxMjc5._V1_SX148_CR0,0,148,
|
1135
|
-
|
1136
|
-
|
1137
|
-
<
|
1145
|
+
src="http://ia.media-imdb.com/images/M/MV5BMTI4MzU5OTc2MF5BMl5BanBnXkFtZTYwNzQxMjc5._V1_SX148_CR0,0,148,200_AL_.jpg"
|
1146
|
+
class="wtw-option" data-tconst="tt0147800" data-watchtype="icon" data-baseref="nm_knf_i_woi"
|
1147
|
+
itemprop="image" />
|
1148
|
+
</a> <a href="/title/tt0147800/?ref_=nm_knf_t3" >10 Things I Hate About You (1999)</a>
|
1149
|
+
</div>
|
1150
|
+
<div class="last">
|
1151
|
+
<a href="/title/tt0183790/?ref_=nm_knf_i4" > <img
|
1138
1152
|
height="200"
|
1139
1153
|
width="148"
|
1140
1154
|
title="A Knight's Tale"
|
1141
1155
|
alt="A Knight's Tale"
|
1142
|
-
src="http://ia.media-imdb.com/images/M/MV5BMTE5OTE4OTE2Nl5BMl5BanBnXkFtZTYwMDkzMTQ3._V1_SX148_CR0,0,148,
|
1143
|
-
|
1144
|
-
|
1156
|
+
src="http://ia.media-imdb.com/images/M/MV5BMTE5OTE4OTE2Nl5BMl5BanBnXkFtZTYwMDkzMTQ3._V1_SX148_CR0,0,148,200_AL_.jpg"
|
1157
|
+
class="wtw-option" data-tconst="tt0183790" data-watchtype="icon" data-baseref="nm_knf_i_woi"
|
1158
|
+
itemprop="image" />
|
1159
|
+
</a> <a href="/title/tt0183790/?ref_=nm_knf_t4" >A Knight's Tale (2001)</a>
|
1160
|
+
</div>
|
1145
1161
|
</div>
|
1146
1162
|
</div>
|
1147
1163
|
<div class="article">
|
@@ -1149,50 +1165,57 @@ itemprop="image" /></a>
|
|
1149
1165
|
<span class="filmo-show-hide-all"
|
1150
1166
|
style="display: inline;"
|
1151
1167
|
onclick="showOrHideAll();">
|
1152
|
-
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show_mini-603933165.
|
1168
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show_mini-603933165._CB358668251_.png" alt="Show" width="14" height="12" class="absmiddle"> Show all
|
1153
1169
|
</span>
|
1154
1170
|
<span class="filmo-show-hide-all"
|
1155
1171
|
style="display: none;"
|
1156
1172
|
onclick="showOrHideAll();">
|
1157
|
-
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide_mini-3743750714.
|
1173
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide_mini-3743750714._CB358668245_.png" alt="Hide" width="14" height="12" class="absmiddle"> Hide all
|
1158
1174
|
</span>
|
1159
1175
|
<span>|</span>
|
1160
1176
|
<form name="navform" method="get" action="filmosummary" id="filmoform">
|
1161
|
-
Show by:
|
1162
1177
|
<select name="sort" class="fixed">
|
1163
|
-
<option value="
|
1164
|
-
<option value="
|
1165
|
-
<option value="/
|
1166
|
-
<option value="/
|
1167
|
-
<option value="
|
1168
|
-
<option value="/
|
1169
|
-
<option value="/
|
1178
|
+
<option value="">Show by...</option>
|
1179
|
+
<option value="?nmdp=1" disabled="disabled">Job (shown)</option>
|
1180
|
+
<option value="/filmosearch?sort=year&explore=title_type&role=nm0005132">Year »</option>
|
1181
|
+
<option value="/filmosearch?sort=user_rating&explore=title_type&role=nm0005132">Ratings »</option>
|
1182
|
+
<option value="/filmosearch?sort=num_votes&explore=title_type&role=nm0005132">Votes »</option>
|
1183
|
+
<option value="/filmosearch?sort=moviemeter&explore=genres&role=nm0005132">Genre »</option>
|
1184
|
+
<option value="/filmosearch?sort=moviemeter&explore=keywords&role=nm0005132">Keyword »</option>
|
1170
1185
|
</select>
|
1171
|
-
<input class="fixed btn small" type="submit" value="Go »">
|
1172
1186
|
</form>
|
1173
1187
|
<span>|</span>
|
1174
1188
|
<a href="/updates?edit=nm0005132/filmography&ref_=nm_flmg_edt" > Edit
|
1175
1189
|
</a> </div>
|
1176
1190
|
<h2>Filmography</h2>
|
1191
|
+
<div class="message_box small">
|
1192
|
+
<div class="info">
|
1193
|
+
<p>To always display TV and movie credits separately, <a href="/register-imdb/siteprefs">edit your site preferences</a>.</p>
|
1194
|
+
</div>
|
1195
|
+
</div>
|
1177
1196
|
<div id="jumpto">
|
1178
1197
|
Jump to:
|
1179
|
-
<a onclick="handleFilmoJumpto(this);" href="#
|
1180
|
-
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#
|
1181
|
-
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#
|
1182
|
-
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#
|
1198
|
+
<a onclick="handleFilmoJumpto(this);" href="#actorMovie" data-category="actorMovie">Actor: Movie</a></a>
|
1199
|
+
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#actorTV" data-category="actorTV">Actor: TV</a></a>
|
1200
|
+
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#directorVideo" data-category="directorVideo">Director: Video</a></a>
|
1201
|
+
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#thanksMovie" data-category="thanksMovie">Thanks: Movie</a></a>
|
1202
|
+
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#selfTV" data-category="selfTV">Self: TV</a></a>
|
1203
|
+
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#selfVideo" data-category="selfVideo">Self: Video</a></a>
|
1204
|
+
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#selfMovie" data-category="selfMovie">Self: Movie</a></a>
|
1183
1205
|
<span class="ghost">|</span> <a onclick="handleFilmoJumpto(this);" href="#archive_footage" data-category="archive_footage">Archive footage</a></a>
|
1184
1206
|
</div>
|
1185
1207
|
<div id="filmography">
|
1186
|
-
<div id="filmo-head-
|
1187
|
-
<span id="hide-
|
1188
|
-
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577.
|
1189
|
-
<span id="show-
|
1190
|
-
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296.
|
1191
|
-
<a name="actor"
|
1208
|
+
<div id="filmo-head-actorMovie" class="head" data-category="actorMovie" onclick="toggleFilmoCategory(this);">
|
1209
|
+
<span id="hide-actorMovie" class="hide-link"
|
1210
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
1211
|
+
<span id="show-actorMovie" class="show-link"
|
1212
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
1213
|
+
<a name="actor"></a>
|
1214
|
+
<a name="actorMovie">Actor: Movie</a> (19 credits)
|
1192
1215
|
</div>
|
1193
1216
|
<div class="filmo-category-section"
|
1194
1217
|
>
|
1195
|
-
<div class="filmo-row odd">
|
1218
|
+
<div class="filmo-row odd" id="actorMovie-tt1054606">
|
1196
1219
|
<span class="year_column">
|
1197
1220
|
2009
|
1198
1221
|
</span>
|
@@ -1200,7 +1223,7 @@ Jump to:
|
|
1200
1223
|
<br/>
|
1201
1224
|
<a href="/character/ch0061054/?ref_=nm_flmg_act_1" >Tony</a>
|
1202
1225
|
</div>
|
1203
|
-
<div class="filmo-row even">
|
1226
|
+
<div class="filmo-row even" id="actorMovie-tt0468569">
|
1204
1227
|
<span class="year_column">
|
1205
1228
|
2008
|
1206
1229
|
</span>
|
@@ -1208,7 +1231,7 @@ Jump to:
|
|
1208
1231
|
<br/>
|
1209
1232
|
<a href="/character/ch0000180/?ref_=nm_flmg_act_2" >Joker</a>
|
1210
1233
|
</div>
|
1211
|
-
<div class="filmo-row odd">
|
1234
|
+
<div class="filmo-row odd" id="actorMovie-tt0368794">
|
1212
1235
|
<span class="year_column">
|
1213
1236
|
2007
|
1214
1237
|
</span>
|
@@ -1216,7 +1239,7 @@ Jump to:
|
|
1216
1239
|
<br/>
|
1217
1240
|
<a href="/character/ch0096419/?ref_=nm_flmg_act_3" >Robbie</a>
|
1218
1241
|
</div>
|
1219
|
-
<div class="filmo-row even">
|
1242
|
+
<div class="filmo-row even" id="actorMovie-tt0424880">
|
1220
1243
|
<span class="year_column">
|
1221
1244
|
2006
|
1222
1245
|
</span>
|
@@ -1224,7 +1247,7 @@ Jump to:
|
|
1224
1247
|
<br/>
|
1225
1248
|
<a href="/character/ch0031493/?ref_=nm_flmg_act_4" >Dan</a>
|
1226
1249
|
</div>
|
1227
|
-
<div class="filmo-row odd">
|
1250
|
+
<div class="filmo-row odd" id="actorMovie-tt0402894">
|
1228
1251
|
<span class="year_column">
|
1229
1252
|
2005
|
1230
1253
|
</span>
|
@@ -1232,7 +1255,7 @@ Jump to:
|
|
1232
1255
|
<br/>
|
1233
1256
|
<a href="/character/ch0033702/?ref_=nm_flmg_act_5" >Casanova</a>
|
1234
1257
|
</div>
|
1235
|
-
<div class="filmo-row even">
|
1258
|
+
<div class="filmo-row even" id="actorMovie-tt0388795">
|
1236
1259
|
<span class="year_column">
|
1237
1260
|
2005
|
1238
1261
|
</span>
|
@@ -1240,7 +1263,7 @@ Jump to:
|
|
1240
1263
|
<br/>
|
1241
1264
|
<a href="/character/ch0004288/?ref_=nm_flmg_act_6" >Ennis Del Mar</a>
|
1242
1265
|
</div>
|
1243
|
-
<div class="filmo-row odd">
|
1266
|
+
<div class="filmo-row odd" id="actorMovie-tt0355295">
|
1244
1267
|
<span class="year_column">
|
1245
1268
|
2005
|
1246
1269
|
</span>
|
@@ -1248,7 +1271,7 @@ Jump to:
|
|
1248
1271
|
<br/>
|
1249
1272
|
<a href="/character/ch0042613/?ref_=nm_flmg_act_7" >Jacob Grimm</a>
|
1250
1273
|
</div>
|
1251
|
-
<div class="filmo-row even">
|
1274
|
+
<div class="filmo-row even" id="actorMovie-tt0355702">
|
1252
1275
|
<span class="year_column">
|
1253
1276
|
2005
|
1254
1277
|
</span>
|
@@ -1256,7 +1279,7 @@ Jump to:
|
|
1256
1279
|
<br/>
|
1257
1280
|
<a href="/character/ch0032896/?ref_=nm_flmg_act_8" >Skip</a>
|
1258
1281
|
</div>
|
1259
|
-
<div class="filmo-row odd">
|
1282
|
+
<div class="filmo-row odd" id="actorMovie-tt0304711">
|
1260
1283
|
<span class="year_column">
|
1261
1284
|
2003
|
1262
1285
|
</span>
|
@@ -1264,7 +1287,7 @@ Jump to:
|
|
1264
1287
|
<br/>
|
1265
1288
|
<a href="/character/ch0021099/?ref_=nm_flmg_act_9" >Alex Bernier</a>
|
1266
1289
|
</div>
|
1267
|
-
<div class="filmo-row even">
|
1290
|
+
<div class="filmo-row even" id="actorMovie-tt0277941">
|
1268
1291
|
<span class="year_column">
|
1269
1292
|
2003
|
1270
1293
|
</span>
|
@@ -1272,7 +1295,7 @@ Jump to:
|
|
1272
1295
|
<br/>
|
1273
1296
|
<a href="/character/ch0027945/?ref_=nm_flmg_act_10" >Ned Kelly</a>
|
1274
1297
|
</div>
|
1275
|
-
<div class="filmo-row odd">
|
1298
|
+
<div class="filmo-row odd" id="actorMovie-tt0240510">
|
1276
1299
|
<span class="year_column">
|
1277
1300
|
2002
|
1278
1301
|
</span>
|
@@ -1280,7 +1303,7 @@ Jump to:
|
|
1280
1303
|
<br/>
|
1281
1304
|
<a href="/character/ch0016927/?ref_=nm_flmg_act_11" >Harry Feversham</a>
|
1282
1305
|
</div>
|
1283
|
-
<div class="filmo-row even">
|
1306
|
+
<div class="filmo-row even" id="actorMovie-tt0285742">
|
1284
1307
|
<span class="year_column">
|
1285
1308
|
2001
|
1286
1309
|
</span>
|
@@ -1288,7 +1311,7 @@ Jump to:
|
|
1288
1311
|
<br/>
|
1289
1312
|
<a href="/character/ch0010764/?ref_=nm_flmg_act_12" >Sonny Grotowski</a>
|
1290
1313
|
</div>
|
1291
|
-
<div class="filmo-row odd">
|
1314
|
+
<div class="filmo-row odd" id="actorMovie-tt0183790">
|
1292
1315
|
<span class="year_column">
|
1293
1316
|
2001
|
1294
1317
|
</span>
|
@@ -1296,7 +1319,7 @@ Jump to:
|
|
1296
1319
|
<br/>
|
1297
1320
|
<a href="/character/ch0010462/?ref_=nm_flmg_act_13" >William Thatcher</a>
|
1298
1321
|
</div>
|
1299
|
-
<div class="filmo-row even">
|
1322
|
+
<div class="filmo-row even" id="actorMovie-tt0187393">
|
1300
1323
|
<span class="year_column">
|
1301
1324
|
2000
|
1302
1325
|
</span>
|
@@ -1304,7 +1327,7 @@ Jump to:
|
|
1304
1327
|
<br/>
|
1305
1328
|
<a href="/character/ch0006307/?ref_=nm_flmg_act_14" >Gabriel Martin</a>
|
1306
1329
|
</div>
|
1307
|
-
<div class="filmo-row odd">
|
1330
|
+
<div class="filmo-row odd" id="actorMovie-tt0145547">
|
1308
1331
|
<span class="year_column">
|
1309
1332
|
1999
|
1310
1333
|
</span>
|
@@ -1312,7 +1335,7 @@ Jump to:
|
|
1312
1335
|
<br/>
|
1313
1336
|
<a href="/character/ch0056005/?ref_=nm_flmg_act_15" >Jimmy</a>
|
1314
1337
|
</div>
|
1315
|
-
<div class="filmo-row even">
|
1338
|
+
<div class="filmo-row even" id="actorMovie-tt0147800">
|
1316
1339
|
<span class="year_column">
|
1317
1340
|
1999
|
1318
1341
|
</span>
|
@@ -1320,179 +1343,208 @@ Jump to:
|
|
1320
1343
|
<br/>
|
1321
1344
|
<a href="/character/ch0004049/?ref_=nm_flmg_act_16" >Patrick Verona</a>
|
1322
1345
|
</div>
|
1323
|
-
<div class="filmo-row odd">
|
1346
|
+
<div class="filmo-row odd" id="actorMovie-tt0119870">
|
1324
1347
|
<span class="year_column">
|
1325
1348
|
1997
|
1326
1349
|
</span>
|
1327
1350
|
<b><a href="/title/tt0119870/?ref_=nm_flmg_act_17" >Paws</a></b>
|
1328
1351
|
<br/>
|
1329
|
-
Oberon
|
1352
|
+
<a href="/character/ch0421784/?ref_=nm_flmg_act_17" >Oberon</a>
|
1330
1353
|
</div>
|
1331
|
-
<div class="filmo-row even">
|
1354
|
+
<div class="filmo-row even" id="actorMovie-tt0118735">
|
1332
1355
|
<span class="year_column">
|
1333
1356
|
1997
|
1334
1357
|
</span>
|
1335
|
-
<b><a href="/title/
|
1358
|
+
<b><a href="/title/tt0118735/?ref_=nm_flmg_act_18" >Blackrock</a></b>
|
1359
|
+
<br/>
|
1360
|
+
Toby
|
1361
|
+
</div>
|
1362
|
+
<div class="filmo-row odd" id="actorMovie-tt0144834">
|
1363
|
+
<span class="year_column">
|
1364
|
+
1992
|
1365
|
+
</span>
|
1366
|
+
<b><a href="/title/tt0144834/?ref_=nm_flmg_act_19" >Clowning Around</a></b>
|
1367
|
+
<br/>
|
1368
|
+
Orphan Clown
|
1369
|
+
(uncredited)
|
1370
|
+
</div>
|
1371
|
+
</div>
|
1372
|
+
<div id="filmo-head-actorTV" class="head" data-category="actorTV" onclick="toggleFilmoCategory(this);">
|
1373
|
+
<span id="hide-actorTV" class="hide-link"
|
1374
|
+
style="display:none;"
|
1375
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
1376
|
+
<span id="show-actorTV" class="show-link"
|
1377
|
+
style="display:inline;"
|
1378
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
1379
|
+
<a name="actorTV">Actor: TV</a> (4 credits)
|
1380
|
+
</div>
|
1381
|
+
<div class="filmo-category-section"
|
1382
|
+
style="display:none;"
|
1383
|
+
>
|
1384
|
+
<div class="filmo-row odd" id="actorTV-tt0094481">
|
1385
|
+
<span class="year_column">
|
1386
|
+
1997
|
1387
|
+
</span>
|
1388
|
+
<b><a href="/title/tt0094481/?ref_=nm_flmg_act_1" >Home and Away</a></b>
|
1336
1389
|
(TV Series)
|
1337
1390
|
<br/>
|
1338
|
-
<a href="/character/ch0050091/?ref_=
|
1391
|
+
<a href="/character/ch0050091/?ref_=nm_flmg_act_1" >Scott Irwin</a>
|
1339
1392
|
<div class="filmo-episodes">
|
1340
|
-
- <a href="/title/tt1547764/?ref_=
|
1393
|
+
- <a href="/title/tt1547764/?ref_=nm_flmg_act_1" >Episode #1.2168</a>
|
1341
1394
|
(1997)
|
1342
|
-
... <a href="/character/ch0050091/?ref_=
|
1395
|
+
... <a href="/character/ch0050091/?ref_=nm_flmg_act_1" >Scott Irwin</a>
|
1343
1396
|
</div>
|
1344
1397
|
<div class="filmo-episodes">
|
1345
|
-
- <a href="/title/tt1547763/?ref_=
|
1398
|
+
- <a href="/title/tt1547763/?ref_=nm_flmg_act_1" >Episode #1.2167</a>
|
1346
1399
|
(1997)
|
1347
|
-
... <a href="/character/ch0050091/?ref_=
|
1400
|
+
... <a href="/character/ch0050091/?ref_=nm_flmg_act_1" >Scott Irwin</a>
|
1348
1401
|
</div>
|
1349
1402
|
<div class="filmo-episodes">
|
1350
|
-
- <a href="/title/tt1547762/?ref_=
|
1403
|
+
- <a href="/title/tt1547762/?ref_=nm_flmg_act_1" >Episode #1.2166</a>
|
1351
1404
|
(1997)
|
1352
|
-
... <a href="/character/ch0050091/?ref_=
|
1405
|
+
... <a href="/character/ch0050091/?ref_=nm_flmg_act_1" >Scott Irwin</a>
|
1353
1406
|
</div>
|
1354
1407
|
<div class="filmo-episodes">
|
1355
|
-
- <a href="/title/tt1547761/?ref_=
|
1408
|
+
- <a href="/title/tt1547761/?ref_=nm_flmg_act_1" >Episode #1.2163</a>
|
1356
1409
|
(1997)
|
1357
|
-
... <a href="/character/ch0050091/?ref_=
|
1410
|
+
... <a href="/character/ch0050091/?ref_=nm_flmg_act_1" >Scott Irwin</a>
|
1358
1411
|
</div>
|
1359
1412
|
<div class="filmo-episodes">
|
1360
|
-
- <a href="/title/tt1547760/?ref_=
|
1413
|
+
- <a href="/title/tt1547760/?ref_=nm_flmg_act_1" >Episode #1.2162</a>
|
1361
1414
|
(1997)
|
1362
|
-
... <a href="/character/ch0050091/?ref_=
|
1415
|
+
... <a href="/character/ch0050091/?ref_=nm_flmg_act_1" >Scott Irwin</a>
|
1363
1416
|
</div>
|
1364
|
-
<div
|
1365
|
-
<
|
1417
|
+
<div id="more-episodes-tt0094481-actorTV" style="display:none;">
|
1418
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/favorite_theater/spinner-3099941772._CB352275779_.gif" />
|
1366
1419
|
</div>
|
1420
|
+
<div class="filmo-episodes">
|
1421
|
+
<a href="#"
|
1422
|
+
data-n="9"
|
1423
|
+
onclick="toggleSeeMoreEpisodes(this,'nm0005132','tt0094481','actor: TV',0); return false;">Show all 9 episodes</a>
|
1367
1424
|
</div>
|
1368
|
-
<div class="filmo-row odd">
|
1369
|
-
<span class="year_column">
|
1370
|
-
1997
|
1371
|
-
</span>
|
1372
|
-
<b><a href="/title/tt0118735/?ref_=nm_flmg_act_19" >Blackrock</a></b>
|
1373
|
-
<br/>
|
1374
|
-
Toby
|
1375
1425
|
</div>
|
1376
|
-
<div class="filmo-row even">
|
1426
|
+
<div class="filmo-row even" id="actorTV-tt0118451">
|
1377
1427
|
<span class="year_column">
|
1378
1428
|
1997
|
1379
1429
|
</span>
|
1380
|
-
<b><a href="/title/tt0118451/?ref_=
|
1430
|
+
<b><a href="/title/tt0118451/?ref_=nm_flmg_act_2" >Roar</a></b>
|
1381
1431
|
(TV Series)
|
1382
1432
|
<br/>
|
1383
|
-
<a href="/character/ch0041617/?ref_=
|
1433
|
+
<a href="/character/ch0041617/?ref_=nm_flmg_act_2" >Conor</a>
|
1384
1434
|
<div class="filmo-episodes">
|
1385
|
-
- <a href="/title/tt0687257/?ref_=
|
1435
|
+
- <a href="/title/tt0687257/?ref_=nm_flmg_act_2" >Traps</a>
|
1386
1436
|
(1997)
|
1387
|
-
... <a href="/character/ch0041617/?ref_=
|
1437
|
+
... <a href="/character/ch0041617/?ref_=nm_flmg_act_2" >Conor</a>
|
1388
1438
|
</div>
|
1389
1439
|
<div class="filmo-episodes">
|
1390
|
-
- <a href="/title/tt0687253/?ref_=
|
1440
|
+
- <a href="/title/tt0687253/?ref_=nm_flmg_act_2" >The Cage</a>
|
1391
1441
|
(1997)
|
1392
|
-
... <a href="/character/ch0041617/?ref_=
|
1442
|
+
... <a href="/character/ch0041617/?ref_=nm_flmg_act_2" >Conor</a>
|
1393
1443
|
</div>
|
1394
1444
|
<div class="filmo-episodes">
|
1395
|
-
- <a href="/title/tt0687252/?ref_=
|
1445
|
+
- <a href="/title/tt0687252/?ref_=nm_flmg_act_2" >Tash</a>
|
1396
1446
|
(1997)
|
1397
|
-
... <a href="/character/ch0041617/?ref_=
|
1447
|
+
... <a href="/character/ch0041617/?ref_=nm_flmg_act_2" >Conor</a>
|
1398
1448
|
</div>
|
1399
1449
|
<div class="filmo-episodes">
|
1400
|
-
- <a href="/title/tt0687251/?ref_=
|
1450
|
+
- <a href="/title/tt0687251/?ref_=nm_flmg_act_2" >Sweet Bridget</a>
|
1401
1451
|
(1997)
|
1402
|
-
... <a href="/character/ch0041617/?ref_=
|
1452
|
+
... <a href="/character/ch0041617/?ref_=nm_flmg_act_2" >Conor</a>
|
1403
1453
|
</div>
|
1404
1454
|
<div class="filmo-episodes">
|
1405
|
-
- <a href="/title/tt0687246/?ref_=
|
1455
|
+
- <a href="/title/tt0687246/?ref_=nm_flmg_act_2" >Daybreak</a>
|
1406
1456
|
(1997)
|
1407
|
-
... <a href="/character/ch0041617/?ref_=
|
1457
|
+
... <a href="/character/ch0041617/?ref_=nm_flmg_act_2" >Conor</a>
|
1458
|
+
</div>
|
1459
|
+
<div id="more-episodes-tt0118451-actorTV" style="display:none;">
|
1460
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/favorite_theater/spinner-3099941772._CB352275779_.gif" />
|
1408
1461
|
</div>
|
1409
1462
|
<div class="filmo-episodes">
|
1410
|
-
<a href="
|
1463
|
+
<a href="#"
|
1464
|
+
data-n="13"
|
1465
|
+
onclick="toggleSeeMoreEpisodes(this,'nm0005132','tt0118451','actor: TV',1); return false;">Show all 13 episodes</a>
|
1411
1466
|
</div>
|
1412
1467
|
</div>
|
1413
|
-
<div class="filmo-row odd">
|
1468
|
+
<div class="filmo-row odd" id="actorTV-tt0115379">
|
1414
1469
|
<span class="year_column">
|
1415
1470
|
1996
|
1416
1471
|
</span>
|
1417
|
-
<b><a href="/title/tt0115379/?ref_=
|
1472
|
+
<b><a href="/title/tt0115379/?ref_=nm_flmg_act_3" >Sweat</a></b>
|
1418
1473
|
(TV Series)
|
1419
1474
|
<br/>
|
1420
|
-
<a href="/character/ch0146678/?ref_=
|
1475
|
+
<a href="/character/ch0146678/?ref_=nm_flmg_act_3" >Snowy Bowles</a>
|
1421
1476
|
<div class="filmo-episodes">
|
1422
|
-
- <a href="/title/tt1178446/?ref_=
|
1477
|
+
- <a href="/title/tt1178446/?ref_=nm_flmg_act_3" >Episode #1.26</a>
|
1423
1478
|
(1996)
|
1424
|
-
... <a href="/character/ch0146678/?ref_=
|
1479
|
+
... <a href="/character/ch0146678/?ref_=nm_flmg_act_3" >Snowy Bowles</a>
|
1425
1480
|
</div>
|
1426
1481
|
<div class="filmo-episodes">
|
1427
|
-
- <a href="/title/tt1178445/?ref_=
|
1482
|
+
- <a href="/title/tt1178445/?ref_=nm_flmg_act_3" >Episode #1.25</a>
|
1428
1483
|
(1996)
|
1429
|
-
... <a href="/character/ch0146678/?ref_=
|
1484
|
+
... <a href="/character/ch0146678/?ref_=nm_flmg_act_3" >Snowy Bowles</a>
|
1430
1485
|
</div>
|
1431
1486
|
<div class="filmo-episodes">
|
1432
|
-
- <a href="/title/tt1178444/?ref_=
|
1487
|
+
- <a href="/title/tt1178444/?ref_=nm_flmg_act_3" >Episode #1.24</a>
|
1433
1488
|
(1996)
|
1434
|
-
... <a href="/character/ch0146678/?ref_=
|
1489
|
+
... <a href="/character/ch0146678/?ref_=nm_flmg_act_3" >Snowy Bowles</a>
|
1435
1490
|
</div>
|
1436
1491
|
<div class="filmo-episodes">
|
1437
|
-
- <a href="/title/tt1178443/?ref_=
|
1492
|
+
- <a href="/title/tt1178443/?ref_=nm_flmg_act_3" >Episode #1.23</a>
|
1438
1493
|
(1996)
|
1439
|
-
... <a href="/character/ch0146678/?ref_=
|
1494
|
+
... <a href="/character/ch0146678/?ref_=nm_flmg_act_3" >Snowy Bowles</a>
|
1440
1495
|
</div>
|
1441
1496
|
<div class="filmo-episodes">
|
1442
|
-
- <a href="/title/tt1178442/?ref_=
|
1497
|
+
- <a href="/title/tt1178442/?ref_=nm_flmg_act_3" >Episode #1.22</a>
|
1443
1498
|
(1996)
|
1444
|
-
... <a href="/character/ch0146678/?ref_=
|
1499
|
+
... <a href="/character/ch0146678/?ref_=nm_flmg_act_3" >Snowy Bowles</a>
|
1500
|
+
</div>
|
1501
|
+
<div id="more-episodes-tt0115379-actorTV" style="display:none;">
|
1502
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/favorite_theater/spinner-3099941772._CB352275779_.gif" />
|
1445
1503
|
</div>
|
1446
1504
|
<div class="filmo-episodes">
|
1447
|
-
<a href="
|
1505
|
+
<a href="#"
|
1506
|
+
data-n="26"
|
1507
|
+
onclick="toggleSeeMoreEpisodes(this,'nm0005132','tt0115379','actor: TV',2); return false;">Show all 26 episodes</a>
|
1448
1508
|
</div>
|
1449
1509
|
</div>
|
1450
|
-
<div class="filmo-row even">
|
1510
|
+
<div class="filmo-row even" id="actorTV-tt0165060">
|
1451
1511
|
<span class="year_column">
|
1452
1512
|
1993-1994
|
1453
1513
|
</span>
|
1454
|
-
<b><a href="/title/tt0165060/?ref_=
|
1514
|
+
<b><a href="/title/tt0165060/?ref_=nm_flmg_act_4" >Ship to Shore</a></b>
|
1455
1515
|
(TV Series)
|
1456
1516
|
<br/>
|
1457
|
-
<a href="/character/ch0119050/?ref_=
|
1517
|
+
<a href="/character/ch0119050/?ref_=nm_flmg_act_4" >Cyclist</a>
|
1458
1518
|
<div class="filmo-episodes">
|
1459
|
-
- <a href="/title/tt1464709/?ref_=
|
1519
|
+
- <a href="/title/tt1464709/?ref_=nm_flmg_act_4" >Stranger Than Fiction</a>
|
1460
1520
|
(1994)
|
1461
1521
|
</div>
|
1462
1522
|
<div class="filmo-episodes">
|
1463
|
-
- <a href="/title/tt1464719/?ref_=
|
1523
|
+
- <a href="/title/tt1464719/?ref_=nm_flmg_act_4" >Worthy Opponents: Part 2</a>
|
1464
1524
|
(1993)
|
1465
|
-
... <a href="/character/ch0119050/?ref_=
|
1525
|
+
... <a href="/character/ch0119050/?ref_=nm_flmg_act_4" >Cyclist</a>
|
1466
1526
|
</div>
|
1467
1527
|
<div class="filmo-episodes">
|
1468
|
-
- <a href="/title/tt1464718/?ref_=
|
1528
|
+
- <a href="/title/tt1464718/?ref_=nm_flmg_act_4" >Worthy Opponents: Part 1</a>
|
1469
1529
|
(1993)
|
1470
|
-
... <a href="/character/ch0119050/?ref_=
|
1530
|
+
... <a href="/character/ch0119050/?ref_=nm_flmg_act_4" >Cyclist</a>
|
1471
1531
|
</div>
|
1472
1532
|
</div>
|
1473
|
-
<div class="filmo-row odd">
|
1474
|
-
<span class="year_column">
|
1475
|
-
1992
|
1476
|
-
</span>
|
1477
|
-
<b><a href="/title/tt0144834/?ref_=nm_flmg_act_23" >Clowning Around</a></b>
|
1478
|
-
<br/>
|
1479
|
-
Orphan Clown
|
1480
|
-
(uncredited)
|
1481
|
-
</div>
|
1482
1533
|
</div>
|
1483
|
-
<div id="filmo-head-
|
1484
|
-
<span id="hide-
|
1534
|
+
<div id="filmo-head-directorVideo" class="head" data-category="directorVideo" onclick="toggleFilmoCategory(this);">
|
1535
|
+
<span id="hide-directorVideo" class="hide-link"
|
1485
1536
|
style="display:none;"
|
1486
|
-
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577.
|
1487
|
-
<span id="show-
|
1537
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
1538
|
+
<span id="show-directorVideo" class="show-link"
|
1488
1539
|
style="display:inline;"
|
1489
|
-
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296.
|
1490
|
-
<a name="director"
|
1540
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
1541
|
+
<a name="director"></a>
|
1542
|
+
<a name="directorVideo">Director: Video</a> (1 credit)
|
1491
1543
|
</div>
|
1492
1544
|
<div class="filmo-category-section"
|
1493
1545
|
style="display:none;"
|
1494
1546
|
>
|
1495
|
-
<div class="filmo-row odd">
|
1547
|
+
<div class="filmo-row odd" id="directorVideo-tt2815892">
|
1496
1548
|
<span class="year_column">
|
1497
1549
|
2009
|
1498
1550
|
</span>
|
@@ -1501,19 +1553,20 @@ style="display:none;"
|
|
1501
1553
|
<br/>
|
1502
1554
|
</div>
|
1503
1555
|
</div>
|
1504
|
-
<div id="filmo-head-
|
1505
|
-
<span id="hide-
|
1556
|
+
<div id="filmo-head-thanksMovie" class="head" data-category="thanksMovie" onclick="toggleFilmoCategory(this);">
|
1557
|
+
<span id="hide-thanksMovie" class="hide-link"
|
1506
1558
|
style="display:none;"
|
1507
|
-
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577.
|
1508
|
-
<span id="show-
|
1559
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
1560
|
+
<span id="show-thanksMovie" class="show-link"
|
1509
1561
|
style="display:inline;"
|
1510
|
-
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296.
|
1511
|
-
<a name="thanks"
|
1562
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
1563
|
+
<a name="thanks"></a>
|
1564
|
+
<a name="thanksMovie">Thanks: Movie</a> (5 credits)
|
1512
1565
|
</div>
|
1513
1566
|
<div class="filmo-category-section"
|
1514
1567
|
style="display:none;"
|
1515
1568
|
>
|
1516
|
-
<div class="filmo-row odd">
|
1569
|
+
<div class="filmo-row odd" id="thanksMovie-tt2158355">
|
1517
1570
|
<span class="year_column">
|
1518
1571
|
2011
|
1519
1572
|
</span>
|
@@ -1521,7 +1574,7 @@ style="display:none;"
|
|
1521
1574
|
(Short) (in memory of)
|
1522
1575
|
<br/>
|
1523
1576
|
</div>
|
1524
|
-
<div class="filmo-row even">
|
1577
|
+
<div class="filmo-row even" id="thanksMovie-tt1754231">
|
1525
1578
|
<span class="year_column">
|
1526
1579
|
2010
|
1527
1580
|
</span>
|
@@ -1529,7 +1582,7 @@ style="display:none;"
|
|
1529
1582
|
(Short) (special thanks)
|
1530
1583
|
<br/>
|
1531
1584
|
</div>
|
1532
|
-
<div class="filmo-row odd">
|
1585
|
+
<div class="filmo-row odd" id="thanksMovie-tt1054606">
|
1533
1586
|
<span class="year_column">
|
1534
1587
|
2009
|
1535
1588
|
</span>
|
@@ -1537,7 +1590,7 @@ style="display:none;"
|
|
1537
1590
|
(in memory of)
|
1538
1591
|
<br/>
|
1539
1592
|
</div>
|
1540
|
-
<div class="filmo-row even">
|
1593
|
+
<div class="filmo-row even" id="thanksMovie-tt0468569">
|
1541
1594
|
<span class="year_column">
|
1542
1595
|
2008
|
1543
1596
|
</span>
|
@@ -1545,7 +1598,7 @@ style="display:none;"
|
|
1545
1598
|
(in memory of)
|
1546
1599
|
<br/>
|
1547
1600
|
</div>
|
1548
|
-
<div class="filmo-row odd">
|
1601
|
+
<div class="filmo-row odd" id="thanksMovie-tt1196613">
|
1549
1602
|
<span class="year_column">
|
1550
1603
|
2008
|
1551
1604
|
</span>
|
@@ -1554,19 +1607,20 @@ style="display:none;"
|
|
1554
1607
|
<br/>
|
1555
1608
|
</div>
|
1556
1609
|
</div>
|
1557
|
-
<div id="filmo-head-
|
1558
|
-
<span id="hide-
|
1610
|
+
<div id="filmo-head-selfTV" class="head" data-category="selfTV" onclick="toggleFilmoCategory(this);">
|
1611
|
+
<span id="hide-selfTV" class="hide-link"
|
1559
1612
|
style="display:none;"
|
1560
|
-
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577.
|
1561
|
-
<span id="show-
|
1613
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
1614
|
+
<span id="show-selfTV" class="show-link"
|
1562
1615
|
style="display:inline;"
|
1563
|
-
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296.
|
1564
|
-
<a name="self"
|
1616
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
1617
|
+
<a name="self"></a>
|
1618
|
+
<a name="selfTV">Self: TV</a> (42 credits)
|
1565
1619
|
</div>
|
1566
1620
|
<div class="filmo-category-section"
|
1567
1621
|
style="display:none;"
|
1568
1622
|
>
|
1569
|
-
<div class="filmo-row odd">
|
1623
|
+
<div class="filmo-row odd" id="selfTV-tt0081857">
|
1570
1624
|
<span class="year_column">
|
1571
1625
|
2007
|
1572
1626
|
</span>
|
@@ -1580,7 +1634,7 @@ Himself
|
|
1580
1634
|
... Himself
|
1581
1635
|
</div>
|
1582
1636
|
</div>
|
1583
|
-
<div class="filmo-row even">
|
1637
|
+
<div class="filmo-row even" id="selfTV-tt1434322">
|
1584
1638
|
<span class="year_column">
|
1585
1639
|
2007
|
1586
1640
|
</span>
|
@@ -1594,7 +1648,7 @@ Himself
|
|
1594
1648
|
... Himself
|
1595
1649
|
</div>
|
1596
1650
|
</div>
|
1597
|
-
<div class="filmo-row odd">
|
1651
|
+
<div class="filmo-row odd" id="selfTV-tt0430836">
|
1598
1652
|
<span class="year_column">
|
1599
1653
|
2007
|
1600
1654
|
</span>
|
@@ -1613,204 +1667,204 @@ Himself
|
|
1613
1667
|
... Himself
|
1614
1668
|
</div>
|
1615
1669
|
</div>
|
1616
|
-
<div class="filmo-row even">
|
1670
|
+
<div class="filmo-row even" id="selfTV-tt0980929">
|
1671
|
+
<span class="year_column">
|
1672
|
+
2006
|
1673
|
+
</span>
|
1674
|
+
<b><a href="/title/tt0980929/?ref_=nm_flmg_slf_4" >The 2006 Australian Film Institute Awards</a></b>
|
1675
|
+
(TV Movie)
|
1676
|
+
<br/>
|
1677
|
+
Himself
|
1678
|
+
</div>
|
1679
|
+
<div class="filmo-row odd" id="selfTV-tt0463397">
|
1617
1680
|
<span class="year_column">
|
1618
1681
|
2005-2006
|
1619
1682
|
</span>
|
1620
|
-
<b><a href="/title/tt0463397/?ref_=
|
1683
|
+
<b><a href="/title/tt0463397/?ref_=nm_flmg_slf_5" >Corazón de...</a></b>
|
1621
1684
|
(TV Series)
|
1622
1685
|
<br/>
|
1623
1686
|
Himself
|
1624
1687
|
<div class="filmo-episodes">
|
1625
|
-
- <a href="/title/tt0859919/?ref_=
|
1688
|
+
- <a href="/title/tt0859919/?ref_=nm_flmg_slf_5" >Episode dated 12 September 2006</a>
|
1626
1689
|
(2006)
|
1627
1690
|
... Himself
|
1628
1691
|
</div>
|
1629
1692
|
<div class="filmo-episodes">
|
1630
|
-
- <a href="/title/tt0773856/?ref_=
|
1693
|
+
- <a href="/title/tt0773856/?ref_=nm_flmg_slf_5" >Episode dated 6 March 2006</a>
|
1631
1694
|
(2006)
|
1632
1695
|
... Himself
|
1633
1696
|
</div>
|
1634
1697
|
<div class="filmo-episodes">
|
1635
|
-
- <a href="/title/tt0545992/?ref_=
|
1698
|
+
- <a href="/title/tt0545992/?ref_=nm_flmg_slf_5" >Episode dated 16 January 2006</a>
|
1636
1699
|
(2006)
|
1637
1700
|
... Himself
|
1638
1701
|
</div>
|
1639
1702
|
<div class="filmo-episodes">
|
1640
|
-
- <a href="/title/tt0545928/?ref_=
|
1703
|
+
- <a href="/title/tt0545928/?ref_=nm_flmg_slf_5" >Episode dated 6 September 2005</a>
|
1641
1704
|
(2005)
|
1642
1705
|
... Himself
|
1643
1706
|
</div>
|
1644
1707
|
</div>
|
1645
|
-
<div class="filmo-row
|
1708
|
+
<div class="filmo-row even" id="selfTV-tt0090493">
|
1646
1709
|
<span class="year_column">
|
1647
1710
|
2006
|
1648
1711
|
</span>
|
1649
|
-
<b><a href="/title/tt0090493/?ref_=
|
1712
|
+
<b><a href="/title/tt0090493/?ref_=nm_flmg_slf_6" >The Oprah Winfrey Show</a></b>
|
1650
1713
|
(TV Series)
|
1651
1714
|
<br/>
|
1652
1715
|
Himself
|
1653
1716
|
<div class="filmo-episodes">
|
1654
|
-
- <a href="/title/tt0913042/?ref_=
|
1717
|
+
- <a href="/title/tt0913042/?ref_=nm_flmg_slf_6" >Oprah's After-Oscar Party 2006</a>
|
1655
1718
|
(2006)
|
1656
1719
|
... Himself
|
1657
1720
|
</div>
|
1658
1721
|
<div class="filmo-episodes">
|
1659
|
-
- <a href="/title/tt0759226/?ref_=
|
1722
|
+
- <a href="/title/tt0759226/?ref_=nm_flmg_slf_6" >Episode dated 27 January 2006</a>
|
1660
1723
|
(2006)
|
1661
1724
|
... Himself
|
1662
1725
|
</div>
|
1663
1726
|
</div>
|
1664
|
-
<div class="filmo-row
|
1727
|
+
<div class="filmo-row odd" id="selfTV-tt0497318">
|
1665
1728
|
<span class="year_column">
|
1666
1729
|
2006
|
1667
1730
|
</span>
|
1668
|
-
<b><a href="/title/tt0497318/?ref_=
|
1731
|
+
<b><a href="/title/tt0497318/?ref_=nm_flmg_slf_7" >The 78th Annual Academy Awards</a></b>
|
1669
1732
|
(TV Special)
|
1670
1733
|
<br/>
|
1671
1734
|
Himself - Nominee: Best Actor in a Leading Role
|
1672
1735
|
</div>
|
1673
|
-
<div class="filmo-row
|
1736
|
+
<div class="filmo-row even" id="selfTV-tt0770704">
|
1674
1737
|
<span class="year_column">
|
1675
1738
|
2006
|
1676
1739
|
</span>
|
1677
|
-
<b><a href="/title/tt0770704/?ref_=
|
1740
|
+
<b><a href="/title/tt0770704/?ref_=nm_flmg_slf_8" >2006 Independent Spirit Awards</a></b>
|
1678
1741
|
(TV Movie documentary)
|
1679
1742
|
<br/>
|
1680
1743
|
Himself
|
1681
1744
|
</div>
|
1682
|
-
<div class="filmo-row
|
1745
|
+
<div class="filmo-row odd" id="selfTV-tt0379623">
|
1683
1746
|
<span class="year_column">
|
1684
1747
|
2004-2006
|
1685
1748
|
</span>
|
1686
|
-
<b><a href="/title/tt0379623/?ref_=
|
1749
|
+
<b><a href="/title/tt0379623/?ref_=nm_flmg_slf_9" >Ellen: The Ellen DeGeneres Show</a></b>
|
1687
1750
|
(TV Series)
|
1688
1751
|
<br/>
|
1689
1752
|
Himself
|
1690
1753
|
<div class="filmo-episodes">
|
1691
|
-
- <a href="/title/tt0760654/?ref_=
|
1754
|
+
- <a href="/title/tt0760654/?ref_=nm_flmg_slf_9" >Episode dated 13 February 2006</a>
|
1692
1755
|
(2006)
|
1693
1756
|
... Himself
|
1694
1757
|
</div>
|
1695
1758
|
<div class="filmo-episodes">
|
1696
|
-
- <a href="/title/tt0570176/?ref_=
|
1759
|
+
- <a href="/title/tt0570176/?ref_=nm_flmg_slf_9" >Episode dated 25 March 2004</a>
|
1697
1760
|
(2004)
|
1698
1761
|
... Himself
|
1699
1762
|
</div>
|
1700
1763
|
</div>
|
1701
|
-
<div class="filmo-row
|
1764
|
+
<div class="filmo-row even" id="selfTV-tt0930831">
|
1702
1765
|
<span class="year_column">
|
1703
1766
|
2006
|
1704
1767
|
</span>
|
1705
|
-
<b><a href="/title/tt0930831/?ref_=
|
1768
|
+
<b><a href="/title/tt0930831/?ref_=nm_flmg_slf_10" >Gomorron</a></b>
|
1706
1769
|
(TV Series)
|
1707
1770
|
<br/>
|
1708
1771
|
Himself
|
1709
1772
|
<div class="filmo-episodes">
|
1710
|
-
- <a href="/title/tt1237721/?ref_=
|
1773
|
+
- <a href="/title/tt1237721/?ref_=nm_flmg_slf_10" >Om filmen 'Brokeback Mountain'</a>
|
1711
1774
|
(2006)
|
1712
1775
|
... Himself
|
1713
1776
|
</div>
|
1714
1777
|
</div>
|
1715
|
-
<div class="filmo-row
|
1778
|
+
<div class="filmo-row odd" id="selfTV-tt0770700">
|
1716
1779
|
<span class="year_column">
|
1717
1780
|
2006
|
1718
1781
|
</span>
|
1719
|
-
<b><a href="/title/tt0770700/?ref_=
|
1782
|
+
<b><a href="/title/tt0770700/?ref_=nm_flmg_slf_11" >12th Annual Screen Actors Guild Awards</a></b>
|
1720
1783
|
(TV Special)
|
1721
1784
|
<br/>
|
1722
1785
|
Himself
|
1723
1786
|
</div>
|
1724
|
-
<div class="filmo-row
|
1787
|
+
<div class="filmo-row even" id="selfTV-tt0103569">
|
1725
1788
|
<span class="year_column">
|
1726
1789
|
2000-2006
|
1727
1790
|
</span>
|
1728
|
-
<b><a href="/title/tt0103569/?ref_=
|
1791
|
+
<b><a href="/title/tt0103569/?ref_=nm_flmg_slf_12" >The Tonight Show with Jay Leno</a></b>
|
1729
1792
|
(TV Series)
|
1730
1793
|
<br/>
|
1731
1794
|
Himself
|
1732
1795
|
<div class="filmo-episodes">
|
1733
|
-
- <a href="/title/tt0729132/?ref_=
|
1796
|
+
- <a href="/title/tt0729132/?ref_=nm_flmg_slf_12" >Episode #14.11</a>
|
1734
1797
|
(2006)
|
1735
1798
|
... Himself
|
1736
1799
|
</div>
|
1737
1800
|
<div class="filmo-episodes">
|
1738
|
-
- <a href="/title/tt0728987/?ref_=
|
1801
|
+
- <a href="/title/tt0728987/?ref_=nm_flmg_slf_12" >Episode #13.91</a>
|
1739
1802
|
(2005)
|
1740
1803
|
... Himself
|
1741
1804
|
</div>
|
1742
1805
|
<div class="filmo-episodes">
|
1743
|
-
- <a href="/title/tt0728790/?ref_=
|
1806
|
+
- <a href="/title/tt0728790/?ref_=nm_flmg_slf_12" >Episode #12.52</a>
|
1744
1807
|
(2004)
|
1745
1808
|
... Himself
|
1746
1809
|
</div>
|
1747
1810
|
<div class="filmo-episodes">
|
1748
|
-
- <a href="/title/tt2364395/?ref_=
|
1811
|
+
- <a href="/title/tt2364395/?ref_=nm_flmg_slf_12" >Episode #10.146</a>
|
1749
1812
|
(2002)
|
1750
1813
|
... Himself
|
1751
1814
|
</div>
|
1752
1815
|
<div class="filmo-episodes">
|
1753
|
-
- <a href="/title/tt0884873/?ref_=
|
1816
|
+
- <a href="/title/tt0884873/?ref_=nm_flmg_slf_12" >Episode dated 27 June 2000</a>
|
1754
1817
|
(2000)
|
1755
1818
|
... Himself
|
1756
1819
|
</div>
|
1757
1820
|
</div>
|
1758
|
-
<div class="filmo-row
|
1821
|
+
<div class="filmo-row odd" id="selfTV-tt0770708">
|
1759
1822
|
<span class="year_column">
|
1760
1823
|
2006
|
1761
1824
|
</span>
|
1762
|
-
<b><a href="/title/tt0770708/?ref_=
|
1825
|
+
<b><a href="/title/tt0770708/?ref_=nm_flmg_slf_13" >The 63rd Annual Golden Globe Awards</a></b>
|
1763
1826
|
(TV Movie documentary)
|
1764
1827
|
<br/>
|
1765
1828
|
Himself - Nominee: Best Actor in a Motion Picture - Drama
|
1766
1829
|
</div>
|
1767
|
-
<div class="filmo-row
|
1830
|
+
<div class="filmo-row even" id="selfTV-tt0270116">
|
1768
1831
|
<span class="year_column">
|
1769
1832
|
2005
|
1770
1833
|
</span>
|
1771
|
-
<b><a href="/title/tt0270116/?ref_=
|
1834
|
+
<b><a href="/title/tt0270116/?ref_=nm_flmg_slf_14" >Charlie Rose</a></b>
|
1772
1835
|
(TV Series)
|
1773
1836
|
<br/>
|
1774
1837
|
Himself
|
1775
1838
|
<div class="filmo-episodes">
|
1776
|
-
- <a href="/title/tt0539113/?ref_=
|
1839
|
+
- <a href="/title/tt0539113/?ref_=nm_flmg_slf_14" >Episode dated 7 December 2005</a>
|
1777
1840
|
(2005)
|
1778
1841
|
... Himself
|
1779
1842
|
</div>
|
1780
1843
|
</div>
|
1781
|
-
<div class="filmo-row
|
1844
|
+
<div class="filmo-row odd" id="selfTV-tt0757252">
|
1782
1845
|
<span class="year_column">
|
1783
1846
|
2005
|
1784
1847
|
</span>
|
1785
|
-
<b><a href="/title/tt0757252/?ref_=
|
1848
|
+
<b><a href="/title/tt0757252/?ref_=nm_flmg_slf_15" >Logo Movie Special: 'Brokeback Mountain'</a></b>
|
1786
1849
|
(TV Movie documentary)
|
1787
1850
|
<br/>
|
1788
1851
|
Himself
|
1789
1852
|
</div>
|
1790
|
-
<div class="filmo-row
|
1853
|
+
<div class="filmo-row even" id="selfTV-tt0192897">
|
1791
1854
|
<span class="year_column">
|
1792
1855
|
2005
|
1793
1856
|
</span>
|
1794
|
-
<b><a href="/title/tt0192897/?ref_=
|
1857
|
+
<b><a href="/title/tt0192897/?ref_=nm_flmg_slf_16" >Film 2014</a></b>
|
1795
1858
|
(TV Series)
|
1796
1859
|
<br/>
|
1797
1860
|
Himself
|
1798
1861
|
<div class="filmo-episodes">
|
1799
|
-
- <a href="/title/tt0579319/?ref_=
|
1862
|
+
- <a href="/title/tt0579319/?ref_=nm_flmg_slf_16" >Episode dated 31 October 2005</a>
|
1800
1863
|
(2005)
|
1801
1864
|
... Himself
|
1802
1865
|
</div>
|
1803
1866
|
</div>
|
1804
|
-
<div class="filmo-row
|
1805
|
-
<span class="year_column">
|
1806
|
-
2005
|
1807
|
-
</span>
|
1808
|
-
<b><a href="/title/tt0834929/?ref_=nm_flmg_slf_16" >The Making of 'Lords of Dogtown'</a></b>
|
1809
|
-
(Video documentary short)
|
1810
|
-
<br/>
|
1811
|
-
Himself
|
1812
|
-
</div>
|
1813
|
-
<div class="filmo-row odd">
|
1867
|
+
<div class="filmo-row odd" id="selfTV-tt0480949">
|
1814
1868
|
<span class="year_column">
|
1815
1869
|
2005
|
1816
1870
|
</span>
|
@@ -1819,7 +1873,7 @@ Himself
|
|
1819
1873
|
<br/>
|
1820
1874
|
Himself
|
1821
1875
|
</div>
|
1822
|
-
<div class="filmo-row even">
|
1876
|
+
<div class="filmo-row even" id="selfTV-tt0475467">
|
1823
1877
|
<span class="year_column">
|
1824
1878
|
2005
|
1825
1879
|
</span>
|
@@ -1833,7 +1887,7 @@ Himself
|
|
1833
1887
|
... Himself
|
1834
1888
|
</div>
|
1835
1889
|
</div>
|
1836
|
-
<div class="filmo-row odd">
|
1890
|
+
<div class="filmo-row odd" id="selfTV-tt0106052">
|
1837
1891
|
<span class="year_column">
|
1838
1892
|
2005
|
1839
1893
|
</span>
|
@@ -1847,7 +1901,7 @@ Himself
|
|
1847
1901
|
... Himself
|
1848
1902
|
</div>
|
1849
1903
|
</div>
|
1850
|
-
<div class="filmo-row even">
|
1904
|
+
<div class="filmo-row even" id="selfTV-tt0096636">
|
1851
1905
|
<span class="year_column">
|
1852
1906
|
2005
|
1853
1907
|
</span>
|
@@ -1861,7 +1915,7 @@ Himself
|
|
1861
1915
|
... Himself
|
1862
1916
|
</div>
|
1863
1917
|
</div>
|
1864
|
-
<div class="filmo-row odd">
|
1918
|
+
<div class="filmo-row odd" id="selfTV-tt0044298">
|
1865
1919
|
<span class="year_column">
|
1866
1920
|
2005
|
1867
1921
|
</span>
|
@@ -1875,7 +1929,7 @@ Himself
|
|
1875
1929
|
... Himself
|
1876
1930
|
</div>
|
1877
1931
|
</div>
|
1878
|
-
<div class="filmo-row even">
|
1932
|
+
<div class="filmo-row even" id="selfTV-tt0123366">
|
1879
1933
|
<span class="year_column">
|
1880
1934
|
2005
|
1881
1935
|
</span>
|
@@ -1889,689 +1943,752 @@ Himself
|
|
1889
1943
|
... Himself
|
1890
1944
|
</div>
|
1891
1945
|
</div>
|
1892
|
-
<div class="filmo-row odd">
|
1893
|
-
<span class="year_column">
|
1894
|
-
2005
|
1895
|
-
</span>
|
1896
|
-
<b><a href="/title/tt1584925/?ref_=nm_flmg_slf_23" >Los Angeles</a></b>
|
1897
|
-
(Documentary short)
|
1898
|
-
<br/>
|
1899
|
-
Himself
|
1900
|
-
</div>
|
1901
|
-
<div class="filmo-row even">
|
1902
|
-
<span class="year_column">
|
1903
|
-
2005
|
1904
|
-
</span>
|
1905
|
-
<b><a href="/title/tt0865926/?ref_=nm_flmg_slf_24" >On Being a Cowboy</a></b>
|
1906
|
-
(Video short)
|
1907
|
-
<br/>
|
1908
|
-
Himself
|
1909
|
-
</div>
|
1910
|
-
<div class="filmo-row odd">
|
1946
|
+
<div class="filmo-row odd" id="selfTV-tt0320037">
|
1911
1947
|
<span class="year_column">
|
1912
1948
|
2004
|
1913
1949
|
</span>
|
1914
|
-
<b><a href="/title/tt0320037/?ref_=
|
1950
|
+
<b><a href="/title/tt0320037/?ref_=nm_flmg_slf_23" >Jimmy Kimmel Live!</a></b>
|
1915
1951
|
(TV Series)
|
1916
1952
|
<br/>
|
1917
1953
|
Himself
|
1918
1954
|
<div class="filmo-episodes">
|
1919
|
-
- <a href="/title/tt1479928/?ref_=
|
1955
|
+
- <a href="/title/tt1479928/?ref_=nm_flmg_slf_23" >Episode #3.64</a>
|
1920
1956
|
(2004)
|
1921
1957
|
... Himself
|
1922
1958
|
</div>
|
1923
1959
|
</div>
|
1924
|
-
<div class="filmo-row even">
|
1960
|
+
<div class="filmo-row even" id="selfTV-tt0381851">
|
1925
1961
|
<span class="year_column">
|
1926
1962
|
2004
|
1927
1963
|
</span>
|
1928
|
-
<b><a href="/title/tt0381851/?ref_=
|
1964
|
+
<b><a href="/title/tt0381851/?ref_=nm_flmg_slf_24" >The 76th Annual Academy Awards</a></b>
|
1929
1965
|
(TV Special)
|
1930
1966
|
<br/>
|
1931
1967
|
Himself - Audience Member
|
1932
1968
|
</div>
|
1933
|
-
<div class="filmo-row odd">
|
1969
|
+
<div class="filmo-row odd" id="selfTV-tt0403828">
|
1970
|
+
<span class="year_column">
|
1971
|
+
2004
|
1972
|
+
</span>
|
1973
|
+
<b><a href="/title/tt0403828/?ref_=nm_flmg_slf_25" >10th Annual Screen Actors Guild Awards</a></b>
|
1974
|
+
(TV Special)
|
1975
|
+
<br/>
|
1976
|
+
Himself
|
1977
|
+
</div>
|
1978
|
+
<div class="filmo-row even" id="selfTV-tt0403595">
|
1934
1979
|
<span class="year_column">
|
1935
1980
|
2004
|
1936
1981
|
</span>
|
1937
|
-
<b><a href="/title/tt0403595/?ref_=
|
1982
|
+
<b><a href="/title/tt0403595/?ref_=nm_flmg_slf_26" >Terry's Wrap Up Party</a></b>
|
1938
1983
|
(TV Movie documentary short)
|
1939
1984
|
<br/>
|
1940
1985
|
Himself
|
1941
1986
|
</div>
|
1942
|
-
<div class="filmo-row
|
1987
|
+
<div class="filmo-row odd" id="selfTV-tt0358316">
|
1943
1988
|
<span class="year_column">
|
1944
1989
|
2003
|
1945
1990
|
</span>
|
1946
|
-
<b><a href="/title/tt0358316/?ref_=
|
1991
|
+
<b><a href="/title/tt0358316/?ref_=nm_flmg_slf_27" >Enough Rope with Andrew Denton</a></b>
|
1947
1992
|
(TV Series)
|
1948
1993
|
<br/>
|
1949
1994
|
Himself
|
1950
1995
|
<div class="filmo-episodes">
|
1951
|
-
- <a href="/title/tt0571994/?ref_=
|
1996
|
+
- <a href="/title/tt0571994/?ref_=nm_flmg_slf_27" >Episode #1.2</a>
|
1952
1997
|
(2003)
|
1953
1998
|
... Himself
|
1954
1999
|
</div>
|
1955
2000
|
</div>
|
1956
|
-
<div class="filmo-row
|
2001
|
+
<div class="filmo-row even" id="selfTV-tt0395334">
|
1957
2002
|
<span class="year_column">
|
1958
2003
|
2003
|
1959
2004
|
</span>
|
1960
|
-
<b><a href="/title/tt0395334/?ref_=
|
2005
|
+
<b><a href="/title/tt0395334/?ref_=nm_flmg_slf_28" >Cartaz Cultural</a></b>
|
1961
2006
|
(TV Series)
|
1962
2007
|
<br/>
|
1963
2008
|
Himself (2007)
|
1964
2009
|
</div>
|
1965
|
-
<div class="filmo-row
|
2010
|
+
<div class="filmo-row odd" id="selfTV-tt0349057">
|
1966
2011
|
<span class="year_column">
|
1967
2012
|
2003
|
1968
2013
|
</span>
|
1969
|
-
<b><a href="/title/tt0349057/?ref_=
|
2014
|
+
<b><a href="/title/tt0349057/?ref_=nm_flmg_slf_29" >The 60th Annual Golden Globe Awards</a></b>
|
1970
2015
|
(TV Special)
|
1971
2016
|
<br/>
|
1972
2017
|
Himself - Presenter: Film clip of "The Lord of the Rings: The Two Towers"
|
1973
2018
|
</div>
|
1974
|
-
<div class="filmo-row
|
2019
|
+
<div class="filmo-row even" id="selfTV-tt0317028">
|
1975
2020
|
<span class="year_column">
|
1976
2021
|
2002
|
1977
2022
|
</span>
|
1978
|
-
<b><a href="/title/tt0317028/?ref_=
|
2023
|
+
<b><a href="/title/tt0317028/?ref_=nm_flmg_slf_30" >V Graham Norton</a></b>
|
1979
2024
|
(TV Series)
|
1980
2025
|
<br/>
|
1981
2026
|
Himself
|
1982
2027
|
<div class="filmo-episodes">
|
1983
|
-
- <a href="/title/tt0738330/?ref_=
|
2028
|
+
- <a href="/title/tt0738330/?ref_=nm_flmg_slf_30" >Episode #2.18</a>
|
1984
2029
|
(2002)
|
1985
2030
|
... Himself
|
1986
2031
|
</div>
|
1987
2032
|
</div>
|
1988
|
-
<div class="filmo-row
|
2033
|
+
<div class="filmo-row odd" id="selfTV-tt0332226">
|
1989
2034
|
<span class="year_column">
|
1990
2035
|
2002
|
1991
2036
|
</span>
|
1992
|
-
<b><a href="/title/tt0332226/?ref_=
|
2037
|
+
<b><a href="/title/tt0332226/?ref_=nm_flmg_slf_31" >MTV Video Music Awards 2002</a></b>
|
1993
2038
|
(TV Special)
|
1994
2039
|
<br/>
|
1995
2040
|
Himself
|
1996
2041
|
</div>
|
1997
|
-
<div class="filmo-row
|
1998
|
-
<span class="year_column">
|
1999
|
-
2001
|
2000
|
-
</span>
|
2001
|
-
<b><a href="/title/tt0372963/?ref_=nm_flmg_slf_33" >Heath Ledger Profile</a></b>
|
2002
|
-
(Video documentary short)
|
2003
|
-
<br/>
|
2004
|
-
Himself
|
2005
|
-
</div>
|
2006
|
-
<div class="filmo-row even">
|
2042
|
+
<div class="filmo-row even" id="selfTV-tt0373120">
|
2007
2043
|
<span class="year_column">
|
2008
2044
|
2001
|
2009
2045
|
</span>
|
2010
|
-
<b><a href="/title/
|
2011
|
-
(Video documentary short)
|
2012
|
-
<br/>
|
2013
|
-
Himself
|
2014
|
-
</div>
|
2015
|
-
<div class="filmo-row odd">
|
2016
|
-
<span class="year_column">
|
2017
|
-
2001
|
2018
|
-
</span>
|
2019
|
-
<b><a href="/title/tt0373120/?ref_=nm_flmg_slf_35" >The Making of 'A Knight's Tale'</a></b>
|
2046
|
+
<b><a href="/title/tt0373120/?ref_=nm_flmg_slf_32" >The Making of 'A Knight's Tale'</a></b>
|
2020
2047
|
(TV Movie documentary short)
|
2021
2048
|
<br/>
|
2022
2049
|
Himself
|
2023
2050
|
</div>
|
2024
|
-
<div class="filmo-row
|
2025
|
-
<span class="year_column">
|
2026
|
-
2001
|
2027
|
-
</span>
|
2028
|
-
<b><a href="/title/tt0373129/?ref_=nm_flmg_slf_36" >The Marquee Event</a></b>
|
2029
|
-
(Video documentary short)
|
2030
|
-
<br/>
|
2031
|
-
Himself
|
2032
|
-
</div>
|
2033
|
-
<div class="filmo-row odd">
|
2034
|
-
<span class="year_column">
|
2035
|
-
2001
|
2036
|
-
</span>
|
2037
|
-
<b><a href="/title/tt0373271/?ref_=nm_flmg_slf_37" >The Rock Music Scene in 1370</a></b>
|
2038
|
-
(Video documentary short)
|
2039
|
-
<br/>
|
2040
|
-
Himself
|
2041
|
-
</div>
|
2042
|
-
<div class="filmo-row even">
|
2051
|
+
<div class="filmo-row odd" id="selfTV-tt0297611">
|
2043
2052
|
<span class="year_column">
|
2044
2053
|
2001
|
2045
2054
|
</span>
|
2046
|
-
<b><a href="/title/
|
2047
|
-
(Video documentary short)
|
2048
|
-
<br/>
|
2049
|
-
Himself
|
2050
|
-
</div>
|
2051
|
-
<div class="filmo-row odd">
|
2052
|
-
<span class="year_column">
|
2053
|
-
2001
|
2054
|
-
</span>
|
2055
|
-
<b><a href="/title/tt0297611/?ref_=nm_flmg_slf_39" >The Ray Martin Show</a></b>
|
2055
|
+
<b><a href="/title/tt0297611/?ref_=nm_flmg_slf_33" >The Ray Martin Show</a></b>
|
2056
2056
|
(TV Series)
|
2057
2057
|
<br/>
|
2058
2058
|
Himself
|
2059
2059
|
<div class="filmo-episodes">
|
2060
|
-
- <a href="/title/tt0683251/?ref_=
|
2060
|
+
- <a href="/title/tt0683251/?ref_=nm_flmg_slf_33" >Episode #1.5</a>
|
2061
2061
|
(2001)
|
2062
2062
|
... Himself
|
2063
2063
|
</div>
|
2064
2064
|
</div>
|
2065
|
-
<div class="filmo-row even">
|
2065
|
+
<div class="filmo-row even" id="selfTV-tt0140756">
|
2066
2066
|
<span class="year_column">
|
2067
2067
|
1999-2001
|
2068
2068
|
</span>
|
2069
|
-
<b><a href="/title/tt0140756/?ref_=
|
2069
|
+
<b><a href="/title/tt0140756/?ref_=nm_flmg_slf_34" >The Panel</a></b>
|
2070
2070
|
(TV Series)
|
2071
2071
|
<br/>
|
2072
2072
|
Himself
|
2073
2073
|
<div class="filmo-episodes">
|
2074
|
-
- <a href="/title/tt0669045/?ref_=
|
2074
|
+
- <a href="/title/tt0669045/?ref_=nm_flmg_slf_34" >Episode #4.23</a>
|
2075
2075
|
(2001)
|
2076
2076
|
... Himself
|
2077
2077
|
</div>
|
2078
2078
|
<div class="filmo-episodes">
|
2079
|
-
- <a href="/title/tt0668973/?ref_=
|
2079
|
+
- <a href="/title/tt0668973/?ref_=nm_flmg_slf_34" >Episode #2.19</a>
|
2080
2080
|
(1999)
|
2081
2081
|
... Himself
|
2082
2082
|
</div>
|
2083
2083
|
</div>
|
2084
|
-
<div class="filmo-row odd">
|
2084
|
+
<div class="filmo-row odd" id="selfTV-tt0827791">
|
2085
2085
|
<span class="year_column">
|
2086
2086
|
2001
|
2087
2087
|
</span>
|
2088
|
-
<b><a href="/title/tt0827791/?ref_=
|
2088
|
+
<b><a href="/title/tt0827791/?ref_=nm_flmg_slf_35" >A.J. After Hours</a></b>
|
2089
2089
|
(TV Series)
|
2090
2090
|
<br/>
|
2091
2091
|
Himself
|
2092
2092
|
<div class="filmo-episodes">
|
2093
|
-
- <a href="/title/tt1107400/?ref_=
|
2093
|
+
- <a href="/title/tt1107400/?ref_=nm_flmg_slf_35" >Episode dated 31 May 2001</a>
|
2094
2094
|
(2001)
|
2095
2095
|
... Himself
|
2096
2096
|
</div>
|
2097
2097
|
</div>
|
2098
|
-
<div class="filmo-row even">
|
2098
|
+
<div class="filmo-row even" id="selfTV-tt0115147">
|
2099
2099
|
<span class="year_column">
|
2100
2100
|
2001
|
2101
2101
|
</span>
|
2102
|
-
<b><a href="/title/tt0115147/?ref_=
|
2102
|
+
<b><a href="/title/tt0115147/?ref_=nm_flmg_slf_36" >The Daily Show with Jon Stewart</a></b>
|
2103
2103
|
(TV Series)
|
2104
2104
|
<br/>
|
2105
2105
|
Himself
|
2106
2106
|
<div class="filmo-episodes">
|
2107
|
-
- <a href="/title/tt1267550/?ref_=
|
2107
|
+
- <a href="/title/tt1267550/?ref_=nm_flmg_slf_36" >Heath Ledger</a>
|
2108
2108
|
(2001)
|
2109
2109
|
... Himself
|
2110
2110
|
</div>
|
2111
2111
|
</div>
|
2112
|
-
<div class="filmo-row odd">
|
2112
|
+
<div class="filmo-row odd" id="selfTV-tt0261489">
|
2113
2113
|
<span class="year_column">
|
2114
2114
|
2001
|
2115
2115
|
</span>
|
2116
|
-
<b><a href="/title/tt0261489/?ref_=
|
2116
|
+
<b><a href="/title/tt0261489/?ref_=nm_flmg_slf_37" >Rove Live</a></b>
|
2117
2117
|
(TV Series)
|
2118
2118
|
<br/>
|
2119
2119
|
Himself
|
2120
2120
|
<div class="filmo-episodes">
|
2121
|
-
- <a href="/title/tt0690534/?ref_=
|
2121
|
+
- <a href="/title/tt0690534/?ref_=nm_flmg_slf_37" >Episode #2.10</a>
|
2122
2122
|
(2001)
|
2123
2123
|
... Himself
|
2124
2124
|
</div>
|
2125
2125
|
</div>
|
2126
|
-
<div class="filmo-row even">
|
2126
|
+
<div class="filmo-row even" id="selfTV-tt0318220">
|
2127
2127
|
<span class="year_column">
|
2128
2128
|
2000-2001
|
2129
2129
|
</span>
|
2130
|
-
<b><a href="/title/tt0318220/?ref_=
|
2131
|
-
(TV Series)
|
2130
|
+
<b><a href="/title/tt0318220/?ref_=nm_flmg_slf_38" >HBO First Look</a></b>
|
2131
|
+
(TV Series documentary)
|
2132
2132
|
<br/>
|
2133
2133
|
Himself
|
2134
2134
|
<div class="filmo-episodes">
|
2135
|
-
- <a href="/title/tt0594803/?ref_=
|
2135
|
+
- <a href="/title/tt0594803/?ref_=nm_flmg_slf_38" >The Making of 'A Knight's Tale'</a>
|
2136
2136
|
(2001)
|
2137
2137
|
... Himself
|
2138
2138
|
</div>
|
2139
2139
|
<div class="filmo-episodes">
|
2140
|
-
- <a href="/title/tt0594937/?ref_=
|
2140
|
+
- <a href="/title/tt0594937/?ref_=nm_flmg_slf_38" >The Patriot</a>
|
2141
2141
|
(2000)
|
2142
2142
|
... Himself
|
2143
2143
|
</div>
|
2144
2144
|
</div>
|
2145
|
-
<div class="filmo-row odd">
|
2145
|
+
<div class="filmo-row odd" id="selfTV-tt0278884">
|
2146
2146
|
<span class="year_column">
|
2147
2147
|
2000
|
2148
2148
|
</span>
|
2149
|
-
<b><a href="/title/
|
2150
|
-
(
|
2149
|
+
<b><a href="/title/tt0278884/?ref_=nm_flmg_slf_39" >2000 MTV Movie Awards</a></b>
|
2150
|
+
(TV Special documentary)
|
2151
2151
|
<br/>
|
2152
2152
|
Himself
|
2153
2153
|
</div>
|
2154
|
-
<div class="filmo-row even">
|
2154
|
+
<div class="filmo-row even" id="selfTV-tt0343328">
|
2155
2155
|
<span class="year_column">
|
2156
2156
|
2000
|
2157
2157
|
</span>
|
2158
|
-
<b><a href="/title/
|
2158
|
+
<b><a href="/title/tt0343328/?ref_=nm_flmg_slf_40" >2000 Blockbuster Entertainment Awards</a></b>
|
2159
2159
|
(TV Special documentary)
|
2160
2160
|
<br/>
|
2161
2161
|
Himself
|
2162
2162
|
</div>
|
2163
|
-
<div class="filmo-row odd">
|
2163
|
+
<div class="filmo-row odd" id="selfTV-tt0498255">
|
2164
2164
|
<span class="year_column">
|
2165
|
-
|
2165
|
+
1999
|
2166
2166
|
</span>
|
2167
|
-
<b><a href="/title/
|
2167
|
+
<b><a href="/title/tt0498255/?ref_=nm_flmg_slf_41" >The Teen Choice Awards 1999</a></b>
|
2168
|
+
(TV Movie)
|
2169
|
+
<br/>
|
2170
|
+
Himself
|
2171
|
+
</div>
|
2172
|
+
<div class="filmo-row even" id="selfTV-tt0322662">
|
2173
|
+
<span class="year_column">
|
2174
|
+
1997
|
2175
|
+
</span>
|
2176
|
+
<b><a href="/title/tt0322662/?ref_=nm_flmg_slf_42" >Roar: The Making of</a></b>
|
2168
2177
|
(TV Special documentary)
|
2169
2178
|
<br/>
|
2179
|
+
<a href="/character/ch0041617/?ref_=nm_flmg_slf_42" >Conor</a>
|
2180
|
+
</div>
|
2181
|
+
</div>
|
2182
|
+
<div id="filmo-head-selfVideo" class="head" data-category="selfVideo" onclick="toggleFilmoCategory(this);">
|
2183
|
+
<span id="hide-selfVideo" class="hide-link"
|
2184
|
+
style="display:none;"
|
2185
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
2186
|
+
<span id="show-selfVideo" class="show-link"
|
2187
|
+
style="display:inline;"
|
2188
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
2189
|
+
<a name="selfVideo">Self: Video</a> (8 credits)
|
2190
|
+
</div>
|
2191
|
+
<div class="filmo-category-section"
|
2192
|
+
style="display:none;"
|
2193
|
+
>
|
2194
|
+
<div class="filmo-row odd" id="selfVideo-tt0834929">
|
2195
|
+
<span class="year_column">
|
2196
|
+
2005
|
2197
|
+
</span>
|
2198
|
+
<b><a href="/title/tt0834929/?ref_=nm_flmg_slf_1" >The Making of 'Lords of Dogtown'</a></b>
|
2199
|
+
(Video documentary short)
|
2200
|
+
<br/>
|
2170
2201
|
Himself
|
2171
2202
|
</div>
|
2172
|
-
<div class="filmo-row even">
|
2203
|
+
<div class="filmo-row even" id="selfVideo-tt0865926">
|
2173
2204
|
<span class="year_column">
|
2174
|
-
|
2205
|
+
2005
|
2175
2206
|
</span>
|
2176
|
-
<b><a href="/title/
|
2177
|
-
(
|
2207
|
+
<b><a href="/title/tt0865926/?ref_=nm_flmg_slf_2" >On Being a Cowboy</a></b>
|
2208
|
+
(Video short)
|
2178
2209
|
<br/>
|
2179
2210
|
Himself
|
2180
2211
|
</div>
|
2181
|
-
<div class="filmo-row odd">
|
2212
|
+
<div class="filmo-row odd" id="selfVideo-tt0372963">
|
2182
2213
|
<span class="year_column">
|
2183
|
-
|
2214
|
+
2001
|
2184
2215
|
</span>
|
2185
|
-
<b><a href="/title/
|
2186
|
-
(
|
2216
|
+
<b><a href="/title/tt0372963/?ref_=nm_flmg_slf_3" >Heath Ledger Profile</a></b>
|
2217
|
+
(Video documentary short)
|
2218
|
+
<br/>
|
2219
|
+
Himself
|
2220
|
+
</div>
|
2221
|
+
<div class="filmo-row even" id="selfVideo-tt0373302">
|
2222
|
+
<span class="year_column">
|
2223
|
+
2001
|
2224
|
+
</span>
|
2225
|
+
<b><a href="/title/tt0373302/?ref_=nm_flmg_slf_4" >Sexy Armor and a Rock Band on Tour</a></b>
|
2226
|
+
(Video documentary short)
|
2187
2227
|
<br/>
|
2188
|
-
|
2228
|
+
Himself
|
2229
|
+
</div>
|
2230
|
+
<div class="filmo-row odd" id="selfVideo-tt0373129">
|
2231
|
+
<span class="year_column">
|
2232
|
+
2001
|
2233
|
+
</span>
|
2234
|
+
<b><a href="/title/tt0373129/?ref_=nm_flmg_slf_5" >The Marquee Event</a></b>
|
2235
|
+
(Video documentary short)
|
2236
|
+
<br/>
|
2237
|
+
Himself
|
2238
|
+
</div>
|
2239
|
+
<div class="filmo-row even" id="selfVideo-tt0373271">
|
2240
|
+
<span class="year_column">
|
2241
|
+
2001
|
2242
|
+
</span>
|
2243
|
+
<b><a href="/title/tt0373271/?ref_=nm_flmg_slf_6" >The Rock Music Scene in 1370</a></b>
|
2244
|
+
(Video documentary short)
|
2245
|
+
<br/>
|
2246
|
+
Himself
|
2247
|
+
</div>
|
2248
|
+
<div class="filmo-row odd" id="selfVideo-tt0373276">
|
2249
|
+
<span class="year_column">
|
2250
|
+
2001
|
2251
|
+
</span>
|
2252
|
+
<b><a href="/title/tt0373276/?ref_=nm_flmg_slf_7" >The Rules of Love</a></b>
|
2253
|
+
(Video documentary short)
|
2254
|
+
<br/>
|
2255
|
+
Himself
|
2256
|
+
</div>
|
2257
|
+
<div class="filmo-row even" id="selfVideo-tt0372772">
|
2258
|
+
<span class="year_column">
|
2259
|
+
2000
|
2260
|
+
</span>
|
2261
|
+
<b><a href="/title/tt0372772/?ref_=nm_flmg_slf_8" >The Art of War</a></b>
|
2262
|
+
(Video documentary short)
|
2263
|
+
<br/>
|
2264
|
+
Himself
|
2265
|
+
</div>
|
2266
|
+
</div>
|
2267
|
+
<div id="filmo-head-selfMovie" class="head" data-category="selfMovie" onclick="toggleFilmoCategory(this);">
|
2268
|
+
<span id="hide-selfMovie" class="hide-link"
|
2269
|
+
style="display:none;"
|
2270
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
2271
|
+
<span id="show-selfMovie" class="show-link"
|
2272
|
+
style="display:inline;"
|
2273
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
2274
|
+
<a name="selfMovie">Self: Movie</a> (1 credit)
|
2275
|
+
</div>
|
2276
|
+
<div class="filmo-category-section"
|
2277
|
+
style="display:none;"
|
2278
|
+
>
|
2279
|
+
<div class="filmo-row odd" id="selfMovie-tt1584925">
|
2280
|
+
<span class="year_column">
|
2281
|
+
2005
|
2282
|
+
</span>
|
2283
|
+
<b><a href="/title/tt1584925/?ref_=nm_flmg_slf_1" >Los Angeles</a></b>
|
2284
|
+
(Documentary short)
|
2285
|
+
<br/>
|
2286
|
+
Himself
|
2189
2287
|
</div>
|
2190
2288
|
</div>
|
2191
2289
|
<div id="filmo-head-archive_footage" class="head" data-category="archive_footage" onclick="toggleFilmoCategory(this);">
|
2192
2290
|
<span id="hide-archive_footage" class="hide-link"
|
2193
2291
|
style="display:none;"
|
2194
|
-
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577.
|
2292
|
+
>Hide <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/hide-1061525577._CB358668250_.png" class="absmiddle" alt="Hide" width="18" height="16"></span>
|
2195
2293
|
<span id="show-archive_footage" class="show-link"
|
2196
2294
|
style="display:inline;"
|
2197
|
-
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296.
|
2198
|
-
<a name="archive_footage">Archive footage</a> (
|
2295
|
+
>Show <img src="http://ia.media-imdb.com/images/G/01/imdb/images/icons/show-582987296._CB358668248_.png" class="absmiddle" alt="Show" width="18" height="16"></span>
|
2296
|
+
<a name="archive_footage">Archive footage</a> (25 credits)
|
2199
2297
|
</div>
|
2200
2298
|
<div class="filmo-category-section"
|
2201
2299
|
style="display:none;"
|
2202
2300
|
>
|
2203
|
-
<div class="filmo-row odd">
|
2301
|
+
<div class="filmo-row odd" id="archive_footage-tt3138282">
|
2302
|
+
<span class="year_column">
|
2303
|
+
2013
|
2304
|
+
</span>
|
2305
|
+
<b><a href="/title/tt3138282/?ref_=nm_flmg_arf_1" >The Fire Rises: The Creation and Impact of the Dark Knight Trilogy</a></b>
|
2306
|
+
(Video documentary)
|
2307
|
+
<br/>
|
2308
|
+
Himself
|
2309
|
+
</div>
|
2310
|
+
<div class="filmo-row even" id="archive_footage-tt2241422">
|
2204
2311
|
<span class="year_column">
|
2205
2312
|
2012
|
2206
2313
|
</span>
|
2207
|
-
<b><a href="/title/tt2241422/?ref_=
|
2208
|
-
(TV Series)
|
2314
|
+
<b><a href="/title/tt2241422/?ref_=nm_flmg_arf_2" >Too Young to Die</a></b>
|
2315
|
+
(TV Series documentary)
|
2209
2316
|
<br/>
|
2210
2317
|
Himself
|
2211
2318
|
<div class="filmo-episodes">
|
2212
|
-
- <a href="/title/tt2323004/?ref_=
|
2319
|
+
- <a href="/title/tt2323004/?ref_=nm_flmg_arf_2" >Heath Ledger: Liebling der Götter</a>
|
2213
2320
|
(2012)
|
2214
2321
|
... Himself
|
2215
2322
|
</div>
|
2216
2323
|
</div>
|
2217
|
-
<div class="filmo-row
|
2324
|
+
<div class="filmo-row odd" id="archive_footage-tt0381753">
|
2218
2325
|
<span class="year_column">
|
2219
2326
|
2012
|
2220
2327
|
</span>
|
2221
|
-
<b><a href="/title/tt0381753/?ref_=
|
2222
|
-
(TV Series)
|
2328
|
+
<b><a href="/title/tt0381753/?ref_=nm_flmg_arf_3" >Fantástico</a></b>
|
2329
|
+
(TV Series documentary)
|
2223
2330
|
<br/>
|
2224
|
-
<a href="/character/ch0000180/?ref_=
|
2331
|
+
<a href="/character/ch0000180/?ref_=nm_flmg_arf_3" >Joker</a>
|
2225
2332
|
<div class="filmo-episodes">
|
2226
|
-
- <a href="/title/tt2272492/?ref_=
|
2333
|
+
- <a href="/title/tt2272492/?ref_=nm_flmg_arf_3" >Episode dated 15 July 2012</a>
|
2227
2334
|
(2012)
|
2228
|
-
... <a href="/character/ch0000180/?ref_=
|
2335
|
+
... <a href="/character/ch0000180/?ref_=nm_flmg_arf_3" >Joker</a>
|
2229
2336
|
</div>
|
2230
2337
|
</div>
|
2231
|
-
<div class="filmo-row
|
2338
|
+
<div class="filmo-row even" id="archive_footage-tt0111920">
|
2232
2339
|
<span class="year_column">
|
2233
2340
|
2008-2010
|
2234
2341
|
</span>
|
2235
|
-
<b><a href="/title/tt0111920/?ref_=
|
2342
|
+
<b><a href="/title/tt0111920/?ref_=nm_flmg_arf_4" >Cinema 3</a></b>
|
2236
2343
|
(TV Series)
|
2237
2344
|
<br/>
|
2238
2345
|
Himself
|
2239
2346
|
<div class="filmo-episodes">
|
2240
|
-
- <a href="/title/tt1608833/?ref_=
|
2347
|
+
- <a href="/title/tt1608833/?ref_=nm_flmg_arf_4" >Episode dated 27 February 2010</a>
|
2241
2348
|
(2010)
|
2242
2349
|
... Himself
|
2243
2350
|
</div>
|
2244
2351
|
<div class="filmo-episodes">
|
2245
|
-
- <a href="/title/tt1178223/?ref_=
|
2352
|
+
- <a href="/title/tt1178223/?ref_=nm_flmg_arf_4" >Episode dated 26 January 2008</a>
|
2246
2353
|
(2008)
|
2247
2354
|
... Himself
|
2248
2355
|
</div>
|
2249
2356
|
</div>
|
2250
|
-
<div class="filmo-row
|
2357
|
+
<div class="filmo-row odd" id="archive_footage-tt1438483">
|
2251
2358
|
<span class="year_column">
|
2252
2359
|
2009
|
2253
2360
|
</span>
|
2254
|
-
<b><a href="/title/tt1438483/?ref_=
|
2361
|
+
<b><a href="/title/tt1438483/?ref_=nm_flmg_arf_5" >World Film Report</a></b>
|
2255
2362
|
(TV Series)
|
2256
2363
|
<br/>
|
2257
2364
|
Himself
|
2258
2365
|
<div class="filmo-episodes">
|
2259
|
-
- <a href="/title/tt1525910/?ref_=
|
2366
|
+
- <a href="/title/tt1525910/?ref_=nm_flmg_arf_5" >Heath Ledger zhou nian ji, si suo bei shang zai guang ying liu zhuan zhong man man pin chang</a>
|
2260
2367
|
(2009)
|
2261
2368
|
... Himself
|
2262
2369
|
</div>
|
2263
2370
|
</div>
|
2264
|
-
<div class="filmo-row
|
2371
|
+
<div class="filmo-row even" id="archive_footage-tt1219288">
|
2265
2372
|
<span class="year_column">
|
2266
2373
|
2009
|
2267
2374
|
</span>
|
2268
|
-
<b><a href="/title/tt1219288/?ref_=
|
2375
|
+
<b><a href="/title/tt1219288/?ref_=nm_flmg_arf_6" >The 81st Annual Academy Awards</a></b>
|
2269
2376
|
(TV Special)
|
2270
2377
|
<br/>
|
2271
|
-
<a href="/character/ch0000180/?ref_=
|
2378
|
+
<a href="/character/ch0000180/?ref_=nm_flmg_arf_6" >Joker</a>
|
2272
2379
|
</div>
|
2273
|
-
<div class="filmo-row
|
2380
|
+
<div class="filmo-row odd" id="archive_footage-tt0824229">
|
2274
2381
|
<span class="year_column">
|
2275
2382
|
2009
|
2276
2383
|
</span>
|
2277
|
-
<b><a href="/title/tt0824229/?ref_=
|
2384
|
+
<b><a href="/title/tt0824229/?ref_=nm_flmg_arf_7" >Today Tonight</a></b>
|
2278
2385
|
(TV Series)
|
2279
2386
|
<br/>
|
2280
2387
|
Himself
|
2281
|
-
/ <a href="/character/ch0000180/?ref_=
|
2388
|
+
/ <a href="/character/ch0000180/?ref_=nm_flmg_arf_7" >The Joker</a>
|
2282
2389
|
<div class="filmo-episodes">
|
2283
|
-
- <a href="/title/tt1388726/?ref_=
|
2390
|
+
- <a href="/title/tt1388726/?ref_=nm_flmg_arf_7" >Episode dated 26 January 2009</a>
|
2284
2391
|
(2009)
|
2285
2392
|
... Himself
|
2286
|
-
/ <a href="/character/ch0000180/?ref_=
|
2393
|
+
/ <a href="/character/ch0000180/?ref_=nm_flmg_arf_7" >The Joker</a>
|
2287
2394
|
(uncredited)
|
2288
2395
|
</div>
|
2289
2396
|
</div>
|
2290
|
-
<div class="filmo-row
|
2397
|
+
<div class="filmo-row even" id="archive_footage-tt0081857">
|
2291
2398
|
<span class="year_column">
|
2292
2399
|
2008
|
2293
2400
|
</span>
|
2294
|
-
<b><a href="/title/tt0081857/?ref_=
|
2401
|
+
<b><a href="/title/tt0081857/?ref_=nm_flmg_arf_8" >Entertainment Tonight</a></b>
|
2295
2402
|
(TV Series)
|
2296
2403
|
<br/>
|
2297
2404
|
Himself
|
2298
2405
|
<div class="filmo-episodes">
|
2299
|
-
- <a href="/title/tt1346023/?ref_=
|
2406
|
+
- <a href="/title/tt1346023/?ref_=nm_flmg_arf_8" >Episode dated 30 December 2008</a>
|
2300
2407
|
(2008)
|
2301
2408
|
... Himself
|
2302
2409
|
</div>
|
2303
2410
|
<div class="filmo-episodes">
|
2304
|
-
- <a href="/title/tt1265374/?ref_=
|
2411
|
+
- <a href="/title/tt1265374/?ref_=nm_flmg_arf_8" >Episode dated 21 July 2008</a>
|
2305
2412
|
(2008)
|
2306
2413
|
... Himself
|
2307
2414
|
</div>
|
2308
2415
|
<div class="filmo-episodes">
|
2309
|
-
- <a href="/title/tt1178798/?ref_=
|
2416
|
+
- <a href="/title/tt1178798/?ref_=nm_flmg_arf_8" >Episode dated 29 January 2008</a>
|
2310
2417
|
(2008)
|
2311
2418
|
... Himself
|
2312
2419
|
</div>
|
2313
2420
|
<div class="filmo-episodes">
|
2314
|
-
- <a href="/title/tt1176986/?ref_=
|
2421
|
+
- <a href="/title/tt1176986/?ref_=nm_flmg_arf_8" >Episode dated 25 January 2008</a>
|
2315
2422
|
(2008)
|
2316
2423
|
... Himself
|
2317
2424
|
</div>
|
2318
2425
|
<div class="filmo-episodes">
|
2319
|
-
- <a href="/title/tt1176985/?ref_=
|
2426
|
+
- <a href="/title/tt1176985/?ref_=nm_flmg_arf_8" >Episode dated 24 January 2008</a>
|
2320
2427
|
(2008)
|
2321
2428
|
... Himself
|
2322
2429
|
</div>
|
2430
|
+
<div id="more-episodes-tt0081857-archive_footage" style="display:none;">
|
2431
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/favorite_theater/spinner-3099941772._CB352275779_.gif" />
|
2432
|
+
</div>
|
2323
2433
|
<div class="filmo-episodes">
|
2324
|
-
<a href="
|
2434
|
+
<a href="#"
|
2435
|
+
data-n="7"
|
2436
|
+
onclick="toggleSeeMoreEpisodes(this,'nm0005132','tt0081857','archive_footage',7); return false;">Show all 7 episodes</a>
|
2325
2437
|
</div>
|
2326
2438
|
</div>
|
2327
|
-
<div class="filmo-row
|
2439
|
+
<div class="filmo-row odd" id="archive_footage-tt0092322">
|
2328
2440
|
<span class="year_column">
|
2329
2441
|
2008
|
2330
2442
|
</span>
|
2331
|
-
<b><a href="/title/tt0092322/?ref_=
|
2332
|
-
(TV Series)
|
2443
|
+
<b><a href="/title/tt0092322/?ref_=nm_flmg_arf_9" >Biography</a></b>
|
2444
|
+
(TV Series documentary)
|
2333
2445
|
<br/>
|
2334
2446
|
Conor
|
2335
2447
|
<div class="filmo-episodes">
|
2336
|
-
- <a href="/title/tt1326334/?ref_=
|
2448
|
+
- <a href="/title/tt1326334/?ref_=nm_flmg_arf_9" >Shaun Cassidy</a>
|
2337
2449
|
(2008)
|
2338
2450
|
... Conor
|
2339
2451
|
</div>
|
2340
2452
|
</div>
|
2341
|
-
<div class="filmo-row
|
2453
|
+
<div class="filmo-row even" id="archive_footage-tt0463399">
|
2342
2454
|
<span class="year_column">
|
2343
2455
|
2005-2008
|
2344
2456
|
</span>
|
2345
|
-
<b><a href="/title/tt0463399/?ref_=
|
2346
|
-
(TV Series)
|
2457
|
+
<b><a href="/title/tt0463399/?ref_=nm_flmg_arf_10" >E! True Hollywood Story</a></b>
|
2458
|
+
(TV Series documentary)
|
2347
2459
|
<br/>
|
2348
2460
|
Himself
|
2349
2461
|
<div class="filmo-episodes">
|
2350
|
-
- <a href="/title/tt1257689/?ref_=
|
2462
|
+
- <a href="/title/tt1257689/?ref_=nm_flmg_arf_10" >Heath Ledger</a>
|
2351
2463
|
(2008)
|
2352
2464
|
... Himself
|
2353
2465
|
</div>
|
2354
2466
|
<div class="filmo-episodes">
|
2355
|
-
- <a href="/title/tt0933772/?ref_=
|
2467
|
+
- <a href="/title/tt0933772/?ref_=nm_flmg_arf_10" >Kids of Dawson's Creek</a>
|
2356
2468
|
(2005)
|
2357
2469
|
... Himself
|
2358
2470
|
</div>
|
2359
2471
|
</div>
|
2360
|
-
<div class="filmo-row
|
2472
|
+
<div class="filmo-row odd" id="archive_footage-tt1606206">
|
2361
2473
|
<span class="year_column">
|
2362
2474
|
2008
|
2363
2475
|
</span>
|
2364
|
-
<b><a href="/title/tt1606206/?ref_=
|
2476
|
+
<b><a href="/title/tt1606206/?ref_=nm_flmg_arf_11" >Dr. Drew's Celebrity Addiction Special</a></b>
|
2365
2477
|
(TV Movie documentary)
|
2366
2478
|
<br/>
|
2367
2479
|
Himself
|
2368
2480
|
</div>
|
2369
|
-
<div class="filmo-row
|
2481
|
+
<div class="filmo-row even" id="archive_footage-tt0284767">
|
2370
2482
|
<span class="year_column">
|
2371
2483
|
2008
|
2372
2484
|
</span>
|
2373
|
-
<b><a href="/title/tt0284767/?ref_=
|
2485
|
+
<b><a href="/title/tt0284767/?ref_=nm_flmg_arf_12" >The O'Reilly Factor</a></b>
|
2374
2486
|
(TV Series)
|
2375
2487
|
<br/>
|
2376
2488
|
Himself
|
2377
2489
|
<div class="filmo-episodes">
|
2378
|
-
- <a href="/title/tt1220423/?ref_=
|
2490
|
+
- <a href="/title/tt1220423/?ref_=nm_flmg_arf_12" >Episode dated 15 April 2008</a>
|
2379
2491
|
(2008)
|
2380
2492
|
... Himself
|
2381
2493
|
</div>
|
2382
2494
|
<div class="filmo-episodes">
|
2383
|
-
- <a href="/title/tt1202450/?ref_=
|
2495
|
+
- <a href="/title/tt1202450/?ref_=nm_flmg_arf_12" >Episode dated 12 March 2008</a>
|
2384
2496
|
(2008)
|
2385
2497
|
... Himself
|
2386
2498
|
</div>
|
2387
2499
|
<div class="filmo-episodes">
|
2388
|
-
- <a href="/title/tt1183592/?ref_=
|
2500
|
+
- <a href="/title/tt1183592/?ref_=nm_flmg_arf_12" >Episode dated 8 February 2008</a>
|
2389
2501
|
(2008)
|
2390
2502
|
... Himself
|
2391
2503
|
</div>
|
2392
2504
|
<div class="filmo-episodes">
|
2393
|
-
- <a href="/title/tt1183036/?ref_=
|
2505
|
+
- <a href="/title/tt1183036/?ref_=nm_flmg_arf_12" >Episode dated 6 February 2008</a>
|
2394
2506
|
(2008)
|
2395
2507
|
... Himself
|
2396
2508
|
</div>
|
2397
2509
|
<div class="filmo-episodes">
|
2398
|
-
- <a href="/title/tt1180253/?ref_=
|
2510
|
+
- <a href="/title/tt1180253/?ref_=nm_flmg_arf_12" >Episode dated 1 February 2008</a>
|
2399
2511
|
(2008)
|
2400
2512
|
... Himself
|
2401
2513
|
</div>
|
2514
|
+
<div id="more-episodes-tt0284767-archive_footage" style="display:none;">
|
2515
|
+
<img src="http://ia.media-imdb.com/images/G/01/imdb/images/favorite_theater/spinner-3099941772._CB352275779_.gif" />
|
2516
|
+
</div>
|
2402
2517
|
<div class="filmo-episodes">
|
2403
|
-
<a href="
|
2518
|
+
<a href="#"
|
2519
|
+
data-n="10"
|
2520
|
+
onclick="toggleSeeMoreEpisodes(this,'nm0005132','tt0284767','archive_footage',11); return false;">Show all 10 episodes</a>
|
2404
2521
|
</div>
|
2405
2522
|
</div>
|
2406
|
-
<div class="filmo-row
|
2523
|
+
<div class="filmo-row odd" id="archive_footage-tt1103965">
|
2407
2524
|
<span class="year_column">
|
2408
2525
|
2008
|
2409
2526
|
</span>
|
2410
|
-
<b><a href="/title/tt1103965/?ref_=
|
2527
|
+
<b><a href="/title/tt1103965/?ref_=nm_flmg_arf_13" >The 80th Annual Academy Awards</a></b>
|
2411
2528
|
(TV Special)
|
2412
2529
|
<br/>
|
2413
2530
|
Ennis del Mar Memorial Tribute
|
2414
2531
|
</div>
|
2415
|
-
<div class="filmo-row
|
2532
|
+
<div class="filmo-row even" id="archive_footage-tt1183149">
|
2416
2533
|
<span class="year_column">
|
2417
2534
|
2008
|
2418
2535
|
</span>
|
2419
|
-
<b><a href="/title/tt1183149/?ref_=
|
2536
|
+
<b><a href="/title/tt1183149/?ref_=nm_flmg_arf_14" >Oscar, que empiece el espectáculo</a></b>
|
2420
2537
|
(TV Movie documentary)
|
2421
2538
|
<br/>
|
2422
2539
|
Himself
|
2423
2540
|
</div>
|
2424
|
-
<div class="filmo-row
|
2541
|
+
<div class="filmo-row odd" id="archive_footage-tt1190909">
|
2425
2542
|
<span class="year_column">
|
2426
2543
|
2008
|
2427
2544
|
</span>
|
2428
|
-
<b><a href="/title/tt1190909/?ref_=
|
2545
|
+
<b><a href="/title/tt1190909/?ref_=nm_flmg_arf_15" >14th Annual Screen Actors Guild Awards</a></b>
|
2429
2546
|
(TV Movie)
|
2430
2547
|
<br/>
|
2431
2548
|
Himself - Memorial Tribute
|
2432
2549
|
</div>
|
2433
|
-
<div class="filmo-row
|
2550
|
+
<div class="filmo-row even" id="archive_footage-tt0190177">
|
2434
2551
|
<span class="year_column">
|
2435
2552
|
2008
|
2436
2553
|
</span>
|
2437
|
-
<b><a href="/title/tt0190177/?ref_=
|
2554
|
+
<b><a href="/title/tt0190177/?ref_=nm_flmg_arf_16" >A Current Affair</a></b>
|
2438
2555
|
(TV Series)
|
2439
2556
|
<br/>
|
2440
2557
|
Himself
|
2441
2558
|
<div class="filmo-episodes">
|
2442
|
-
- <a href="/title/tt1179528/?ref_=
|
2559
|
+
- <a href="/title/tt1179528/?ref_=nm_flmg_arf_16" >Heath Ledger Special</a>
|
2443
2560
|
(2008)
|
2444
2561
|
... Himself
|
2445
2562
|
</div>
|
2446
2563
|
</div>
|
2447
|
-
<div class="filmo-row
|
2564
|
+
<div class="filmo-row odd" id="archive_footage-tt0463397">
|
2448
2565
|
<span class="year_column">
|
2449
2566
|
2005-2008
|
2450
2567
|
</span>
|
2451
|
-
<b><a href="/title/tt0463397/?ref_=
|
2568
|
+
<b><a href="/title/tt0463397/?ref_=nm_flmg_arf_17" >Corazón de...</a></b>
|
2452
2569
|
(TV Series)
|
2453
2570
|
<br/>
|
2454
2571
|
Himself
|
2455
2572
|
/ Ennis del Mar
|
2456
|
-
/ <a href="/character/ch0033702/?ref_=
|
2573
|
+
/ <a href="/character/ch0033702/?ref_=nm_flmg_arf_17" >Casanova</a>
|
2457
2574
|
<div class="filmo-episodes">
|
2458
|
-
- <a href="/title/tt1175806/?ref_=
|
2575
|
+
- <a href="/title/tt1175806/?ref_=nm_flmg_arf_17" >Episode dated 23 January 2008</a>
|
2459
2576
|
(2008)
|
2460
2577
|
... Himself
|
2461
2578
|
</div>
|
2462
2579
|
<div class="filmo-episodes">
|
2463
|
-
- <a href="/title/tt0545977/?ref_=
|
2580
|
+
- <a href="/title/tt0545977/?ref_=nm_flmg_arf_17" >Episode dated 1 December 2005</a>
|
2464
2581
|
(2005)
|
2465
2582
|
... Ennis del Mar
|
2466
2583
|
</div>
|
2467
2584
|
<div class="filmo-episodes">
|
2468
|
-
- <a href="/title/tt0545966/?ref_=
|
2585
|
+
- <a href="/title/tt0545966/?ref_=nm_flmg_arf_17" >Episode dated 15 November 2005</a>
|
2469
2586
|
(2005)
|
2470
|
-
... <a href="/character/ch0033702/?ref_=
|
2587
|
+
... <a href="/character/ch0033702/?ref_=nm_flmg_arf_17" >Casanova</a>
|
2471
2588
|
</div>
|
2472
2589
|
<div class="filmo-episodes">
|
2473
|
-
- <a href="/title/tt0545927/?ref_=
|
2590
|
+
- <a href="/title/tt0545927/?ref_=nm_flmg_arf_17" >Episode dated 5 September 2005</a>
|
2474
2591
|
(2005)
|
2475
2592
|
... Himself
|
2476
2593
|
</div>
|
2477
2594
|
</div>
|
2478
|
-
<div class="filmo-row
|
2595
|
+
<div class="filmo-row even" id="archive_footage-tt0379623">
|
2479
2596
|
<span class="year_column">
|
2480
2597
|
2008
|
2481
2598
|
</span>
|
2482
|
-
<b><a href="/title/tt0379623/?ref_=
|
2599
|
+
<b><a href="/title/tt0379623/?ref_=nm_flmg_arf_18" >Ellen: The Ellen DeGeneres Show</a></b>
|
2483
2600
|
(TV Series)
|
2484
2601
|
<br/>
|
2485
2602
|
Himself
|
2486
2603
|
<div class="filmo-episodes">
|
2487
|
-
- <a href="/title/tt1174219/?ref_=
|
2604
|
+
- <a href="/title/tt1174219/?ref_=nm_flmg_arf_18" >Episode dated 23 January 2008</a>
|
2488
2605
|
(2008)
|
2489
2606
|
... Himself
|
2490
2607
|
</div>
|
2491
2608
|
</div>
|
2492
|
-
<div class="filmo-row
|
2609
|
+
<div class="filmo-row odd" id="archive_footage-tt0930831">
|
2493
2610
|
<span class="year_column">
|
2494
2611
|
2008
|
2495
2612
|
</span>
|
2496
|
-
<b><a href="/title/tt0930831/?ref_=
|
2613
|
+
<b><a href="/title/tt0930831/?ref_=nm_flmg_arf_19" >Gomorron</a></b>
|
2497
2614
|
(TV Series)
|
2498
2615
|
<br/>
|
2499
2616
|
Himself
|
2500
2617
|
<div class="filmo-episodes">
|
2501
|
-
- <a href="/title/tt1490282/?ref_=
|
2618
|
+
- <a href="/title/tt1490282/?ref_=nm_flmg_arf_19" >Episode dated 22 January 2008</a>
|
2502
2619
|
(2008)
|
2503
2620
|
... Himself
|
2504
2621
|
</div>
|
2505
2622
|
</div>
|
2506
|
-
<div class="filmo-row
|
2623
|
+
<div class="filmo-row even" id="archive_footage-tt0949771">
|
2507
2624
|
<span class="year_column">
|
2508
2625
|
2007
|
2509
2626
|
</span>
|
2510
|
-
<b><a href="/title/tt0949771/?ref_=
|
2627
|
+
<b><a href="/title/tt0949771/?ref_=nm_flmg_arf_20" >Here's Looking at You, Boy</a></b>
|
2511
2628
|
(Documentary)
|
2512
2629
|
<br/>
|
2513
2630
|
Ennis Del Mar
|
2514
2631
|
(uncredited)
|
2515
2632
|
</div>
|
2516
|
-
<div class="filmo-row
|
2633
|
+
<div class="filmo-row odd" id="archive_footage-tt0969243">
|
2517
2634
|
<span class="year_column">
|
2518
2635
|
2007
|
2519
2636
|
</span>
|
2520
|
-
<b><a href="/title/tt0969243/?ref_=
|
2637
|
+
<b><a href="/title/tt0969243/?ref_=nm_flmg_arf_21" >Cómo conseguir un papel en Hollywood</a></b>
|
2521
2638
|
(TV Movie documentary)
|
2522
2639
|
<br/>
|
2523
2640
|
Himself
|
2524
2641
|
</div>
|
2525
|
-
<div class="filmo-row
|
2642
|
+
<div class="filmo-row even" id="archive_footage-tt0094481">
|
2526
2643
|
<span class="year_column">
|
2527
2644
|
2006
|
2528
2645
|
</span>
|
2529
|
-
<b><a href="/title/tt0094481/?ref_=
|
2646
|
+
<b><a href="/title/tt0094481/?ref_=nm_flmg_arf_22" >Home and Away</a></b>
|
2530
2647
|
(TV Series)
|
2531
2648
|
<br/>
|
2532
|
-
<a href="/character/ch0050091/?ref_=
|
2649
|
+
<a href="/character/ch0050091/?ref_=nm_flmg_arf_22" >Scott Irwin</a>
|
2533
2650
|
<div class="filmo-episodes">
|
2534
|
-
- <a href="/title/tt0912928/?ref_=
|
2651
|
+
- <a href="/title/tt0912928/?ref_=nm_flmg_arf_22" >Episode #1.4330</a>
|
2535
2652
|
(2006)
|
2536
|
-
... <a href="/character/ch0050091/?ref_=
|
2653
|
+
... <a href="/character/ch0050091/?ref_=nm_flmg_arf_22" >Scott Irwin</a>
|
2537
2654
|
(uncredited)
|
2538
2655
|
</div>
|
2539
2656
|
</div>
|
2540
|
-
<div class="filmo-row
|
2657
|
+
<div class="filmo-row odd" id="archive_footage-tt0760167">
|
2541
2658
|
<span class="year_column">
|
2542
2659
|
2006
|
2543
2660
|
</span>
|
2544
|
-
<b><a href="/title/tt0760167/?ref_=
|
2661
|
+
<b><a href="/title/tt0760167/?ref_=nm_flmg_arf_23" >Fabulous! The Story of Queer Cinema</a></b>
|
2545
2662
|
(Documentary)
|
2546
2663
|
<br/>
|
2547
2664
|
Himself
|
2548
2665
|
/ Ennis Del Mar
|
2549
2666
|
</div>
|
2550
|
-
<div class="filmo-row
|
2667
|
+
<div class="filmo-row even" id="archive_footage-tt0929761">
|
2551
2668
|
<span class="year_column">
|
2552
2669
|
2005
|
2553
2670
|
</span>
|
2554
|
-
<b><a href="/title/tt0929761/?ref_=
|
2671
|
+
<b><a href="/title/tt0929761/?ref_=nm_flmg_arf_24" >Home and Away: Romances</a></b>
|
2555
2672
|
(Video)
|
2556
2673
|
<br/>
|
2557
|
-
<a href="/character/ch0050091/?ref_=
|
2674
|
+
<a href="/character/ch0050091/?ref_=nm_flmg_arf_24" >Scott Irwin</a>
|
2558
2675
|
(uncredited)
|
2559
2676
|
</div>
|
2560
|
-
<div class="filmo-row
|
2677
|
+
<div class="filmo-row odd" id="archive_footage-tt0403738">
|
2561
2678
|
<span class="year_column">
|
2562
2679
|
2003-2004
|
2563
2680
|
</span>
|
2564
|
-
<b><a href="/title/tt0403738/?ref_=
|
2681
|
+
<b><a href="/title/tt0403738/?ref_=nm_flmg_arf_25" >Celebrities Uncensored</a></b>
|
2565
2682
|
(TV Series)
|
2566
2683
|
<br/>
|
2567
2684
|
Himself
|
2568
2685
|
<div class="filmo-episodes">
|
2569
|
-
- <a href="/title/tt0537896/?ref_=
|
2686
|
+
- <a href="/title/tt0537896/?ref_=nm_flmg_arf_25" >Episode #2.6</a>
|
2570
2687
|
(2004)
|
2571
2688
|
... Himself
|
2572
2689
|
</div>
|
2573
2690
|
<div class="filmo-episodes">
|
2574
|
-
- <a href="/title/tt0537881/?ref_=
|
2691
|
+
- <a href="/title/tt0537881/?ref_=nm_flmg_arf_25" >Episode #1.15</a>
|
2575
2692
|
(2003)
|
2576
2693
|
... Himself
|
2577
2694
|
</div>
|
@@ -2588,34 +2705,41 @@ Himself
|
|
2588
2705
|
|
2589
2706
|
|
2590
2707
|
|
2591
|
-
<a href="/video/imdb/vi944374297?ref_=nm_rvd_vi_1" title="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday." alt="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday." class="video-colorbox" data-video="vi944374297" data-context="imdb" data-rid="122PM3TBX8ZR069M9EP7" widget-context="nameMaindetails" itemprop="url" ><img height="150" width="200" alt="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday." title="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday."src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904._V379390253_.png"class="loadlate hidden video" loadlate="http://ia.media-imdb.com/images/M/MV5BMTU5NDYxNDQ0MF5BMl5BanBnXkFtZTcwNjY3NTA5Mg@@._V1_SP330,330,0,C,0,0,0_CR65,90,200,150_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,200,150_PIimdb-bluebutton-big,BottomRight,-1,-1_ZATrailer,4,121,16,196,verdenab,8,255,255,255,1_ZAon%2520IMDb,4,1,14,196,verdenab,7,255,255,255,1_ZA01:44,164,1,14,36,verdenab,7,255,255,255,1_ZAThe%2520Imaginarium%2520of%2520Doctor%2520Parn...,4,136,14,196,arialbd,7,255,255,255,1_.jpg" itemprop='image' viconst="vi944374297" /></a> </span>
|
2592
|
-
<span class="video_slate" itemscope itemtype="http://schema.org/videoObject">
|
2593
|
-
<meta itemprop="duration" content="T1M7S" />
|
2594
|
-
|
2595
|
-
|
2596
2708
|
|
2597
|
-
<a href="/video/imdb/
|
2709
|
+
<a href="/video/imdb/vi944374297?ref_=nm_rvd_vi_1" title="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday." alt="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday." class="video-colorbox" data-video="vi944374297" data-context="imdb" data-rid="0YWX4ZG7PNJMVMX6QGH1" widget-context="nameMaindetails" itemprop="url" ><img height="150" width="200" alt="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday." title="The Imaginarium of Doctor Parnassus -- A story-telling doctor's deal with the devil sends him scrambling to save his daughter on the eve of her 16th birthday."src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904._CB379390253_.png"class="loadlate hidden video" loadlate="http://ia.media-imdb.com/images/M/MV5BMTU5NDYxNDQ0MF5BMl5BanBnXkFtZTcwNjY3NTA5Mg@@._V1_SP330,330,0,C,0,0,0_CR65,90,200,150_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,200,150_PIimdb-bluebutton-big,BottomRight,-1,-1_ZATrailer,4,121,16,196,verdenab,8,255,255,255,1_ZAon%2520IMDb,4,1,14,196,verdenab,7,255,255,255,1_ZA01:44,164,1,14,36,verdenab,7,255,255,255,1_ZAThe%2520Imaginarium%2520of%2520Doctor%2520Parn...,4,136,14,196,arialbd,7,255,255,255,1_.jpg" itemprop='image' viconst="vi944374297" /></a> </span>
|
2598
2710
|
<span class="video_slate_last" itemscope itemtype="http://schema.org/videoObject">
|
2711
|
+
<meta itemprop="duration" content="T1M7S" />
|
2599
2712
|
|
2600
2713
|
|
2601
2714
|
|
2602
|
-
|
2715
|
+
|
2716
|
+
<a href="/video/imdb/vi2746286361?ref_=nm_rvd_vi_2" title="I'm Not There. -- I'm Not There - Trailer" alt="I'm Not There. -- I'm Not There - Trailer" class="video-colorbox" data-video="vi2746286361" data-context="imdb" data-rid="0YWX4ZG7PNJMVMX6QGH1" widget-context="nameMaindetails" itemprop="url" ><img height="150" width="200" alt="I'm Not There. -- I'm Not There - Trailer" title="I'm Not There. -- I'm Not There - Trailer"src="http://ia.media-imdb.com/images/G/01/imdb/images/nopicture/small/no-video-slate-856072904._CB379390253_.png"class="loadlate hidden video" loadlate="http://ia.media-imdb.com/images/M/MV5BMTI0NTA3MjA3MV5BMl5BanBnXkFtZTYwNTg3MDky._V1_SP330,330,0,C,0,0,0_CR65,90,200,150_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,200,150_PIimdb-bluebutton-big,BottomRight,-1,-1_ZATrailer,4,121,16,196,verdenab,8,255,255,255,1_ZAon%2520IMDb,4,1,14,196,verdenab,7,255,255,255,1_ZA01:07,164,1,14,36,verdenab,7,255,255,255,1_ZAI'm%2520Not%2520There.,4,136,14,196,arialbd,7,255,255,255,1_.jpg" itemprop='image' viconst="vi2746286361" /></a> </span>
|
2603
2717
|
</div>
|
2604
2718
|
|
2605
|
-
<div class="see-more">
|
2606
|
-
<a href="/name/nm0005132/videogallery?ref_=nm_rvd_vi_sm" >See all 35 videos</a> »
|
2607
|
-
</div>
|
2608
2719
|
</div>
|
2609
2720
|
|
2610
2721
|
</@csm.csm_widget />
|
2611
2722
|
<div class="article">
|
2612
|
-
|
2723
|
+
<span class="rightcornerlink">
|
2613
2724
|
<a href="/updates?edit=nm0005132/details&ref_=nm_pdt_edt" > Edit
|
2614
|
-
</a>
|
2725
|
+
</a> </span>
|
2615
2726
|
<h2>Personal Details</h2>
|
2616
2727
|
<div id="details-other-works" class="see-more inline canwrap">
|
2617
2728
|
<h4 class="inline">Other Works:</h4>
|
2618
2729
|
Was interviewed in "Talking Movies" (2006). </div>
|
2730
|
+
|
2731
|
+
<hr/>
|
2732
|
+
<div id="details-publicity-listings" class="see-more inline canwrap">
|
2733
|
+
<h4 class="inline">Publicity Listings:</h4>
|
2734
|
+
3 Print Biographies <span class="ghost">|</span>
|
2735
|
+
12 Interviews <span class="ghost">|</span>
|
2736
|
+
159 Articles <span class="ghost">|</span>
|
2737
|
+
6 Pictorials <span class="ghost">|</span>
|
2738
|
+
12 Magazine Cover Photos <span class="ghost">|</span>
|
2739
|
+
<span class="see-more inline">
|
2740
|
+
<a href="/name/nm0005132/publicity?ref_=nm_pdt_pub_sm" >See more</a>
|
2741
|
+
</span>»
|
2742
|
+
</div>
|
2619
2743
|
|
2620
2744
|
|
2621
2745
|
<hr/>
|
@@ -2630,13 +2754,13 @@ Was interviewed in "Talking Movies" (2006). </div>
|
|
2630
2754
|
6' 1" (1.85 m) </div>
|
2631
2755
|
</div>
|
2632
2756
|
<div class="article">
|
2633
|
-
|
2757
|
+
<span class="rightcornerlink">
|
2634
2758
|
<a href="/updates?edit=nm0005132/fun-facts&ref_=nm_dyk_edt" > Edit
|
2635
|
-
</a>
|
2759
|
+
</a> </span>
|
2636
2760
|
<h2>Did You Know?</h2>
|
2637
2761
|
<div id="dyk-personal-quote" class="see-more inline canwrap">
|
2638
2762
|
<h4 class="inline">Personal Quote:</h4>
|
2639
|
-
|
2763
|
+
I start to get bored, not with the choices I was making, because I didn't really have a choice. The choices were being made for me -- I was being thrown into projects. So I kind of put the brakes on that. In a sense, I destroyed my career to rebuild it again. <span class="see-more inline">
|
2640
2764
|
<a href="/name/nm0005132/bio?ref_=nm_dyk_qt_sm#quotes" >See more</a>
|
2641
2765
|
</span>
|
2642
2766
|
»
|
@@ -2644,7 +2768,7 @@ Was interviewed in "Talking Movies" (2006). </div>
|
|
2644
2768
|
<hr/>
|
2645
2769
|
<div id="dyk-trivia" class="see-more inline canwrap">
|
2646
2770
|
<h4 class="inline">Trivia:</h4>
|
2647
|
-
|
2771
|
+
Played the character of Scott Irwin in the long-running Australian soap opera <a href="/title/tt0094481/?ref_=nm_dyk_trv1">Home and Away</a> (1988) for 10 episodes in 1997. Scott was a local bad boy who took advantage of Sally Fletcher. It is said that the producers wanted to extend his stay with the show but Heath opted not to. <span class="see-more inline">
|
2648
2772
|
<a href="/name/nm0005132/bio?ref_=nm_dyk_trv_sm#trivia" >See more</a>
|
2649
2773
|
</span>
|
2650
2774
|
»
|
@@ -2697,34 +2821,34 @@ His warm smile <span class="see-more inline">
|
|
2697
2821
|
</tr>
|
2698
2822
|
<tr class="odd">
|
2699
2823
|
<td>
|
2700
|
-
<a href="/name/nm0005132/board/nest/
|
2824
|
+
<a href="/name/nm0005132/board/nest/202544398?ref_=nm_bd_3" >His death has propelled him to a wildly overrated status</a>
|
2701
2825
|
</td>
|
2702
2826
|
<td>
|
2703
|
-
<a href="/user/
|
2827
|
+
<a href="/user/ur35348630/?ref_=nm_bd_3" >The_Desolate_Kid</a>
|
2704
2828
|
</td>
|
2705
2829
|
</tr>
|
2706
2830
|
<tr class="even">
|
2707
2831
|
<td>
|
2708
|
-
<a href="/name/nm0005132/board/nest/
|
2832
|
+
<a href="/name/nm0005132/board/nest/224255703?ref_=nm_bd_4" >Can you believe that it'll be 6 years already since he died?</a>
|
2709
2833
|
</td>
|
2710
2834
|
<td>
|
2711
|
-
<a href="/user/
|
2835
|
+
<a href="/user/ur31143408/?ref_=nm_bd_4" >GuyfromCanada</a>
|
2712
2836
|
</td>
|
2713
2837
|
</tr>
|
2714
2838
|
<tr class="odd">
|
2715
2839
|
<td>
|
2716
|
-
<a href="/name/nm0005132/board/nest/
|
2840
|
+
<a href="/name/nm0005132/board/nest/227950332?ref_=nm_bd_5" >04th April - HEATH'S BIRTHDAY</a>
|
2717
2841
|
</td>
|
2718
2842
|
<td>
|
2719
|
-
<a href="/user/
|
2843
|
+
<a href="/user/ur13687613/?ref_=nm_bd_5" >sel365</a>
|
2720
2844
|
</td>
|
2721
2845
|
</tr>
|
2722
2846
|
<tr class="even">
|
2723
2847
|
<td>
|
2724
|
-
<a href="/name/nm0005132/board/nest/
|
2848
|
+
<a href="/name/nm0005132/board/nest/223176579?ref_=nm_bd_6" >The Patriot</a>
|
2725
2849
|
</td>
|
2726
2850
|
<td>
|
2727
|
-
<a href="/user/
|
2851
|
+
<a href="/user/ur0921215/?ref_=nm_bd_6" >silkandlace</a>
|
2728
2852
|
</td>
|
2729
2853
|
</tr>
|
2730
2854
|
</table>
|
@@ -2732,7 +2856,6 @@ His warm smile <span class="see-more inline">
|
|
2732
2856
|
<a href="/name/nm0005132/board/?ref_=nm_bd_sm" >Discuss Heath Ledger</a> on the IMDb message boards »
|
2733
2857
|
</div>
|
2734
2858
|
</div>
|
2735
|
-
|
2736
2859
|
<script>
|
2737
2860
|
if ('csm' in window) {
|
2738
2861
|
csm.measure('csm_NameContributeWidget_started');
|
@@ -2773,7 +2896,11 @@ His warm smile <span class="see-more inline">
|
|
2773
2896
|
<br class="clear">
|
2774
2897
|
<hr width="100%" size="1">
|
2775
2898
|
</div>
|
2899
|
+
|
2900
|
+
<!-- no content received for slot: bottom_ad -->
|
2901
|
+
|
2776
2902
|
<p class="footer" align="center">
|
2903
|
+
|
2777
2904
|
<a
|
2778
2905
|
onclick="(new Image()).src='/rg/home/footer/images/b.gif?link=/';"
|
2779
2906
|
href="/"
|
@@ -2799,10 +2926,6 @@ onclick="(new Image()).src='/rg/topmovies/footer/images/b.gif?link=/chart/';"
|
|
2799
2926
|
href="/chart/"
|
2800
2927
|
>Top Movies</a>
|
2801
2928
|
| <a
|
2802
|
-
onclick="(new Image()).src='/rg/watchlist/footer/images/b.gif?link=/list/watchlist';"
|
2803
|
-
href="/list/watchlist"
|
2804
|
-
>Watchlist</a>
|
2805
|
-
| <a
|
2806
2929
|
onclick="(new Image()).src='/rg/top250/footer/images/b.gif?link=/chart/top';"
|
2807
2930
|
href="/chart/top"
|
2808
2931
|
>Top 250</a>
|
@@ -2815,10 +2938,6 @@ onclick="(new Image()).src='/rg/news/footer/images/b.gif?link=/news/';"
|
|
2815
2938
|
href="/news/"
|
2816
2939
|
>News</a>
|
2817
2940
|
| <a
|
2818
|
-
onclick="(new Image()).src='/rg/video/footer/images/b.gif?link=/features/video/';"
|
2819
|
-
href="/features/video/"
|
2820
|
-
>Video</a>
|
2821
|
-
| <a
|
2822
2941
|
onclick="(new Image()).src='/rg/messageboards/footer/images/b.gif?link=/boards/';"
|
2823
2942
|
href="/boards/"
|
2824
2943
|
>Message Boards</a>
|
@@ -2833,16 +2952,6 @@ onclick="(new Image()).src='/rg/register-v2/footer/images/b.gif?link=https://sec
|
|
2833
2952
|
href="https://secure.imdb.com/register-imdb/form-v2"
|
2834
2953
|
>Register</a>
|
2835
2954
|
| <a
|
2836
|
-
onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
|
2837
|
-
href="/help/show_article?rssavailable"
|
2838
|
-
class="navbarSprite"
|
2839
|
-
id="footer_rss_image"
|
2840
|
-
></a>
|
2841
|
-
<a
|
2842
|
-
onclick="(new Image()).src='/rg/rss/footer/images/b.gif?link=/help/show_article?rssavailable';"
|
2843
|
-
href="/help/show_article?rssavailable"
|
2844
|
-
>RSS</a>
|
2845
|
-
| <a
|
2846
2955
|
onclick="(new Image()).src='/rg/advertising/footer/images/b.gif?link=/advertising/';"
|
2847
2956
|
href="/advertising/"
|
2848
2957
|
>Advertising</a>
|
@@ -2854,10 +2963,7 @@ href="/helpdesk/contact"
|
|
2854
2963
|
onclick="(new Image()).src='/rg/jobs/footer/images/b.gif?link=/jobs';"
|
2855
2964
|
href="/jobs"
|
2856
2965
|
>Jobs</a>
|
2857
|
-
| <a
|
2858
|
-
onclick="(new Image()).src='/rg/IMDbFooter/prosystem/images/b.gif?link=https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627';"
|
2859
|
-
href="https://secure.imdb.com/r/IMDbFooter/register/subscribe?c=a394d4442664f6f6475627"
|
2860
|
-
>IMDbPro</a>
|
2966
|
+
| <a href="http://pro.imdb.com/signup/index.html?rf=cons_ft_hm&ref_=cons_ft_hm" >IMDbPro</a>
|
2861
2967
|
| <a
|
2862
2968
|
onclick="(new Image()).src='/rg/BOXOFFICEMOJO/FOOTER/images/b.gif?link=http://www.boxofficemojo.com/';"
|
2863
2969
|
href="http://www.boxofficemojo.com/"
|
@@ -2866,10 +2972,6 @@ href="http://www.boxofficemojo.com/"
|
|
2866
2972
|
onclick="(new Image()).src='/rg/WITHOUTABOX/FOOTER/images/b.gif?link=http://www.withoutabox.com/';"
|
2867
2973
|
href="http://www.withoutabox.com/"
|
2868
2974
|
>Withoutabox</a>
|
2869
|
-
| <a
|
2870
|
-
onclick="(new Image()).src='/rg/LOVEFILM/FOOTER/images/b.gif?link=http://www.lovefilm.com/browse/film/watch-online/';"
|
2871
|
-
href="http://www.lovefilm.com/browse/film/watch-online/"
|
2872
|
-
>LOVEFiLM</a>
|
2873
2975
|
<br /><br />
|
2874
2976
|
IMDb Mobile:
|
2875
2977
|
<a
|
@@ -2904,7 +3006,7 @@ href="http://twitter.com/imdb"
|
|
2904
3006
|
<a
|
2905
3007
|
onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/show_article?conditions';"
|
2906
3008
|
href="/help/show_article?conditions"
|
2907
|
-
>Copyright ©</a> 1990-
|
3009
|
+
>Copyright ©</a> 1990-2014
|
2908
3010
|
<a
|
2909
3011
|
onclick="(new Image()).src='/rg/help/footer/images/b.gif?link=/help/';"
|
2910
3012
|
href="/help/"
|
@@ -2924,19 +3026,24 @@ href="//www.amazon.com/InterestBasedAds"
|
|
2924
3026
|
An <span id="amazon_logo" class="footer_logo" align="middle"></span> company.
|
2925
3027
|
</p>
|
2926
3028
|
|
2927
|
-
|
3029
|
+
|
3030
|
+
|
3031
|
+
|
3032
|
+
<table class="footer" id="amazon-affiliates">
|
2928
3033
|
<tr>
|
2929
|
-
<td colspan="
|
3034
|
+
<td colspan="8">
|
2930
3035
|
Amazon Affiliates
|
2931
3036
|
</td>
|
2932
3037
|
</tr>
|
2933
3038
|
<tr>
|
2934
3039
|
<td class="amazon-affiliate-site-first">
|
2935
|
-
|
3040
|
+
|
3041
|
+
<a class="amazon-affiliate-site-link" href="http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20">
|
2936
3042
|
<span class="amazon-affiliate-site-name">Amazon Instant Video</span><br>
|
2937
3043
|
<span class="amazon-affiliate-site-desc">Watch Movies &<br>TV Online</span>
|
2938
3044
|
</a>
|
2939
3045
|
</td>
|
3046
|
+
|
2940
3047
|
<td class="amazon-affiliate-site-item-nth">
|
2941
3048
|
<a class="amazon-affiliate-site-link" href=http://www.amazon.com/b?ie=UTF8&node=2676882011&tag=imdbpr1-20 >
|
2942
3049
|
<span class="amazon-affiliate-site-name">Prime Instant Video</span><br>
|
@@ -2967,18 +3074,6 @@ href="//www.amazon.com/InterestBasedAds"
|
|
2967
3074
|
<span class="amazon-affiliate-site-desc">Buy Movie and<br>TV Show DVDs</span>
|
2968
3075
|
</a>
|
2969
3076
|
</td>
|
2970
|
-
<td class="amazon-affiliate-site-item-nth">
|
2971
|
-
<a class="amazon-affiliate-site-link" href=http://www.lovefilm.com/browse/film/watch-online/ >
|
2972
|
-
<span class="amazon-affiliate-site-name">LOVEFiLM</span><br>
|
2973
|
-
<span class="amazon-affiliate-site-desc">Watch Movies<br>Online</span>
|
2974
|
-
</a>
|
2975
|
-
</td>
|
2976
|
-
<td class="amazon-affiliate-site-item-nth">
|
2977
|
-
<a class="amazon-affiliate-site-link" href=http://www.junglee.com/ >
|
2978
|
-
<span class="amazon-affiliate-site-name">Junglee</span><br>
|
2979
|
-
<span class="amazon-affiliate-site-desc">India Online<br>Shopping</span>
|
2980
|
-
</a>
|
2981
|
-
</td>
|
2982
3077
|
<td class="amazon-affiliate-site-item-nth">
|
2983
3078
|
<a class="amazon-affiliate-site-link" href=http://www.dpreview.com >
|
2984
3079
|
<span class="amazon-affiliate-site-name">DPReview</span><br>
|
@@ -2994,35 +3089,14 @@ href="//www.amazon.com/InterestBasedAds"
|
|
2994
3089
|
</tr>
|
2995
3090
|
</table>
|
2996
3091
|
</div>
|
2997
|
-
|
2998
|
-
<script type="text/javascript">
|
2999
|
-
|
3000
|
-
var _gaq = _gaq || [];
|
3001
|
-
var seg = -1;
|
3002
|
-
_gaq.push(['_setAccount', 'UA-3916519-1']);
|
3003
|
-
_gaq.push(['_setDomainName', '.imdb.com']);
|
3004
|
-
_gaq.push(['_setSampleRate', '10']);
|
3005
|
-
_gaq.push(['_setCustomVar', 2, 'Falkor', 'false']);
|
3006
|
-
_gaq.push(['_trackPageview']); // must come last
|
3007
|
-
|
3008
|
-
(function() {
|
3009
|
-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
3010
|
-
ga.src = 'http://www.google-analytics.com/ga.js';
|
3011
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
3012
|
-
})();
|
3013
|
-
|
3014
|
-
</script>
|
3015
|
-
|
3016
|
-
<!-- no content received for slot: bottom_ad -->
|
3017
|
-
|
3018
3092
|
</div>
|
3019
3093
|
</div>
|
3020
3094
|
|
3021
|
-
<script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/name-
|
3095
|
+
<script type="text/javascript" src="http://ia.media-imdb.com/images/G/01/imdb/js/collections/name-2197611473._CB349291295_.js"></script>
|
3022
3096
|
|
3023
3097
|
<script type="text/imdblogin-js" id="login">
|
3024
3098
|
jQuery(document).ready(function(){
|
3025
|
-
window.imdb.login_lightbox("https://secure.imdb.com", "http://www.imdb.com/name/nm0005132
|
3099
|
+
window.imdb.login_lightbox("https://secure.imdb.com", "http://www.imdb.com/name/nm0005132/?nmdp=1");
|
3026
3100
|
});
|
3027
3101
|
</script>
|
3028
3102
|
|
@@ -3052,7 +3126,7 @@ jQuery(document).ready(function(){
|
|
3052
3126
|
var facebookTheme = (window.custom && window.custom.full_page &&
|
3053
3127
|
window.custom.full_page.theme) ?
|
3054
3128
|
window.custom.full_page.theme : "light",
|
3055
|
-
url = "//www.facebook.com/plugins/likebox.php?href=facebook.com%2Fimdb&width=300&height=190&connections=
|
3129
|
+
url = "//www.facebook.com/plugins/likebox.php?href=facebook.com%2Fimdb&width=300&height=190&connections=4&header=false&stream=false&colorscheme=" + facebookTheme,
|
3056
3130
|
like = document.getElementById('facebookIframe'),
|
3057
3131
|
twitterIframe = document.getElementById('twitterIframe');
|
3058
3132
|
if (like) {
|
@@ -3066,19 +3140,22 @@ jQuery(document).ready(function(){
|
|
3066
3140
|
);
|
3067
3141
|
jQuery(
|
3068
3142
|
function() {
|
3069
|
-
var
|
3070
|
-
url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Fname%2Fnm0005132%2F&colorscheme="
|
3143
|
+
var isAdvertisingThemed = !!(window.custom && window.custom.full_page && window.custom.full_page.theme),
|
3144
|
+
url = "http://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Fname%2Fnm0005132%2F&colorscheme=light",
|
3071
3145
|
like = document.getElementById('iframe_like');
|
3072
|
-
|
3146
|
+
|
3147
|
+
if (!isAdvertisingThemed && like) {
|
3073
3148
|
like.src = url;
|
3074
3149
|
like.onload = function () { generic.monitoring.stop_timing('facebook_like_iframe', '', false); };
|
3150
|
+
} else if (isAdvertisingThemed) {
|
3151
|
+
$('.social_networking_like').closest('.aux-content-widget-2').hide();
|
3075
3152
|
}
|
3076
3153
|
}
|
3077
3154
|
|
3078
3155
|
);
|
3079
3156
|
</script>
|
3080
3157
|
|
3081
|
-
<div id="servertime" time="
|
3158
|
+
<div id="servertime" time="67"/>
|
3082
3159
|
|
3083
3160
|
|
3084
3161
|
|