This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
movies.html
466 lines (417 loc) · 20.9 KB
/
movies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
---
layout: widescreen
title: Movies
---
<script type="text/javascript" src="/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('.rating').ratingbar( {
animate: true,
duration: 1000,
ease: "easeOutBounce",
showText: true
});
$('#movies').dataTable( {
"bPaginate":false,
"bFilter": true,
"bInfo": false,
"bSort": true} );
} );
</script>
<p class="intro">I maintain a list of movies with little twists in it. Some call them mindfuck movies others use the term film noir. A lot of my favorite movies fall into that genre which explains my high ratings (I haven't seen the movies without a rating yet). If you know a movie that fits into the list <a href="/about">I would be glad to hear from you.</a></p>
<table cellpadding="0" cellspacing="0" border="0" class="display" id="movies">
<colgroup>
<col id="title" />
<col id="year" />
<col id="plot" />
<col id="my_rating" />
</colgroup>
<thead>
<tr>
<th>Title</th>
<th>Year</th>
<th>Plot</th>
<th>Rating</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+11%3A14&btnI=I%27m+Feeling+Lucky">11:14</a></td>
<td>2005</td>
<td>The events leading up to an 11:14 PM car crash, from five very different perspectives.</td>
<td class="rating">95</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Altered+States&btnI=I%27m+Feeling+Lucky">Altered States</a></td>
<td>1982</td>
<td>A Harvard scientist conducts experiments on himself with a hallucinatory drug and an isolation chamber that may be causing him to regress genetically.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Avalon&btnI=I%27m+Feeling+Lucky">Avalon</a></td>
<td>2001</td>
<td>In a future world, young people are increasingly becoming addicted to an illegal (and potentially deadly) battle simulation game called Avalon...</td>
<td class="rating">78</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Being+John+Malkovich&btnI=I%27m+Feeling+Lucky">Being John Malkovich</a></td>
<td>2000</td>
<td>A puppeteer discovers a portal that leads literally into the head of the movie star, John Malkovich.</td>
<td class="rating">95</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Big+Empty&btnI=I%27m+Feeling+Lucky">The Big Empty</a></td>
<td>2009</td>
<td>A budding actor is faced with a stalled career and a mountain of debt.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+++Blade+Runner&btnI=I%27m+Feeling+Lucky">Blade Runner</a></td>
<td>1982</td>
<td>Deckard, a blade runner, has to track down and terminate 4 replicants who hijacked a ship in space and have returned to earth seeking their maker.</td>
<td class="rating">85</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Braindead&btnI=I%27m+Feeling+Lucky">Dead Alive</a></td>
<td>1993</td>
<td>A young man's mother is bitten by a Sumatran rat-monkey. She gets sick and dies, at which time she comes back to life, killing and eating dogs, nurses, friends, and neighbors.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Brazil&btnI=I%27m+Feeling+Lucky">Brazil</a></td>
<td>1985</td>
<td>A bureaucrat in a retro-future world tries to correct an administrative error and himself becomes an enemy of the state.</td>
<td class="rating">80</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Casshern&btnI=I%27m+Feeling+Lucky">Casshern</a></td>
<td>2004</td>
<td>Live-action sci-fi movie based on a 1973 Japanese animé of the same name (Shinzo Ningen Casshân). Theme song by Utada Hikaru.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+City+of+Ghosts&btnI=I%27m+Feeling+Lucky">City of Ghosts</a></td>
<td>2003</td>
<td>A con man (Dillon) travels to Cambodia (also on the run from law enforcement in the U.S.) to collect his share in an insurance scam, but discovers more than he bargained for...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+City+of+Lost+Children&btnI=I%27m+Feeling+Lucky">The City of Lost Children</a></td>
<td>1995</td>
<td>A scientist in a surrealist society kidnaps children to steal their dreams, hoping that they slow his aging process.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Crying+Game&btnI=I%27m+Feeling+Lucky">The Crying Game</a></td>
<td>1992</td>
<td>A British soldier is kidnaped by IRA terrorists. He befriends one of his captors, who is drawn into the soldier's world.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Cube+0&btnI=I%27m+Feeling+Lucky">Cube Zero</a></td>
<td>2004</td>
<td>A young man whose job is to watch over the Cube endeavours to rescue an innocent woman trapped in one of its rooms. |</td>
<td class="rating">80</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Cube+1&btnI=I%27m+Feeling+Lucky">Cube</a></td>
<td>2000</td>
<td>7 complete strangers of widely varying personality characteristics are involuntarily placed in an endless kafkaesque maze containing deadly traps.</td>
<td class="rating">93</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Cube+2+-+Hypercube&btnI=I%27m+Feeling+Lucky">Cube 2 — Hypercube</a></td>
<td>2003</td>
<td>Eight strangers find themselves waking up in a strange cube-shaped room with no recollection of how they came to be there...</td>
<td class="rating">80</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Cypher&btnI=I%27m+Feeling+Lucky">Cypher</a></td>
<td>2003</td>
<td>An unsuspecting, disenchanted man finds himself working as a spy in the dangerous, high-stakes world of corporate espionage. Quickly getting way over-his-head, he teams up with a mysterious femme fatale.</td>
<td class="rating">90</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Dark+City&btnI=I%27m+Feeling+Lucky">Dark City</a></td>
<td>1998</td>
<td>A man struggles with memories of his past, including a wife he cannot remember, in a nightmarish world with no sun and run by beings with telekinetic powers who seek the souls of humans.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Dark+Hours&btnI=I%27m+Feeling+Lucky">The Dark Hours</a></td>
<td>2005</td>
<td>The thirty and something years old psychiatrist Dr. Samantha Goodman has an incurable brain tumor that has just started to grow...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb++Dead+Mans+Shoes&btnI=I%27m+Feeling+Lucky">Dead Man's Shoes</a></td>
<td>2004</td>
<td>A disaffected soldier (Considine) returns to his hometown to get even with the thugs who brutalized his mentally-challenged brother (Kebbell) years ago.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Deepwater&btnI=I%27m+Feeling+Lucky">Deep Water</a></td>
<td>2006</td>
<td>A documentary about the disastrous 1968 round-the-world yacht race. |</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Dellamorte+Dellamore&btnI=I%27m+Feeling+Lucky">Cemetery Man</a></td>
<td>1996</td>
<td>A cemetery man must kill the dead a second time when they become zombies.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Donnie+Darko&btnI=I%27m+Feeling+Lucky">Donnie Darko</a></td>
<td>2002</td>
<td>A troubled teenager is plagued by visions of a large bunny rabbit that manipulates him to commit a series of crimes, after narrowly escaping a bizarre accident.</td>
<td class="rating">70</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+El+Topo+%28Mole%29&btnI=I%27m+Feeling+Lucky">El Topo</a></td>
<td>1975</td>
<td></td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Eraserhead&btnI=I%27m+Feeling+Lucky">Eraserhead</a></td>
<td>1979</td>
<td>Henry Spencer tries to survive his industrial environment, his angry girlfriend, and the unbearable screams of his newly born mutant child.</td>
<td class="rating">40</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Eternal+Sunshine+of+Spotless+Mind&btnI=I%27m+Feeling+Lucky">Eternal Sunshine of the Spotless Mind</a></td>
<td>2004</td>
<td>A couple undergo a procedure to erase each other from their memories when their relationship turns sour, but it is only through the process of loss that they discover what they had to begin with.</td>
<td class="rating">96</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+eXistenZ&btnI=I%27m+Feeling+Lucky">eXistenZ</a></td>
<td>1999</td>
<td>A game designer on the run from assassins must play her latest virtual reality creation with a marketing trainee to determine if the game has been damaged.</td>
<td class="rating">87</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Faust&btnI=I%27m+Feeling+Lucky">Faust</a></td>
<td>2001</td>
<td>A man sells his soul to the devil.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Fight+Club&btnI=I%27m+Feeling+Lucky">Fight Club</a></td>
<td>1999</td>
<td>An office employee and a soap salesman build a global organization to help vent male aggression.</td>
<td class="rating">97</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Game&btnI=I%27m+Feeling+Lucky">The Game</a></td>
<td>1997</td>
<td>Wealthy financier Nicholas Van Orton gets a strange birthday present from wayward brother Conrad: a live-action game that consumes his life.</td>
<td class="rating">91</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Holy+Mountain&btnI=I%27m+Feeling+Lucky">The Holy Mountain</a></td>
<td>1974</td>
<td>A Christlike figure wanders through bizarre, grotesque scenarios filled with religious and sacrilegious imagery...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Jacket&btnI=I%27m+Feeling+Lucky">The Jacket</a></td>
<td>2005</td>
<td>A Gulf war veteran is wrongly sent to a mental institution for insane criminals, where he becomes the object of a Doctor's experiences, and his life is completely affected by them.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Jacobs+Ladder&btnI=I%27m+Feeling+Lucky">Jacob's Ladder</a></td>
<td>1991</td>
<td>A traumatized Vietnam war veteran finds out that his post-war life isn't what he believes it to be when he's attacked by horned creatures in the subway and his dead son comes to visit him.</td>
<td class="rating">86</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Pier&btnI=I%27m+Feeling+Lucky">The Pier</a></td>
<td>1962</td>
<td>Time travel, still images, a past, present and future and the aftermath of World War III. The tale of a man...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Lost+Highway&btnI=I%27m+Feeling+Lucky">Lost Highway</a></td>
<td>1997</td>
<td>After a bizarre encounter at a party, a jazz saxophonist is framed for the murder of his wife and sent to prison, where he inexplicably morphs into a young mechanic and begins leading a new life.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Lulu+on+Bridge&btnI=I%27m+Feeling+Lucky">Lulu on the Bridge</a></td>
<td>1999</td>
<td>This film is about a famous jazz saxophonist, Izzy who's life is forever changed after he is accidentally shot.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Machinist&btnI=I%27m+Feeling+Lucky">The Machinist</a></td>
<td>2004</td>
<td>An industrial worker who hasn't slept in a year begins to doubt his own sanity</td>
<td class="rating">80</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Map+of+human+heart&btnI=I%27m+Feeling+Lucky">Map of the Human Heart</a></td>
<td>1993</td>
<td>Fantastic improbabilities, happenstance and the undying bridge of love are part of this romantic fantasy about an Inuit who crosses years...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="https://www.google.com/#hl=en&sugexp=ppwl&cp=10&gs_id=11&xhr=t&q=running+scared">Running Scared</a></td>
<td>2006</td>
<td>After a drug-op gone bad, Joey Gazelle is put in charge of disposing the gun that shot a dirty cop.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Matrix&btnI=I%27m+Feeling+Lucky">The Matrix</a></td>
<td>1999</td>
<td>A computer hacker learns from mysterious rebels about the true nature of his reality and his role in the war against the controllers of it.</td>
<td class="rating">97</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Memento&btnI=I%27m+Feeling+Lucky">Memento</a></td>
<td>2001</td>
<td>A man, suffering from short-term memory loss, uses notes and tattoos to hunt for the man he thinks killed his wife.</td>
<td class="rating">90</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Mirror+Mask&btnI=I%27m+Feeling+Lucky">MirrorMask</a></td>
<td>2005</td>
<td>In a fantasy world of opposing kingdoms, a 15-year old girl must find the fabled MirrorMask in order to save the kingdom and get home.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Mulholland+Drive&btnI=I%27m+Feeling+Lucky">Mulholland Dr.</a></td>
<td>2002</td>
<td>After a car wreck on the winding Mulholland Drive renders a woman amnesic, she and a perky Hollywood-hopeful search for clues and answers across Los Angeles in a twisting venture beyond dreams and reality.</td>
<td class="rating">80</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Naked+Lunch&btnI=I%27m+Feeling+Lucky">Naked Lunch</a></td>
<td>1992</td>
<td>After developing an addiction to the substance he uses to kill bugs, an exterminator accidentally murders his wife and becomes involved in a secret government plot being orchestrated by giant bugs in an Islamic port town in Africa.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Neco+z+Alenky&btnI=I%27m+Feeling+Lucky">Alice</a></td>
<td>1989</td>
<td>A memorably bizarre screen version of Lewis Carroll's novel 'Alice's Adventures in Wonderland', mixing...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+November&btnI=I%27m+Feeling+Lucky">November</a></td>
<td>2005</td>
<td>Sophie Jacobs is going through the most difficult time of her life. Now, she just has to find out if it's real.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+One+Point+O&btnI=I%27m+Feeling+Lucky">One Point O</a></td>
<td>2005</td>
<td>After receiving mysterious empty packages inside his apartment, a young computer-programmer begins a personal investigation into their origins.</td>
<td class="rating">70</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Others&btnI=I%27m+Feeling+Lucky">The Others</a></td>
<td>2002</td>
<td>A woman who lives in a darkened old house with her two photosensitive children becomes convinced that her family home is haunted.</td>
<td class="rating">35</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Primer&btnI=I%27m+Feeling+Lucky">Primer</a></td>
<td>2005</td>
<td>Four friends/fledgling entrepreneurs, knowing that there's something bigger and more innovative than the different error-checking devices they've built, wrestle over their new invention.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Quiet+Earth&btnI=I%27m+Feeling+Lucky">The Quiet Earth</a></td>
<td>1986</td>
<td>A mans awakens to find himself alone in the world.</td>
<td class="rating">84</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Saragossa+Manuskript&btnI=I%27m+Feeling+Lucky">The Saragossa Manuscript</a></td>
<td>1965</td>
<td>In the Napoleonic wars, an officer finds an old book that relates his grandfather's story, Alfons van Worden...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Santa+sangre&btnI=I%27m+Feeling+Lucky">Santa sangre</a></td>
<td>1991</td>
<td>A young man is confined in a mental hospital. Through a flashback we see that he was traumatized as a child...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Sixth+Sense&btnI=I%27m+Feeling+Lucky">The Sixth Sense</a></td>
<td>1999</td>
<td>A boy who communicates with spirits that don't know they're dead seeks the help of a disheartened child psychologist.</td>
<td class="rating">78</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Solyaris&btnI=I%27m+Feeling+Lucky">Solaris</a></td>
<td>2010</td>
<td>The Solaris mission has established a base on a planet that appears to host some kind of intelligence...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Stay&btnI=I%27m+Feeling+Lucky">Stay</a></td>
<td>2006</td>
<td>This movie focuses on the attempts of a psychiatrist to prevent one of his patients from committing suicide while trying to maintain his own grip on reality.</td>
<td class="rating">93</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+They+live&btnI=I%27m+Feeling+Lucky">They Live</a></td>
<td>1989</td>
<td>A drifter discovers a pair of sunglasses that allow him to wake up to the fact that aliens have taken over the Earth.</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Thirteenth+Floor&btnI=I%27m+Feeling+Lucky">The Thirteenth Floor</a></td>
<td>1999</td>
<td>Computer scientist Hannon Fuller has discovered something extremely important. He's about to tell the discovery to his colleague...</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Total+Recall&btnI=I%27m+Feeling+Lucky">Total Recall</a></td>
<td>1990</td>
<td>When a man goes for virtual vacation memories of the planet Mars, an unexpected and harrowing series of events forces him to go to the planet for real, or does he?</td>
<td class="rating">88</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Twelve+Monkeys&btnI=I%27m+Feeling+Lucky">Twelve Monkeys</a></td>
<td>1996</td>
<td>In a future world devastated by disease, a convict is sent back in time to gather information about the man-made virus that wiped out most of the human population on the planet.</td>
<td class="rating">97</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Twilight+Zone&btnI=I%27m+Feeling+Lucky">Twilight Zone</a></td>
<td>1961</td>
<td>Rod Serling's seminal anthology series focused on ordinary folks who suddenly found themselves in extraordinary, usually supernatural, situations. The stories would typically end with an ironic twist that would see the guilty punished.
</td>
<td class="rating"></td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Vanilla+Sky&btnI=I%27m+Feeling+Lucky">Vanilla Sky</a></td>
<td>2002</td>
<td>A successful publisher finds his life taking a turn for the surreal after a car accident with a jaded lover.</td>
<td class="rating">95</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Videodrome&btnI=I%27m+Feeling+Lucky">Videodrome</a></td>
<td>1983</td>
<td>A sleazy cable-TV programmer begins to see his life and the future of media spin out of control in a very unusual fashion when he acquires a new kind of programming for his station.</td>
<td class="rating">81</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Waking+Life&btnI=I%27m+Feeling+Lucky">Waking Life</a></td>
<td>2002</td>
<td>A man shuffles through a dream meeting various people and discussing the meanings and purposes of the universe.</td>
<td class="rating">77</td>
</tr>
<tr>
<td><a href="http://www.google.com/search?hl=en&q=imdb+Welt+am+Draht&btnI=I%27m+Feeling+Lucky">Welt am Draht (TV)</a></td>
<td>1973</td>
<td>Somewhere in the future there is a computer project called Simulacron one of which is able to simulate a full featured reality...</td>
<td class="rating"></td>
</tr>
</tbody></table>