Skip to content

Instantly share code, notes, and snippets.

@harrisonmalone
Last active April 1, 2019 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harrisonmalone/0fdda4c82d1bc14e2d630ec6ac3cf7c6 to your computer and use it in GitHub Desktop.
Save harrisonmalone/0fdda4c82d1bc14e2d630ec6ac3cf7c6 to your computer and use it in GitHub Desktop.

Setup 🐞

download these files, extract the zip

make sure the files setup_tables.sql, import_movies.sql and import_ratings.sql are on your desktop

go into psql in terminal

run CREATE DATABASE movies;

run \c movies; to connect to the database

run \i ~/Desktop/setup_tables.sql;

this creates tables with their attributes

run \i ~/Desktop/import_movies.sql;

this inserts movie data into the movie table

run \i ~/Desktop/import_ratings.sql;

this inserts rating data into the movie table

run \l to see all databases on your localhost

run \d to see tables in the database you're connected to

Challenge 👩‍💻

  1. select all movies in the movies table

  2. select all ratings in the ratings table

  3. select all movies that have an id greater than 100

  4. select all movies that occurred in 1993

  5. select all movies that start with the letter P

  6. select only the movie id and titles that start with the letter A

  7. select all movies that contain the word toy

  8. order all the movies by alphabetical order

  9. select the first 10 movies

  10. select all the ratings that are greater than 4

  11. select all movies with the action genre

  12. create a join table connection where we display the movie id (movies table), the movie title (movies table) and the movie rating (ratings table), make this join based on the movie_id (in the ratings table)

  13. display the average rating of a movie in descending order

COPY movies (id, title, genres) FROM stdin;
1 Toy Story (1995) {Adventure,Animation,Children,Comedy,Fantasy}
2 Jumanji (1995) {Adventure,Children,Fantasy}
3 Grumpier Old Men (1995) {Comedy,Romance}
4 Waiting to Exhale (1995) {Comedy,Drama,Romance}
5 Father of the Bride Part II (1995) {Comedy}
6 Heat (1995) {Action,Crime,Thriller}
7 Sabrina (1995) {Comedy,Romance}
8 Tom and Huck (1995) {Adventure,Children}
9 Sudden Death (1995) {Action}
10 GoldenEye (1995) {Action,Adventure,Thriller}
11 American President, The (1995) {Comedy,Drama,Romance}
12 Dracula: Dead and Loving It (1995) {Comedy,Horror}
13 Balto (1995) {Adventure,Animation,Children}
14 Nixon (1995) {Drama}
15 Cutthroat Island (1995) {Action,Adventure,Romance}
16 Casino (1995) {Crime,Drama}
17 Sense and Sensibility (1995) {Drama,Romance}
18 Four Rooms (1995) {Comedy}
19 Ace Ventura: When Nature Calls (1995) {Comedy}
20 Money Train (1995) {Action,Comedy,Crime,Drama,Thriller}
21 Get Shorty (1995) {Comedy,Crime,Thriller}
22 Copycat (1995) {Crime,Drama,Horror,Mystery,Thriller}
23 Assassins (1995) {Action,Crime,Thriller}
24 Powder (1995) {Drama,Sci-Fi}
25 Leaving Las Vegas (1995) {Drama,Romance}
26 Othello (1995) {Drama}
27 Now and Then (1995) {Children,Drama}
28 Persuasion (1995) {Drama,Romance}
29 City of Lost Children, The (Cité des enfants perdus, La) (1995) {Adventure,Drama,Fantasy,Mystery,Sci-Fi}
30 Shanghai Triad (Yao a yao yao dao waipo qiao) (1995) {Crime,Drama}
31 Dangerous Minds (1995) {Drama}
32 Twelve Monkeys (a.k.a. 12 Monkeys) (1995) {Mystery,Sci-Fi,Thriller}
34 Babe (1995) {Children,Drama}
35 Carrington (1995) {Drama,Romance}
36 Dead Man Walking (1995) {Crime,Drama}
37 Across the Sea of Time (1995) {Documentary,IMAX}
38 It Takes Two (1995) {Children,Comedy}
39 Clueless (1995) {Comedy,Romance}
40 Cry, the Beloved Country (1995) {Drama}
41 Richard III (1995) {Drama,War}
42 Dead Presidents (1995) {Action,Crime,Drama}
43 Restoration (1995) {Drama}
44 Mortal Kombat (1995) {Action,Adventure,Fantasy}
45 To Die For (1995) {Comedy,Drama,Thriller}
46 How to Make an American Quilt (1995) {Drama,Romance}
47 Seven (a.k.a. Se7en) (1995) {Mystery,Thriller}
48 Pocahontas (1995) {Animation,Children,Drama,Musical,Romance}
49 When Night Is Falling (1995) {Drama,Romance}
50 Usual Suspects, The (1995) {Crime,Mystery,Thriller}
52 Mighty Aphrodite (1995) {Comedy,Drama,Romance}
53 Lamerica (1994) {Adventure,Drama}
54 Big Green, The (1995) {Children,Comedy}
55 Georgia (1995) {Drama}
57 Home for the Holidays (1995) {Drama}
58 Postman, The (Postino, Il) (1994) {Comedy,Drama,Romance}
59 Confessional, The (Confessionnal, Le) (1995) {Drama,Mystery}
60 Indian in the Cupboard, The (1995) {Adventure,Children,Fantasy}
61 Eye for an Eye (1996) {Drama,Thriller}
62 Mr. Holland/'s Opus (1995) {Drama}
63 Don/'t Be a Menace to South Central While Drinking Your Juice in the Hood (1996) {Comedy,Crime}
64 Two if by Sea (1996) {Comedy,Romance}
65 Bio-Dome (1996) {Comedy}
66 Lawnmower Man 2: Beyond Cyberspace (1996) {Action,Sci-Fi,Thriller}
68 French Twist (Gazon maudit) (1995) {Comedy,Romance}
69 Friday (1995) {Comedy}
70 From Dusk Till Dawn (1996) {Action,Comedy,Horror,Thriller}
71 Fair Game (1995) {Action}
72 Kicking and Screaming (1995) {Comedy,Drama}
73 Misérables, Les (1995) {Drama,War}
74 Bed of Roses (1996) {Drama,Romance}
76 Screamers (1995) {Action,Sci-Fi,Thriller}
77 Nico Icon (1995) {Documentary}
78 Crossing Guard, The (1995) {Action,Crime,Drama,Thriller}
79 Juror, The (1996) {Drama,Thriller}
80 White Balloon, The (Badkonake sefid) (1995) {Children,Drama}
81 Things to Do in Denver When You/'re Dead (1995) {Crime,Drama,Romance}
82 Antonia/'s Line (Antonia) (1995) {Comedy,Drama}
83 Once Upon a Time... When We Were Colored (1995) {Drama,Romance}
84 Last Summer in the Hamptons (1995) {Comedy,Drama}
85 Angels and Insects (1995) {Drama,Romance}
86 White Squall (1996) {Action,Adventure,Drama}
87 Dunston Checks In (1996) {Children,Comedy}
88 Black Sheep (1996) {Comedy}
89 Nick of Time (1995) {Action,Thriller}
92 Mary Reilly (1996) {Drama,Horror,Thriller}
93 Vampire in Brooklyn (1995) {Comedy,Horror,Romance}
94 Beautiful Girls (1996) {Comedy,Drama,Romance}
95 Broken Arrow (1996) {Action,Adventure,Thriller}
96 In the Bleak Midwinter (1995) {Comedy,Drama}
97 Hate (Haine, La) (1995) {Crime,Drama}
98 Shopping (1994) {Action,Thriller}
99 Heidi Fleiss: Hollywood Madam (1995) {Documentary}
100 City Hall (1996) {Drama,Thriller}
101 Bottle Rocket (1996) {Adventure,Comedy,Crime,Romance}
102 Mr. Wrong (1996) {Comedy}
103 Unforgettable (1996) {Mystery,Sci-Fi,Thriller}
104 Happy Gilmore (1996) {Comedy}
105 Bridges of Madison County, The (1995) {Drama,Romance}
107 Muppet Treasure Island (1996) {Adventure,Children,Comedy,Musical}
108 Catwalk (1996) {Documentary}
110 Braveheart (1995) {Action,Drama,War}
111 Taxi Driver (1976) {Crime,Drama,Thriller}
112 Rumble in the Bronx (Hont faan kui) (1995) {Action,Adventure,Comedy,Crime}
113 Before and After (1996) {Drama,Mystery}
114 Margaret/'s Museum (1995) {Drama}
116 Anne Frank Remembered (1995) {Documentary}
117 Young Poisoner/'s Handbook, The (1995) {Crime,Drama}
118 If Lucy Fell (1996) {Comedy,Romance}
119 Steal Big, Steal Little (1995) {Comedy}
121 Boys of St. Vincent, The (1992) {Drama}
122 Boomerang (1992) {Comedy,Romance}
123 Chungking Express (Chung Hing sam lam) (1994) {Drama,Mystery,Romance}
124 Star Maker, The (Uomo delle stelle, L/') (1995) {Drama}
125 Flirting With Disaster (1996) {Comedy}
126 NeverEnding Story III, The (1994) {Adventure,Children,Fantasy}
129 Pie in the Sky (1996) {Comedy,Romance}
130 Angela (1995) {Drama}
131 Frankie Starlight (1995) {Drama,Romance}
132 Jade (1995) {Thriller}
135 Down Periscope (1996) {Comedy}
137 Man of the Year (1995) {Documentary}
140 Up Close and Personal (1996) {Drama,Romance}
141 Birdcage, The (1996) {Comedy}
144 Brothers McMullen, The (1995) {Comedy}
145 Bad Boys (1995) {Action,Comedy,Crime,Drama,Thriller}
146 Amazing Panda Adventure, The (1995) {Adventure,Children}
147 Basketball Diaries, The (1995) {Drama}
148 Awfully Big Adventure, An (1995) {Drama}
149 Amateur (1994) {Crime,Drama,Thriller}
150 Apollo 13 (1995) {Adventure,Drama,IMAX}
151 Rob Roy (1995) {Action,Drama,Romance,War}
152 Addiction, The (1995) {Drama,Horror}
153 Batman Forever (1995) {Action,Adventure,Comedy,Crime}
154 Beauty of the Day (Belle de jour) (1967) {Drama}
155 Beyond Rangoon (1995) {Adventure,Drama,War}
156 Blue in the Face (1995) {Comedy,Drama}
157 Canadian Bacon (1995) {Comedy,War}
158 Casper (1995) {Adventure,Children}
159 Clockers (1995) {Crime,Drama,Mystery}
160 Congo (1995) {Action,Adventure,Mystery,Sci-Fi}
161 Crimson Tide (1995) {Drama,Thriller,War}
162 Crumb (1994) {Documentary}
163 Desperado (1995) {Action,Romance,Western}
164 Devil in a Blue Dress (1995) {Crime,Film-Noir,Mystery,Thriller}
165 Die Hard: With a Vengeance (1995) {Action,Crime,Thriller}
166 Doom Generation, The (1995) {Comedy,Crime,Drama}
167 Feast of July (1995) {Drama}
168 First Knight (1995) {Action,Drama,Romance}
169 Free Willy 2: The Adventure Home (1995) {Adventure,Children,Drama}
170 Hackers (1995) {Action,Adventure,Crime,Thriller}
171 Jeffrey (1995) {Comedy,Drama}
172 Johnny Mnemonic (1995) {Action,Sci-Fi,Thriller}
173 Judge Dredd (1995) {Action,Crime,Sci-Fi}
174 Jury Duty (1995) {Comedy}
175 Kids (1995) {Drama}
176 Living in Oblivion (1995) {Comedy}
177 Lord of Illusions (1995) {Horror}
178 Love & Human Remains (1993) {Comedy,Drama}
179 Mad Love (1995) {Drama,Romance}
180 Mallrats (1995) {Comedy,Romance}
181 Mighty Morphin Power Rangers: The Movie (1995) {Action,Children}
183 Mute Witness (1994) {Comedy,Horror,Thriller}
184 Nadja (1994) {Drama}
185 Net, The (1995) {Action,Crime,Thriller}
186 Nine Months (1995) {Comedy,Romance}
187 Party Girl (1995) {Comedy}
188 Prophecy, The (1995) {Fantasy,Horror,Mystery}
189 Reckless (1995) {Comedy,Fantasy}
190 Safe (1995) {Thriller}
191 Scarlet Letter, The (1995) {Drama,Romance}
193 Showgirls (1995) {Drama}
194 Smoke (1995) {Comedy,Drama}
195 Something to Talk About (1995) {Comedy,Drama,Romance}
196 Species (1995) {Horror,Sci-Fi}
198 Strange Days (1995) {Action,Crime,Drama,Mystery,Sci-Fi,Thriller}
199 Umbrellas of Cherbourg, The (Parapluies de Cherbourg, Les) (1964) {Drama,Musical,Romance}
200 Tie That Binds, The (1995) {Thriller}
201 Three Wishes (1995) {Drama,Fantasy}
202 Total Eclipse (1995) {Drama,Romance}
203 To Wong Foo, Thanks for Everything! Julie Newmar (1995) {Comedy}
204 Under Siege 2: Dark Territory (1995) {Action}
205 Unstrung Heroes (1995) {Comedy,Drama}
206 Unzipped (1995) {Documentary}
207 Walk in the Clouds, A (1995) {Drama,Romance}
208 Waterworld (1995) {Action,Adventure,Sci-Fi}
209 White Man/'s Burden (1995) {Drama}
211 Browning Version, The (1994) {Drama}
213 Burnt by the Sun (Utomlyonnye solntsem) (1994) {Drama}
214 Before the Rain (Pred dozhdot) (1994) {Drama,War}
215 Before Sunrise (1995) {Drama,Romance}
216 Billy Madison (1995) {Comedy}
217 Babysitter, The (1995) {Drama,Thriller}
218 Boys on the Side (1995) {Comedy,Drama}
219 Cure, The (1995) {Drama}
220 Castle Freak (1995) {Horror}
222 Circle of Friends (1995) {Drama,Romance}
223 Clerks (1994) {Comedy}
224 Don Juan DeMarco (1995) {Comedy,Drama,Romance}
225 Disclosure (1994) {Drama,Thriller}
227 Drop Zone (1994) {Action,Thriller}
228 Destiny Turns on the Radio (1995) {Comedy}
229 Death and the Maiden (1994) {Drama,Thriller}
230 Dolores Claiborne (1995) {Drama,Thriller}
231 Dumb & Dumber (Dumb and Dumber) (1994) {Adventure,Comedy}
232 Eat Drink Man Woman (Yin shi nan nu) (1994) {Comedy,Drama,Romance}
233 Exotica (1994) {Drama}
234 Exit to Eden (1994) {Comedy}
235 Ed Wood (1994) {Comedy,Drama}
236 French Kiss (1995) {Action,Comedy,Romance}
237 Forget Paris (1995) {Comedy,Romance}
238 Far From Home: The Adventures of Yellow Dog (1995) {Adventure,Children}
239 Goofy Movie, A (1995) {Animation,Children,Comedy,Romance}
240 Hideaway (1995) {Thriller}
241 Fluke (1995) {Children,Drama}
242 Farinelli: il castrato (1994) {Drama,Musical}
243 Gordy (1995) {Children,Comedy,Fantasy}
244 Gumby: The Movie (1995) {Animation,Children}
245 The Glass Shield (1994) {Crime,Drama}
246 Hoop Dreams (1994) {Documentary}
247 Heavenly Creatures (1994) {Crime,Drama}
248 Houseguest (1994) {Comedy}
249 Immortal Beloved (1994) {Drama,Romance}
250 Heavyweights (Heavy Weights) (1995) {Children,Comedy}
251 Hunted, The (1995) {Action}
252 I.Q. (1994) {Comedy,Romance}
253 Interview with the Vampire: The Vampire Chronicles (1994) {Drama,Horror}
254 Jefferson in Paris (1995) {Drama}
255 Jerky Boys, The (1995) {Comedy}
256 Junior (1994) {Comedy,Sci-Fi}
257 Just Cause (1995) {Mystery,Thriller}
258 Kid in King Arthur/'s Court, A (1995) {Adventure,Children,Comedy,Fantasy,Romance}
259 Kiss of Death (1995) {Crime,Drama,Thriller}
260 Star Wars: Episode IV - A New Hope (1977) {Action,Adventure,Sci-Fi}
261 Little Women (1994) {Drama}
262 Little Princess, A (1995) {Children,Drama}
263 Ladybird Ladybird (1994) {Drama}
264 Enfer, L/' (1994) {Drama}
265 Like Water for Chocolate (Como agua para chocolate) (1992) {Drama,Fantasy,Romance}
266 Legends of the Fall (1994) {Drama,Romance,War,Western}
267 Major Payne (1995) {Comedy}
268 Little Odessa (1994) {Crime,Drama}
269 My Crazy Life (Mi vida loca) (1993) {Drama}
270 Love Affair (1994) {Drama,Romance}
271 Losing Isaiah (1995) {Drama}
272 Madness of King George, The (1994) {Comedy,Drama}
273 Mary Shelley/'s Frankenstein (Frankenstein) (1994) {Drama,Horror,Sci-Fi}
274 Man of the House (1995) {Comedy}
275 Mixed Nuts (1994) {Comedy}
276 Milk Money (1994) {Comedy,Romance}
277 Miracle on 34th Street (1994) {Drama}
278 Miami Rhapsody (1995) {Comedy}
279 My Family (1995) {Drama}
280 Murder in the First (1995) {Drama,Thriller}
281 Nobody/'s Fool (1994) {Comedy,Drama,Romance}
282 Nell (1994) {Drama}
283 New Jersey Drive (1995) {Crime,Drama}
285 Beyond Bedlam (1993) {Drama,Horror}
287 Nina Takes a Lover (1994) {Comedy,Romance}
288 Natural Born Killers (1994) {Action,Crime,Thriller}
289 Only You (1994) {Comedy,Romance}
290 Once Were Warriors (1994) {Crime,Drama}
291 Poison Ivy II (1996) {Drama,Thriller}
292 Outbreak (1995) {Action,Drama,Sci-Fi,Thriller}
293 Léon: The Professional (a.k.a. The Professional) (Léon) (1994) {Action,Crime,Drama,Thriller}
294 Perez Family, The (1995) {Comedy,Romance}
295 Pyromaniac/'s Love Story, A (1995) {Comedy,Romance}
296 Pulp Fiction (1994) {Comedy,Crime,Drama,Thriller}
299 Priest (1994) {Drama}
300 Quiz Show (1994) {Drama}
301 Picture Bride (Bijo photo) (1994) {Drama,Romance}
302 Queen Margot (Reine Margot, La) (1994) {Drama,Romance}
303 Quick and the Dead, The (1995) {Action,Thriller,Western}
304 Roommates (1995) {Comedy,Drama}
305 Ready to Wear (Pret-A-Porter) (1994) {Comedy}
306 Three Colors: Red (Trois couleurs: Rouge) (1994) {Drama}
307 Three Colors: Blue (Trois couleurs: Bleu) (1993) {Drama}
308 Three Colors: White (Trzy kolory: Bialy) (1994) {Comedy,Drama}
309 Red Firecracker, Green Firecracker (Pao Da Shuang Deng) (1994) {Drama}
312 Stuart Saves His Family (1995) {Comedy}
313 Swan Princess, The (1994) {Animation,Children}
314 Secret of Roan Inish, The (1994) {Children,Drama,Fantasy,Mystery}
315 Specialist, The (1994) {Action,Drama,Thriller}
316 Stargate (1994) {Action,Adventure,Sci-Fi}
317 Santa Clause, The (1994) {Comedy,Drama,Fantasy}
318 Shawshank Redemption, The (1994) {Crime,Drama}
319 Shallow Grave (1994) {Comedy,Drama,Thriller}
320 Suture (1993) {Film-Noir,Thriller}
321 Strawberry and Chocolate (Fresa y chocolate) (1993) {Drama}
322 Swimming with Sharks (1995) {Comedy,Drama}
324 Sum of Us, The (1994) {Comedy,Drama}
325 National Lampoon/'s Senior Trip (1995) {Comedy}
326 To Live (Huozhe) (1994) {Drama}
327 Tank Girl (1995) {Action,Comedy,Sci-Fi}
328 Tales from the Crypt Presents: Demon Knight (1995) {Horror,Thriller}
329 Star Trek: Generations (1994) {Adventure,Drama,Sci-Fi}
330 Tales from the Hood (1995) {Action,Crime,Horror}
331 Tom & Viv (1994) {Drama}
332 Village of the Damned (1995) {Horror,Sci-Fi}
333 Tommy Boy (1995) {Comedy}
334 Vanya on 42nd Street (1994) {Drama}
335 Underneath (1995) {Mystery,Thriller}
336 Walking Dead, The (1995) {Drama,War}
337 What/'s Eating Gilbert Grape (1993) {Drama}
338 Virtuosity (1995) {Action,Sci-Fi,Thriller}
339 While You Were Sleeping (1995) {Comedy,Romance}
340 War, The (1994) {Adventure,Drama,War}
341 Double Happiness (1994) {Drama}
342 Muriel/'s Wedding (1994) {Comedy}
343 Baby-Sitters Club, The (1995) {Children}
344 Ace Ventura: Pet Detective (1994) {Comedy}
345 Adventures of Priscilla, Queen of the Desert, The (1994) {Comedy,Drama}
346 Backbeat (1993) {Drama,Musical}
347 Bitter Moon (1992) {Drama,Film-Noir,Romance}
348 Bullets Over Broadway (1994) {Comedy}
349 Clear and Present Danger (1994) {Action,Crime,Drama,Thriller}
350 Client, The (1994) {Drama,Mystery,Thriller}
351 Corrina, Corrina (1994) {Comedy,Drama,Romance}
352 Crooklyn (1994) {Comedy,Drama}
353 Crow, The (1994) {Action,Crime,Fantasy,Thriller}
354 Cobb (1994) {Drama}
355 Flintstones, The (1994) {Children,Comedy,Fantasy}
356 Forrest Gump (1994) {Comedy,Drama,Romance,War}
357 Four Weddings and a Funeral (1994) {Comedy,Romance}
358 Higher Learning (1995) {Drama}
360 I Love Trouble (1994) {Action,Comedy}
361 It Could Happen to You (1994) {Comedy,Drama,Romance}
362 Jungle Book, The (1994) {Adventure,Children,Romance}
363 Wonderful, Horrible Life of Leni Riefenstahl, The (Macht der Bilder: Leni Riefenstahl, Die) (1993) {Documentary}
364 Lion King, The (1994) {Adventure,Animation,Children,Drama,Musical,IMAX}
365 Little Buddha (1993) {Drama}
366 Wes Craven/'s New Nightmare (Nightmare on Elm Street Part 7: Freddy/'s Finale, A) (1994) {Drama,Horror,Mystery,Thriller}
367 Mask, The (1994) {Action,Comedy,Crime,Fantasy}
368 Maverick (1994) {Adventure,Comedy,Western}
369 Mrs. Parker and the Vicious Circle (1994) {Drama}
370 Naked Gun 33 1/3: The Final Insult (1994) {Action,Comedy}
371 Paper, The (1994) {Comedy,Drama}
372 Reality Bites (1994) {Comedy,Drama,Romance}
373 Red Rock West (1992) {Thriller}
374 Richie Rich (1994) {Children,Comedy}
375 Safe Passage (1994) {Drama}
376 River Wild, The (1994) {Action,Thriller}
377 Speed (1994) {Action,Romance,Thriller}
378 Speechless (1994) {Comedy,Romance}
379 Timecop (1994) {Action,Sci-Fi,Thriller}
380 True Lies (1994) {Action,Adventure,Comedy,Romance,Thriller}
381 When a Man Loves a Woman (1994) {Drama,Romance}
382 Wolf (1994) {Drama,Horror,Romance,Thriller}
383 Wyatt Earp (1994) {Western}
384 Bad Company (1995) {Action,Crime,Drama}
387 Low Down Dirty Shame, A (1994) {Action,Comedy}
388 Boys Life (1995) {Drama}
389 Colonel Chabert, Le (1994) {Drama,Romance,War}
390 Faster Pussycat! Kill! Kill! (1965) {Action,Crime,Drama}
391 Jason/'s Lyric (1994) {Crime,Drama}
392 Secret Adventures of Tom Thumb, The (1993) {Adventure,Animation}
393 Street Fighter (1994) {Action,Adventure,Fantasy}
401 Mirage (1995) {Action,Thriller}
405 Highlander III: The Sorcerer (a.k.a. Highlander: The Final Dimension) (1994) {Action,Fantasy}
407 In the Mouth of Madness (1995) {Horror,Thriller}
408 8 Seconds (1994) {Drama}
409 Above the Rim (1994) {Crime,Drama}
410 Addams Family Values (1993) {Children,Comedy,Fantasy}
412 Age of Innocence, The (1993) {Drama}
413 Airheads (1994) {Comedy}
414 Air Up There, The (1994) {Comedy}
415 Another Stakeout (1993) {Comedy,Thriller}
416 Bad Girls (1994) {Western}
417 Barcelona (1994) {Comedy,Romance}
418 Being Human (1993) {Drama}
419 Beverly Hillbillies, The (1993) {Comedy}
420 Beverly Hills Cop III (1994) {Action,Comedy,Crime,Thriller}
421 Black Beauty (1994) {Adventure,Children,Drama}
422 Blink (1994) {Thriller}
423 Blown Away (1994) {Action,Thriller}
424 Blue Chips (1994) {Drama}
425 Blue Sky (1994) {Drama,Romance}
426 Body Snatchers (1993) {Horror,Sci-Fi,Thriller}
427 Boxing Helena (1993) {Drama,Mystery,Romance,Thriller}
428 Bronx Tale, A (1993) {Drama}
429 Cabin Boy (1994) {Comedy}
431 Carlito/'s Way (1993) {Crime,Drama}
432 City Slickers II: The Legend of Curly/'s Gold (1994) {Adventure,Comedy,Western}
433 Clean Slate (1994) {Comedy}
434 Cliffhanger (1993) {Action,Adventure,Thriller}
435 Coneheads (1993) {Comedy,Sci-Fi}
436 Color of Night (1994) {Drama,Thriller}
437 Cops and Robbersons (1994) {Comedy}
438 Cowboy Way, The (1994) {Action,Comedy,Drama}
439 Dangerous Game (1993) {Drama}
440 Dave (1993) {Comedy,Romance}
441 Dazed and Confused (1993) {Comedy}
442 Demolition Man (1993) {Action,Adventure,Sci-Fi}
443 Endless Summer 2, The (1994) {Adventure,Documentary}
444 Even Cowgirls Get the Blues (1993) {Comedy,Romance}
445 Fatal Instinct (1993) {Comedy}
446 Farewell My Concubine (Ba wang bie ji) (1993) {Drama,Romance}
447 Favor, The (1994) {Comedy,Romance}
448 Fearless (1993) {Drama}
449 Fear of a Black Hat (1994) {Comedy}
450 With Honors (1994) {Comedy,Drama}
451 Flesh and Bone (1993) {Drama,Mystery,Romance}
452 Widows/' Peak (1994) {Drama}
453 For Love or Money (1993) {Comedy,Romance}
454 Firm, The (1993) {Drama,Thriller}
455 Free Willy (1993) {Adventure,Children,Drama}
456 Fresh (1994) {Crime,Drama,Thriller}
457 Fugitive, The (1993) {Thriller}
458 Geronimo: An American Legend (1993) {Drama,Western}
459 Getaway, The (1994) {Action,Adventure,Crime,Drama,Romance,Thriller}
460 Getting Even with Dad (1994) {Comedy}
461 Go Fish (1994) {Drama,Romance}
463 Guilty as Sin (1993) {Crime,Drama,Thriller}
464 Hard Target (1993) {Action,Adventure,Crime,Thriller}
465 Heaven & Earth (1993) {Action,Drama,War}
466 Hot Shots! Part Deux (1993) {Action,Comedy,War}
467 Live Nude Girls (1995) {Comedy}
468 Englishman Who Went Up a Hill But Came Down a Mountain, The (1995) {Comedy,Romance}
469 House of the Spirits, The (1993) {Drama,Romance}
470 House Party 3 (1994) {Comedy}
471 Hudsucker Proxy, The (1994) {Comedy}
472 I/'ll Do Anything (1994) {Comedy,Drama}
473 In the Army Now (1994) {Comedy,War}
474 In the Line of Fire (1993) {Action,Thriller}
475 In the Name of the Father (1993) {Drama}
476 Inkwell, The (1994) {Comedy,Drama}
477 What/'s Love Got to Do with It? (1993) {Drama,Musical}
479 Judgment Night (1993) {Action,Crime,Thriller}
480 Jurassic Park (1993) {Action,Adventure,Sci-Fi,Thriller}
481 Kalifornia (1993) {Drama,Thriller}
482 Killing Zoe (1994) {Crime,Drama,Thriller}
483 King of the Hill (1993) {Drama}
484 Lassie (1994) {Adventure,Children}
485 Last Action Hero (1993) {Action,Adventure,Comedy,Fantasy}
486 Life with Mikey (1993) {Comedy}
487 Lightning Jack (1994) {Comedy,Western}
488 M. Butterfly (1993) {Drama,Romance}
489 Made in America (1993) {Comedy}
490 Malice (1993) {Thriller}
491 Man Without a Face, The (1993) {Drama}
492 Manhattan Murder Mystery (1993) {Comedy,Mystery}
493 Menace II Society (1993) {Action,Crime,Drama}
494 Executive Decision (1996) {Action,Adventure,Thriller}
495 In the Realm of the Senses (Ai no corrida) (1976) {Drama}
496 What Happened Was... (1994) {Comedy,Drama,Romance,Thriller}
497 Much Ado About Nothing (1993) {Comedy,Romance}
498 Mr. Jones (1993) {Drama,Romance}
499 Mr. Wonderful (1993) {Comedy,Romance}
500 Mrs. Doubtfire (1993) {Comedy,Drama}
501 Naked (1993) {Drama}
502 Next Karate Kid, The (1994) {Action,Children,Romance}
504 No Escape (1994) {Action,Drama,Sci-Fi}
505 North (1994) {Comedy}
506 Orlando (1992) {Drama,Fantasy,Romance}
507 Perfect World, A (1993) {Crime,Drama,Thriller}
508 Philadelphia (1993) {Drama}
509 Piano, The (1993) {Drama,Romance}
510 Poetic Justice (1993) {Drama}
511 Program, The (1993) {Action,Drama}
512 Puppet Masters, The (1994) {Horror,Sci-Fi}
513 Radioland Murders (1994) {Comedy,Mystery,Romance}
514 Ref, The (1994) {Comedy}
515 Remains of the Day, The (1993) {Drama,Romance}
516 Renaissance Man (1994) {Comedy,Drama}
517 Rising Sun (1993) {Action,Drama,Mystery}
518 Road to Wellville, The (1994) {Comedy}
519 RoboCop 3 (1993) {Action,Crime,Drama,Sci-Fi,Thriller}
520 Robin Hood: Men in Tights (1993) {Comedy}
521 Romeo Is Bleeding (1993) {Crime,Thriller}
522 Romper Stomper (1992) {Action,Drama}
523 Ruby in Paradise (1993) {Drama}
524 Rudy (1993) {Drama}
526 Savage Nights (Nuits fauves, Les) (1992) {Drama}
527 Schindler/'s List (1993) {Drama,War}
528 Scout, The (1994) {Comedy,Drama}
529 Searching for Bobby Fischer (1993) {Drama}
531 Secret Garden, The (1993) {Children,Drama}
532 Serial Mom (1994) {Comedy,Crime,Horror}
533 Shadow, The (1994) {Action,Adventure,Fantasy,Mystery}
534 Shadowlands (1993) {Drama,Romance}
535 Short Cuts (1993) {Drama}
536 Simple Twist of Fate, A (1994) {Drama}
537 Sirens (1994) {Drama}
538 Six Degrees of Separation (1993) {Drama}
539 Sleepless in Seattle (1993) {Comedy,Drama,Romance}
540 Sliver (1993) {Thriller}
541 Blade Runner (1982) {Action,Sci-Fi,Thriller}
542 Son in Law (1993) {Comedy,Drama,Romance}
543 So I Married an Axe Murderer (1993) {Comedy,Romance,Thriller}
544 Striking Distance (1993) {Action,Crime}
546 Super Mario Bros. (1993) {Action,Adventure,Children,Comedy,Fantasy,Sci-Fi}
547 Surviving the Game (1994) {Action,Adventure,Thriller}
548 Terminal Velocity (1994) {Action,Mystery,Thriller}
549 Thirty-Two Short Films About Glenn Gould (1993) {Drama,Musical}
550 Threesome (1994) {Comedy,Romance}
551 Nightmare Before Christmas, The (1993) {Animation,Children,Fantasy,Musical}
552 Three Musketeers, The (1993) {Action,Adventure,Comedy,Romance}
553 Tombstone (1993) {Action,Drama,Western}
554 Trial by Jury (1994) {Crime,Drama,Thriller}
555 True Romance (1993) {Crime,Thriller}
556 War Room, The (1993) {Documentary}
558 Pagemaster, The (1994) {Action,Adventure,Animation,Children,Fantasy}
559 Paris, France (1993) {Comedy}
561 Killer (Bulletproof Heart) (1994) {Drama,Thriller}
562 Welcome to the Dollhouse (1995) {Comedy,Drama}
563 Germinal (1993) {Drama,Romance}
564 Chasers (1994) {Comedy}
565 Cronos (1993) {Drama,Horror}
567 Kika (1993) {Comedy,Drama}
568 Bhaji on the Beach (1993) {Comedy,Drama}
569 Little Big League (1994) {Comedy,Drama}
571 Wedding Gift, The (1994) {Drama,Romance}
573 Ciao, Professore! (Io speriamo che me la cavo) (1992) {Drama}
574 Spanking the Monkey (1994) {Comedy,Drama}
575 Little Rascals, The (1994) {Children,Comedy}
577 Andre (1994) {Adventure,Children,Drama}
580 Princess Caraboo (1994) {Drama}
581 Celluloid Closet, The (1995) {Documentary}
582 Métisse (Café au Lait) (1993) {Comedy,Drama}
585 Brady Bunch Movie, The (1995) {Comedy}
586 Home Alone (1990) {Children,Comedy}
587 Ghost (1990) {Comedy,Drama,Fantasy,Romance,Thriller}
588 Aladdin (1992) {Adventure,Animation,Children,Comedy,Musical}
589 Terminator 2: Judgment Day (1991) {Action,Sci-Fi}
590 Dances with Wolves (1990) {Adventure,Drama,Western}
592 Batman (1989) {Action,Crime,Thriller}
593 Silence of the Lambs, The (1991) {Crime,Horror,Thriller}
594 Snow White and the Seven Dwarfs (1937) {Animation,Children,Drama,Fantasy,Musical}
595 Beauty and the Beast (1991) {Animation,Children,Fantasy,Musical,Romance,IMAX}
596 Pinocchio (1940) {Animation,Children,Fantasy,Musical}
597 Pretty Woman (1990) {Comedy,Romance}
599 Wild Bunch, The (1969) {Adventure,Western}
600 Love and a .45 (1994) {Action,Comedy,Crime}
603 Bye Bye, Love (1995) {Comedy}
605 One Fine Day (1996) {Drama,Romance}
606 Candyman: Farewell to the Flesh (1995) {Fantasy,Horror}
608 Fargo (1996) {Comedy,Crime,Drama,Thriller}
609 Homeward Bound II: Lost in San Francisco (1996) {Adventure,Children}
610 Heavy Metal (1981) {Action,Adventure,Animation,Horror,Sci-Fi}
611 Hellraiser: Bloodline (1996) {Action,Horror,Sci-Fi}
612 Pallbearer, The (1996) {Comedy}
613 Jane Eyre (1996) {Drama,Romance}
614 Loaded (1994) {Drama,Thriller}
615 Bread and Chocolate (Pane e cioccolata) (1973) {Comedy,Drama}
616 Aristocats, The (1970) {Animation,Children}
617 Flower of My Secret, The (La flor de mi secreto) (1995) {Comedy,Drama}
619 Ed (1996) {Comedy}
620 Scream of Stone (Cerro Torre: Schrei aus Stein) (1991) {Drama}
621 My Favorite Season (1993) {Drama}
626 Thin Line Between Love and Hate, A (1996) {Comedy}
627 Last Supper, The (1995) {Drama,Thriller}
628 Primal Fear (1996) {Crime,Drama,Mystery,Thriller}
630 Carried Away (1996) {Drama,Romance}
631 All Dogs Go to Heaven 2 (1996) {Adventure,Animation,Children,Fantasy,Musical,Romance}
632 Land and Freedom (Tierra y libertad) (1995) {Drama,War}
633 Denise Calls Up (1995) {Comedy}
635 Family Thing, A (1996) {Comedy,Drama}
637 Sgt. Bilko (1996) {Comedy}
638 Jack and Sarah (1995) {Romance}
639 Girl 6 (1996) {Comedy,Drama}
640 Diabolique (1996) {Drama,Thriller}
647 Courage Under Fire (1996) {Action,Crime,Drama,War}
648 Mission: Impossible (1996) {Action,Adventure,Mystery,Thriller}
650 Moll Flanders (1996) {Drama}
651 Superweib, Das (1996) {Comedy}
653 Dragonheart (1996) {Action,Adventure,Fantasy}
656 Eddie (1996) {Comedy}
659 Purple Noon (Plein soleil) (1960) {Crime,Drama,Thriller}
661 James and the Giant Peach (1996) {Adventure,Animation,Children,Fantasy,Musical}
662 Fear (1996) {Thriller}
663 Kids in the Hall: Brain Candy (1996) {Comedy}
664 Faithful (1996) {Comedy}
665 Underground (1995) {Comedy,Drama,War}
667 Bloodsport 2 (a.k.a. Bloodsport II: The Next Kumite) (1996) {Action}
668 Song of the Little Road (Pather Panchali) (1955) {Drama}
670 World of Apu, The (Apur Sansar) (1959) {Drama}
671 Mystery Science Theater 3000: The Movie (1996) {Comedy,Sci-Fi}
673 Space Jam (1996) {Adventure,Animation,Children,Comedy,Fantasy,Sci-Fi}
674 Barbarella (1968) {Adventure,Comedy,Sci-Fi}
678 Some Folks Call It a Sling Blade (1993) {Drama,Thriller}
679 Run of the Country, The (1995) {Drama}
680 Alphaville (Alphaville, une étrange aventure de Lemmy Caution) (1965) {Drama,Mystery,Romance,Sci-Fi,Thriller}
681 Coup de torchon (Clean Slate) (1981) {Crime}
685 It/'s My Party (1996) {Drama}
687 Country Life (1994) {Drama,Romance}
688 Operation Dumbo Drop (1995) {Action,Adventure,Comedy,War}
690 Promise, The (Versprechen, Das) (1995) {Drama,Romance}
691 Mrs. Winterbourne (1996) {Comedy,Romance}
692 Solo (1996) {Action,Sci-Fi,Thriller}
694 Substitute, The (1996) {Action,Crime,Drama}
695 True Crime (1996) {Mystery,Thriller}
696 Butterfly Kiss (1995) {Drama,Thriller}
697 Feeling Minnesota (1996) {Drama,Romance}
698 Delta of Venus (1995) {Drama}
700 Angus (1995) {Comedy}
702 Faces (1968) {Drama}
703 Boys (1996) {Drama}
704 Quest, The (1996) {Action,Adventure}
705 Cosi (1996) {Comedy}
707 Mulholland Falls (1996) {Crime,Drama,Thriller}
708 Truth About Cats & Dogs, The (1996) {Comedy,Romance}
709 Oliver & Company (1988) {Adventure,Animation,Children,Comedy,Musical}
710 Celtic Pride (1996) {Comedy}
711 Flipper (1996) {Adventure,Children}
714 Dead Man (1995) {Drama,Mystery,Western}
715 Horseman on the Roof, The (Hussard sur le toit, Le) (1995) {Drama,Romance}
718 Visitors, The (Visiteurs, Les) (1993) {Comedy,Fantasy,Sci-Fi}
719 Multiplicity (1996) {Comedy}
720 Wallace & Gromit: The Best of Aardman Animation (1996) {Adventure,Animation,Comedy}
721 Halfmoon (Paul Bowles - Halbmond) (1995) {Drama}
722 Haunted World of Edward D. Wood Jr., The (1996) {Documentary}
724 Craft, The (1996) {Drama,Fantasy,Horror,Thriller}
725 Great White Hype, The (1996) {Comedy}
726 Last Dance (1996) {Drama}
728 Cold Comfort Farm (1995) {Comedy}
731 Heaven/'s Prisoners (1996) {Crime,Thriller}
733 Rock, The (1996) {Action,Adventure,Thriller}
735 Cemetery Man (Dellamorte Dellamore) (1994) {Horror}
736 Twister (1996) {Action,Adventure,Romance,Thriller}
737 Barb Wire (1996) {Action,Sci-Fi}
741 Ghost in the Shell (Kôkaku kidôtai) (1995) {Animation,Sci-Fi}
742 Thinner (1996) {Horror,Thriller}
743 Spy Hard (1996) {Comedy}
745 Wallace & Gromit: A Close Shave (1995) {Animation,Children,Comedy}
746 Force of Evil (1948) {Film-Noir}
747 Stupids, The (1996) {Comedy}
748 Arrival, The (1996) {Action,Sci-Fi,Thriller}
750 Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb (1964) {Comedy,War}
753 Month by the Lake, A (1995) {Comedy,Drama,Romance}
754 Gold Diggers: The Secret of Bear Mountain (1995) {Adventure,Children}
755 Kim (1950) {Children,Drama}
756 Carmen Miranda: Bananas Is My Business (1994) {Documentary}
757 Ashes of Time (Dung che sai duk) (1994) {Drama}
759 Maya Lin: A Strong Clear Vision (1994) {Documentary}
760 Stalingrad (1993) {Drama,War}
761 Phantom, The (1996) {Action,Adventure}
762 Striptease (1996) {Comedy,Crime}
764 Heavy (1995) {Drama,Romance}
765 Jack (1996) {Comedy,Drama}
766 I Shot Andy Warhol (1996) {Drama}
767 Grass Harp, The (1995) {Comedy,Drama}
769 Marlene Dietrich: Shadow and Light (1996) {Documentary}
775 Spirits of the Dead (1968) {Horror,Mystery}
778 Trainspotting (1996) {Comedy,Crime,Drama}
779 /'Til There Was You (1997) {Drama,Romance}
780 Independence Day (a.k.a. ID4) (1996) {Action,Adventure,Sci-Fi,Thriller}
781 Stealing Beauty (1996) {Drama}
782 Fan, The (1996) {Drama,Thriller}
783 Hunchback of Notre Dame, The (1996) {Animation,Children,Drama,Musical,Romance}
784 Cable Guy, The (1996) {Comedy,Thriller}
785 Kingpin (1996) {Comedy}
786 Eraser (1996) {Action,Drama,Thriller}
787 Gate of Heavenly Peace, The (1995) {Documentary}
788 Nutty Professor, The (1996) {Comedy,Fantasy,Romance,Sci-Fi}
793 My Life and Times With Antonin Artaud (En compagnie d/'Antonin Artaud) (1993) {Drama}
798 Daylight (1996) {Action,Adventure,Drama,Thriller}
799 Frighteners, The (1996) {Comedy,Horror,Thriller}
800 Lone Star (1996) {Drama,Mystery,Western}
801 Harriet the Spy (1996) {Children,Comedy}
802 Phenomenon (1996) {Drama,Romance}
803 Walking and Talking (1996) {Comedy,Drama,Romance}
804 She/'s the One (1996) {Comedy,Romance}
805 Time to Kill, A (1996) {Drama,Thriller}
806 American Buffalo (1996) {Crime,Drama}
808 Alaska (1996) {Adventure,Children}
809 Fled (1996) {Action,Adventure}
810 Kazaam (1996) {Children,Comedy,Fantasy}
813 Larger Than Life (1996) {Comedy}
816 Two Deaths (1995) {Drama}
818 Very Brady Sequel, A (1996) {Comedy}
820 Death in the Garden (Mort en ce jardin, La) (1956) {Drama}
824 Kaspar Hauser (1993) {Drama,Mystery}
828 Adventures of Pinocchio, The (1996) {Adventure,Children}
829 Joe/'s Apartment (1996) {Comedy,Fantasy,Musical}
830 First Wives Club, The (1996) {Comedy}
831 Stonewall (1995) {Drama}
832 Ransom (1996) {Crime,Thriller}
833 High School High (1996) {Comedy}
834 Phat Beach (1996) {Comedy}
835 Foxfire (1996) {Drama}
836 Chain Reaction (1996) {Action,Adventure,Thriller}
837 Matilda (1996) {Children,Comedy,Fantasy}
838 Emma (1996) {Comedy,Drama,Romance}
839 Crow: City of Angels, The (1996) {Action,Thriller}
840 House Arrest (1996) {Children,Comedy}
841 Eyes Without a Face (Yeux sans visage, Les) (1959) {Horror}
842 Tales from the Crypt Presents: Bordello of Blood (1996) {Comedy,Horror}
844 Story of Xinghua, The (Xinghua san yue tian) (1994) {Drama}
845 Day the Sun Turned Cold, The (Tianguo niezi) (1994) {Drama}
846 Flirt (1995) {Drama}
848 Spitfire Grill, The (1996) {Drama}
849 Escape from L.A. (1996) {Action,Adventure,Sci-Fi,Thriller}
850 Cyclo (Xich lo) (1995) {Crime,Drama}
851 Basquiat (1996) {Drama}
852 Tin Cup (1996) {Comedy,Drama,Romance}
854 Ballad of Narayama, The (Narayama Bushiko) (1958) {Drama}
858 Godfather, The (1972) {Crime,Drama}
861 Supercop (Police Story 3: Supercop) (Jing cha gu shi III: Chao ji jing cha) (1992) {Action,Comedy,Crime,Thriller}
864 Wife, The (1995) {Comedy,Drama}
865 Small Faces (1996) {Drama}
866 Bound (1996) {Crime,Drama,Romance,Thriller}
867 Carpool (1996) {Comedy,Crime}
869 Kansas City (1996) {Crime,Drama,Musical,Thriller}
870 Gone Fishin/' (1997) {Comedy}
872 Vive L/'Amour (Ai qing wan sui) (1994) {Drama}
875 Nothing to Lose (1994) {Action,Crime,Drama}
876 Supercop 2 (Project S) (Chao ji ji hua) (1993) {Action,Comedy,Crime,Thriller}
879 Relic, The (1997) {Horror,Thriller}
880 Island of Dr. Moreau, The (1996) {Sci-Fi,Thriller}
881 First Kid (1996) {Children,Comedy}
882 Trigger Effect, The (1996) {Drama,Thriller}
885 Bogus (1996) {Children,Drama,Fantasy}
886 Bulletproof (1996) {Action,Comedy,Crime}
888 Land Before Time III: The Time of the Great Giving (1995) {Adventure,Animation,Children,Musical}
889 1-900 (06) (1994) {Drama,Romance}
891 Halloween: The Curse of Michael Myers (Halloween 6: The Curse of Michael Myers) (1995) {Horror,Thriller}
892 Twelfth Night (1996) {Comedy,Drama,Romance}
893 Mother Night (1996) {Drama}
896 Wild Reeds (Les roseaux sauvages) (1994) {Drama}
897 For Whom the Bell Tolls (1943) {Adventure,Drama,Romance,War}
898 Philadelphia Story, The (1940) {Comedy,Drama,Romance}
899 Singin/' in the Rain (1952) {Comedy,Musical,Romance}
900 American in Paris, An (1951) {Musical,Romance}
901 Funny Face (1957) {Comedy,Musical}
902 Breakfast at Tiffany/'s (1961) {Drama,Romance}
903 Vertigo (1958) {Drama,Mystery,Romance,Thriller}
904 Rear Window (1954) {Mystery,Thriller}
905 It Happened One Night (1934) {Comedy,Romance}
906 Gaslight (1944) {Drama,Thriller}
907 Gay Divorcee, The (1934) {Comedy,Musical,Romance}
908 North by Northwest (1959) {Action,Adventure,Mystery,Romance,Thriller}
909 Apartment, The (1960) {Comedy,Drama,Romance}
910 Some Like It Hot (1959) {Comedy,Crime}
911 Charade (1963) {Comedy,Crime,Mystery,Romance,Thriller}
912 Casablanca (1942) {Drama,Romance}
913 Maltese Falcon, The (1941) {Film-Noir,Mystery}
914 My Fair Lady (1964) {Comedy,Drama,Musical,Romance}
915 Sabrina (1954) {Comedy,Romance}
916 Roman Holiday (1953) {Comedy,Drama,Romance}
917 Little Princess, The (1939) {Children,Drama}
918 Meet Me in St. Louis (1944) {Musical}
919 Wizard of Oz, The (1939) {Adventure,Children,Fantasy,Musical}
920 Gone with the Wind (1939) {Drama,Romance,War}
921 My Favorite Year (1982) {Comedy}
922 Sunset Blvd. (a.k.a. Sunset Boulevard) (1950) {Drama,Film-Noir,Romance}
923 Citizen Kane (1941) {Drama,Mystery}
924 2001: A Space Odyssey (1968) {Adventure,Drama,Sci-Fi}
926 All About Eve (1950) {Drama}
927 Women, The (1939) {Comedy}
928 Rebecca (1940) {Drama,Mystery,Romance,Thriller}
929 Foreign Correspondent (1940) {Drama,Film-Noir,Mystery,Thriller}
930 Notorious (1946) {Film-Noir,Romance,Thriller}
931 Spellbound (1945) {Mystery,Romance,Thriller}
932 Affair to Remember, An (1957) {Drama,Romance}
933 To Catch a Thief (1955) {Crime,Mystery,Romance,Thriller}
934 Father of the Bride (1950) {Comedy}
935 Band Wagon, The (1953) {Comedy,Musical}
936 Ninotchka (1939) {Comedy,Romance}
937 Love in the Afternoon (1957) {Comedy,Romance}
938 Gigi (1958) {Musical}
939 Reluctant Debutante, The (1958) {Comedy,Drama}
940 Adventures of Robin Hood, The (1938) {Action,Adventure,Romance}
941 Mark of Zorro, The (1940) {Adventure}
942 Laura (1944) {Crime,Film-Noir,Mystery}
943 Ghost and Mrs. Muir, The (1947) {Drama,Fantasy,Romance}
944 Lost Horizon (1937) {Drama}
945 Top Hat (1935) {Comedy,Musical,Romance}
946 To Be or Not to Be (1942) {Comedy,Drama,War}
947 My Man Godfrey (1936) {Comedy,Romance}
948 Giant (1956) {Drama,Romance,Western}
949 East of Eden (1955) {Drama}
950 Thin Man, The (1934) {Comedy,Crime}
951 His Girl Friday (1940) {Comedy,Romance}
952 Around the World in 80 Days (1956) {Adventure,Comedy}
953 It/'s a Wonderful Life (1946) {Children,Drama,Fantasy,Romance}
954 Mr. Smith Goes to Washington (1939) {Drama}
955 Bringing Up Baby (1938) {Comedy,Romance}
956 Penny Serenade (1941) {Drama,Romance}
957 Scarlet Letter, The (1926) {Drama}
960 Angel on My Shoulder (1946) {Crime,Drama}
961 Little Lord Fauntleroy (1936) {Drama}
962 They Made Me a Criminal (1939) {Crime,Drama}
963 Inspector General, The (1949) {Musical}
964 Angel and the Badman (1947) {Romance,Western}
965 39 Steps, The (1935) {Drama,Mystery,Thriller}
966 A Walk in the Sun (1945) {Drama,War}
968 Night of the Living Dead (1968) {Horror,Sci-Fi,Thriller}
969 African Queen, The (1951) {Adventure,Comedy,Romance,War}
970 Beat the Devil (1953) {Adventure,Comedy,Crime,Drama,Romance}
971 Cat on a Hot Tin Roof (1958) {Drama}
972 Last Time I Saw Paris, The (1954) {Drama}
973 Meet John Doe (1941) {Comedy,Drama}
976 Farewell to Arms, A (1932) {Romance,War}
980 Yes, Madam (a.k.a. Police Assassins) (a.k.a. In the Line of Duty 2) (Huang gu shi jie) (1985) {Action}
981 Dangerous Ground (1997) {Drama}
982 Picnic (1955) {Drama}
984 Pompatus of Love, The (1996) {Comedy,Drama}
986 Fly Away Home (1996) {Adventure,Children}
987 Bliss (1997) {Drama,Romance}
988 Grace of My Heart (1996) {Comedy,Drama}
990 Maximum Risk (1996) {Action,Adventure,Thriller}
991 Michael Collins (1996) {Drama}
992 Rich Man/'s Wife, The (1996) {Thriller}
994 Big Night (1996) {Comedy,Drama}
996 Last Man Standing (1996) {Action,Crime,Drama,Thriller}
997 Caught (1996) {Drama,Thriller}
998 Set It Off (1996) {Action,Crime}
999 2 Days in the Valley (1996) {Crime,Film-Noir}
1003 Extreme Measures (1996) {Drama,Thriller}
1004 Glimmer Man, The (1996) {Action,Thriller}
1005 D3: The Mighty Ducks (1996) {Children,Comedy}
1006 Chamber, The (1996) {Drama}
1007 Apple Dumpling Gang, The (1975) {Children,Comedy,Western}
1008 Davy Crockett, King of the Wild Frontier (1955) {Adventure,Western}
1009 Escape to Witch Mountain (1975) {Adventure,Children,Fantasy}
1010 Love Bug, The (1969) {Children,Comedy}
1011 Herbie Rides Again (1974) {Children,Comedy,Fantasy,Romance}
1012 Old Yeller (1957) {Children,Drama}
1013 Parent Trap, The (1961) {Children,Comedy,Romance}
1014 Pollyanna (1960) {Children,Comedy,Drama}
1101 Top Gun (1986) {Action,Romance}
1015 Homeward Bound: The Incredible Journey (1993) {Adventure,Children,Drama}
1016 Shaggy Dog, The (1959) {Children,Comedy}
1017 Swiss Family Robinson (1960) {Adventure,Children}
1018 That Darn Cat! (1965) {Children,Comedy,Mystery}
1019 20,000 Leagues Under the Sea (1954) {Adventure,Drama,Sci-Fi}
1020 Cool Runnings (1993) {Comedy}
1021 Angels in the Outfield (1994) {Children,Comedy}
1022 Cinderella (1950) {Animation,Children,Fantasy,Musical,Romance}
1023 Winnie the Pooh and the Blustery Day (1968) {Animation,Children,Musical}
1024 Three Caballeros, The (1945) {Animation,Children,Musical}
1025 Sword in the Stone, The (1963) {Animation,Children,Fantasy,Musical}
1026 So Dear to My Heart (1949) {Children,Drama}
1027 Robin Hood: Prince of Thieves (1991) {Adventure,Drama}
1028 Mary Poppins (1964) {Children,Comedy,Fantasy,Musical}
1029 Dumbo (1941) {Animation,Children,Drama,Musical}
1030 Pete/'s Dragon (1977) {Adventure,Animation,Children,Musical}
1031 Bedknobs and Broomsticks (1971) {Adventure,Children,Musical}
1032 Alice in Wonderland (1951) {Adventure,Animation,Children,Fantasy,Musical}
1033 Fox and the Hound, The (1981) {Animation,Children,Drama}
1034 Freeway (1996) {Comedy,Crime,Drama,Thriller}
1035 Sound of Music, The (1965) {Musical,Romance}
1036 Die Hard (1988) {Action,Crime,Thriller}
1037 Lawnmower Man, The (1992) {Action,Horror,Sci-Fi,Thriller}
1040 Secret Agent, The (1996) {Drama}
1041 Secrets & Lies (1996) {Drama}
1042 That Thing You Do! (1996) {Comedy,Drama}
1043 To Gillian on Her 37th Birthday (1996) {Drama,Romance}
1044 Surviving Picasso (1996) {Drama}
1046 Beautiful Thing (1996) {Drama,Romance}
1047 Long Kiss Goodnight, The (1996) {Action,Drama,Thriller}
1049 Ghost and the Darkness, The (1996) {Action,Adventure}
1050 Looking for Richard (1996) {Documentary,Drama}
1051 Trees Lounge (1996) {Drama}
1053 Normal Life (1996) {Crime,Drama,Romance}
1054 Get on the Bus (1996) {Drama}
1055 Shadow Conspiracy (1997) {Thriller}
1056 Jude (1996) {Drama}
1057 Everyone Says I Love You (1996) {Comedy,Musical,Romance}
1059 William Shakespeare/'s Romeo + Juliet (1996) {Drama,Romance}
1060 Swingers (1996) {Comedy,Drama}
1061 Sleepers (1996) {Thriller}
1063 Johns (1996) {Drama}
1064 Aladdin and the King of Thieves (1996) {Animation,Children,Comedy,Fantasy,Musical,Romance}
1066 Shall We Dance (1937) {Comedy,Musical,Romance}
1067 Damsel in Distress, A (1937) {Comedy,Musical,Romance}
1068 Crossfire (1947) {Crime,Film-Noir}
1069 Murder, My Sweet (1944) {Crime,Film-Noir,Thriller}
1073 Willy Wonka & the Chocolate Factory (1971) {Children,Comedy,Fantasy,Musical}
1076 Innocents, The (1961) {Drama,Horror,Thriller}
1077 Sleeper (1973) {Comedy,Sci-Fi}
1078 Bananas (1971) {Comedy,War}
1079 Fish Called Wanda, A (1988) {Comedy,Crime}
1080 Monty Python/'s Life of Brian (1979) {Comedy}
1081 Victor/Victoria (1982) {Comedy,Musical,Romance}
1082 Candidate, The (1972) {Drama}
1083 Great Race, The (1965) {Comedy,Musical}
1084 Bonnie and Clyde (1967) {Crime,Drama}
1085 Old Man and the Sea, The (1958) {Adventure,Drama}
1086 Dial M for Murder (1954) {Crime,Mystery,Thriller}
1087 Madame Butterfly (1995) {Musical}
1088 Dirty Dancing (1987) {Drama,Musical,Romance}
1089 Reservoir Dogs (1992) {Crime,Mystery,Thriller}
1090 Platoon (1986) {Drama,War}
1091 Weekend at Bernie/'s (1989) {Comedy}
1092 Basic Instinct (1992) {Crime,Mystery,Thriller}
1093 Doors, The (1991) {Drama}
1094 Crying Game, The (1992) {Drama,Romance,Thriller}
1095 Glengarry Glen Ross (1992) {Drama}
1096 Sophie/'s Choice (1982) {Drama}
1097 E.T. the Extra-Terrestrial (1982) {Children,Drama,Sci-Fi}
1099 Christmas Carol, A (1938) {Children,Drama,Fantasy}
1100 Days of Thunder (1990) {Action,Drama,Romance}
1103 Rebel Without a Cause (1955) {Drama}
1104 Streetcar Named Desire, A (1951) {Drama}
1105 Children of the Corn IV: The Gathering (1996) {Horror}
1111 Microcosmos (Microcosmos: Le peuple de l/'herbe) (1996) {Documentary}
1112 Palookaville (1996) {Action,Comedy,Drama}
1113 Associate, The (1996) {Comedy}
1114 Funeral, The (1996) {Crime,Drama}
1120 People vs. Larry Flynt, The (1996) {Comedy,Drama}
1123 Perfect Candidate, A (1996) {Documentary}
1124 On Golden Pond (1981) {Drama}
1125 Return of the Pink Panther, The (1975) {Comedy,Crime}
1126 Drop Dead Fred (1991) {Comedy,Fantasy}
1127 Abyss, The (1989) {Action,Adventure,Sci-Fi,Thriller}
1128 Fog, The (1980) {Horror}
1129 Escape from New York (1981) {Action,Adventure,Sci-Fi,Thriller}
1130 Howling, The (1980) {Horror,Mystery}
1131 Jean de Florette (1986) {Drama,Mystery}
1132 Manon of the Spring (Manon des sources) (1986) {Drama}
1133 Talking About Sex (1994) {Comedy,Drama}
1135 Private Benjamin (1980) {Comedy}
1136 Monty Python and the Holy Grail (1975) {Adventure,Comedy,Fantasy}
1137 Hustler White (1996) {Romance}
1145 Snowriders (1996) {Documentary}
1147 When We Were Kings (1996) {Documentary}
1148 Wallace & Gromit: The Wrong Trousers (1993) {Animation,Children,Comedy,Crime}
1150 Return of Martin Guerre, The (Retour de Martin Guerre, Le) (1982) {Drama}
1151 Lesson Faust (1994) {Animation,Comedy,Drama,Fantasy}
1152 He Walked by Night (1948) {Crime,Film-Noir,Thriller}
1153 Raw Deal (1948) {Film-Noir}
1154 T-Men (1947) {Film-Noir}
1161 Tin Drum, The (Blechtrommel, Die) (1979) {Drama,War}
1162 Ruling Class, The (1972) {Comedy,Drama}
1163 Mina Tannenbaum (1994) {Drama}
1164 2 ou 3 choses que je sais d/'elle (2 or 3 Things I Know About Her) (1967) {Drama}
1165 Bloody Child, The (1996) {Drama,Thriller}
1167 Dear God (1996) {Comedy}
1168 Bad Moon (1996) {Action,Adventure,Horror}
1169 American Dream (1990) {Documentary}
1171 Bob Roberts (1992) {Comedy}
1172 Cinema Paradiso (Nuovo cinema Paradiso) (1989) {Drama}
1173 Cook the Thief His Wife & Her Lover, The (1989) {Comedy,Drama}
1174 Dead Tired (Grosse Fatigue) (1994) {Comedy}
1175 Delicatessen (1991) {Comedy,Drama,Romance}
1176 Double Life of Veronique, The (Double Vie de Véronique, La) (1991) {Drama,Fantasy,Romance}
1177 Enchanted April (1992) {Drama,Romance}
1178 Paths of Glory (1957) {Drama,War}
1179 Grifters, The (1990) {Crime,Drama,Film-Noir}
1180 Hear My Song (1991) {Comedy}
1181 Shooter, The (1997) {Western}
1183 English Patient, The (1996) {Drama,Romance,War}
1184 Mediterraneo (1991) {Comedy,Drama}
1185 My Left Foot (1989) {Drama}
1186 Sex, Lies, and Videotape (1989) {Drama}
1187 Passion Fish (1992) {Drama}
1188 Strictly Ballroom (1992) {Comedy,Romance}
1189 Thin Blue Line, The (1988) {Documentary}
1190 Tie Me Up! Tie Me Down! (¡Átame!) (1990) {Crime,Drama,Romance}
1191 Madonna: Truth or Dare (1991) {Documentary,Musical}
1192 Paris Is Burning (1990) {Documentary}
1193 One Flew Over the Cuckoo/'s Nest (1975) {Drama}
1194 Cheech and Chong/'s Up in Smoke (1978) {Comedy}
1196 Star Wars: Episode V - The Empire Strikes Back (1980) {Action,Adventure,Sci-Fi}
1197 Princess Bride, The (1987) {Action,Adventure,Comedy,Fantasy,Romance}
1198 Raiders of the Lost Ark (Indiana Jones and the Raiders of the Lost Ark) (1981) {Action,Adventure}
1199 Brazil (1985) {Fantasy,Sci-Fi}
1200 Aliens (1986) {Action,Adventure,Horror,Sci-Fi}
1201 Good, the Bad and the Ugly, The (Buono, il brutto, il cattivo, Il) (1966) {Action,Adventure,Western}
1202 Withnail & I (1987) {Comedy}
1203 12 Angry Men (1957) {Drama}
1204 Lawrence of Arabia (1962) {Adventure,Drama,War}
1206 Clockwork Orange, A (1971) {Crime,Drama,Sci-Fi,Thriller}
1207 To Kill a Mockingbird (1962) {Drama}
1208 Apocalypse Now (1979) {Action,Drama,War}
1209 Once Upon a Time in the West (C/'era una volta il West) (1968) {Action,Drama,Western}
1210 Star Wars: Episode VI - Return of the Jedi (1983) {Action,Adventure,Sci-Fi}
1211 Wings of Desire (Himmel über Berlin, Der) (1987) {Drama,Fantasy,Romance}
1212 Third Man, The (1949) {Film-Noir,Mystery,Thriller}
1213 Goodfellas (1990) {Crime,Drama}
1214 Alien (1979) {Horror,Sci-Fi}
1215 Army of Darkness (1993) {Action,Adventure,Comedy,Fantasy,Horror}
1216 Big Blue, The (Grand bleu, Le) (1988) {Adventure,Drama,Romance}
1217 Ran (1985) {Drama,War}
1218 Killer, The (Die xue shuang xiong) (1989) {Action,Crime,Drama,Thriller}
1219 Psycho (1960) {Crime,Horror}
1220 Blues Brothers, The (1980) {Action,Comedy,Musical}
1221 Godfather: Part II, The (1974) {Crime,Drama}
1222 Full Metal Jacket (1987) {Drama,War}
1223 Grand Day Out with Wallace and Gromit, A (1989) {Adventure,Animation,Children,Comedy,Sci-Fi}
1224 Henry V (1989) {Action,Drama,Romance,War}
1225 Amadeus (1984) {Drama}
1226 Quiet Man, The (1952) {Drama,Romance}
1227 Once Upon a Time in America (1984) {Crime,Drama}
1228 Raging Bull (1980) {Drama}
1230 Annie Hall (1977) {Comedy,Romance}
1231 Right Stuff, The (1983) {Drama}
1232 Stalker (1979) {Drama,Mystery,Sci-Fi}
1233 Boot, Das (Boat, The) (1981) {Action,Drama,War}
1234 Sting, The (1973) {Comedy,Crime}
1235 Harold and Maude (1971) {Comedy,Drama,Romance}
1236 Trust (1990) {Comedy,Drama,Romance}
1237 Seventh Seal, The (Sjunde inseglet, Det) (1957) {Drama}
1238 Local Hero (1983) {Comedy}
1240 Terminator, The (1984) {Action,Sci-Fi,Thriller}
1241 Dead Alive (Braindead) (1992) {Comedy,Fantasy,Horror}
1242 Glory (1989) {Drama,War}
1243 Rosencrantz and Guildenstern Are Dead (1990) {Comedy,Drama}
1244 Manhattan (1979) {Comedy,Drama,Romance}
1245 Miller/'s Crossing (1990) {Crime,Drama,Film-Noir,Thriller}
1246 Dead Poets Society (1989) {Drama}
1247 Graduate, The (1967) {Comedy,Drama,Romance}
1248 Touch of Evil (1958) {Crime,Film-Noir,Thriller}
1249 Femme Nikita, La (Nikita) (1990) {Action,Crime,Romance,Thriller}
1250 Bridge on the River Kwai, The (1957) {Adventure,Drama,War}
1251 8 1/2 (8½) (1963) {Drama,Fantasy}
1252 Chinatown (1974) {Crime,Film-Noir,Mystery,Thriller}
1253 Day the Earth Stood Still, The (1951) {Drama,Sci-Fi,Thriller}
1254 Treasure of the Sierra Madre, The (1948) {Action,Adventure,Drama,Western}
1255 Bad Taste (1987) {Comedy,Horror,Sci-Fi}
1256 Duck Soup (1933) {Comedy,Musical,War}
1257 Better Off Dead... (1985) {Comedy,Romance}
1258 Shining, The (1980) {Horror}
1259 Stand by Me (1986) {Adventure,Drama}
1260 M (1931) {Crime,Film-Noir,Thriller}
1261 Evil Dead II (Dead by Dawn) (1987) {Action,Comedy,Fantasy,Horror}
1262 Great Escape, The (1963) {Action,Adventure,Drama,War}
1263 Deer Hunter, The (1978) {Drama,War}
1264 Diva (1981) {Action,Drama,Mystery,Romance,Thriller}
1265 Groundhog Day (1993) {Comedy,Fantasy,Romance}
1266 Unforgiven (1992) {Drama,Western}
1267 Manchurian Candidate, The (1962) {Crime,Thriller,War}
1268 Pump Up the Volume (1990) {Comedy,Drama}
1269 Arsenic and Old Lace (1944) {Comedy,Mystery,Thriller}
1270 Back to the Future (1985) {Adventure,Comedy,Sci-Fi}
1271 Fried Green Tomatoes (1991) {Comedy,Crime,Drama}
1272 Patton (1970) {Drama,War}
1273 Down by Law (1986) {Comedy,Drama,Film-Noir}
1274 Akira (1988) {Action,Adventure,Animation,Sci-Fi}
1275 Highlander (1986) {Action,Adventure,Fantasy}
1276 Cool Hand Luke (1967) {Drama}
1277 Cyrano de Bergerac (1990) {Comedy,Drama,Romance}
1278 Young Frankenstein (1974) {Comedy,Fantasy}
1279 Night on Earth (1991) {Comedy,Drama}
1280 Raise the Red Lantern (Da hong deng long gao gao gua) (1991) {Drama}
1281 Great Dictator, The (1940) {Comedy,Drama,War}
1282 Fantasia (1940) {Animation,Children,Fantasy,Musical}
1283 High Noon (1952) {Drama,Western}
1284 Big Sleep, The (1946) {Crime,Film-Noir,Mystery}
1285 Heathers (1989) {Comedy}
1286 Somewhere in Time (1980) {Drama,Romance}
1287 Ben-Hur (1959) {Action,Adventure,Drama}
1288 This Is Spinal Tap (1984) {Comedy}
1289 Koyaanisqatsi (a.k.a. Koyaanisqatsi: Life Out of Balance) (1983) {Documentary}
1290 Some Kind of Wonderful (1987) {Drama,Romance}
1291 Indiana Jones and the Last Crusade (1989) {Action,Adventure}
1292 Being There (1979) {Comedy,Drama}
1293 Gandhi (1982) {Drama}
1295 Unbearable Lightness of Being, The (1988) {Drama}
1296 Room with a View, A (1986) {Drama,Romance}
1297 Real Genius (1985) {Comedy}
1298 Pink Floyd: The Wall (1982) {Drama,Musical}
1299 Killing Fields, The (1984) {Drama,War}
1300 My Life as a Dog (Mitt liv som hund) (1985) {Comedy,Drama}
1301 Forbidden Planet (1956) {Drama,Sci-Fi}
1302 Field of Dreams (1989) {Children,Drama,Fantasy}
1303 Man Who Would Be King, The (1975) {Adventure,Drama}
1304 Butch Cassidy and the Sundance Kid (1969) {Action,Western}
1305 Paris, Texas (1984) {Drama,Romance}
1306 Until the End of the World (Bis ans Ende der Welt) (1991) {Adventure,Drama,Sci-Fi}
1307 When Harry Met Sally... (1989) {Comedy,Romance}
1310 Hype! (1996) {Documentary}
1311 Santa with Muscles (1996) {Comedy}
1312 Female Perversions (1996) {Drama}
1317 I/'m Not Rappaport (1996) {Comedy}
1320 Alien³ (a.k.a. Alien 3) (1992) {Action,Horror,Sci-Fi,Thriller}
1321 American Werewolf in London, An (1981) {Comedy,Horror,Thriller}
1322 Amityville 1992: It/'s About Time (1992) {Horror}
1323 Amityville 3-D (1983) {Horror}
1324 Amityville: Dollhouse (1996) {Horror}
1325 Amityville: A New Generation (1993) {Horror}
1326 Amityville II: The Possession (1982) {Horror}
1327 Amityville Horror, The (1979) {Drama,Horror,Mystery,Thriller}
1328 Amityville Curse, The (1990) {Horror}
1329 Blood for Dracula (Andy Warhol/'s Dracula) (1974) {Horror}
1330 April Fool/'s Day (1986) {Horror}
1331 Audrey Rose (1977) {Horror}
1332 Believers, The (1987) {Horror,Thriller}
1333 Birds, The (1963) {Horror,Thriller}
1334 Blob, The (1958) {Horror,Sci-Fi}
1335 Blood Beach (1981) {Horror,Mystery}
1336 Body Parts (1991) {Horror,Thriller}
1337 Body Snatcher, The (1945) {Drama,Horror,Thriller}
1339 Dracula (Bram Stoker/'s Dracula) (1992) {Fantasy,Horror,Romance,Thriller}
1340 Bride of Frankenstein, The (Bride of Frankenstein) (1935) {Drama,Horror,Sci-Fi}
1341 Burnt Offerings (1976) {Horror}
1342 Candyman (1992) {Horror,Thriller}
1343 Cape Fear (1991) {Thriller}
1344 Cape Fear (1962) {Crime,Drama,Thriller}
1345 Carrie (1976) {Drama,Fantasy,Horror,Thriller}
1346 Cat People (1982) {Drama,Fantasy,Horror}
1347 Nightmare on Elm Street, A (1984) {Horror,Thriller}
1348 Nosferatu (Nosferatu, eine Symphonie des Grauens) (1922) {Horror}
1349 Vampire in Venice (Nosferatu a Venezia) (Nosferatu in Venice) (1986) {Horror}
1350 Omen, The (1976) {Horror,Mystery,Thriller}
1351 Blood and Wine (Blood & Wine) (1996) {Crime,Drama,Thriller}
1352 Albino Alligator (1996) {Crime,Thriller}
1353 Mirror Has Two Faces, The (1996) {Comedy,Drama,Romance}
1354 Breaking the Waves (1996) {Drama,Mystery}
1355 Nightwatch (1997) {Horror,Thriller}
1356 Star Trek: First Contact (1996) {Action,Adventure,Sci-Fi,Thriller}
1357 Shine (1996) {Drama,Romance}
1358 Sling Blade (1996) {Drama}
1359 Jingle All the Way (1996) {Children,Comedy}
1361 Paradise Lost: The Child Murders at Robin Hood Hills (1996) {Documentary}
1363 Preacher/'s Wife, The (1996) {Drama}
1365 Ridicule (1996) {Drama}
1366 Crucible, The (1996) {Drama}
1367 101 Dalmatians (1996) {Adventure,Children,Comedy}
1369 I Can/'t Sleep (J/'ai pas sommeil) (1994) {Drama,Thriller}
1370 Die Hard 2 (1990) {Action,Adventure,Thriller}
1371 Star Trek: The Motion Picture (1979) {Adventure,Sci-Fi}
1372 Star Trek VI: The Undiscovered Country (1991) {Action,Mystery,Sci-Fi}
1373 Star Trek V: The Final Frontier (1989) {Action,Sci-Fi}
1374 Star Trek II: The Wrath of Khan (1982) {Action,Adventure,Sci-Fi,Thriller}
1375 Star Trek III: The Search for Spock (1984) {Action,Adventure,Sci-Fi}
1376 Star Trek IV: The Voyage Home (1986) {Adventure,Comedy,Sci-Fi}
1377 Batman Returns (1992) {Action,Crime}
1378 Young Guns (1988) {Action,Comedy,Western}
1379 Young Guns II (1990) {Action,Western}
1380 Grease (1978) {Comedy,Musical,Romance}
1381 Grease 2 (1982) {Comedy,Musical,Romance}
1382 Marked for Death (1990) {Action,Drama}
1384 Substance of Fire, The (1996) {Drama}
1385 Under Siege (1992) {Action,Drama,Thriller}
1387 Jaws (1975) {Action,Horror}
1388 Jaws 2 (1978) {Horror,Thriller}
1389 Jaws 3-D (1983) {Action,Horror}
1390 My Fellow Americans (1996) {Comedy}
1391 Mars Attacks! (1996) {Action,Comedy,Sci-Fi}
1392 Citizen Ruth (1996) {Comedy,Drama}
1393 Jerry Maguire (1996) {Drama,Romance}
1394 Raising Arizona (1987) {Comedy}
1395 Tin Men (1987) {Comedy,Drama}
1396 Sneakers (1992) {Action,Comedy,Crime,Drama,Sci-Fi}
1397 Bastard Out of Carolina (1996) {Drama}
1398 In Love and War (1996) {Romance,War}
1399 Marvin/'s Room (1996) {Drama}
1401 Ghosts of Mississippi (1996) {Drama}
1404 Night Falls on Manhattan (1996) {Crime,Drama}
1405 Beavis and Butt-Head Do America (1996) {Adventure,Animation,Comedy,Crime}
1406 La Cérémonie (1995) {Crime,Drama,Mystery,Thriller}
1407 Scream (1996) {Comedy,Horror,Mystery,Thriller}
1408 Last of the Mohicans, The (1992) {Action,Romance,War,Western}
1409 Michael (1996) {Comedy,Drama,Fantasy,Romance}
1410 Evening Star, The (1996) {Comedy,Drama}
1411 Hamlet (1996) {Crime,Drama,Romance}
1413 Whole Wide World, The (1996) {Drama}
1414 Mother (1996) {Comedy}
1415 Thieves (Voleurs, Les) (1996) {Crime,Drama,Romance}
1416 Evita (1996) {Drama,Musical}
1417 Portrait of a Lady, The (1996) {Drama}
1419 Walkabout (1971) {Adventure,Drama}
1420 Message to Love: The Isle of Wight Festival (1996) {Documentary}
1422 Murder at 1600 (1997) {Crime,Drama,Mystery,Thriller}
1423 Hearts and Minds (1996) {Drama}
1425 Fierce Creatures (1997) {Comedy}
1427 Turbulence (1997) {Action,Thriller}
1428 Angel Baby (1995) {Drama}
1429 First Strike (Police Story 4: First Strike) (Ging chaat goo si 4: Ji gaan daan yam mo) (1996) {Action,Adventure,Comedy,Thriller}
1430 Underworld (1996) {Comedy,Thriller}
1431 Beverly Hills Ninja (1997) {Action,Comedy}
1432 Metro (1997) {Action,Comedy,Crime,Drama,Thriller}
1433 The Machine (1994) {Horror,Sci-Fi,Thriller}
1437 Cement Garden, The (1993) {Drama}
1438 Dante/'s Peak (1997) {Action,Thriller}
1440 Amos & Andrew (1993) {Comedy}
1441 Benny & Joon (1993) {Comedy,Romance}
1442 Prefontaine (1997) {Drama}
1444 Guantanamera (1994) {Comedy}
1445 McHale/'s Navy (1997) {Comedy,War}
1446 Kolya (Kolja) (1996) {Comedy,Drama}
1447 Gridlock/'d (1997) {Crime}
1449 Waiting for Guffman (1996) {Comedy}
1450 Prisoner of the Mountains (Kavkazsky plennik) (1996) {War}
1453 Beautician and the Beast, The (1997) {Comedy,Romance}
1454 SubUrbia (1997) {Comedy,Drama}
1455 Hotel de Love (1996) {Comedy,Romance}
1456 Pest, The (1997) {Comedy}
1457 Fools Rush In (1997) {Comedy,Drama,Romance}
1458 Touch (1997) {Drama,Fantasy,Romance}
1459 Absolute Power (1997) {Mystery,Thriller}
1460 That Darn Cat (1997) {Children,Comedy,Mystery}
1461 Vegas Vacation (National Lampoon/'s Las Vegas Vacation) (1997) {Comedy}
1463 That Old Feeling (1997) {Comedy,Romance}
1464 Lost Highway (1997) {Crime,Drama,Fantasy,Film-Noir,Mystery,Romance}
1465 Rosewood (1997) {Action,Drama}
1466 Donnie Brasco (1997) {Crime,Drama}
1468 Booty Call (1997) {Comedy,Romance}
1472 City of Industry (1997) {Crime,Thriller}
1473 Best Men (1997) {Action,Comedy,Crime,Drama}
1474 Jungle2Jungle (a.k.a. Jungle 2 Jungle) (1997) {Children,Comedy}
1475 Kama Sutra: A Tale of Love (1996) {Romance}
1476 Private Parts (1997) {Comedy,Drama}
1479 Saint, The (1997) {Action,Romance,Sci-Fi,Thriller}
1480 Smilla/'s Sense of Snow (1997) {Drama,Thriller}
1482 Van, The (1996) {Comedy,Drama}
1483 Crash (1996) {Drama,Thriller}
1484 Daytrippers, The (1996) {Comedy,Drama,Mystery,Romance}
1485 Liar Liar (1997) {Comedy}
1487 Selena (1997) {Drama,Musical}
1488 Devil/'s Own, The (1997) {Action,Drama,Thriller}
1489 Cats Don/'t Dance (1997) {Animation,Children,Musical}
1490 B*A*P*S (1997) {Comedy}
1493 Love and Other Catastrophes (1996) {Romance}
1495 Turbo: A Power Rangers Movie (1997) {Action,Adventure,Children}
1497 Double Team (1997) {Action}
1498 Inventing the Abbotts (1997) {Drama,Romance}
1499 Anaconda (1997) {Action,Adventure,Thriller}
1500 Grosse Pointe Blank (1997) {Comedy,Crime,Romance}
1501 Keys to Tulsa (1997) {Crime}
1502 Kissed (1996) {Drama,Romance}
1503 8 Heads in a Duffel Bag (1997) {Comedy}
1504 Hollow Reed (1996) {Drama}
1507 Paradise Road (1997) {Drama,War}
1508 Traveller (1997) {Drama}
1513 Romy and Michele/'s High School Reunion (1997) {Comedy}
1515 Volcano (1997) {Action,Drama,Thriller}
1516 Children of the Revolution (1996) {Comedy}
1517 Austin Powers: International Man of Mystery (1997) {Action,Adventure,Comedy}
1518 Breakdown (1997) {Action,Thriller}
1523 Truth or Consequences, N.M. (1997) {Action,Crime,Romance}
1525 Warriors of Virtue (1997) {Action,Adventure,Children,Fantasy}
1526 Fathers/' Day (1997) {Comedy}
1527 Fifth Element, The (1997) {Action,Adventure,Comedy,Sci-Fi}
1529 Nowhere (1997) {Comedy,Drama}
1531 Losing Chase (1996) {Drama}
1532 Sprung (1997) {Comedy}
1535 Love! Valour! Compassion! (1997) {Drama,Romance}
1537 Shall We Dance? (Shall We Dansu?) (1996) {Comedy,Drama,Romance}
1539 Twin Town (1997) {Comedy,Crime}
1541 Addicted to Love (1997) {Comedy,Romance}
1542 Brassed Off (1996) {Comedy,Drama,Romance}
1543 Designated Mourner, The (1997) {Drama}
1544 Lost World: Jurassic Park, The (1997) {Action,Adventure,Sci-Fi,Thriller}
1545 Ponette (1996) {Drama}
1546 Schizopolis (1996) {Comedy}
1549 Rough Magic (1995) {Drama,Romance}
1550 Trial and Error (1997) {Comedy,Romance}
1552 Con Air (1997) {Action,Adventure,Thriller}
1554 Pillow Book, The (1996) {Drama,Romance}
1555 To Have, or Not (En avoir (ou pas)) (1995) {Drama}
1556 Speed 2: Cruise Control (1997) {Action,Romance,Thriller}
1562 Batman & Robin (1997) {Action,Adventure,Fantasy,Thriller}
1563 Dream With the Fishes (1997) {Drama}
1564 For Roseanna (Roseanna/'s Grave) (1997) {Comedy,Drama,Romance}
1566 Hercules (1997) {Adventure,Animation,Children,Comedy,Musical}
1569 My Best Friend/'s Wedding (1997) {Comedy,Romance}
1570 Tetsuo II: Body Hammer (1992) {Horror,Sci-Fi}
1571 When the Cat/'s Away (Chacun cherche son chat) (1996) {Comedy,Romance}
1572 Contempt (Mépris, Le) (1963) {Drama}
1573 Face/Off (1997) {Action,Crime,Drama,Thriller}
1575 Gabbeh (1996) {Drama}
1580 Men in Black (a.k.a. MIB) (1997) {Action,Comedy,Sci-Fi}
1581 Out to Sea (1997) {Comedy}
1582 Wild America (1997) {Adventure,Children}
1583 Simple Wish, A (1997) {Children,Fantasy}
1584 Contact (1997) {Drama,Sci-Fi}
1586 G.I. Jane (1997) {Action,Drama}
1587 Conan the Barbarian (1982) {Action,Adventure,Fantasy}
1588 George of the Jungle (1997) {Children,Comedy}
1589 Cop Land (1997) {Action,Crime,Drama,Thriller}
1590 Event Horizon (1997) {Horror,Sci-Fi,Thriller}
1591 Spawn (1997) {Action,Adventure,Sci-Fi,Thriller}
1592 Air Bud (1997) {Children,Comedy}
1593 Picture Perfect (1997) {Comedy,Romance}
1594 In the Company of Men (1997) {Comedy,Drama}
1595 Free Willy 3: The Rescue (1997) {Adventure,Children,Drama}
1596 Career Girls (1997) {Drama}
1597 Conspiracy Theory (1997) {Drama,Mystery,Romance,Thriller}
1598 Desperate Measures (1998) {Crime,Drama,Thriller}
1599 Steel (1997) {Action}
1600 She/'s So Lovely (1997) {Drama,Romance}
1601 Hoodlum (1997) {Crime,Drama,Film-Noir}
1602 Leave It to Beaver (1997) {Comedy}
1603 Mimic (1997) {Horror,Sci-Fi,Thriller}
1604 Money Talks (1997) {Action,Comedy}
1605 Excess Baggage (1997) {Adventure,Romance}
1606 Kull the Conqueror (1997) {Action,Adventure}
1608 Air Force One (1997) {Action,Thriller}
1609 187 (One Eight Seven) (1997) {Drama,Thriller}
1610 Hunt for Red October, The (1990) {Action,Adventure,Thriller}
1611 My Own Private Idaho (1991) {Drama,Romance}
1612 Kiss Me, Guido (1997) {Comedy}
1613 Star Maps (1997) {Drama}
1614 In & Out (1997) {Comedy}
1615 Edge, The (1997) {Adventure,Drama}
1616 Peacemaker, The (1997) {Action,Thriller,War}
1617 L.A. Confidential (1997) {Crime,Film-Noir,Mystery,Thriller}
1619 Seven Years in Tibet (1997) {Adventure,Drama,War}
1620 Kiss the Girls (1997) {Crime,Drama,Mystery,Thriller}
1621 Soul Food (1997) {Drama}
1623 Wishmaster (1997) {Horror}
1624 Thousand Acres, A (1997) {Drama}
1625 Game, The (1997) {Drama,Mystery,Thriller}
1626 Fire Down Below (1997) {Action,Drama,Thriller}
1627 U Turn (1997) {Crime,Drama,Mystery}
1629 MatchMaker, The (1997) {Comedy,Romance}
1631 Assignment, The (1997) {Action,Thriller}
1632 Smile Like Yours, A (1997) {Comedy,Romance}
1633 Ulee/'s Gold (1997) {Drama}
1635 Ice Storm, The (1997) {Drama}
1636 Stag (1997) {Action,Thriller}
1639 Chasing Amy (1997) {Comedy,Drama,Romance}
1640 How to Be a Player (1997) {Comedy}
1641 Full Monty, The (1997) {Comedy,Drama}
1642 Indian Summer (a.k.a. Alive & Kicking) (1996) {Comedy,Drama}
1643 Mrs. Brown (a.k.a. Her Majesty, Mrs. Brown) (1997) {Drama,Romance}
1644 I Know What You Did Last Summer (1997) {Horror,Mystery,Thriller}
1645 The Devil/'s Advocate (1997) {Drama,Mystery,Thriller}
1646 RocketMan (a.k.a. Rocket Man) (1997) {Children,Comedy,Romance,Sci-Fi}
1647 Playing God (1997) {Crime,Drama,Thriller}
1648 House of Yes, The (1997) {Comedy,Drama}
1649 Fast, Cheap & Out of Control (1997) {Documentary}
1652 Year of the Horse (1997) {Documentary}
1653 Gattaca (1997) {Drama,Sci-Fi,Thriller}
1654 FairyTale: A True Story (1997) {Children,Drama,Fantasy}
1655 Phantoms (1998) {Drama,Horror,Thriller}
1657 Wonderland (1997) {Comedy,Documentary}
1658 Life Less Ordinary, A (1997) {Romance,Thriller}
1660 Eve/'s Bayou (1997) {Drama}
1661 Switchback (1997) {Crime,Mystery,Thriller}
1663 Stripes (1981) {Comedy,War}
1665 Bean (1997) {Comedy}
1667 Mad City (1997) {Action,Drama}
1668 One Night Stand (1997) {Drama}
1669 Tango Lesson, The (1997) {Romance}
1670 Welcome to Sarajevo (1997) {Drama,War}
1671 Deceiver (1997) {Crime,Drama,Thriller}
1672 Rainmaker, The (1997) {Drama}
1673 Boogie Nights (1997) {Drama}
1674 Witness (1985) {Drama,Romance,Thriller}
1676 Starship Troopers (1997) {Action,Sci-Fi}
1678 Joy Luck Club, The (1993) {Drama,Romance}
1680 Sliding Doors (1998) {Drama,Romance}
1681 Mortal Kombat: Annihilation (1997) {Action,Adventure,Fantasy}
2244 Allnighter, The (1987) {Comedy,Romance}
1682 Truman Show, The (1998) {Comedy,Drama,Sci-Fi}
1683 Wings of the Dove, The (1997) {Drama,Romance}
1684 Mrs. Dalloway (1997) {Drama,Romance}
1686 Red Corner (1997) {Crime,Thriller}
1687 Jackal, The (1997) {Action,Thriller}
1688 Anastasia (1997) {Adventure,Animation,Children,Drama,Musical}
1689 Man Who Knew Too Little, The (1997) {Comedy,Crime,Thriller}
1690 Alien: Resurrection (1997) {Action,Horror,Sci-Fi}
1692 Alien Escape (1995) {Horror,Sci-Fi}
1693 Amistad (1997) {Drama,Mystery}
1694 Apostle, The (1997) {Drama}
1696 Bent (1997) {Drama,War}
1699 Butcher Boy, The (1997) {Comedy,Drama}
1701 Deconstructing Harry (1997) {Comedy,Drama}
1702 Flubber (1997) {Children,Comedy,Fantasy}
1703 For Richer or Poorer (1997) {Comedy}
1704 Good Will Hunting (1997) {Drama,Romance}
1707 Home Alone 3 (1997) {Children,Comedy}
1711 Midnight in the Garden of Good and Evil (1997) {Crime,Drama,Mystery}
1713 Mouse Hunt (1997) {Children,Comedy}
1715 Office Killer (1997) {Thriller}
1717 Scream 2 (1997) {Comedy,Horror,Mystery,Thriller}
1719 Sweet Hereafter, The (1997) {Drama}
1721 Titanic (1997) {Drama,Romance}
1722 Tomorrow Never Dies (1997) {Action,Adventure,Thriller}
1726 Postman, The (1997) {Action,Adventure,Drama,Sci-Fi}
1727 Horse Whisperer, The (1998) {Drama,Romance}
1728 Winter Guest, The (1997) {Drama}
1729 Jackie Brown (1997) {Crime,Drama,Thriller}
1730 Kundun (1997) {Drama}
1731 Mr. Magoo (1997) {Comedy}
1732 Big Lebowski, The (1998) {Comedy,Crime}
1733 Afterglow (1997) {Drama,Romance}
1734 My Life in Pink (Ma vie en rose) (1997) {Comedy,Drama}
1735 Great Expectations (1998) {Drama,Romance}
1739 3 Ninjas: High Noon On Mega Mountain (1998) {Action,Children,Comedy}
1744 Firestorm (1998) {Action,Adventure,Thriller}
1746 Senseless (1998) {Comedy}
1747 Wag the Dog (1997) {Comedy}
1748 Dark City (1998) {Adventure,Film-Noir,Sci-Fi,Thriller}
1750 Star Kid (1997) {Adventure,Children,Fantasy,Sci-Fi}
1752 Hard Rain (1998) {Action,Crime,Thriller}
1753 Half Baked (1998) {Comedy}
1754 Fallen (1998) {Crime,Drama,Fantasy,Thriller}
1755 Shooting Fish (1997) {Comedy,Romance}
1756 Prophecy II, The (1998) {Horror}
1757 Fallen Angels (Duo luo tian shi) (1995) {Drama,Romance}
1759 Four Days in September (O Que É Isso, Companheiro?) (1997) {Drama}
1760 Spice World (1997) {Comedy}
1762 Deep Rising (1998) {Action,Horror,Sci-Fi}
1767 Music From Another Room (1998) {Drama,Romance}
1769 Replacement Killers, The (1998) {Action,Crime,Thriller}
1771 Night Flier (1997) {Horror}
1772 Blues Brothers 2000 (1998) {Action,Comedy,Musical}
1777 Wedding Singer, The (1998) {Comedy,Romance}
1779 Sphere (1998) {Sci-Fi,Thriller}
1783 Palmetto (1998) {Crime,Drama,Mystery,Romance,Thriller}
1784 As Good as It Gets (1997) {Comedy,Drama,Romance}
1785 King of New York (1990) {Crime,Thriller}
1788 Men with Guns (1997) {Action,Drama}
1791 Twilight (1998) {Crime,Drama,Thriller}
1792 U.S. Marshals (1998) {Action,Crime,Thriller}
1794 Love and Death on Long Island (1997) {Comedy,Drama}
1795 Callejón de los milagros, El (1995) {Drama}
1796 In God/'s Hands (1998) {Action,Drama}
1797 Everest (1998) {Documentary,IMAX}
1798 Hush (1998) {Thriller}
1799 Suicide Kings (1997) {Comedy,Crime,Drama,Mystery,Thriller}
1801 Man in the Iron Mask, The (1998) {Action,Adventure,Drama}
1804 Newton Boys, The (1998) {Crime,Drama}
1805 Wild Things (1998) {Crime,Drama,Mystery,Thriller}
1806 Paulie (1998) {Adventure,Children,Comedy}
1807 Cool, Dry Place, A (1998) {Drama}
1809 Fireworks (Hana-bi) (1997) {Crime,Drama}
1810 Primary Colors (1998) {Comedy,Drama}
1812 Wide Awake (1998) {Children,Comedy,Drama}
1816 Two Girls and a Guy (1997) {Comedy,Drama}
1819 Storefront Hitchcock (1997) {Documentary,Musical}
1821 Object of My Affection, The (1998) {Comedy,Romance}
1822 Meet the Deedles (1998) {Children,Comedy}
1824 Homegrown (1998) {Comedy,Thriller}
1826 Barney/'s Great Adventure (1998) {Adventure,Children}
1827 Big One, The (1997) {Comedy,Documentary}
1831 Lost in Space (1998) {Action,Adventure,Sci-Fi}
1833 Mercury Rising (1998) {Action,Drama,Thriller}
1834 Spanish Prisoner, The (1997) {Crime,Drama,Mystery,Thriller}
1835 City of Angels (1998) {Drama,Fantasy,Romance}
1836 Last Days of Disco, The (1998) {Comedy,Drama}
1837 Odd Couple II, The (1998) {Comedy}
1839 My Giant (1998) {Comedy}
1840 He Got Game (1998) {Drama}
1841 Gingerbread Man, The (1998) {Drama,Thriller}
1844 Live Flesh (Carne trémula) (1997) {Drama,Romance}
1845 Zero Effect (1998) {Comedy,Mystery,Thriller}
1846 Nil By Mouth (1997) {Drama}
1848 Borrowers, The (1997) {Adventure,Children,Comedy,Fantasy}
1852 Love Walked In (1998) {Drama,Thriller}
1854 Kissing a Fool (1998) {Comedy,Romance}
1855 Krippendorf/'s Tribe (1998) {Comedy}
1856 Kurt & Courtney (1998) {Documentary}
1858 Mr. Nice Guy (Yat goh ho yan) (1997) {Action,Comedy}
1859 Taste of Cherry (Ta/'m e guilass) (1997) {Drama}
1860 Character (Karakter) (1997) {Drama}
1861 Junk Mail (Budbringeren) (1997) {Comedy,Thriller}
1862 Species II (1998) {Horror,Sci-Fi}
1863 Major League: Back to the Minors (1998) {Comedy}
1864 Sour Grapes (1998) {Comedy}
1865 Wild Man Blues (1997) {Documentary}
1866 Big Hit, The (1998) {Action,Comedy,Crime}
1870 Dancer, Texas Pop. 81 (1998) {Comedy,Drama}
1873 Misérables, Les (1998) {Crime,Drama,Romance,War}
1874 Still Breathing (1997) {Comedy,Romance}
1875 Clockwatchers (1997) {Comedy}
1876 Deep Impact (1998) {Drama,Sci-Fi,Thriller}
1878 Woo (1998) {Comedy,Romance}
1880 Lawn Dogs (1997) {Drama}
1881 Quest for Camelot (1998) {Adventure,Animation,Children,Fantasy,Musical}
1882 Godzilla (1998) {Action,Sci-Fi,Thriller}
1883 Bulworth (1998) {Comedy,Drama,Romance}
1884 Fear and Loathing in Las Vegas (1998) {Adventure,Comedy,Drama}
1885 Opposite of Sex, The (1998) {Comedy,Drama,Romance}
1886 I Got the Hook Up (1998) {Comedy}
1887 Almost Heroes (1998) {Adventure,Comedy,Western}
1888 Hope Floats (1998) {Comedy,Drama,Romance}
1889 Insomnia (1997) {Drama,Mystery,Thriller}
1891 Ugly, The (1997) {Horror,Thriller}
1892 Perfect Murder, A (1998) {Thriller}
1894 Six Days Seven Nights (1998) {Adventure,Comedy,Romance}
1895 Can/'t Hardly Wait (1998) {Comedy,Drama,Romance}
1896 Cousin Bette (1998) {Comedy}
1897 High Art (1998) {Drama,Romance}
1900 Children of Heaven, The (Bacheha-Ye Aseman) (1997) {Comedy,Drama}
1901 Dear Jesse (1997) {Documentary}
1902 Dream for an Insomniac (1996) {Drama,Romance}
1903 Hav Plenty (1997) {Comedy}
1904 Henry Fool (1997) {Comedy,Drama}
1907 Mulan (1998) {Adventure,Animation,Children,Comedy,Drama,Musical,Romance}
1909 X-Files: Fight the Future, The (1998) {Action,Crime,Mystery,Sci-Fi,Thriller}
1910 I Went Down (1997) {Comedy,Crime,Drama}
1911 Dr. Dolittle (1998) {Comedy}
1912 Out of Sight (1998) {Comedy,Crime,Drama,Romance,Thriller}
1913 Picnic at Hanging Rock (1975) {Drama,Mystery}
1914 Smoke Signals (1998) {Comedy,Drama}
1916 Buffalo /'66 (a.k.a. Buffalo 66) (1998) {Drama,Romance}
1917 Armageddon (1998) {Action,Romance,Sci-Fi,Thriller}
1918 Lethal Weapon 4 (1998) {Action,Comedy,Crime,Thriller}
1919 Madeline (1998) {Children,Comedy}
1920 Small Soldiers (1998) {Animation,Children,Fantasy,War}
1921 Pi (1998) {Drama,Sci-Fi,Thriller}
1922 Whatever (1998) {Drama}
1923 There/'s Something About Mary (1998) {Comedy,Romance}
1924 Plan 9 from Outer Space (1959) {Horror,Sci-Fi}
1925 Wings (1927) {Action,Drama,Romance,War}
1926 Broadway Melody, The (1929) {Musical}
1927 All Quiet on the Western Front (1930) {Action,Drama,War}
1928 Cimarron (1931) {Drama,Western}
1929 Grand Hotel (1932) {Drama,Romance}
1931 Mutiny on the Bounty (1935) {Adventure,Drama}
1932 Great Ziegfeld, The (1936) {Drama,Musical}
1933 Life of Emile Zola, The (1937) {Drama}
1934 You Can/'t Take It with You (1938) {Comedy,Romance}
1935 How Green Was My Valley (1941) {Drama,Musical,Romance}
1936 Mrs. Miniver (1942) {Drama,War}
1937 Going My Way (1944) {Comedy,Drama,Musical}
1938 Lost Weekend, The (1945) {Drama}
1939 Best Years of Our Lives, The (1946) {Drama,War}
1940 Gentleman/'s Agreement (1947) {Drama}
1941 Hamlet (1948) {Drama}
1942 All the King/'s Men (1949) {Drama}
1943 Greatest Show on Earth, The (1952) {Drama}
1944 From Here to Eternity (1953) {Drama,Romance,War}
1945 On the Waterfront (1954) {Crime,Drama}
1946 Marty (1955) {Drama,Romance}
1947 West Side Story (1961) {Drama,Musical,Romance}
1948 Tom Jones (1963) {Adventure,Comedy,Romance}
1949 Man for All Seasons, A (1966) {Drama}
1950 In the Heat of the Night (1967) {Drama,Mystery}
1951 Oliver! (1968) {Drama,Musical}
1952 Midnight Cowboy (1969) {Drama}
1953 French Connection, The (1971) {Action,Crime,Thriller}
1954 Rocky (1976) {Drama}
1955 Kramer vs. Kramer (1979) {Drama}
1956 Ordinary People (1980) {Drama}
1957 Chariots of Fire (1981) {Drama}
1958 Terms of Endearment (1983) {Comedy,Drama}
1959 Out of Africa (1985) {Drama,Romance}
1960 Last Emperor, The (1987) {Drama}
1961 Rain Man (1988) {Drama}
1962 Driving Miss Daisy (1989) {Drama}
1963 Take the Money and Run (1969) {Comedy,Crime}
1964 Klute (1971) {Drama,Mystery}
1965 Repo Man (1984) {Comedy,Sci-Fi}
1966 Metropolitan (1990) {Comedy}
1967 Labyrinth (1986) {Adventure,Fantasy,Musical}
1968 Breakfast Club, The (1985) {Comedy,Drama}
1969 Nightmare on Elm Street 2: Freddy/'s Revenge, A (1985) {Horror}
1970 Nightmare on Elm Street 3: Dream Warriors, A (1987) {Horror,Thriller}
1971 Nightmare on Elm Street 4: The Dream Master, A (1988) {Horror,Thriller}
1972 Nightmare on Elm Street 5: The Dream Child, A (1989) {Horror}
1973 Freddy/'s Dead: The Final Nightmare (Nightmare on Elm Street Part 6: Freddy/'s Dead, A) (1991) {Horror}
1974 Friday the 13th (1980) {Horror,Mystery,Thriller}
1975 Friday the 13th Part 2 (1981) {Horror}
1976 Friday the 13th Part 3: 3D (1982) {Horror}
1977 Friday the 13th Part IV: The Final Chapter (1984) {Horror}
1978 Friday the 13th Part V: A New Beginning (1985) {Horror}
1979 Friday the 13th Part VI: Jason Lives (1986) {Horror}
1980 Friday the 13th Part VII: The New Blood (1988) {Horror}
1981 Friday the 13th Part VIII: Jason Takes Manhattan (1989) {Horror}
1982 Halloween (1978) {Horror}
1983 Halloween II (1981) {Horror}
1984 Halloween III: Season of the Witch (1982) {Horror}
1985 Halloween 4: The Return of Michael Myers (1988) {Horror}
1986 Halloween 5: The Revenge of Michael Myers (1989) {Horror}
1987 Prom Night (1980) {Horror}
1988 Prom Night II (1987) {Horror,Thriller}
1989 Prom Night III: The Last Kiss (1989) {Horror}
1990 Prom Night IV: Deliver Us From Evil (1992) {Horror}
1991 Child/'s Play (1988) {Horror,Thriller}
1992 Child/'s Play 2 (1990) {Horror,Thriller}
1993 Child/'s Play 3 (1991) {Comedy,Horror,Thriller}
1994 Poltergeist (1982) {Horror,Thriller}
1995 Poltergeist II: The Other Side (1986) {Horror,Thriller}
1996 Poltergeist III (1988) {Horror,Thriller}
1997 Exorcist, The (1973) {Horror,Mystery}
1998 Exorcist II: The Heretic (1977) {Horror}
1999 Exorcist III, The (1990) {Horror}
2000 Lethal Weapon (1987) {Action,Comedy,Crime,Drama}
2001 Lethal Weapon 2 (1989) {Action,Comedy,Crime,Drama}
2002 Lethal Weapon 3 (1992) {Action,Comedy,Crime,Drama}
2003 Gremlins (1984) {Comedy,Horror}
2004 Gremlins 2: The New Batch (1990) {Comedy,Horror}
2005 Goonies, The (1985) {Action,Adventure,Children,Comedy,Fantasy}
2006 Mask of Zorro, The (1998) {Action,Comedy,Romance}
2007 Polish Wedding (1998) {Comedy}
2008 This World, Then the Fireworks (1997) {Crime,Drama,Film-Noir}
2009 Soylent Green (1973) {Drama,Mystery,Sci-Fi,Thriller}
2010 Metropolis (1927) {Drama,Sci-Fi}
2011 Back to the Future Part II (1989) {Adventure,Comedy,Sci-Fi}
2012 Back to the Future Part III (1990) {Adventure,Comedy,Sci-Fi,Western}
2013 Poseidon Adventure, The (1972) {Action,Adventure,Drama}
2014 Freaky Friday (1977) {Children,Comedy,Fantasy}
2015 Absent-Minded Professor, The (1961) {Children,Comedy,Fantasy}
2016 Apple Dumpling Gang Rides Again, The (1979) {Children,Comedy,Western}
2017 Babes in Toyland (1961) {Children,Fantasy,Musical}
2018 Bambi (1942) {Animation,Children,Drama}
2019 Seven Samurai (Shichinin no samurai) (1954) {Action,Adventure,Drama}
2020 Dangerous Liaisons (1988) {Drama,Romance}
2021 Dune (1984) {Adventure,Sci-Fi}
2022 Last Temptation of Christ, The (1988) {Drama}
2023 Godfather: Part III, The (1990) {Crime,Drama,Mystery,Thriller}
2024 Rapture, The (1991) {Drama,Mystery}
2025 Lolita (1997) {Drama,Romance}
2026 Disturbing Behavior (1998) {Horror,Thriller}
2027 Jane Austen/'s Mafia! (1998) {Comedy,Crime}
2028 Saving Private Ryan (1998) {Action,Drama,War}
2029 Billy/'s Hollywood Screen Kiss (1997) {Comedy,Romance}
2031 Million Dollar Duck, The (a.k.a. $1,000,000 Duck) (1971) {Children,Comedy}
2032 Barefoot Executive, The (1971) {Children,Comedy}
2033 Black Cauldron, The (1985) {Adventure,Animation,Children,Fantasy}
2034 Black Hole, The (1979) {Children,Sci-Fi}
2035 Blackbeard/'s Ghost (1968) {Children,Comedy}
2036 Blank Check (1994) {Children,Comedy}
2037 Candleshoe (1977) {Adventure,Children,Comedy}
2038 Cat from Outer Space, The (1978) {Children,Comedy,Sci-Fi}
2039 Cheetah (1989) {Adventure,Children}
2040 Computer Wore Tennis Shoes, The (1969) {Children,Comedy}
2041 Condorman (1981) {Action,Adventure,Children,Comedy}
2042 D2: The Mighty Ducks (1994) {Children,Comedy}
2043 Darby O/'Gill and the Little People (1959) {Adventure,Children,Fantasy}
2044 Devil and Max Devlin, The (1981) {Comedy,Fantasy}
2045 Far Off Place, A (1993) {Adventure,Children,Drama,Romance}
2046 Flight of the Navigator (1986) {Adventure,Children,Sci-Fi}
2047 Gnome-Mobile, The (1967) {Adventure,Children,Fantasy,Musical}
2048 Great Mouse Detective, The (1986) {Action,Animation,Children,Crime}
2049 Happiest Millionaire, The (1967) {Comedy,Musical}
2050 Herbie Goes Bananas (1980) {Adventure,Children,Comedy}
2051 Herbie Goes to Monte Carlo (1977) {Adventure,Children,Comedy}
2052 Hocus Pocus (1993) {Children,Comedy,Fantasy,Horror}
2053 Honey, I Blew Up the Kid (1992) {Children,Comedy,Sci-Fi}
2054 Honey, I Shrunk the Kids (1989) {Adventure,Children,Comedy,Fantasy,Sci-Fi}
2055 Hot Lead and Cold Feet (1978) {Action,Comedy,Western}
2056 In Search of the Castaways (1962) {Adventure,Children}
2057 Incredible Journey, The (1963) {Adventure,Children}
2058 Negotiator, The (1998) {Action,Crime,Drama,Mystery,Thriller}
2059 Parent Trap, The (1998) {Children,Comedy,Romance}
2060 BASEketball (1998) {Comedy}
2062 Governess, The (1998) {Drama,Romance}
2063 Seventh Heaven (Septième ciel, Le) (1997) {Drama,Romance}
2064 Roger & Me (1989) {Documentary}
2065 Purple Rose of Cairo, The (1985) {Comedy,Drama,Fantasy,Romance}
2066 Out of the Past (1947) {Film-Noir}
2067 Doctor Zhivago (1965) {Drama,Romance,War}
2068 Fanny and Alexander (Fanny och Alexander) (1982) {Drama,Fantasy,Mystery}
2069 Trip to Bountiful, The (1985) {Drama}
2070 Tender Mercies (1983) {Drama,Romance,Western}
2071 And the Band Played On (1993) {Drama}
2072 /'burbs, The (1989) {Comedy}
2073 Fandango (1985) {Comedy}
2074 Night Porter, The (Portiere di notte, Il) (1974) {Crime,Drama,Romance}
2075 Mephisto (1981) {Drama,War}
2076 Blue Velvet (1986) {Drama,Mystery,Thriller}
2077 Journey of Natty Gann, The (1985) {Adventure,Children}
2078 Jungle Book, The (1967) {Animation,Children,Comedy,Musical}
2079 Kidnapped (1960) {Adventure,Children,Drama}
2080 Lady and the Tramp (1955) {Animation,Children,Comedy,Romance}
2081 Little Mermaid, The (1989) {Animation,Children,Comedy,Musical,Romance}
2082 Mighty Ducks, The (1992) {Children,Comedy}
2083 Muppet Christmas Carol, The (1992) {Children,Comedy,Musical}
2084 Newsies (1992) {Children,Musical}
2085 101 Dalmatians (One Hundred and One Dalmatians) (1961) {Adventure,Animation,Children}
2086 One Magic Christmas (1985) {Drama,Fantasy}
2087 Peter Pan (1953) {Animation,Children,Fantasy,Musical}
2088 Popeye (1980) {Adventure,Comedy,Musical}
2089 Rescuers Down Under, The (1990) {Adventure,Animation,Children}
2090 Rescuers, The (1977) {Adventure,Animation,Children,Crime,Drama}
2091 Return from Witch Mountain (1978) {Children,Sci-Fi}
2092 Return of Jafar, The (1994) {Adventure,Animation,Children,Fantasy,Musical,Romance}
2093 Return to Oz (1985) {Adventure,Children,Fantasy}
2094 Rocketeer, The (1991) {Action,Adventure,Sci-Fi}
2095 Shaggy D.A., The (1976) {Children,Comedy}
2096 Sleeping Beauty (1959) {Animation,Children,Musical}
2097 Something Wicked This Way Comes (1983) {Children,Drama,Fantasy,Mystery,Thriller}
2098 Son of Flubber (1963) {Children,Comedy}
2099 Song of the South (1946) {Adventure,Animation,Children,Musical}
2100 Splash (1984) {Comedy,Fantasy,Romance}
2101 Squanto: A Warrior/'s Tale (1994) {Adventure,Drama}
2102 Steamboat Willie (1928) {Animation,Children,Comedy,Musical}
2103 Tall Tale (1995) {Adventure,Children,Fantasy,Western}
2104 Tex (1982) {Drama}
2105 Tron (1982) {Action,Adventure,Sci-Fi}
2106 Swing Kids (1993) {Drama,War}
2107 Halloween H20: 20 Years Later (Halloween 7: The Revenge of Laurie Strode) (1998) {Horror,Thriller}
2108 L.A. Story (1991) {Comedy,Romance}
2109 Jerk, The (1979) {Comedy}
2110 Dead Men Don/'t Wear Plaid (1982) {Comedy,Crime,Thriller}
2111 Man with Two Brains, The (1983) {Comedy}
2112 Grand Canyon (1991) {Crime,Drama}
2113 Graveyard Shift (Stephen King/'s Graveyard Shift) (1990) {Horror,Thriller}
2114 Outsiders, The (1983) {Drama}
2115 Indiana Jones and the Temple of Doom (1984) {Action,Adventure,Fantasy}
2116 Lord of the Rings, The (1978) {Adventure,Animation,Children,Fantasy}
2117 1984 (Nineteen Eighty-Four) (1984) {Drama,Sci-Fi}
2118 Dead Zone, The (1983) {Thriller}
2119 Maximum Overdrive (1986) {Horror}
2120 Needful Things (1993) {Drama,Horror}
2121 Cujo (1983) {Horror,Thriller}
2122 Children of the Corn (1984) {Horror,Thriller}
2123 All Dogs Go to Heaven (1989) {Animation,Children,Comedy,Drama,Fantasy}
2124 Addams Family, The (1991) {Children,Comedy,Fantasy}
2125 Ever After: A Cinderella Story (1998) {Comedy,Drama,Romance}
2126 Snake Eyes (1998) {Action,Crime,Mystery,Thriller}
2128 Safe Men (1998) {Comedy}
2130 Atlantic City (1980) {Crime,Drama,Romance}
2131 Autumn Sonata (Höstsonaten) (1978) {Drama}
2132 Who/'s Afraid of Virginia Woolf? (1966) {Drama}
2133 Adventures in Babysitting (1987) {Adventure,Comedy}
2134 Weird Science (1985) {Comedy,Fantasy,Sci-Fi}
2135 Doctor Dolittle (1967) {Adventure,Children,Musical}
2136 Nutty Professor, The (1963) {Comedy,Sci-Fi}
2137 Charlotte/'s Web (1973) {Animation,Children}
2138 Watership Down (1978) {Adventure,Animation,Children,Drama,Fantasy}
2139 Secret of NIMH, The (1982) {Adventure,Animation,Children,Drama}
2140 Dark Crystal, The (1982) {Adventure,Fantasy}
2779 Heaven Can Wait (1978) {Comedy}
2141 American Tail, An (1986) {Adventure,Animation,Children,Comedy}
2142 American Tail: Fievel Goes West, An (1991) {Adventure,Animation,Children,Musical,Western}
2143 Legend (1985) {Adventure,Fantasy,Romance}
2144 Sixteen Candles (1984) {Comedy,Romance}
2145 Pretty in Pink (1986) {Comedy,Drama,Romance}
2146 St. Elmo/'s Fire (1985) {Drama,Romance}
2147 Clan of the Cave Bear, The (1986) {Adventure,Drama,Fantasy}
2148 House (1986) {Comedy,Fantasy,Horror}
2149 House II: The Second Story (1987) {Comedy,Fantasy,Horror}
2150 Gods Must Be Crazy, The (1980) {Adventure,Comedy}
2151 Gods Must Be Crazy II, The (1989) {Comedy}
2152 Air Bud: Golden Receiver (1998) {Children,Comedy}
2153 Avengers, The (1998) {Action,Adventure}
2154 How Stella Got Her Groove Back (1998) {Drama,Romance}
2155 Slums of Beverly Hills, The (1998) {Comedy,Drama}
2159 Henry: Portrait of a Serial Killer (1986) {Crime,Horror,Thriller}
2160 Rosemary/'s Baby (1968) {Drama,Horror,Thriller}
2161 NeverEnding Story, The (1984) {Adventure,Children,Fantasy}
2162 NeverEnding Story II: The Next Chapter, The (1990) {Adventure,Children,Fantasy}
2163 Attack of the Killer Tomatoes! (1978) {Comedy,Horror}
2164 Surf Nazis Must Die (1987) {Action,Comedy,Drama,Horror}
2165 Your Friends and Neighbors (1998) {Comedy,Drama}
2166 Return to Paradise (1998) {Crime,Drama,Romance,Thriller}
2167 Blade (1998) {Action,Horror,Thriller}
2168 Dance with Me (1998) {Drama,Romance}
2169 Dead Man on Campus (1998) {Comedy}
2170 Wrongfully Accused (1998) {Action,Comedy}
2171 Next Stop Wonderland (1998) {Comedy,Drama,Romance}
2173 Navigator: A Mediaeval Odyssey, The (1988) {Adventure,Fantasy,Sci-Fi}
2174 Beetlejuice (1988) {Comedy,Fantasy}
2176 Rope (1948) {Crime,Drama,Thriller}
2177 Family Plot (1976) {Comedy,Thriller}
2178 Frenzy (1972) {Thriller}
2180 Torn Curtain (1966) {Thriller}
2181 Marnie (1964) {Drama,Mystery,Romance,Thriller}
2182 Wrong Man, The (1956) {Drama,Film-Noir,Thriller}
2183 Man Who Knew Too Much, The (1956) {Adventure,Drama,Mystery,Thriller}
2184 Trouble with Harry, The (1955) {Comedy,Mystery}
2186 Strangers on a Train (1951) {Crime,Drama,Film-Noir,Thriller}
2187 Stage Fright (1950) {Mystery,Romance,Thriller}
2188 54 (1998) {Drama}
2189 I Married A Strange Person! (1997) {Animation,Comedy,Fantasy,Sci-Fi}
2190 Why Do Fools Fall In Love? (1998) {Drama}
2191 Merry War, A (1997) {Comedy}
2193 Willow (1988) {Action,Adventure,Fantasy}
2194 Untouchables, The (1987) {Action,Crime,Drama}
2195 Dirty Work (1998) {Comedy}
2197 Firelight (1997) {Drama}
2200 Under Capricorn (1949) {Drama}
2201 Paradine Case, The (1947) {Drama}
2202 Lifeboat (1944) {Drama,War}
2203 Shadow of a Doubt (1943) {Crime,Drama,Thriller}
2204 Saboteur (1942) {Mystery,Thriller}
2205 Mr. & Mrs. Smith (1941) {Comedy,Romance}
2206 Suspicion (1941) {Film-Noir,Mystery,Thriller}
2207 Jamaica Inn (1939) {Drama}
2208 Lady Vanishes, The (1938) {Drama,Mystery,Thriller}
2210 Sabotage (1936) {Thriller}
2212 Man Who Knew Too Much, The (1934) {Drama,Thriller}
2214 Number Seventeen (a.k.a. Number 17) (1932) {Thriller}
2215 Rich and Strange (1931) {Comedy,Romance}
2219 Murder! (1930) {Mystery,Thriller}
2221 Blackmail (1929) {Drama,Thriller}
2227 Lodger: A Story of the London Fog, The (1927) {Crime,Drama,Thriller}
2231 Rounders (1998) {Drama}
2232 Cube (1997) {Horror,Mystery,Sci-Fi,Thriller}
2236 Simon Birch (1998) {Drama}
2237 Without Limits (1998) {Drama}
2238 Seven Beauties (Pasqualino Settebellezze) (1976) {Comedy,Drama}
2239 Swept Away (Travolti da un insolito destino nell/'azzurro mare d/'Agosto) (1975) {Comedy,Drama}
2240 My Bodyguard (1980) {Drama}
2241 Class (1983) {Comedy}
2243 Broadcast News (1987) {Comedy,Drama,Romance}
2245 Working Girl (1988) {Comedy,Drama,Romance}
2246 Stars and Bars (1988) {Action,Comedy,Romance}
2247 Married to the Mob (1988) {Comedy}
2248 Say Anything... (1989) {Comedy,Drama,Romance}
2249 My Blue Heaven (1990) {Comedy}
2250 Men Don/'t Leave (1990) {Drama}
2252 Hero (1992) {Comedy,Drama}
2253 Toys (1992) {Comedy,Fantasy}
2254 Choices (1981) {Drama}
2255 Young Doctors in Love (1982) {Comedy}
2256 Parasite (1982) {Horror,Sci-Fi}
2257 No Small Affair (1984) {Comedy,Romance}
2259 Blame It on Rio (1984) {Comedy,Romance}
2260 Wisdom (1986) {Crime,Drama}
2261 One Crazy Summer (1986) {Comedy}
2262 About Last Night... (1986) {Comedy,Drama,Romance}
2263 Seventh Sign, The (1988) {Drama,Fantasy,Thriller}
2264 We/'re No Angels (1989) {Comedy,Crime}
2265 Nothing But Trouble (1991) {Adventure,Comedy}
2266 Butcher/'s Wife, The (1991) {Comedy,Romance}
2267 Mortal Thoughts (1991) {Mystery,Thriller}
2268 Few Good Men, A (1992) {Crime,Drama,Thriller}
2269 Indecent Proposal (1993) {Drama,Romance}
2271 Permanent Midnight (1998) {Drama}
2272 One True Thing (1998) {Drama}
2273 Rush Hour (1998) {Action,Comedy,Crime,Thriller}
2275 Six-String Samurai (1998) {Action,Adventure,Sci-Fi}
2276 Soldier/'s Daughter Never Cries, A (1998) {Drama}
2278 Ronin (1998) {Action,Crime,Thriller}
2279 Urban Legend (1998) {Horror,Thriller}
2280 Clay Pigeons (1998) {Crime}
2282 Pecker (1998) {Comedy,Drama}
2283 Sheltering Sky, The (1990) {Drama}
2284 Bandit Queen (1994) {Drama}
2285 If.... (1968) {Drama}
2286 Fiendish Plot of Dr. Fu Manchu, The (1980) {Comedy}
2287 Them! (1954) {Horror,Sci-Fi,Thriller}
2288 Thing, The (1982) {Action,Horror,Sci-Fi,Thriller}
2289 Player, The (1992) {Comedy,Crime,Drama}
2290 Stardust Memories (1980) {Comedy,Drama}
2291 Edward Scissorhands (1990) {Drama,Fantasy,Romance}
2292 Overnight Delivery (1998) {Comedy,Romance}
2294 Antz (1998) {Adventure,Animation,Children,Comedy,Fantasy}
2295 Impostors, The (1998) {Comedy}
2296 Night at the Roxbury, A (1998) {Comedy}
2297 What Dreams May Come (1998) {Adventure,Drama,Fantasy,Romance}
2300 Producers, The (1968) {Comedy}
2301 History of the World: Part I (1981) {Comedy,Musical}
2302 My Cousin Vinny (1992) {Comedy}
2303 Nashville (1975) {Drama,Musical}
2304 Love Is the Devil (1998) {Drama}
2305 Slam (1998) {Drama}
2306 Holy Man (1998) {Comedy}
2307 One Tough Cop (1998) {Action,Crime}
2310 Mighty, The (1998) {Drama}
2311 2010: The Year We Make Contact (1984) {Sci-Fi}
2312 Children of a Lesser God (1986) {Drama}
2313 Elephant Man, The (1980) {Drama}
2314 Beloved (1998) {Drama}
2315 Bride of Chucky (Child/'s Play 4) (1998) {Comedy,Horror,Thriller}
2316 Practical Magic (1998) {Drama,Fantasy,Mystery,Romance}
2318 Happiness (1998) {Comedy,Drama}
2320 Apt Pupil (1998) {Drama,Thriller}
2321 Pleasantville (1998) {Comedy,Drama,Fantasy}
2322 Soldier (1998) {Action,Sci-Fi,War}
2323 Cruise, The (1998) {Documentary}
2324 Life Is Beautiful (La Vita è bella) (1997) {Comedy,Drama,Romance,War}
2325 Orgazmo (1997) {Comedy}
2327 Tales from the Darkside: The Movie (1990) {Fantasy,Horror,Thriller}
2328 Vampires (1998) {Horror,Western}
2329 American History X (1998) {Crime,Drama}
2330 Hands on a Hard Body (1996) {Comedy,Documentary}
2331 Living Out Loud (1998) {Comedy,Drama,Romance}
2333 Gods and Monsters (1998) {Drama}
2334 Siege, The (1998) {Action,Thriller}
2335 Waterboy, The (1998) {Comedy}
2336 Elizabeth (1998) {Drama}
2337 Velvet Goldmine (1998) {Drama}
2780 Raven, The (1963) {Comedy,Horror}
2338 I Still Know What You Did Last Summer (1998) {Horror,Mystery,Thriller}
2339 I/'ll Be Home For Christmas (1998) {Comedy,Romance}
2340 Meet Joe Black (1998) {Romance}
2342 Hard Core Logo (1996) {Comedy,Drama}
2344 Runaway Train (1985) {Action,Adventure,Drama,Thriller}
2345 Desert Bloom (1986) {Drama}
2346 Stepford Wives, The (1975) {Mystery,Sci-Fi,Thriller}
2347 Pope of Greenwich Village, The (1984) {Drama}
2348 Sid and Nancy (1986) {Drama}
2349 Mona Lisa (1986) {Comedy,Thriller}
2350 Heart Condition (1990) {Comedy}
2351 Nights of Cabiria (Notti di Cabiria, Le) (1957) {Drama}
2352 Big Chill, The (1983) {Comedy,Drama}
2353 Enemy of the State (1998) {Action,Thriller}
2354 Rugrats Movie, The (1998) {Animation,Children,Comedy}
2355 Bug/'s Life, A (1998) {Adventure,Animation,Children,Comedy}
2356 Celebrity (1998) {Comedy}
2357 Central Station (Central do Brasil) (1998) {Drama}
2359 Waking Ned Devine (a.k.a. Waking Ned) (1998) {Comedy}
2360 Celebration, The (Festen) (1998) {Drama}
2361 Pink Flamingos (1972) {Comedy}
2362 Glen or Glenda (1953) {Drama}
2363 Godzilla (Gojira) (1954) {Drama,Horror,Sci-Fi}
2364 Godzilla 1985: The Legend Is Reborn (Gojira) (Godzilla) (Return of Godzilla, The) (1984) {Action,Horror,Sci-Fi,Thriller}
2365 King Kong vs. Godzilla (Kingukongu tai Gojira) (1962) {Action,Sci-Fi}
2366 King Kong (1933) {Action,Adventure,Fantasy,Horror}
2367 King Kong (1976) {Adventure,Fantasy,Romance,Sci-Fi,Thriller}
2368 King Kong Lives (1986) {Adventure,Sci-Fi}
2369 Desperately Seeking Susan (1985) {Comedy,Drama,Romance}
2370 Emerald Forest, The (1985) {Action,Adventure,Drama}
2371 Fletch (1985) {Comedy,Crime,Mystery}
2372 Fletch Lives (1989) {Comedy}
2373 Red Sonja (1985) {Action,Adventure,Fantasy}
2374 Gung Ho (1986) {Comedy,Drama}
2375 Money Pit, The (1986) {Comedy}
2376 View to a Kill, A (1985) {Action,Adventure,Thriller}
2377 Lifeforce (1985) {Horror,Sci-Fi}
2378 Police Academy (1984) {Comedy,Crime}
2379 Police Academy 2: Their First Assignment (1985) {Comedy,Crime}
2380 Police Academy 3: Back in Training (1986) {Comedy,Crime}
2381 Police Academy 4: Citizens on Patrol (1987) {Comedy,Crime}
2382 Police Academy 5: Assignment: Miami Beach (1988) {Comedy,Crime}
2383 Police Academy 6: City Under Siege (1989) {Comedy,Crime}
2384 Babe: Pig in the City (1998) {Adventure,Children,Drama}
2385 Home Fries (1998) {Comedy,Romance}
2386 Jerry Springer: Ringmaster (1998) {Comedy,Drama}
2387 Very Bad Things (1998) {Comedy,Crime}
2388 Steam: The Turkish Bath (Hamam) (1997) {Drama,Romance}
2389 Psycho (1998) {Crime,Horror,Thriller}
2390 Little Voice (1998) {Comedy}
2391 Simple Plan, A (1998) {Crime,Drama,Thriller}
2392 Jack Frost (1998) {Children,Comedy,Drama}
2393 Star Trek: Insurrection (1998) {Action,Drama,Romance,Sci-Fi}
2394 Prince of Egypt, The (1998) {Animation,Musical}
2395 Rushmore (1998) {Comedy,Drama}
2396 Shakespeare in Love (1998) {Comedy,Drama,Romance}
2397 Mass Appeal (1984) {Drama}
2398 Miracle on 34th Street (1947) {Comedy,Drama}
2399 Santa Claus: The Movie (1985) {Adventure,Children,Fantasy}
2400 Prancer (1989) {Children,Drama,Fantasy}
2401 Pale Rider (1985) {Western}
2402 Rambo: First Blood Part II (1985) {Action,Adventure,Thriller}
2403 First Blood (Rambo: First Blood) (1982) {Action,Adventure,Drama,Thriller}
2404 Rambo III (1988) {Action,Adventure,Thriller,War}
2405 Jewel of the Nile, The (1985) {Action,Adventure,Comedy,Romance}
2406 Romancing the Stone (1984) {Action,Adventure,Comedy,Romance}
2407 Cocoon (1985) {Comedy,Sci-Fi}
2408 Cocoon: The Return (1988) {Comedy,Sci-Fi}
2409 Rocky II (1979) {Action,Drama}
2410 Rocky III (1982) {Action,Drama}
2411 Rocky IV (1985) {Action,Drama}
2412 Rocky V (1990) {Action,Drama}
2413 Clue (1985) {Comedy,Crime,Mystery,Thriller}
2414 Young Sherlock Holmes (1985) {Action,Adventure,Children,Fantasy,Mystery,Thriller}
2415 Violets Are Blue... (1986) {Drama,Romance}
2416 Back to School (1986) {Comedy}
2417 Heartburn (1986) {Comedy,Drama}
2418 Nothing in Common (1986) {Comedy}
2419 Extremities (1986) {Drama,Thriller}
2420 Karate Kid, The (1984) {Drama}
2421 Karate Kid, Part II, The (1986) {Action,Adventure,Drama}
2422 Karate Kid, Part III, The (1989) {Action,Adventure,Children,Drama}
2423 Christmas Vacation (National Lampoon/'s Christmas Vacation) (1989) {Comedy}
2424 You/'ve Got Mail (1998) {Comedy,Romance}
2425 General, The (1998) {Crime}
2427 Thin Red Line, The (1998) {Action,Drama,War}
2428 Faculty, The (1998) {Horror,Sci-Fi}
2429 Mighty Joe Young (1998) {Action,Adventure,Drama,Fantasy,Thriller}
2430 Mighty Joe Young (1949) {Adventure,Children,Drama}
2431 Patch Adams (1998) {Comedy,Drama}
2432 Stepmom (1998) {Drama}
2433 Civil Action, A (1998) {Drama}
2434 Down in the Delta (1998) {Drama}
2435 Hurlyburly (1998) {Drama}
2436 Tea with Mussolini (1999) {Comedy,Drama,War}
2437 Wilde (1997) {Drama}
2438 Outside Ozona (1998) {Comedy,Drama,Thriller}
2439 Affliction (1997) {Drama}
2440 Another Day in Paradise (1998) {Drama}
2441 Hi-Lo Country, The (1998) {Drama,Romance,Western}
2442 Hilary and Jackie (1998) {Drama}
2443 Playing by Heart (1998) {Drama,Romance}
2445 At First Sight (1999) {Drama}
2446 In Dreams (1999) {Horror,Thriller}
2447 Varsity Blues (1999) {Comedy,Drama}
2448 Virus (1999) {Horror,Sci-Fi}
2449 Garbage Pail Kids Movie, The (1987) {Adventure,Children,Comedy}
2450 Howard the Duck (1986) {Adventure,Comedy,Sci-Fi}
2451 Gate, The (1987) {Horror}
2453 Boy Who Could Fly, The (1986) {Drama,Fantasy}
2454 Fly, The (1958) {Horror,Mystery,Sci-Fi}
2455 Fly, The (1986) {Drama,Horror,Sci-Fi,Thriller}
2456 Fly II, The (1989) {Horror,Sci-Fi}
2457 Running Scared (1986) {Action,Comedy}
2458 Armed and Dangerous (1986) {Comedy,Crime}
2459 Texas Chainsaw Massacre, The (1974) {Horror}
2460 Texas Chainsaw Massacre 2, The (1986) {Horror}
2461 Leatherface: Texas Chainsaw Massacre III (1990) {Comedy,Horror,Thriller}
2462 Texas Chainsaw Massacre: The Next Generation (a.k.a. The Return of the Texas Chainsaw Massacre) (1994) {Horror}
2463 Ruthless People (1986) {Comedy}
2464 Trick or Treat (1986) {Horror}
2465 Deadly Friend (1986) {Horror}
2467 Name of the Rose, The (Name der Rose, Der) (1986) {Crime,Drama,Mystery,Thriller}
2468 Jumpin/' Jack Flash (1986) {Action,Comedy,Romance,Thriller}
2469 Peggy Sue Got Married (1986) {Comedy,Drama}
2470 Crocodile Dundee (1986) {Adventure,Comedy}
2471 Crocodile Dundee II (1988) {Action,Adventure,Comedy}
2472 Tough Guys (1986) {Comedy}
2473 Soul Man (1986) {Comedy}
2474 Color of Money, The (1986) {Drama}
2475 52 Pick-Up (1986) {Action,Mystery,Thriller}
2476 Heartbreak Ridge (1986) {Action,War}
2478 ¡Three Amigos! (1986) {Comedy,Western}
2479 Gloria (1999) {Drama,Thriller}
2481 My Name Is Joe (1998) {Drama,Romance}
2482 Still Crazy (1998) {Comedy,Romance}
2483 Day of the Beast, The (Día de la Bestia, El) (1995) {Adventure,Comedy,Thriller}
2485 She/'s All That (1999) {Comedy,Romance}
2486 24 Hour Woman, The (1998) {Comedy,Drama}
2487 Blood, Guts, Bullets and Octane (1998) {Action,Comedy}
2488 Peeping Tom (1960) {Drama,Horror,Thriller}
2490 Payback (1999) {Action,Thriller}
2491 Simply Irresistible (1999) {Comedy,Romance}
2492 20 Dates (1998) {Comedy,Romance}
2493 Harmonists, The (1997) {Drama}
2494 Last Days, The (1998) {Documentary}
2495 Fantastic Planet, The (Planète sauvage, La) (1973) {Animation,Sci-Fi}
2496 Blast from the Past (1999) {Comedy,Romance}
2497 Message in a Bottle (1999) {Romance}
2498 My Favorite Martian (1999) {Comedy,Sci-Fi}
2499 God Said /'Ha!/' (1998) {Comedy}
2500 Jawbreaker (1999) {Comedy}
2501 October Sky (1999) {Drama}
2502 Office Space (1999) {Comedy,Crime}
2504 200 Cigarettes (1999) {Comedy,Drama}
2505 8MM (1999) {Drama,Mystery,Thriller}
2506 Other Sister, The (1999) {Comedy,Drama,Romance}
2507 Breakfast of Champions (1999) {Comedy,Sci-Fi}
2511 Long Goodbye, The (1973) {Crime,Film-Noir}
2513 Pet Sematary (1989) {Horror}
2514 Pet Sematary II (1992) {Comedy,Horror}
2515 Children of the Corn II: The Final Sacrifice (1993) {Horror}
2516 Children of the Corn III (1994) {Horror}
2517 Christine (1983) {Horror}
2518 Night Shift (1982) {Comedy}
2519 House on Haunted Hill (1959) {Drama,Horror,Thriller}
2520 Airport (1970) {Drama}
2521 Airport 1975 (1974) {Action,Drama,Thriller}
2522 Airport /'77 (1977) {Drama}
2523 Rollercoaster (1977) {Drama,Thriller}
2524 Towering Inferno, The (1974) {Action,Adventure,Drama,Thriller}
2525 Alligator (1980) {Action,Horror,Sci-Fi}
2526 Meteor (1979) {Sci-Fi}
2527 Westworld (1973) {Action,Sci-Fi,Thriller,Western}
2528 Logan/'s Run (1976) {Action,Adventure,Sci-Fi}
2529 Planet of the Apes (1968) {Action,Drama,Sci-Fi}
2530 Beneath the Planet of the Apes (1970) {Action,Sci-Fi}
2531 Battle for the Planet of the Apes (1973) {Action,Sci-Fi}
2532 Conquest of the Planet of the Apes (1972) {Action,Sci-Fi}
2533 Escape from the Planet of the Apes (1971) {Action,Sci-Fi}
2534 Avalanche (1978) {Action}
2535 Earthquake (1974) {Action,Drama,Thriller}
2536 Concorde: Airport /'79, The (1979) {Drama}
2537 Beyond the Poseidon Adventure (1979) {Adventure}
2539 Analyze This (1999) {Comedy}
2540 Corruptor, The (1999) {Action,Crime,Drama,Thriller}
2541 Cruel Intentions (1999) {Drama}
2542 Lock, Stock & Two Smoking Barrels (1998) {Comedy,Crime,Thriller}
2545 Relax... It/'s Just Sex (1998) {Comedy}
2546 Deep End of the Ocean, The (1999) {Drama}
2548 Rage: Carrie 2, The (1999) {Horror}
2549 Wing Commander (1999) {Action,Sci-Fi}
2550 Haunting, The (1963) {Horror,Thriller}
2551 Dead Ringers (1988) {Drama,Horror,Thriller}
2552 My Boyfriend/'s Back (1993) {Comedy}
2553 Village of the Damned (1960) {Horror,Sci-Fi,Thriller}
2554 Children of the Damned (1963) {Horror,Sci-Fi,Thriller}
2555 Baby Geniuses (1999) {Comedy}
2557 I Stand Alone (Seul contre tous) (1998) {Drama,Thriller}
2558 Forces of Nature (1999) {Comedy,Romance}
2559 King and I, The (1999) {Animation,Children}
2560 Ravenous (1999) {Horror,Thriller}
2561 True Crime (1999) {Crime,Thriller}
2562 Bandits (1997) {Drama}
2563 Dangerous Beauty (1998) {Drama}
2565 King and I, The (1956) {Drama,Musical,Romance}
2566 Doug/'s 1st Movie (1999) {Animation,Children}
2567 EDtv (1999) {Comedy}
2568 Mod Squad, The (1999) {Action,Crime}
2569 Among Giants (1998) {Comedy,Drama,Romance}
2570 Walk on the Moon, A (1999) {Drama,Romance}
2571 Matrix, The (1999) {Action,Sci-Fi,Thriller}
2572 10 Things I Hate About You (1999) {Comedy,Romance}
2573 Tango (1998) {Drama,Musical}
2574 Out-of-Towners, The (1999) {Comedy}
2575 Dreamlife of Angels, The (Vie rêvée des anges, La) (1998) {Drama}
2577 Metroland (1997) {Comedy,Drama}
2579 Following (1998) {Crime,Mystery,Thriller}
2580 Go (1999) {Comedy,Crime}
2581 Never Been Kissed (1999) {Comedy,Romance}
2582 Twin Dragons (Shuang long hui) (1992) {Action,Comedy}
2583 Cookie/'s Fortune (1999) {Comedy,Drama}
2585 Lovers of the Arctic Circle, The (Los Amantes del Círculo Polar) (1998) {Drama,Romance}
2586 Goodbye Lover (1999) {Comedy,Crime,Thriller}
2587 Life (1999) {Comedy,Crime,Drama}
2589 Friends & Lovers (1999) {Comedy,Drama,Romance}
2590 Hideous Kinky (1998) {Drama}
2594 Open Your Eyes (Abre los ojos) (1997) {Drama,Romance,Sci-Fi,Thriller}
2596 SLC Punk! (1998) {Comedy,Drama}
2597 Lost & Found (1999) {Comedy,Romance}
2598 Pushing Tin (1999) {Comedy}
2599 Election (1999) {Comedy}
2600 eXistenZ (1999) {Action,Sci-Fi,Thriller}
2605 Entrapment (1999) {Crime,Thriller}
2606 Idle Hands (1999) {Comedy,Horror}
2607 Get Real (1998) {Drama,Romance}
2609 King of Masks, The (Bian Lian) (1996) {Drama}
2610 Three Seasons (1999) {Drama}
2611 Winslow Boy, The (1999) {Drama}
2612 Mildred Pierce (1945) {Drama,Film-Noir}
2613 Night of the Comet (1984) {Comedy,Horror,Sci-Fi}
2615 My Science Project (1985) {Adventure,Sci-Fi}
2616 Dick Tracy (1990) {Action,Crime}
2617 Mummy, The (1999) {Action,Adventure,Comedy,Fantasy,Horror,Thriller}
2618 Castle, The (1997) {Comedy}
2620 This Is My Father (1998) {Drama,Romance}
2621 Xiu Xiu: The Sent-Down Girl (Tian yu) (1998) {Drama}
2622 William Shakespeare/'s A Midsummer Night/'s Dream (1999) {Comedy,Fantasy}
2624 After Life (Wandafuru raifu) (1998) {Drama,Fantasy}
2625 Black Mask (Hak hap) (1996) {Action,Adventure,Crime,Sci-Fi,Thriller}
2626 Edge of Seventeen (1998) {Comedy,Drama,Romance}
2627 Endurance (1999) {Documentary,Drama}
2628 Star Wars: Episode I - The Phantom Menace (1999) {Action,Adventure,Sci-Fi}
2629 Love Letter, The (1999) {Comedy,Romance}
2630 Besieged (a.k.a. L/' Assedio) (1998) {Drama}
2631 Frogs for Snakes (1998) {Comedy,Film-Noir,Thriller}
2633 Mummy, The (1932) {Horror,Romance}
2634 Mummy, The (1959) {Horror}
2635 Mummy/'s Curse, The (1944) {Horror}
2636 Mummy/'s Ghost, The (1944) {Horror}
2637 Mummy/'s Hand, The (1940) {Horror}
2638 Mummy/'s Tomb, The (1942) {Horror}
2639 Mommie Dearest (1981) {Drama}
2640 Superman (1978) {Action,Adventure,Sci-Fi}
2641 Superman II (1980) {Action,Sci-Fi}
2642 Superman III (1983) {Action,Adventure,Sci-Fi}
2643 Superman IV: The Quest for Peace (1987) {Action,Adventure,Sci-Fi}
2644 Dracula (1931) {Horror}
2647 House of Frankenstein (1944) {Horror}
2648 Frankenstein (1931) {Drama,Horror,Sci-Fi}
2649 Son of Frankenstein (1939) {Horror}
2650 Ghost of Frankenstein, The (1942) {Horror}
2651 Frankenstein Meets the Wolf Man (1943) {Horror}
2652 Curse of Frankenstein, The (1957) {Horror}
2653 Son of Dracula (1943) {Horror}
2654 Wolf Man, The (1941) {Drama,Fantasy,Horror}
2655 Howling II: Your Sister Is a Werewolf (1985) {Horror}
2656 Tarantula (1955) {Horror,Sci-Fi}
2657 Rocky Horror Picture Show, The (1975) {Comedy,Horror,Musical,Sci-Fi}
2659 It Came from Hollywood (1982) {Comedy,Documentary}
2660 Thing from Another World, The (1951) {Horror,Sci-Fi}
2661 It Came from Outer Space (1953) {Sci-Fi}
2662 War of the Worlds, The (1953) {Action,Drama,Sci-Fi}
2664 Invasion of the Body Snatchers (1956) {Horror,Sci-Fi,Thriller}
2668 Swamp Thing (1982) {Horror,Sci-Fi}
2669 Pork Chop Hill (1959) {War}
2670 Run Silent Run Deep (1958) {War}
2671 Notting Hill (1999) {Comedy,Romance}
2672 Thirteenth Floor, The (1999) {Drama,Sci-Fi,Thriller}
2673 Eternity and a Day (Mia aoniotita kai mia mera) (1998) {Drama}
2674 Loss of Sexual Innocence, The (1999) {Drama,Fantasy}
2676 Instinct (1999) {Drama,Thriller}
2677 Buena Vista Social Club (1999) {Documentary,Musical}
2678 Desert Blue (1998) {Drama}
2681 Free Enterprise (1998) {Comedy,Romance,Sci-Fi}
2682 Limbo (1999) {Drama}
2683 Austin Powers: The Spy Who Shagged Me (1999) {Action,Adventure,Comedy}
2686 Red Violin, The (Violon rouge, Le) (1998) {Drama,Mystery}
2687 Tarzan (1999) {Adventure,Animation,Children,Drama}
2688 General/'s Daughter, The (1999) {Crime,Drama,Mystery,Thriller}
2689 Get Bruce (1999) {Documentary}
2690 Ideal Husband, An (1999) {Comedy,Romance}
2691 Legend of 1900, The (a.k.a. The Legend of the Pianist on the Ocean) (Leggenda del pianista sull/'oceano) (1998) {Drama}
2692 Run Lola Run (Lola rennt) (1998) {Action,Crime}
2693 Trekkies (1997) {Documentary}
2694 Big Daddy (1999) {Comedy}
2696 Dinner Game, The (Dîner de cons, Le) (1998) {Comedy}
2697 My Son the Fanatic (1997) {Comedy,Drama,Romance}
2699 Arachnophobia (1990) {Comedy,Horror}
2700 South Park: Bigger, Longer and Uncut (1999) {Animation,Comedy,Musical}
2701 Wild Wild West (1999) {Action,Comedy,Sci-Fi,Western}
2702 Summer of Sam (1999) {Drama}
2704 Lovers on the Bridge, The (Amants du Pont-Neuf, Les) (1991) {Drama,Romance}
2706 American Pie (1999) {Comedy,Romance}
2707 Arlington Road (1999) {Thriller}
2708 Autumn Tale, An (Conte d/'automne) (1998) {Romance}
2709 Muppets From Space (1999) {Children,Comedy}
2710 Blair Witch Project, The (1999) {Drama,Horror,Thriller}
2712 Eyes Wide Shut (1999) {Drama,Mystery,Thriller}
2713 Lake Placid (1999) {Horror,Thriller}
2714 Wood, The (1999) {Drama}
2715 Velocity of Gary, The (1998) {Comedy,Romance}
2716 Ghostbusters (a.k.a. Ghost Busters) (1984) {Action,Comedy,Sci-Fi}
2717 Ghostbusters II (1989) {Comedy,Fantasy,Sci-Fi}
2718 Drop Dead Gorgeous (1999) {Comedy}
2719 Haunting, The (1999) {Horror,Thriller}
2720 Inspector Gadget (1999) {Action,Adventure,Children,Comedy}
2721 Trick (1999) {Comedy,Romance}
2722 Deep Blue Sea (1999) {Action,Horror,Sci-Fi,Thriller}
2723 Mystery Men (1999) {Action,Comedy,Fantasy}
2724 Runaway Bride (1999) {Comedy,Romance}
2725 Twin Falls Idaho (1999) {Drama}
2726 Killing, The (1956) {Crime,Film-Noir}
2727 Killer/'s Kiss (1955) {Crime,Film-Noir}
2728 Spartacus (1960) {Action,Drama,Romance,War}
2729 Lolita (1962) {Drama,Romance}
2730 Barry Lyndon (1975) {Drama,Romance,War}
2731 400 Blows, The (Les quatre cents coups) (1959) {Crime,Drama}
2732 Jules and Jim (Jules et Jim) (1961) {Drama,Romance}
2733 Vibes (1988) {Adventure,Comedy,Romance}
2734 Mosquito Coast, The (1986) {Adventure,Drama,Thriller}
2735 Golden Child, The (1986) {Action,Adventure,Comedy,Fantasy,Mystery}
2736 Brighton Beach Memoirs (1986) {Comedy}
2738 Crimes of the Heart (1986) {Comedy,Drama}
2739 Color Purple, The (1985) {Drama}
2741 No Mercy (1986) {Action,Crime,Thriller}
2745 Mission, The (1986) {Drama}
2746 Little Shop of Horrors (1986) {Comedy,Horror,Musical}
2747 Little Shop of Horrors, The (1960) {Comedy,Horror}
2748 Allan Quatermain and the Lost City of Gold (1987) {Action,Adventure,Comedy}
2749 Morning After, The (1986) {Drama,Mystery}
2750 Radio Days (1987) {Comedy,Drama}
2751 From the Hip (1987) {Comedy,Drama}
2752 Outrageous Fortune (1987) {Comedy,Mystery}
2753 Bedroom Window, The (1987) {Thriller}
2754 Deadtime Stories (1987) {Horror}
2755 Light of Day (1987) {Drama}
2757 Frances (1982) {Drama}
2758 Plenty (1985) {Drama}
2759 Dick (1999) {Comedy}
2761 Iron Giant, The (1999) {Adventure,Animation,Children,Drama,Sci-Fi}
2762 Sixth Sense, The (1999) {Drama,Horror,Mystery}
2763 Thomas Crown Affair, The (1999) {Action,Mystery}
2764 Thomas Crown Affair, The (1968) {Crime,Drama,Romance,Thriller}
2766 Adventures of Sebastian Cole, The (1998) {Comedy,Drama}
2767 Illuminata (1998) {Comedy}
2769 Yards, The (2000) {Crime,Drama}
2770 Bowfinger (1999) {Comedy}
2771 Brokedown Palace (1999) {Drama}
2772 Detroit Rock City (1999) {Comedy}
2774 Better Than Chocolate (1999) {Comedy,Romance}
2775 Head On (1998) {Drama}
2776 Marcello Mastroianni: I Remember Yes, I Remember (Marcello Mastroianni: mi ricordo, sì, io mi ricordo) (1997) {Documentary}
2781 Tingler, The (1959) {Horror}
2782 Pit and the Pendulum (1961) {Horror}
2783 Tomb of Ligeia, The (1965) {Horror}
2784 Masque of the Red Death, The (1964) {Horror}
2786 Haunted Honeymoon (1986) {Comedy}
2787 Cat/'s Eye (1985) {Horror}
2788 Monty Python/'s And Now for Something Completely Different (1971) {Comedy}
2789 Damien: Omen II (1978) {Horror}
2790 Final Conflict, The (a.k.a. Omen III: The Final Conflict) (1981) {Horror,Thriller}
2791 Airplane! (1980) {Comedy}
2792 Airplane II: The Sequel (1982) {Comedy}
2793 American Werewolf in Paris, An (1997) {Comedy,Horror,Romance,Thriller}
2794 European Vacation (aka National Lampoon/'s European Vacation) (1985) {Adventure,Comedy,Romance}
2795 National Lampoon/'s Vacation (1983) {Comedy}
2796 Funny Farm (1988) {Comedy}
2797 Big (1988) {Comedy,Drama,Fantasy,Romance}
2798 Problem Child (1990) {Children,Comedy}
2799 Problem Child 2 (1991) {Comedy}
2800 Little Nemo: Adventures in Slumberland (1992) {Adventure,Animation,Children,Drama,Fantasy}
2801 Oscar and Lucinda (a.k.a. Oscar & Lucinda) (1997) {Drama,Romance}
2802 Tequila Sunrise (1988) {Action,Drama,Romance,Thriller}
2803 Pelican Brief, The (1993) {Crime,Drama,Mystery,Romance,Thriller}
2804 Christmas Story, A (1983) {Children,Comedy}
2805 Mickey Blue Eyes (1999) {Comedy,Romance}
2806 Teaching Mrs. Tingle (1999) {Comedy,Thriller}
2807 Universal Soldier: The Return (1999) {Action,Sci-Fi}
2808 Universal Soldier (1992) {Action,Sci-Fi}
2809 Love Stinks (1999) {Comedy}
2810 Perfect Blue (1997) {Animation,Horror,Mystery,Thriller}
2812 In Too Deep (1999) {Action,Thriller}
2815 Iron Eagle (1986) {Action,War}
2816 Iron Eagle II (1988) {Action,War}
2817 Aces: Iron Eagle III (1992) {Action}
2819 Three Days of the Condor (3 Days of the Condor) (1975) {Drama,Mystery,Romance,Thriller}
2820 Hamlet (1964) {Drama}
2822 Medicine Man (1992) {Adventure,Romance}
2824 On the Ropes (1999) {Documentary,Drama}
2826 13th Warrior, The (1999) {Action,Adventure,Fantasy}
2827 Astronaut/'s Wife, The (1999) {Horror,Sci-Fi,Thriller}
2828 Dudley Do-Right (1999) {Children,Comedy}
2829 Muse, The (1999) {Comedy}
2832 Lost Son, The (1999) {Drama}
2835 Chill Factor (1999) {Action,Adventure,Comedy,Thriller}
2836 Outside Providence (1999) {Comedy}
2837 Bedrooms & Hallways (1998) {Comedy,Romance}
2839 West Beirut (West Beyrouth) (1998) {Drama}
2840 Stigmata (1999) {Drama,Thriller}
2841 Stir of Echoes (1999) {Horror,Mystery,Thriller}
2843 Black Cat, White Cat (Crna macka, beli macor) (1998) {Comedy,Romance}
2844 Minus Man, The (1999) {Drama,Mystery}
2845 Whiteboyz (1999) {Comedy,Drama}
2846 Adventures of Milo and Otis, The (Koneko monogatari) (1986) {Adventure,Children,Comedy,Drama}
2847 Only Angels Have Wings (1939) {Adventure,Drama,Romance}
2848 Othello (Tragedy of Othello: The Moor of Venice, The) (1952) {Drama}
2849 Queens Logic (1991) {Comedy,Drama}
2850 Public Access (1993) {Drama,Thriller}
2851 Saturn 3 (1980) {Adventure,Sci-Fi,Thriller}
2852 Soldier/'s Story, A (1984) {Drama}
2853 Alice, Sweet Alice (a.k.a. Communion) (a.k.a. Holy Terror) (1976) {Horror,Mystery}
2855 Nightmares (1983) {Horror}
2856 I Saw What You Did (1965) {Thriller}
2857 Yellow Submarine (1968) {Adventure,Animation,Comedy,Fantasy,Musical}
2858 American Beauty (1999) {Drama,Romance}
2859 Stop Making Sense (1984) {Documentary,Musical}
2860 Blue Streak (1999) {Comedy}
2861 For Love of the Game (1999) {Comedy,Drama}
2862 Caligula (1979) {Drama}
2863 Hard Day/'s Night, A (1964) {Adventure,Comedy,Musical}
2864 Splendor (1999) {Comedy}
2866 Buddy Holly Story, The (1978) {Drama}
2867 Fright Night (1985) {Comedy,Horror,Thriller}
2868 Fright Night Part II (1988) {Horror}
2869 Separation, The (Séparation, La) (1994) {Drama}
2870 Barefoot in the Park (1967) {Comedy}
2871 Deliverance (1972) {Adventure,Drama,Thriller}
2872 Excalibur (1981) {Adventure,Fantasy}
2874 Pajama Game, The (1957) {Comedy,Musical,Romance}
2875 Sommersby (1993) {Drama,Mystery,Romance}
2876 Thumbelina (1994) {Animation,Children,Fantasy}
2877 Tommy (1975) {Musical}
2878 Hell Night (1981) {Horror}
2879 Armour of God II: Operation Condor (Operation Condor) (Fei ying gai wak) (1991) {Action,Adventure,Comedy}
2880 Armour of God (Long xiong hu di) (1987) {Action,Adventure,Comedy}
2881 Double Jeopardy (1999) {Action,Crime,Drama,Thriller}
2882 Jakob the Liar (1999) {Drama}
2883 Mumford (1999) {Comedy,Drama}
2884 Dog Park (1998) {Comedy,Romance}
2885 Guinevere (1999) {Drama,Romance}
2886 Adventures of Elmo in Grouchland, The (1999) {Children,Comedy}
2887 Simon Sez (1999) {Action,Comedy}
2888 Drive Me Crazy (1999) {Comedy,Romance}
2889 Mystery, Alaska (1999) {Comedy,Drama}
2890 Three Kings (1999) {Action,Adventure,Comedy,Drama,War}
2891 Happy, Texas (1999) {Comedy}
2892 New Rose Hotel (1998) {Action,Drama}
2893 Plunkett & MaCleane (1999) {Action,Adventure,Drama}
2894 Romance (1999) {Drama,Romance}
2897 And the Ship Sails On (E la nave va) (1983) {Comedy,War}
2898 Dark Half, The (1993) {Horror,Mystery}
2899 Gulliver/'s Travels (1939) {Adventure,Animation,Children}
2900 Monkey Shines (1988) {Horror,Sci-Fi}
2901 Phantasm (1979) {Horror,Sci-Fi}
2902 Psycho II (1983) {Horror,Mystery,Thriller}
2903 Psycho III (1986) {Horror,Thriller}
2904 Rain (1932) {Drama}
2905 Sanjuro (Tsubaki Sanjûrô) (1962) {Action,Adventure,Drama}
2906 Random Hearts (1999) {Drama,Romance}
2907 Superstar (1999) {Comedy}
2908 Boys Don/'t Cry (1999) {Drama}
2912 Limey, The (1999) {Crime,Drama,Thriller}
2913 The Mating Habits of the Earthbound Human (1999) {Comedy,Sci-Fi}
2915 Risky Business (1983) {Comedy}
2916 Total Recall (1990) {Action,Adventure,Sci-Fi,Thriller}
2917 Body Heat (1981) {Crime,Thriller}
2918 Ferris Bueller/'s Day Off (1986) {Comedy}
2919 Year of Living Dangerously, The (1982) {Drama,Romance,War}
2920 Children of Paradise (Les enfants du paradis) (1945) {Drama,Romance}
2921 High Plains Drifter (1973) {Western}
2922 Hang /'Em High (1968) {Crime,Drama,Western}
2923 Handle with Care (a.k.a. Citizen/'s Band) (1977) {Comedy}
2924 Drunken Master (Jui kuen) (1978) {Action,Comedy}
2925 Conformist, The (Conformista, Il) (1970) {Drama}
2926 Hairspray (1988) {Comedy,Drama}
2927 Brief Encounter (1946) {Drama,Romance}
2928 Razor/'s Edge, The (1984) {Drama}
2929 Reds (1981) {Drama,Romance}
2930 Return with Honor (1998) {Documentary}
2932 Days of Heaven (1978) {Drama}
2935 Lady Eve, The (1941) {Comedy,Romance}
2936 Sullivan/'s Travels (1941) {Adventure,Comedy,Romance}
2937 Palm Beach Story, The (1942) {Comedy}
2938 Man Facing Southeast (1986) {Drama,Sci-Fi}
2939 Niagara (1953) {Drama,Thriller}
2940 Gilda (1946) {Drama,Film-Noir,Mystery,Romance}
2941 South Pacific (1958) {Musical,Romance,War}
2942 Flashdance (1983) {Drama,Romance}
2943 Indochine (1992) {Drama,Romance}
2944 Dirty Dozen, The (1967) {Action,Drama,War}
2945 Mike/'s Murder (1984) {Mystery}
2946 Help! (1965) {Comedy,Musical}
2947 Goldfinger (1964) {Action,Adventure,Thriller}
2948 From Russia with Love (1963) {Action,Adventure,Thriller}
2949 Dr. No (1962) {Action,Adventure,Thriller}
2950 Blue Lagoon, The (1980) {Adventure,Drama,Romance}
2951 Fistful of Dollars, A (Per un pugno di dollari) (1964) {Action,Western}
2952 Sydney (Hard Eight) (1996) {Crime,Drama,Thriller}
2953 Home Alone 2: Lost in New York (1992) {Children,Comedy}
2956 Someone to Watch Over Me (1987) {Action,Crime,Thriller}
2959 Fight Club (1999) {Action,Crime,Drama,Thriller}
2961 Story of Us, The (1999) {Comedy,Drama}
2962 Fever Pitch (1997) {Comedy,Romance}
2964 Julien Donkey-Boy (1999) {Drama}
2966 Straight Story, The (1999) {Adventure,Drama}
2967 Bad Seed, The (1956) {Drama,Thriller}
2968 Time Bandits (1981) {Adventure,Comedy,Fantasy,Sci-Fi}
2969 Man and a Woman, A (Un homme et une femme) (1966) {Drama,Romance}
2970 Fitzcarraldo (1982) {Adventure,Drama}
2971 All That Jazz (1979) {Drama,Fantasy,Musical}
2972 Red Sorghum (Hong gao liang) (1987) {Drama,War}
2973 Crimes and Misdemeanors (1989) {Comedy,Crime,Drama}
2974 Bats (1999) {Horror,Thriller}
2975 Best Man, The (1999) {Comedy,Drama}
2976 Bringing Out the Dead (1999) {Drama}
2977 Crazy in Alabama (1999) {Comedy,Drama}
2978 Three to Tango (1999) {Comedy,Romance}
2979 Body Shots (1999) {Drama}
2981 Brother, Can You Spare a Dime? (1975) {Documentary}
2982 Guardian, The (1990) {Horror,Thriller}
2983 Ipcress File, The (1965) {Thriller}
2984 On Any Sunday (1971) {Documentary}
2985 RoboCop (1987) {Action,Crime,Drama,Sci-Fi,Thriller}
2986 RoboCop 2 (1990) {Action,Crime,Sci-Fi,Thriller}
2987 Who Framed Roger Rabbit? (1988) {Adventure,Animation,Children,Comedy,Crime,Fantasy,Mystery}
2988 Melvin and Howard (1980) {Drama}
2989 For Your Eyes Only (1981) {Action,Adventure,Thriller}
2990 Licence to Kill (1989) {Action,Adventure,Thriller}
2991 Live and Let Die (1973) {Action,Adventure,Thriller}
2992 Rawhead Rex (1986) {Horror,Thriller}
2993 Thunderball (1965) {Action,Adventure,Thriller}
2995 House on Haunted Hill (1999) {Horror,Thriller}
2996 Music of the Heart (1999) {Drama}
2997 Being John Malkovich (1999) {Comedy,Drama,Fantasy}
2998 Dreaming of Joseph Lees (1999) {Drama,Romance}
3000 Princess Mononoke (Mononoke-hime) (1997) {Action,Adventure,Animation,Drama,Fantasy}
3001 Suburbans, The (1999) {Drama}
3002 My Best Fiend (Mein liebster Feind) (1999) {Documentary}
3003 Train of Life (Train de vie) (1998) {Comedy,Drama,Romance,War}
3004 Bachelor, The (1999) {Comedy,Romance}
3005 Bone Collector, The (1999) {Thriller}
3006 Insider, The (1999) {Drama,Thriller}
3007 American Movie (1999) {Documentary}
3008 Last Night (1998) {Drama,Sci-Fi}
3010 Rosetta (1999) {Drama}
3011 They Shoot Horses, Don/'t They? (1969) {Drama}
3013 Bride of Re-Animator (1990) {Comedy,Horror}
3015 Coma (1978) {Thriller}
3016 Creepshow (1982) {Horror}
3017 Creepshow 2 (1987) {Horror}
3018 Re-Animator (1985) {Comedy,Horror,Sci-Fi}
3019 Drugstore Cowboy (1989) {Crime,Drama}
3020 Falling Down (1993) {Action,Drama}
3021 Funhouse, The (1981) {Horror}
3022 General, The (1926) {Comedy,War}
3024 Piranha (1978) {Horror,Sci-Fi}
3025 Rough Night in Jericho (1967) {Western}
3028 Taming of the Shrew, The (1967) {Comedy}
3029 Nighthawks (1981) {Action,Drama}
3030 Yojimbo (1961) {Action,Adventure}
3031 Repossessed (1990) {Comedy}
3032 Omega Man, The (1971) {Action,Drama,Sci-Fi,Thriller}
3033 Spaceballs (1987) {Comedy,Sci-Fi}
3034 Robin Hood (1973) {Adventure,Animation,Children,Comedy,Musical}
3035 Mister Roberts (1955) {Comedy,Drama,War}
3036 Quest for Fire (Guerre du feu, La) (1981) {Adventure,Drama}
3037 Little Big Man (1970) {Western}
3038 Face in the Crowd, A (1957) {Drama}
3039 Trading Places (1983) {Comedy}
3040 Meatballs (1979) {Comedy}
3041 Meatballs Part II (1984) {Comedy}
3042 Meatballs III (1987) {Comedy}
3043 Meatballs 4 (1992) {Comedy}
3044 Dead Again (1991) {Mystery,Romance,Thriller}
3045 Peter/'s Friends (1992) {Comedy,Drama}
3046 Incredibly True Adventure of Two Girls in Love, The (1995) {Comedy,Romance}
3047 Experience Preferred... But Not Essential (1982) {Drama}
3048 Under the Rainbow (1981) {Comedy}
3051 Anywhere But Here (1999) {Comedy,Drama}
3052 Dogma (1999) {Adventure,Comedy,Fantasy}
3053 Messenger: The Story of Joan of Arc, The (1999) {Drama,War}
3054 Pokémon: The First Movie (1998) {Adventure,Animation,Children,Fantasy,Sci-Fi}
3055 Felicia/'s Journey (1999) {Thriller}
3057 Where/'s Marlowe? (1998) {Comedy}
3060 Commitments, The (1991) {Comedy,Drama,Musical}
3061 Holiday Inn (1942) {Comedy,Musical}
3062 Longest Day, The (1962) {Action,Drama,War}
3063 Poison Ivy (1992) {Drama,Thriller}
3064 Poison Ivy: New Seduction (1997) {Drama,Thriller}
3066 Tora! Tora! Tora! (1970) {Action,Drama,War}
3067 Women on the Verge of a Nervous Breakdown (Mujeres al borde de un ataque de nervios) (1988) {Comedy,Drama}
3068 Verdict, The (1982) {Drama,Mystery}
3069 Effect of Gamma Rays on Man-in-the-Moon Marigolds, The (1972) {Drama}
3070 Adventures of Buckaroo Banzai Across the 8th Dimension, The (1984) {Adventure,Comedy,Sci-Fi}
3071 Stand and Deliver (1988) {Comedy,Drama}
3072 Moonstruck (1987) {Comedy,Romance}
3074 Jeremiah Johnson (1972) {Western}
3075 Repulsion (1965) {Drama,Horror}
3076 Irma la Douce (1963) {Comedy}
3077 42 Up (1998) {Documentary}
3078 Liberty Heights (1999) {Drama}
3079 Mansfield Park (1999) {Comedy,Drama,Romance}
3081 Sleepy Hollow (1999) {Fantasy,Horror,Mystery,Romance}
3082 World Is Not Enough, The (1999) {Action,Adventure,Thriller}
3083 All About My Mother (Todo sobre mi madre) (1999) {Drama}
3086 Babes in Toyland (1934) {Children,Comedy,Fantasy,Musical}
3087 Scrooged (1988) {Comedy,Fantasy,Romance}
3088 Harvey (1950) {Comedy,Fantasy}
3089 Bicycle Thieves (a.k.a. The Bicycle Thief) (a.k.a. The Bicycle Thieves) (Ladri di biciclette) (1948) {Drama}
3090 Matewan (1987) {Drama}
3091 Kagemusha (1980) {Drama,War}
3093 McCabe & Mrs. Miller (1971) {Drama,Western}
3094 Maurice (1987) {Drama,Romance}
3095 Grapes of Wrath, The (1940) {Drama}
3096 My Man Godfrey (1957) {Comedy}
3097 Shop Around the Corner, The (1940) {Comedy,Drama,Romance}
3098 Natural, The (1984) {Drama}
3099 Shampoo (1975) {Comedy,Drama,Romance}
3100 River Runs Through It, A (1992) {Drama}
3101 Fatal Attraction (1987) {Drama,Thriller}
3102 Jagged Edge (1985) {Crime,Romance,Thriller}
3103 Stanley & Iris (1990) {Drama,Romance}
3104 Midnight Run (1988) {Action,Comedy,Crime,Thriller}
3105 Awakenings (1990) {Drama,Mystery}
3106 Come See the Paradise (1990) {Drama,Romance}
3107 Backdraft (1991) {Action,Drama}
3108 Fisher King, The (1991) {Comedy,Drama,Fantasy,Romance}
3109 River, The (1984) {Drama}
3110 Country (1984) {Drama}
3111 Places in the Heart (1984) {Drama}
3112 /'night Mother (1986) {Drama}
3113 End of Days (1999) {Action,Fantasy,Horror,Mystery,Thriller}
3114 Toy Story 2 (1999) {Adventure,Animation,Children,Comedy,Fantasy}
3115 Flawless (1999) {Drama}
3116 Miss Julie (1999) {Drama}
3117 Ride with the Devil (1999) {Drama,Romance,War}
3118 Tumbleweeds (1999) {Drama}
3120 Distinguished Gentleman, The (1992) {Comedy}
3121 Hitch-Hiker, The (1953) {Drama,Film-Noir}
3122 Santa Fe Trail (1940) {Drama,Romance,Western}
3125 End of the Affair, The (1999) {Drama}
3127 Holy Smoke (1999) {Comedy,Drama}
3128 Map of the World, A (1999) {Drama}
3129 Sweet and Lowdown (1999) {Comedy,Drama}
3130 Bonfire of the Vanities (1990) {Comedy,Crime,Drama}
3133 Go West (1925) {Comedy,Western}
3134 Grand Illusion (La grande illusion) (1937) {Drama,War}
3135 Great Santini, The (1979) {Drama}
3136 James Dean Story, The (1957) {Documentary}
3138 Stealing Home (1988) {Drama}
3140 Three Ages (1923) {Comedy}
3141 Two Jakes, The (1990) {Drama}
3142 U2: Rattle and Hum (1988) {Documentary,Musical}
3143 Hell in the Pacific (1968) {Drama,War}
3144 Glass Bottom Boat, The (1966) {Comedy,Romance}
3145 Cradle Will Rock (1999) {Drama}
3146 Deuce Bigalow: Male Gigolo (1999) {Comedy}
3147 Green Mile, The (1999) {Crime,Drama}
3148 Cider House Rules, The (1999) {Drama}
3150 War Zone, The (1999) {Drama,Thriller}
3152 Last Picture Show, The (1971) {Drama}
3153 7th Voyage of Sinbad, The (1958) {Action,Adventure,Fantasy}
3155 Anna and the King (1999) {Drama,Romance}
3156 Bicentennial Man (1999) {Drama,Romance,Sci-Fi}
3157 Stuart Little (1999) {Children,Comedy,Fantasy}
3158 Emperor and the Assassin, The (Jing ke ci qin wang) (1999) {Drama}
3159 Fantasia 2000 (1999) {Animation,Children,Musical,IMAX}
3160 Magnolia (1999) {Drama}
3161 Onegin (1999) {Drama,Romance}
3163 Topsy-Turvy (1999) {Comedy,Drama,Musical}
3165 Boiling Point (1993) {Action,Drama}
3166 Brenda Starr (1989) {Adventure}
3167 Carnal Knowledge (1971) {Comedy,Drama}
3168 Easy Rider (1969) {Adventure,Drama}
3169 The Falcon and the Snowman (1985) {Crime,Drama,Thriller}
3171 Room at the Top (1959) {Drama}
3173 Any Given Sunday (1999) {Drama}
3174 Man on the Moon (1999) {Comedy,Drama}
3175 Galaxy Quest (1999) {Adventure,Comedy,Sci-Fi}
3176 Talented Mr. Ripley, The (1999) {Drama,Mystery,Thriller}
3177 Next Friday (2000) {Comedy}
3178 Hurricane, The (1999) {Drama}
3179 Angela/'s Ashes (1999) {Drama}
3180 Play it to the Bone (1999) {Comedy,Drama}
3181 Titus (1999) {Drama}
3182 Mr. Death: The Rise and Fall of Fred A. Leuchter, Jr. (1999) {Documentary}
3183 Third Miracle, The (1999) {Drama}
3185 Snow Falling on Cedars (1999) {Drama}
3186 Girl, Interrupted (1999) {Drama}
3188 Life and Times of Hank Greenberg, The (1998) {Documentary}
3189 My Dog Skip (1999) {Children,Drama}
3190 Supernova (2000) {Adventure,Sci-Fi,Thriller}
3192 Terrorist, The (a.k.a. Malli) (Theeviravaathi) (1998) {Drama}
3194 Way We Were, The (1973) {Drama,Romance}
3196 Stalag 17 (1953) {Drama,War}
3197 Presidio, The (1988) {Action,Crime,Romance,Thriller}
3198 Papillon (1973) {Crime,Drama}
3199 Pal Joey (1957) {Comedy,Drama,Musical,Romance}
3200 Last Detail, The (1973) {Comedy,Drama}
3201 Five Easy Pieces (1970) {Drama}
3202 Even Dwarfs Started Small (Auch Zwerge haben klein angefangen) (1971) {Drama,Horror}
3203 Dead Calm (1989) {Thriller}
3204 Boys from Brazil, The (1978) {Action,Mystery,Thriller}
3205 Black Sunday (La maschera del demonio) (1960) {Horror}
3206 Against All Odds (1984) {Romance}
3207 Snows of Kilimanjaro, The (1952) {Adventure}
3208 Loaded Weapon 1 (National Lampoon/'s Loaded Weapon 1) (1993) {Action,Comedy}
3210 Fast Times at Ridgemont High (1982) {Comedy,Drama,Romance}
3211 Cry in the Dark, A (1988) {Drama}
3213 Batman: Mask of the Phantasm (1993) {Animation,Children}
3214 American Flyers (1985) {Drama}
3216 Vampyros Lesbos (Vampiras, Las) (1971) {Fantasy,Horror,Thriller}
3217 Star Is Born, A (1937) {Drama}
3218 Poison (1991) {Drama}
3219 Pacific Heights (1990) {Mystery,Thriller}
3221 Draughtsman/'s Contract, The (1982) {Drama}
3223 Zed & Two Noughts, A (1985) {Drama}
3224 Woman in the Dunes (Suna no onna) (1964) {Drama}
3225 Down to You (2000) {Comedy,Romance}
3232 Seven Chances (1925) {Comedy}
3235 Where the Buffalo Roam (1980) {Comedy}
3238 Eye of the Beholder (1999) {Thriller}
3239 Isn/'t She Great? (2000) {Comedy}
3240 Big Tease, The (1999) {Comedy}
3241 Cup, The (Phörpa) (1999) {Comedy}
3243 Encino Man (1992) {Comedy}
3244 Goodbye Girl, The (1977) {Comedy,Romance}
3245 I Am Cuba (Soy Cuba/Ya Kuba) (1964) {Drama}
3246 Malcolm X (1992) {Drama}
3247 Sister Act (1992) {Comedy,Crime}
3248 Sister Act 2: Back in the Habit (1993) {Comedy}
3249 Hand That Rocks the Cradle, The (1992) {Drama,Thriller}
3250 Alive (1993) {Drama}
3251 Agnes of God (1985) {Drama,Mystery}
3252 Scent of a Woman (1992) {Drama}
3253 Wayne/'s World (1992) {Comedy}
3254 Wayne/'s World 2 (1993) {Comedy}
3255 League of Their Own, A (1992) {Comedy,Drama}
3256 Patriot Games (1992) {Action,Crime,Drama,Thriller}
3257 Bodyguard, The (1992) {Drama,Romance,Thriller}
3258 Death Becomes Her (1992) {Comedy,Fantasy}
3259 Far and Away (1992) {Adventure,Drama,Romance}
3260 Howards End (1992) {Drama}
3261 Singles (1992) {Comedy,Drama,Romance}
3262 Twin Peaks: Fire Walk with Me (1992) {Crime,Drama,Mystery,Thriller}
3263 White Men Can/'t Jump (1992) {Comedy,Drama}
3264 Buffy the Vampire Slayer (1992) {Action,Comedy,Horror}
3265 Hard-Boiled (Lat sau san taam) (1992) {Action,Crime,Drama,Thriller}
3266 Man Bites Dog (C/'est arrivé près de chez vous) (1992) {Comedy,Crime,Drama,Thriller}
3267 Mariachi, El (1992) {Action,Crime,Thriller,Western}
3268 Stop! Or My Mom Will Shoot (1992) {Action,Comedy}
3269 Forever Young (1992) {Drama,Romance,Sci-Fi}
3270 Cutting Edge, The (1992) {Comedy,Drama,Romance}
3271 Of Mice and Men (1992) {Drama}
3272 Bad Lieutenant (1992) {Crime,Drama}
3273 Scream 3 (2000) {Comedy,Horror,Mystery,Thriller}
3274 Single White Female (1992) {Drama,Thriller}
3275 Boondock Saints, The (2000) {Action,Crime,Drama,Thriller}
3276 Gun Shy (2000) {Comedy}
3281 Brandon Teena Story, The (1998) {Documentary}
3282 Different for Girls (1996) {Comedy}
3284 They Might Be Giants (1971) {Comedy,Mystery,Romance}
3285 Beach, The (2000) {Adventure,Drama}
3286 Snow Day (2000) {Comedy}
3287 Tigger Movie, The (2000) {Animation,Children}
3289 Not One Less (Yi ge dou bu neng shao) (1999) {Drama}
3292 Big Combo, The (1955) {Film-Noir}
3294 Eaten Alive (1977) {Horror}
3296 To Sir with Love (1967) {Drama}
3298 Boiler Room (2000) {Crime,Drama,Thriller}
3299 Hanging Up (2000) {Comedy,Drama}
3300 Pitch Black (2000) {Horror,Sci-Fi,Thriller}
3301 Whole Nine Yards, The (2000) {Comedy,Crime}
3302 Beautiful People (1999) {Comedy}
3303 Black Tar Heroin: The Dark End of the Street (2000) {Documentary}
3304 Blue Collar (1978) {Crime,Drama}
3306 Circus, The (1928) {Comedy}
3307 City Lights (1931) {Comedy,Drama,Romance}
3308 Flamingo Kid, The (1984) {Comedy,Drama}
3309 Dog/'s Life, A (1918) {Comedy}
3310 Kid, The (1921) {Comedy,Drama}
3313 Class Reunion (1982) {Comedy}
3314 Big Trees, The (1952) {Action,Drama}
3316 Reindeer Games (2000) {Action,Thriller}
3317 Wonder Boys (2000) {Comedy,Drama}
3318 Deterrence (1999) {Drama,Thriller}
3320 Mifune/'s Last Song (Mifunes sidste sang) (1999) {Comedy,Drama,Romance}
3324 Drowning Mona (2000) {Comedy}
3325 Next Best Thing, The (2000) {Comedy,Drama}
3326 What Planet Are You From? (2000) {Comedy,Sci-Fi}
3327 Beyond the Mat (1999) {Documentary}
3328 Ghost Dog: The Way of the Samurai (1999) {Crime,Drama}
3329 The Year My Voice Broke (1987) {Drama,Romance}
3330 Splendor in the Grass (1961) {Drama,Romance}
3331 My Tutor (1983) {Drama}
3334 Key Largo (1948) {Crime,Drama,Film-Noir,Thriller}
3338 For All Mankind (1989) {Documentary}
3339 Cross of Iron (1977) {War}
3340 Bride of the Monster (1955) {Horror,Sci-Fi}
3341 Born Yesterday (1950) {Comedy}
3342 Birdy (1984) {Drama,War}
3343 And God Created Woman (1988) {Comedy,Drama,Romance}
3344 Blood Feast (1963) {Horror}
3347 Never Cry Wolf (1983) {Adventure,Drama}
3349 Perils of Pauline, The (1947) {Comedy}
3350 Raisin in the Sun, A (1961) {Drama}
3351 Two Thousand Maniacs! (1964) {Horror}
3354 Mission to Mars (2000) {Sci-Fi}
3355 Ninth Gate, The (1999) {Fantasy,Horror,Mystery,Thriller}
3357 East-West (Est-ouest) (1999) {Drama,Romance}
3358 Defending Your Life (1991) {Comedy,Drama,Fantasy,Romance}
3359 Breaking Away (1979) {Comedy,Drama}
3360 Hoosiers (a.k.a. Best Shot) (1986) {Drama,Romance}
3361 Bull Durham (1988) {Comedy,Drama,Romance}
3362 Dog Day Afternoon (1975) {Crime,Drama}
3363 American Graffiti (1973) {Comedy,Drama}
3364 Asphalt Jungle, The (1950) {Crime,Film-Noir}
3365 Searchers, The (1956) {Drama,Western}
3368 Big Country, The (1958) {Romance,Western}
3370 Betrayed (1988) {Drama,Thriller}
3371 Bound for Glory (1976) {Drama}
3377 Hangmen Also Die! (1943) {Drama,War}
3379 On the Beach (1959) {Drama}
3380 Railroaded! (1947) {Film-Noir}
3384 Taking of Pelham One Two Three, The (1974) {Action,Crime}
3385 Volunteers (1985) {Comedy}
3386 JFK (1991) {Drama,Mystery,Thriller}
3387 Who/'s Harry Crumb? (1989) {Comedy,Mystery}
3388 Harry and the Hendersons (1987) {Children,Comedy}
3390 Shanghai Surprise (1986) {Adventure,Crime,Drama,Romance}
3391 Who/'s That Girl? (1987) {Comedy}
3392 She-Devil (1989) {Comedy}
3393 Date with an Angel (1987) {Comedy,Fantasy,Romance}
3394 Blind Date (1987) {Comedy,Romance}
3395 Nadine (1987) {Comedy}
3396 Muppet Movie, The (1979) {Adventure,Children,Comedy,Musical}
3397 Great Muppet Caper, The (1981) {Children,Comedy}
3398 Muppets Take Manhattan, The (1984) {Children,Comedy,Musical}
3399 Sesame Street Presents Follow That Bird (1985) {Children,Comedy}
3400 We/'re Back! A Dinosaur/'s Story (1993) {Adventure,Animation,Children,Fantasy}
3401 Baby... Secret of the Lost Legend (1985) {Adventure,Sci-Fi}
3402 Turtle Diary (1985) {Comedy,Drama,Romance}
3404 Titanic (1953) {Action,Drama}
3405 Night to Remember, A (1958) {Action,Drama}
3406 Captain Horatio Hornblower R.N. (1951) {Action,Adventure,Drama,War}
3408 Erin Brockovich (2000) {Drama}
3409 Final Destination (2000) {Drama,Thriller}
3412 Bear, The (Ours, L/') (1988) {Adventure,Children,Drama}
3414 Love Is a Many-Splendored Thing (1955) {Drama,Romance,War}
3415 Mirror, The (Zerkalo) (1975) {Drama}
3417 Crimson Pirate, The (1952) {Adventure,Comedy}
3418 Thelma & Louise (1991) {Adventure,Crime,Drama}
3420 ...And Justice for All (1979) {Drama,Thriller}
3421 Animal House (1978) {Comedy}
3422 She/'s Gotta Have It (1986) {Comedy,Romance}
3423 School Daze (1988) {Drama}
3424 Do the Right Thing (1989) {Drama}
3425 Mo/' Better Blues (1990) {Drama,Musical}
3426 Jungle Fever (1991) {Drama,Romance}
3427 Coogan/'s Bluff (1968) {Crime}
3428 Champ, The (1979) {Drama}
3429 Creature Comforts (1989) {Animation,Comedy}
3430 Death Wish (1974) {Action,Crime,Drama}
3431 Death Wish 2 (1982) {Action,Drama}
3432 Death Wish 3 (1985) {Action,Drama}
3434 Death Wish 5: The Face of Death (1994) {Action,Drama}
3435 Double Indemnity (1944) {Crime,Drama,Film-Noir}
3436 Dying Young (1991) {Drama,Romance}
3437 Cool as Ice (1991) {Drama}
3438 Teenage Mutant Ninja Turtles (1990) {Action,Children,Comedy,Fantasy,Sci-Fi}
3439 Teenage Mutant Ninja Turtles II: The Secret of the Ooze (1991) {Action,Children,Fantasy}
3440 Teenage Mutant Ninja Turtles III (1993) {Action,Adventure,Children,Comedy,Fantasy}
3441 Red Dawn (1984) {Action,Drama,War}
3442 Band of the Hand (1986) {Action,Crime,Drama}
3444 Bloodsport (1988) {Action}
3445 Eyes of Laura Mars (1978) {Mystery,Thriller}
3446 Funny Bones (1995) {Comedy,Drama}
3447 Good Earth, The (1937) {Drama}
3448 Good Morning, Vietnam (1987) {Comedy,Drama,War}
3449 Good Mother, The (1988) {Drama}
3450 Grumpy Old Men (1993) {Comedy}
3451 Guess Who/'s Coming to Dinner (1967) {Drama}
3452 Romeo Must Die (2000) {Action,Crime,Romance,Thriller}
3453 Here on Earth (2000) {Drama,Romance}
3454 Whatever It Takes (2000) {Comedy,Romance}
3456 Color of Paradise, The (Rang-e khoda) (1999) {Drama}
3457 Waking the Dead (2000) {Drama,Thriller}
3459 Gothic (1986) {Drama,Horror}
3460 Hillbillys in a Haunted House (1967) {Comedy}
3461 Lord of the Flies (1963) {Adventure,Drama,Thriller}
3462 Modern Times (1936) {Comedy,Drama,Romance}
3463 Last Resort (National Lampoon/'s Last Resort) (1994) {Comedy}
3465 That/'s Life! (1986) {Drama}
3466 Heart and Souls (1993) {Comedy,Fantasy}
3467 Hud (1963) {Drama,Western}
3468 Hustler, The (1961) {Drama}
3469 Inherit the Wind (1960) {Drama}
3470 Dersu Uzala (1975) {Adventure,Drama}
3471 Close Encounters of the Third Kind (1977) {Adventure,Drama,Sci-Fi}
3474 Retroactive (1997) {Sci-Fi,Thriller}
3475 Place in the Sun, A (1951) {Drama,Romance}
3476 Jacob/'s Ladder (1990) {Horror,Mystery}
3477 Empire Records (1995) {Comedy,Drama}
3478 Bamba, La (1987) {Drama}
3479 Ladyhawke (1985) {Adventure,Fantasy,Romance}
3480 Lucas (1986) {Drama,Romance}
3481 High Fidelity (2000) {Comedy,Drama,Romance}
3483 Road to El Dorado, The (2000) {Animation,Children}
3484 Skulls, The (2000) {Thriller}
3487 El Dorado (1966) {Western}
3489 Hook (1991) {Adventure,Comedy,Fantasy}
3490 Horror Express (1972) {Horror}
3491 My Chauffeur (1986) {Comedy}
3492 Son of the Sheik, The (1926) {Adventure,Comedy,Romance}
3494 True Grit (1969) {Adventure,Drama,Western}
3495 Roadside Prophets (1992) {Comedy,Drama}
3496 Madame Sousatzka (1988) {Drama}
3497 Max Dugan Returns (1983) {Comedy}
3498 Midnight Express (1978) {Drama}
3499 Misery (1990) {Drama,Horror,Thriller}
3500 Mr. Saturday Night (1992) {Comedy,Drama}
3501 Murphy/'s Romance (1985) {Comedy,Romance}
3502 My Life (1993) {Drama}
3503 Solaris (Solyaris) (1972) {Drama,Mystery,Sci-Fi}
3504 Network (1976) {Comedy,Drama}
3505 No Way Out (1987) {Drama,Mystery,Thriller}
3506 North Dallas Forty (1979) {Comedy,Drama}
3507 Odd Couple, The (1968) {Comedy}
3508 Outlaw Josey Wales, The (1976) {Action,Adventure,Drama,Thriller,Western}
3509 Black and White (1999) {Drama}
3510 Frequency (2000) {Drama,Thriller}
3511 Ready to Rumble (2000) {Comedy}
3512 Return to Me (2000) {Drama,Romance}
3513 Rules of Engagement (2000) {Drama,Thriller}
3515 Me Myself I (2000) {Comedy,Romance}
3516 Bell, Book and Candle (1958) {Comedy,Fantasy,Romance}
3518 End of Violence, The (1997) {Drama,Thriller}
3519 Force 10 from Navarone (1978) {Action,Drama,War}
3520 How to Stuff a Wild Bikini (1965) {Comedy}
3521 Mystery Train (1989) {Comedy,Drama}
3522 Sacco and Vanzetti (Sacco e Vanzetti) (1971) {Drama}
3524 Arthur (1981) {Comedy,Romance}
3525 Bachelor Party (1984) {Comedy}
3526 Parenthood (1989) {Comedy,Drama}
3527 Predator (1987) {Action,Sci-Fi,Thriller}
3528 Prince of Tides, The (1991) {Drama,Romance}
3529 Postman Always Rings Twice, The (1981) {Crime,Thriller}
3531 All the Vermeers in New York (1990) {Comedy,Drama,Romance}
3534 28 Days (2000) {Drama}
3535 American Psycho (2000) {Crime,Horror,Mystery,Thriller}
3536 Keeping the Faith (2000) {Comedy,Drama,Romance}
3537 Where the Money Is (2000) {Comedy,Drama}
3538 East is East (1999) {Comedy}
3539 Filth and the Fury, The (2000) {Documentary}
3540 Passion of Mind (2000) {Drama,Mystery,Romance}
3543 Diner (1982) {Comedy,Drama}
3544 Shakes the Clown (1992) {Comedy}
3545 Cabaret (1972) {Drama,Musical}
3546 What Ever Happened to Baby Jane? (1962) {Drama,Horror,Thriller}
3547 Prick Up Your Ears (1987) {Comedy,Drama}
3548 Auntie Mame (1958) {Comedy,Drama}
3549 Guys and Dolls (1955) {Comedy,Musical,Romance}
3550 The Hunger (1983) {Horror}
3551 Marathon Man (1976) {Crime,Drama,Thriller}
3552 Caddyshack (1980) {Comedy}
3553 Gossip (2000) {Drama,Thriller}
3554 Love and Basketball (2000) {Drama,Romance}
3555 U-571 (2000) {Action,Thriller,War}
3556 Virgin Suicides, The (1999) {Drama,Romance}
3557 Jennifer 8 (1992) {Mystery,Thriller}
3559 Limelight (1952) {Comedy,Drama,Romance}
3560 Empire of Passion (a.k.a. In the Realm of Passion) (a.k.a. Phantom Love) (Ai No Borei) (1978) {Crime,Drama,Romance}
3563 Crow: Salvation, The (2000) {Action,Horror}
3564 Flintstones in Viva Rock Vegas, The (2000) {Children,Comedy}
3565 Where the Heart Is (2000) {Comedy,Drama}
3566 Big Kahuna, The (2000) {Comedy,Drama}
3567 Bossa Nova (2000) {Comedy,Drama,Romance}
3568 Smiling Fish and Goat on Fire (1999) {Comedy,Romance}
3569 Idiots, The (Idioterne) (1998) {Comedy,Drama}
3571 Time Code (2000) {Comedy,Drama}
3572 Carnosaur (1993) {Horror,Sci-Fi}
3573 Carnosaur 2 (1995) {Horror,Sci-Fi}
3574 Carnosaur 3: Primal Species (1996) {Horror,Sci-Fi}
3575 Defying Gravity (1997) {Drama}
3576 Hidden, The (1987) {Action,Horror,Sci-Fi}
3577 Two Moon Junction (1988) {Drama,Romance}
3578 Gladiator (2000) {Action,Adventure,Drama}
3579 I Dreamed of Africa (2000) {Drama}
3580 Up at the Villa (2000) {Drama}
3581 Human Traffic (1999) {Comedy}
3584 Breathless (1983) {Action,Drama,Romance,Thriller}
3587 Inferno (1980) {Horror}
3588 King of Marvin Gardens, The (1972) {Crime,Drama}
3590 Lords of Flatbush, The (1974) {Comedy,Drama}
3591 Mr. Mom (1983) {Comedy,Drama}
3593 Battlefield Earth (2000) {Action,Sci-Fi}
3594 Center Stage (2000) {Drama,Musical}
3596 Screwed (2000) {Comedy}
3598 Hamlet (2000) {Crime,Drama,Romance,Thriller}
3599 Anchors Aweigh (1945) {Comedy,Musical}
3600 Blue Hawaii (1961) {Comedy,Musical}
3602 G.I. Blues (1960) {Comedy,Musical,Romance}
3604 Gypsy (1962) {Musical}
3605 King Creole (1958) {Crime,Drama,Musical}
3606 On the Town (1949) {Comedy,Musical,Romance}
3608 Pee-wee/'s Big Adventure (1985) {Adventure,Comedy}
3609 Regret to Inform (1998) {Documentary}
3611 Saludos Amigos (1943) {Animation,Children,Comedy}
3612 The Slipper and the Rose: The Story of Cinderella (1976) {Adventure,Children,Fantasy,Musical,Romance}
3613 Things Change (1988) {Comedy}
3614 Honeymoon in Vegas (1992) {Comedy,Romance}
3615 Dinosaur (2000) {Adventure,Animation,Children}
3616 Loser (2000) {Comedy,Romance}
3617 Road Trip (2000) {Comedy}
3618 Small Time Crooks (2000) {Comedy,Crime}
3619 Hollywood Knights, The (1980) {Comedy}
3620 Myth of Fingerprints, The (1997) {Comedy,Drama}
3621 Possession (1981) {Drama,Horror}
3622 Twelve Chairs, The (1970) {Comedy}
3623 Mission: Impossible II (2000) {Action,Adventure,Thriller}
3624 Shanghai Noon (2000) {Action,Adventure,Comedy,Western}
3626 8 ½ Women (a.k.a. 8 1/2 Women) (a.k.a. Eight and a Half Women) (1999) {Comedy}
3627 Carnival of Souls (1962) {Horror,Thriller}
3628 Flying Tigers (1942) {Action,Drama,Romance,War}
3629 Gold Rush, The (1925) {Adventure,Comedy,Romance}
3632 Monsieur Verdoux (1947) {Comedy,Crime}
3633 On Her Majesty/'s Secret Service (1969) {Action,Adventure,Romance,Thriller}
3634 Seven Days in May (1964) {Thriller}
3635 Spy Who Loved Me, The (1977) {Action,Adventure,Thriller}
3637 Vagabond (Sans toit ni loi) (1985) {Drama}
3638 Moonraker (1979) {Action,Adventure,Sci-Fi,Thriller}
3639 Man with the Golden Gun, The (1974) {Action,Adventure,Thriller}
3640 King in New York, A (1957) {Comedy,Drama}
3643 Fighting Seabees, The (1944) {Action,Drama,War}
3646 Big Momma/'s House (2000) {Comedy}
3649 American Gigolo (1980) {Drama}
3653 Endless Summer, The (1966) {Documentary}
3654 Guns of Navarone, The (1961) {Action,Adventure,Drama,War}
3655 Blow-Out (La grande bouffe) (1973) {Drama}
3656 Lured (1947) {Crime,Film-Noir,Mystery,Thriller}
3657 Pandora and the Flying Dutchman (1951) {Drama}
3658 Quatermass and the Pit (1967) {Horror,Sci-Fi}
3659 Quatermass 2 (Enemy from Space) (1957) {Sci-Fi,Thriller}
3660 Puppet Master (1989) {Horror,Sci-Fi,Thriller}
3661 Puppet Master II (1991) {Horror,Sci-Fi,Thriller}
3662 Puppet Master III: Toulon/'s Revenge (1991) {Horror,Sci-Fi,Thriller}
3663 Puppet Master 4 (1993) {Horror,Sci-Fi,Thriller}
3664 Puppet Master 5: The Final Chapter (1994) {Horror,Sci-Fi,Thriller}
3665 Curse of the Puppet Master (Puppet Master 6: The Curse) (1998) {Horror,Sci-Fi,Thriller}
3668 Romeo and Juliet (1968) {Drama,Romance}
3669 Stay Tuned (1992) {Comedy}
3671 Blazing Saddles (1974) {Comedy,Western}
3672 Benji (1974) {Adventure,Children}
3673 Benji the Hunted (1987) {Adventure,Children}
3674 For the Love of Benji (1977) {Adventure,Children,Comedy,Drama}
3675 White Christmas (1954) {Comedy,Musical,Romance}
3676 Eraserhead (1977) {Drama,Horror}
3677 Baraka (1992) {Documentary}
3678 Man with the Golden Arm, The (1955) {Drama}
3679 Decline of Western Civilization, The (1981) {Documentary,Musical}
3680 Decline of Western Civilization Part II: The Metal Years, The (1988) {Documentary}
3681 For a Few Dollars More (Per qualche dollaro in più) (1965) {Action,Drama,Thriller,Western}
3682 Magnum Force (1973) {Action,Crime,Drama,Thriller}
3683 Blood Simple (1984) {Crime,Drama,Film-Noir}
3684 Fabulous Baker Boys, The (1989) {Drama,Romance}
3685 Prizzi/'s Honor (1985) {Comedy,Drama,Romance}
3686 Flatliners (1990) {Horror,Sci-Fi,Thriller}
3687 Light Years (Gandahar) (1988) {Adventure,Animation,Fantasy,Sci-Fi}
3688 Porky/'s (1982) {Comedy}
3689 Porky/'s II: The Next Day (1983) {Comedy}
3690 Porky/'s Revenge (1985) {Comedy}
3691 Private School (1983) {Comedy}
3692 Class of Nuke /'Em High (1986) {Comedy,Horror}
3693 Toxic Avenger, The (1985) {Comedy,Horror}
3694 Toxic Avenger, Part II, The (1989) {Comedy,Horror}
3695 Toxic Avenger Part III: The Last Temptation of Toxie, The (1989) {Comedy,Horror}
3696 Night of the Creeps (1986) {Comedy,Horror,Sci-Fi,Thriller}
3697 Predator 2 (1990) {Action,Sci-Fi,Thriller}
3698 Running Man, The (1987) {Action,Sci-Fi}
3699 Starman (1984) {Adventure,Drama,Romance,Sci-Fi}
3700 Brother from Another Planet, The (1984) {Drama,Sci-Fi}
3701 Alien Nation (1988) {Crime,Drama,Sci-Fi,Thriller}
3702 Mad Max (1979) {Action,Adventure,Sci-Fi}
3703 Road Warrior, The (Mad Max 2) (1981) {Action,Adventure,Sci-Fi,Thriller}
3704 Mad Max Beyond Thunderdome (1985) {Action,Adventure,Sci-Fi}
3705 Bird on a Wire (1990) {Action,Comedy,Romance}
3706 Angel Heart (1987) {Film-Noir,Horror,Mystery,Thriller}
3707 9 1/2 Weeks (Nine 1/2 Weeks) (1986) {Drama,Romance}
3708 Firestarter (1984) {Horror,Thriller}
3709 Sleepwalkers (1992) {Horror}
3710 Action Jackson (1988) {Action,Comedy,Crime,Thriller}
3712 Soapdish (1991) {Comedy}
3713 Long Walk Home, The (1990) {Drama}
3714 Clara/'s Heart (1988) {Drama}
3715 Burglar (1987) {Comedy,Crime}
3716 Fatal Beauty (1987) {Action,Comedy,Crime,Drama}
3717 Gone in 60 Seconds (2000) {Action,Crime}
3718 American Pimp (1999) {Documentary}
3719 Love/'s Labour/'s Lost (2000) {Comedy,Romance}
3720 Sunshine (1999) {Drama}
3721 Trixie (2000) {Comedy,Crime,Mystery}
3723 Hamlet (1990) {Drama}
3724 Coming Home (1978) {Drama,War}
3725 American Pop (1981) {Animation,Musical}
3726 Assault on Precinct 13 (1976) {Action,Thriller}
3727 Near Dark (1987) {Horror,Western}
3728 One False Move (1992) {Crime,Drama,Film-Noir,Thriller}
3729 Shaft (1971) {Action,Crime,Drama,Thriller}
3730 Conversation, The (1974) {Drama,Mystery}
3731 Cutter/'s Way (1981) {Drama,Thriller}
3732 Fury, The (1978) {Horror}
3733 Paper Chase, The (1973) {Drama}
3734 Prince of the City (1981) {Drama}
3735 Serpico (1973) {Crime,Drama}
3736 Ace in the Hole (Big Carnival, The) (1951) {Drama}
3737 Lonely Are the Brave (1962) {Drama,Western}
3738 Sugarland Express, The (1974) {Drama}
3739 Trouble in Paradise (1932) {Comedy,Romance}
3740 Big Trouble in Little China (1986) {Action,Adventure,Comedy,Fantasy}
3741 Badlands (1973) {Crime,Drama,Thriller}
3742 Battleship Potemkin (1925) {Drama,War}
3743 Boys and Girls (2000) {Comedy,Romance}
3744 Shaft (2000) {Action,Crime,Thriller}
3745 Titan A.E. (2000) {Action,Adventure,Animation,Children,Sci-Fi}
3746 Butterfly (La lengua de las mariposas) (1999) {Drama}
3747 Jesus/' Son (1999) {Drama}
3751 Chicken Run (2000) {Animation,Children,Comedy}
3752 Me, Myself & Irene (2000) {Adventure,Comedy}
3753 Patriot, The (2000) {Action,Drama,War}
3754 Adventures of Rocky and Bullwinkle, The (2000) {Adventure,Animation,Children,Comedy,Fantasy}
3755 Perfect Storm, The (2000) {Drama,Thriller}
3757 Asylum (1972) {Horror}
3758 Communion (1989) {Drama,Sci-Fi,Thriller}
3759 Fun and Fancy Free (1947) {Animation,Children,Musical}
3760 Kentucky Fried Movie, The (1977) {Comedy}
3761 Blood In, Blood Out (1993) {Action,Crime,Drama,Thriller}
3763 F/X (1986) {Action,Crime,Thriller}
3764 F/X2 (a.k.a. F/X 2 - The Deadly Art of Illusion) (1991) {Action,Crime,Thriller}
3765 Hot Spot, The (1990) {Crime,Drama,Romance}
3766 Missing in Action (1984) {Action,War}
3768 Braddock: Missing in Action III (1988) {Action,War}
3769 Thunderbolt and Lightfoot (1974) {Action}
3770 Dreamscape (1984) {Horror,Sci-Fi,Thriller}
3771 The Golden Voyage of Sinbad (1973) {Action,Adventure,Fantasy}
3773 House Party (1990) {Comedy}
3774 House Party 2 (1991) {Comedy,Drama,Romance}
3775 Make Mine Music (1946) {Animation,Children,Musical}
3777 Nekromantik (1987) {Comedy,Horror}
3780 Rocketship X-M (1950) {Sci-Fi}
3783 Croupier (1998) {Crime,Drama}
3784 Kid, The (2000) {Comedy,Fantasy}
3785 Scary Movie (2000) {Comedy,Horror}
3786 But I/'m a Cheerleader (1999) {Comedy}
3787 Shower (Xizao) (1999) {Comedy}
3788 Blow-Up (Blowup) (1966) {Drama,Mystery}
3789 Pawnbroker, The (1964) {Drama}
3790 Groove (2000) {Drama}
3791 Footloose (1984) {Drama}
3792 Duel in the Sun (1946) {Drama,Romance,Western}
3793 X-Men (2000) {Action,Adventure,Sci-Fi}
3794 Chuck & Buck (2000) {Comedy,Drama}
3795 Five Senses, The (1999) {Drama}
3798 What Lies Beneath (2000) {Drama,Horror,Mystery}
3799 Pokémon the Movie 2000 (2000) {Animation,Children}
3800 Criminal Lovers (1999) {Crime,Drama,Romance,Thriller}
3801 Anatomy of a Murder (1959) {Drama,Mystery}
3802 Freejack (1992) {Action,Sci-Fi}
3804 H.O.T.S. (1979) {Comedy}
3805 Knightriders (1981) {Action,Adventure,Drama}
3806 Mackenna/'s Gold (1969) {Western}
3807 Sinbad and the Eye of the Tiger (1977) {Adventure,Fantasy}
3809 What About Bob? (1991) {Comedy}
3810 White Sands (1992) {Drama,Thriller}
3811 Breaker Morant (1980) {Drama,War}
3812 Everything You Always Wanted to Know About Sex * But Were Afraid to Ask (1972) {Comedy}
3813 Interiors (1978) {Drama}
3814 Love and Death (1975) {Comedy}
3816 Official Story, The (La historia oficial) (1985) {Drama}
3819 Tampopo (1985) {Comedy}
3820 Thomas and the Magic Railroad (2000) {Children}
3821 Nutty Professor II: The Klumps (2000) {Comedy}
3822 Girl on the Bridge, The (Fille sur le pont, La) (1999) {Drama,Romance}
3823 Wonderland (1999) {Drama}
3824 Autumn in New York (2000) {Drama,Romance}
3825 Coyote Ugly (2000) {Comedy,Drama,Romance}
3826 Hollow Man (2000) {Horror,Sci-Fi,Thriller}
3827 Space Cowboys (2000) {Action,Adventure,Comedy,Sci-Fi}
3829 Mad About Mambo (2000) {Comedy,Romance}
3831 Saving Grace (2000) {Comedy}
3832 Black Sabbath (Tre volti della paura, I) (1963) {Horror}
3833 Brain That Wouldn/'t Die, The (1962) {Horror,Sci-Fi}
3834 Bronco Billy (1980) {Adventure,Drama,Romance}
3835 Crush, The (1993) {Thriller}
3836 Kelly/'s Heroes (1970) {Action,Comedy,War}
3837 Phantasm II (1988) {Action,Fantasy,Horror,Sci-Fi,Thriller}
3838 Phantasm III: Lord of the Dead (1994) {Horror}
3839 Phantasm IV: Oblivion (1998) {Horror}
3840 Pumpkinhead (1988) {Horror}
3841 Air America (1990) {Action,Comedy}
3843 Sleepaway Camp (1983) {Horror}
3844 Steel Magnolias (1989) {Drama}
3845 And God Created Woman (Et Dieu... créa la femme) (1956) {Drama}
3846 Easy Money (1983) {Comedy}
3847 Ilsa, She Wolf of the SS (1974) {Horror}
3848 Silent Fall (1994) {Drama,Thriller}
3849 The Spiral Staircase (1945) {Horror,Mystery,Thriller}
3851 I/'m the One That I Want (2000) {Comedy}
3852 Tao of Steve, The (2000) {Comedy}
3854 Aimée & Jaguar (1999) {Drama,Romance,War}
3855 Affair of Love, An (Liaison pornographique, Une) (1999) {Drama,Romance}
3857 Bless the Child (2000) {Thriller}
3858 Cecil B. DeMented (2000) {Comedy}
3859 Eyes of Tammy Faye, The (2000) {Documentary}
3860 Opportunists, The (2000) {Comedy,Crime,Drama}
3861 Replacements, The (2000) {Comedy}
3863 Cell, The (2000) {Drama,Horror,Thriller}
3864 Godzilla 2000 (Gojira ni-sen mireniamu) (1999) {Action,Adventure,Sci-Fi}
3865 Original Kings of Comedy, The (2000) {Comedy,Documentary}
3868 Naked Gun: From the Files of Police Squad!, The (1988) {Action,Comedy,Crime,Romance}
3869 Naked Gun 2 1/2: The Smell of Fear, The (1991) {Comedy}
3870 Our Town (1940) {Drama}
3871 Shane (1953) {Drama,Western}
3872 Suddenly, Last Summer (1959) {Drama}
3873 Cat Ballou (1965) {Comedy,Western}
3875 Devil Rides Out, The (1968) {Horror}
3877 Supergirl (1984) {Action,Adventure,Fantasy}
3879 Art of War, The (2000) {Action,Thriller}
3880 Ballad of Ramblin/' Jack, The (2000) {Documentary}
3882 Bring It On (2000) {Comedy}
3883 Catfish in Black Bean Sauce (2000) {Comedy,Drama}
3885 Love & Sex (2000) {Comedy,Drama,Romance}
3886 Steal This Movie! (2000) {Drama}
3889 Highlander: Endgame (Highlander IV) (2000) {Action,Adventure,Fantasy}
3890 Back Stage (2000) {Documentary}
3891 Turn It Up (2000) {Crime,Drama}
3892 Anatomy (Anatomie) (2000) {Horror}
3893 Nurse Betty (2000) {Comedy,Crime,Drama,Romance,Thriller}
3895 Watcher, The (2000) {Crime,Thriller}
3896 Way of the Gun, The (2000) {Crime,Thriller}
3897 Almost Famous (2000) {Drama}
3900 Crime and Punishment in Suburbia (2000) {Comedy,Drama}
3901 Duets (2000) {Comedy,Drama}
3902 Goya in Bordeaux (Goya en Burdeos) (1999) {Drama}
3903 Urbania (2000) {Drama}
3905 Specials, The (2000) {Comedy}
3906 Under Suspicion (2000) {Crime,Thriller}
3908 Urban Legends: Final Cut (2000) {Horror}
3909 Woman on Top (2000) {Comedy,Romance}
3910 Dancer in the Dark (2000) {Drama,Musical}
3911 Best in Show (2000) {Comedy}
3913 Barenaked in America (1999) {Documentary}
3914 Broken Hearts Club, The (2000) {Drama}
3915 Girlfight (2000) {Drama}
3916 Remember the Titans (2000) {Drama}
3917 Hellraiser (1987) {Horror}
3918 Hellbound: Hellraiser II (1988) {Horror}
3919 Hellraiser III: Hell on Earth (1992) {Horror}
3920 Faraway, So Close (In weiter Ferne, so nah!) (1993) {Drama,Fantasy,Mystery,Romance}
3921 Beach Party (1963) {Comedy}
3922 Bikini Beach (1964) {Comedy}
3923 Return of the Fly (1959) {Horror,Sci-Fi}
3924 Pajama Party (1964) {Comedy}
3925 Stranger Than Paradise (1984) {Comedy,Drama}
3926 Voyage to the Bottom of the Sea (1961) {Adventure,Sci-Fi}
3927 Fantastic Voyage (1966) {Adventure,Sci-Fi}
3928 Abbott and Costello Meet Frankenstein (1948) {Comedy,Horror}
3929 Bank Dick, The (1940) {Comedy}
3930 Creature from the Black Lagoon, The (1954) {Adventure,Horror,Sci-Fi}
3932 Invisible Man, The (1933) {Horror,Sci-Fi}
3933 Killer Shrews, The (1959) {Horror,Sci-Fi}
3934 Kronos (1957) {Sci-Fi}
3936 Phantom of the Opera (1943) {Horror,Musical,Thriller}
3937 Runaway (1984) {Sci-Fi,Thriller}
3938 Slumber Party Massacre, The (1982) {Horror}
3939 Slumber Party Massacre II (1987) {Horror}
3940 Slumber Party Massacre III (1990) {Horror}
3941 Sorority House Massacre (1986) {Horror}
3942 Sorority House Massacre II (1990) {Horror}
3943 Bamboozled (2000) {Comedy}
3945 Digimon: The Movie (2000) {Adventure,Animation,Children}
3946 Get Carter (2000) {Action,Drama,Thriller}
3947 Get Carter (1971) {Action,Crime,Drama,Thriller}
3948 Meet the Parents (2000) {Comedy}
3949 Requiem for a Dream (2000) {Drama}
3950 Tigerland (2000) {Drama}
3951 Two Family House (2000) {Drama}
3952 Contender, The (2000) {Drama,Thriller}
3953 Dr. T and the Women (2000) {Comedy,Romance}
3955 Ladies Man, The (2000) {Comedy}
3956 Lost Souls (2000) {Drama,Horror,Thriller}
3957 Billy Jack (1971) {Action,Drama}
3959 Time Machine, The (1960) {Action,Adventure,Sci-Fi}
3960 Haunted (1995) {Drama,Thriller}
3961 Ghoulies (1985) {Horror}
3962 Ghoulies II (1987) {Comedy,Horror}
3963 Unsinkable Molly Brown, The (1964) {Musical}
3964 Adventures of Ichabod and Mr. Toad, The (1949) {Animation,Children}
3965 Strange Love of Martha Ivers, The (1946) {Drama,Film-Noir}
3966 Detour (1945) {Crime,Film-Noir}
3967 Billy Elliot (2000) {Drama}
3968 Bedazzled (2000) {Comedy}
3969 Pay It Forward (2000) {Drama}
3970 Beyond, The (E tu vivrai nel terrore - L/'aldilà) (1981) {Horror}
3971 Private Eyes, The (1981) {Comedy,Mystery}
3972 Legend of Drunken Master, The (Jui kuen II) (1994) {Action,Comedy}
3973 Book of Shadows: Blair Witch 2 (2000) {Crime,Horror,Mystery,Thriller}
3975 Lucky Numbers (2000) {Comedy,Drama}
3976 Stardom (2000) {Comedy,Drama}
3977 Charlie/'s Angels (2000) {Action,Comedy}
3978 Legend of Bagger Vance, The (2000) {Drama,Romance}
3979 Little Nicky (2000) {Comedy}
3980 Men of Honor (2000) {Drama}
3981 Red Planet (2000) {Action,Sci-Fi,Thriller}
3983 You Can Count on Me (2000) {Drama,Romance}
3984 Diamonds Are Forever (1971) {Action,Adventure,Thriller}
3985 Eagle Has Landed, The (1976) {Drama,War}
3986 6th Day, The (2000) {Action,Sci-Fi,Thriller}
3987 Bounce (2000) {Drama,Romance}
3988 How the Grinch Stole Christmas (a.k.a. The Grinch) (2000) {Children,Comedy,Fantasy}
3989 One Day in September (1999) {Documentary}
3990 Rugrats in Paris: The Movie (2000) {Animation,Children,Comedy}
3991 102 Dalmatians (2000) {Children,Comedy}
3992 Malèna (2000) {Drama,Romance,War}
3993 Quills (2000) {Drama,Romance}
3994 Unbreakable (2000) {Drama,Sci-Fi}
3996 Crouching Tiger, Hidden Dragon (Wo hu cang long) (2000) {Action,Drama,Romance}
3997 Dungeons & Dragons (2000) {Action,Adventure,Comedy,Fantasy}
3998 Proof of Life (2000) {Drama}
3999 Vertical Limit (2000) {Action,Adventure}
4000 Bounty, The (1984) {Adventure,Drama}
4001 Code of Silence (1985) {Action}
4002 Planes, Trains & Automobiles (1987) {Comedy}
4003 She/'s Having a Baby (1988) {Comedy}
4005 Living Daylights, The (1987) {Action,Adventure,Thriller}
4006 Transformers: The Movie (1986) {Adventure,Animation,Children,Sci-Fi}
4007 Wall Street (1987) {Drama}
4008 Born on the Fourth of July (1989) {Drama,War}
4009 Talk Radio (1988) {Drama}
4010 Brewster/'s Millions (1985) {Comedy}
4011 Snatch (2000) {Comedy,Crime,Thriller}
4012 Punchline (1988) {Comedy,Drama}
4014 Chocolat (2000) {Drama,Romance}
4015 Dude, Where/'s My Car? (2000) {Comedy,Sci-Fi}
4016 Emperor/'s New Groove, The (2000) {Adventure,Animation,Children,Comedy,Fantasy}
4017 Pollock (2000) {Drama}
4018 What Women Want (2000) {Comedy,Romance}
4019 Finding Forrester (2000) {Drama}
4020 Gift, The (2000) {Thriller}
4021 Before Night Falls (2000) {Drama}
4022 Cast Away (2000) {Drama}
4023 Family Man, The (2000) {Comedy,Drama,Romance}
4024 House of Mirth, The (2000) {Romance}
4025 Miss Congeniality (2000) {Comedy,Crime}
4026 Nowhere to Hide (Injeong sajeong bol geot eobtda) (1999) {Action,Comedy,Crime,Thriller}
4027 O Brother, Where Art Thou? (2000) {Adventure,Comedy,Crime}
4029 State and Main (2000) {Comedy,Drama}
4030 Dracula 2000 (2000) {Horror}
4031 All the Pretty Horses (2000) {Drama,Romance,Western}
4033 Thirteen Days (2000) {Drama,Thriller,War}
4034 Traffic (2000) {Crime,Drama,Thriller}
4035 Claim, The (2000) {Romance,Western}
4036 Shadow of the Vampire (2000) {Drama,Horror}
4037 House of Games (1987) {Crime,Film-Noir,Mystery,Thriller}
4039 Annie (1982) {Children,Musical}
4040 Don/'t Tell Mom the Babysitter/'s Dead (1991) {Comedy}
4041 Officer and a Gentleman, An (1982) {Drama,Romance}
4042 Alamo, The (1960) {Action,Drama,War,Western}
4043 At Close Range (1986) {Crime,Drama}
4045 Breakheart Pass (1975) {Western}
4046 Friendly Persuasion (1956) {Drama}
4047 Gettysburg (1993) {Drama,War}
4048 Imaginary Crimes (1994) {Drama}
4051 Horrors of Spider Island (Ein Toter Hing im Netz) (1960) {Horror,Sci-Fi}
4052 Antitrust (2001) {Crime,Drama,Thriller}
4053 Double Take (2001) {Action,Comedy}
4054 Save the Last Dance (2001) {Drama,Romance}
4055 Panic (2000) {Drama}
4056 Pledge, The (2001) {Crime,Drama,Mystery,Thriller}
4060 Love Field (1992) {Drama}
4061 The Man in the Moon (1991) {Drama,Romance}
4062 Mystic Pizza (1988) {Comedy,Drama,Romance}
4063 Prelude to a Kiss (1992) {Comedy,Drama,Romance}
4066 I/'m Gonna Git You Sucka (1988) {Action,Comedy}
4067 Untamed Heart (1993) {Drama,Romance}
4068 Sugar & Spice (2001) {Comedy}
4069 Wedding Planner, The (2001) {Comedy,Romance}
4073 Invisible Circus, The (2001) {Drama,Romance}
4076 Two Ninas (1999) {Comedy,Romance}
4077 With a Friend Like Harry... (Harry, un ami qui vous veut du bien) (2000) {Drama,Thriller}
4079 Amazon Women on the Moon (1987) {Comedy,Sci-Fi}
4080 Baby Boom (1987) {Comedy}
4081 Back to the Beach (1987) {Comedy}
4082 Barfly (1987) {Comedy,Drama,Romance}
4084 Beverly Hills Cop II (1987) {Action,Comedy,Crime,Thriller}
4085 Beverly Hills Cop (1984) {Action,Comedy,Crime,Drama}
4086 Big Easy, The (1987) {Action,Crime,Mystery,Romance,Thriller}
4088 Big Town, The (1987) {Drama,Romance,Thriller}
4089 Born in East L.A. (1987) {Comedy}
4090 Brave Little Toaster, The (1987) {Animation,Children}
4091 Can/'t Buy Me Love (1987) {Comedy,Romance}
4092 Cherry 2000 (1987) {Romance,Sci-Fi}
4095 Cry Freedom (1987) {Drama}
4098 Dead, The (1987) {Drama}
4101 Dogs in Space (1987) {Drama}
4102 Eddie Murphy Raw (1987) {Comedy,Documentary}
4103 Empire of the Sun (1987) {Action,Adventure,Drama,War}
4104 Ernest Goes to Camp (1987) {Comedy}
4105 Evil Dead, The (1981) {Fantasy,Horror,Thriller}
4106 Extreme Prejudice (1987) {Action,Crime,Drama,Thriller,Western}
4108 Five Corners (1987) {Drama}
4109 Flowers in the Attic (1987) {Drama,Thriller}
4111 Gardens of Stone (1987) {Drama,War}
4114 Good Morning, Babylon (1987) {Drama}
4115 Hiding Out (1987) {Comedy}
4116 Hollywood Shuffle (1987) {Comedy}
4117 Hope and Glory (1987) {Drama}
4121 Innerspace (1987) {Action,Adventure,Comedy,Sci-Fi}
4122 Ironweed (1987) {Drama}
4123 Ishtar (1987) {Comedy}
4124 Jaws: The Revenge (1987) {Horror,Thriller}
4126 Less Than Zero (1987) {Drama}
4128 Lost Boys, The (1987) {Comedy,Horror,Thriller}
4130 Maid to Order (1987) {Comedy,Fantasy}
4131 Making Mr. Right (1987) {Comedy,Romance,Sci-Fi}
4132 Mannequin (1987) {Comedy,Romance}
4133 Masters of the Universe (1987) {Action,Adventure,Fantasy,Sci-Fi}
4135 Monster Squad, The (1987) {Adventure,Comedy,Horror}
4136 Month in the Country, A (1987) {Drama}
4139 No Man/'s Land (1987) {Crime,Drama}
4140 North Shore (1987) {Drama,Romance}
4141 Head Over Heels (2001) {Comedy,Romance}
4142 Left Behind: The Movie (2000) {Action,Adventure,Drama,Thriller}
4143 Valentine (2001) {Horror,Mystery}
4144 In the Mood For Love (Fa yeung nin wa) (2000) {Drama,Romance}
4146 Million Dollar Hotel, The (2001) {Drama,Mystery,Romance}
4148 Hannibal (2001) {Horror,Thriller}
4149 Saving Silverman (Evil Woman) (2001) {Comedy,Romance}
4151 Taste of Others, The (Le goût des autres) (2000) {Comedy,Drama,Romance}
4153 Down to Earth (2001) {Comedy,Fantasy,Romance}
4155 Sweet November (2001) {Drama,Romance}
4156 Company Man (2000) {Comedy}
4158 Monkeybone (2001) {Animation,Comedy,Fantasy}
4159 3000 Miles to Graceland (2001) {Action,Thriller}
4161 Mexican, The (2001) {Action,Comedy}
4162 See Spot Run (2001) {Comedy}
4166 Series 7: The Contenders (2001) {Action,Drama}
4167 15 Minutes (2001) {Thriller}
4168 Get Over It (2001) {Comedy,Romance}
4169 Blow Dry (a.k.a. Never Better) (2001) {Comedy}
4171 Long Night/'s Journey Into Day (2000) {Documentary}
4173 When Brendan Met Trudy (2000) {Comedy,Romance}
4174 Avalon (1990) {Drama}
4175 Gray/'s Anatomy (1996) {Comedy,Drama}
4177 Mirror Crack/'d, The (1980) {Crime,Mystery,Thriller}
4178 Of Mice and Men (1939) {Drama}
4179 Pixote (1981) {Drama}
4180 Reform School Girls (1986) {Action,Drama}
4181 Tapeheads (1988) {Comedy}
4183 Unbelievable Truth, The (1989) {Comedy,Drama}
4184 Bishop/'s Wife, The (1947) {Comedy,Drama,Romance}
4185 Elvis: That/'s the Way It Is (1970) {Documentary}
4186 Fortune Cookie, The (1966) {Comedy,Drama,Romance}
4187 Lilies of the Field (1963) {Drama}
4188 Hans Christian Andersen (1952) {Children,Musical}
4189 Greatest Story Ever Told, The (1965) {Drama}
4190 Elmer Gantry (1960) {Drama}
4191 Alfie (1966) {Comedy,Drama,Romance}
4194 I Know Where I/'m Going! (1945) {Drama,Romance,War}
4195 Abominable Dr. Phibes, The (1971) {Horror,Mystery}
4197 Real Life (1979) {Comedy}
4198 Battle Beyond the Stars (1980) {Sci-Fi}
4200 Double Impact (1991) {Action}
4201 End, The (1978) {Comedy}
4203 Harley Davidson and the Marlboro Man (1991) {Action,Crime,Drama}
4205 Mermaids (1990) {Comedy,Drama,Romance}
4207 Navy Seals (1990) {Action,Adventure,War}
4208 Unmade Beds (1997) {Documentary}
4210 Manhunter (1986) {Action,Crime,Drama,Horror,Thriller}
4211 Reversal of Fortune (1990) {Drama}
4212 Death on the Nile (1978) {Crime,Mystery}
4213 Deepstar Six (1989) {Horror,Sci-Fi,Thriller}
4214 Revenge of the Nerds (1984) {Comedy}
4215 Revenge of the Nerds II: Nerds in Paradise (1987) {Comedy}
4216 Longtime Companion (1990) {Drama}
4217 4 Little Girls (1997) {Documentary}
4218 River/'s Edge (1986) {Crime,Drama}
4219 Girls Just Want to Have Fun (1985) {Comedy}
4220 Longest Yard, The (1974) {Comedy}
4221 Necessary Roughness (1991) {Comedy}
4222 C.H.U.D. (1984) {Horror}
4223 Enemy at the Gates (2001) {Drama,War}
4224 Exit Wounds (2001) {Action,Thriller}
4225 Dish, The (2001) {Comedy}
4226 Memento (2000) {Mystery,Thriller}
4228 Heartbreakers (2001) {Comedy,Crime,Romance}
4229 Say It Isn/'t So (2001) {Comedy,Romance}
4231 Someone Like You (2001) {Comedy,Romance}
4232 Spy Kids (2001) {Action,Adventure,Children,Comedy}
4233 Tomcats (2001) {Comedy}
4234 Tailor of Panama, The (2001) {Drama,Thriller}
4235 Amores Perros (Love/'s a Bitch) (2000) {Drama,Thriller}
4236 Keep the River on Your Right: A Modern Cannibal Tale (2000) {Documentary}
4237 Gleaners & I, The (Les glaneurs et la glaneuse) (2000) {Documentary}
4238 Along Came a Spider (2001) {Action,Crime,Mystery,Thriller}
4239 Blow (2001) {Crime,Drama}
4241 Pokémon 3: The Movie (2001) {Animation,Children}
4246 Bridget Jones/'s Diary (2001) {Comedy,Drama,Romance}
4247 Joe Dirt (2001) {Adventure,Comedy,Mystery,Romance}
4248 Josie and the Pussycats (2001) {Comedy}
4251 Chopper (2000) {Drama,Thriller}
4252 Circle, The (Dayereh) (2000) {Drama}
4254 Crocodile Dundee in Los Angeles (2001) {Comedy,Drama}
4255 Freddy Got Fingered (2001) {Comedy}
4262 Scarface (1983) {Action,Crime,Drama}
4263 Days of Wine and Roses (1962) {Drama}
4265 Driven (2001) {Action,Thriller}
4266 Forsaken, The (2001) {Horror}
4267 One Night at McCool/'s (2001) {Comedy}
4268 Town & Country (2001) {Comedy}
4270 Mummy Returns, The (2001) {Action,Adventure,Comedy,Thriller}
4271 Eureka (Yurîka) (2000) {Drama}
4273 Under the Sand (2000) {Drama}
4274 Cleopatra (1963) {Drama,Romance}
4275 Krull (1983) {Action,Adventure,Fantasy,Sci-Fi}
4276 Lost in America (1985) {Comedy}
4277 Lost World, The (1925) {Adventure,Sci-Fi}
4278 Triumph of the Will (Triumph des Willens) (1934) {Documentary}
4279 True Believer (1989) {Crime}
4280 World According to Garp, The (1982) {Comedy,Drama,Romance}
4281 Candy (1968) {Comedy}
4282 Fellini Satyricon (1969) {Drama,Fantasy}
4284 Frankie and Johnny (1966) {Comedy}
4290 For the Boys (1991) {Comedy,Drama,Musical}
4291 Nine to Five (a.k.a. 9 to 5) (1980) {Comedy,Crime}
4292 Norma Rae (1979) {Drama}
4293 Summer Rental (1985) {Comedy}
4294 5,000 Fingers of Dr. T, The (1953) {Children,Fantasy,Musical}
4296 Love Story (1970) {Drama,Romance}
4297 Pelle the Conqueror (Pelle erobreren) (1987) {Drama}
4298 Rififi (Du rififi chez les hommes) (1955) {Crime,Film-Noir,Thriller}
4299 Knight/'s Tale, A (2001) {Action,Comedy,Romance}
4300 Bread and Roses (2000) {Drama}
4302 King Is Alive, The (2000) {Drama}
4304 Startup.com (2001) {Documentary}
4305 Angel Eyes (2001) {Romance,Thriller}
4306 Shrek (2001) {Adventure,Animation,Children,Comedy,Fantasy,Romance}
4308 Moulin Rouge (2001) {Drama,Musical,Romance}
4310 Pearl Harbor (2001) {Action,Drama,Romance,War}
4312 Himalaya (Himalaya - l/'enfance d/'un chef) (1999) {Adventure,Drama}
4316 Ice Castles (1978) {Drama}
4317 Love Potion #9 (1992) {Comedy,Romance}
4318 Postcards From the Edge (1990) {Comedy,Drama}
4319 Apache (1954) {Western}
4321 City Slickers (1991) {Comedy,Western}
4322 Eight Men Out (1988) {Drama}
4324 Kentuckian, The (1955) {Drama,Western}
4326 Mississippi Burning (1988) {Crime,Drama,Thriller}
4327 Magnificent Seven, The (1960) {Adventure,Western}
4329 Rio Bravo (1959) {Western}
4332 Suspect (1987) {Crime,Drama,Thriller}
4333 Throw Momma from the Train (1987) {Comedy,Crime}
4334 Yi Yi (2000) {Drama}
4337 Sand Pebbles, The (1966) {Drama,Romance,War}
4338 Twelve O/'Clock High (1949) {Drama,War}
4339 Von Ryan/'s Express (1965) {Action,Adventure,Drama,War}
4340 Animal, The (2001) {Comedy}
4342 Big Eden (2000) {Drama,Romance}
4343 Evolution (2001) {Comedy,Sci-Fi}
4344 Swordfish (2001) {Action,Crime,Drama}
4345 Anniversary Party, The (2001) {Drama}
4347 Divided We Fall (Musíme si pomáhat) (2000) {Comedy,Drama}
4349 Catch-22 (1970) {Comedy,War}
4350 Forgotten Silver (1996) {Comedy,Documentary}
4351 Point Break (1991) {Action,Crime,Thriller}
4352 Shag (1989) {Comedy,Drama}
4353 Uncommon Valor (1983) {Action,War}
4354 Unlawful Entry (1992) {Crime,Thriller}
4355 Youngblood (1986) {Action,Drama}
4356 Gentlemen Prefer Blondes (1953) {Comedy,Musical,Romance}
4357 How to Marry a Millionaire (1953) {Comedy,Drama,Romance}
4359 Seven Year Itch, The (1955) {Comedy}
4360 There/'s No Business Like Show Business (1954) {Musical}
4361 Tootsie (1982) {Comedy,Romance}
4366 Atlantis: The Lost Empire (2001) {Adventure,Animation,Children,Fantasy}
4367 Lara Croft: Tomb Raider (2001) {Action,Adventure}
4368 Dr. Dolittle 2 (2001) {Comedy}
4369 Fast and the Furious, The (2001) {Action,Crime,Thriller}
4370 A.I. Artificial Intelligence (2001) {Adventure,Drama,Sci-Fi}
4371 Baby Boy (2001) {Crime,Drama}
4372 Crazy/Beautiful (2001) {Drama,Romance}
4375 Adventures of Felix, The (a.k.a. Funny Felix) (Drôle de Félix) (2000) {Comedy,Drama}
4378 Sexy Beast (2000) {Crime,Drama}
4380 Princess and the Warrior, The (Krieger und die Kaiserin, Der) (2000) {Drama,Romance}
4381 Closet, The (Placard, Le) (2001) {Comedy}
4383 Crimson Rivers, The (Rivières pourpres, Les) (2000) {Crime,Drama,Mystery,Thriller}
4384 Lumumba (2000) {Drama}
4386 Cats & Dogs (2001) {Children,Comedy}
4387 Kiss of the Dragon (2001) {Action}
4388 Scary Movie 2 (2001) {Comedy}
4389 Lost and Delirious (2001) {Drama}
4390 Rape Me (Baise-moi) (2000) {Crime,Drama,Thriller}
4391 Vertical Ray of the Sun, The (Mua he chieu thang dung) (2000) {Drama}
4392 Alice (1990) {Comedy,Drama,Fantasy,Romance}
4394 Beach Blanket Bingo (1965) {Comedy,Musical}
4396 Cannonball Run, The (1981) {Action,Comedy}
4397 Cannonball Run II (1984) {Action,Comedy}
4399 Diary of a Chambermaid (Journal d/'une femme de chambre, Le) (1964) {Comedy,Drama}
4401 Donovan/'s Reef (1963) {Action,Comedy,Romance}
4402 Dr. Goldfoot and the Bikini Machine (1965) {Comedy}
4403 Fall of the House of Usher, The (House of Usher) (1960) {Horror}
4404 Faust (1926) {Drama,Fantasy,Horror}
4405 Last Laugh, The (Letzte Mann, Der) (1924) {Drama}
4406 Man Who Shot Liberty Valance, The (1962) {Crime,Drama,Western}
4407 Salvador (1986) {Drama,Thriller,War}
4409 Shadows and Fog (1991) {Comedy,Drama,Mystery,Thriller}
4410 Something Wild (1986) {Comedy,Crime,Drama}
4411 Sons of Katie Elder (1965) {Western}
4414 X: The Man with the X-Ray Eyes (1963) {Sci-Fi,Thriller}
4415 Cheech & Chong/'s Nice Dreams (1981) {Comedy}
4417 House by the Cemetery, The (Quella villa accanto al cimitero) (1981) {Horror}
4420 Barefoot Contessa, The (1954) {Drama}
4422 Cries and Whispers (Viskningar och rop) (1972) {Drama}
4424 Garden of the Finzi-Continis, The (Giardino dei Finzi-Contini, Il) (1970) {Drama}
4426 Kiss Me Deadly (1955) {Film-Noir}
4427 Lion in Winter, The (1968) {Drama}
4428 Misfits, The (1961) {Comedy,Drama,Romance,Western}
4432 Sweet Smell of Success (1957) {Drama,Film-Noir}
4433 Written on the Wind (1956) {Drama}
4437 Suspiria (1977) {Horror}
4438 Fist of Fury (Chinese Connection, The) (Jing wu men) (1972) {Action,Drama,Romance,Thriller}
4440 Big Boss, The (Fists of Fury) (Tang shan da xiong) (1971) {Action,Thriller}
4441 Game of Death (1978) {Action}
4442 Last Dragon, The (1985) {Action,Comedy,Drama}
4443 Outland (1981) {Action,Sci-Fi,Thriller}
4444 Way of the Dragon, The (a.k.a. Return of the Dragon) (Meng long guo jiang) (1972) {Action,Crime}
4445 T-Rex: Back to the Cretaceous (1998) {Adventure,Documentary,IMAX}
4446 Final Fantasy: The Spirits Within (2001) {Adventure,Animation,Fantasy,Sci-Fi}
4447 Legally Blonde (2001) {Comedy,Romance}
4448 Score, The (2001) {Action,Drama}
4450 Bully (2001) {Crime,Drama,Thriller}
4451 Jump Tomorrow (2001) {Comedy,Drama,Romance}
4452 Made (2001) {Comedy}
4453 Michael Jordan to the Max (2000) {Documentary,IMAX}
4454 More (1998) {Animation,Drama,Sci-Fi,IMAX}
4458 Africa: The Serengeti (1994) {Documentary,IMAX}
4459 Alaska: Spirit of the Wild (1997) {Documentary,IMAX}
4462 18 Again! (1988) {Comedy,Fantasy}
4464 Accidental Tourist, The (1988) {Comedy,Drama,Romance}
4465 Accused, The (1988) {Drama}
4466 Above the Law (1988) {Action,Crime,Drama}
4467 Adventures of Baron Munchausen, The (1988) {Adventure,Comedy,Fantasy}
4469 Appointment with Death (1988) {Crime,Mystery}
4470 Ariel (1988) {Drama}
4471 Arthur 2: On the Rocks (1988) {Comedy,Romance}
4473 Bat*21 (1988) {Drama,War}
4474 Beaches (1988) {Comedy,Drama,Musical}
4475 Beast of War, The (Beast, The) (1988) {Drama,War}
4477 Big Top Pee-Wee (1988) {Adventure,Children,Comedy}
4478 Biloxi Blues (1988) {Comedy,Drama}
4479 Bird (1988) {Drama,Musical}
4480 Blob, The (1988) {Horror,Sci-Fi}
4482 Bright Lights, Big City (1988) {Drama}
4483 Caddyshack II (1988) {Comedy}
4486 Clean and Sober (1988) {Drama}
4487 Cocktail (1988) {Drama,Romance}
4488 Colors (1988) {Action,Crime,Drama}
4489 Coming to America (1988) {Comedy,Romance}
4490 Couch Trip, The (1988) {Comedy}
4491 Criminal Law (1988) {Thriller}
4492 Critters (1986) {Comedy,Sci-Fi}
4493 Critters 2: The Main Course (1988) {Comedy,Horror,Sci-Fi}
4495 Crossing Delancey (1988) {Comedy,Romance}
4496 D.O.A. (1988) {Film-Noir,Mystery,Thriller}
4498 Dead Pool, The (1988) {Action,Crime,Thriller}
4499 Dirty Rotten Scoundrels (1988) {Comedy}
4500 Drowning by Numbers (1988) {Comedy,Drama}
4501 Elvira, Mistress of the Dark (1988) {Comedy,Horror}
4502 Ernest Saves Christmas (1988) {Children,Comedy}
4503 Everybody/'s All-American (1988) {Romance}
4506 Frantic (1988) {Crime,Mystery,Thriller}
4508 Gorillas in the Mist (1988) {Drama}
4509 Great Outdoors, The (1988) {Comedy}
4511 High Spirits (1988) {Comedy}
4515 Imagine: John Lennon (1988) {Documentary}
4516 Johnny Be Good (1988) {Comedy}
4518 The Lair of the White Worm (1988) {Comedy,Horror}
4519 Land Before Time, The (1988) {Adventure,Animation,Children,Fantasy}
4520 License to Drive (1988) {Comedy}
4521 Little Nikita (1988) {Drama}
4522 Masquerade (1988) {Mystery,Romance,Thriller}
4523 Milagro Beanfield War (1988) {Comedy,Drama,Fantasy}
4524 Moon Over Parador (1988) {Comedy}
4526 My Stepmother Is an Alien (1988) {Comedy,Romance,Sci-Fi}
4527 Night in the Life of Jimmy Reardon, A (1988) {Comedy,Romance}
4528 Off Limits (1988) {Action,Thriller,War}
4529 Bagdad Cafe (Out of Rosenheim) (1987) {Comedy,Drama}
4531 Red Heat (1988) {Action}
4532 Return of the Living Dead Part II (1988) {Comedy,Horror}
4533 Return of the Living Dead, The (1985) {Comedy,Horror,Sci-Fi}
4534 Return to Snowy River (a.k.a. The Man From Snowy River II) (1988) {Adventure,Drama,Western}
4535 Man from Snowy River, The (1982) {Drama,Romance,Western}
4537 Running on Empty (1988) {Drama}
4538 Salome/'s Last Dance (1988) {Comedy,Drama}
4539 Salsa (1988) {Musical,Romance}
4541 Serpent and the Rainbow, The (1988) {Horror}
4543 Shoot to Kill (1988) {Action,Adventure}
4544 Short Circuit 2 (1988) {Comedy,Sci-Fi}
4545 Short Circuit (1986) {Comedy,Sci-Fi}
4546 Vanishing, The (Spoorloos) (1988) {Drama,Thriller}
4550 Switching Channels (1988) {Comedy}
4552 Tetsuo, the Ironman (Tetsuo) (1988) {Action,Horror,Sci-Fi,Thriller}
4553 They Live (1988) {Action,Sci-Fi,Thriller}
4555 Torch Song Trilogy (1988) {Comedy,Drama,Romance}
4557 Tucker: The Man and His Dream (1988) {Drama}
4558 Twins (1988) {Comedy}
4559 Vice Versa (1988) {Comedy}
4560 Watchers (1988) {Horror,Sci-Fi}
4561 Waxwork (1988) {Comedy,Horror}
4562 Without a Clue (1988) {Comedy,Mystery}
4563 Young Einstein (1988) {Comedy}
4564 Always (1989) {Drama,Fantasy,Romance}
4565 American Ninja (1985) {Action,Adventure}
4566 American Ninja 2: The Confrontation (1987) {Action,Adventure}
4567 American Ninja 3: Blood Hunt (1989) {Action,Adventure}
4568 Best of the Best (1989) {Action}
4569 Best of the Best 2 (1993) {Action}
4570 Big Picture, The (1989) {Comedy,Drama}
4571 Bill & Ted/'s Excellent Adventure (1989) {Adventure,Comedy,Sci-Fi}
4572 Black Rain (1989) {Action,Crime,Drama}
4573 Blaze (1989) {Comedy,Drama}
4577 Casualties of War (1989) {Drama,War}
4578 Chances Are (1989) {Comedy,Romance}
4584 Dream a Little Dream (1989) {Comedy,Drama,Romance}
4585 Dream Team, The (1989) {Comedy}
4587 Earth Girls Are Easy (1988) {Comedy,Musical,Sci-Fi}
4589 Eddie and the Cruisers (1983) {Drama,Musical,Mystery}
4590 Enemies: A Love Story (1989) {Drama}
4591 Erik the Viking (1989) {Adventure,Comedy,Fantasy}
4592 Experts, The (1989) {Comedy}
4593 Family Business (1989) {Comedy}
4600 Gross Anatomy (a.k.a. A Cut Above) (1989) {Comedy,Drama}
4602 Harlem Nights (1989) {Comedy,Crime,Romance}
4603 Her Alibi (1989) {Comedy,Romance}
4605 How to Get Ahead in Advertising (1989) {Comedy,Fantasy}
4606 Immediate Family (1989) {Drama}
4608 Innocent Man, An (1989) {Crime,Drama}
4610 January Man, The (1989) {Comedy,Crime,Mystery,Thriller}
4612 Jesus of Montreal (Jésus de Montréal) (1989) {Drama}
4614 Kickboxer (1989) {Action}
4615 Last Exit to Brooklyn (1989) {Drama}
4616 Lean on Me (1989) {Drama}
4617 Let It Ride (1989) {Comedy}
4618 Leviathan (1989) {Horror,Sci-Fi,Thriller}
4619 Little Monsters (1989) {Comedy}
4621 Look Who/'s Talking (1989) {Comedy,Romance}
4622 Loverboy (1989) {Comedy}
4623 Major League (1989) {Comedy}
4624 Meet the Feebles (1989) {Animation,Comedy,Musical}
4625 Millennium (1989) {Drama,Sci-Fi,Thriller}
4626 Miracle Mile (1989) {Drama,Romance,Sci-Fi}
4627 Miss Firecracker (1989) {Comedy}
4628 New York Stories (1989) {Comedy,Drama}
4629 Next of Kin (1989) {Action,Crime,Thriller}
4630 No Holds Barred (1989) {Action}
4632 Package, The (1989) {Action,Thriller}
4634 Penn & Teller Get Killed (1989) {Adventure,Comedy}
4636 Punisher, The (1989) {Action}
4638 Jurassic Park III (2001) {Action,Adventure,Sci-Fi,Thriller}
4639 America/'s Sweethearts (2001) {Comedy,Romance}
4640 Brother (2000) {Action,Crime,Thriller}
4641 Ghost World (2001) {Comedy,Drama}
4642 Hedwig and the Angry Inch (2000) {Comedy,Drama,Musical}
4643 Planet of the Apes (2001) {Action,Adventure,Drama,Sci-Fi}
4644 Bread and Tulips (Pane e tulipani) (2000) {Comedy,Drama,Romance}
4645 Cure (1997) {Crime,Horror,Thriller}
4649 Wet Hot American Summer (2001) {Comedy}
4652 Return of Swamp Thing, The (1989) {Comedy,Horror,Sci-Fi}
4654 Road House (1989) {Action,Drama}
4655 Romero (1989) {Drama}
4658 Santa Sangre (1989) {Drama,Horror,Mystery,Thriller}
4659 Scandal (1989) {Drama}
4660 Scenes from the Class Struggle in Beverly Hills (1989) {Comedy}
4661 Sea of Love (1989) {Crime,Drama,Thriller}
4662 See No Evil, Hear No Evil (1989) {Comedy,Crime}
4663 She/'s Out of Control (1989) {Comedy}
4664 Shirley Valentine (1989) {Comedy,Romance}
4666 Skin Deep (1989) {Comedy}
4667 Slaves of New York (1989) {Drama}
4670 Stepfather, The (1987) {Horror,Thriller}
4673 Tango & Cash (1989) {Action,Comedy,Crime,Thriller}
4674 Tap (1989) {Drama}
4675 Three Fugitives (1989) {Action,Comedy}
4676 Troop Beverly Hills (1989) {Comedy}
4677 Turner & Hooch (1989) {Comedy,Crime}
4678 UHF (1989) {Comedy}
4679 Uncle Buck (1989) {Comedy}
4680 Vampire/'s Kiss (1989) {Comedy,Fantasy,Horror}
4681 War of the Roses, The (1989) {Comedy,Drama}
4682 Warlock (1989) {Action,Horror}
4684 Worth Winning (1989) {Comedy}
4686 Weekend at Bernie/'s II (1993) {Adventure,Comedy}
4687 Billy Liar (1963) {Comedy}
4688 Black Robe (1991) {Adventure,Drama}
4690 Cotton Club, The (1984) {Crime,Musical}
4691 Def-Con 4 (1985) {Action,Sci-Fi}
4692 Hotel New Hampshire, The (1984) {Drama}
4696 Zorro, the Gay Blade (1981) {Comedy}
4697 Basket Case (1982) {Comedy,Horror}
4698 Orphans (1997) {Comedy,Drama}
4699 Original Sin (2001) {Drama,Romance,Thriller}
4700 Princess Diaries, The (2001) {Children,Comedy,Romance}
4701 Rush Hour 2 (2001) {Action,Comedy}
4703 Chocolat (1988) {Drama}
4704 Hatari! (1962) {Adventure,Comedy}
4705 Cage aux Folles, La (1978) {Comedy}
4706 Cage aux Folles II, La (1980) {Comedy}
4709 Paint Your Wagon (1969) {Comedy,Musical,Western}
4710 Shootist, The (1976) {Drama,Western}
4711 Theremin: An Electronic Odyssey (1993) {Documentary}
4712 Wild Child, The (Enfant sauvage, L/') (1970) {Drama}
4713 Altered States (1980) {Drama,Sci-Fi}
4714 Any Which Way You Can (1980) {Comedy}
4716 Bad Timing: A Sensual Obsession (1980) {Drama}
4717 Battle Creek Brawl (Big Brawl, The) (1980) {Action,Comedy}
4718 American Pie 2 (2001) {Comedy}
4719 Osmosis Jones (2001) {Action,Animation,Comedy,Crime,Drama,Romance,Thriller}
4720 Others, The (2001) {Drama,Horror,Mystery,Thriller}
4721 American Outlaws (2001) {Action,Comedy,Western}
4722 All Over the Guy (2001) {Comedy}
4723 Deep End, The (2001) {Drama}
4724 On the Edge (2001) {Drama}
4725 Session 9 (2001) {Horror,Thriller}
4727 Captain Corelli/'s Mandolin (2001) {Drama,Romance,War}
4728 Rat Race (2001) {Comedy}
4731 Innocence (2000) {Drama}
4732 Bubble Boy (2001) {Comedy}
4733 Curse of the Jade Scorpion, The (2001) {Comedy}
4734 Jay and Silent Bob Strike Back (2001) {Adventure,Comedy}
4735 Ghosts of Mars (2001) {Horror,Sci-Fi,Thriller}
4736 Summer Catch (2001) {Comedy,Drama,Romance}
4737 American Rhapsody, An (2001) {Drama}
4738 Happy Accidents (2000) {Romance,Sci-Fi}
4740 Maybe Baby (2000) {Comedy,Romance}
4741 Together (Tillsammans) (2000) {Comedy,Drama,Romance}
4743 Tortilla Soup (2001) {Comedy,Romance}
4744 Jeepers Creepers (2001) {Horror}
4745 O (2001) {Drama}
4748 3 Ninjas (1992) {Action,Children,Comedy}
4749 3 Ninjas Kick Back (1994) {Action,Children,Comedy}
4750 3 Ninjas Knuckle Up (1995) {Action,Children}
4751 Hunter, The (1980) {Action,Thriller}
4752 Maniac (1980) {Horror}
4753 Vamp (1986) {Comedy,Horror}
4754 Wicker Man, The (1973) {Drama,Horror,Mystery,Thriller}
4755 Wish Upon a Star (1996) {Comedy}
4756 Musketeer, The (2001) {Action,Adventure,Drama,Romance}
4757 Rock Star (2001) {Comedy,Drama,Musical}
4761 Diamond Men (2001) {Drama}
4763 Iron Ladies, The (Satree lek) (2000) {Comedy}
4765 L.I.E. (2001) {Drama}
4766 Our Lady of the Assassins (Virgen de los sicarios, La) (2000) {Crime,Drama,Romance}
4767 Abbott and Costello Meet the Mummy (1955) {Comedy,Horror}
4768 Dr. Mabuse: The Gambler (Dr. Mabuse, der Spieler) (1922) {Crime,Mystery,Thriller}
4769 Into the Arms of Strangers: Stories of the Kindertransport (2000) {Documentary}
4770 Glass House, The (2001) {Thriller}
4771 Hardball (2001) {Drama}
4772 Dinner Rush (2000) {Drama}
4774 Big Trouble (2002) {Comedy,Crime}
4775 Glitter (2001) {Drama,Musical,Romance}
4776 Training Day (2001) {Crime,Drama,Thriller}
4782 Sidewalks of New York (2001) {Comedy,Romance}
4783 Endurance: Shackleton/'s Legendary Antarctic Expedition, The (2000) {Documentary}
4784 French Lieutenant/'s Woman, The (1981) {Drama}
4787 Little Man Tate (1991) {Drama}
4789 Phantom of the Paradise (1974) {Comedy,Fantasy,Horror,Musical,Thriller}
4792 13 Ghosts (1960) {Horror}
4795 Father Goose (1964) {Adventure,Comedy,Romance,War}
4796 Grass Is Greener, The (1960) {Comedy,Romance}
4798 Indiscreet (1958) {Comedy,Romance}
4799 It/'s a Mad, Mad, Mad, Mad World (1963) {Action,Adventure,Comedy,Crime}
4800 King Solomon/'s Mines (1937) {Action,Adventure,Drama,Romance,Thriller}
4801 Little Foxes, The (1941) {Drama}
4802 Operation Petticoat (1959) {Action,Comedy,Romance,War}
4803 Play Misty for Me (1971) {Drama,Thriller}
4804 Pocketful of Miracles (1961) {Comedy,Drama}
4806 Shop on Main Street, The (Obchod na korze) (1965) {Drama}
4809 Silkwood (1983) {Drama}
4810 I Never Promised You a Rose Garden (1977) {Drama}
4811 Quadrophenia (1979) {Drama,Musical}
4812 SpaceCamp (1986) {Adventure,Sci-Fi}
4814 Don/'t Say a Word (2001) {Thriller}
4815 Hearts in Atlantis (2001) {Drama}
4816 Zoolander (2001) {Comedy}
4818 Extreme Days (2001) {Action,Adventure,Comedy,Drama}
4821 Joy Ride (2001) {Adventure,Thriller}
4822 Max Keeble/'s Big Move (2001) {Children,Comedy}
4823 Serendipity (2001) {Comedy,Romance}
4826 Big Red One, The (1980) {Action,Adventure,Drama,War}
4830 Brubaker (1980) {Crime,Drama}
4831 Can/'t Stop the Music (1980) {Comedy,Musical}
4832 Carny (1980) {Drama}
4833 Changeling, The (1980) {Horror,Mystery,Thriller}
4834 Cheech & Chong/'s Next Movie (1980) {Comedy}
4835 Coal Miner/'s Daughter (1980) {Drama}
4836 Competition, The (1980) {Drama,Romance}
4837 Cruising (1980) {Crime,Drama,Thriller}
4840 Last Metro, The (Dernier métro, Le) (1980) {Drama,Romance}
4842 Dogs of War, The (1980) {Drama,War}
4844 Bandits (2001) {Comedy,Crime,Romance}
4846 Iron Monkey (Siu nin Wong Fei-hung ji: Tit Ma Lau) (1993) {Action,Comedy}
4848 Mulholland Drive (2001) {Crime,Drama,Film-Noir,Mystery,Thriller}
4849 My First Mister (2001) {Comedy,Drama}
4851 Things Behind the Sun (2001) {Drama}
4854 Clambake (1967) {Musical}
4855 Dirty Harry (1971) {Action,Crime,Thriller}
4857 Fiddler on the Roof (1971) {Drama,Musical}
4859 Kansas (1988) {Crime,Drama}
4861 Mission to Mir (1997) {Documentary,IMAX}
4862 Not Without My Daughter (1991) {Drama}
4863 Female Trouble (1975) {Comedy,Crime}
4865 From Hell (2001) {Crime,Horror,Mystery,Thriller}
4866 Last Castle, The (2001) {Action}
4867 Riding in Cars with Boys (2001) {Comedy,Drama}
4873 Waking Life (2001) {Animation,Drama,Fantasy}
4874 K-PAX (2001) {Drama,Fantasy,Mystery,Sci-Fi}
4875 On the Line (2001) {Comedy,Romance}
4876 Thirteen Ghosts (a.k.a. Thir13en Ghosts) (2001) {Horror,Thriller}
4878 Donnie Darko (2001) {Drama,Mystery,Sci-Fi,Thriller}
4880 Life as a House (2001) {Drama}
4881 Man Who Wasn/'t There, The (2001) {Crime,Drama}
4885 Domestic Disturbance (2001) {Thriller}
4886 Monsters, Inc. (2001) {Adventure,Animation,Children,Comedy,Fantasy}
4887 One, The (2001) {Action,Sci-Fi,Thriller}
4888 Tape (2001) {Drama}
4889 Heist (2001) {Crime,Drama}
4890 Shallow Hal (2001) {Comedy,Fantasy,Romance}
4893 When a Stranger Calls (1979) {Horror,Thriller}
4895 Wash, The (2001) {Comedy}
4896 Harry Potter and the Sorcerer/'s Stone (a.k.a. Harry Potter and the Philosopher/'s Stone) (2001) {Adventure,Children,Fantasy}
4897 Fluffer, The (2001) {Drama,Romance}
4898 Novocaine (2001) {Comedy,Crime,Mystery,Thriller}
4899 Black Knight (2001) {Adventure,Comedy,Fantasy}
4901 Spy Game (2001) {Action,Crime,Drama,Thriller}
5125 Used Cars (1980) {Comedy}
4902 Devil/'s Backbone, The (Espinazo del diablo, El) (2001) {Drama,Fantasy,Horror,Thriller,War}
4903 In the Bedroom (2001) {Drama}
4911 Jabberwocky (1977) {Adventure,Comedy,Fantasy}
4912 Funny Girl (1968) {Drama,Musical,Romance}
4914 Breathless (À bout de souffle) (1960) {Crime,Drama,Romance}
4915 Beastmaster, The (1982) {Action,Adventure,Fantasy}
4920 Now, Voyager (1942) {Drama,Romance}
4921 Little Women (1933) {Drama,Romance}
4923 Guadalcanal Diary (1943) {Action,War}
4925 Cheap Detective, The (1978) {Comedy}
4927 Last Wave, The (1977) {Fantasy,Mystery,Thriller}
4928 That Obscure Object of Desire (Cet obscur objet du désir) (1977) {Drama}
4929 Toy, The (1982) {Comedy}
4930 Funeral in Berlin (1966) {Action,Drama,Thriller}
4932 Dressed to Kill (1980) {Mystery,Thriller}
4933 Earthling, The (1980) {Adventure,Drama}
4936 Fame (1980) {Drama,Musical}
4941 Flash Gordon (1980) {Action,Adventure,Sci-Fi}
4945 Enforcer, The (1976) {Crime}
4947 Gauntlet, The (1977) {Action}
4948 I Bury the Living (1958) {Horror}
4949 Invasion U.S.A. (1985) {Action,Thriller}
4951 Lord of the Flies (1990) {Adventure,Drama,Thriller}
4952 Morons From Outer Space (1985) {Comedy,Sci-Fi}
4954 Ocean/'s Eleven (a.k.a. Ocean/'s 11) (1960) {Comedy,Crime}
4956 Stunt Man, The (1980) {Action,Adventure,Comedy,Drama,Romance,Thriller}
4957 Sudden Impact (1983) {Crime,Thriller}
4958 Behind Enemy Lines (2001) {Action,Drama,War}
4960 Independent, The (2000) {Comedy}
4961 Pornstar: The Legend of Ron Jeremy (2001) {Documentary}
4963 Ocean/'s Eleven (2001) {Crime,Thriller}
4964 Baran (2001) {Adventure,Drama,Romance}
4965 Business of Strangers, The (2001) {Action,Drama,Thriller}
4967 No Man/'s Land (2001) {Drama,War}
4968 Piñero (2001) {Drama}
4969 And Then There Were None (1945) {Crime,Mystery}
4970 Blue Angel, The (Blaue Engel, Der) (1930) {Drama}
4971 Moscow on the Hudson (1984) {Comedy,Drama}
4972 Owl and the Pussycat, The (1970) {Comedy}
4973 Amelie (Fabuleux destin d/'Amélie Poulain, Le) (2001) {Comedy,Romance}
4974 Not Another Teen Movie (2001) {Comedy}
4975 Vanilla Sky (2001) {Mystery,Romance,Sci-Fi,Thriller}
4976 Iris (2001) {Drama}
4977 Kandahar (Safar e Ghandehar) (2001) {Drama}
4978 Lantana (2001) {Drama,Mystery,Thriller}
4979 Royal Tenenbaums, The (2001) {Comedy,Drama}
4980 Bill & Ted/'s Bogus Journey (1991) {Adventure,Comedy,Fantasy,Sci-Fi}
4981 Clockwise (1986) {Comedy}
4984 Morgan! (1966) {Comedy,Drama,Fantasy}
4987 Spacehunter: Adventures in the Forbidden Zone (1983) {Action,Adventure,Sci-Fi}
4988 White Water Summer (1987) {Adventure}
4989 How High (2001) {Comedy}
4990 Jimmy Neutron: Boy Genius (2001) {Adventure,Animation,Children,Comedy}
4992 Kate & Leopold (2001) {Comedy,Romance}
4993 Lord of the Rings: The Fellowship of the Ring, The (2001) {Adventure,Fantasy}
4994 Majestic, The (2001) {Comedy,Drama,Romance}
4995 Beautiful Mind, A (2001) {Drama,Romance}
4996 Little Otik (Otesánek) (2000) {Comedy,Drama,Fantasy}
4998 Defiant Ones, The (1958) {Adventure,Crime,Drama,Thriller}
4999 Dodsworth (1936) {Drama,Romance}
5000 Medium Cool (1969) {Drama,Romance}
5001 Sahara (1943) {Action,Drama,War}
5002 Fritz the Cat (1972) {Animation}
5003 Nine Lives of Fritz the Cat, The (1974) {Animation}
5004 Party, The (1968) {Comedy}
5008 Witness for the Prosecution (1957) {Drama,Mystery,Thriller}
5009 Ali (2001) {Drama}
5010 Black Hawk Down (2001) {Action,Drama,War}
5012 Yentl (1983) {Drama,Musical,Romance}
5013 Gosford Park (2001) {Comedy,Drama,Mystery}
5014 I Am Sam (2001) {Drama}
5015 Monster/'s Ball (2001) {Drama,Romance}
5016 Shipping News, The (2001) {Drama}
5017 Big Heat, The (1953) {Drama,Film-Noir}
5018 Motorama (1991) {Adventure,Comedy,Crime,Drama,Fantasy,Mystery,Sci-Fi,Thriller}
5021 Murder by Death (1976) {Comedy,Crime,Mystery,Thriller}
5022 Servant, The (1963) {Drama}
5023 Waterdance, The (1992) {Drama}
5025 Orange County (2002) {Comedy}
5026 Brotherhood of the Wolf (Pacte des loups, Le) (2001) {Action,Mystery,Thriller}
5027 Another 48 Hrs. (1990) {Action,Comedy,Crime,Drama,Thriller}
5028 What Time Is It There? (Ni neibian jidian) (2001) {Drama}
5033 Russia House, The (1990) {Drama,Thriller}
5034 Truly, Madly, Deeply (1991) {Drama,Romance}
5038 Flight of Dragons, The (1982) {Adventure,Animation,Children,Drama,Fantasy}
5039 Dragonslayer (1981) {Action,Adventure,Fantasy}
5040 Conan the Destroyer (1984) {Action,Adventure,Fantasy}
5041 Fire and Ice (1983) {Animation,Fantasy}
5042 Forbidden Zone (1980) {Musical,Sci-Fi}
5043 Formula, The (1980) {Thriller}
5046 Impostor (2002) {Action,Drama,Sci-Fi,Thriller}
5047 Kung Pow: Enter the Fist (2002) {Action,Comedy}
5048 Snow Dogs (2002) {Adventure,Children,Comedy}
5049 48 Hrs. (1982) {Action,Comedy,Crime,Drama}
5051 Italian for Beginners (Italiensk for begyndere) (2000) {Comedy,Drama,Romance}
5053 Blankman (1994) {Comedy}
5054 Brainstorm (1983) {Sci-Fi,Thriller}
5055 Dragon: The Bruce Lee Story (1993) {Action,Drama}
5056 Enigma of Kaspar Hauser, The (a.k.a. Mystery of Kaspar Hauser, The) (Jeder für sich und Gott Gegen Alle) (1974) {Crime,Drama}
5057 4 for Texas (1963) {Comedy,Western}
5059 Little Dieter Needs to Fly (1997) {Documentary}
5060 M*A*S*H (a.k.a. MASH) (1970) {Comedy,Drama,War}
5061 Mrs. Soffel (1984) {Drama,Romance}
5062 Seconds (1966) {Mystery,Sci-Fi,Thriller}
5063 One-Eyed Jacks (1961) {Western}
5064 The Count of Monte Cristo (2002) {Action,Adventure,Drama,Thriller}
5065 Mothman Prophecies, The (2002) {Drama,Fantasy,Horror,Mystery,Thriller}
5066 Walk to Remember, A (2002) {Drama,Romance}
5069 Escaflowne: The Movie (Escaflowne) (2000) {Action,Adventure,Animation,Drama,Fantasy}
5071 Maelström (2000) {Drama,Romance}
5072 Metropolis (2001) {Animation,Sci-Fi}
5073 Son/'s Room, The (Stanza del figlio, La) (2001) {Drama}
5074 Storytelling (2001) {Comedy,Drama}
5075 Waydowntown (2000) {Comedy}
5076 Adventures of Huck Finn, The (1993) {Adventure,Children,Comedy,Drama}
5079 Young at Heart (1954) {Drama,Musical,Romance}
5080 Slackers (2002) {Comedy}
5081 Birthday Girl (2001) {Drama,Romance}
5083 Rare Birds (2001) {Comedy,Drama}
5085 Carmen Jones (1954) {Drama,Musical}
5087 Get Out Your Handkerchiefs (Préparez vos mouchoirs) (1978) {Comedy,Drama,Romance}
5088 Going Places (Valseuses, Les) (1974) {Comedy,Crime,Drama}
5092 Big Fat Liar (2002) {Children,Comedy}
5093 Collateral Damage (2002) {Action,Thriller}
5094 Rollerball (2002) {Action,Sci-Fi}
5095 Scotland, Pa. (2001) {Comedy,Crime}
5096 Baby/'s Day Out (1994) {Comedy}
5097 Bright Eyes (1934) {Comedy,Drama}
5098 Dimples (1936) {Musical}
5099 Heidi (1937) {Children,Drama}
5101 Richard Pryor Here and Now (1983) {Comedy,Documentary}
5102 Rookie of the Year (1993) {Comedy,Fantasy}
5103 Sandlot, The (1993) {Children,Comedy,Drama}
5105 Don/'t Look Now (1973) {Drama,Horror,Thriller}
5106 Crossroads (2002) {Comedy,Musical,Romance}
5107 Hart/'s War (2002) {Drama,War}
5108 John Q (2002) {Crime,Drama,Thriller}
5109 Return to Never Land (2002) {Adventure,Animation,Children}
5110 Super Troopers (2001) {Comedy,Crime,Mystery}
5111 Good Son, The (1993) {Drama,Thriller}
5114 Bad and the Beautiful, The (1952) {Drama}
5117 Funny Lady (1975) {Comedy,Musical}
5119 Saturday Night and Sunday Morning (1960) {Drama}
5120 Sleuth (1972) {Comedy,Mystery,Thriller}
5121 Stroszek (1977) {Comedy,Drama}
5122 Summer of /'42 (1971) {Drama}
5127 Dragonfly (2002) {Drama,Fantasy,Mystery,Romance,Thriller}
5128 Queen of the Damned (2002) {Fantasy,Horror}
5134 Mean Machine (2001) {Comedy,Drama}
5135 Monsoon Wedding (2001) {Comedy,Romance}
5137 Scratch (2001) {Documentary}
5139 Bad News Bears, The (1976) {Comedy}
5141 Bad News Bears in Breaking Training, The (1977) {Comedy}
5142 Firemen/'s Ball, The (Horí, má panenko) (1967) {Comedy,Drama}
5146 Vampire Hunter D: Bloodlust (Banpaia hantâ D) (2000) {Animation,Fantasy,Horror,Sci-Fi}
5147 Wild Strawberries (Smultronstället) (1957) {Drama}
5151 40 Days and 40 Nights (2002) {Comedy,Romance}
5152 We Were Soldiers (2002) {Action,Drama,War}
5153 Trouble Every Day (2001) {Drama,Horror,Thriller}
5159 Ferngully: The Last Rainforest (1992) {Animation,Children,Comedy,Musical}
5161 Intersection (1994) {Drama,Romance}
5164 Troll in Central Park, A (1994) {Animation,Children}
5165 Zombie (a.k.a. Zombie 2: The Dead Are Among Us) (Zombi 2) (1979) {Horror}
5167 My Favorite Brunette (1947) {Comedy,Mystery}
5168 Royal Wedding (1951) {Comedy,Musical,Romance}
5169 Scarlet Street (1945) {Film-Noir}
5170 All About the Benjamins (2002) {Action,Comedy,Crime}
5171 Time Machine, The (2002) {Action,Adventure,Sci-Fi}
5172 Full Frontal (2002) {Comedy,Drama,Romance}
5177 Magnificent Ambersons, The (1942) {Drama,Romance}
5179 Gloria (1980) {Drama,Thriller}
5180 Great Rock /'n/' Roll Swindle, The (1980) {Documentary}
5182 Hawk the Slayer (1980) {Action,Fantasy}
5186 Honeysuckle Rose (a.k.a. On the Road Again) (1980) {Drama,Romance}
5187 Hopscotch (1980) {Comedy}
5193 Jazz Singer, The (1980) {Musical}
5198 Long Good Friday, The (1980) {Drama,Thriller}
5199 Long Riders, The (1980) {Western}
5202 Mon oncle d/'Amérique (1980) {Drama}
5203 The Monster Club (1981) {Comedy,Horror}
5205 Motel Hell (1980) {Comedy,Horror}
5208 Ninth Configuration, The (a.k.a. Twinkle, Twinkle, Killer Kane) (1980) {Drama,War}
5210 Burial Ground (a.k.a. Zombie Horror) (a.k.a. Zombie 3) (Notti del Terrore, Le) (1981) {Horror}
5214 Oh, God! (1977) {Comedy,Fantasy}
5218 Ice Age (2002) {Adventure,Animation,Children,Comedy}
5219 Resident Evil (2002) {Action,Horror,Sci-Fi,Thriller}
5220 Showtime (2002) {Action,Comedy}
5222 Kissing Jessica Stein (2001) {Comedy,Romance}
5223 Pauline & Paulette (Pauline en Paulette) (2001) {Comedy,Drama}
5224 Promises (2001) {Documentary}
5225 And Your Mother Too (Y tu mamá también) (2001) {Drama,Romance}
5226 All the Right Moves (1983) {Drama,Romance}
5227 Barabbas (1961) {Adventure,Drama}
5229 I Think I Do (1997) {Comedy}
5230 Paleface, The (1948) {Comedy,Western}
5231 Road to Morocco (1942) {Comedy}
5232 Road to Singapore (1940) {Comedy,Musical}
5233 Road to Utopia (1946) {Comedy}
5234 Road to Zanzibar (1941) {Comedy}
5236 Tale of Springtime, A (Conte de Printemps) (1990) {Drama,Romance}
5237 Taps (1981) {Drama}
5238 Return of the Secaucus 7 (1980) {Drama}
5241 Seems Like Old Times (1980) {Comedy,Romance}
5242 Serial (1980) {Comedy}
5243 Young Master, The (Shi di chu ma) (1980) {Action,Comedy}
5244 Shogun Assassin (1980) {Action,Adventure}
5246 Smokey and the Bandit II (1980) {Action,Comedy}
5247 Smokey and the Bandit (1977) {Action,Comedy}
5248 Smokey and the Bandit III (1983) {Action,Comedy}
5250 Stir Crazy (1980) {Comedy}
5254 Blade II (2002) {Action,Horror,Thriller}
5255 Sorority Boys (2002) {Comedy}
5256 Stolen Summer (2002) {Drama}
5258 George Washington (2000) {Drama}
5264 Clockstoppers (2002) {Action,Adventure,Sci-Fi,Thriller}
5265 Death to Smoochy (2002) {Comedy,Crime,Drama}
5266 Panic Room (2002) {Thriller}
5267 Rookie, The (2002) {Drama}
5269 Piano Teacher, The (La pianiste) (2001) {Drama}
5271 30 Years to Life (2001) {Comedy,Drama,Romance}
5275 Boxcar Bertha (1972) {Drama}
5276 Crimes of Passion (1984) {Drama,Romance,Thriller}
5277 Evil That Men Do, The (1984) {Action,Thriller}
5278 Fraternity Vacation (1985) {Comedy,Romance}
5279 Impromptu (1991) {Comedy,Romance}
5282 High Crimes (2002) {Thriller}
5283 National Lampoon/'s Van Wilder (2002) {Comedy}
5285 Lucky Break (2001) {Comedy,Crime}
5288 Atomic Cafe, The (1982) {Documentary,War}
5289 Body and Soul (1947) {Drama,Film-Noir}
5291 Rashomon (Rashômon) (1950) {Crime,Drama,Mystery}
5292 Slap Shot (1977) {Comedy}
5293 Changing Lanes (2002) {Drama,Thriller}
5294 Frailty (2001) {Crime,Drama,Thriller}
5296 Sweetest Thing, The (2002) {Comedy,Romance}
5297 Cat/'s Meow, The (2002) {Drama,Thriller}
5298 Human Nature (2001) {Comedy,Romance}
5299 My Big Fat Greek Wedding (2002) {Comedy,Romance}
5300 3:10 to Yuma (1957) {Action,Adventure,Drama,Thriller,Western}
5301 Bite the Bullet (1975) {Action,Adventure,Western}
5302 Breakout (1975) {Action,Adventure}
5303 Joe Versus the Volcano (1990) {Comedy,Romance}
5304 Rome, Open City (a.k.a. Open City) (Roma, città aperta) (1945) {Drama,War}
5305 Return of the Killer Tomatoes! (1988) {Comedy,Horror,Sci-Fi}
5307 Taking Care of Business (1990) {Comedy}
5308 Three Men and a Baby (1987) {Comedy}
5309 Three Men and a Little Lady (1990) {Comedy,Romance}
5312 Murder by Numbers (2002) {Crime,Thriller}
5313 The Scorpion King (2002) {Action,Adventure,Fantasy,Thriller}
5315 Chelsea Walls (2001) {Drama}
5316 Enigma (2001) {Romance,Thriller}
5319 Nine Queens (Nueve reinas) (2000) {Crime,Thriller}
5323 Jason X (2002) {Horror,Sci-Fi,Thriller}
5324 Life or Something Like It (2002) {Comedy,Romance}
5325 Dogtown and Z-Boyz (2001) {Documentary}
5329 Salton Sea, The (2002) {Crime,Drama,Thriller}
5333 Bob le Flambeur (1955) {Crime,Drama}
5334 Cadillac Man (1990) {Comedy,Crime}
5335 Coca-Cola Kid, The (1985) {Comedy,Romance}
5337 Delirious (1991) {Comedy}
5339 Husbands and Wives (1992) {Comedy,Drama}
5341 Lenny (1974) {Drama}
5342 Nomads (1986) {Horror,Mystery,Thriller}
5343 Temp, The (1993) {Drama,Thriller}
5344 Thief of Hearts (1984) {Drama,Thriller}
5346 Wild Orchid (1990) {Drama,Romance}
5348 Hollywood Ending (2002) {Comedy,Drama}
5349 Spider-Man (2002) {Action,Adventure,Sci-Fi,Thriller}
5352 The Big Sleep (1978) {Thriller}
5353 Butterflies Are Free (1972) {Comedy,Drama}
5354 Cactus Flower (1969) {Comedy}
5356 Giant Spider Invasion, The (1975) {Horror,Sci-Fi}
5357 Iron Will (1994) {Adventure}
5359 Rambling Rose (1991) {Drama}
5360 Survivors, The (1983) {Comedy}
5361 White Fang (1991) {Adventure}
5363 New Guy, The (2002) {Comedy}
5364 Unfaithful (2002) {Drama,Thriller}
5365 Lady and the Duke, The (Anglaise et le duc, L/') (2001) {Drama,Romance}
5366 Whore (1991) {Drama}
5367 My Beautiful Laundrette (1985) {Drama,Romance}
5372 Calamity Jane (1953) {Musical,Western}
5373 Cranes Are Flying, The (Letyat zhuravli) (1957) {Drama,Romance,War}
5375 Harvey Girls, The (1946) {Comedy,Musical,Western}
5377 About a Boy (2002) {Comedy,Drama,Romance}
5378 Star Wars: Episode II - Attack of the Clones (2002) {Action,Adventure,Sci-Fi,IMAX}
5379 Believer, The (2001) {Drama}
5380 Importance of Being Earnest, The (2002) {Comedy,Drama,Romance}
5382 Every Which Way But Loose (1978) {Comedy}
5383 Hound of the Baskervilles, The (1959) {Crime,Horror,Mystery}
5384 I Want to Live! (1958) {Crime,Drama}
5385 Last Waltz, The (1978) {Documentary}
5387 Enough (2002) {Drama,Thriller}
5388 Insomnia (2002) {Action,Crime,Drama,Mystery,Thriller}
5389 Spirit: Stallion of the Cimarron (2002) {Adventure,Animation,Children,Western}
5391 Thirteen Conversations About One Thing (a.k.a. 13 Conversations) (2001) {Drama}
5395 Gambler, The (1974) {Drama}
5398 Requiem for a Heavyweight (1962) {Drama}
5400 Sum of All Fears, The (2002) {Drama,Thriller}
5401 Undercover Brother (2002) {Comedy}
5404 84 Charing Cross Road (1987) {Drama,Romance}
5410 Silent Running (1972) {Drama,Sci-Fi}
5413 Zombie Holocaust (a.k.a. Doctor Butcher M.D.) (Zombi Holocaust) (1980) {Horror}
5414 Bad Company (2002) {Action,Comedy,Crime}
5415 Divine Secrets of the Ya-Ya Sisterhood (2002) {Comedy,Drama}
5416 Cherish (2002) {Comedy,Drama,Thriller}
5417 Fast Runner, The (Atanarjuat) (2001) {Drama,Fantasy}
5418 Bourne Identity, The (2002) {Action,Mystery,Thriller}
5419 Scooby-Doo (2002) {Adventure,Children,Comedy,Fantasy,Mystery}
5420 Windtalkers (2002) {Action,Drama,War}
5421 Dangerous Lives of Altar Boys, The (2002) {Drama}
5422 Emperor/'s New Clothes, The (2001) {Comedy}
5425 Dark Blue World (Tmavomodrý svet) (2001) {Drama,War}
5427 Caveman (1981) {Comedy}
5428 Cheech & Chong/'s The Corsican Brothers (1984) {Comedy}
5433 Silver Bullet (Stephen King/'s Silver Bullet) (1985) {Adventure,Drama,Horror,Mystery,Thriller}
5434 Sorry, Wrong Number (1948) {Drama,Film-Noir,Thriller}
5438 Men at Work (1990) {Action,Comedy}
5440 She Wore a Yellow Ribbon (1949) {Western}
5443 Juwanna Mann (2002) {Comedy}
5444 Lilo & Stitch (2002) {Adventure,Animation,Children,Sci-Fi}
5445 Minority Report (2002) {Action,Crime,Mystery,Sci-Fi,Thriller}
5446 Rabbit-Proof Fence (2002) {Adventure,Drama}
5447 Sunshine State (2002) {Drama}
5448 Hey Arnold! The Movie (2002) {Adventure,Animation,Children,Comedy}
5449 Mr. Deeds (2002) {Comedy,Romance}
5450 Lovely & Amazing (2001) {Comedy,Drama,Romance}
5452 Look Who/'s Talking Now (1993) {Children,Comedy,Romance}
5458 Like Mike (2002) {Children,Comedy,Fantasy}
5459 Men in Black II (a.k.a. MIIB) (a.k.a. MIB 2) (2002) {Action,Comedy,Sci-Fi}
5460 Powerpuff Girls, The (2002) {Action,Animation,Children,Comedy}
5462 Crocodile Hunter: Collision Course, The (2002) {Adventure,Comedy}
5463 Reign of Fire (2002) {Action,Adventure,Fantasy}
5464 Road to Perdition (2002) {Crime,Drama}
5466 My Wife is an Actress (Ma Femme est une Actrice) (2001) {Comedy,Drama,Romance}
5470 The Importance of Being Earnest (1952) {Comedy,Romance}
5471 Perfect (1985) {Drama,Romance}
5473 Fox and His Friends (Faustrecht der Freiheit) (1975) {Drama}
5475 Z (1969) {Drama,Mystery,Thriller}
5477 Sex and Lucia (Lucía y el sexo) (2001) {Drama,Romance}
5478 Eight Legged Freaks (2002) {Action,Comedy,Horror,Sci-Fi}
5479 K-19: The Widowmaker (2002) {Action,Adventure,Drama,Thriller}
5480 Stuart Little 2 (2002) {Children,Comedy}
5481 Austin Powers in Goldmember (2002) {Comedy}
5483 Kid Stays in the Picture, The (2002) {Documentary}
5489 Nosferatu the Vampyre (Nosferatu: Phantom der Nacht) (1979) {Horror}
5490 The Big Bus (1976) {Action,Comedy}
5498 Red Beard (Akahige) (1965) {Drama}
5500 Top Secret! (1984) {Comedy}
5501 Master of Disguise, The (2002) {Comedy,Mystery}
5502 Signs (2002) {Horror,Sci-Fi,Thriller}
5503 Last Kiss, The (Ultimo bacio, L/') (2001) {Comedy,Drama,Romance}
5504 Spy Kids 2: The Island of Lost Dreams (2002) {Adventure,Children}
5505 Good Girl, The (2002) {Comedy,Drama}
5506 Blood Work (2002) {Crime,Drama,Mystery,Thriller}
5507 xXx (2002) {Action,Crime,Thriller}
5508 24 Hour Party People (2002) {Comedy,Drama,Musical}
5515 Songs From the Second Floor (Sånger från andra våningen) (2000) {Drama}
5516 Read My Lips (Sur mes lèvres) (2001) {Crime,Drama,Thriller}
5517 Nightcap (Merci pour le chocolat) (2000) {Crime,Thriller}
5518 Beau Pere (a.k.a. Stepfather) (Beau-père) (1981) {Drama}
5521 Principal, The (1987) {Action,Crime,Drama}
5522 Rollerball (1975) {Action,Drama,Sci-Fi}
5523 Adventures of Pluto Nash, The (2002) {Action,Adventure,Comedy,Sci-Fi}
5524 Blue Crush (2002) {Adventure,Drama,Romance}
5525 Mostly Martha (Bella Martha) (2001) {Comedy,Drama,Romance}
5527 Possession (2002) {Drama,Romance}
5528 One Hour Photo (2002) {Drama,Thriller}
5530 Simone (S1m0ne) (2002) {Comedy,Drama,Fantasy,Sci-Fi}
5531 Undisputed (2002) {Drama}
5534 Hush! (2001) {Drama}
5535 How I Killed My Father (a.k.a. My Father and I) (Comment j/'ai tué mon Père) (2001) {Drama}
5538 Care Bears Movie, The (1985) {Animation,Children,Fantasy}
5539 Care Bears Movie II: A New Generation (1986) {Animation,Children}
5540 Clash of the Titans (1981) {Action,Adventure,Fantasy,Romance}
5541 Hot Shots! (1991) {Action,Comedy,Romance,War}
5544 Time After Time (1979) {Sci-Fi,Thriller}
5548 Down and Out in Beverly Hills (1986) {Comedy}
5553 Stakeout (1987) {Comedy,Crime,Romance,Thriller}
5556 FearDotCom (a.k.a. Fear.com) (a.k.a. Fear Dot Com) (2002) {Crime,Horror,Thriller}
5558 Love and a Bullet (2002) {Action,Crime}
5560 À nous la liberté (Freedom for Us) (1931) {Comedy,Musical}
5561 True Colors (1991) {Drama}
5562 Snipes (2001) {Drama,Thriller}
5564 Swimfan (2002) {Thriller}
5568 Johnny Dangerously (1984) {Comedy}
5569 Last House on the Left, The (1972) {Crime,Horror,Thriller}
5570 Thesis (Tesis) (1996) {Drama,Horror,Thriller}
5572 Barbershop (2002) {Comedy}
5573 Stealing Harvard (2002) {Comedy,Crime}
5574 Transporter, The (2002) {Action,Crime}
5575 Alias Betty (Betty Fisher et autres histoires) (2001) {Crime,Drama}
5577 Igby Goes Down (2002) {Comedy,Drama}
5581 Betsy/'s Wedding (1990) {Comedy}
5582 Captain Ron (1992) {Adventure,Comedy}
5585 Ernest Scared Stupid (1991) {Comedy}
5588 Hills Have Eyes, The (1977) {Horror}
5597 Suburban Commando (1991) {Comedy,Sci-Fi}
5599 Tabu: A Story of the South Seas (1931) {Drama,Romance}
5600 Wanderers, The (1979) {Drama}
5601 Yearling, The (1946) {Children,Drama}
5602 Ladykillers, The (1955) {Comedy,Crime}
5603 Lavender Hill Mob, The (1951) {Comedy,Crime}
5604 Man in the White Suit, The (1951) {Comedy,Sci-Fi}
5605 Ratcatcher (1999) {Drama}
5607 Son of the Bride (Hijo de la novia, El) (2001) {Comedy,Drama}
5608 Das Experiment (Experiment, The) (2001) {Drama,Thriller}
5609 Ballistic: Ecks vs. Sever (2002) {Action,Thriller}
5611 Four Feathers, The (2002) {Adventure,War}
5612 Trapped (2002) {Action,Thriller}
5613 8 Women (2002) {Comedy,Crime,Musical,Mystery}
5615 Invincible (2001) {Drama}
5617 Secretary (2002) {Comedy,Drama,Romance}
5618 Spirited Away (Sen to Chihiro no kamikakushi) (2001) {Adventure,Animation,Fantasy}
5619 Trials of Henry Kissinger, The (2002) {Documentary}
5620 Sweet Home Alabama (2002) {Comedy,Romance}
5621 Tuxedo, The (2002) {Action,Comedy}
5622 Charly (2002) {Comedy,Drama,Romance}
5625 Moonlight Mile (2002) {Drama,Romance}
5628 Wasabi (2001) {Action,Comedy,Crime,Drama,Thriller}
5629 Jonah: A VeggieTales Movie (2002) {Animation,Children,Musical}
5630 Red Dragon (2002) {Crime,Mystery,Thriller}
5632 Bloody Sunday (2002) {Drama}
5633 Heaven (2002) {Drama}
5636 Welcome to Collinwood (2002) {Comedy,Crime}
5637 Flirting (1991) {Drama}
5638 Godzilla vs. Mothra (Mosura tai Gojira) (1964) {Action,Adventure,Fantasy,Sci-Fi}
5641 Moderns, The (1988) {Drama}
5642 Onion Field, The (1979) {Drama}
5643 Powaqqatsi (1988) {Documentary}
5644 Pride of the Yankees, The (1942) {Drama}
5646 Valmont (1989) {Drama,Romance}
5649 Horror of Dracula (Dracula) (1958) {Horror}
5650 Strange Brew (1983) {Comedy}
5651 Incredible Mr. Limpet, The (1964) {Animation,Comedy,War}
5655 Fan, The (1981) {Drama,Thriller}
5662 Wrong Guy, The (1997) {Comedy,Romance,Thriller}
5663 Below (2002) {Horror}
5666 Rules of Attraction, The (2002) {Comedy,Drama,Romance,Thriller}
5667 Tuck Everlasting (2002) {Drama,Fantasy}
5668 White Oleander (2002) {Drama}
5669 Bowling for Columbine (2002) {Documentary}
5670 Comedian (2002) {Comedy,Documentary}
5672 Pokemon 4 Ever (a.k.a. Pokémon 4: The Movie) (2002) {Adventure,Animation,Children,Fantasy}
5673 Punch-Drunk Love (2002) {Comedy,Drama,Romance}
5675 Swept Away (2002) {Comedy,Romance}
5677 Abandon (2002) {Drama,Thriller}
5678 Formula 51 (2001) {Action,Comedy,Crime,Thriller}
5679 Ring, The (2002) {Horror,Mystery,Thriller}
5680 Auto Focus (2002) {Crime,Drama}
5682 Grey Zone, The (2001) {Drama}
5684 Naqoyqatsi (2002) {Documentary}
5685 Real Women Have Curves (2002) {Comedy,Drama}
5686 Russian Ark (Russkiy Kovcheg) (2002) {Drama,Fantasy,War}
5689 Billy Bathgate (1991) {Crime,Drama}
5690 Grave of the Fireflies (Hotaru no haka) (1988) {Animation,Drama,War}
5691 Jason Goes to Hell: The Final Friday (1993) {Action,Horror}
5693 Saturday Night Fever (1977) {Comedy,Drama,Romance}
5694 Staying Alive (1983) {Comedy,Drama,Musical}
5696 Urban Cowboy (1980) {Drama}
5699 Tom Horn (1980) {Western}
5700 The Pumaman (1980) {Action,Adventure,Fantasy,Sci-Fi}
5703 Wholly Moses (1980) {Comedy}
5705 Xanadu (1980) {Fantasy,Musical,Romance}
5707 Absence of Malice (1981) {Drama,Romance}
5710 Banana Joe (1981) {Comedy}
5712 Blow Out (1981) {Mystery,Thriller}
5715 Burning, The (1981) {Horror}
5718 Carbon Copy (1981) {Comedy}
5723 Continental Divide (1981) {Comedy,Romance}
5729 Endless Love (1981) {Drama,Romance}
5732 Eye of the Needle (1981) {Thriller}
5734 Faces of Death 2 (1981) {Documentary,Horror}
5735 Faces of Death (1978) {Documentary,Horror}
5736 Faces of Death 3 (1985) {Documentary,Horror}
5737 Faces of Death 4 (1990) {Documentary,Horror}
5742 First Monday in October (1981) {Comedy,Drama}
5745 Four Seasons, The (1981) {Comedy,Drama}
5746 Galaxy of Terror (Quest) (1981) {Action,Horror,Mystery,Sci-Fi}
5747 Gallipoli (1981) {Drama,War}
5752 Gregory/'s Girl (1981) {Comedy,Romance}
5754 Hand, The (1981) {Drama,Horror}
5765 Looney, Looney, Looney Bugs Bunny Movie, The (1981) {Animation,Children,Comedy}
5768 Modern Problems (1981) {Comedy,Fantasy}
5772 My Dinner with André (1981) {Drama}
5773 Neighbors (1981) {Comedy}
5777 Pennies from Heaven (1981) {Musical,Romance}
5778 Pieces (Mil gritos tiene la noche) (One Thousand Cries Has the Night) (1982) {Horror,Mystery,Thriller}
5779 Piranha II: The Spawning (1981) {Horror,Sci-Fi}
5780 Polyester (1981) {Comedy}
5782 Professional, The (Le professionnel) (1981) {Action,Drama,Thriller}
5784 Ghost Ship (2002) {Horror}
5785 Jackass: The Movie (2002) {Action,Comedy,Documentary}
5787 Truth About Charlie, The (2002) {Mystery,Thriller}
5788 All or Nothing (2002) {Drama}
5791 Frida (2002) {Drama,Romance}
5792 Roger Dodger (2002) {Comedy,Drama}
5795 Big Knife, The (1955) {Film-Noir}
5796 Casino Royale (1967) {Action,Adventure,Comedy}
5799 Exodus (1960) {Drama,Romance,War}
5801 Russians Are Coming, the Russians Are Coming, The (1966) {Comedy,War}
5803 I Spy (2002) {Action,Adventure,Comedy,Crime}
5808 Weight of Water, The (2000) {Thriller}
5809 Femme Fatale (2002) {Crime,Thriller}
5810 8 Mile (2002) {Drama}
5812 Far from Heaven (2002) {Drama,Romance}
5815 Half Past Dead (2002) {Action,Crime,Thriller}
5816 Harry Potter and the Chamber of Secrets (2002) {Adventure,Fantasy}
5818 Crime of Father Amaro, The (Crimen del padre Amaro, El) (2002) {Drama,Romance}
5819 Interview with the Assassin (2002) {Drama}
5820 Standing in the Shadows of Motown (2002) {Documentary,Musical}
5825 Life and Death of Colonel Blimp, The (1943) {Drama,Romance,War}
5826 Rio Grande (1950) {Romance,Western}
5828 Blackrock (1997) {Drama,Thriller}
5829 Men with Brooms (2002) {Comedy,Drama,Romance}
5830 Mysterious Island (1961) {Adventure,Sci-Fi}
5832 Left Behind II: Tribulation Force (2002) {Drama}
5833 Dog Soldiers (2002) {Action,Horror}
5834 Fingers (1978) {Drama}
5836 Houseboat (1958) {Comedy,Romance}
5839 My Father/'s Glory (La gloire de mon père) (1990) {Adventure,Drama}
5840 My Mother/'s Castle (Château de ma mère, Le) (1990) {Comedy,Drama}
5841 Return to the Blue Lagoon (1991) {Adventure,Romance}
5843 Toy Soldiers (1991) {Action,Drama}
5846 Raggedy Man (1981) {Drama}
5847 Ragtime (1981) {Drama}
5850 Road Games (a.k.a. Roadgames) (1981) {Thriller}
5853 Scanners (1981) {Horror,Sci-Fi,Thriller}
5854 Sharky/'s Machine (1981) {Crime,Drama,Romance}
5857 So Fine (1981) {Comedy}
5859 Southern Comfort (1981) {Drama,Thriller,War}
5864 Tarzan, the Ape Man (1981) {Adventure}
5866 They All Laughed (1981) {Comedy}
5867 Thief (1981) {Crime,Drama,Thriller}
5868 This Is Elvis (1981) {Documentary,Drama,Musical}
5869 True Confessions (1981) {Crime,Drama}
5872 Die Another Day (2002) {Action,Adventure,Thriller}
5873 The Emperor/'s Club (2002) {Drama}
5874 Friday After Next (2002) {Comedy}
5875 Personal Velocity (2002) {Drama}
5876 Quiet American, The (2002) {Drama,Thriller,War}
5878 Talk to Her (Hable con Ella) (2002) {Drama,Romance}
5879 Eight Crazy Nights (Adam Sandler/'s Eight Crazy Nights) (2002) {Animation,Comedy,Musical}
5880 Extreme Ops (2002) {Action,Adventure,Crime,Thriller}
5881 Solaris (2002) {Drama,Romance,Sci-Fi}
5882 Treasure Planet (2002) {Adventure,Animation,Children,Sci-Fi,IMAX}
5883 They (2002) {Horror,Thriller}
5888 Brother (Brat) (1997) {Crime,Drama}
5891 I Spit on Your Grave (Day of the Woman) (1978) {Horror,Thriller}
5893 Last Seduction, The (1994) {Crime,Drama,Thriller}
5899 Zulu (1964) {Action,Drama,War}
5900 Analyze That (2002) {Comedy,Crime}
5901 Empire (2002) {Crime,Drama}
5902 Adaptation (2002) {Comedy,Drama,Romance}
5903 Equilibrium (2002) {Action,Sci-Fi,Thriller}
5909 Visitor Q (Bizita Q) (2001) {Comedy,Drama,Horror}
5910 Bolero (Uns et les autres, Les) (1981) {Drama,War}
5913 Warning for the Joensson Gang (Varning för Jönssonligan) (1981) {Comedy,Crime}
5914 Vernon, Florida (1981) {Documentary}
5915 Victory (a.k.a. Escape to Victory) (1981) {Action,Drama,War}
5917 Zoot Suit (1981) {Drama,Musical}
5918 Alone in the Dark (1982) {Horror}
5923 Author! Author! (1982) {Comedy,Drama}
5926 Best Friends (1982) {Comedy,Drama,Romance}
5927 Best Little Whorehouse in Texas, The (1982) {Comedy,Drama,Musical,Romance}
5932 Burden of Dreams (1982) {Documentary}
5933 Cannery Row (1982) {Drama}
5936 Come Back to the Five and Dime, Jimmy Dean, Jimmy Dean (1982) {Drama}
5938 Deathtrap (1982) {Comedy,Crime,Mystery,Thriller}
5940 Eating Raoul (1982) {Comedy}
5941 Drumline (2002) {Comedy,Drama,Musical,Romance}
5942 Hot Chick, The (2002) {Comedy}
5943 Maid in Manhattan (2002) {Comedy,Romance}
5944 Star Trek: Nemesis (2002) {Action,Drama,Sci-Fi,Thriller}
5945 About Schmidt (2002) {Comedy,Drama}
5947 Evelyn (2002) {Drama}
5949 Intact (Intacto) (2001) {Thriller}
5952 Lord of the Rings: The Two Towers, The (2002) {Adventure,Fantasy}
5954 25th Hour (2002) {Crime,Drama}
5955 Antwone Fisher (2002) {Drama}
5956 Gangs of New York (2002) {Crime,Drama}
5957 Two Weeks Notice (2002) {Comedy,Romance}
5958 Wild Thornberrys Movie, The (2002) {Animation,Children,Comedy}
5959 Narc (2002) {Crime,Drama,Thriller}
5960 Bad Influence (1990) {Drama,Thriller}
5961 Blue Steel (1990) {Action,Thriller}
5962 Body of Evidence (1993) {Drama,Thriller}
5963 Children/'s Hour, The (1961) {Drama}
5965 Duellists, The (1977) {Action,War}
5966 Kiss Before Dying, A (1956) {Film-Noir,Mystery}
5968 Miami Blues (1990) {Comedy,Crime,Drama}
5969 My Girl 2 (1994) {Comedy,Drama,Romance}
5970 My Girl (1991) {Comedy,Drama,Romance}
5971 My Neighbor Totoro (Tonari no Totoro) (1988) {Animation,Children,Drama,Fantasy}
5980 Black Christmas (1974) {Horror,Mystery,Thriller}
5981 Day of the Triffids, The (1962) {Horror,Sci-Fi}
5984 Story of O, The (Histoire d/'O) (1975) {Drama,Romance}
5985 Asoka (Ashoka the Great) (2001) {Action,Drama,Romance}
5986 Fat City (1972) {Drama}
5989 Catch Me If You Can (2002) {Crime,Drama}
5991 Chicago (2002) {Comedy,Crime,Drama,Musical}
5992 Hours, The (2002) {Drama,Romance}
5993 Max (2002) {Drama}
5994 Nicholas Nickleby (2002) {Drama,Romance}
5995 Pianist, The (2002) {Drama,War}
6000 House on the Edge of the Park, The (Casa sperduta nel parco, La) (1980) {Horror,Thriller}
6001 King of Comedy, The (1983) {Comedy,Drama}
6003 Confessions of a Dangerous Mind (2002) {Comedy,Crime,Drama,Thriller}
6005 Blue Collar Comedy Tour: The Movie (2003) {Comedy,Documentary}
6006 Just Married (2003) {Comedy,Romance}
6008 Son, The (Le fils) (2002) {Drama}
6012 Guy Thing, A (2003) {Comedy,Romance}
6013 Kangaroo Jack (2003) {Action,Comedy}
6014 National Security (2003) {Action,Comedy}
6016 City of God (Cidade de Deus) (2002) {Action,Adventure,Crime,Drama,Thriller}
6021 American Friend, The (Amerikanische Freund, Der) (1977) {Crime,Drama,Mystery,Thriller}
6022 American Me (1992) {Drama}
6025 CB4 - The Movie (1993) {Comedy}
6027 Dogfight (1991) {Drama,Romance}
6031 Imitation of Life (1959) {Drama,Romance}
6032 Little Romance, A (1979) {Comedy,Romance}
6033 Mystery Date (1991) {Comedy}
6035 Pépé le Moko (1937) {Crime,Drama,Romance}
6037 Summer Lovers (1982) {Comedy,Drama,Romance}
6039 Woman in Red, The (1984) {Comedy,Romance}
6040 Darkness Falls (2003) {Horror,Thriller}
6042 Blind Spot: Hitler/'s Secretary (Im toten Winkel - Hitlers Sekretärin) (2002) {Documentary}
6047 Dead Reckoning (1947) {Drama,Film-Noir,Mystery}
6051 Harder They Come, The (1973) {Action,Crime,Drama}
6056 Chaos (2001) {Comedy,Crime,Drama}
6057 Biker Boyz (2003) {Action,Crime,Drama}
6058 Final Destination 2 (2003) {Horror,Thriller}
6059 Recruit, The (2003) {Action,Thriller}
6060 Guru, The (2002) {Comedy,Romance}
6062 Lost in La Mancha (2002) {Documentary}
6063 May (2002) {Drama,Horror}
6064 Harder They Fall, The (1956) {Drama,Film-Noir}
6073 Victim (1961) {Crime,Drama}
6077 Evil Under the Sun (1982) {Crime,Drama,Mystery}
6078 Firefox (1982) {Action,Sci-Fi,Thriller}
6084 Honkytonk Man (1982) {Comedy,Drama}
6091 Labyrinth of Passion (Laberinto de Pasiones) (1982) {Comedy}
6092 Last American Virgin, The (1982) {Comedy,Drama}
6093 Last Unicorn, The (1982) {Animation,Children,Fantasy}
6095 Dragon Lord (a.k.a. Dragon Strike) (Long Xiao Ye) (1982) {Action}
6096 Making Love (1982) {Drama}
6100 Midsummer Night/'s Sex Comedy, A (1982) {Comedy,Romance}
6101 Missing (1982) {Drama,Mystery,Thriller}
6103 Monsignor (1982) {Drama,War}
6104 Monty Python Live at the Hollywood Bowl (1982) {Comedy}
6105 Moonlighting (1982) {Drama}
6107 Night of the Shooting Stars (Notte di San Lorenzo, La) (1982) {Drama,War}
6109 One from the Heart (1982) {Drama,Romance}
6114 Permanent Vacation (1982) {Drama}
6115 Personal Best (1982) {Drama}
6116 Pirate Movie, The (1982) {Adventure,Comedy,Musical}
6121 Querelle (1982) {Drama}
6122 Richard Pryor Live on the Sunset Strip (1982) {Comedy,Documentary}
6123 Sunless (Sans Soleil) (1983) {Documentary}
6124 Savannah Smiles (1982) {Comedy}
6125 Secret Policeman/'s Other Ball, The (1982) {Comedy,Documentary,Musical}
6126 Veronika Voss (Sehnsucht der Veronika Voss, Die) (1982) {Drama}
6127 Shoot the Moon (1982) {Drama}
6132 New York Ripper, The (Squartatore di New York, Lo) (1982) {Crime,Horror,Mystery,Thriller}
6133 State of Things, The (Stand der Dinge, Der) (1982) {Drama}
6140 Tenebre (1982) {Horror,Mystery,Thriller}
6143 Trail of the Pink Panther (1982) {Comedy,Crime}
6148 White Dog (1982) {Drama,Horror,Thriller}
6154 Deliver Us from Eva (2003) {Comedy,Romance}
6155 How to Lose a Guy in 10 Days (2003) {Comedy,Romance}
6156 Shanghai Knights (2003) {Action,Adventure,Comedy}
6157 Daredevil (2003) {Action,Crime}
6159 All the Real Girls (2003) {Drama,Romance}
6162 Gerry (2002) {Adventure,Drama}
6163 He Loves Me... He Loves Me Not (À la folie... pas du tout) (2002) {Romance,Thriller}
6166 Dennis the Menace (1993) {Comedy}
6170 Black Stallion, The (1979) {Adventure,Children,Drama}
6178 Patch of Blue, A (1965) {Drama,Romance}
6180 Q & A (1990) {Crime,Drama}
6182 Thrill of It All, The (1963) {Comedy}
6183 Pillow Talk (1959) {Comedy,Musical,Romance}
6184 Man Who Fell to Earth, The (1976) {Drama,Sci-Fi}
6185 Dark Blue (2003) {Action,Crime,Drama,Thriller}
6186 Gods and Generals (2003) {Action,Drama,War}
6187 Life of David Gale, The (2003) {Crime,Drama,Thriller}
6188 Old School (2003) {Comedy}
6195 Stone Reader (2002) {Documentary}
6197 Spider (2002) {Drama,Mystery}
6198 American Heart (1992) {Crime,Drama}
6201 Lady Jane (1986) {Drama,Romance}
6203 Life Stinks (1991) {Comedy}
6204 Meteor Man, The (1993) {Comedy}
6207 Slaughter Rule, The (2002) {Drama}
6211 Ten (2002) {Drama}
6212 Bringing Down the House (2003) {Comedy}
6213 Tears of the Sun (2003) {Action,Drama,Thriller}
6214 Irreversible (Irréversible) (2002) {Crime,Drama,Mystery,Thriller}
6215 Laurel Canyon (2002) {Drama}
6216 Nowhere in Africa (Nirgendwo in Afrika) (2001) {Drama}
6218 Bend It Like Beckham (2002) {Comedy,Drama,Romance}
6219 Hunted, The (2003) {Action,Drama,Thriller}
6223 Spun (2001) {Comedy,Crime,Drama}
6225 King of Kings (1961) {Drama}
6227 Loving You (1957) {Drama,Musical}
6228 Talk of the Town, The (1942) {Comedy,Romance,Thriller}
6229 Two-Lane Blacktop (1971) {Drama}
6230 Bang the Drum Slowly (1973) {Drama}
6231 Benny Goodman Story, The (1955) {Drama,Musical}
6232 Born Free (1966) {Adventure,Children,Drama}
6233 Born Yesterday (1993) {Comedy,Romance}
6234 Equus (1977) {Drama,Mystery}
6235 Europa Europa (Hitlerjunge Salomon) (1990) {Drama,War}
6237 Glenn Miller Story, The (1953) {Drama}
6238 Green Card (1990) {Comedy,Drama,Romance}
6239 Journey to the Center of the Earth (1959) {Adventure,Children,Sci-Fi}
6240 One Good Cop (1991) {Action,Crime,Drama}
6242 Ringu (Ring) (1998) {Horror,Mystery,Thriller}
6243 Ringu 2 (Ring 2) (1999) {Horror,Mystery}
6244 Salaam Bombay! (1988) {Drama}
6245 Sweet Charity (1969) {Comedy,Drama,Musical,Romance}
6247 Women in Love (1969) {Drama,Romance}
6249 Boat Trip (2003) {Comedy}
6250 Dreamcatcher (2003) {Drama,Horror,Sci-Fi,Thriller}
6252 View from the Top (2003) {Comedy,Romance}
6254 Awful Truth, The (1937) {Comedy,Romance}
6256 House with Laughing Windows, The (Casa dalle finestre che ridono, La) (1976) {Horror,Mystery,Thriller}
6257 I Am Curious (Yellow) (Jag är nyfiken - en film i gult) (1967) {Drama}
6260 Robe, The (1953) {Drama}
6261 Wind (1992) {Action,Romance}
6263 Basic (2003) {Drama,Thriller,War}
6264 Core, The (2003) {Action,Drama,Sci-Fi,Thriller}
6265 Head of State (2003) {Comedy}
6266 What a Girl Wants (2003) {Comedy,Drama,Romance}
6268 Raising Victor Vargas (2002) {Comedy,Drama,Romance}
6269 Stevie (2002) {Documentary}
6271 Day for Night (La Nuit Américaine) (1973) {Comedy,Drama,Romance}
6273 In a Lonely Place (1950) {Drama,Film-Noir,Mystery,Romance}
6276 Wake of the Red Witch (1948) {Action,Adventure,Drama}
6279 Good Thief, The (2002) {Crime,Drama}
6281 Phone Booth (2002) {Drama,Thriller}
6283 Cowboy Bebop: The Movie (Cowboy Bebop: Tengoku no Tobira) (2001) {Action,Animation,Sci-Fi,Thriller}
6284 DysFunktional Family (2003) {Comedy,Documentary}
6286 Man Without a Past, The (Mies vailla menneisyyttä) (2002) {Comedy,Crime,Drama}
6287 Anger Management (2003) {Comedy}
6290 House of 1000 Corpses (2003) {Horror}
6291 Lilya 4-Ever (Lilja 4-ever) (2002) {Crime,Drama}
6294 Bulletproof Monk (2003) {Action,Adventure,Sci-Fi}
6295 Chasing Papi (a.k.a. Papi Chulo) (2003) {Comedy}
6296 Mighty Wind, A (2003) {Comedy,Musical}
6297 Holes (2003) {Adventure,Children,Comedy,Mystery}
6298 Malibu/'s Most Wanted (2003) {Comedy,Crime}
6299 Winged Migration (Peuple migrateur, Le) (2001) {Documentary}
6300 Flickering Lights (Blinkende lygter) (2000) {Action,Comedy,Crime}
6301 Straw Dogs (1971) {Drama,Thriller}
6302 Beginning of the End (1957) {Sci-Fi}
6303 Andromeda Strain, The (1971) {Mystery,Sci-Fi}
6305 Fahrenheit 451 (1966) {Drama,Sci-Fi}
6306 I Am Trying to Break Your Heart (2002) {Documentary}
6308 Legal Eagles (1986) {Comedy,Crime,Romance}
6314 Undercover Blues (1993) {Comedy,Crime}
6315 Wildcats (1986) {Comedy}
6316 Wiz, The (1978) {Adventure,Children,Comedy,Fantasy,Musical}
6318 Marrying Man, The (Too Hot to Handle) (1991) {Comedy,Romance}
6322 Confidence (2003) {Crime,Thriller}
6323 Identity (2003) {Crime,Horror,Mystery,Thriller}
6327 Decade Under the Influence, A (2003) {Documentary}
6329 Manic (2001) {Drama}
6331 Spellbound (2002) {Documentary}
6332 Lizzie McGuire Movie, The (2003) {Children,Comedy,Romance}
6333 X2: X-Men United (2003) {Action,Adventure,Sci-Fi,Thriller}
6335 Dancer Upstairs, The (2002) {Crime,Drama,Thriller}
6337 Owning Mahowny (2003) {Crime,Drama,Thriller}
6338 Daddy Day Care (2003) {Children,Comedy}
6339 Man on the Train (Homme du train, L/') (2002) {Comedy,Drama}
6341 Shape of Things, The (2003) {Drama}
6342 Trip, The (2002) {Comedy,Drama,Romance}
6344 101 Reykjavik (101 Reykjavík) (2000) {Comedy,Drama,Romance}
6345 Chorus Line, A (1985) {Comedy,Drama,Musical}
6348 Breakin/' 2: Electric Boogaloo (1984) {Musical}
6349 Breakin/' (1984) {Drama,Musical}
6350 Laputa: Castle in the Sky (Tenkû no shiro Rapyuta) (1986) {Action,Adventure,Animation,Children,Fantasy,Sci-Fi}
6355 Girls, Les (1957) {Musical}
6356 Gunfight at the O.K. Corral (1957) {Western}
6357 High Society (1956) {Comedy,Musical,Romance}
6358 Kiss Me Kate (1953) {Comedy,Musical,Romance}
6365 Matrix Reloaded, The (2003) {Action,Adventure,Sci-Fi,Thriller,IMAX}
6367 Down with Love (2003) {Comedy,Romance}
6368 Cinemania (2002) {Documentary}
6369 Friends and Family (2001) {Comedy}
6370 Spanish Apartment, The (L/'auberge espagnole) (2002) {Comedy,Drama,Romance}
6373 Bruce Almighty (2003) {Comedy,Drama,Fantasy,Romance}
6375 Gigantic (A Tale of Two Johns) (2002) {Documentary}
6377 Finding Nemo (2003) {Adventure,Animation,Children,Comedy}
6378 Italian Job, The (2003) {Action,Crime}
6379 Wrong Turn (2003) {Horror,Thriller}
6380 Capturing the Friedmans (2003) {Documentary}
6383 2 Fast 2 Furious (Fast and the Furious 2, The) (2003) {Action,Crime,Thriller}
6384 Love the Hard Way (2001) {Crime,Drama,Romance}
6385 Whale Rider (2002) {Drama}
6386 Nevada Smith (1966) {Western}
6387 Once a Thief (Zong heng si hai) (1991) {Action,Comedy,Crime,Thriller}
6390 Silk Stockings (1957) {Musical}
6395 Crazies, The (a.k.a. Code Name: Trixie) (1973) {Action,Drama,Horror,Sci-Fi,Thriller}
6400 Murder on a Sunday Morning (Un coupable idéal) (2001) {Documentary}
6404 White Sheik, The (Sceicco bianco, Lo) (1952) {Comedy,Romance}
6405 Treasure Island (1950) {Adventure,Children}
6408 Animals are Beautiful People (1974) {Comedy,Documentary}
6410 Car Wash (1976) {Comedy}
6412 Destry Rides Again (1939) {Comedy,Western}
6413 Electric Horseman, The (1979) {Comedy,Western}
6414 Gay Purr-ee (1962) {Animation,Children,Musical}
6415 Intervista (1987) {Comedy,Drama}
6416 King Rat (1965) {Drama,War}
6419 Mr. & Mrs. Bridge (1990) {Drama}
6422 Shenandoah (1965) {Drama,War,Western}
6423 Straight Talk (1992) {Comedy}
6424 Oscar (1991) {Comedy,Crime,Mystery,Romance}
6425 6th Man, The (Sixth Man, The) (1997) {Comedy}
6426 Far Country, The (1954) {Western}
6427 Railway Children, The (1970) {Children,Drama}
6428 Two Mules for Sister Sara (1970) {Comedy,War,Western}
6429 Winchester /'73 (1950) {Western}
6431 Battle Cry (1955) {Drama,War}
6432 Courtship of Eddie/'s Father, The (1963) {Comedy}
6433 Man with the Movie Camera, The (Chelovek s kino-apparatom) (1929) {Documentary}
6436 This Boy/'s Life (1993) {Drama}
6440 Barton Fink (1991) {Drama,Thriller}
6442 Belle époque (1992) {Comedy,Romance}
6446 Comancheros, The (1961) {Action,Adventure,Drama,Romance}
6447 Duel at Diablo (1966) {War}
6448 Flight of the Phoenix, The (1965) {Action,Adventure,Drama}
6449 From the Terrace (1960) {Drama}
6450 Heaven Knows, Mr. Allison (1957) {Drama,War}
6452 Long, Hot Summer, The (1958) {Drama}
6454 Music Box (1989) {Drama}
6458 Blue Max, The (1966) {Adventure,Drama,War}
6460 Trial, The (Procès, Le) (1962) {Drama}
6461 Unforgiven, The (1960) {Drama,Western}
6464 Good Burger (1997) {Children,Comedy}
6465 Jubilee (1977) {Drama}
6466 Mississippi Masala (1991) {Drama,Romance}
6467 Quai des Orfèvres (Jenny Lamour) (1947) {Crime,Drama}
6468 Stranger Among Us, A (1992) {Crime,Drama,Romance}
6470 Chisum (1970) {Western}
6473 Half Moon Street (1986) {Drama,Thriller}
6474 Truce, The (a.k.a. La Tregua) (1996) {Drama}
6476 Shattered (1991) {Mystery,Thriller}
6477 Song of Bernadette, The (1943) {Drama}
6480 Thoroughly Modern Millie (1967) {Comedy,Musical}
6482 Dumb and Dumberer: When Harry Met Lloyd (2003) {Comedy}
6484 Hollywood Homicide (2003) {Action,Crime,Drama}
6493 Alex and Emma (2003) {Comedy,Drama,Romance}
6498 Murphy/'s War (1971) {War}
6502 28 Days Later (2002) {Action,Horror,Sci-Fi}
6503 Charlie/'s Angels: Full Throttle (2003) {Action,Adventure,Comedy,Crime,Thriller}
6506 Fulltime Killer (Chuen jik sat sau) (2001) {Action,Thriller}
6509 Ali: Fear Eats the Soul (Angst essen Seele auf) (1974) {Drama,Romance}
6513 Made for Each Other (1939) {Comedy,Drama,Romance}
6514 Ring of Terror (1962) {Horror}
6515 You Only Live Once (1937) {Crime,Film-Noir}
6516 Anastasia (1956) {Drama}
6518 Flight of the Intruder (1991) {Action,War}
6521 Main Event, The (1979) {Comedy}
6522 Man/'s Favorite Sport? (1964) {Comedy}
6525 Nuts (1987) {Drama}
6527 Scaramouche (1952) {Adventure,Romance}
6528 Start the Revolution Without Me (1970) {Comedy}
6530 Tenant, The (Locataire, Le) (1976) {Drama,Horror,Mystery,Thriller}
6531 Hour of the Pig, The (1993) {Crime,Drama,Mystery}
6533 What/'s Up, Doc? (1972) {Comedy}
6534 Hulk (2003) {Action,Adventure,Sci-Fi}
6535 Legally Blonde 2: Red, White & Blonde (2003) {Comedy}
6536 Sinbad: Legend of the Seven Seas (2003) {Adventure,Animation,Children,Fantasy}
6537 Terminator 3: Rise of the Machines (2003) {Action,Adventure,Sci-Fi}
6538 Swimming Pool (2003) {Drama,Mystery,Thriller}
6539 Pirates of the Caribbean: The Curse of the Black Pearl (2003) {Action,Adventure,Comedy,Fantasy}
6541 League of Extraordinary Gentlemen, The (a.k.a. LXG) (2003) {Action,Fantasy,Sci-Fi}
6547 Northfork (2003) {Drama,Fantasy}
6548 Bad Boys II (2003) {Action,Comedy,Crime,Thriller}
6550 Johnny English (2003) {Action,Comedy,Thriller}
6552 Dirty Pretty Things (2002) {Crime,Drama,Thriller}
6559 Little Giants (1994) {Children,Comedy}
6561 Mouse That Roared, The (1959) {Comedy,War}
6562 Spencer/'s Mountain (1963) {Comedy,Drama}
6564 Lara Croft Tomb Raider: The Cradle of Life (2003) {Action,Adventure,Comedy,Romance,Thriller}
6565 Seabiscuit (2003) {Drama}
6566 Spy Kids 3-D: Game Over (2003) {Action,Adventure,Children}
6568 Camp (2003) {Comedy,Musical}
6571 Mondays in the Sun (Lunes al sol, Los) (2002) {Drama}
6579 One, Two, Three (1961) {Comedy}
6582 Remo Williams: The Adventure Begins (1985) {Action,Comedy,Crime,Thriller}
6584 What/'s Up, Tiger Lily? (1966) {Adventure,Comedy,Crime,Thriller}
6585 White Lightning (1973) {Action,Crime,Drama}
6586 American Wedding (American Pie 3) (2003) {Comedy}
6587 Gigli (2003) {Comedy,Crime,Romance}
6591 Magdalene Sisters, The (2002) {Drama}
6592 Secret Lives of Dentists, The (2002) {Drama}
6593 Freaky Friday (2003) {Children,Comedy,Fantasy}
6595 S.W.A.T. (2003) {Action,Thriller}
6596 Divorce, Le (2003) {Comedy,Drama,Romance}
6598 Step Into Liquid (2002) {Documentary}
6599 Accattone (1961) {Drama}
6600 ...And God Spoke (1993) {Comedy}
6602 Brain Damage (1988) {Comedy,Horror}
6603 Double Life, A (1947) {Crime,Drama,Film-Noir}
6609 Gospel According to St. Matthew, The (Vangelo secondo Matteo, Il) (1964) {Drama}
6611 Umberto D. (1952) {Drama}
6612 Brother/'s Keeper (1992) {Documentary}
6613 Day of the Dolphin, The (1973) {Drama}
6615 Freddy vs. Jason (2003) {Action,Horror,Thriller}
6617 Open Range (2003) {Western}
6618 Shaolin Soccer (Siu lam juk kau) (2001) {Action,Comedy}
6620 American Splendor (2003) {Comedy,Drama}
6624 Agent Cody Banks (2003) {Action,Adventure,Children,Fantasy}
6628 Hot Dog... The Movie (1984) {Comedy}
6629 House of Wax (1953) {Crime,Horror,Mystery,Thriller}
6630 Inn of the Sixth Happiness, The (1958) {Adventure,Drama}
6636 Sure Thing, The (1985) {Comedy,Romance}
6638 Valley Girl (1983) {Comedy,Romance}
6639 Wait Until Dark (1967) {Drama,Thriller}
6641 Code Unknown (Code inconnu: Récit incomplet de divers voyages) (2000) {Drama}
6643 Tokyo Story (Tôkyô monogatari) (1953) {Drama}
6644 Green Ray, The (Rayon vert, Le) (1986) {Drama,Romance}
6645 THX 1138 (1971) {Action,Adventure,Drama,Sci-Fi}
6646 Valley of the Dolls (1967) {Drama}
6650 Kind Hearts and Coronets (1949) {Comedy,Drama}
6658 10 (1979) {Comedy,Romance}
6659 Tremors (1990) {Comedy,Horror,Sci-Fi}
6662 Pink Panther, The (1963) {Comedy,Crime}
6663 Pink Panther Strikes Again, The (1976) {Comedy,Crime}
6664 Commando (1985) {Action,Adventure}
6665 Dracula (1979) {Horror,Romance}
6666 Discreet Charm of the Bourgeoisie, The (Charme discret de la bourgeoisie, Le) (1972) {Comedy,Drama,Fantasy}
6669 Ikiru (1952) {Drama}
6671 Angel at My Table, An (1990) {Drama}
6676 Incident at Oglala (1992) {Documentary}
6678 Handmaid/'s Tale, The (1990) {Drama,Sci-Fi}
6679 Revolution OS (2001) {Documentary}
6683 Fire (1996) {Drama}
6684 Death in Venice (Morte a Venezia) (1971) {Drama,Romance}
6686 Medallion, The (2003) {Action,Comedy,Crime,Fantasy}
6690 Don/'t Tempt Me (Sin noticias de Dios) (2001) {Comedy,Fantasy,Mystery}
6695 Jeepers Creepers 2 (2003) {Horror,Thriller}
6703 Order, The (2003) {Horror,Mystery,Thriller}
6706 Taking Sides (2001) {Drama}
6707 Cabin Fever (2002) {Horror,Thriller}
6708 Matchstick Men (2003) {Comedy,Crime,Drama}
6709 Once Upon a Time in Mexico (2003) {Action,Adventure,Crime,Thriller}
6710 Dummy (2002) {Comedy,Drama,Romance}
6711 Lost in Translation (2003) {Comedy,Drama,Romance}
6713 Millennium Actress (Sennen joyû) (2001) {Animation,Drama,Romance}
6718 Gotcha! (1985) {Comedy}
6721 Once Upon a Time in China (Wong Fei Hung) (1991) {Action,Adventure,Drama}
6722 Once Upon a Time in China II (Wong Fei-hung Ji Yi: Naam yi dong ji keung) (1992) {Action,Romance}
6992 Guarding Tess (1994) {Comedy,Drama}
6723 Once Upon a Time in China III (Wong Fei-hung tsi sam: Siwong tsangba) (1993) {Action}
6724 Paper Moon (1973) {Comedy,Crime,Drama}
6725 Sgt. Pepper/'s Lonely Hearts Club Band (1978) {Adventure,Musical}
6728 Ugly American, The (1963) {Drama}
6730 Convoy (1978) {Action,Comedy,Drama}
6731 Day of the Dead (1985) {Horror,Sci-Fi,Thriller}
6732 Hello, Dolly! (1969) {Comedy,Musical,Romance}
6735 Rose, The (1979) {Drama}
6739 At War with the Army (1950) {Comedy,Musical,Romance}
6743 Jungle Book (1942) {Adventure,Fantasy}
6744 Once Bitten (1985) {Comedy,Horror}
6748 Brood, The (1979) {Horror}
6751 Cold Creek Manor (2003) {Drama,Thriller}
6753 Secondhand Lions (2003) {Children,Comedy,Drama}
6754 Underworld (2003) {Action,Fantasy,Horror}
6755 Bubba Ho-tep (2002) {Comedy,Horror}
6757 Demonlover (2002) {Crime,Drama,Mystery,Thriller}
6760 In This World (2002) {Adventure,Drama}
6762 Yossi & Jagger (2002) {Drama,Romance}
6763 Duplex (2003) {Comedy,Crime}
6764 Rundown, The (2003) {Action,Adventure,Comedy}
6765 Under the Tuscan Sun (2003) {Comedy,Drama,Romance}
6768 Luther (2003) {Drama}
6769 Mambo Italiano (2003) {Comedy}
6770 My Life Without Me (2003) {Drama,Romance}
6771 Dorm Daze (National Lampoon Presents Dorm Daze) (2003) {Comedy}
6772 To Be and to Have (Être et avoir) (2002) {Documentary}
6773 Triplets of Belleville, The (Les triplettes de Belleville) (2003) {Animation,Comedy,Fantasy}
6774 Videodrome (1983) {Fantasy,Horror,Sci-Fi,Thriller}
6776 Lagaan: Once Upon a Time in India (2001) {Comedy,Drama,Musical,Romance}
6777 Judgment at Nuremberg (1961) {Drama}
6779 Same Time, Next Year (1978) {Comedy,Drama,Romance}
6780 Brief History of Time, A (1991) {Documentary}
6782 Leningrad Cowboys Go America (1989) {Comedy,Musical}
6783 Rules of the Game, The (La règle du jeu) (1939) {Comedy,Drama}
6785 Seven Brides for Seven Brothers (1954) {Comedy,Musical,Romance,Western}
6786 Kiss of the Spider Woman (1985) {Drama}
6787 All the President/'s Men (1976) {Drama,Thriller}
6788 Angie (1994) {Comedy,Drama,Romance}
6790 Avalon (2001) {Drama,Fantasy,Sci-Fi}
6791 Babette/'s Feast (Babettes gæstebud) (1987) {Drama}
6793 Beethoven (1992) {Children,Comedy,Drama}
6794 Beethoven/'s 2nd (1993) {Children,Comedy}
6796 Boyz N the Hood (1991) {Crime,Drama}
6797 Bugsy (1991) {Crime,Drama}
6798 Bugsy Malone (1976) {Children,Comedy,Crime,Musical}
6800 Cobra (1986) {Action,Crime}
6803 Phenomena (a.k.a. Creepers) (1985) {Horror,Mystery,Thriller}
6806 Time and Tide (Seunlau Ngaklau) (2000) {Action,Crime,Thriller}
6807 Monty Python/'s The Meaning of Life (1983) {Comedy}
6808 Where Eagles Dare (1968) {Action,Adventure,War}
6810 Sleeping with the Enemy (1991) {Drama,Thriller}
6811 PCU (1994) {Comedy}
6812 Rookie, The (1990) {Action,Comedy,Thriller}
6813 Ghost and Mr. Chicken, The (1966) {Comedy,Romance}
6814 City Heat (1984) {Action,Comedy}
6816 Three O/'Clock High (1987) {Comedy}
6818 Come and See (Idi i smotri) (1985) {Drama,War}
6820 Ginger Snaps (2000) {Drama,Horror,Thriller}
6822 Ballad of Little Jo, The (1993) {Drama,Western}
6826 Shakiest Gun in the West, The (1968) {Comedy,Western}
6827 It/'s Pat (1994) {Comedy}
6828 Sunday in the Country, A (Un dimanche à la campagne) (1984) {Drama}
6829 Gun in Betty Lou/'s Handbag, The (1992) {Comedy,Mystery}
6830 Sudden Fear (1952) {Film-Noir,Horror,Thriller}
6832 Regarding Henry (1991) {Drama}
6835 Alien Contamination (1980) {Action,Horror,Sci-Fi}
6840 Hospital, The (1971) {Comedy,Drama}
6850 Leap of Faith (1992) {Comedy,Drama}
6851 Gas, Food, Lodging (1992) {Drama,Romance}
6852 In Cold Blood (1967) {Crime,Drama}
6856 Yankee Doodle Dandy (1942) {Drama,Musical}
6857 Ninja Scroll (Jûbei ninpûchô) (1995) {Action,Adventure,Animation,Fantasy}
6858 Knife in the Water (Nóz w wodzie) (1962) {Drama}
6862 Out of Time (2003) {Crime,Drama,Thriller}
6863 School of Rock (2003) {Comedy,Musical}
6864 Concert for George, The (2003) {Documentary,Musical}
6867 Station Agent, The (2003) {Comedy,Drama}
6868 Wonderland (2003) {Crime,Drama,Mystery,Thriller}
6869 Bus 174 (Ônibus 174) (2002) {Crime,Documentary}
6870 Mystic River (2003) {Crime,Drama,Mystery}
6872 House of the Dead, The (2003) {Action,Horror}
6873 Intolerable Cruelty (2003) {Comedy,Romance}
6874 Kill Bill: Vol. 1 (2003) {Action,Crime,Thriller}
6875 Dopamine (2003) {Comedy,Drama,Romance}
6877 Girls Will Be Girls (2003) {Comedy}
6879 Runaway Jury (2003) {Drama,Thriller}
6880 Texas Chainsaw Massacre, The (2003) {Horror}
6881 Pieces of April (2003) {Comedy,Drama}
6883 Sylvia (2003) {Drama,Romance}
6884 Veronica Guerin (2003) {Crime,Drama,Thriller}
6885 In the Cut (2003) {Crime,Drama,Mystery,Romance,Thriller}
6887 Radio (2003) {Drama}
6888 Scary Movie 3 (2003) {Comedy,Horror}
6889 Brother Bear (2003) {Adventure,Animation,Children}
6890 Elephant (2003) {Drama}
6892 Singing Detective, The (2003) {Comedy,Drama,Musical,Mystery}
6893 Italian Job, The (1969) {Action,Comedy,Crime}
6896 Shoah (1985) {Documentary,War}
6898 Sweet Sixteen (2002) {Drama}
6902 Interstate 60 (2002) {Adventure,Comedy,Drama,Fantasy,Mystery,Sci-Fi,Thriller}
6906 That Was Then... This Is Now (1985) {Drama}
6909 Eye, The (Gin gwai) (Jian gui) (2002) {Thriller}
6918 Unvanquished, The (Aparajito) (1957) {Drama}
6920 Cercle Rouge, Le (Red Circle, The) (1970) {Crime,Thriller}
6927 Human Stain, The (2003) {Drama,Romance,Thriller}
6930 Girlhood (2003) {Documentary}
6932 Shattered Glass (2003) {Crime,Drama}
6934 Matrix Revolutions, The (2003) {Action,Adventure,Sci-Fi,Thriller,IMAX}
6935 Revolution Will Not Be Televised, The (a.k.a. Chavez: Inside the Coup) (2003) {Documentary}
6936 Elf (2003) {Children,Comedy,Fantasy}
6940 In My Skin (Dans ma Peau) (2002) {Drama}
6942 Love Actually (2003) {Comedy,Drama,Romance}
6944 Father of the Bride (1991) {Comedy}
6945 My Architect: A Son/'s Journey (2003) {Documentary}
6947 Master and Commander: The Far Side of the World (2003) {Adventure,Drama,War}
6950 Missing, The (2003) {Adventure,Thriller,Western}
6951 Cat in the Hat, The (2003) {Children,Comedy}
6952 Gothika (2003) {Horror,Thriller}
6953 21 Grams (2003) {Crime,Drama,Mystery,Romance,Thriller}
6954 Barbarian Invasions, The (Les invasions barbares) (2003) {Comedy,Crime,Drama,Mystery,Romance}
6957 Bad Santa (2003) {Comedy,Crime}
6958 Haunted Mansion, The (2003) {Children,Comedy,Fantasy,Horror}
6959 Timeline (2003) {Action,Adventure,Sci-Fi}
6961 Damage (Fatale) (1992) {Drama}
6963 Devil/'s Playground (2002) {Documentary}
6964 Dance with a Stranger (1985) {Crime,Drama,Thriller}
6966 Darkman (1990) {Action,Crime,Fantasy,Sci-Fi,Thriller}
6970 Desk Set (1957) {Comedy,Romance}
6971 Europa (Zentropa) (1991) {Drama,Thriller}
6974 Freshman, The (1990) {Comedy,Crime}
6975 Funny Games (1997) {Drama,Horror,Thriller}
6977 New Jack City (1991) {Action,Crime,Drama}
6978 Slacker (1991) {Comedy,Drama}
6979 WarGames (1983) {Drama,Sci-Fi,Thriller}
6981 Ordet (Word, The) (1955) {Drama}
6982 Forbidden Games (Jeux interdits) (1952) {Drama,War}
6983 Jane Eyre (1944) {Drama,Romance}
6985 Passion of Joan of Arc, The (Passion de Jeanne d/'Arc, La) (1928) {Drama}
6986 Ben-Hur: A Tale of the Christ (1925) {Adventure,Drama,Romance}
6987 Cabinet of Dr. Caligari, The (Cabinet des Dr. Caligari., Das) (1920) {Crime,Fantasy,Horror}
6989 Gorky Park (1983) {Crime,Drama,Thriller}
6990 The Great Train Robbery (1978) {Action,Adventure,Comedy,Crime,Drama}
6991 Greystoke: The Legend of Tarzan, Lord of the Apes (1984) {Adventure,Drama,Romance}
6993 Hannah and Her Sisters (1986) {Comedy,Drama,Romance}
6995 Hercules in New York (1970) {Action,Comedy,Fantasy}
6996 Highlander II: The Quickening (1991) {Action,Sci-Fi}
6997 Hoffa (1992) {Crime,Drama}
6999 Housesitter (1992) {Comedy,Romance}
7000 Hudson Hawk (1991) {Action,Adventure,Comedy}
7001 Invasion of the Body Snatchers (1978) {Horror,Mystery,Sci-Fi,Thriller}
7002 Mindwalk (1990) {Drama}
7003 Kafka (1991) {Comedy,Drama,Mystery,Sci-Fi,Thriller}
7004 Kindergarten Cop (1990) {Action,Comedy,Crime,Thriller}
7005 King Ralph (1991) {Comedy}
7007 Last Boy Scout, The (1991) {Action,Comedy,Crime,Drama,Thriller}
7008 Last Tango in Paris (Ultimo tango a Parigi) (1972) {Drama,Romance}
7009 Lorenzo/'s Oil (1992) {Drama}
7010 Lover, The (Amant, L/') (1992) {Drama,Romance}
7011 Bullfighter, The (Matador) (1986) {Comedy,Crime,Drama}
7012 Mr. Destiny (1990) {Comedy,Fantasy}
7013 Night of the Hunter, The (1955) {Drama,Film-Noir,Thriller}
7016 Over the Top (1987) {Action,Drama}
7017 Passenger 57 (1992) {Action,Thriller}
7018 Presumed Innocent (1990) {Crime,Drama,Thriller}
7020 Proof (1991) {Comedy,Drama,Romance}
7022 Battle Royale (Batoru rowaiaru) (2000) {Action,Drama,Horror,Thriller}
7023 Wedding Banquet, The (Xi yan) (1993) {Comedy,Drama,Romance}
7024 Salo, or The 120 Days of Sodom (Salò o le 120 giornate di Sodoma) (1976) {Drama}
7025 Midnight Clear, A (1992) {Drama,War}
7026 Summer School (1987) {Comedy}
7027 Silverado (1985) {Action,Western}
7028 Quick Change (1990) {Comedy,Crime}
7029 Rabid (1977) {Horror,Thriller}
7034 Show Me Love (Fucking Åmål) (1998) {Drama,Romance}
7036 Teen Wolf (1985) {Comedy,Fantasy}
7038 Things You Can Tell Just by Looking at Her (2000) {Drama,Romance}
7040 To Live and Die in L.A. (1985) {Action,Crime,Drama,Thriller}
7042 Betty Blue (37°2 le matin) (1986) {Drama,Romance}
7043 Vivre sa vie: Film en douze tableaux (My Life to Live) (1962) {Drama}
7044 Wild at Heart (1990) {Crime,Drama,Mystery,Romance,Thriller}
7045 Witches, The (1990) {Children,Fantasy}
7046 Witches of Eastwick, The (1987) {Comedy,Fantasy,Horror,Thriller}
7048 Nothing to Lose (1997) {Action,Adventure,Comedy,Crime}
7050 Follow the Fleet (1936) {Comedy,Musical,Romance}
7051 What/'s New, Pussycat (1965) {Comedy}
7055 Swing Time (1936) {Comedy,Musical,Romance}
7056 Public Enemy, The (1931) {Action,Crime,Drama}
7058 Life with Father (1947) {Comedy}
7059 National Velvet (1944) {Children,Drama}
7060 Jesus Christ Superstar (1973) {Drama,Musical}
7061 Dark Victory (1939) {Drama,Romance}
7062 Birdman of Alcatraz (1962) {Drama}
7063 Aguirre: The Wrath of God (Aguirre, der Zorn Gottes) (1972) {Adventure,Drama}
7064 Beauty and the Beast (La belle et la bête) (1946) {Drama,Fantasy}
7065 Birth of a Nation, The (1915) {Drama,War}
7067 Juliet of the Spirits (Giulietta degli spiriti) (1965) {Comedy,Drama,Fantasy,Romance}
7068 Last Year at Marienbad (L/'Année dernière à Marienbad) (1961) {Drama,Mystery,Romance}
7069 Macbeth (a.k.a. Tragedy of Macbeth, The) (1971) {Drama}
7070 Red River (1948) {Action,Adventure,Western}
7071 Woman Under the Influence, A (1974) {Drama}
7072 Stagecoach (1939) {Action,Drama,Romance,Western}
7073 Shot in the Dark, A (1964) {Comedy,Crime,Mystery}
7074 Navigator, The (1924) {Comedy}
7075 Court Jester, The (1956) {Adventure,Comedy,Musical}
7076 Bullitt (1968) {Action,Crime,Drama,Thriller}
7078 Jezebel (1938) {Drama}
7079 Hunchback of Notre Dame, The (1939) {Drama}
7080 42nd Street (1933) {Drama,Musical,Romance}
7081 I/'m No Angel (1933) {Comedy}
7082 That Touch of Mink (1962) {Comedy,Romance}
7083 Sweet Dreams (1985) {Drama}
7084 Play It Again, Sam (1972) {Comedy,Romance}
7085 Send Me No Flowers (1964) {Comedy,Romance}
7086 Pygmalion (1938) {Comedy,Drama}
7087 Passage to India, A (1984) {Adventure,Drama}
7088 Black Orpheus (Orfeu Negro) (1959) {Drama,Romance}
7089 Amarcord (1973) {Comedy,Drama}
7090 Hero (Ying xiong) (2002) {Action,Adventure,Drama}
7091 Horse Feathers (1932) {Comedy}
7093 Front Page, The (1974) {Comedy}
7095 Looking for Mr. Goodbar (1977) {Drama}
7096 Rivers and Tides (2001) {Documentary}
7099 Nausicaä of the Valley of the Wind (Kaze no tani no Naushika) (1984) {Adventure,Animation,Drama,Fantasy,Sci-Fi}
7101 Doc Hollywood (1991) {Comedy,Romance}
7102 Dragnet (1987) {Comedy,Crime,Drama}
7104 1941 (1979) {Comedy,War}
7107 Foul Play (1978) {Comedy,Thriller}
7108 Crime Story (Zhong an zu) (1993) {Action,Crime,Drama}
7110 Blind Beast (Môjuu) (1969) {Drama,Thriller}
7111 Ryan/'s Daughter (1970) {Drama,Romance}
7115 Deep Red (Profondo rosso) (1975) {Horror,Mystery,Thriller}
7116 Diabolique (Les diaboliques) (1955) {Horror,Mystery,Thriller}
7117 Leprechaun (1993) {Comedy,Horror}
7121 Adam/'s Rib (1949) {Comedy,Romance}
7122 King of Hearts (1966) {Comedy,Drama,War}
7123 Naked Lunch (1991) {Drama,Fantasy,Mystery,Sci-Fi}
7125 Spring Forward (1999) {Drama}
7126 Killing of a Chinese Bookie, The (1976) {Comedy,Crime,Drama,Film-Noir,Musical}
7130 Darling (1965) {Drama}
7131 Summer Place, A (1959) {Drama}
7132 Night at the Opera, A (1935) {Comedy,Musical,Romance}
7135 Shoot the Piano Player (Tirez sur le pianiste) (1960) {Crime,Drama,Romance,Thriller}
7136 Stolen Kisses (Baisers volés) (1968) {Comedy,Drama,Romance}
7137 Cooler, The (2003) {Comedy,Drama,Romance}
7139 In America (2002) {Drama,Romance}
7142 Honey (2003) {Drama,Romance}
7143 Last Samurai, The (2003) {Action,Adventure,Drama,War}
7147 Big Fish (2003) {Drama,Fantasy,Romance}
7149 Something/'s Gotta Give (2003) {Comedy,Drama,Romance}
7150 Stuck on You (2003) {Comedy}
7151 Girl with a Pearl Earring (2003) {Drama,Romance}
7152 Statement, The (2003) {Drama,Thriller}
7153 Lord of the Rings: The Return of the King, The (2003) {Action,Adventure,Drama,Fantasy}
7154 Mona Lisa Smile (2003) {Drama,Romance}
7155 Calendar Girls (2003) {Comedy}
7156 Fog of War: Eleven Lessons from the Life of Robert S. McNamara, The (2003) {Documentary,War}
7158 House of Sand and Fog (2003) {Drama}
7160 Monster (2003) {Crime,Drama}
7161 Cheaper by the Dozen (2003) {Children,Comedy}
7162 Cold Mountain (2003) {Drama,Romance,War}
7163 Paycheck (2003) {Action,Sci-Fi,Thriller}
7164 Peter Pan (2003) {Action,Adventure,Children,Fantasy}
7165 Company, The (2003) {Drama,Musical}
7171 Aileen: Life and Death of a Serial Killer (2003) {Documentary}
7172 Distant (Uzak) (2002) {Drama}
7173 Along Came Polly (2004) {Comedy,Romance}
7177 Osama (2003) {Drama}
7178 Great Gatsby, The (1974) {Drama}
7179 Wuthering Heights (1992) {Drama,Romance}
7180 Odds Against Tomorrow (1959) {Crime,Drama,Thriller}
7182 Lord Love a Duck (1966) {Comedy}
7186 Once Upon a Crime... (1992) {Comedy,Mystery}
7189 Car 54, Where Are You? (1994) {Comedy}
7190 Jane Eyre (1970) {Drama}
7192 Only the Strong (1993) {Action}
7193 Adventures of Ford Fairlane, The (1990) {Action,Comedy}
7195 Enforcer, The (1951) {Crime,Drama,Film-Noir}
7196 Men, The (1950) {Drama}
7198 The Pick-up Artist (1987) {Comedy,Crime,Drama,Romance}
7199 Melvin Goes to Dinner (2003) {Comedy,Drama}
7204 Hells Angels on Wheels (1967) {Drama}
7206 Mon Oncle (My Uncle) (1958) {Comedy}
7207 Where the Boys Are (1960) {Comedy}
7208 Dr. Jekyll and Mr. Hyde (1941) {Drama,Horror}
7209 M. Hulot’s Holiday (Mr. Hulot/'s Holiday) (Vacances de Monsieur Hulot, Les) (1953) {Comedy}
7210 My Darling Clementine (1946) {Western}
7211 People Will Talk (1951) {Comedy,Romance}
7212 I Was a Male War Bride (1949) {Comedy,Romance}
7215 To Have and Have Not (1944) {Adventure,Drama,Romance,Thriller,War}
7216 High Sierra (1941) {Crime,Drama,Film-Noir,Thriller}
7217 Dark Passage (1947) {Crime,Drama,Film-Noir,Romance,Thriller}
7219 They Drive by Night (1940) {Drama}
7222 Reefer Madness (a.k.a. Tell Your Children) (1938) {Comedy,Drama}
7223 D.O.A. (1950) {Drama,Film-Noir,Mystery}
7228 Cool World (1992) {Animation,Comedy,Fantasy}
7234 Strada, La (1954) {Drama}
7235 Ichi the Killer (Koroshiya 1) (2001) {Action,Comedy,Crime,Drama,Horror,Thriller}
7236 Boy and His Dog, A (1975) {Sci-Fi}
7238 Ashes and Diamonds (Popiól i diament) (1958) {Drama,War}
7243 Intolerance: Love/'s Struggle Throughout the Ages (1916) {Drama}
7245 Tormented (1960) {Horror,Thriller}
7247 Chitty Chitty Bang Bang (1968) {Adventure,Children,Comedy,Fantasy,Musical}
7248 Suriyothai (a.k.a. Legend of Suriyothai, The) (2001) {Action,Adventure,Drama,War}
7250 Out of Towners, The (1970) {Comedy}
7254 The Butterfly Effect (2004) {Drama,Sci-Fi,Thriller}
7255 Win a Date with Tad Hamilton! (2004) {Comedy,Romance}
7256 Touching the Void (2003) {Adventure,Documentary}
7257 Big Bounce, The (2004) {Comedy,Crime,Thriller}
7258 Perfect Score, The (2004) {Comedy,Crime}
7260 Latter Days (2003) {Comedy,Drama,Romance}
7263 Miracle (2004) {Drama}
7265 Dreamers, The (2003) {Drama}
7266 Lost Skeleton of Cadavra, The (2002) {Comedy,Horror,Sci-Fi}
7272 Super Fly (Superfly) (1972) {Action,Crime,Drama}
7282 Hip Hop Witch, Da (2000) {Comedy,Horror,Thriller}
7283 Swing Shift (1984) {Drama}
7285 Thirteen (2003) {Drama}
7293 50 First Dates (2004) {Comedy,Romance}
7294 Welcome to Mooseport (2004) {Comedy}
7299 Monsieur Ibrahim (Monsieur Ibrahim et les fleurs du Coran) (2003) {Drama}
7300 Vanishing Point (1971) {Action,Drama}
7302 Thief of Bagdad, The (1924) {Action,Adventure,Fantasy}
7303 The Diary of Anne Frank (1959) {Drama,War}
7305 Black Widow (1987) {Crime,Drama,Mystery,Thriller}
7307 Flesh & Blood (1985) {Action,Adventure,Drama,War}
7308 King Solomon/'s Mines (1985) {Adventure,Comedy}
7309 Black Pirate, The (1926) {Action,Adventure}
7311 Goodbye, Mr. Chips (1939) {Drama,Romance}
7312 Follow Me, Boys! (1966) {Comedy,Drama}
7315 Against the Ropes (2004) {Comedy,Drama}
7316 Confessions of a Teenage Drama Queen (2004) {Comedy}
7317 EuroTrip (2004) {Adventure,Comedy}
7318 Passion of the Christ, The (2004) {Drama}
7319 Club Dread (2004) {Comedy,Horror}
7320 Dirty Dancing: Havana Nights (2004) {Romance}
7323 Good bye, Lenin! (2003) {Comedy,Drama}
7324 Hidalgo (2004) {Adventure,Drama}
7325 Starsky & Hutch (2004) {Action,Comedy,Crime,Thriller}
7327 Persona (1966) {Drama}
7334 Front, The (1976) {Comedy,Drama}
7335 Pickup on South Street (1953) {Film-Noir}
7340 Just One of the Guys (1985) {Comedy}
7343 Wisconsin Death Trip (1999) {Documentary}
7346 Girl Next Door, The (2004) {Comedy,Romance}
7347 Secret Window (2004) {Mystery,Thriller}
7348 Spartan (2004) {Thriller}
7349 Broken Wings (Knafayim Shvurot) (2002) {Drama}
7352 Wilbur Wants to Kill Himself (2002) {Comedy,Drama,Romance}
7354 Mad Dog and Glory (1993) {Comedy,Drama,Romance}
7355 Mr. Toad/'s Wild Ride (a.k.a. The Wind in the Willows) (1996) {Adventure,Animation,Comedy}
7357 Peyton Place (1957) {Drama,Romance}
7358 Searching for Debra Winger (2002) {Documentary}
7360 Dawn of the Dead (2004) {Action,Drama,Horror,Thriller}
7361 Eternal Sunshine of the Spotless Mind (2004) {Drama,Romance,Sci-Fi}
7362 Taking Lives (2004) {Crime,Drama,Thriller}
7366 Jersey Girl (2004) {Comedy,Drama,Romance}
7367 Ladykillers, The (2004) {Comedy,Crime}
7369 Scooby-Doo 2: Monsters Unleashed (2004) {Action,Adventure,Children,Comedy,Mystery}
7371 Dogville (2003) {Drama,Mystery,Thriller}
7372 Ned Kelly (2003) {Drama}
7373 Hellboy (2004) {Action,Adventure,Fantasy,Horror}
7374 Home on the Range (2004) {Animation,Children,Comedy,Musical,Western}
7375 Prince & Me, The (2004) {Comedy,Romance}
7376 Walking Tall (2004) {Action}
7379 The Alamo (2004) {Drama,War,Western}
7380 Ella Enchanted (2004) {Comedy,Fantasy,Romance}
7381 Whole Ten Yards, The (2004) {Action,Comedy,Crime}
7382 I/'m Not Scared (Io non ho paura) (2003) {Drama,Mystery,Thriller}
7386 Ten Commandments, The (1956) {Adventure,Drama}
7387 Dawn of the Dead (1978) {Action,Drama,Horror}
7394 Those Magnificent Men in Their Flying Machines (1965) {Action,Adventure,Comedy}
7395 Cheaper by the Dozen (1950) {Comedy,Drama}
7396 Scenes From a Marriage (Scener ur ett äktenskap) (1973) {Drama}
7407 Africa Screams (1949) {Adventure,Comedy}
7411 Munchies (1987) {Comedy,Horror}
7415 Late Show, The (1977) {Comedy,Crime,Drama,Mystery}
7419 After Hours (1985) {Comedy,Thriller}
7437 Connie and Carla (2004) {Comedy}
7438 Kill Bill: Vol. 2 (2004) {Action,Drama,Thriller}
7439 Punisher, The (2004) {Action,Crime,Thriller}
7444 13 Going on 30 (2004) {Comedy,Fantasy,Romance}
7445 Man on Fire (2004) {Action,Crime,Drama,Mystery,Thriller}
7448 Envy (2004) {Comedy}
7449 Godsend (2004) {Drama,Horror,Thriller}
7450 Laws of Attraction (2004) {Comedy,Romance}
7451 Mean Girls (2004) {Comedy}
7453 New York Minute (2004) {Action,Adventure,Comedy}
7454 Van Helsing (2004) {Action,Adventure,Fantasy,Horror}
7456 Valentin (Valentín) (2002) {Drama}
7458 Troy (2004) {Action,Adventure,Drama,War}
7459 Carandiru (2003) {Crime,Drama}
7460 Coffee and Cigarettes (2003) {Comedy,Drama}
7478 Swimming to Cambodia (1987) {Drama}
7481 Enemy Mine (1985) {Adventure,Drama,Sci-Fi}
7482 Enter the Dragon (1973) {Action,Crime}
7484 Gimme Shelter (1970) {Documentary}
7487 Henry & June (1990) {Drama}
7492 Martin (1977) {Drama,Horror}
7493 Three Faces of Eve, The (1957) {Drama}
7502 Band of Brothers (2001) {Action,Drama,War}
7505 Kingdom, The (Riget) (1994) {Drama,Horror,Mystery}
7541 100 Girls (2000) {Comedy,Romance}
7560 Fail-Safe (1964) {Drama,Thriller,War}
7564 Kwaidan (Kaidan) (1964) {Horror}
7566 28 Up (1985) {Documentary}
7569 You Only Live Twice (1967) {Action,Adventure,Sci-Fi,Thriller}
7570 Octopussy (1983) {Action,Adventure,Thriller}
7571 Blue Gardenia, The (1953) {Crime,Drama,Film-Noir,Thriller}
7572 Wit (2001) {Drama}
7573 Never Say Never Again (1983) {Action,Adventure,Thriller}
7574 Maborosi (Maboroshi no hikari) (1995) {Drama}
7577 Magic Flute, The (Trollflöjten) (1975) {Comedy,Fantasy,Musical,Romance}
7579 Pride and Prejudice (1940) {Comedy,Drama,Romance}
7583 In This Our Life (1942) {Drama}
7584 Woman of the Year (1942) {Comedy,Romance}
7585 Summertime (1955) {Drama,Romance}
7586 Soldier of Orange (a.k.a. Survival Run) (Soldaat van Oranje) (1977) {Drama,Thriller,War}
7587 Samouraï, Le (Godson, The) (1967) {Crime,Drama,Thriller}
7613 White Palace (1990) {Drama}
7614 Oklahoma! (1955) {Musical,Romance,Western}
7615 Desert Hearts (1985) {Drama}
7616 Body Double (1984) {Mystery,Thriller}
7619 Miracle Worker, The (1962) {Drama}
7620 Monster in a Box (1992) {Comedy,Drama}
7624 School Ties (1992) {Drama}
7625 Girl (1998) {Drama}
7627 Just Write (1997) {Comedy}
7636 Raising Cain (1992) {Horror,Thriller}
7649 Babylon 5: In the Beginning (1998) {Adventure,Sci-Fi}
7650 Witchfinder General (Conquerer Worm, The) (1968) {Horror}
7669 Pride and Prejudice (1995) {Drama,Romance}
7697 Prince and the Showgirl, The (1957) {Comedy,Romance}
7698 China Syndrome, The (1979) {Drama,Thriller}
7700 Wages of Fear, The (Salaire de la peur, Le) (1953) {Action,Adventure,Drama,Thriller}
7701 Look Who/'s Talking Too (1990) {Comedy,Romance}
7702 Bells of St. Mary/'s, The (1945) {Drama}
7705 Pat and Mike (1952) {Comedy,Romance}
7706 Animal Crackers (1930) {Comedy,Musical}
7708 Bedazzled (1967) {Comedy,Fantasy}
7713 Cat People (1942) {Drama,Horror,Romance,Thriller}
7714 Camelot (1967) {Drama,Musical,Romance}
7720 Four Musketeers, The (1974) {Action,Adventure,Comedy,Romance}
7728 Postman Always Rings Twice, The (1946) {Crime,Drama,Film-Noir,Thriller}
7738 That/'s The Way I Like It (a.k.a. Forever Fever) (1998) {Comedy,Drama,Romance}
7743 Explorers (1985) {Adventure,Children,Sci-Fi}
7748 Pierrot le fou (1965) {Crime,Drama}
7753 Tuesdays with Morrie (1999) {Drama}
7757 Jason and the Argonauts (1963) {Action,Adventure,Fantasy}
7759 Nostalghia (1983) {Drama}
7762 Tinker, Tailor, Soldier, Spy (1979) {Drama,Thriller}
7764 Driller Killer, The (1979) {Drama,Horror}
7766 Throne of Blood (Kumonosu jô) (1957) {Action,Drama,Thriller,War}
7767 Best of Youth, The (La meglio gioventù) (2003) {Drama}
7771 Zorba the Greek (Alexis Zorbas) (1964) {Adventure,Drama}
7773 Bang, Bang, You/'re Dead (2002) {Drama}
7774 My Side of the Mountain (1969) {Adventure,Children}
7782 Sniper (1993) {Action,Drama}
7786 Genghis Blues (1999) {Documentary}
7787 To Hell and Back (1955) {Action,Drama,War}
7789 11/'09"01 - September 11 (2002) {Drama}
7790 Bon Voyage, Charlie Brown (and Don/'t Come Back!) (1980) {Animation,Children,Comedy}
7791 Internal Affairs (1990) {Crime,Thriller}
7792 Parallax View, The (1974) {Thriller}
7802 Warriors, The (1979) {Action,Adventure,Crime,Thriller}
7809 Ambush (Rukajärven tie) (1999) {Drama,Romance,War}
7810 Babylon 5: A Call to Arms (1999) {Adventure,Sci-Fi}
7811 Babylon 5: The River of Souls (1998) {Drama,Sci-Fi}
7812 Babylon 5: Thirdspace (1998) {Drama,Sci-Fi}
7815 True Stories (1986) {Comedy,Musical}
7817 Zardoz (1974) {Fantasy,Sci-Fi}
7818 School For Scoundrels (1960) {Comedy}
7820 Virgin Spring, The (Jungfrukällan) (1960) {Crime,Drama}
7822 Mogambo (1953) {Adventure,Drama,Romance}
7826 Secret Life of Walter Mitty, The (1947) {Comedy,Romance,Thriller}
COPY ratings (id, movie_id, user_id, movie_rating) FROM stdin;
1 31 1 2.5
2 1029 1 3.0
3 1061 1 3.0
4 1129 1 2.0
5 1172 1 4.0
6 1263 1 2.0
7 1287 1 2.0
8 1293 1 2.0
9 1339 1 3.5
10 1343 1 2.0
11 1371 1 2.5
12 1405 1 1.0
13 1953 1 4.0
14 2105 1 4.0
15 2150 1 3.0
16 2193 1 2.0
17 2294 1 2.0
18 2455 1 2.5
19 2968 1 1.0
20 3671 1 3.0
21 10 2 4.0
22 17 2 5.0
23 39 2 5.0
24 47 2 4.0
25 50 2 4.0
26 52 2 3.0
27 62 2 3.0
28 110 2 4.0
29 144 2 3.0
30 150 2 5.0
31 153 2 4.0
32 161 2 3.0
33 165 2 3.0
34 168 2 3.0
35 185 2 3.0
36 186 2 3.0
37 208 2 3.0
38 222 2 5.0
39 223 2 1.0
40 225 2 3.0
41 235 2 3.0
42 248 2 3.0
43 253 2 4.0
44 261 2 4.0
45 265 2 5.0
46 266 2 5.0
47 272 2 3.0
48 273 2 4.0
49 292 2 3.0
50 296 2 4.0
51 300 2 3.0
52 314 2 4.0
53 317 2 2.0
54 319 2 1.0
55 339 2 3.0
56 349 2 4.0
57 350 2 4.0
58 356 2 3.0
59 357 2 3.0
60 364 2 3.0
61 367 2 3.0
62 370 2 2.0
63 371 2 3.0
64 372 2 3.0
65 377 2 3.0
66 382 2 3.0
67 405 2 2.0
68 410 2 3.0
69 454 2 4.0
70 457 2 3.0
71 468 2 4.0
72 474 2 2.0
73 480 2 4.0
74 485 2 3.0
75 497 2 3.0
76 500 2 4.0
77 508 2 4.0
78 509 2 4.0
79 515 2 4.0
80 527 2 4.0
81 537 2 4.0
82 539 2 3.0
83 550 2 3.0
84 551 2 5.0
85 552 2 3.0
86 585 2 5.0
87 586 2 3.0
88 587 2 3.0
89 588 2 3.0
90 589 2 5.0
91 590 2 5.0
92 592 2 5.0
93 593 2 3.0
94 616 2 3.0
95 661 2 4.0
96 720 2 4.0
97 60 3 3.0
98 110 3 4.0
99 247 3 3.5
100 267 3 3.0
101 296 3 4.5
102 318 3 5.0
103 355 3 2.5
104 356 3 5.0
105 377 3 2.5
106 527 3 3.0
107 588 3 3.0
108 592 3 3.0
109 593 3 3.0
110 595 3 2.0
111 736 3 3.5
112 778 3 4.0
113 866 3 3.0
114 1197 3 5.0
115 1210 3 3.0
116 1235 3 4.0
117 1271 3 3.0
118 1378 3 4.0
119 1580 3 3.5
120 1721 3 4.5
121 1884 3 4.0
122 2028 3 4.0
123 2318 3 4.0
124 2513 3 3.0
125 2694 3 3.0
126 2702 3 3.5
127 2716 3 3.0
128 2762 3 3.5
129 2841 3 4.0
130 2858 3 4.0
131 2959 3 5.0
132 3243 3 3.0
133 3510 3 4.0
134 3949 3 5.0
135 5349 3 3.0
136 5669 3 3.5
137 6377 3 3.0
138 7153 3 2.5
139 7361 3 3.0
140 8622 3 3.5
141 8636 3 3.0
142 27369 3 3.5
143 44191 3 3.5
144 48783 3 4.5
145 50068 3 4.5
146 58559 3 3.0
147 84236 3 4.0
148 10 4 4.0
149 34 4 5.0
150 112 4 5.0
151 141 4 5.0
152 153 4 4.0
153 173 4 3.0
154 185 4 3.0
155 260 4 5.0
156 289 4 4.0
157 296 4 5.0
158 329 4 3.0
159 349 4 5.0
160 356 4 5.0
161 357 4 5.0
162 364 4 5.0
163 367 4 4.0
164 380 4 3.0
165 410 4 3.0
166 431 4 3.0
167 434 4 4.0
168 435 4 1.0
169 440 4 4.0
170 442 4 4.0
171 464 4 4.0
172 480 4 5.0
173 541 4 5.0
174 588 4 5.0
175 589 4 5.0
176 590 4 3.0
177 594 4 5.0
178 596 4 5.0
179 610 4 4.0
180 616 4 5.0
181 858 4 5.0
182 903 4 5.0
183 910 4 4.0
184 913 4 5.0
185 919 4 5.0
186 1011 4 4.0
187 1016 4 4.0
188 1022 4 5.0
189 1028 4 5.0
190 1030 4 5.0
191 1031 4 5.0
192 1032 4 5.0
193 1033 4 5.0
194 1036 4 5.0
195 1073 4 5.0
196 1079 4 5.0
197 1089 4 5.0
198 1097 4 5.0
199 1125 4 5.0
200 1127 4 5.0
201 1136 4 5.0
202 1194 4 5.0
203 1196 4 5.0
204 1197 4 5.0
205 1198 4 5.0
206 1200 4 5.0
207 1206 4 5.0
208 1208 4 5.0
209 1210 4 5.0
210 1213 4 5.0
211 1214 4 5.0
212 1219 4 5.0
213 1220 4 5.0
214 1222 4 5.0
215 1225 4 5.0
216 1230 4 5.0
217 1240 4 5.0
218 1243 4 5.0
219 1257 4 5.0
220 1258 4 5.0
221 1259 4 4.0
222 1265 4 5.0
223 1270 4 5.0
224 1278 4 5.0
225 1282 4 5.0
226 1285 4 4.0
227 1288 4 5.0
228 1291 4 5.0
229 1298 4 4.0
230 1307 4 4.0
231 1332 4 4.0
232 1334 4 5.0
233 1344 4 5.0
234 1356 4 4.0
235 1371 4 4.0
236 1372 4 3.0
237 1374 4 4.0
238 1376 4 3.0
239 1377 4 3.0
240 1380 4 5.0
241 1387 4 5.0
242 1388 4 4.0
243 1396 4 5.0
244 1544 4 3.0
245 1580 4 5.0
246 1663 4 4.0
247 1674 4 5.0
248 1805 4 1.0
249 1858 4 5.0
250 1917 4 4.0
251 1918 4 2.0
252 1953 4 5.0
253 1954 4 5.0
254 1961 4 5.0
255 1967 4 3.0
256 1968 4 5.0
257 1994 4 5.0
258 2000 4 5.0
259 2002 4 3.0
260 2003 4 2.0
261 2005 4 5.0
262 2014 4 4.0
263 2018 4 5.0
264 2020 4 4.0
265 2021 4 4.0
266 2033 4 4.0
267 2034 4 4.0
268 2046 4 5.0
269 2054 4 3.0
270 2064 4 5.0
271 2078 4 5.0
272 2080 4 5.0
273 2081 4 4.0
274 2085 4 5.0
275 2086 4 5.0
276 2087 4 5.0
277 2091 4 5.0
278 2094 4 4.0
279 2096 4 5.0
280 2100 4 5.0
281 2102 4 5.0
282 2105 4 4.0
283 2109 4 5.0
284 2110 4 3.0
285 2114 4 5.0
286 2115 4 5.0
287 2124 4 4.0
288 2140 4 5.0
289 2141 4 4.0
290 2143 4 4.0
291 2144 4 5.0
292 2161 4 5.0
293 2174 4 5.0
294 2193 4 3.0
295 2194 4 5.0
296 2248 4 4.0
297 2263 4 3.0
298 2268 4 5.0
299 2289 4 5.0
300 2348 4 4.0
301 2371 4 4.0
302 2403 4 4.0
303 2406 4 5.0
304 2409 4 4.0
305 2454 4 5.0
306 2467 4 5.0
307 2551 4 4.0
308 2616 4 1.0
309 2628 4 5.0
310 2640 4 5.0
311 2659 4 3.0
312 2683 4 4.0
313 2699 4 4.0
314 2716 4 5.0
315 2723 4 5.0
316 2734 4 4.0
317 2770 4 1.0
318 2788 4 5.0
319 2791 4 5.0
320 2795 4 4.0
321 2797 4 5.0
322 2804 4 5.0
323 2822 4 3.0
324 2867 4 3.0
325 2872 4 5.0
326 2877 4 5.0
327 2902 4 2.0
328 2903 4 1.0
329 2916 4 4.0
330 2918 4 5.0
331 2968 4 5.0
332 2986 4 3.0
333 2987 4 5.0
334 2991 4 5.0
335 3016 4 3.0
336 3034 4 5.0
337 3039 4 4.0
338 3040 4 5.0
339 3060 4 5.0
340 3071 4 4.0
341 3101 4 4.0
342 3104 4 4.0
343 3108 4 5.0
344 3169 4 4.0
345 3208 4 2.0
346 3210 4 4.0
347 3251 4 5.0
348 3255 4 4.0
349 3263 4 3.0
350 3265 4 5.0
351 4006 4 2.0
352 3 5 4.0
353 39 5 4.0
354 104 5 4.0
355 141 5 4.0
356 150 5 4.0
357 231 5 3.5
358 277 5 4.5
359 344 5 3.5
360 356 5 4.0
361 364 5 4.0
362 367 5 4.0
363 377 5 4.0
364 440 5 4.0
365 500 5 4.5
366 586 5 4.0
367 588 5 3.5
368 595 5 4.0
369 597 5 5.0
370 788 5 3.5
371 858 5 2.5
372 903 5 3.5
373 919 5 4.0
374 1022 5 4.0
375 1035 5 5.0
376 1193 5 3.0
377 1221 5 2.5
378 1247 5 4.0
379 1307 5 4.0
380 1380 5 5.0
381 1393 5 3.5
382 1485 5 4.5
383 1544 5 3.5
384 1682 5 4.0
385 1721 5 4.0
386 1777 5 4.0
387 1784 5 4.5
388 1923 5 4.5
389 1961 5 4.0
390 1968 5 4.0
391 1997 5 3.5
392 2023 5 1.5
393 2081 5 5.0
394 2273 5 4.0
395 2294 5 4.0
396 2355 5 3.5
397 2424 5 4.0
398 2502 5 3.5
399 2683 5 4.0
400 2694 5 4.5
401 2706 5 4.0
402 2762 5 3.5
403 2770 5 3.5
404 2918 5 3.5
405 2997 5 3.5
406 3114 5 3.5
407 3176 5 3.5
408 3408 5 4.0
409 3753 5 3.5
410 3897 5 4.5
411 3948 5 3.5
412 4014 5 4.0
413 4018 5 4.0
414 4022 5 3.5
415 4025 5 4.5
416 4306 5 3.5
417 4308 5 3.5
418 4447 5 4.5
419 4718 5 3.5
420 4963 5 3.0
421 4995 5 4.5
422 5266 5 3.5
423 5299 5 4.5
424 5349 5 4.5
425 5464 5 4.0
426 5669 5 3.5
427 5679 5 4.5
428 5816 5 3.0
429 5995 5 4.0
430 6218 5 3.5
431 6373 5 4.0
432 6377 5 4.0
433 6502 5 4.0
434 6711 5 2.5
435 6942 5 4.0
436 8376 5 4.0
437 8464 5 4.0
438 8622 5 3.5
439 8636 5 4.5
440 8644 5 4.0
441 30707 5 4.5
442 30749 5 4.5
443 30793 5 3.5
444 33166 5 5.0
445 33679 5 4.0
446 34162 5 4.5
447 35836 5 4.0
448 40819 5 4.5
449 41566 5 4.0
450 41569 5 4.0
451 48385 5 4.5
452 111 6 4.0
453 158 6 2.0
454 173 6 2.0
455 293 6 5.0
456 596 6 4.0
457 903 6 4.0
458 1204 6 5.0
459 1250 6 4.5
460 1259 6 4.5
461 1276 6 4.5
462 1285 6 4.5
463 1358 6 2.0
464 1639 6 2.0
465 1687 6 2.0
466 1747 6 2.0
467 1876 6 0.5
468 1909 6 3.0
469 2001 6 3.0
470 2019 6 4.0
471 2072 6 4.0
472 2174 6 4.0
473 2502 6 3.5
474 2528 6 3.0
475 2529 6 4.0
476 2571 6 1.0
477 2657 6 2.0
478 2692 6 4.0
479 2723 6 3.0
480 2761 6 4.5
481 2890 6 3.0
482 3052 6 1.0
483 3114 6 4.0
484 3300 6 3.5
485 3751 6 1.5
486 4641 6 1.5
487 4975 6 1.5
488 5952 6 5.0
489 7090 6 3.0
490 7153 6 5.0
491 7361 6 4.0
492 8368 6 3.5
493 8636 6 4.0
494 8784 6 3.0
495 8874 6 4.5
496 1 7 3.0
497 10 7 3.0
498 21 7 3.0
499 31 7 3.0
500 34 7 4.0
501 40 7 4.0
502 104 7 3.0
503 110 7 5.0
504 112 7 4.0
505 141 7 4.0
506 151 7 4.0
507 198 7 2.0
508 207 7 3.0
509 260 7 5.0
510 272 7 3.0
511 316 7 2.0
512 318 7 5.0
513 329 7 3.0
514 333 7 3.0
515 345 7 3.0
516 355 7 3.0
517 356 7 3.0
518 357 7 3.0
519 364 7 3.0
520 367 7 3.0
521 377 7 3.0
522 380 7 4.0
523 480 7 4.0
524 500 7 3.0
525 534 7 4.0
526 539 7 3.0
527 541 7 4.0
528 551 7 4.0
529 588 7 4.0
530 589 7 3.0
531 590 7 4.0
532 592 7 3.0
533 594 7 4.0
534 595 7 3.0
535 610 7 3.0
536 671 7 4.0
537 708 7 3.0
538 720 7 5.0
539 724 7 2.0
540 736 7 1.0
541 737 7 1.0
542 745 7 5.0
543 780 7 3.0
544 786 7 2.0
545 924 7 4.0
546 1036 7 3.0
547 1073 7 3.0
548 1079 7 4.0
549 1080 7 4.0
550 1097 7 3.0
551 1125 7 3.0
552 1129 7 3.0
553 1136 7 4.0
554 1148 7 5.0
555 1196 7 5.0
556 1197 7 3.0
557 1198 7 5.0
558 1210 7 5.0
559 1220 7 4.0
560 1223 7 5.0
561 1225 7 5.0
562 1231 7 4.0
563 1240 7 4.0
564 1242 7 5.0
565 1270 7 3.0
566 1275 7 4.0
567 1278 7 3.0
568 1287 7 4.0
569 1288 7 4.0
570 1291 7 3.0
571 1298 7 3.0
572 1302 7 4.0
573 1307 7 3.0
574 1353 7 3.0
575 1371 7 3.0
576 1372 7 3.0
577 1373 7 2.0
578 1374 7 4.0
579 1375 7 3.0
580 1376 7 3.0
581 1394 7 3.0
582 1405 7 5.0
583 1408 7 1.0
584 32 8 5.0
585 45 8 2.5
586 47 8 5.0
587 50 8 5.0
588 110 8 4.0
589 260 8 3.5
590 282 8 2.0
591 296 8 4.0
592 318 8 5.0
593 356 8 4.0
594 457 8 4.5
595 520 8 3.5
596 524 8 2.0
597 527 8 5.0
598 543 8 5.0
599 589 8 4.0
600 593 8 4.5
601 628 8 4.0
602 805 8 3.5
603 858 8 5.0
604 1196 8 3.5
605 1197 8 4.0
606 1198 8 4.0
607 1210 8 4.0
608 1219 8 4.0
609 1225 8 4.0
610 1258 8 4.0
611 1259 8 4.0
612 1265 8 3.0
613 1270 8 4.0
614 1291 8 4.0
615 1302 8 3.5
616 1358 8 0.5
617 1387 8 4.0
618 1393 8 3.0
619 1500 8 4.0
620 1552 8 3.0
621 1617 8 3.5
622 1625 8 5.0
623 1674 8 4.0
624 1704 8 4.0
625 1754 8 3.0
626 1777 8 5.0
627 1876 8 3.5
628 1961 8 5.0
629 2028 8 4.0
630 2100 8 3.0
631 2139 8 3.0
632 2194 8 4.5
633 2302 8 4.5
634 2324 8 4.0
635 2329 8 5.0
636 2353 8 3.5
637 2423 8 3.5
638 2502 8 5.0
639 2571 8 5.0
640 2716 8 3.5
641 2762 8 4.5
642 2770 8 2.5
643 2791 8 4.5
644 2797 8 3.5
645 2804 8 3.5
646 2841 8 3.0
647 2858 8 4.5
648 2918 8 5.0
649 2959 8 4.0
650 3147 8 4.5
651 3578 8 5.0
652 3916 8 3.5
653 3948 8 4.0
654 3996 8 4.0
655 4011 8 4.5
656 4019 8 3.5
657 4034 8 4.5
658 4226 8 5.0
659 4262 8 4.0
660 4448 8 2.5
661 4886 8 3.5
662 4896 8 3.5
663 4963 8 4.5
664 4973 8 4.0
665 4993 8 3.5
666 4995 8 3.5
667 5064 8 5.0
668 5378 8 3.5
669 5445 8 4.5
670 5464 8 4.0
671 5630 8 4.0
672 5650 8 4.0
673 5669 8 3.0
674 5952 8 4.0
675 5989 8 3.5
676 6377 8 4.0
677 6378 8 3.0
678 6870 8 4.0
679 6874 8 5.0
680 6879 8 3.0
681 7143 8 3.5
682 7153 8 4.0
683 7361 8 4.0
684 7438 8 4.0
685 8533 8 2.5
686 8784 8 4.5
687 8873 8 4.0
688 8874 8 3.0
689 32587 8 3.5
690 33166 8 4.5
691 33493 8 4.5
692 33794 8 4.5
693 34162 8 3.5
694 40583 8 3.5
695 40819 8 3.5
696 42007 8 2.0
697 43556 8 3.5
698 43871 8 3.0
699 44004 8 3.0
700 1 9 4.0
701 17 9 4.0
702 26 9 3.0
703 36 9 5.0
704 47 9 3.0
705 318 9 4.0
706 497 9 4.0
707 515 9 4.0
708 527 9 5.0
709 534 9 5.0
710 593 9 4.0
711 608 9 5.0
712 733 9 2.0
713 1059 9 5.0
714 1177 9 3.0
715 1357 9 4.0
716 1358 9 4.0
717 1411 9 3.0
718 1541 9 2.0
719 1584 9 4.0
720 1680 9 4.0
721 1682 9 5.0
722 1704 9 4.0
723 1721 9 3.0
724 1784 9 5.0
725 2028 9 4.0
726 2125 9 4.0
727 2140 9 4.0
728 2249 9 4.0
729 2268 9 3.0
730 2273 9 3.0
731 2278 9 4.0
732 2291 9 4.0
733 2294 9 2.0
734 2302 9 4.0
735 2391 9 4.0
736 2396 9 4.0
737 2427 9 2.0
738 2490 9 3.0
739 2501 9 4.0
740 2539 9 2.0
741 2571 9 5.0
742 2628 9 3.0
743 2762 9 4.0
744 2857 9 4.0
745 50 10 5.0
746 152 10 4.0
747 318 10 4.0
748 344 10 3.0
749 345 10 4.0
750 592 10 3.0
751 735 10 4.0
752 1036 10 3.0
753 1089 10 3.0
754 1101 10 2.0
755 1127 10 4.0
756 1196 10 4.0
757 1197 10 4.0
758 1198 10 4.0
759 1200 10 4.0
760 1210 10 4.0
761 1220 10 3.0
762 1240 10 4.0
763 1291 10 4.0
764 1358 10 5.0
765 1423 10 4.0
766 1459 10 3.0
767 1499 10 3.0
768 1611 10 5.0
769 1690 10 3.0
770 1704 10 4.0
771 1719 10 5.0
772 1887 10 2.0
773 1923 10 5.0
774 2108 10 3.0
775 2344 10 5.0
776 2406 10 4.0
777 2410 10 2.0
778 2539 10 4.0
779 2571 10 5.0
780 2826 10 5.0
781 2827 10 3.0
782 2840 10 3.0
783 2841 10 4.0
784 2881 10 3.0
785 2890 10 4.0
786 2907 10 2.0
787 2926 10 5.0
788 2995 10 2.0
789 3005 10 3.0
790 3019 10 4.0
791 50 11 5.0
792 70 11 1.0
793 126 11 4.0
794 169 11 3.0
795 296 11 5.0
796 778 11 4.5
797 785 11 3.5
798 923 11 5.0
799 1027 11 4.5
800 1201 11 5.0
801 1408 11 5.0
802 1918 11 3.0
803 2042 11 3.5
804 2596 11 4.5
805 2762 11 3.0
806 3424 11 3.0
807 5669 11 3.0
808 6598 11 5.0
809 26614 11 5.0
810 48516 11 5.0
811 51084 11 4.0
812 58295 11 4.5
813 71211 11 3.5
814 77455 11 4.5
815 79132 11 4.0
816 80489 11 4.5
817 80906 11 3.0
818 81158 11 4.0
819 81562 11 3.5
820 88129 11 4.0
821 91500 11 4.5
822 91529 11 4.5
823 91548 11 4.0
824 96079 11 4.0
825 96861 11 4.0
826 97938 11 4.0
827 104841 11 5.0
828 106487 11 5.0
829 253 12 3.0
830 529 12 1.0
831 538 12 3.0
832 608 12 2.0
833 673 12 1.0
834 736 12 4.0
835 737 12 3.0
836 1028 12 1.0
837 1032 12 2.0
838 1077 12 3.0
839 1197 12 1.0
840 1215 12 5.0
841 1220 12 5.0
842 1230 12 2.0
843 1235 12 5.0
844 1295 12 1.0
845 1374 12 1.0
846 1387 12 4.0
847 1639 12 2.0
848 1732 12 3.0
849 2259 12 2.0
850 2355 12 2.0
851 2460 12 4.0
852 2529 12 1.0
853 2668 12 2.0
854 2959 12 4.0
855 3146 12 2.0
856 3148 12 1.0
857 3176 12 3.0
858 3179 12 2.0
859 3298 12 4.0
860 3324 12 1.0
861 3408 12 4.0
862 3474 12 4.0
863 3770 12 3.0
864 3773 12 2.0
865 3780 12 2.0
866 3791 12 1.0
867 3793 12 5.0
868 3794 12 3.0
869 3798 12 4.0
870 3799 12 1.0
871 3801 12 3.0
872 3809 12 3.0
873 3825 12 5.0
874 3827 12 2.0
875 3829 12 2.0
876 3831 12 4.0
877 3841 12 2.0
878 3844 12 1.0
879 3861 12 3.0
880 3863 12 5.0
881 3864 12 3.0
882 3865 12 5.0
883 3869 12 2.0
884 3871 12 2.0
885 3873 12 3.0
886 3879 12 5.0
887 3885 12 3.0
888 3886 12 2.0
889 6184 12 4.0
890 1 13 5.0
891 47 13 2.5
892 110 13 4.0
893 277 13 4.0
894 296 13 3.5
895 318 13 4.5
896 356 13 5.0
897 362 13 4.5
898 480 13 3.0
899 524 13 3.5
900 527 13 4.0
901 531 13 4.0
902 587 13 3.0
903 590 13 4.0
904 914 13 4.0
905 919 13 3.5
906 1027 13 3.0
907 1259 13 4.0
908 1265 13 2.5
909 1918 13 3.0
910 1961 13 4.0
911 2355 13 4.0
912 2571 13 3.0
913 2572 13 3.5
914 2761 13 4.0
915 2762 13 3.0
916 2804 13 3.0
917 2908 13 3.0
918 2918 13 3.0
919 3114 13 3.0
920 3147 13 4.0
921 3255 13 3.5
922 3396 13 3.5
923 3624 13 3.0
924 4306 13 4.0
925 4310 13 4.5
926 4321 13 2.5
927 4718 13 3.5
928 4878 13 4.5
929 4886 13 3.5
930 4993 13 4.5
931 5989 13 4.0
932 6377 13 4.5
933 7361 13 4.0
934 7502 13 4.5
935 54286 13 3.5
936 58559 13 4.5
937 64614 13 4.5
938 69757 13 4.0
939 78499 13 4.0
940 81834 13 4.5
941 88125 13 4.5
942 93363 13 3.0
943 594 14 1.0
944 1196 14 4.0
945 1721 14 3.0
946 2038 14 3.0
947 2355 14 2.0
948 2394 14 3.0
949 2628 14 3.0
950 2683 14 2.0
951 2716 14 3.0
952 2720 14 2.0
953 2724 14 3.0
954 2861 14 2.0
955 3114 14 4.0
956 3157 14 2.0
957 3175 14 5.0
958 3354 14 3.0
959 3623 14 3.0
960 3751 14 4.0
961 3986 14 3.0
962 3988 14 4.0
963 1 15 2.0
964 2 15 2.0
965 5 15 4.5
966 6 15 4.0
967 10 15 3.0
968 11 15 2.5
969 14 15 2.5
970 16 15 3.5
971 17 15 3.0
972 19 15 1.0
973 21 15 4.5
974 22 15 2.5
975 25 15 3.0
976 32 15 4.0
977 34 15 3.0
978 36 15 1.0
979 39 15 2.5
980 44 15 3.0
981 47 15 5.0
982 50 15 5.0
983 52 15 2.5
984 62 15 2.0
985 70 15 0.5
986 82 15 5.0
987 94 15 3.0
988 95 15 1.5
989 101 15 4.0
990 104 15 1.0
991 107 15 2.0
992 110 15 3.0
993 111 15 5.0
994 112 15 2.5
995 123 15 4.0
996 125 15 3.5
997 145 15 3.5
998 149 15 5.0
999 150 15 3.0
1000 153 15 1.0
1001 157 15 2.0
1002 160 15 0.5
1003 161 15 3.0
1004 162 15 4.0
1005 163 15 2.0
1006 164 15 4.0
1007 165 15 3.0
1008 170 15 2.5
1009 172 15 1.0
1010 175 15 4.0
1011 176 15 4.0
1012 180 15 3.0
1013 185 15 2.0
1014 193 15 1.0
1015 196 15 2.0
1016 198 15 1.5
1017 208 15 1.5
1018 214 15 2.0
1019 215 15 4.5
1020 216 15 1.0
1021 223 15 4.0
1022 225 15 1.0
1023 230 15 1.0
1024 231 15 3.5
1025 232 15 4.0
1026 233 15 4.0
1027 235 15 4.0
1028 237 15 3.5
1029 246 15 5.0
1030 247 15 2.0
1031 252 15 2.0
1032 253 15 2.0
1033 260 15 5.0
1034 265 15 1.0
1035 288 15 2.0
1036 292 15 1.0
1037 293 15 5.0
1038 296 15 5.0
1039 300 15 4.0
1040 306 15 5.0
1041 307 15 4.0
1042 308 15 4.0
1043 316 15 3.0
1044 317 15 1.0
1045 318 15 2.0
1046 322 15 2.5
1047 329 15 1.5
1048 335 15 2.0
1049 339 15 2.5
1050 342 15 3.0
1051 344 15 2.0
1052 349 15 3.0
1053 353 15 3.0
1054 355 15 0.5
1055 356 15 1.0
1056 357 15 3.5
1057 364 15 4.0
1058 367 15 2.0
1059 370 15 3.5
1060 371 15 2.0
1061 372 15 3.0
1062 373 15 3.5
1063 377 15 4.0
1064 380 15 4.0
1065 382 15 3.5
1066 429 15 1.0
1067 431 15 4.0
1068 434 15 3.0
1069 435 15 1.0
1070 440 15 2.5
1071 441 15 4.0
1072 442 15 1.0
1073 454 15 3.0
1074 457 15 5.0
1075 466 15 2.5
1076 471 15 3.0
1077 474 15 3.0
1078 480 15 3.0
1079 481 15 3.0
1080 483 15 1.0
1081 485 15 0.5
1082 494 15 4.0
1083 500 15 3.0
1084 508 15 1.5
1085 509 15 2.0
1086 520 15 3.5
1087 524 15 2.5
1088 527 15 4.0
1089 535 15 3.0
1090 539 15 2.0
1091 540 15 1.5
1092 541 15 5.0
1093 543 15 3.0
1094 549 15 5.0
1095 551 15 2.0
1096 555 15 4.0
1097 556 15 3.5
1098 562 15 3.0
1099 574 15 3.0
1100 586 15 2.0
1101 587 15 1.0
1102 588 15 0.5
1103 589 15 4.0
1104 590 15 3.0
1105 592 15 4.0
1106 593 15 5.0
1107 594 15 2.5
1108 597 15 2.5
1109 608 15 5.0
1110 610 15 3.0
1111 628 15 2.5
1112 647 15 1.5
1113 648 15 4.0
1114 663 15 2.0
1115 665 15 3.0
1116 674 15 3.0
1117 680 15 2.0
1118 708 15 3.0
1119 720 15 3.0
1120 724 15 2.0
1121 733 15 3.5
1122 736 15 1.0
1123 745 15 3.0
1124 748 15 2.5
1125 750 15 4.0
1126 762 15 2.0
1127 778 15 4.0
1128 780 15 2.5
1129 784 15 2.5
1130 785 15 3.0
1131 786 15 0.5
1132 788 15 1.5
1133 799 15 3.0
1134 800 15 5.0
1135 802 15 1.0
1136 803 15 4.5
1137 804 15 3.5
1138 832 15 1.0
1139 836 15 2.0
1140 851 15 4.0
1141 858 15 5.0
1142 866 15 4.0
1143 899 15 5.0
1144 903 15 5.0
1145 904 15 5.0
1146 908 15 5.0
1147 909 15 4.0
1148 910 15 2.5
1149 911 15 4.0
1150 912 15 5.0
1151 913 15 4.0
1152 914 15 1.5
1153 916 15 1.0
1154 919 15 3.0
1155 920 15 3.5
1156 922 15 1.0
1157 923 15 5.0
1158 924 15 5.0
1159 926 15 3.0
1160 931 15 1.0
1161 953 15 3.0
1162 994 15 4.0
1163 1020 15 2.0
1164 1035 15 2.0
1165 1036 15 4.0
1166 1041 15 5.0
1167 1047 15 2.5
1168 1059 15 1.5
1169 1060 15 4.0
1170 1073 15 3.0
1171 1079 15 4.0
1172 1084 15 3.0
1173 1088 15 2.0
1174 1089 15 4.0
1175 1092 15 2.5
1176 1093 15 2.0
1177 1094 15 4.0
1178 1095 15 4.0
1179 1097 15 4.0
1180 1100 15 2.5
1181 1101 15 3.0
1182 1120 15 1.0
1183 1127 15 4.0
1184 1131 15 2.5
1185 1136 15 2.5
1186 1147 15 3.5
1187 1148 15 3.0
1188 1171 15 4.0
1189 1173 15 3.0
1190 1176 15 4.0
1191 1178 15 3.0
1192 1179 15 4.0
1193 1183 15 2.0
1194 1186 15 4.5
1195 1189 15 3.5
1196 1193 15 5.0
1197 1196 15 5.0
1198 1197 15 1.0
1199 1198 15 4.0
1200 1199 15 1.0
1201 1200 15 4.0
1202 1201 15 3.5
1203 1203 15 4.0
1204 1204 15 2.0
1205 1206 15 5.0
1206 1207 15 3.0
1207 1208 15 5.0
1208 1209 15 4.5
1209 1210 15 5.0
1210 1211 15 1.5
1211 1212 15 3.0
1212 1213 15 3.0
1213 1214 15 4.0
1214 1215 15 1.5
1215 1217 15 2.0
1216 1218 15 4.0
1217 1219 15 3.0
1218 1220 15 1.0
1219 1221 15 5.0
1220 1222 15 4.0
1221 1223 15 4.0
1222 1225 15 4.0
1223 1228 15 4.0
1224 1230 15 3.0
1225 1231 15 4.0
1226 1233 15 3.0
1227 1234 15 4.0
1228 1235 15 3.5
1229 1240 15 3.0
1230 1243 15 2.0
1231 1244 15 5.0
1232 1246 15 1.0
1233 1247 15 5.0
1234 1248 15 3.0
1235 1249 15 3.0
1236 1250 15 4.0
1237 1251 15 3.0
1238 1252 15 5.0
1239 1254 15 3.5
1240 1258 15 4.0
1241 1259 15 3.0
1242 1260 15 3.0
1243 1262 15 1.5
1244 1263 15 4.0
1245 1264 15 3.0
1246 1265 15 4.0
1247 1266 15 4.0
1248 1267 15 5.0
1249 1270 15 5.0
1250 1272 15 3.5
1251 1276 15 2.5
1252 1280 15 3.0
1253 1281 15 1.0
1254 1283 15 3.0
1255 1284 15 3.0
1256 1287 15 2.0
1257 1288 15 4.0
1258 1289 15 4.0
1259 1290 15 3.0
1260 1291 15 4.0
1261 1293 15 4.0
1262 1297 15 4.0
1263 1302 15 3.0
1264 1303 15 2.0
1265 1304 15 3.0
1266 1307 15 5.0
1267 1320 15 3.0
1268 1333 15 2.0
1269 1334 15 2.0
1270 1339 15 2.0
1271 1342 15 2.0
1272 1356 15 2.0
1273 1358 15 1.0
1274 1361 15 3.5
1275 1370 15 3.0
1276 1377 15 3.0
1277 1380 15 2.5
1278 1385 15 3.0
1279 1387 15 4.0
1280 1391 15 0.5
1281 1393 15 3.5
1282 1394 15 4.0
1283 1396 15 4.0
1284 1405 15 3.0
1285 1407 15 5.0
1286 1449 15 4.0
1287 1464 15 4.0
1288 1466 15 4.0
1289 1476 15 3.0
1290 1479 15 1.5
1291 1483 15 3.0
1292 1484 15 3.0
1293 1485 15 3.0
1294 1500 15 3.0
1295 1502 15 1.5
1296 1503 15 1.0
1297 1513 15 2.0
1298 1517 15 3.0
1299 1527 15 1.0
1300 1529 15 3.0
1301 1544 15 1.0
1302 1546 15 4.0
1303 1552 15 1.5
1304 1556 15 2.5
1305 1562 15 1.5
1306 1569 15 3.5
1307 1573 15 4.0
1308 1580 15 4.0
1309 1584 15 4.0
1310 1589 15 2.0
1311 1597 15 2.0
1312 1608 15 1.0
1313 1610 15 3.0
1314 1615 15 3.0
1315 1616 15 3.0
1316 1617 15 5.0
1317 1625 15 4.0
1318 1635 15 4.0
1319 1639 15 4.0
1320 1644 15 1.5
1321 1645 15 3.0
1322 1649 15 2.0
1323 1653 15 3.0
1324 1663 15 3.0
1325 1673 15 3.0
1326 1676 15 4.0
1327 1680 15 3.0
1328 1682 15 2.0
1329 1689 15 4.5
1330 1690 15 1.0
1331 1694 15 3.0
1332 1704 15 4.0
1333 1717 15 4.0
1334 1719 15 4.0
1335 1721 15 1.5
1336 1722 15 3.5
1337 1729 15 1.0
1338 1732 15 3.5
1339 1735 15 0.5
1340 1747 15 3.5
1341 1748 15 4.0
1342 1752 15 3.5
1343 1753 15 1.0
1344 1754 15 3.5
1345 1777 15 2.0
1346 1779 15 1.0
1347 1784 15 3.0
1348 1792 15 3.0
1349 1805 15 3.0
1350 1807 15 1.5
1351 1810 15 2.5
1352 1816 15 2.5
1353 1827 15 4.0
1354 1831 15 2.0
1355 1834 15 3.5
1356 1836 15 2.0
1357 1845 15 4.0
1358 1859 15 5.0
1359 1860 15 4.0
1360 1862 15 2.0
1361 1876 15 2.0
1362 1882 15 1.5
1363 1883 15 4.0
1364 1889 15 3.0
1365 1895 15 2.5
1366 1897 15 1.5
1367 1904 15 3.5
1368 1909 15 2.0
1369 1912 15 5.0
1370 1914 15 3.5
1371 1917 15 2.0
1372 1921 15 4.0
1373 1923 15 4.5
1374 1945 15 4.0
1375 1950 15 3.0
1376 1952 15 3.0
1377 1953 15 3.0
1378 1954 15 3.0
1379 1955 15 4.5
1380 1956 15 4.0
1381 1961 15 3.5
1382 1962 15 3.0
1383 1964 15 3.0
1384 1968 15 4.0
1385 1994 15 2.5
1386 1997 15 5.0
1387 2000 15 3.0
1388 2003 15 3.0
1389 2005 15 4.0
1390 2006 15 4.0
1391 2010 15 3.0
1392 2011 15 3.0
1393 2012 15 1.0
1394 2018 15 2.0
1395 2019 15 4.5
1396 2020 15 2.5
1397 2025 15 2.0
1398 2028 15 3.0
1399 2041 15 2.0
1400 2054 15 2.0
1401 2058 15 2.5
1402 2060 15 2.0
1403 2064 15 4.5
1404 2076 15 3.0
1405 2100 15 2.0
1406 2105 15 4.0
1407 2108 15 4.5
1408 2115 15 4.0
1409 2124 15 2.0
1410 2126 15 1.0
1411 2133 15 3.5
1412 2134 15 3.5
1413 2140 15 3.0
1414 2145 15 2.0
1415 2150 15 3.0
1416 2160 15 3.0
1417 2161 15 3.0
1418 2167 15 3.0
1419 2174 15 4.0
1420 2186 15 3.0
1421 2194 15 4.0
1422 2231 15 3.0
1423 2232 15 4.0
1424 2243 15 4.5
1425 2248 15 3.5
1426 2268 15 1.0
1427 2269 15 2.5
1428 2273 15 2.5
1429 2278 15 2.5
1430 2282 15 0.5
1431 2288 15 3.0
1432 2289 15 4.0
1433 2291 15 3.0
1434 2294 15 2.0
1435 2302 15 3.5
1436 2303 15 3.0
1437 2311 15 2.0
1438 2313 15 3.5
1439 2318 15 4.5
1440 2321 15 3.5
1441 2324 15 2.0
1442 2329 15 1.0
1443 2333 15 3.0
1444 2334 15 3.0
1445 2336 15 2.0
1446 2340 15 2.0
1447 2351 15 1.0
1448 2353 15 0.5
1449 2355 15 2.0
1450 2357 15 3.0
1451 2360 15 2.0
1452 2366 15 3.0
1453 2369 15 1.0
1454 2371 15 3.5
1455 2378 15 3.0
1456 2387 15 3.5
1457 2391 15 3.0
1458 2395 15 5.0
1459 2396 15 2.0
1460 2405 15 3.0
1461 2406 15 3.5
1462 2407 15 3.0
1463 2413 15 4.5
1464 2424 15 1.5
1465 2427 15 3.0
1466 2428 15 1.0
1467 2439 15 2.0
1468 2447 15 2.5
1469 2455 15 3.5
1470 2467 15 1.0
1471 2478 15 4.0
1472 2490 15 1.0
1473 2501 15 3.0
1474 2502 15 5.0
1475 2505 15 0.5
1476 2528 15 2.0
1477 2539 15 2.5
1478 2541 15 1.0
1479 2542 15 1.0
1480 2560 15 3.0
1481 2568 15 0.5
1482 2571 15 5.0
1483 2572 15 5.0
1484 2574 15 1.0
1485 2575 15 3.0
1486 2579 15 2.5
1487 2580 15 3.0
1488 2581 15 1.0
1489 2585 15 1.0
1490 2594 15 4.0
1491 2598 15 1.5
1492 2599 15 3.0
1493 2600 15 3.0
1494 2605 15 1.0
1495 2617 15 1.0
1496 2624 15 3.0
1497 2628 15 2.5
1498 2640 15 4.0
1499 2648 15 3.0
1500 2657 15 2.0
1501 2671 15 4.0
1502 2678 15 1.0
1503 2683 15 1.0
1504 2686 15 3.0
1505 2692 15 3.0
1506 2699 15 3.0
1507 2700 15 3.0
1508 2701 15 1.0
1509 2702 15 1.5
1510 2706 15 3.0
1511 2707 15 3.0
1512 2709 15 1.0
1513 2710 15 1.0
1514 2712 15 4.0
1515 2713 15 1.0
1516 2716 15 4.0
1517 2717 15 3.5
1518 2718 15 1.5
1519 2722 15 2.0
1520 2723 15 1.0
1521 2726 15 2.5
1522 2729 15 3.0
1523 2759 15 1.0
1524 2761 15 2.0
1525 2762 15 1.0
1526 2763 15 1.0
1527 2769 15 2.0
1528 2770 15 4.0
1529 2791 15 4.0
1530 2795 15 3.5
1531 2797 15 4.0
1532 2803 15 1.5
1533 2819 15 3.0
1534 2840 15 1.0
1535 2841 15 2.0
1536 2858 15 4.0
1537 2871 15 4.0
1538 2881 15 1.0
1539 2890 15 4.0
1540 2905 15 4.0
1541 2908 15 1.0
1542 2912 15 4.0
1543 2915 15 1.5
1544 2916 15 4.0
1545 2918 15 4.0
1546 2925 15 4.0
1547 2947 15 5.0
1548 2949 15 4.0
1549 2952 15 1.0
1550 2959 15 5.0
1551 2973 15 4.0
1552 2976 15 2.0
1553 2983 15 4.0
1554 2985 15 3.0
1555 2987 15 4.0
1556 2990 15 3.5
1557 2993 15 4.0
1558 2997 15 5.0
1559 3000 15 4.0
1560 3004 15 1.0
1561 3005 15 1.0
1562 3006 15 5.0
1563 3007 15 2.5
1564 3008 15 2.0
1565 3010 15 4.0
1566 3019 15 3.0
1567 3020 15 3.0
1568 3030 15 4.0
1569 3033 15 4.0
1570 3039 15 4.0
1571 3044 15 3.0
1572 3052 15 3.0
1573 3060 15 4.0
1574 3077 15 3.0
1575 3081 15 1.0
1576 3082 15 3.0
1577 3083 15 5.0
1578 3089 15 3.0
1579 3101 15 4.0
1580 3104 15 4.0
1581 3107 15 3.0
1582 3108 15 4.0
1583 3113 15 2.0
1584 3114 15 1.0
1585 3128 15 4.0
1586 3129 15 3.5
1587 3134 15 1.0
1588 3146 15 1.5
1589 3147 15 1.0
1590 3148 15 1.0
1591 3150 15 3.0
1592 3152 15 3.0
1593 3157 15 1.0
1594 3160 15 3.0
1595 3168 15 2.5
1596 3173 15 2.5
1597 3174 15 1.0
1598 3175 15 4.0
1599 3176 15 2.0
1600 3181 15 1.0
1601 3182 15 2.0
1602 3185 15 2.0
1603 3210 15 5.0
1604 3219 15 2.0
1605 3225 15 1.0
1606 3246 15 4.0
1607 3250 15 2.0
1608 3253 15 3.0
1609 3255 15 2.0
1610 3256 15 2.0
1611 3261 15 4.0
1612 3262 15 1.0
1613 3265 15 4.0
1614 3266 15 5.0
1615 3267 15 3.0
1616 3272 15 2.0
1617 3273 15 1.0
1618 3275 15 0.5
1619 3285 15 2.0
1620 3286 15 3.0
1621 3298 15 4.0
1622 3300 15 5.0
1623 3301 15 4.0
1624 3307 15 3.0
1625 3316 15 1.5
1626 3317 15 5.0
1627 3318 15 3.0
1628 3320 15 5.0
1629 3328 15 4.0
1630 3358 15 2.5
1631 3361 15 3.0
1632 3362 15 3.5
1633 3386 15 3.0
1634 3390 15 1.0
1635 3408 15 2.0
1636 3409 15 4.0
1637 3418 15 1.0
1638 3421 15 1.5
1639 3429 15 3.0
1640 3435 15 2.5
1641 3448 15 2.5
1642 3461 15 3.0
1643 3462 15 1.5
1644 3471 15 4.0
1645 3476 15 4.5
1646 3477 15 3.0
1647 3481 15 5.0
1648 3484 15 0.5
1649 3489 15 2.0
1650 3499 15 3.0
1651 3504 15 4.0
1652 3505 15 4.0
1653 3510 15 2.0
1654 3512 15 3.0
1655 3527 15 3.0
1656 3534 15 1.0
1657 3535 15 1.0
1658 3536 15 4.0
1659 3538 15 1.5
1660 3543 15 2.0
1661 3552 15 2.0
1662 3555 15 1.0
1663 3556 15 3.0
1664 3566 15 3.0
1665 3569 15 4.0
1666 3571 15 4.0
1667 3577 15 3.5
1668 3578 15 2.0
1669 3598 15 3.0
1670 3617 15 4.0
1671 3618 15 2.0
1672 3623 15 1.0
1673 3624 15 2.0
1674 3626 15 3.0
1675 3633 15 4.0
1676 3634 15 2.0
1677 3635 15 3.5
1678 3638 15 3.5
1679 3639 15 2.0
1680 3671 15 2.0
1681 3683 15 4.0
1682 3707 15 5.0
1683 3717 15 1.0
1684 3728 15 4.0
1685 3730 15 5.0
1686 3735 15 2.0
1687 3742 15 2.5
1688 3745 15 1.0
1689 3747 15 2.0
1690 3751 15 1.0
1691 3752 15 1.0
1692 3755 15 1.5
1693 3763 15 2.0
1694 3783 15 2.0
1695 3785 15 4.0
1696 3786 15 2.0
1697 3787 15 3.0
1698 3788 15 3.0
1699 3793 15 2.0
1700 3794 15 4.0
1701 3798 15 2.0
1702 3800 15 2.0
1703 3801 15 3.0
1704 3823 15 2.0
1705 3825 15 1.0
1706 3826 15 1.0
1707 3827 15 2.5
1708 3852 15 3.0
1709 3854 15 3.0
1710 3861 15 3.0
1711 3863 15 2.0
1712 3868 15 4.0
1713 3882 15 4.0
1714 3892 15 1.0
1715 3893 15 1.0
1716 3896 15 3.0
1717 3897 15 3.0
1718 3910 15 2.0
1719 3911 15 2.0
1720 3915 15 5.0
1721 3943 15 3.0
1722 3948 15 5.0
1723 3949 15 5.0
1724 3952 15 4.0
1725 3956 15 1.0
1726 3967 15 1.0
1727 3968 15 2.5
1728 3969 15 1.0
1729 3977 15 3.0
1730 3979 15 1.0
1731 3981 15 1.0
1732 3983 15 5.0
1733 3984 15 4.0
1734 3986 15 1.0
1735 3987 15 4.0
1736 3988 15 1.0
1737 3989 15 3.0
1738 3990 15 1.0
1739 3993 15 1.0
1740 3994 15 4.0
1741 3996 15 5.0
1742 3998 15 1.0
1743 3999 15 3.0
1744 4005 15 3.5
1745 4006 15 3.0
1746 4007 15 3.5
1747 4010 15 2.0
1748 4011 15 1.0
1749 4014 15 2.0
1750 4015 15 5.0
1751 4017 15 4.0
1752 4018 15 1.0
1753 4019 15 2.0
1754 4020 15 3.0
1755 4021 15 3.0
1756 4022 15 3.0
1757 4023 15 2.0
1758 4025 15 1.0
1759 4027 15 3.0
1760 4029 15 4.0
1761 4030 15 2.0
1762 4033 15 4.0
1763 4034 15 4.0
1764 4036 15 1.0
1765 4037 15 3.0
1766 4052 15 1.0
1767 4055 15 1.0
1768 4056 15 5.0
1769 4066 15 4.0
1770 4079 15 4.0
1771 4082 15 1.0
1772 4085 15 3.0
1773 4121 15 3.0
1774 4144 15 4.0
1775 4148 15 1.0
1776 4149 15 1.0
1777 4158 15 2.0
1778 4161 15 3.0
1779 4167 15 1.0
1780 4168 15 3.0
1781 4210 15 4.5
1782 4223 15 1.0
1783 4225 15 1.0
1784 4226 15 5.0
1785 4232 15 3.0
1786 4235 15 4.0
1787 4238 15 3.0
1788 4239 15 1.0
1789 4246 15 2.0
1790 4247 15 1.0
1791 4262 15 3.0
1792 4270 15 1.5
1793 4271 15 4.0
1794 4299 15 2.5
1795 4302 15 5.0
1796 4306 15 1.0
1797 4308 15 2.0
1798 4310 15 3.0
1799 4321 15 2.0
1800 4322 15 4.0
1801 4343 15 1.0
1802 4344 15 2.0
1803 4351 15 3.0
1804 4361 15 5.0
1805 4367 15 1.0
1806 4369 15 3.0
1807 4370 15 1.0
1808 4372 15 3.0
1809 4378 15 3.0
1810 4380 15 2.0
1811 4381 15 2.0
1812 4383 15 3.0
1813 4386 15 1.0
1814 4388 15 3.0
1815 4410 15 3.0
1816 4446 15 4.0
1817 4447 15 1.5
1818 4448 15 1.0
1819 4450 15 2.0
1820 4451 15 2.5
1821 4489 15 4.5
1822 4546 15 3.0
1823 4571 15 3.0
1824 4621 15 3.0
1825 4623 15 4.0
1826 4638 15 1.0
1827 4639 15 1.0
1828 4641 15 3.0
1829 4642 15 1.5
1830 4643 15 3.0
1831 4654 15 1.0
1832 4658 15 2.0
1833 4666 15 1.0
1834 4675 15 2.0
1835 4678 15 4.0
1836 4679 15 3.0
1837 4700 15 2.0
1838 4701 15 3.0
1839 4713 15 4.0
1840 4718 15 4.0
1841 4719 15 2.0
1842 4720 15 2.0
1843 4723 15 3.5
1844 4727 15 3.0
1845 4728 15 4.0
1846 4731 15 5.0
1847 4734 15 1.0
1848 4738 15 3.5
1849 4744 15 1.0
1850 4776 15 2.5
1851 4816 15 3.0
1852 4823 15 2.5
1853 4844 15 2.0
1854 4848 15 2.0
1855 4873 15 5.0
1856 4878 15 4.0
1857 4881 15 1.5
1858 4886 15 5.0
1859 4888 15 3.0
1860 4890 15 3.0
1861 4896 15 1.0
1862 4901 15 4.0
1863 4902 15 2.0
1864 4903 15 5.0
1865 4914 15 4.0
1866 4958 15 1.0
1867 4963 15 4.0
1868 4973 15 2.0
1869 4974 15 2.0
1870 4975 15 1.0
1871 4979 15 5.0
1872 4992 15 1.5
1873 4993 15 5.0
1874 4995 15 1.0
1875 5000 15 3.5
1876 5008 15 3.5
1877 5010 15 4.5
1878 5013 15 2.0
1879 5015 15 1.0
1880 5026 15 2.0
1881 5060 15 1.5
1882 5066 15 3.0
1883 5071 15 5.0
1884 5074 15 1.0
1885 5075 15 4.0
1886 5110 15 1.5
1887 5120 15 3.0
1888 5128 15 1.0
1889 5135 15 4.0
1890 5170 15 2.0
1891 5171 15 0.5
1892 5218 15 1.0
1893 5219 15 1.0
1894 5220 15 3.0
1895 5222 15 2.0
1896 5225 15 1.5
1897 5254 15 1.0
1898 5266 15 1.0
1899 5269 15 4.5
1900 5279 15 0.5
1901 5283 15 3.0
1902 5291 15 3.5
1903 5293 15 3.0
1904 5296 15 1.5
1905 5298 15 2.5
1906 5299 15 0.5
1907 5308 15 2.5
1908 5313 15 1.0
1909 5319 15 3.5
1910 5339 15 3.5
1911 5346 15 3.5
1912 5349 15 1.0
1913 5363 15 1.0
1914 5364 15 2.5
1915 5377 15 4.0
1916 5378 15 3.0
1917 5388 15 2.0
1918 5391 15 2.5
1919 5400 15 3.0
1920 5410 15 2.0
1921 5416 15 1.5
1922 5418 15 2.0
1923 5419 15 1.0
1924 5444 15 1.0
1925 5445 15 5.0
1926 5449 15 2.0
1927 5458 15 1.0
1928 5459 15 1.0
1929 5463 15 1.0
1930 5464 15 0.5
1931 5477 15 5.0
1932 5478 15 2.0
1933 5481 15 2.0
1934 5500 15 4.0
1935 5502 15 1.0
1936 5504 15 2.0
1937 5507 15 1.0
1938 5508 15 3.0
1939 5515 15 4.0
1940 5524 15 1.0
1941 5528 15 1.0
1942 5541 15 3.0
1943 5553 15 2.0
1944 5568 15 3.0
1945 5577 15 2.5
1946 5617 15 3.5
1947 5618 15 1.5
1948 5620 15 0.5
1949 5630 15 1.5
1950 5650 15 3.0
1951 5662 15 4.0
1952 5669 15 4.0
1953 5673 15 3.5
1954 5679 15 4.0
1955 5791 15 2.0
1956 5792 15 4.0
1957 5809 15 3.0
1958 5816 15 1.0
1959 5872 15 3.0
1960 5878 15 1.0
1961 5893 15 5.0
1962 5902 15 4.0
1963 5903 15 2.0
1964 5909 15 1.0
1965 5945 15 1.0
1966 5952 15 5.0
1967 5954 15 1.0
1968 5956 15 2.5
1969 5957 15 4.5
1970 5959 15 3.0
1971 5968 15 3.0
1972 5989 15 2.5
1973 5991 15 1.0
1974 5995 15 4.0
1975 6003 15 1.5
1976 6016 15 2.0
1977 6025 15 3.0
1978 6037 15 3.0
1979 6059 15 2.0
1980 6155 15 0.5
1981 6157 15 0.5
1982 6180 15 1.0
1983 6188 15 3.5
1984 6203 15 3.0
1985 6218 15 0.5
1986 6271 15 4.0
1987 6281 15 1.0
1988 6283 15 1.0
1989 6287 15 0.5
1990 6296 15 1.5
1991 6299 15 2.5
1992 6303 15 2.5
1993 6327 15 4.0
1994 6331 15 3.0
1995 6333 15 3.0
1996 6365 15 1.0
1997 6373 15 2.0
1998 6377 15 1.0
1999 6378 15 3.0
2000 6380 15 3.0
2001 6385 15 1.5
2002 6433 15 3.0
2003 6440 15 3.5
2004 6442 15 3.5
2005 6464 15 2.5
2006 6502 15 3.5
2007 6503 15 2.5
2008 6534 15 2.0
2009 6537 15 2.5
2010 6539 15 3.5
2011 6547 15 1.0
2012 6552 15 1.5
2013 6586 15 3.0
2014 6593 15 1.0
2015 6620 15 1.5
2016 6641 15 4.0
2017 6650 15 3.5
2018 6708 15 2.0
2019 6711 15 3.5
2020 6754 15 0.5
2021 6773 15 1.0
2022 6783 15 2.0
2023 6787 15 5.0
2024 6816 15 4.0
2025 6820 15 2.5
2026 6863 15 2.0
2027 6867 15 3.5
2028 6870 15 3.5
2029 6873 15 1.0
2030 6874 15 1.0
2031 6875 15 1.0
2032 6879 15 2.5
2033 6885 15 1.0
2034 6932 15 4.5
2035 6934 15 1.5
2036 6936 15 1.0
2037 6942 15 3.0
2038 6944 15 4.0
2039 6947 15 1.0
2040 6953 15 2.0
2041 6957 15 4.0
2042 6961 15 2.5
2043 6975 15 4.0
2044 6978 15 2.5
2045 6979 15 3.0
2046 6989 15 2.5
2047 7003 15 2.0
2048 7004 15 2.5
2049 7008 15 3.5
2050 7010 15 3.5
2051 7028 15 3.5
2052 7034 15 4.5
2053 7090 15 3.0
2054 7123 15 3.5
2055 7132 15 3.0
2056 7143 15 2.0
2057 7147 15 1.5
2058 7153 15 1.5
2059 7156 15 3.0
2060 7162 15 1.0
2061 7173 15 0.5
2062 7199 15 1.0
2063 7254 15 1.0
2064 7265 15 3.5
2065 7293 15 1.0
2066 7317 15 3.0
2067 7323 15 2.0
2068 7325 15 0.5
2069 7327 15 1.5
2070 7346 15 3.0
2071 7348 15 2.0
2072 7361 15 5.0
2073 7371 15 1.0
2074 7373 15 1.5
2075 7438 15 0.5
2076 7444 15 1.0
2077 7445 15 1.5
2078 7451 15 3.5
2079 7458 15 1.5
2080 7484 15 4.0
2081 7487 15 1.5
2082 7560 15 3.5
2083 7569 15 3.5
2084 7573 15 2.5
2085 7698 15 3.0
2086 7792 15 2.5
2087 7925 15 3.0
2088 8011 15 2.0
2089 8264 15 4.0
2090 8360 15 2.5
2091 8361 15 4.0
2092 8366 15 2.5
2093 8368 15 1.5
2094 8376 15 2.5
2095 8464 15 3.0
2096 8528 15 1.0
2097 8529 15 1.5
2098 8531 15 1.5
2099 8581 15 2.5
2100 8582 15 3.5
2101 8622 15 3.5
2102 8623 15 3.0
2103 8636 15 3.0
2104 8638 15 4.0
2105 8641 15 3.0
2106 8644 15 1.0
2107 8645 15 2.0
2108 8665 15 3.5
2109 8781 15 0.5
2110 8784 15 2.0
2111 8798 15 3.0
2112 8807 15 2.5
2113 8865 15 1.0
2114 8874 15 2.5
2115 8910 15 2.5
2116 8914 15 4.5
2117 8917 15 4.0
2118 8930 15 2.5
2119 8948 15 1.0
2120 8949 15 4.5
2121 8950 15 2.0
2122 8957 15 3.0
2123 8958 15 3.5
2124 8961 15 2.0
2125 8970 15 2.0
2126 8972 15 3.5
2127 8974 15 2.5
2128 8984 15 2.0
2129 26131 15 5.0
2130 26152 15 4.0
2131 26587 15 5.0
2132 26729 15 4.5
2133 26810 15 2.0
2134 27020 15 2.5
2135 27478 15 2.5
2136 27660 15 4.0
2137 27773 15 1.0
2138 27821 15 1.0
2139 27846 15 4.0
2140 27904 15 2.5
2141 30707 15 1.5
2142 30749 15 2.0
2143 30810 15 1.5
2144 30812 15 0.5
2145 30825 15 1.5
2146 31685 15 0.5
2147 31696 15 3.5
2148 32587 15 3.5
2149 33004 15 0.5
2150 33154 15 3.5
2151 33166 15 3.5
2152 33493 15 5.0
2153 33679 15 3.5
2154 33794 15 4.5
2155 34048 15 0.5
2156 34072 15 1.5
2157 34150 15 1.0
2158 34162 15 1.0
2159 34319 15 1.0
2160 34334 15 1.5
2161 34405 15 0.5
2162 34542 15 3.5
2163 35836 15 3.0
2164 35957 15 2.5
2165 36517 15 1.5
2166 36529 15 1.0
2167 37386 15 2.0
2168 37729 15 2.0
2169 37741 15 2.5
2170 38061 15 4.5
2171 38886 15 1.5
2172 39292 15 4.5
2173 40583 15 2.0
2174 40815 15 1.5
2175 41997 15 2.5
2176 42718 15 4.5
2177 44004 15 1.0
2178 44191 15 2.5
2179 44195 15 2.0
2180 44199 15 4.0
2181 44555 15 1.0
2182 44597 15 2.5
2183 44665 15 1.0
2184 44761 15 1.5
2185 44788 15 4.0
2186 45186 15 2.5
2187 45447 15 1.0
2188 45499 15 2.5
2189 45517 15 0.5
2190 45666 15 4.0
2191 45672 15 1.5
2192 45720 15 1.5
2193 45722 15 2.0
2194 45728 15 0.5
2195 45950 15 3.0
2196 46530 15 0.5
2197 46578 15 1.0
2198 46723 15 2.0
2199 46970 15 2.0
2200 46972 15 3.5
2201 46976 15 3.5
2202 47610 15 1.5
2203 47999 15 2.5
2204 48043 15 0.5
2205 48082 15 1.0
2206 48385 15 4.0
2207 48394 15 1.5
2208 48516 15 3.0
2209 48774 15 4.0
2210 48780 15 4.0
2211 49272 15 4.0
2212 49278 15 2.5
2213 49286 15 2.5
2214 50851 15 3.5
2215 50872 15 3.5
2216 51080 15 4.5
2217 51255 15 1.5
2218 51540 15 5.0
2219 51662 15 2.0
2220 52245 15 1.5
2221 52328 15 1.5
2222 52604 15 2.0
2223 52722 15 1.5
2224 52973 15 3.5
2225 53322 15 3.5
2226 53464 15 1.5
2227 53894 15 2.5
2228 53972 15 3.0
2229 53996 15 4.0
2230 54001 15 2.0
2231 54272 15 1.0
2232 54286 15 2.5
2233 54372 15 4.5
2234 54503 15 3.5
2235 54881 15 4.5
2236 55247 15 1.0
2237 55269 15 1.0
2238 55276 15 3.5
2239 55442 15 2.5
2240 55765 15 2.0
2241 55820 15 2.0
2242 55830 15 2.5
2243 56174 15 1.0
2244 56367 15 2.0
2245 56563 15 4.0
2246 56775 15 3.0
2247 56782 15 1.0
2248 57368 15 1.5
2249 57640 15 4.0
2250 57669 15 1.5
2251 58025 15 1.0
2252 58295 15 1.5
2253 58559 15 4.5
2254 58998 15 1.5
2255 59126 15 4.0
2256 59315 15 4.5
2257 59369 15 2.5
2258 59519 15 3.5
2259 59615 15 1.0
2260 59784 15 3.5
2261 59900 15 1.5
2262 60037 15 0.5
2263 60040 15 3.0
2264 60069 15 4.5
2265 60072 15 1.0
2266 60074 15 1.0
2267 60126 15 1.0
2268 60295 15 3.5
2269 60684 15 4.0
2270 60766 15 3.5
2271 61024 15 1.0
2272 61132 15 2.0
2273 61323 15 1.0
2274 61394 15 2.0
2275 62374 15 3.5
2276 62434 15 3.5
2277 62511 15 4.5
2278 63082 15 0.5
2279 63113 15 3.5
2280 63131 15 2.0
2281 63859 15 3.0
2282 64620 15 2.0
2283 64839 15 1.0
2284 64957 15 1.5
2285 65642 15 4.5
2286 65802 15 0.5
2287 66097 15 3.0
2288 66130 15 1.5
2289 66203 15 1.0
2290 66596 15 1.5
2291 66665 15 3.0
2292 66934 15 0.5
2293 67087 15 1.5
2294 67193 15 1.5
2295 67665 15 3.5
2296 67734 15 1.5
2297 67997 15 4.0
2298 68157 15 3.0
2299 68159 15 4.0
2300 68237 15 3.5
2301 68319 15 2.0
2302 68324 15 1.0
2303 68358 15 4.5
2304 68791 15 4.0
2305 68793 15 3.0
2306 68954 15 2.0
2307 69122 15 1.0
2308 69306 15 2.0
2309 69406 15 1.0
2310 69436 15 0.5
2311 69481 15 4.5
2312 69524 15 4.0
2313 69526 15 3.0
2314 70286 15 5.0
2315 70293 15 3.5
2316 70336 15 4.5
2317 70697 15 2.5
2318 70862 15 2.5
2319 71211 15 3.5
2320 71264 15 1.5
2321 71282 15 2.5
2322 71462 15 3.0
2323 71464 15 2.0
2324 71535 15 1.0
2325 71838 15 2.0
2326 72011 15 2.5
2327 72226 15 1.5
2328 72378 15 1.0
2329 72998 15 4.0
2330 73017 15 1.0
2331 73344 15 3.5
2332 74458 15 0.5
2333 74649 15 4.0
2334 74795 15 1.5
2335 74851 15 0.5
2336 76077 15 2.0
2337 76093 15 4.0
2338 76251 15 3.0
2339 76293 15 3.0
2340 76738 15 2.5
2341 77364 15 2.5
2342 77455 15 4.0
2343 77561 15 1.0
2344 78209 15 3.0
2345 78469 15 3.0
2346 78499 15 2.0
2347 78574 15 4.5
2348 79057 15 2.5
2349 79132 15 5.0
2350 79185 15 2.5
2351 79242 15 2.5
2352 79293 15 1.5
2353 79428 15 1.0
2354 79695 15 0.5
2355 79702 15 1.5
2356 80126 15 1.0
2357 80185 15 3.0
2358 80463 15 2.0
2359 80489 15 4.0
2360 80862 15 2.5
2361 80906 15 4.0
2362 81158 15 3.0
2363 81191 15 3.0
2364 81229 15 3.5
2365 81591 15 1.0
2366 81782 15 3.0
2367 81834 15 2.0
2368 81845 15 3.0
2369 81847 15 1.0
2370 81932 15 3.0
2371 82461 15 3.0
2372 82854 15 0.5
2373 83270 15 1.0
2374 83293 15 3.5
2375 83349 15 1.0
2376 83613 15 0.5
2377 83827 15 4.0
2378 84152 15 3.0
2379 84374 15 2.5
2380 84392 15 2.5
2381 84954 15 1.0
2382 85414 15 4.0
2383 85774 15 4.0
2384 86190 15 1.5
2385 86332 15 1.0
2386 86644 15 1.5
2387 86781 15 5.0
2388 86833 15 4.0
2389 86882 15 2.5
2390 86898 15 3.5
2391 86911 15 0.5
2392 87222 15 4.0
2393 87232 15 1.5
2394 87304 15 0.5
2395 87306 15 1.0
2396 87430 15 0.5
2397 87485 15 1.0
2398 87520 15 4.5
2399 87869 15 2.5
2400 87930 15 2.0
2401 88125 15 3.0
2402 88129 15 2.5
2403 88140 15 1.0
2404 88163 15 3.5
2405 88356 15 1.5
2406 88744 15 4.5
2407 88950 15 0.5
2408 89090 15 1.5
2409 89337 15 3.0
2410 89470 15 1.5
2411 89492 15 5.0
2412 89745 15 3.0
2413 89840 15 1.0
2414 90249 15 3.5
2415 90266 15 2.5
2416 90428 15 4.5
2417 90439 15 0.5
2418 90531 15 4.0
2419 90600 15 3.5
2420 90603 15 2.5
2421 90647 15 3.0
2422 90746 15 1.5
2423 90866 15 1.0
2424 90870 15 0.5
2425 91500 15 0.5
2426 91505 15 1.0
2427 91529 15 3.0
2428 91535 15 2.0
2429 91542 15 1.0
2430 91630 15 2.5
2431 91653 15 4.5
2432 91658 15 4.0
2433 91842 15 3.0
2434 91869 15 3.0
2435 92420 15 1.5
2436 92507 15 2.5
2437 93326 15 1.0
2438 93363 15 1.0
2439 93510 15 3.0
2440 93721 15 2.0
2441 93831 15 2.5
2442 93840 15 3.5
2443 94015 15 1.0
2444 94018 15 1.0
2445 94478 15 1.0
2446 94677 15 4.0
2447 94777 15 2.5
2448 94780 15 1.5
2449 94833 15 1.5
2450 94864 15 1.5
2451 94959 15 1.0
2452 95105 15 1.0
2453 95167 15 1.0
2454 95199 15 0.5
2455 95311 15 1.5
2456 95443 15 0.5
2457 95510 15 3.5
2458 95558 15 1.0
2459 95875 15 1.5
2460 96079 15 3.0
2461 96150 15 2.0
2462 96488 15 3.5
2463 96610 15 1.5
2464 96667 15 2.5
2465 96737 15 2.5
2466 97304 15 2.5
2467 97393 15 3.5
2468 97866 15 3.5
2469 97913 15 2.5
2470 97923 15 3.0
2471 97938 15 2.5
2472 98122 15 0.5
2473 98154 15 0.5
2474 98809 15 0.5
2475 98961 15 3.0
2476 99007 15 1.0
2477 99112 15 3.5
2478 99114 15 1.5
2479 99149 15 1.0
2480 99468 15 2.5
2481 99811 15 4.0
2482 100032 15 2.0
2483 100083 15 0.5
2484 100365 15 2.5
2485 100383 15 1.0
2486 100517 15 3.0
2487 100556 15 4.0
2488 100581 15 1.5
2489 100714 15 3.0
2490 100745 15 1.0
2491 101076 15 3.0
2492 101112 15 0.5
2493 101362 15 3.0
2494 101864 15 3.5
2495 101895 15 1.0
2496 102123 15 1.5
2497 102125 15 2.0
2498 102445 15 3.0
2499 102800 15 2.5
2500 102880 15 0.5
2501 102903 15 1.0
2502 103042 15 2.5
2503 103228 15 5.0
2504 103249 15 0.5
2505 103253 15 1.0
2506 103372 15 1.0
2507 103810 15 1.5
2508 104211 15 3.5
2509 104241 15 1.0
2510 104272 15 3.0
2511 104726 15 3.0
2512 104841 15 3.5
2513 104879 15 4.0
2514 105504 15 3.5
2515 106072 15 2.0
2516 106111 15 1.0
2517 106332 15 3.5
2518 106489 15 2.0
2519 106782 15 3.5
2520 106916 15 1.5
2521 106920 15 4.5
2522 107348 15 0.5
2523 107406 15 4.0
2524 107910 15 4.5
2525 108188 15 2.0
2526 108190 15 0.5
2527 108689 15 0.5
2528 108729 15 1.0
2529 108932 15 1.5
2530 108945 15 1.0
2531 109187 15 0.5
2532 109374 15 1.0
2533 109487 15 3.5
2534 109673 15 1.5
2535 109687 15 2.5
2536 109848 15 3.0
2537 110102 15 4.0
2538 110127 15 0.5
2539 110553 15 0.5
2540 110730 15 1.0
2541 110771 15 2.0
2542 111228 15 2.5
2543 111360 15 1.0
2544 111362 15 3.5
2545 111364 15 4.0
2546 111443 15 4.0
2547 111622 15 4.5
2548 111759 15 4.5
2549 111781 15 4.5
2550 112138 15 3.5
2551 112171 15 2.5
2552 112183 15 2.0
2553 112370 15 3.5
2554 112552 15 1.5
2555 112556 15 4.5
2556 112623 15 4.0
2557 112788 15 1.0
2558 112852 15 4.5
2559 112940 15 1.5
2560 113345 15 0.5
2561 113348 15 2.0
2562 113378 15 0.5
2563 113741 15 1.0
2564 114180 15 1.0
2565 114635 15 4.0
2566 115149 15 4.0
2567 115502 15 3.5
2568 115569 15 5.0
2569 115617 15 1.5
2570 115713 15 3.5
2571 116161 15 1.0
2572 116797 15 0.5
2573 116799 15 0.5
2574 116823 15 0.5
2575 116897 15 4.5
2576 117176 15 1.0
2577 117529 15 4.0
2578 117533 15 3.5
2579 118696 15 1.5
2580 119141 15 2.0
2581 119145 15 1.5
2582 120466 15 1.5
2583 120799 15 3.0
2584 121171 15 3.0
2585 121231 15 4.5
2586 122882 15 1.0
2587 122886 15 3.5
2588 122890 15 3.0
2589 122892 15 3.0
2590 122900 15 3.0
2591 122902 15 0.5
2592 122904 15 1.0
2593 122920 15 3.0
2594 122924 15 2.5
2595 127136 15 1.0
2596 128360 15 2.5
2597 129937 15 1.5
2598 130452 15 2.0
2599 130490 15 0.5
2600 130576 15 2.0
2601 130634 15 2.0
2602 131013 15 3.0
2603 132046 15 0.5
2604 132480 15 3.0
2605 132796 15 3.0
2606 132961 15 3.0
2607 134130 15 3.5
2608 134368 15 4.5
2609 134393 15 4.0
2610 134853 15 1.0
2611 135133 15 0.5
2612 135436 15 1.0
2613 135567 15 3.0
2614 135569 15 3.0
2615 136020 15 3.0
2616 136562 15 1.5
2617 136864 15 3.0
2618 137337 15 3.5
2619 137857 15 3.0
2620 138036 15 1.0
2621 139385 15 2.5
2622 139644 15 3.0
2623 139757 15 3.5
2624 139855 15 2.0
2625 140110 15 2.5
2626 140174 15 4.0
2627 140267 15 4.0
2628 140711 15 2.5
2629 140928 15 0.5
2630 142488 15 3.5
2631 142507 15 3.0
2632 143385 15 2.5
2633 145839 15 1.0
2634 145935 15 3.0
2635 146656 15 3.5
2636 148626 15 3.5
2637 149352 15 3.0
2638 149354 15 3.5
2639 149406 15 4.0
2640 152057 15 0.5
2641 152077 15 2.0
2642 152079 15 1.5
2643 152081 15 3.0
2644 155820 15 1.0
2645 156607 15 0.5
2646 156609 15 3.5
2647 157200 15 1.5
2648 157296 15 2.0
2649 157667 15 1.5
2650 158238 15 3.5
2651 158528 15 3.5
2652 159093 15 1.0
2653 159690 15 2.0
2654 159755 15 1.0
2655 159858 15 4.0
2656 159972 15 0.5
2657 160080 15 1.0
2658 160271 15 2.5
2659 160563 15 1.0
2660 160565 15 2.0
2661 160567 15 4.0
2662 161155 15 0.5
2663 50 16 4.5
2664 318 16 4.0
2665 337 16 4.0
2666 527 16 4.0
2667 750 16 4.0
2668 1653 16 5.0
2669 1704 16 5.0
2670 1961 16 3.5
2671 2012 16 4.0
2672 2278 16 3.5
2673 2539 16 4.0
2674 2706 16 5.0
2675 2797 16 3.0
2676 2858 16 4.0
2677 3623 16 4.0
2678 4014 16 3.5
2679 4231 16 4.5
2680 4246 16 4.0
2681 4718 16 4.5
2682 4738 16 4.5
2683 4772 16 5.0
2684 4823 16 4.0
2685 4995 16 4.5
2686 5349 16 3.0
2687 5445 16 4.5
2688 6016 16 4.0
2689 6711 16 4.5
2690 6874 16 3.5
2691 7346 16 4.0
2692 6 17 4.5
2693 25 17 4.5
2694 29 17 4.5
2695 32 17 4.5
2696 36 17 4.5
2697 47 17 5.0
2698 50 17 5.0
2699 111 17 5.0
2700 170 17 4.0
2701 172 17 3.5
2702 185 17 3.0
2703 194 17 4.0
2704 198 17 5.0
2705 223 17 2.5
2706 235 17 5.0
2707 247 17 2.0
2708 260 17 3.5
2709 288 17 2.0
2710 293 17 4.0
2711 296 17 5.0
2712 307 17 3.5
2713 318 17 5.0
2714 348 17 3.5
2715 356 17 2.5
2716 377 17 0.5
2717 431 17 4.5
2718 480 17 0.5
2719 482 17 0.5
2720 492 17 5.0
2721 527 17 4.0
2722 541 17 5.0
2723 555 17 4.0
2724 590 17 3.0
2725 593 17 4.5
2726 608 17 3.5
2727 680 17 4.5
2728 714 17 4.5
2729 736 17 2.5
2730 778 17 4.5
2731 858 17 5.0
2732 866 17 4.5
2733 903 17 5.0
2734 904 17 4.5
2735 908 17 5.0
2736 910 17 3.5
2737 912 17 4.5
2738 913 17 5.0
2739 922 17 5.0
2740 923 17 4.5
2741 924 17 4.5
2742 928 17 4.5
2743 930 17 3.5
2744 931 17 4.5
2745 942 17 3.5
2746 965 17 3.5
2747 1036 17 2.5
2748 1077 17 4.0
2749 1079 17 2.5
2750 1089 17 5.0
2751 1092 17 4.0
2752 1095 17 2.0
2753 1104 17 3.5
2754 1136 17 5.0
2755 1173 17 1.0
2756 1175 17 4.5
2757 1193 17 4.5
2758 1199 17 4.5
2759 1206 17 5.0
2760 1210 17 3.5
2761 1212 17 5.0
2762 1213 17 5.0
2763 1218 17 4.0
2764 1220 17 4.0
2765 1221 17 5.0
2766 1230 17 5.0
2767 1232 17 5.0
2768 1235 17 5.0
2769 1237 17 5.0
2770 1240 17 3.0
2771 1241 17 0.5
2772 1244 17 4.0
2773 1245 17 4.0
2774 1246 17 5.0
2775 1248 17 5.0
2776 1249 17 2.5
2777 1251 17 3.5
2778 1252 17 5.0
2779 1255 17 2.0
2780 1258 17 3.5
2781 1263 17 4.5
2782 1265 17 4.5
2783 1267 17 5.0
2784 1270 17 4.5
2785 1298 17 4.5
2786 1333 17 2.0
2787 1348 17 5.0
2788 1396 17 3.0
2789 1411 17 5.0
2790 1464 17 5.0
2791 1466 17 4.5
2792 1517 17 3.0
2793 1570 17 2.5
2794 1580 17 2.5
2795 1597 17 2.5
2796 1617 17 4.5
2797 1625 17 5.0
2798 1627 17 4.0
2799 1645 17 3.5
2800 1653 17 5.0
2801 1673 17 4.5
2802 1674 17 4.5
2803 1704 17 4.0
2804 1721 17 0.5
2805 1729 17 2.5
2806 1732 17 4.0
2807 1748 17 4.5
2808 1809 17 3.0
2809 1834 17 4.5
2810 1884 17 5.0
2811 1921 17 5.0
2812 1923 17 3.0
2813 1997 17 4.0
2814 2010 17 5.0
2815 2011 17 4.0
2816 2012 17 4.0
2817 2021 17 3.5
2818 2023 17 4.0
2819 2028 17 3.5
2820 2066 17 5.0
2821 2067 17 4.5
2822 2076 17 5.0
2823 2110 17 3.5
2824 2117 17 4.5
2825 2118 17 4.0
2826 2159 17 2.5
2827 2160 17 4.5
2828 2167 17 2.0
2829 2204 17 4.5
2830 2232 17 4.5
2831 2278 17 3.5
2832 2324 17 4.5
2833 2329 17 4.0
2834 2353 17 3.5
2835 2396 17 4.5
2836 2455 17 4.0
2837 2467 17 5.0
2838 2490 17 4.0
2839 2502 17 1.0
2840 2539 17 2.5
2841 2551 17 5.0
2842 2571 17 5.0
2843 2579 17 5.0
2844 2594 17 5.0
2845 2600 17 5.0
2846 2606 17 3.0
2847 2657 17 3.0
2848 2672 17 3.5
2849 2677 17 4.0
2850 2683 17 3.0
2851 2692 17 4.5
2852 2707 17 3.5
2853 2710 17 3.5
2854 2712 17 3.0
2855 2726 17 4.5
2856 2762 17 4.5
2857 2791 17 2.0
2858 2858 17 4.5
2859 2892 17 3.5
2860 2916 17 4.0
2861 2918 17 3.0
2862 2952 17 2.5
2863 2959 17 5.0
2864 2973 17 5.0
2865 2997 17 5.0
2866 3018 17 4.0
2867 3134 17 5.0
2868 3147 17 4.0
2869 3160 17 2.5
2870 3253 17 2.0
2871 3262 17 4.5
2872 3267 17 4.0
2873 3328 17 4.0
2874 3386 17 4.0
2875 3408 17 2.5
2876 3435 17 5.0
2877 3476 17 4.5
2878 3503 17 4.5
2879 3504 17 3.5
2880 3535 17 4.5
2881 3578 17 4.0
2882 3598 17 4.0
2883 3676 17 5.0
2884 3730 17 3.0
2885 3735 17 4.0
2886 3742 17 4.0
2887 3785 17 3.5
2888 3788 17 4.5
2889 3863 17 3.5
2890 3949 17 4.0
2891 3977 17 1.0
2892 3994 17 4.0
2893 3996 17 4.5
2894 4027 17 1.5
2895 4034 17 4.0
2896 4037 17 4.5
2897 4210 17 3.0
2898 4226 17 5.0
2899 4239 17 3.5
2900 4246 17 0.5
2901 4262 17 5.0
2902 4306 17 3.5
2903 4404 17 5.0
2904 4437 17 5.0
2905 4546 17 4.5
2906 4552 17 4.0
2907 4645 17 4.5
2908 4725 17 4.5
2909 4848 17 5.0
2910 4878 17 4.0
2911 4886 17 3.5
2912 4896 17 0.5
2913 4914 17 5.0
2914 4963 17 4.0
2915 4973 17 4.5
2916 4975 17 4.0
2917 4993 17 4.5
2918 4995 17 3.0
2919 5015 17 4.0
2920 5017 17 5.0
2921 5054 17 4.0
2922 5060 17 0.5
2923 5062 17 5.0
2924 5072 17 2.5
2925 5105 17 5.0
2926 5137 17 4.5
2927 5254 17 2.5
2928 5266 17 3.0
2929 5299 17 0.5
2930 5316 17 1.5
2931 5349 17 1.5
2932 5388 17 4.0
2933 5418 17 3.5
2934 5445 17 4.5
2935 5464 17 4.0
2936 5502 17 0.5
2937 5574 17 2.0
2938 5608 17 4.5
2939 5630 17 4.0
2940 5669 17 4.5
2941 5679 17 4.0
2942 5686 17 2.5
2943 5782 17 4.5
2944 5809 17 2.0
2945 5853 17 3.0
2946 5867 17 4.0
2947 5881 17 4.0
2948 5893 17 2.0
2949 5903 17 3.5
2950 5949 17 4.5
2951 5952 17 4.5
2952 6016 17 5.0
2953 6059 17 3.5
2954 6140 17 4.0
2955 6197 17 4.5
2956 6214 17 3.0
2957 6242 17 4.0
2958 6281 17 3.5
2959 6287 17 1.0
2960 6294 17 0.5
2961 6322 17 2.0
2962 6323 17 2.0
2963 6365 17 2.0
2964 6378 17 2.0
2965 6383 17 0.5
2966 6385 17 4.0
2967 6502 17 3.0
2968 6503 17 0.5
2969 6530 17 5.0
2970 6538 17 4.0
2971 6584 17 3.5
2972 6643 17 4.5
2973 6666 17 4.5
2974 6708 17 3.5
2975 6711 17 1.5
2976 6757 17 4.0
2977 6774 17 4.0
2978 6777 17 4.0
2979 6790 17 3.5
2980 6858 17 2.0
2981 6874 17 4.5
2982 6971 17 5.0
2983 6975 17 3.5
2984 6979 17 3.5
2985 6987 17 5.0
2986 6993 17 4.0
2987 7003 17 4.0
2988 7013 17 2.5
2989 7022 17 4.5
2990 7044 17 2.5
2991 7068 17 4.5
2992 7069 17 4.5
2993 7084 17 3.5
2994 7090 17 4.0
2995 7115 17 4.5
2996 7116 17 4.5
2997 7123 17 5.0
2998 7135 17 4.5
2999 7153 17 4.5
3000 7163 17 2.0
3001 7223 17 4.0
3002 7254 17 4.0
3003 7361 17 4.5
3004 7371 17 5.0
3005 7438 17 4.5
3006 7445 17 1.0
3007 7587 17 5.0
3008 7700 17 5.0
3009 7728 17 4.5
3010 7771 17 5.0
3011 7792 17 4.0
3012 7827 17 4.0
3013 7981 17 5.0
3014 7982 17 3.5
3015 7991 17 0.5
3016 8195 17 3.0
3017 8228 17 5.0
3018 8360 17 3.0
3019 8370 17 3.0
3020 8477 17 4.5
3021 8600 17 4.0
3022 8620 17 3.5
3023 8622 17 3.0
3024 8644 17 2.0
3025 8665 17 3.5
3026 8690 17 3.0
3027 8781 17 2.0
3028 8783 17 0.5
3029 8798 17 4.5
3030 8865 17 0.5
3031 8874 17 3.5
3032 8914 17 4.5
3033 8928 17 3.0
3034 8950 17 5.0
3035 8957 17 3.0
3036 8958 17 5.0
3037 8973 17 3.5
3038 8983 17 2.5
3039 27266 17 3.5
3040 27317 17 5.0
3041 27604 17 3.0
3042 27721 17 4.0
3043 27773 17 5.0
3044 27788 17 3.0
3045 27834 17 4.5
3046 31410 17 5.0
3047 31878 17 3.0
3048 31952 17 4.5
3049 32587 17 5.0
3050 33004 17 2.5
3051 33615 17 1.0
3052 33683 17 2.0
3053 34048 17 3.0
3054 34437 17 5.0
3055 5 18 3.0
3056 6 18 4.0
3057 7 18 3.0
3058 9 18 3.0
3059 14 18 2.0
3060 17 18 4.0
3061 18 18 3.0
3062 25 18 5.0
3063 32 18 5.0
3064 36 18 3.0
3065 52 18 3.0
3066 62 18 4.0
3067 74 18 2.0
3068 76 18 3.0
3069 79 18 2.0
3070 81 18 3.0
3071 85 18 4.0
3072 86 18 4.0
3073 92 18 3.0
3074 95 18 3.0
3075 100 18 4.0
3076 140 18 3.0
3077 141 18 4.0
3078 260 18 3.0
3079 376 18 3.0
3080 494 18 3.0
3081 608 18 4.0
3082 628 18 4.0
3083 640 18 3.0
3084 648 18 3.0
3085 653 18 4.0
3086 707 18 3.0
3087 708 18 4.0
3088 719 18 3.0
3089 733 18 4.0
3090 736 18 2.0
3091 743 18 3.0
3092 748 18 3.0
3093 762 18 1.0
3094 765 18 2.0
3095 780 18 3.0
3096 785 18 4.0
3097 786 18 4.0
3098 788 18 3.0
3099 802 18 4.0
3100 805 18 4.0
3101 818 18 3.0
3102 832 18 3.0
3103 849 18 4.0
3104 852 18 3.0
3105 880 18 1.0
3106 1 19 3.0
3107 2 19 3.0
3108 3 19 3.0
3109 4 19 3.0
3110 6 19 3.0
3111 7 19 3.0
3112 9 19 3.0
3113 10 19 3.0
3114 11 19 3.0
3115 14 19 5.0
3116 16 19 5.0
3117 21 19 3.0
3118 22 19 3.0
3119 23 19 1.0
3120 25 19 3.0
3121 29 19 3.0
3122 32 19 3.0
3123 34 19 4.0
3124 35 19 3.0
3125 36 19 3.0
3126 39 19 3.0
3127 42 19 3.0
3128 45 19 3.0
3129 47 19 5.0
3130 48 19 3.0
3131 50 19 4.0
3132 52 19 3.0
3133 57 19 3.0
3134 58 19 3.0
3135 63 19 3.0
3136 64 19 2.0
3137 70 19 4.0
3138 74 19 3.0
3139 89 19 3.0
3140 94 19 3.0
3141 95 19 3.0
3142 97 19 4.0
3143 101 19 3.0
3144 105 19 3.0
3145 110 19 3.0
3146 111 19 5.0
3147 112 19 3.0
3148 122 19 3.0
3149 125 19 3.0
3150 141 19 3.0
3151 145 19 4.0
3152 150 19 3.0
3153 153 19 3.0
3154 154 19 4.0
3155 159 19 4.0
3156 160 19 4.0
3157 162 19 5.0
3158 165 19 3.0
3159 166 19 2.0
3160 172 19 1.0
3161 176 19 4.0
3162 177 19 2.0
3163 179 19 2.0
3164 180 19 3.0
3165 194 19 4.0
3166 196 19 3.0
3167 198 19 3.0
3168 202 19 3.0
3169 206 19 3.0
3170 208 19 3.0
3171 209 19 2.0
3172 215 19 3.0
3173 223 19 4.0
3174 229 19 4.0
3175 230 19 5.0
3176 231 19 3.0
3177 235 19 3.0
3178 246 19 4.0
3179 247 19 4.0
3180 249 19 3.0
3181 253 19 3.0
3182 260 19 4.0
3183 261 19 4.0
3184 262 19 5.0
3185 266 19 1.0
3186 269 19 3.0
3187 276 19 1.0
3188 281 19 3.0
3189 283 19 3.0
3190 288 19 5.0
3191 292 19 4.0
3192 293 19 4.0
3193 296 19 5.0
3194 300 19 3.0
3195 306 19 5.0
3196 307 19 5.0
3197 308 19 5.0
3198 316 19 3.0
3199 318 19 4.0
3200 326 19 5.0
3201 328 19 4.0
3202 329 19 3.0
3203 332 19 3.0
3204 333 19 3.0
3205 334 19 4.0
3206 337 19 3.0
3207 339 19 4.0
3208 340 19 3.0
3209 344 19 3.0
3210 345 19 3.0
3211 346 19 3.0
3212 348 19 4.0
3213 349 19 3.0
3214 350 19 3.0
3215 353 19 3.0
3216 354 19 3.0
3217 356 19 5.0
3218 357 19 5.0
3219 361 19 4.0
3220 364 19 3.0
3221 365 19 3.0
3222 366 19 3.0
3223 367 19 3.0
3224 369 19 3.0
3225 371 19 3.0
3226 372 19 1.0
3227 373 19 4.0
3228 376 19 3.0
3229 377 19 3.0
3230 379 19 3.0
3231 380 19 3.0
3232 382 19 3.0
3233 383 19 3.0
3234 407 19 3.0
3235 412 19 3.0
3236 423 19 3.0
3237 428 19 3.0
3238 429 19 4.0
3239 431 19 4.0
3240 434 19 3.0
3241 440 19 3.0
3242 441 19 3.0
3243 445 19 3.0
3244 448 19 3.0
3245 450 19 3.0
3246 451 19 3.0
3247 454 19 3.0
3248 456 19 4.0
3249 457 19 4.0
3250 464 19 4.0
3251 465 19 5.0
3252 468 19 4.0
3253 471 19 3.0
3254 474 19 3.0
3255 475 19 3.0
3256 479 19 2.0
3257 480 19 4.0
3258 481 19 1.0
3259 482 19 2.0
3260 485 19 1.0
3261 491 19 3.0
3262 493 19 4.0
3263 494 19 3.0
3264 500 19 3.0
3265 501 19 5.0
3266 504 19 3.0
3267 507 19 3.0
3268 508 19 3.0
3269 509 19 4.0
3270 513 19 1.0
3271 515 19 5.0
3272 517 19 2.0
3273 519 19 1.0
3274 520 19 3.0
3275 522 19 3.0
3276 527 19 4.0
3277 529 19 3.0
3278 531 19 5.0
3279 534 19 5.0
3280 535 19 4.0
3281 537 19 3.0
3282 541 19 4.0
3283 547 19 4.0
3284 550 19 3.0
3285 551 19 4.0
3286 555 19 3.0
3287 562 19 3.0
3288 580 19 1.0
3289 586 19 3.0
3290 588 19 3.0
3291 589 19 3.0
3292 590 19 3.0
3293 592 19 4.0
3294 593 19 3.0
3295 594 19 4.0
3296 595 19 5.0
3297 596 19 5.0
3298 597 19 3.0
3299 599 19 4.0
3300 608 19 5.0
3301 610 19 4.0
3302 612 19 3.0
3303 628 19 3.0
3304 648 19 3.0
3305 653 19 3.0
3306 661 19 4.0
3307 662 19 3.0
3308 663 19 4.0
3309 674 19 4.0
3310 703 19 3.0
3311 724 19 3.0
3312 733 19 3.0
3313 736 19 3.0
3314 748 19 3.0
3315 750 19 5.0
3316 780 19 3.0
3317 784 19 3.0
3318 785 19 3.0
3319 786 19 3.0
3320 788 19 3.0
3321 799 19 3.0
3322 800 19 3.0
3323 802 19 3.0
3324 805 19 3.0
3325 858 19 5.0
3326 880 19 2.0
3327 891 19 3.0
3328 898 19 5.0
3329 902 19 3.0
3330 903 19 4.0
3331 904 19 5.0
3332 908 19 4.0
3333 911 19 5.0
3334 912 19 3.0
3335 913 19 5.0
3336 914 19 3.0
3337 915 19 4.0
3338 916 19 5.0
3339 917 19 4.0
3340 920 19 4.0
3341 923 19 5.0
3342 924 19 4.0
3343 928 19 5.0
3344 929 19 4.0
3345 930 19 4.0
3346 931 19 3.0
3347 933 19 3.0
3348 940 19 4.0
3349 950 19 4.0
3350 951 19 5.0
3351 953 19 5.0
3352 954 19 4.0
3353 955 19 4.0
3354 965 19 4.0
3355 966 19 4.0
3356 968 19 5.0
3357 969 19 5.0
3358 982 19 4.0
3359 1013 19 3.0
3360 1019 19 4.0
3361 1022 19 4.0
3362 1023 19 4.0
3363 1028 19 3.0
3364 1029 19 5.0
3365 1035 19 4.0
3366 1036 19 4.0
3367 1041 19 5.0
3368 1042 19 3.0
3369 1060 19 5.0
3370 1061 19 3.0
3371 1073 19 4.0
3372 1077 19 3.0
3373 1079 19 4.0
3374 1080 19 3.0
3375 1082 19 3.0
3376 1084 19 4.0
3377 1086 19 4.0
3378 1088 19 3.0
3379 1089 19 4.0
3380 1090 19 4.0
3381 1091 19 3.0
3382 1092 19 1.0
3383 1093 19 3.0
3384 1094 19 4.0
3385 1095 19 5.0
3386 1097 19 5.0
3387 1101 19 3.0
3388 1103 19 4.0
3389 1104 19 4.0
3390 1124 19 3.0
3391 1126 19 3.0
3392 1127 19 3.0
3393 1128 19 4.0
3394 1129 19 3.0
3395 1130 19 4.0
3396 1136 19 5.0
3397 1148 19 4.0
3398 1161 19 3.0
3399 1171 19 3.0
3400 1175 19 3.0
3401 1176 19 4.0
3402 1178 19 5.0
3403 1179 19 5.0
3404 1183 19 3.0
3405 1185 19 4.0
3406 1193 19 4.0
3407 1196 19 5.0
3408 1197 19 3.0
3409 1198 19 4.0
3410 1199 19 4.0
3411 1200 19 4.0
3412 1201 19 4.0
3413 1203 19 4.0
3414 1204 19 4.0
3415 1206 19 4.0
3416 1207 19 5.0
3417 1208 19 5.0
3418 1210 19 4.0
3419 1211 19 5.0
3420 1212 19 4.0
3421 1213 19 5.0
3422 1214 19 4.0
3423 1215 19 4.0
3424 1216 19 2.0
3425 1217 19 5.0
3426 1218 19 4.0
3427 1219 19 5.0
3428 1220 19 5.0
3429 1221 19 5.0
3430 1222 19 5.0
3431 1225 19 5.0
3432 1227 19 3.0
3433 1228 19 5.0
3434 1230 19 4.0
3435 1231 19 5.0
3436 1233 19 4.0
3437 1237 19 4.0
3438 1238 19 5.0
3439 1240 19 4.0
3440 1242 19 5.0
3441 1244 19 4.0
3442 1246 19 3.0
3443 1247 19 3.0
3444 1248 19 4.0
3445 1249 19 4.0
3446 1250 19 4.0
3447 1252 19 4.0
3448 1253 19 4.0
3449 1254 19 5.0
3450 1257 19 5.0
3451 1258 19 5.0
3452 1259 19 3.0
3453 1260 19 5.0
3454 1261 19 5.0
3455 1262 19 4.0
3456 1263 19 4.0
3457 1265 19 4.0
3458 1266 19 4.0
3459 1267 19 4.0
3460 1268 19 3.0
3461 1269 19 4.0
3462 1270 19 5.0
3463 1271 19 3.0
3464 1272 19 3.0
3465 1274 19 4.0
3466 1275 19 3.0
3467 1276 19 4.0
3468 1278 19 4.0
3469 1282 19 4.0
3470 1283 19 4.0
3471 1284 19 4.0
3472 1285 19 3.0
3473 1286 19 4.0
3474 1287 19 4.0
3475 1288 19 5.0
3476 1290 19 3.0
3477 1291 19 3.0
3478 1292 19 4.0
3479 1297 19 4.0
3480 1298 19 1.0
3481 1299 19 4.0
3482 1302 19 3.0
3483 1304 19 3.0
3484 1306 19 3.0
3485 1307 19 3.0
3486 1320 19 3.0
3487 1321 19 3.0
3488 1327 19 3.0
3489 1332 19 2.0
3490 1333 19 4.0
3491 1334 19 3.0
3492 1336 19 3.0
3493 1339 19 3.0
3494 1342 19 3.0
3495 1343 19 4.0
3496 1344 19 5.0
3497 1345 19 4.0
3498 1347 19 3.0
3499 1348 19 5.0
3500 1350 19 3.0
3501 1354 19 5.0
3502 1356 19 3.0
3503 1357 19 4.0
3504 1370 19 4.0
3505 1371 19 4.0
3506 1372 19 2.0
3507 1373 19 3.0
3508 1374 19 3.0
3509 1375 19 4.0
3510 1376 19 3.0
3511 1377 19 3.0
3512 1378 19 2.0
3513 1380 19 3.0
3514 1381 19 3.0
3515 1382 19 1.0
3516 1385 19 3.0
3517 1387 19 5.0
3518 1388 19 1.0
3519 1389 19 1.0
3520 1391 19 2.0
3521 1393 19 3.0
3522 1394 19 5.0
3523 1396 19 3.0
3524 1405 19 3.0
3525 1408 19 3.0
3526 1441 19 3.0
3527 2019 19 3.0
3528 4970 19 4.0
3529 1 20 3.5
3530 32 20 2.5
3531 34 20 3.5
3532 107 20 3.5
3533 110 20 2.0
3534 150 20 3.0
3535 153 20 4.0
3536 207 20 2.5
3537 231 20 1.0
3538 260 20 1.5
3539 296 20 0.5
3540 316 20 3.5
3541 318 20 4.5
3542 344 20 1.0
3543 356 20 2.0
3544 364 20 3.5
3545 367 20 1.0
3546 380 20 4.0
3547 457 20 4.5
3548 480 20 3.0
3549 497 20 5.0
3550 500 20 3.0
3551 527 20 2.5
3552 588 20 3.5
3553 590 20 2.0
3554 592 20 4.0
3555 593 20 0.5
3556 595 20 4.0
3557 597 20 4.0
3558 608 20 2.0
3559 671 20 4.0
3560 720 20 5.0
3561 736 20 3.5
3562 745 20 5.0
3563 750 20 4.0
3564 780 20 5.0
3565 858 20 2.0
3566 904 20 3.0
3567 905 20 3.5
3568 912 20 2.0
3569 1019 20 3.0
3570 1097 20 1.5
3571 1103 20 4.0
3572 1136 20 4.5
3573 1148 20 5.0
3574 1196 20 2.0
3575 1198 20 4.5
3576 1204 20 4.5
3577 1207 20 4.0
3578 1210 20 3.0
3579 1247 20 1.0
3580 1269 20 4.0
3581 1270 20 3.5
3582 1293 20 3.5
3583 1378 20 3.0
3584 1441 20 2.5
3585 1580 20 5.0
3586 1680 20 5.0
3587 1907 20 4.0
3588 1960 20 4.0
3589 2013 20 3.0
3590 2405 20 4.5
3591 2571 20 4.5
3592 2690 20 5.0
3593 2762 20 3.5
3594 2908 20 0.5
3595 2959 20 0.5
3596 3148 20 0.5
3597 3196 20 0.5
3598 3406 20 4.5
3599 3555 20 2.0
3600 3809 20 2.0
3601 4993 20 4.0
3602 5380 20 4.0
3603 5618 20 3.5
3604 5747 20 4.0
3605 6201 20 4.5
3606 6385 20 4.5
3607 6516 20 4.0
3608 6753 20 4.0
3609 7153 20 4.0
3610 7212 20 5.0
3611 7841 20 1.0
3612 8191 20 4.0
3613 8493 20 3.5
3614 8611 20 1.5
3615 8970 20 2.5
3616 26111 20 4.0
3617 31116 20 5.0
3618 32469 20 4.0
3619 38038 20 4.5
3620 47721 20 1.0
3621 51471 20 5.0
3622 54259 20 4.0
3623 58047 20 4.0
3624 58299 20 3.5
3625 59784 20 4.0
3626 64285 20 5.0
3627 10 21 3.0
3628 21 21 3.0
3629 32 21 4.0
3630 34 21 4.0
3631 36 21 3.0
3632 44 21 3.0
3633 47 21 4.0
3634 95 21 3.0
3635 112 21 4.0
3636 151 21 4.0
3637 181 21 2.0
3638 196 21 3.0
3639 208 21 2.0
3640 260 21 3.0
3641 266 21 3.0
3642 273 21 3.0
3643 288 21 3.0
3644 296 21 3.0
3645 316 21 3.0
3646 329 21 3.0
3647 333 21 3.0
3648 344 21 3.0
3649 356 21 4.0
3650 377 21 4.0
3651 379 21 3.0
3652 380 21 3.0
3653 393 21 3.0
3654 442 21 3.0
3655 457 21 3.0
3656 466 21 3.0
3657 480 21 3.0
3658 485 21 3.0
3659 509 21 4.0
3660 527 21 5.0
3661 541 21 3.0
3662 543 21 3.0
3663 551 21 3.0
3664 553 21 3.0
3665 586 21 3.0
3666 589 21 5.0
3667 590 21 4.0
3668 592 21 3.0
3669 593 21 4.0
3670 594 21 3.0
3671 595 21 3.0
3672 597 21 3.0
3673 610 21 2.0
3674 648 21 3.0
3675 733 21 3.0
3676 750 21 5.0
3677 780 21 3.0
3678 849 21 3.0
3679 858 21 4.0
3680 899 21 3.0
3681 908 21 3.0
3682 910 21 3.0
3683 912 21 5.0
3684 913 21 4.0
3685 914 21 5.0
3686 918 21 4.0
3687 919 21 4.0
3688 920 21 4.0
3689 921 21 4.0
3690 923 21 5.0
3691 924 21 4.0
3692 945 21 3.0
3693 948 21 3.0
3694 952 21 3.0
3695 953 21 5.0
3696 954 21 4.0
3697 969 21 5.0
3698 1012 21 3.0
3699 1019 21 3.0
3700 1022 21 3.0
3701 1028 21 3.0
3702 1031 21 3.0
3703 1032 21 3.0
3704 1035 21 4.0
3705 1036 21 4.0
3706 1079 21 3.0
3707 1080 21 3.0
3708 1088 21 2.0
3709 1089 21 3.0
3710 1090 21 4.0
3711 1091 21 3.0
3712 1097 21 3.0
3713 1103 21 3.0
3714 1124 21 4.0
3715 1125 21 4.0
3716 1127 21 3.0
3717 1129 21 3.0
3718 1135 21 3.0
3719 1136 21 5.0
3720 1148 21 5.0
3721 1173 21 5.0
3722 1175 21 4.0
3723 1193 21 3.0
3724 1196 21 4.0
3725 1198 21 5.0
3726 1199 21 4.0
3727 1200 21 4.0
3728 1203 21 4.0
3729 1206 21 5.0
3730 1208 21 4.0
3731 1210 21 4.0
3732 1214 21 4.0
3733 1217 21 5.0
3734 1221 21 3.0
3735 1222 21 3.0
3736 1224 21 5.0
3737 1225 21 5.0
3738 1228 21 4.0
3739 1231 21 3.0
3740 1234 21 3.0
3741 1240 21 5.0
3742 1246 21 4.0
3743 1250 21 4.0
3744 1252 21 3.0
3745 1253 21 3.0
3746 1254 21 5.0
3747 1256 21 3.0
3748 1259 21 4.0
3749 1263 21 4.0
3750 1265 21 3.0
3751 1266 21 3.0
3752 1270 21 4.0
3753 1275 21 2.0
3754 1281 21 4.0
3755 1282 21 3.0
3756 1283 21 4.0
3757 1287 21 5.0
3758 1288 21 4.0
3759 1291 21 4.0
3760 1292 21 4.0
3761 1295 21 3.0
3762 1296 21 4.0
3763 1297 21 3.0
3764 1298 21 3.0
3765 1301 21 3.0
3766 1302 21 4.0
3767 1303 21 5.0
3768 1320 21 3.0
3769 1321 21 4.0
3770 1327 21 3.0
3771 1334 21 3.0
3772 1345 21 3.0
3773 1346 21 3.0
3774 1350 21 3.0
3775 1370 21 3.0
3776 1371 21 3.0
3777 1372 21 3.0
3778 1373 21 3.0
3779 1374 21 4.0
3780 1375 21 3.0
3781 1376 21 3.0
3782 1380 21 3.0
3783 1387 21 3.0
3784 1388 21 3.0
3785 1394 21 4.0
3786 1395 21 3.0
3787 1427 21 3.0
3788 5060 21 3.0
3789 32 22 4.5
3790 44 22 2.0
3791 47 22 3.5
3792 48 22 2.0
3793 70 22 3.0
3794 153 22 3.0
3795 158 22 1.0
3796 163 22 4.5
3797 173 22 1.5
3798 208 22 2.0
3799 231 22 2.5
3800 235 22 2.0
3801 253 22 4.5
3802 260 22 4.0
3803 267 22 2.0
3804 296 22 5.0
3805 315 22 3.0
3806 355 22 2.0
3807 356 22 3.5
3808 442 22 2.5
3809 457 22 4.5
3810 480 22 4.5
3811 485 22 2.5
3812 541 22 4.5
3813 551 22 5.0
3814 552 22 3.0
3815 555 22 4.0
3816 586 22 1.0
3817 588 22 2.0
3818 589 22 5.0
3819 592 22 4.5
3820 593 22 4.5
3821 648 22 5.0
3822 784 22 1.5
3823 785 22 2.5
3824 858 22 4.0
3825 1080 22 3.5
3826 1089 22 4.0
3827 1097 22 2.5
3828 1101 22 2.0
3829 1148 22 2.0
3830 1196 22 4.5
3831 1198 22 5.0
3832 1200 22 5.0
3833 1201 22 2.5
3834 1208 22 3.5
3835 1210 22 5.0
3836 1214 22 3.5
3837 1215 22 4.0
3838 1240 22 4.0
3839 1255 22 4.0
3840 1263 22 3.0
3841 1270 22 4.0
3842 1291 22 5.0
3843 1320 22 3.5
3844 1339 22 4.5
3845 1356 22 4.0
3846 1371 22 2.0
3847 1372 22 4.0
3848 1374 22 3.5
3849 1375 22 4.0
3850 1376 22 4.0
3851 1377 22 4.0
3852 1387 22 4.0
3853 1391 22 3.5
3854 1527 22 4.5
3855 1544 22 3.0
3856 1580 22 4.0
3857 1608 22 2.5
3858 1625 22 2.0
3859 1641 22 2.0
3860 1645 22 2.5
3861 1682 22 2.5
3862 1693 22 2.0
3863 1721 22 3.0
3864 1722 22 3.5
3865 1769 22 2.5
3866 1799 22 4.0
3867 1876 22 2.0
3868 1884 22 4.5
3869 1909 22 3.0
3870 1917 22 2.5
3871 1923 22 2.5
3872 1997 22 3.0
3873 2006 22 2.5
3874 2011 22 3.5
3875 2023 22 3.5
3876 2081 22 2.5
3877 2115 22 3.5
3878 2174 22 4.0
3879 2232 22 3.5
3880 2288 22 4.0
3881 2291 22 4.5
3882 2301 22 3.5
3883 2340 22 2.5
3884 2402 22 3.0
3885 2431 22 2.0
3886 2459 22 4.0
3887 2502 22 1.5
3888 2542 22 4.5
3889 2571 22 4.5
3890 2605 22 2.0
3891 2616 22 2.5
3892 2617 22 2.5
3893 2657 22 2.0
3894 2672 22 2.0
3895 2683 22 2.5
3896 2700 22 2.0
3897 2701 22 2.0
3898 2710 22 2.0
3899 2712 22 4.5
3900 2716 22 3.0
3901 2717 22 3.0
3902 2723 22 2.0
3903 2762 22 4.0
3904 2763 22 1.5
3905 2858 22 4.0
3906 2881 22 2.0
3907 2953 22 1.0
3908 2959 22 4.0
3909 2985 22 2.0
3910 2987 22 4.0
3911 2990 22 3.0
3912 3033 22 4.0
3913 3052 22 2.5
3914 3081 22 5.0
3915 3082 22 3.5
3916 3147 22 2.5
3917 3176 22 2.5
3918 3213 22 4.0
3919 3253 22 1.5
3920 3285 22 2.0
3921 3300 22 3.0
3922 3354 22 2.5
3923 3355 22 4.5
3924 3408 22 1.5
3925 3438 22 3.0
3926 3527 22 4.0
3927 3535 22 4.5
3928 3578 22 3.0
3929 3623 22 2.5
3930 3697 22 2.5
3931 3751 22 2.0
3932 3793 22 4.5
3933 3809 22 2.0
3934 3826 22 2.0
3935 3868 22 4.0
3936 3977 22 2.5
3937 3994 22 3.0
3938 3996 22 2.0
3939 3999 22 2.0
3940 4011 22 4.5
3941 4015 22 2.0
3942 4027 22 2.0
3943 4105 22 4.0
3944 4226 22 5.0
3945 4239 22 2.0
3946 4262 22 3.5
3947 4306 22 4.5
3948 4370 22 3.5
3949 4383 22 3.5
3950 4643 22 2.5
3951 4701 22 4.0
3952 4720 22 2.5
3953 4776 22 3.0
3954 4886 22 4.0
3955 4896 22 3.5
3956 4963 22 2.5
3957 4975 22 4.5
3958 4993 22 5.0
3959 5010 22 2.5
3960 5026 22 4.0
3961 5219 22 3.0
3962 5266 22 2.5
3963 5349 22 5.0
3964 5400 22 2.5
3965 5445 22 4.5
3966 5459 22 3.5
3967 5464 22 2.5
3968 5630 22 4.5
3969 5679 22 4.0
3970 5816 22 3.5
3971 5872 22 3.5
3972 5903 22 4.0
3973 5952 22 4.5
3974 5989 22 3.5
3975 6286 22 4.5
3976 6333 22 4.5
3977 6365 22 2.5
3978 6373 22 2.0
3979 6502 22 3.0
3980 6539 22 4.0
3981 6541 22 2.5
3982 6754 22 2.5
3983 6874 22 4.0
3984 6893 22 2.0
3985 6934 22 2.0
3986 7143 22 4.0
3987 7147 22 4.0
3988 7153 22 4.0
3989 7360 22 3.5
3990 7373 22 3.0
3991 7438 22 4.5
3992 7454 22 3.0
3993 7482 22 4.0
3994 8360 22 3.5
3995 8368 22 3.5
3996 8636 22 4.5
3997 8798 22 3.0
3998 8947 22 3.0
3999 8950 22 4.0
4000 8957 22 4.5
4001 8961 22 3.5
4002 30793 22 4.0
4003 31184 22 4.5
4004 31696 22 4.0
4005 32587 22 4.5
4006 33493 22 2.5
4007 33794 22 3.0
4008 37729 22 5.0
4009 1 23 3.0
4010 6 23 3.5
4011 11 23 3.5
4012 16 23 4.0
4013 19 23 2.0
4014 20 23 1.5
4015 24 23 3.5
4016 32 23 4.0
4017 34 23 3.5
4018 47 23 4.5
4019 50 23 4.0
4020 58 23 3.5
4021 62 23 4.0
4022 89 23 4.0
4023 104 23 3.5
4024 110 23 3.5
4025 111 23 5.0
4026 150 23 3.5
4027 153 23 3.0
4028 154 23 4.0
4029 172 23 2.5
4030 185 23 3.5
4031 224 23 4.0
4032 235 23 4.0
4033 236 23 4.5
4034 246 23 4.5
4035 247 23 4.0
4036 252 23 4.0
4037 253 23 3.5
4038 260 23 4.5
4039 262 23 4.0
4040 265 23 3.5
4041 292 23 2.5
4042 293 23 4.0
4043 296 23 4.5
4044 300 23 4.0
4045 306 23 3.5
4046 307 23 2.5
4047 316 23 3.5
4048 318 23 5.0
4049 319 23 4.5
4050 337 23 4.5
4051 344 23 2.0
4052 345 23 4.0
4053 356 23 4.5
4054 380 23 4.0
4055 425 23 3.5
4056 431 23 3.5
4057 442 23 3.5
4058 457 23 3.5
4059 465 23 3.5
4060 471 23 3.5
4061 480 23 3.5
4062 485 23 3.0
4063 492 23 4.5
4064 497 23 4.5
4065 508 23 4.5
4066 509 23 4.5
4067 527 23 3.5
4068 532 23 3.5
4069 535 23 4.5
4070 539 23 2.5
4071 541 23 3.0
4072 586 23 3.5
4073 588 23 4.0
4074 589 23 3.5
4075 590 23 2.5
4076 592 23 3.5
4077 593 23 4.5
4078 595 23 4.5
4079 597 23 3.0
4080 605 23 4.0
4081 608 23 4.5
4082 648 23 4.5
4083 653 23 2.5
4084 668 23 4.5
4085 670 23 4.5
4086 745 23 4.5
4087 750 23 4.5
4088 778 23 4.5
4089 780 23 3.5
4090 788 23 2.0
4091 802 23 3.5
4092 805 23 3.5
4093 841 23 4.0
4094 858 23 5.0
4095 898 23 4.5
4096 899 23 4.5
4097 900 23 2.5
4098 903 23 3.5
4099 904 23 4.5
4100 905 23 4.0
4101 908 23 5.0
4102 909 23 3.5
4103 910 23 4.5
4104 911 23 4.0
4105 912 23 5.0
4106 913 23 4.0
4107 914 23 3.0
4108 920 23 3.5
4109 922 23 4.5
4110 923 23 5.0
4111 924 23 3.5
4112 926 23 4.0
4113 928 23 4.5
4114 930 23 4.0
4115 931 23 4.5
4116 933 23 3.5
4117 942 23 4.0
4118 948 23 3.5
4119 949 23 3.5
4120 952 23 3.5
4121 953 23 4.5
4122 954 23 5.0
4123 955 23 3.5
4124 965 23 3.5
4125 969 23 3.5
4126 971 23 3.5
4127 1035 23 2.5
4128 1036 23 3.0
4129 1041 23 4.0
4130 1059 23 4.5
4131 1061 23 3.5
4132 1077 23 4.0
4133 1078 23 4.0
4134 1080 23 4.0
4135 1084 23 4.0
4136 1089 23 3.5
4137 1090 23 4.0
4138 1096 23 2.5
4139 1097 23 5.0
4140 1101 23 3.0
4141 1103 23 4.5
4142 1104 23 4.0
4143 1136 23 4.0
4144 1172 23 5.0
4145 1175 23 3.5
4146 1176 23 3.0
4147 1178 23 4.0
4148 1183 23 4.0
4149 1185 23 3.0
4150 1188 23 4.0
4151 1193 23 4.5
4152 1196 23 4.5
4153 1197 23 5.0
4154 1198 23 4.5
4155 1199 23 3.5
4156 1201 23 4.0
4157 1202 23 4.5
4158 1203 23 4.5
4159 1204 23 5.0
4160 1206 23 4.5
4161 1207 23 3.5
4162 1208 23 5.0
4163 1210 23 4.0
4164 1211 23 3.5
4165 1212 23 3.5
4166 1213 23 5.0
4167 1217 23 4.5
4168 1218 23 3.5
4169 1219 23 5.0
4170 1221 23 4.5
4171 1222 23 3.5
4172 1225 23 4.5
4173 1227 23 3.5
4174 1228 23 4.0
4175 1230 23 4.0
4176 1231 23 4.0
4177 1232 23 4.0
4178 1233 23 3.5
4179 1234 23 3.5
4180 1235 23 1.5
4181 1237 23 4.5
4182 1240 23 3.5
4183 1241 23 2.5
4184 1243 23 3.5
4185 1244 23 3.5
4186 1246 23 4.0
4187 1247 23 4.0
4188 1248 23 4.5
4189 1250 23 4.0
4190 1251 23 5.0
4191 1252 23 4.5
4192 1254 23 3.5
4193 1256 23 3.5
4194 1258 23 3.5
4195 1260 23 4.0
4196 1262 23 4.0
4197 1263 23 3.0
4198 1265 23 4.0
4199 1266 23 3.5
4200 1267 23 5.0
4201 1269 23 4.0
4202 1270 23 4.5
4203 1272 23 2.0
4204 1277 23 3.5
4205 1280 23 5.0
4206 1281 23 3.0
4207 1284 23 4.0
4208 1287 23 4.0
4209 1288 23 3.5
4210 1291 23 3.5
4211 1293 23 5.0
4212 1304 23 4.0
4213 1305 23 4.5
4214 1307 23 4.0
4215 1333 23 3.5
4216 1343 23 4.0
4217 1348 23 2.5
4218 1354 23 4.5
4219 1356 23 3.0
4220 1377 23 2.5
4221 1380 23 2.5
4222 1387 23 3.5
4223 1391 23 3.5
4224 1393 23 4.0
4225 1394 23 4.0
4226 1408 23 3.5
4227 1411 23 3.5
4228 1438 23 3.0
4229 1464 23 2.0
4230 1499 23 1.5
4231 1500 23 4.5
4232 1515 23 3.0
4233 1527 23 3.5
4234 1544 23 2.0
4235 1552 23 3.0
4236 1556 23 0.5
4237 1562 23 1.0
4238 1580 23 3.5
4239 1584 23 4.0
4240 1608 23 2.5
4241 1617 23 4.0
4242 1625 23 4.5
4243 1673 23 4.0
4244 1682 23 5.0
4245 1693 23 4.0
4246 1704 23 3.5
4247 1721 23 5.0
4248 1722 23 3.0
4249 1732 23 4.0
4250 1735 23 4.5
4251 1748 23 5.0
4252 1792 23 3.5
4253 1797 23 3.5
4254 1835 23 3.5
4255 1860 23 5.0
4256 1873 23 3.0
4257 1876 23 3.0
4258 1900 23 3.5
4259 1907 23 3.5
4260 1917 23 2.0
4261 1927 23 3.0
4262 1931 23 4.0
4263 1932 23 1.5
4264 1935 23 4.0
4265 1941 23 3.5
4266 1944 23 4.0
4267 1945 23 4.5
4268 1946 23 4.0
4269 1947 23 4.0
4270 1949 23 3.5
4271 1950 23 4.5
4272 1951 23 3.0
4273 1952 23 4.0
4274 1953 23 3.0
4275 1954 23 3.0
4276 1955 23 4.0
4277 1956 23 1.0
4278 1957 23 3.5
4279 1958 23 3.5
4280 1959 23 2.5
4281 1960 23 1.5
4282 1961 23 4.0
4283 1962 23 3.5
4284 1997 23 3.5
4285 2002 23 3.5
4286 2010 23 3.5
4287 2011 23 4.0
4288 2012 23 4.5
4289 2019 23 4.0
4290 2022 23 4.0
4291 2023 23 3.0
4292 2027 23 3.5
4293 2028 23 4.0
4294 2067 23 2.5
4295 2068 23 5.0
4296 2115 23 4.0
4297 2126 23 2.0
4298 2132 23 4.0
4299 2143 23 1.5
4300 2174 23 3.5
4301 2176 23 5.0
4302 2178 23 3.0
4303 2181 23 4.0
4304 2183 23 3.5
4305 2186 23 5.0
4306 2194 23 3.5
4307 2203 23 4.0
4308 2205 23 3.5
4309 2231 23 3.5
4310 2248 23 3.5
4311 2273 23 3.5
4312 2278 23 4.0
4313 2289 23 4.0
4314 2291 23 4.0
4315 2313 23 3.5
4316 2321 23 5.0
4317 2324 23 3.5
4318 2329 23 2.5
4319 2333 23 3.5
4320 2334 23 2.5
4321 2336 23 3.0
4322 2351 23 5.0
4323 2353 23 3.0
4324 2357 23 4.0
4325 2360 23 3.5
4326 2361 23 4.0
4327 2394 23 3.5
4328 2396 23 4.5
4329 2406 23 4.0
4330 2424 23 3.0
4331 2467 23 4.0
4332 2474 23 2.5
4333 2501 23 4.0
4334 2502 23 4.0
4335 2539 23 2.0
4336 2542 23 3.5
4337 2571 23 4.0
4338 2575 23 3.0
4339 2580 23 3.5
4340 2599 23 3.5
4341 2600 23 4.0
4342 2617 23 3.5
4343 2628 23 2.5
4344 2640 23 4.5
4345 2644 23 3.5
4346 2648 23 4.5
4347 2657 23 3.0
4348 2692 23 5.0
4349 2699 23 1.5
4350 2702 23 4.0
4351 2712 23 4.5
4352 2716 23 3.0
4353 2721 23 3.5
4354 2724 23 2.0
4355 2726 23 4.5
4356 2728 23 4.0
4357 2729 23 3.5
4358 2730 23 4.0
4359 2731 23 5.0
4360 2739 23 4.0
4361 2746 23 2.0
4362 2762 23 4.0
4363 2805 23 2.5
4364 2858 23 3.5
4365 2871 23 3.5
4366 2890 23 4.0
4367 2905 23 4.0
4368 2908 23 3.5
4369 2918 23 4.0
4370 2932 23 4.0
4371 2947 23 3.5
4372 2952 23 3.5
4373 2953 23 3.5
4374 2959 23 3.5
4375 2970 23 4.0
4376 2976 23 4.5
4377 2987 23 3.5
4378 2997 23 4.5
4379 3006 23 4.5
4380 3019 23 3.5
4381 3020 23 2.5
4382 3052 23 3.5
4383 3053 23 2.0
4384 3067 23 5.0
4385 3081 23 3.0
4386 3082 23 2.5
4387 3083 23 5.0
4388 3088 23 2.5
4389 3089 23 4.5
4390 3095 23 3.0
4391 3100 23 3.5
4392 3114 23 3.5
4393 3147 23 3.0
4394 3152 23 2.0
4395 3155 23 2.5
4396 3159 23 4.0
4397 3160 23 4.5
4398 3168 23 4.0
4399 3176 23 5.0
4400 3201 23 3.5
4401 3245 23 4.5
4402 3246 23 4.5
4403 3248 23 3.0
4404 3252 23 4.5
4405 3267 23 3.5
4406 3307 23 4.0
4407 3310 23 5.0
4408 3317 23 4.0
4409 3365 23 2.5
4410 3371 23 3.5
4411 3386 23 5.0
4412 3405 23 3.5
4413 3408 23 4.5
4414 3415 23 1.5
4415 3424 23 4.0
4416 3435 23 4.5
4417 3448 23 4.0
4418 3462 23 4.5
4419 3468 23 3.0
4420 3471 23 4.5
4421 3475 23 3.5
4422 3481 23 3.5
4423 3489 23 3.5
4424 3498 23 4.5
4425 3503 23 3.5
4426 3504 23 3.0
4427 3510 23 3.5
4428 3535 23 4.0
4429 3546 23 4.0
4430 3559 23 2.0
4431 3569 23 1.0
4432 3578 23 4.0
4433 3618 23 3.0
4434 3623 23 2.0
4435 3629 23 4.0
4436 3668 23 3.0
4437 3671 23 3.5
4438 3681 23 3.5
4439 3730 23 3.5
4440 3736 23 4.0
4441 3741 23 2.5
4442 3751 23 4.0
4443 3753 23 2.0
4444 3788 23 4.0
4445 3801 23 2.0
4446 3844 23 3.0
4447 3871 23 3.0
4448 3897 23 4.5
4449 3910 23 4.5
4450 3949 23 5.0
4451 3983 23 4.5
4452 3989 23 4.0
4453 3992 23 3.5
4454 3994 23 4.0
4455 3996 23 4.0
4456 4007 23 4.0
4457 4008 23 4.0
4458 4011 23 4.5
4459 4014 23 3.5
4460 4022 23 2.0
4461 4027 23 3.5
4462 4034 23 3.5
4463 4037 23 3.5
4464 4103 23 3.5
4465 4148 23 1.0
4466 4167 23 3.0
4467 4223 23 2.0
4468 4225 23 4.0
4469 4226 23 4.5
4470 4235 23 4.0
4471 4267 23 4.0
4472 4278 23 3.5
4473 4282 23 2.0
4474 4297 23 3.5
4475 4308 23 4.5
4476 4310 23 1.5
4477 4312 23 3.5
4478 4343 23 3.0
4479 4344 23 0.5
4480 4359 23 2.0
4481 4370 23 3.0
4482 4378 23 4.0
4483 4432 23 3.5
4484 4447 23 3.5
4485 4458 23 3.0
4486 4564 23 1.5
4487 4571 23 3.5
4488 4641 23 4.0
4489 4720 23 4.0
4490 4816 23 3.0
4491 4823 23 4.0
4492 4848 23 4.0
4493 4857 23 3.5
4494 4865 23 3.5
4495 4878 23 3.5
4496 4881 23 3.5
4497 4886 23 3.5
4498 4896 23 3.5
4499 4901 23 3.0
4500 4914 23 5.0
4501 4963 23 5.0
4502 4967 23 5.0
4503 4973 23 5.0
4504 4975 23 2.0
4505 4976 23 3.0
4506 4978 23 4.5
4507 4979 23 4.0
4508 4993 23 4.0
4509 4995 23 4.5
4510 5013 23 4.5
4511 5014 23 1.0
4512 5015 23 3.5
4513 5060 23 3.0
4514 5073 23 3.0
4515 5096 23 3.0
4516 5114 23 4.0
4517 5135 23 4.0
4518 5147 23 4.0
4519 5177 23 4.5
4520 5222 23 4.0
4521 5225 23 5.0
4522 5266 23 4.0
4523 5291 23 4.0
4524 5299 23 2.5
4525 5304 23 3.5
4526 5348 23 3.5
4527 5349 23 2.0
4528 5367 23 4.0
4529 5373 23 3.5
4530 5377 23 3.5
4531 5378 23 0.5
4532 5385 23 3.5
4533 5388 23 3.5
4534 5445 23 3.0
4535 5446 23 4.0
4536 5463 23 2.5
4537 5464 23 2.0
4538 5470 23 3.0
4539 5489 23 3.0
4540 5502 23 4.0
4541 5599 23 3.5
4542 5618 23 3.5
4543 5633 23 4.5
4544 5669 23 4.0
4545 5673 23 4.5
4546 5679 23 3.5
4547 5682 23 3.5
4548 5810 23 4.0
4549 5816 23 2.5
4550 5878 23 4.0
4551 5881 23 4.0
4552 5882 23 1.5
4553 5902 23 5.0
4554 5940 23 4.0
4555 5949 23 4.0
4556 5952 23 4.0
4557 5954 23 3.5
4558 5956 23 3.5
4559 5971 23 4.5
4560 5989 23 5.0
4561 5991 23 2.5
4562 5992 23 5.0
4563 5995 23 4.5
4564 6001 23 4.5
4565 6008 23 3.0
4566 6016 23 5.0
4567 6162 23 2.5
4568 6197 23 2.5
4569 6214 23 3.5
4570 6218 23 4.0
4571 6235 23 4.0
4572 6281 23 4.0
4573 6323 23 3.5
4574 6333 23 3.5
4575 6365 23 4.5
4576 6377 23 3.5
4577 6404 23 3.5
4578 6415 23 1.5
4579 6440 23 3.5
4580 6537 23 3.0
4581 6539 23 4.5
4582 6552 23 3.5
4583 6591 23 4.0
4584 6599 23 3.5
4585 6611 23 4.5
4586 6620 23 3.5
4587 6641 23 2.5
4588 6643 23 4.5
4589 6666 23 3.0
4590 6669 23 4.0
4591 6708 23 3.5
4592 6709 23 1.5
4593 6711 23 3.0
4594 6783 23 4.0
4595 6787 23 4.0
4596 6796 23 3.5
4597 6807 23 3.0
4598 6867 23 3.5
4599 6870 23 3.5
4600 6873 23 4.0
4601 6874 23 5.0
4602 6881 23 4.5
4603 6890 23 4.0
4604 6918 23 5.0
4605 6932 23 4.0
4606 6934 23 3.0
4607 6944 23 3.0
4608 6947 23 2.5
4609 6953 23 3.5
4610 6954 23 3.0
4611 6975 23 4.5
4612 6981 23 2.5
4613 6982 23 2.0
4614 6985 23 4.0
4615 6987 23 4.0
4616 6993 23 3.5
4617 7004 23 2.0
4618 7008 23 1.5
4619 7013 23 4.0
4620 7038 23 4.0
4621 7042 23 2.5
4622 7063 23 4.5
4623 7070 23 4.5
4624 7072 23 4.5
4625 7088 23 4.0
4626 7090 23 4.5
4627 7104 23 2.0
4628 7132 23 3.5
4629 7136 23 5.0
4630 7139 23 3.5
4631 7147 23 4.0
4632 7153 23 4.5
4633 7160 23 3.0
4634 7161 23 2.0
4635 7162 23 2.0
4636 7234 23 4.0
4637 7265 23 4.0
4638 7323 23 4.0
4639 7347 23 3.0
4640 7361 23 4.5
4641 7371 23 4.5
4642 7419 23 3.5
4643 7438 23 3.5
4644 7458 23 2.0
4645 7569 23 3.5
4646 7587 23 4.0
4647 7713 23 3.5
4648 7748 23 3.5
4649 7759 23 1.0
4650 7766 23 4.0
4651 7771 23 4.0
4652 7942 23 3.0
4653 8019 23 3.5
4654 8042 23 4.5
4655 8125 23 4.0
4656 8154 23 3.5
4657 8195 23 3.0
4658 8239 23 3.5
4659 8338 23 3.5
4660 8368 23 4.0
4661 8376 23 4.5
4662 8464 23 3.5
4663 8507 23 3.5
4664 8529 23 2.0
4665 8636 23 3.5
4666 8656 23 2.5
4667 8873 23 4.5
4668 8910 23 4.0
4669 8949 23 3.5
4670 8955 23 5.0
4671 8958 23 4.5
4672 8966 23 3.5
4673 8970 23 4.5
4674 8973 23 4.0
4675 8984 23 3.0
4676 25753 23 3.5
4677 25769 23 4.5
4678 25805 23 2.5
4679 26052 23 4.0
4680 26131 23 4.0
4681 26242 23 5.0
4682 26729 23 4.5
4683 27266 23 3.0
4684 27317 23 3.0
4685 27721 23 3.0
4686 27803 23 4.5
4687 30707 23 3.5
4688 30749 23 4.5
4689 30793 23 3.5
4690 30812 23 3.5
4691 30820 23 4.0
4692 31101 23 4.0
4693 31658 23 3.5
4694 32587 23 3.5
4695 32892 23 4.0
4696 33162 23 2.5
4697 33166 23 5.0
4698 33493 23 4.0
4699 33794 23 3.5
4700 33903 23 3.5
4701 34048 23 3.0
4702 34143 23 2.5
4703 34326 23 4.0
4704 34437 23 3.0
4705 36517 23 3.5
4706 36529 23 3.5
4707 36535 23 4.5
4708 37733 23 3.5
4709 37736 23 3.0
4710 37741 23 4.0
4711 38038 23 4.0
4712 39183 23 4.5
4713 39231 23 4.0
4714 39292 23 4.5
4715 39869 23 4.0
4716 40278 23 3.5
4717 40583 23 4.0
4718 40629 23 4.0
4719 40815 23 3.0
4720 40819 23 3.0
4721 41285 23 4.5
4722 41569 23 2.0
4723 41571 23 2.5
4724 41863 23 3.5
4725 41997 23 4.0
4726 42004 23 4.0
4727 42418 23 3.5
4728 42734 23 3.0
4729 44191 23 4.5
4730 44204 23 4.0
4731 45186 23 3.5
4732 45447 23 1.5
4733 45722 23 2.5
4734 48385 23 3.5
4735 6 24 5.0
4736 36 24 3.0
4737 81 24 4.0
4738 95 24 3.0
4739 150 24 3.0
4740 165 24 4.0
4741 296 24 5.0
4742 316 24 3.0
4743 356 24 4.0
4744 380 24 4.0
4745 457 24 4.0
4746 588 24 3.0
4747 590 24 4.0
4748 592 24 3.0
4749 610 24 3.0
4750 648 24 4.0
4751 736 24 3.0
4752 780 24 4.0
4753 786 24 4.0
4754 1034 24 3.0
4755 1161 24 4.0
4756 3 25 3.0
4757 32 25 4.0
4758 78 25 3.0
4759 104 25 4.0
4760 260 25 4.0
4761 494 25 3.0
4762 608 25 3.0
4763 653 25 2.0
4764 663 25 2.0
4765 707 25 3.0
4766 778 25 4.0
4767 780 25 4.0
4768 784 25 3.0
4769 786 25 3.0
4770 788 25 2.0
4771 802 25 5.0
4772 832 25 3.0
4773 842 25 2.0
4774 1073 25 5.0
4775 1354 25 1.0
4776 1356 25 3.0
4777 1358 25 5.0
4778 1391 25 2.0
4779 1405 25 3.0
4780 1409 25 2.0
4781 1483 25 3.0
4782 1 26 5.0
4783 32 26 4.5
4784 47 26 4.5
4785 50 26 4.5
4786 63 26 0.5
4787 69 26 4.5
4788 153 26 3.5
4789 165 26 2.5
4790 260 26 3.0
4791 296 26 3.5
4792 316 26 0.5
4793 318 26 4.0
4794 344 26 0.5
4795 356 26 4.5
4796 367 26 2.0
4797 377 26 3.0
4798 380 26 3.0
4799 457 26 3.5
4800 480 26 2.5
4801 500 26 1.0
4802 555 26 3.5
4803 589 26 4.0
4804 593 26 3.5
4805 608 26 3.5
4806 648 26 2.5
4807 720 26 3.0
4808 733 26 3.0
4809 778 26 4.5
4810 780 26 3.5
4811 858 26 4.0
4812 1036 26 3.5
4813 1089 26 3.5
4814 1196 26 3.5
4815 1198 26 4.0
4816 1210 26 3.5
4817 1405 26 1.5
4818 1527 26 4.0
4819 1580 26 3.5
4820 1653 26 3.5
4821 1687 26 3.5
4822 1732 26 4.0
4823 1753 26 3.0
4824 1831 26 3.0
4825 1884 26 4.0
4826 2028 26 3.0
4827 2329 26 4.0
4828 2355 26 4.0
4829 2542 26 5.0
4830 2571 26 5.0
4831 2692 26 4.5
4832 2858 26 4.0
4833 2959 26 4.0
4834 3108 26 2.0
4835 3114 26 4.5
4836 3147 26 3.0
4837 3275 26 4.0
4838 3481 26 2.5
4839 3578 26 2.5
4840 3744 26 4.0
4841 4011 26 5.0
4842 4019 26 4.0
4843 4027 26 3.0
4844 4161 26 3.5
4845 4226 26 4.0
4846 4262 26 2.5
4847 4306 26 4.0
4848 4776 26 4.0
4849 4844 26 2.0
4850 4865 26 4.5
4851 4963 26 1.5
4852 4973 26 3.5
4853 4979 26 4.0
4854 4995 26 3.0
4855 5010 26 3.5
4856 5110 26 4.0
4857 5218 26 4.0
4858 5418 26 4.0
4859 5608 26 4.0
4860 5617 26 2.0
4861 5903 26 2.5
4862 5952 26 4.0
4863 5954 26 3.0
4864 5989 26 2.0
4865 6016 26 5.0
4866 6333 26 0.5
4867 6539 26 1.5
4868 6708 26 3.5
4869 6867 26 4.0
4870 6870 26 3.0
4871 6874 26 4.5
4872 7323 26 4.0
4873 7361 26 3.5
4874 7438 26 3.5
4875 7445 26 4.5
4876 8368 26 3.0
4877 8665 26 4.0
4878 8784 26 2.0
4879 8798 26 5.0
4880 8874 26 1.5
4881 8961 26 4.0
4882 27376 26 0.5
4883 27831 26 5.0
4884 30810 26 3.0
4885 31410 26 2.0
4886 31878 26 4.0
4887 32587 26 4.0
4888 33794 26 4.0
4889 34437 26 3.0
4890 36529 26 4.0
4891 37731 26 3.0
4892 37741 26 3.5
4893 38038 26 3.0
4894 38061 26 4.5
4895 41997 26 4.0
4896 44191 26 5.0
4897 44195 26 5.0
4898 44199 26 4.5
4899 44665 26 3.5
4900 46976 26 4.0
4901 47610 26 4.5
4902 48516 26 4.5
4903 48774 26 3.0
4904 48780 26 4.5
4905 49272 26 4.0
4906 49278 26 3.0
4907 49530 26 4.0
4908 50851 26 3.5
4909 50872 26 5.0
4910 51255 26 3.5
4911 51662 26 4.0
4912 52604 26 4.0
4913 52952 26 4.0
4914 53129 26 4.5
4915 53972 26 3.0
4916 54286 26 5.0
4917 54503 26 2.5
4918 55118 26 2.5
4919 55167 26 0.5
4920 55247 26 4.0
4921 55276 26 3.5
4922 55280 26 3.5
4923 55765 26 2.5
4924 55820 26 3.0
4925 56782 26 3.5
4926 57669 26 3.5
4927 58559 26 5.0
4928 59315 26 3.5
4929 59369 26 5.0
4930 59387 26 3.0
4931 59784 26 5.0
4932 60069 26 3.0
4933 60684 26 5.0
4934 61024 26 3.0
4935 61323 26 3.5
4936 62849 26 4.5
4937 63082 26 3.0
4938 65514 26 5.0
4939 67997 26 3.5
4940 68157 26 3.5
4941 68358 26 2.0
4942 68954 26 3.5
4943 69122 26 3.5
4944 70533 26 0.5
4945 71464 26 2.0
4946 72998 26 3.5
4947 73017 26 3.5
4948 73587 26 4.5
4949 79132 26 3.5
4950 80489 26 2.0
4951 82459 26 4.0
4952 91542 26 3.5
4953 92259 26 4.5
4954 50 27 4.0
4955 73 27 5.0
4956 111 27 4.0
4957 296 27 4.0
4958 527 27 5.0
4959 593 27 4.0
4960 1213 27 4.0
4961 1343 27 4.0
4962 1584 27 4.0
4963 1610 27 4.0
4964 1639 27 4.0
4965 1704 27 5.0
4966 1721 27 3.0
4967 1892 27 4.0
4968 2356 27 2.0
4969 2391 27 3.0
4970 2396 27 2.0
4971 2501 27 4.0
4972 2502 27 4.0
4973 2710 27 1.0
4974 2712 27 4.0
4975 2762 27 5.0
4976 2858 27 5.0
4977 21 28 5.0
4978 58 28 5.0
4979 110 28 4.0
4980 345 28 5.0
4981 898 28 5.0
4982 899 28 5.0
4983 902 28 5.0
4984 903 28 3.0
4985 904 28 4.0
4986 908 28 5.0
4987 909 28 4.0
4988 913 28 4.0
4989 920 28 5.0
4990 924 28 4.0
4991 926 28 5.0
4992 933 28 4.0
4993 953 28 2.0
4994 1059 28 5.0
4995 1079 28 5.0
4996 1094 28 4.0
4997 1203 28 5.0
4998 1206 28 4.0
4999 1219 28 5.0
5000 1225 28 5.0
5001 1250 28 5.0
5002 1252 28 5.0
5003 1267 28 5.0
5004 1296 28 5.0
5005 1300 28 4.0
5006 1366 28 5.0
5007 1610 28 4.0
5008 1617 28 5.0
5009 1674 28 4.0
5010 1831 28 1.0
5011 1883 28 4.0
5012 1945 28 5.0
5013 1956 28 4.0
5014 1962 28 3.0
5015 2019 28 2.0
5016 2028 28 3.0
5017 2109 28 5.0
5018 2202 28 5.0
5019 2291 28 4.0
5020 2300 28 4.0
5021 2324 28 5.0
5022 2406 28 2.0
5023 2470 28 4.0
5024 2571 28 5.0
5025 2583 28 5.0
5026 2662 28 4.0
5027 778 29 5.0
5028 1569 29 2.0
5029 1681 29 0.5
5030 1717 29 3.0
5031 2065 29 0.5
5032 2367 29 0.5
5033 2384 29 1.5
5034 2459 29 3.5
5035 2513 29 3.0
5036 2571 29 5.0
5037 2713 29 3.0
5038 2717 29 2.5
5039 2942 29 0.5
5040 3720 29 4.0
5041 5065 29 2.0
5042 6365 29 2.5
5043 6502 29 5.0
5044 6934 29 2.5
5045 27822 29 4.0
5046 51662 29 4.5
5047 58559 29 5.0
5048 73268 29 3.0
5049 1 30 4.0
5050 2 30 2.0
5051 6 30 4.0
5052 8 30 4.0
5053 11 30 4.0
5054 14 30 4.0
5055 16 30 5.0
5056 18 30 2.0
5057 21 30 5.0
5058 23 30 4.0
5059 25 30 4.0
5060 32 30 2.0
5061 34 30 4.0
5062 42 30 3.0
5063 45 30 3.0
5064 47 30 4.0
5065 50 30 5.0
5066 52 30 5.0
5067 60 30 2.0
5068 70 30 4.0
5069 78 30 2.0
5070 100 30 4.0
5071 110 30 5.0
5072 111 30 4.0
5073 118 30 3.0
5074 141 30 4.0
5075 150 30 5.0
5076 158 30 3.0
5077 161 30 5.0
5078 162 30 1.0
5079 165 30 4.0
5080 170 30 4.0
5081 196 30 2.0
5082 203 30 3.0
5083 208 30 2.0
5084 209 30 2.0
5085 224 30 4.0
5086 227 30 2.0
5087 228 30 2.0
5088 235 30 4.0
5089 253 30 4.0
5090 254 30 3.0
5091 260 30 4.0
5092 261 30 4.0
5093 272 30 4.0
5094 281 30 4.0
5095 282 30 5.0
5096 288 30 1.0
5097 296 30 5.0
5098 300 30 5.0
5099 317 30 4.0
5100 318 30 5.0
5101 337 30 5.0
5102 344 30 2.0
5103 348 30 5.0
5104 349 30 5.0
5105 350 30 4.0
5106 356 30 5.0
5107 357 30 4.0
5108 364 30 3.0
5109 368 30 4.0
5110 369 30 3.0
5111 371 30 4.0
5112 377 30 4.0
5113 380 30 4.0
5114 382 30 4.0
5115 410 30 4.0
5116 412 30 5.0
5117 413 30 2.0
5118 419 30 2.0
5119 424 30 4.0
5120 425 30 4.0
5121 426 30 2.0
5122 428 30 5.0
5123 432 30 3.0
5124 434 30 4.0
5125 440 30 4.0
5126 445 30 4.0
5127 451 30 4.0
5128 454 30 5.0
5129 457 30 5.0
5130 459 30 4.0
5131 463 30 4.0
5132 471 30 4.0
5133 472 30 4.0
5134 474 30 5.0
5135 477 30 4.0
5136 480 30 4.0
5137 485 30 4.0
5138 492 30 4.0
5139 500 30 4.0
5140 507 30 4.0
5141 508 30 5.0
5142 509 30 5.0
5143 515 30 5.0
5144 517 30 4.0
5145 518 30 2.0
5146 523 30 2.0
5147 527 30 5.0
5148 531 30 3.0
5149 532 30 2.0
5150 534 30 4.0
5151 535 30 4.0
5152 538 30 4.0
5153 539 30 3.0
5154 540 30 4.0
5155 541 30 4.0
5156 553 30 4.0
5157 555 30 5.0
5158 556 30 4.0
5159 581 30 3.0
5160 586 30 4.0
5161 587 30 2.0
5162 588 30 5.0
5163 589 30 4.0
5164 590 30 5.0
5165 592 30 4.0
5166 593 30 4.0
5167 594 30 3.0
5168 595 30 5.0
5169 596 30 4.0
5170 597 30 4.0
5171 608 30 5.0
5172 628 30 5.0
5173 640 30 3.0
5174 647 30 5.0
5175 661 30 2.0
5176 707 30 3.0
5177 733 30 4.0
5178 736 30 4.0
5179 750 30 3.0
5180 762 30 3.0
5181 765 30 3.0
5182 767 30 4.0
5183 780 30 4.0
5184 782 30 3.0
5185 800 30 4.0
5186 805 30 5.0
5187 806 30 1.0
5188 832 30 4.0
5189 858 30 5.0
5190 869 30 2.0
5191 898 30 5.0
5192 899 30 4.0
5193 903 30 4.0
5194 904 30 4.0
5195 908 30 4.0
5196 912 30 5.0
5197 913 30 5.0
5198 914 30 4.0
5199 919 30 4.0
5200 920 30 5.0
5201 921 30 5.0
5202 922 30 5.0
5203 923 30 5.0
5204 924 30 4.0
5205 928 30 5.0
5206 947 30 4.0
5207 950 30 4.0
5208 953 30 4.0
5209 954 30 4.0
5210 969 30 4.0
5211 971 30 4.0
5212 996 30 3.0
5213 1006 30 4.0
5214 1010 30 3.0
5215 1012 30 3.0
5216 1013 30 4.0
5217 1017 30 2.0
5218 1018 30 3.0
5219 1025 30 4.0
5220 1027 30 3.0
5221 1028 30 4.0
5222 1035 30 4.0
5223 1036 30 4.0
5224 1042 30 4.0
5225 1061 30 3.0
5226 1073 30 3.0
5227 1078 30 2.0
5228 1079 30 5.0
5229 1081 30 4.0
5230 1082 30 4.0
5231 1084 30 4.0
5232 1086 30 4.0
5233 1088 30 4.0
5234 1089 30 5.0
5235 1090 30 4.0
5236 1091 30 1.0
5237 1092 30 4.0
5238 1093 30 1.0
5239 1094 30 5.0
5240 1095 30 5.0
5241 1096 30 5.0
5242 1097 30 4.0
5243 1101 30 4.0
5244 1104 30 4.0
5245 1114 30 3.0
5246 1120 30 4.0
5247 1124 30 4.0
5248 1126 30 2.0
5249 1129 30 3.0
5250 1135 30 3.0
5251 1171 30 3.0
5252 1179 30 5.0
5253 1181 30 4.0
5254 1186 30 4.0
5255 1189 30 3.0
5256 1193 30 4.0
5257 1196 30 4.0
5258 1197 30 3.0
5259 1198 30 5.0
5260 1200 30 3.0
5261 1206 30 2.0
5262 1207 30 5.0
5263 1208 30 5.0
5264 1210 30 4.0
5265 1212 30 3.0
5266 1213 30 5.0
5267 1214 30 4.0
5268 1219 30 4.0
5269 1220 30 5.0
5270 1221 30 5.0
5271 1222 30 4.0
5272 1225 30 5.0
5273 1226 30 4.0
5274 1227 30 5.0
5275 1228 30 5.0
5276 1231 30 5.0
5277 1234 30 5.0
5278 1235 30 2.0
5279 1240 30 4.0
5280 1242 30 5.0
5281 1244 30 4.0
5282 1245 30 4.0
5283 1246 30 4.0
5284 1247 30 4.0
5285 1250 30 5.0
5286 1252 30 5.0
5287 1258 30 4.0
5288 1259 30 4.0
5289 1263 30 5.0
5290 1265 30 4.0
5291 1266 30 5.0
5292 1267 30 5.0
5293 1270 30 5.0
5294 1271 30 4.0
5295 1272 30 5.0
5296 1276 30 5.0
5297 1277 30 5.0
5298 1278 30 3.0
5299 1283 30 4.0
5300 1285 30 4.0
5301 1286 30 3.0
5302 1291 30 4.0
5303 1292 30 5.0
5304 1302 30 4.0
5305 1303 30 4.0
5306 1304 30 4.0
5307 1307 30 4.0
5308 1320 30 3.0
5309 1321 30 4.0
5310 1327 30 4.0
5311 1332 30 4.0
5312 1333 30 5.0
5313 1334 30 4.0
5314 1339 30 4.0
5315 1343 30 5.0
5316 1345 30 3.0
5317 1346 30 4.0
5318 1350 30 4.0
5319 1352 30 4.0
5320 1358 30 5.0
5321 1366 30 5.0
5322 1370 30 4.0
5323 1377 30 3.0
5324 1378 30 4.0
5325 1380 30 4.0
5326 1385 30 3.0
5327 1387 30 4.0
5328 1388 30 3.0
5329 1390 30 3.0
5330 1393 30 4.0
5331 1394 30 5.0
5332 1395 30 5.0
5333 1396 30 4.0
5334 1399 30 3.0
5335 1422 30 4.0
5336 1438 30 3.0
5337 1440 30 3.0
5338 1459 30 4.0
5339 1461 30 4.0
5340 1466 30 5.0
5341 1485 30 4.0
5342 1488 30 4.0
5343 1508 30 4.0
5344 1517 30 3.0
5345 1523 30 4.0
5346 1552 30 4.0
5347 1562 30 3.0
5348 1566 30 4.0
5349 1580 30 4.0
5350 1584 30 5.0
5351 1588 30 2.0
5352 1589 30 3.0
5353 1598 30 4.0
5354 1608 30 5.0
5355 1610 30 5.0
5356 1611 30 2.0
5357 1614 30 3.0
5358 1617 30 5.0
5359 1620 30 4.0
5360 1624 30 4.0
5361 1625 30 3.0
5362 1645 30 5.0
5363 1672 30 4.0
5364 1673 30 4.0
5365 1674 30 5.0
5366 1682 30 5.0
5367 1686 30 4.0
5368 1690 30 3.0
5369 1694 30 5.0
5370 1701 30 4.0
5371 1704 30 5.0
5372 1711 30 5.0
5373 1721 30 4.0
5374 1726 30 2.0
5375 1729 30 5.0
5376 1732 30 3.0
5377 1747 30 4.0
5378 1783 30 4.0
5379 1784 30 5.0
5380 1785 30 4.0
5381 1791 30 4.0
5382 1798 30 3.0
5383 1805 30 4.0
5384 1810 30 3.0
5385 1834 30 4.0
5386 1864 30 3.0
5387 1873 30 5.0
5388 1876 30 4.0
5389 1882 30 2.0
5390 1884 30 1.0
5391 1892 30 5.0
5392 1912 30 4.0
5393 1917 30 4.0
5394 1923 30 4.0
5395 1943 30 3.0
5396 1945 30 4.0
5397 1947 30 4.0
5398 1951 30 4.0
5399 1952 30 4.0
5400 1953 30 4.0
5401 1954 30 5.0
5402 1955 30 4.0
5403 1956 30 4.0
5404 1957 30 4.0
5405 1958 30 3.0
5406 1960 30 5.0
5407 1961 30 5.0
5408 1962 30 5.0
5409 1965 30 4.0
5410 1968 30 4.0
5411 1982 30 3.0
5412 1994 30 4.0
5413 1997 30 5.0
5414 2000 30 4.0
5415 2001 30 4.0
5416 2002 30 3.0
5417 2003 30 3.0
5418 2009 30 3.0
5419 2011 30 4.0
5420 2012 30 3.0
5421 2013 30 3.0
5422 2015 30 3.0
5423 2023 30 5.0
5424 2024 30 1.0
5425 2025 30 4.0
5426 2028 30 5.0
5427 2054 30 1.0
5428 2064 30 4.0
5429 2065 30 5.0
5430 2070 30 4.0
5431 2076 30 4.0
5432 2078 30 3.0
5433 2081 30 4.0
5434 2082 30 2.0
5435 2083 30 4.0
5436 2088 30 3.0
5437 2094 30 4.0
5438 2105 30 2.0
5439 2108 30 4.0
5440 2109 30 3.0
5441 2112 30 3.0
5442 2114 30 4.0
5443 2115 30 4.0
5444 2116 30 3.0
5445 2117 30 3.0
5446 2118 30 4.0
5447 2120 30 4.0
5448 2121 30 2.0
5449 2122 30 2.0
5450 2124 30 4.0
5451 2126 30 4.0
5452 2136 30 3.0
5453 2144 30 3.0
5454 2145 30 3.0
5455 2146 30 4.0
5456 2148 30 1.0
5457 2159 30 2.0
5458 2160 30 5.0
5459 2166 30 4.0
5460 2174 30 4.0
5461 2183 30 4.0
5462 2184 30 4.0
5463 2188 30 3.0
5464 2193 30 3.0
5465 2194 30 5.0
5466 2231 30 5.0
5467 2236 30 3.0
5468 2240 30 4.0
5469 2243 30 5.0
5470 2245 30 4.0
5471 2247 30 4.0
5472 2249 30 4.0
5473 2252 30 4.0
5474 2253 30 3.0
5475 2255 30 2.0
5476 2259 30 3.0
5477 2263 30 2.0
5478 2264 30 2.0
5479 2267 30 4.0
5480 2268 30 5.0
5481 2269 30 5.0
5482 2278 30 3.0
5483 2286 30 1.0
5484 2289 30 5.0
5485 2291 30 5.0
5486 2296 30 2.0
5487 2300 30 5.0
5488 2301 30 4.0
5489 2302 30 4.0
5490 2307 30 4.0
5491 2311 30 3.0
5492 2313 30 4.0
5493 2320 30 4.0
5494 2321 30 5.0
5495 2329 30 3.0
5496 2334 30 3.0
5497 2336 30 5.0
5498 2346 30 3.0
5499 2347 30 3.0
5500 2352 30 4.0
5501 2353 30 5.0
5502 2355 30 5.0
5503 2367 30 2.0
5504 2369 30 4.0
5505 2371 30 3.0
5506 2374 30 3.0
5507 2376 30 4.0
5508 2389 30 3.0
5509 2391 30 5.0
5510 2396 30 5.0
5511 2398 30 4.0
5512 2402 30 3.0
5513 2403 30 3.0
5514 2407 30 4.0
5515 2409 30 4.0
5516 2410 30 4.0
5517 2411 30 4.0
5518 2412 30 4.0
5519 2417 30 3.0
5520 2418 30 3.0
5521 2420 30 2.0
5522 2424 30 4.0
5523 2427 30 1.0
5524 2432 30 4.0
5525 2433 30 4.0
5526 2435 30 2.0
5527 2454 30 4.0
5528 2457 30 4.0
5529 2463 30 4.0
5530 2468 30 2.0
5531 2470 30 4.0
5532 2474 30 5.0
5533 2490 30 5.0
5534 2505 30 3.0
5535 2513 30 1.0
5536 2517 30 2.0
5537 2518 30 3.0
5538 2520 30 4.0
5539 2521 30 3.0
5540 2523 30 3.0
5541 2524 30 4.0
5542 2528 30 3.0
5543 2529 30 4.0
5544 2530 30 2.0
5545 2531 30 2.0
5546 2532 30 3.0
5547 2533 30 2.0
5548 2535 30 4.0
5549 2539 30 4.0
5550 2551 30 2.0
5551 2561 30 4.0
5552 2571 30 3.0
5553 2574 30 3.0
5554 2577 30 3.0
5555 2598 30 4.0
5556 2599 30 5.0
5557 2605 30 4.0
5558 2611 30 5.0
5559 2616 30 3.0
5560 2617 30 3.0
5561 2639 30 4.0
5562 2640 30 4.0
5563 2641 30 4.0
5564 2642 30 1.0
5565 2664 30 3.0
5566 2671 30 4.0
5567 2687 30 5.0
5568 2688 30 4.0
5569 2701 30 2.0
5570 2702 30 2.0
5571 2707 30 3.0
5572 2712 30 4.0
5573 2716 30 4.0
5574 2729 30 5.0
5575 2730 30 4.0
5576 2738 30 3.0
5577 2739 30 5.0
5578 2741 30 4.0
5579 2746 30 4.0
5580 2749 30 4.0
5581 2750 30 4.0
5582 2757 30 2.0
5583 2762 30 5.0
5584 2763 30 5.0
5585 2770 30 3.0
5586 2782 30 4.0
5587 2787 30 4.0
5588 2790 30 3.0
5589 2791 30 2.0
5590 2793 30 3.0
5591 2794 30 3.0
5592 2795 30 4.0
5593 2797 30 5.0
5594 2802 30 4.0
5595 2803 30 4.0
5596 2804 30 4.0
5597 2805 30 4.0
5598 2819 30 4.0
5599 2829 30 4.0
5600 2841 30 4.0
5601 2851 30 2.0
5602 2852 30 5.0
5603 2856 30 4.0
5604 2858 30 5.0
5605 2861 30 4.0
5606 2871 30 4.0
5607 2875 30 4.0
5608 2881 30 4.0
5609 2883 30 4.0
5610 2890 30 4.0
5611 2908 30 4.0
5612 2912 30 4.0
5613 2916 30 4.0
5614 2917 30 5.0
5615 2918 30 5.0
5616 2929 30 5.0
5617 2942 30 3.0
5618 2944 30 5.0
5619 2947 30 4.0
5620 2950 30 3.0
5621 2952 30 5.0
5622 2956 30 4.0
5623 2959 30 4.0
5624 2966 30 4.0
5625 2967 30 4.0
5626 2971 30 4.0
5627 2973 30 5.0
5628 2976 30 3.0
5629 2977 30 2.0
5630 2985 30 4.0
5631 2987 30 5.0
5632 2989 30 4.0
5633 2991 30 4.0
5634 3006 30 5.0
5635 3015 30 3.0
5636 3019 30 3.0
5637 3020 30 4.0
5638 3032 30 4.0
5639 3035 30 4.0
5640 3038 30 5.0
5641 3039 30 4.0
5642 3044 30 3.0
5643 3053 30 4.0
5644 3063 30 2.0
5645 3068 30 5.0
5646 3071 30 4.0
5647 3072 30 4.0
5648 3074 30 4.0
5649 3081 30 3.0
5650 3082 30 3.0
5651 3087 30 2.0
5652 3095 30 3.0
5653 3098 30 4.0
5654 3101 30 5.0
5655 3102 30 5.0
5656 3104 30 4.0
5657 3105 30 4.0
5658 3107 30 4.0
5659 3108 30 2.0
5660 3111 30 5.0
5661 3114 30 5.0
5662 3120 30 4.0
5663 3130 30 3.0
5664 3138 30 3.0
5665 3141 30 4.0
5666 3144 30 3.0
5667 3147 30 4.0
5668 3152 30 4.0
5669 3156 30 4.0
5670 3160 30 5.0
5671 3167 30 4.0
5672 3169 30 3.0
5673 3173 30 3.0
5674 3174 30 4.0
5675 3176 30 4.0
5676 3185 30 3.0
5677 3197 30 4.0
5678 3198 30 5.0
5679 3204 30 4.0
5680 3206 30 4.0
5681 3210 30 4.0
5682 3218 30 1.0
5683 3219 30 4.0
5684 3244 30 4.0
5685 3246 30 5.0
5686 3247 30 3.0
5687 3249 30 4.0
5688 3252 30 4.0
5689 3253 30 4.0
5690 3255 30 4.0
5691 3256 30 4.0
5692 3257 30 3.0
5693 3258 30 3.0
5694 3263 30 4.0
5695 3269 30 3.0
5696 3274 30 4.0
5697 3286 30 2.0
5698 3296 30 4.0
5699 3298 30 5.0
5700 3308 30 4.0
5701 3316 30 2.0
5702 3334 30 4.0
5703 3354 30 4.0
5704 3358 30 5.0
5705 3359 30 4.0
5706 3360 30 5.0
5707 3361 30 4.0
5708 3362 30 5.0
5709 3363 30 4.0
5710 3370 30 4.0
5711 3385 30 2.0
5712 3386 30 4.0
5713 3391 30 3.0
5714 3394 30 3.0
5715 3395 30 4.0
5716 3418 30 4.0
5717 3420 30 4.0
5718 3421 30 4.0
5719 3426 30 4.0
5720 3428 30 4.0
5721 3441 30 2.0
5722 3445 30 3.0
5723 3448 30 4.0
5724 3451 30 4.0
5725 3468 30 5.0
5726 3476 30 2.0
5727 3478 30 4.0
5728 3483 30 3.0
5729 3489 30 4.0
5730 3494 30 3.0
5731 3498 30 4.0
5732 3499 30 4.0
5733 3500 30 4.0
5734 3504 30 4.0
5735 3505 30 4.0
5736 3506 30 3.0
5737 3507 30 4.0
5738 3513 30 5.0
5739 3524 30 3.0
5740 3526 30 4.0
5741 3528 30 2.0
5742 3529 30 4.0
5743 3535 30 3.0
5744 3536 30 4.0
5745 3537 30 4.0
5746 3543 30 5.0
5747 3545 30 4.0
5748 3546 30 4.0
5749 3548 30 4.0
5750 3549 30 4.0
5751 3551 30 4.0
5752 3556 30 4.0
5753 3557 30 4.0
5754 3566 30 2.0
5755 3578 30 4.0
5756 3608 30 4.0
5757 3613 30 4.0
5758 3614 30 4.0
5759 3618 30 4.0
5760 3638 30 4.0
5761 3649 30 4.0
5762 3671 30 4.0
5763 3683 30 5.0
5764 3684 30 4.0
5765 3685 30 4.0
5766 3686 30 4.0
5767 3688 30 2.0
5768 3701 30 3.0
5769 3702 30 4.0
5770 3704 30 3.0
5771 3712 30 4.0
5772 3713 30 5.0
5773 3724 30 4.0
5774 3734 30 4.0
5775 3735 30 5.0
5776 3751 30 4.0
5777 3753 30 5.0
5778 3763 30 3.0
5779 3783 30 4.0
5780 3791 30 4.0
5781 3804 30 2.0
5782 3812 30 3.0
5783 3826 30 4.0
5784 3834 30 4.0
5785 3844 30 4.0
5786 3852 30 4.0
5787 3859 30 4.0
5788 3873 30 4.0
5789 3897 30 4.0
5790 3927 30 4.0
5791 3948 30 4.0
5792 3952 30 5.0
5793 3957 30 2.0
5794 3983 30 4.0
5795 3994 30 4.0
5796 3996 30 4.0
5797 4002 30 4.0
5798 4007 30 5.0
5799 4008 30 5.0
5800 4009 30 4.0
5801 4011 30 4.0
5802 4012 30 2.0
5803 4014 30 5.0
5804 4018 30 4.0
5805 4022 30 4.0
5806 4025 30 3.0
5807 4027 30 5.0
5808 4029 30 4.0
5809 4033 30 5.0
5810 4034 30 5.0
5811 4037 30 5.0
5812 4039 30 3.0
5813 4041 30 4.0
5814 4055 30 4.0
5815 4060 30 4.0
5816 4062 30 4.0
5817 4063 30 3.0
5818 4085 30 4.0
5819 4086 30 4.0
5820 4088 30 5.0
5821 4090 30 3.0
5822 4102 30 4.0
5823 4111 30 4.0
5824 4122 30 4.0
5825 4126 30 4.0
5826 4128 30 4.0
5827 4132 30 2.0
5828 4146 30 1.0
5829 4148 30 5.0
5830 4167 30 3.0
5831 4190 30 4.0
5832 4211 30 5.0
5833 4214 30 3.0
5834 4226 30 3.0
5835 4228 30 3.0
5836 4239 30 5.0
5837 4246 30 4.0
5838 4262 30 4.0
5839 4263 30 5.0
5840 4276 30 4.0
5841 4280 30 4.0
5842 4291 30 3.0
5843 4292 30 4.0
5844 4306 30 5.0
5845 4308 30 5.0
5846 4310 30 4.0
5847 4316 30 3.0
5848 4318 30 4.0
5849 4321 30 4.0
5850 4322 30 4.0
5851 4326 30 5.0
5852 4333 30 3.0
5853 4344 30 4.0
5854 4345 30 4.0
5855 4352 30 3.0
5856 4354 30 4.0
5857 4361 30 4.0
5858 4370 30 4.0
5859 4378 30 3.0
5860 4396 30 2.0
5861 4406 30 5.0
5862 4409 30 2.0
5863 4410 30 4.0
5864 4447 30 4.0
5865 4464 30 4.0
5866 4465 30 5.0
5867 4474 30 3.0
5868 4482 30 4.0
5869 4486 30 4.0
5870 4487 30 3.0
5871 4488 30 3.0
5872 4489 30 4.0
5873 4491 30 2.0
5874 4495 30 3.0
5875 4496 30 4.0
5876 4498 30 4.0
5877 4499 30 4.0
5878 4503 30 4.0
5879 4522 30 5.0
5880 4524 30 4.0
5881 4526 30 3.0
5882 4528 30 2.0
5883 4557 30 5.0
5884 4564 30 4.0
5885 4570 30 4.0
5886 4573 30 4.0
5887 4608 30 4.0
5888 4615 30 1.0
5889 4617 30 5.0
5890 4621 30 3.0
5891 4627 30 2.0
5892 4628 30 5.0
5893 4629 30 2.0
5894 4639 30 4.0
5895 4643 30 4.0
5896 4661 30 4.0
5897 4681 30 3.0
5898 4700 30 4.0
5899 4709 30 4.0
5900 4710 30 4.0
5901 4713 30 3.0
5902 4714 30 2.0
5903 4728 30 3.0
5904 4733 30 4.0
5905 4751 30 4.0
5906 4776 30 4.0
5907 4787 30 5.0
5908 4803 30 4.0
5909 4815 30 4.0
5910 4830 30 4.0
5911 4832 30 3.0
5912 4835 30 5.0
5913 4881 30 4.0
5914 4886 30 4.0
5915 4889 30 4.0
5916 4890 30 3.0
5917 4896 30 4.0
5918 4898 30 4.0
5919 4929 30 3.0
5920 4932 30 4.0
5921 4941 30 2.0
5922 4951 30 3.0
5923 4954 30 4.0
5924 4960 30 4.0
5925 4963 30 5.0
5926 4971 30 4.0
5927 4978 30 5.0
5928 4979 30 4.0
5929 4993 30 3.0
5930 4995 30 5.0
5931 5015 30 4.0
5932 5027 30 3.0
5933 5043 30 3.0
5934 5049 30 4.0
5935 5060 30 3.0
5936 5061 30 3.0
5937 5064 30 5.0
5938 5111 30 4.0
5939 5120 30 4.0
5940 5122 30 4.0
5941 5125 30 2.0
5942 5127 30 3.0
5943 5152 30 5.0
5944 5161 30 4.0
5945 5172 30 4.0
5946 5187 30 4.0
5947 5193 30 3.0
5948 5198 30 4.0
5949 5208 30 4.0
5950 5214 30 3.0
5951 5237 30 4.0
5952 5247 30 3.0
5953 5250 30 4.0
5954 5269 30 1.0
5955 5276 30 4.0
5956 5277 30 2.0
5957 5293 30 5.0
5958 5297 30 4.0
5959 5299 30 5.0
5960 5303 30 3.0
5961 5307 30 3.0
5962 5308 30 4.0
5963 5309 30 3.0
5964 5334 30 4.0
5965 5335 30 2.0
5966 5344 30 4.0
5967 5359 30 4.0
5968 5364 30 4.0
5969 5366 30 1.0
5970 5382 30 2.0
5971 5388 30 4.0
5972 5391 30 4.0
5973 5400 30 4.0
5974 5445 30 4.0
5975 5452 30 2.0
5976 5464 30 5.0
5977 5471 30 3.0
5978 5502 30 3.0
5979 5506 30 4.0
5980 5534 30 4.0
5981 5544 30 4.0
5982 5548 30 4.0
5983 5561 30 4.0
5984 5564 30 3.0
5985 5581 30 3.0
5986 5620 30 4.0
5987 5630 30 5.0
5988 5655 30 3.0
5989 5670 30 4.0
5990 5679 30 1.0
5991 5680 30 4.0
5992 5689 30 4.0
5993 5694 30 2.0
5994 5696 30 4.0
5995 5699 30 4.0
5996 5703 30 3.0
5997 5705 30 4.0
5998 5707 30 4.0
5999 5712 30 4.0
6000 5723 30 4.0
6001 5729 30 3.0
6002 5732 30 4.0
6003 5742 30 4.0
6004 5745 30 4.0
6005 5773 30 3.0
6006 5812 30 5.0
6007 5843 30 4.0
6008 5846 30 4.0
6009 5847 30 5.0
6010 5854 30 4.0
6011 5857 30 1.0
6012 5859 30 2.0
6013 5869 30 4.0
6014 5900 30 3.5
6015 5902 30 4.0
6016 5923 30 3.0
6017 5926 30 3.0
6018 5927 30 4.0
6019 5933 30 4.0
6020 5938 30 4.0
6021 5940 30 3.0
6022 5945 30 4.0
6023 5956 30 5.0
6024 5959 30 3.0
6025 5960 30 5.0
6026 5961 30 4.0
6027 5962 30 3.0
6028 5968 30 4.0
6029 5989 30 5.0
6030 5991 30 5.0
6031 6001 30 5.0
6032 6027 30 4.0
6033 6084 30 3.0
6034 6096 30 3.0
6035 6101 30 2.0
6036 6103 30 2.0
6037 6115 30 3.0
6038 6127 30 4.0
6039 6180 30 3.0
6040 6186 30 2.0
6041 6212 30 3.0
6042 6233 30 3.0
6043 6234 30 3.0
6044 6237 30 4.0
6045 6238 30 4.0
6046 6240 30 3.0
6047 6263 30 3.0
6048 6281 30 4.0
6049 6308 30 4.0
6050 6318 30 3.0
6051 6345 30 4.0
6052 6413 30 3.5
6053 6419 30 5.0
6054 6422 30 4.0
6055 6436 30 5.0
6056 6440 30 4.0
6057 6452 30 5.0
6058 6473 30 4.0
6059 6565 30 4.5
6060 31 31 4.0
6061 32 31 4.5
6062 50 31 3.5
6063 111 31 4.5
6064 260 31 4.0
6065 296 31 4.5
6066 318 31 4.0
6067 372 31 3.5
6068 379 31 4.0
6069 527 31 5.0
6070 541 31 4.0
6071 778 31 3.5
6072 858 31 4.5
6073 904 31 4.0
6074 1089 31 4.5
6075 1091 31 3.0
6076 1186 31 2.0
6077 1197 31 4.5
6078 1206 31 4.5
6079 1208 31 4.5
6080 1221 31 4.5
6081 1234 31 4.5
6082 1299 31 4.0
6083 1378 31 4.0
6084 1416 31 3.0
6085 1957 31 4.5
6086 1967 31 4.5
6087 2028 31 4.5
6088 2248 31 4.0
6089 2329 31 4.5
6090 2502 31 4.0
6091 2571 31 4.5
6092 2692 31 4.5
6093 2959 31 5.0
6094 2997 31 4.5
6095 3072 31 3.0
6096 3087 31 3.5
6097 3698 31 4.5
6098 3755 31 4.0
6099 3897 31 4.0
6100 3911 31 4.0
6101 4886 31 4.0
6102 4979 31 3.5
6103 4993 31 4.5
6104 5418 31 4.5
6105 5952 31 4.5
6106 5995 31 3.5
6107 6539 31 3.5
6108 6711 31 4.5
6109 7153 31 4.5
6110 7361 31 5.0
6111 8961 31 4.0
6112 33154 31 4.0
6113 33794 31 4.5
6114 44191 31 4.0
6115 44195 31 4.0
6116 48394 31 4.5
6117 50872 31 4.5
6118 54503 31 4.0
6119 55280 31 4.5
6120 55820 31 4.0
6121 58559 31 5.0
6122 59315 31 5.0
6123 64614 31 4.5
6124 72226 31 4.0
6125 72998 31 4.0
6126 74789 31 4.5
6127 76093 31 3.5
6128 76251 31 5.0
6129 2 32 4.0
6130 19 32 3.0
6131 31 32 4.0
6132 44 32 3.0
6133 110 32 5.0
6134 150 32 5.0
6135 153 32 4.0
6136 158 32 3.0
6137 165 32 4.0
6138 168 32 3.0
6139 173 32 3.0
6140 204 32 4.0
6141 208 32 4.0
6142 225 32 2.0
6143 231 32 5.0
6144 252 32 3.0
6145 261 32 4.0
6146 266 32 3.0
6147 292 32 5.0
6148 296 32 2.0
6149 300 32 3.0
6150 316 32 3.0
6151 317 32 3.0
6152 333 32 3.0
6153 337 32 4.0
6154 344 32 4.0
6155 349 32 5.0
6156 350 32 3.0
6157 356 32 5.0
6158 364 32 3.0
6159 367 32 4.0
6160 377 32 4.0
6161 380 32 3.0
6162 410 32 3.0
6163 420 32 2.0
6164 428 32 3.0
6165 432 32 3.0
6166 434 32 3.0
6167 440 32 4.0
6168 442 32 4.0
6169 457 32 5.0
6170 480 32 5.0
6171 553 32 5.0
6172 588 32 3.0
6173 589 32 5.0
6174 590 32 5.0
6175 592 32 4.0
6176 595 32 2.0
6177 19 33 3.0
6178 88 33 3.0
6179 157 33 1.0
6180 231 33 3.0
6181 344 33 4.0
6182 377 33 2.0
6183 532 33 4.0
6184 562 33 4.0
6185 832 33 4.0
6186 851 33 1.0
6187 908 33 4.0
6188 1060 33 4.0
6189 1091 33 4.0
6190 1120 33 4.0
6191 1186 33 5.0
6192 1196 33 2.0
6193 1197 33 4.0
6194 1198 33 4.0
6195 1230 33 4.0
6196 1258 33 5.0
6197 1259 33 4.0
6198 1285 33 4.0
6199 1291 33 4.0
6200 1347 33 2.0
6201 1359 33 3.0
6202 1394 33 2.0
6203 1407 33 4.0
6204 1717 33 3.0
6205 1760 33 1.0
6206 1784 33 4.0
6207 1967 33 2.0
6208 1974 33 3.0
6209 1982 33 4.0
6210 1983 33 4.0
6211 1984 33 1.0
6212 1994 33 5.0
6213 2005 33 4.0
6214 2006 33 4.0
6215 2060 33 3.0
6216 2064 33 5.0
6217 2088 33 2.0
6218 2107 33 2.0
6219 2145 33 4.0
6220 2170 33 2.0
6221 2193 33 2.0
6222 2329 33 4.0
6223 2371 33 4.0
6224 2395 33 3.0
6225 2470 33 4.0
6226 2502 33 5.0
6227 2507 33 1.0
6228 2541 33 4.0
6229 2599 33 4.0
6230 2617 33 2.0
6231 2689 33 1.0
6232 2706 33 3.0
6233 2787 33 4.0
6234 2793 33 2.0
6235 2795 33 4.0
6236 2888 33 2.0
6237 2891 33 1.0
6238 2917 33 4.0
6239 2918 33 4.0
6240 2926 33 3.0
6241 2959 33 4.0
6242 2997 33 4.0
6243 3007 33 5.0
6244 3157 33 2.0
6245 3273 33 2.0
6246 3298 33 4.0
6247 3317 33 2.0
6248 3408 33 3.0
6249 3481 33 3.0
6250 3552 33 3.0
6251 3566 33 2.0
6252 3568 33 3.0
6253 3608 33 4.0
6254 3617 33 4.0
6255 3747 33 2.0
6256 3752 33 2.0
6257 3785 33 3.0
6258 3794 33 4.0
6259 3852 33 4.0
6260 3858 33 3.0
6261 3865 33 2.0
6262 3868 33 4.0
6263 3893 33 2.0
6264 3897 33 3.0
6265 3910 33 2.0
6266 3911 33 5.0
6267 4016 33 4.0
6268 4017 33 4.0
6269 4027 33 2.0
6270 4214 33 4.0
6271 4247 33 3.0
6272 4248 33 1.0
6273 4251 33 4.0
6274 4333 33 4.0
6275 4340 33 4.0
6276 4378 33 3.0
6277 4388 33 2.0
6278 4447 33 2.0
6279 4450 33 5.0
6280 4452 33 2.0
6281 4483 33 5.0
6282 4488 33 2.0
6283 4502 33 2.0
6284 4509 33 4.0
6285 4558 33 3.0
6286 4621 33 4.0
6287 4622 33 3.0
6288 4641 33 3.0
6289 4643 33 2.0
6290 4649 33 4.0
6291 4652 33 4.0
6292 4662 33 4.0
6293 4678 33 3.0
6294 4679 33 5.0
6295 4718 33 4.0
6296 4728 33 3.0
6297 4809 33 3.0
6298 4878 33 4.0
6299 4890 33 4.0
6300 4898 33 4.0
6301 4929 33 4.0
6302 4956 33 3.0
6303 4963 33 3.0
6304 4974 33 3.0
6305 4975 33 4.0
6306 4988 33 3.0
6307 5015 33 4.0
6308 5074 33 4.0
6309 5106 33 2.0
6310 5282 33 4.0
6311 5339 33 4.0
6312 5483 33 4.0
6313 5669 33 4.0
6314 5673 33 5.0
6315 6 34 3.0
6316 21 34 4.0
6317 32 34 5.0
6318 39 34 3.0
6319 47 34 5.0
6320 50 34 5.0
6321 70 34 4.0
6322 110 34 4.0
6323 150 34 4.0
6324 198 34 3.0
6325 253 34 4.0
6326 260 34 4.0
6327 288 34 4.0
6328 293 34 4.0
6329 296 34 5.0
6330 316 34 4.0
6331 337 34 5.0
6332 377 34 3.0
6333 407 34 3.0
6334 442 34 3.0
6335 482 34 5.0
6336 527 34 4.0
6337 541 34 4.0
6338 555 34 5.0
6339 556 34 4.0
6340 562 34 4.0
6341 581 34 4.0
6342 589 34 5.0
6343 593 34 4.0
6344 595 34 4.0
6345 599 34 3.0
6346 608 34 4.0
6347 610 34 4.0
6348 678 34 5.0
6349 724 34 4.0
6350 750 34 4.0
6351 858 34 4.0
6352 912 34 5.0
6353 913 34 5.0
6354 919 34 3.0
6355 923 34 5.0
6356 924 34 5.0
6357 940 34 5.0
6358 969 34 4.0
6359 1036 34 4.0
6360 1059 34 5.0
6361 1089 34 4.0
6362 1090 34 4.0
6363 1092 34 4.0
6364 1097 34 3.0
6365 1103 34 4.0
6366 1104 34 4.0
6367 1120 34 3.0
6368 1129 34 4.0
6369 1130 34 3.0
6370 1147 34 4.0
6371 1178 34 5.0
6372 1179 34 1.0
6373 1193 34 4.0
6374 1196 34 3.0
6375 1198 34 4.0
6376 1200 34 4.0
6377 1201 34 4.0
6378 1204 34 5.0
6379 1206 34 5.0
6380 1207 34 5.0
6381 1208 34 5.0
6382 1213 34 5.0
6383 1214 34 5.0
6384 1215 34 3.0
6385 1219 34 5.0
6386 1220 34 3.0
6387 1221 34 4.0
6388 1222 34 5.0
6389 1231 34 4.0
6390 1234 34 3.0
6391 1240 34 5.0
6392 1247 34 5.0
6393 1250 34 4.0
6394 1252 34 4.0
6395 1253 34 4.0
6396 1254 34 5.0
6397 1258 34 4.0
6398 1259 34 4.0
6399 1262 34 4.0
6400 1263 34 4.0
6401 1267 34 5.0
6402 1270 34 3.0
6403 1272 34 4.0
6404 1276 34 5.0
6405 1287 34 5.0
6406 1298 34 3.0
6407 1299 34 4.0
6408 1320 34 3.0
6409 1321 34 4.0
6410 1339 34 4.0
6411 1340 34 3.0
6412 1358 34 5.0
6413 1387 34 3.0
6414 1396 34 4.0
6415 1407 34 4.0
6416 1464 34 1.0
6417 1527 34 3.0
6418 1580 34 3.0
6419 1589 34 4.0
6420 1597 34 3.0
6421 1610 34 4.0
6422 1617 34 4.0
6423 1645 34 3.0
6424 1653 34 4.0
6425 1676 34 3.0
6426 1690 34 3.0
6427 1754 34 3.0
6428 1923 34 4.0
6429 1931 34 5.0
6430 1952 34 2.0
6431 1954 34 3.0
6432 1965 34 3.0
6433 1997 34 5.0
6434 2009 34 4.0
6435 2028 34 4.0
6436 2064 34 5.0
6437 2076 34 5.0
6438 2105 34 4.0
6439 2288 34 5.0
6440 2289 34 5.0
6441 2311 34 4.0
6442 2338 34 2.0
6443 2353 34 3.0
6444 2366 34 4.0
6445 2396 34 4.0
6446 2407 34 3.0
6447 2527 34 4.0
6448 2528 34 3.0
6449 2529 34 4.0
6450 2553 34 3.0
6451 2571 34 5.0
6452 2599 34 4.0
6453 2644 34 4.0
6454 2648 34 4.0
6455 2657 34 4.0
6456 2662 34 4.0
6457 2716 34 2.0
6458 2762 34 4.0
6459 2793 34 3.0
6460 2797 34 3.0
6461 2858 34 4.0
6462 2863 34 4.0
6463 2871 34 4.0
6464 2901 34 4.0
6465 2908 34 5.0
6466 2916 34 4.0
6467 2921 34 4.0
6468 2944 34 3.0
6469 2949 34 3.0
6470 2951 34 4.0
6471 2971 34 4.0
6472 2985 34 3.0
6473 2987 34 4.0
6474 3032 34 4.0
6475 3035 34 5.0
6476 3062 34 4.0
6477 3066 34 3.0
6478 3074 34 4.0
6479 3168 34 4.0
6480 3196 34 5.0
6481 3256 34 3.0
6482 3286 34 1.0
6483 3361 34 4.0
6484 3386 34 4.0
6485 3418 34 3.0
6486 3467 34 4.0
6487 3468 34 4.0
6488 3471 34 4.0
6489 3504 34 5.0
6490 3508 34 4.0
6491 3527 34 4.0
6492 3551 34 4.0
6493 3634 34 5.0
6494 3702 34 5.0
6495 3703 34 4.0
6496 3706 34 4.0
6497 3727 34 4.0
6498 3811 34 5.0
6499 3917 34 4.0
6500 3927 34 4.0
6501 5060 34 3.0
6502 24 35 2.5
6503 230 35 1.5
6504 247 35 3.0
6505 468 35 4.0
6506 724 35 2.0
6507 838 35 4.0
6508 914 35 1.5
6509 1029 35 1.5
6510 1047 35 1.5
6511 1188 35 0.5
6512 1231 35 1.5
6513 1249 35 2.5
6514 1267 35 1.0
6515 2105 35 3.5
6516 2278 35 4.0
6517 2289 35 3.5
6518 2336 35 2.0
6519 2968 35 0.5
6520 3072 35 5.0
6521 3755 35 2.5
6522 6 36 3.0
6523 16 36 3.0
6524 18 36 4.0
6525 21 36 3.0
6526 25 36 4.0
6527 31 36 3.0
6528 32 36 5.0
6529 36 36 4.0
6530 41 36 3.0
6531 45 36 4.0
6532 50 36 4.0
6533 52 36 3.0
6534 55 36 4.0
6535 57 36 4.0
6536 58 36 5.0
6537 68 36 4.0
6538 111 36 4.0
6539 144 36 4.0
6540 145 36 3.0
6541 147 36 3.0
6542 151 36 3.0
6543 165 36 3.0
6544 216 36 3.0
6545 223 36 5.0
6546 232 36 5.0
6547 236 36 3.0
6548 242 36 4.0
6549 246 36 4.0
6550 248 36 2.0
6551 249 36 4.0
6552 252 36 3.0
6553 253 36 4.0
6554 256 36 3.0
6555 260 36 5.0
6556 261 36 4.0
6557 265 36 5.0
6558 272 36 4.0
6559 273 36 3.0
6560 277 36 3.0
6561 282 36 3.0
6562 288 36 4.0
6563 293 36 5.0
6564 296 36 4.0
6565 300 36 4.0
6566 306 36 5.0
6567 307 36 5.0
6568 308 36 5.0
6569 312 36 3.0
6570 315 36 5.0
6571 318 36 4.0
6572 321 36 5.0
6573 334 36 4.0
6574 345 36 4.0
6575 348 36 3.0
6576 350 36 3.0
6577 356 36 3.0
6578 357 36 4.0
6579 362 36 4.0
6580 368 36 3.0
6581 372 36 3.0
6582 381 36 3.0
6583 382 36 3.0
6584 412 36 5.0
6585 420 36 3.0
6586 431 36 4.0
6587 432 36 3.0
6588 434 36 3.0
6589 440 36 3.0
6590 454 36 3.0
6591 457 36 3.0
6592 469 36 4.0
6593 475 36 4.0
6594 480 36 3.0
6595 481 36 4.0
6596 491 36 3.0
6597 508 36 4.0
6598 509 36 4.0
6599 515 36 3.0
6600 521 36 4.0
6601 524 36 3.0
6602 527 36 5.0
6603 531 36 4.0
6604 532 36 3.0
6605 534 36 4.0
6606 539 36 3.0
6607 540 36 3.0
6608 543 36 3.0
6609 551 36 3.0
6610 586 36 2.0
6611 587 36 3.0
6612 588 36 3.0
6613 590 36 3.0
6614 592 36 3.0
6615 593 36 4.0
6616 597 36 3.0
6617 640 36 3.0
6618 720 36 4.0
6619 778 36 5.0
6620 788 36 2.0
6621 838 36 4.0
6622 1036 36 3.0
6623 1150 36 3.0
6624 1356 36 4.0
6625 1367 36 3.0
6626 1 37 4.0
6627 364 37 5.0
6628 595 37 5.0
6629 902 37 2.0
6630 912 37 5.0
6631 920 37 5.0
6632 940 37 3.0
6633 1193 37 5.0
6634 1196 37 3.0
6635 1246 37 5.0
6636 1307 37 5.0
6637 1907 37 5.0
6638 2028 37 4.0
6639 2081 37 5.0
6640 2085 37 4.0
6641 2273 37 3.0
6642 2858 37 4.0
6643 3357 37 4.0
6644 3481 37 4.0
6645 3538 37 4.0
6646 3564 37 4.0
6647 3751 37 3.0
6648 3948 37 4.0
6649 3977 37 3.0
6650 3996 37 5.0
6651 4011 37 3.0
6652 4014 37 4.0
6653 4015 37 3.0
6654 4018 37 5.0
6655 4034 37 5.0
6656 4054 37 3.0
6657 4069 37 4.0
6658 16 38 4.5
6659 47 38 4.0
6660 110 38 4.0
6661 293 38 4.5
6662 296 38 5.0
6663 306 38 4.5
6664 318 38 4.5
6665 356 38 4.5
6666 364 38 4.0
6667 365 38 4.5
6668 367 38 3.0
6669 527 38 4.5
6670 588 38 4.0
6671 590 38 3.5
6672 593 38 4.5
6673 778 38 4.0
6674 838 38 4.5
6675 858 38 4.5
6676 926 38 4.5
6677 1078 38 4.5
6678 1080 38 4.0
6679 1136 38 4.0
6680 1172 38 4.5
6681 1213 38 4.0
6682 1221 38 4.5
6683 1244 38 4.0
6684 1289 38 4.5
6685 1682 38 4.0
6686 1704 38 3.5
6687 2000 38 3.0
6688 2025 38 3.0
6689 2068 38 5.0
6690 2075 38 4.5
6691 2092 38 3.5
6692 2131 38 4.5
6693 2194 38 3.0
6694 2324 38 4.5
6695 2571 38 4.0
6696 2641 38 4.0
6697 2686 38 4.0
6698 2750 38 4.0
6699 2858 38 4.0
6700 2959 38 4.0
6701 3328 38 5.0
6702 3578 38 4.5
6703 3677 38 5.0
6704 4114 38 5.0
6705 4226 38 4.5
6706 4422 38 4.5
6707 4862 38 3.5
6708 4936 38 3.5
6709 4973 38 4.0
6710 4993 38 4.0
6711 4995 38 4.5
6712 5349 38 4.0
6713 5418 38 4.5
6714 5952 38 4.5
6715 6107 38 5.0
6716 6365 38 3.0
6717 6539 38 4.0
6718 6870 38 4.5
6719 6874 38 4.0
6720 6953 38 4.5
6721 7063 38 4.5
6722 7089 38 5.0
6723 7153 38 4.5
6724 7234 38 4.0
6725 7327 38 4.5
6726 7396 38 4.5
6727 7438 38 3.5
6728 7936 38 4.5
6729 7941 38 5.0
6730 8154 38 4.0
6731 8197 38 4.5
6732 8239 38 4.5
6733 8656 38 4.5
6734 26587 38 4.5
6735 33794 38 4.0
6736 44555 38 4.5
6737 48682 38 5.0
6738 49530 38 4.0
6739 55118 38 4.5
6740 55247 38 3.5
6741 58559 38 4.5
6742 59447 38 5.0
6743 60069 38 4.0
6744 64614 38 4.5
6745 69761 38 5.0
6746 71180 38 5.0
6747 73344 38 4.5
6748 76111 38 5.0
6749 79132 38 4.0
6750 86781 38 4.5
6751 89759 38 5.0
6752 96829 38 4.0
6753 97826 38 5.0
6754 98587 38 5.0
6755 100843 38 4.5
6756 101070 38 3.0
6757 102753 38 5.0
6758 103980 38 4.0
6759 105197 38 4.5
6760 105355 38 4.5
6761 105769 38 4.5
6762 106487 38 4.5
6763 106782 38 4.0
6764 107555 38 5.0
6765 109374 38 4.0
6766 110102 38 4.0
6767 110586 38 4.5
6768 134130 38 4.5
6769 6 39 4.0
6770 10 39 5.0
6771 16 39 5.0
6772 21 39 3.0
6773 22 39 4.0
6774 31 39 3.0
6775 47 39 4.0
6776 50 39 3.0
6777 69 39 3.0
6778 70 39 5.0
6779 73 39 3.0
6780 76 39 3.0
6781 110 39 5.0
6782 145 39 3.0
6783 150 39 4.0
6784 153 39 3.0
6785 160 39 3.0
6786 162 39 5.0
6787 165 39 5.0
6788 168 39 3.0
6789 170 39 3.0
6790 175 39 3.0
6791 177 39 4.0
6792 180 39 5.0
6793 188 39 2.0
6794 198 39 5.0
6795 220 39 4.0
6796 223 39 4.0
6797 231 39 4.0
6798 253 39 4.0
6799 273 39 3.0
6800 285 39 4.0
6801 288 39 4.0
6802 293 39 4.0
6803 296 39 5.0
6804 315 39 4.0
6805 316 39 4.0
6806 328 39 5.0
6807 330 39 2.0
6808 332 39 3.0
6809 333 39 3.0
6810 338 39 3.0
6811 344 39 4.0
6812 353 39 5.0
6813 366 39 3.0
6814 380 39 5.0
6815 426 39 3.0
6816 434 39 4.0
6817 457 39 4.0
6818 553 39 4.0
6819 555 39 4.0
6820 588 39 3.0
6821 590 39 3.0
6822 592 39 3.0
6823 593 39 3.0
6824 595 39 3.0
6825 606 39 4.0
6826 611 39 5.0
6827 648 39 4.0
6828 662 39 5.0
6829 663 39 4.0
6830 743 39 4.0
6831 50 40 4.5
6832 260 40 4.5
6833 1136 40 5.0
6834 1196 40 4.5
6835 1197 40 5.0
6836 1198 40 4.5
6837 2959 40 4.0
6838 4226 40 5.0
6839 4993 40 4.5
6840 7153 40 4.5
6841 7361 40 4.5
6842 8874 40 4.5
6843 8961 40 4.5
6844 33794 40 4.0
6845 38061 40 5.0
6846 44191 40 4.5
6847 48516 40 5.0
6848 48774 40 5.0
6849 48780 40 5.0
6850 49272 40 4.5
6851 51255 40 5.0
6852 51540 40 4.5
6853 55820 40 4.5
6854 58559 40 4.5
6855 68157 40 4.0
6856 68237 40 4.5
6857 68954 40 4.5
6858 70286 40 4.5
6859 74458 40 3.5
6860 79132 40 4.5
6861 79702 40 4.5
6862 99114 40 4.0
6863 106920 40 5.0
6864 109487 40 4.5
6865 112556 40 4.0
6866 116797 40 4.0
6867 122882 40 4.5
6868 122886 40 4.5
6869 122904 40 4.5
6870 127202 40 5.0
6871 134130 40 4.0
6872 152077 40 5.0
6873 152081 40 4.0
6874 2 41 3.5
6875 29 41 4.0
6876 110 41 4.0
6877 130 41 4.5
6878 165 41 4.0
6879 172 41 3.5
6880 173 41 4.0
6881 196 41 3.0
6882 208 41 4.0
6883 233 41 4.0
6884 253 41 4.0
6885 260 41 4.0
6886 262 41 4.5
6887 316 41 3.5
6888 327 41 4.0
6889 329 41 4.0
6890 332 41 4.0
6891 353 41 4.0
6892 356 41 3.5
6893 377 41 4.5
6894 380 41 4.0
6895 426 41 3.0
6896 435 41 4.0
6897 442 41 3.5
6898 457 41 4.0
6899 541 41 5.0
6900 592 41 4.0
6901 610 41 3.0
6902 648 41 4.0
6903 674 41 4.0
6904 736 41 4.0
6905 748 41 3.5
6906 780 41 4.0
6907 849 41 4.0
6908 917 41 4.0
6909 919 41 4.0
6910 924 41 5.0
6911 986 41 3.5
6912 1037 41 3.5
6913 1073 41 4.0
6914 1077 41 4.0
6915 1097 41 4.0
6916 1127 41 3.5
6917 1129 41 4.5
6918 1196 41 4.0
6919 1200 41 4.0
6920 1206 41 3.5
6921 1210 41 4.0
6922 1214 41 4.0
6923 1220 41 5.0
6924 1222 41 4.0
6925 1240 41 4.0
6926 1270 41 4.0
6927 1298 41 5.0
6928 1302 41 3.0
6929 1320 41 4.0
6930 1333 41 2.5
6931 1356 41 4.0
6932 1371 41 3.5
6933 1372 41 4.0
6934 1373 41 4.0
6935 1374 41 4.5
6936 1375 41 4.0
6937 1376 41 4.0
6938 1437 41 4.0
6939 1527 41 4.0
6940 1545 41 4.5
6941 1552 41 3.5
6942 1580 41 4.0
6943 1591 41 4.0
6944 1676 41 4.0
6945 1690 41 4.0
6946 1719 41 4.0
6947 1747 41 3.0
6948 1748 41 4.0
6949 1772 41 4.0
6950 1779 41 3.5
6951 1876 41 3.5
6952 1880 41 4.0
6953 1917 41 4.0
6954 1965 41 3.0
6955 1997 41 4.0
6956 2001 41 3.0
6957 2003 41 2.5
6958 2009 41 4.5
6959 2011 41 4.0
6960 2012 41 3.5
6961 2025 41 5.0
6962 2105 41 5.0
6963 2117 41 5.0
6964 2174 41 4.0
6965 2232 41 3.5
6966 2311 41 4.0
6967 2322 41 3.5
6968 2454 41 3.0
6969 2455 41 3.0
6970 2520 41 3.0
6971 2521 41 3.5
6972 2522 41 4.0
6973 2528 41 4.0
6974 2529 41 4.0
6975 2530 41 3.0
6976 2531 41 3.0
6977 2532 41 3.0
6978 2536 41 2.5
6979 2553 41 4.0
6980 2571 41 5.0
6981 2600 41 3.5
6982 2640 41 4.0
6983 2641 41 3.5
6984 2642 41 3.5
6985 2729 41 3.5
6986 2746 41 3.5
6987 2808 41 4.0
6988 2858 41 4.5
6989 2877 41 4.0
6990 2916 41 3.5
6991 2918 41 4.0
6992 2950 41 4.0
6993 3033 41 4.0
6994 3156 41 4.0
6995 3175 41 4.0
6996 3253 41 3.0
6997 3300 41 4.0
6998 3354 41 3.5
6999 3471 41 4.0
7000 3479 41 4.0
7001 3556 41 4.0
7002 3593 41 4.0
7003 3638 41 3.5
7004 3698 41 3.5
7005 3699 41 3.5
7006 3702 41 4.0
7007 3703 41 4.0
7008 3704 41 4.0
7009 3745 41 3.5
7010 3793 41 4.0
7011 3802 41 3.5
7012 3863 41 3.5
7013 3910 41 4.0
7014 3937 41 3.0
7015 3986 41 3.5
7016 4039 41 4.0
7017 4232 41 4.0
7018 4306 41 4.0
7019 4370 41 4.0
7020 4443 41 3.5
7021 4446 41 4.0
7022 4553 41 4.5
7023 4625 41 3.5
7024 4678 41 4.0
7025 4691 41 2.5
7026 4789 41 5.0
7027 4811 41 4.0
7028 4874 41 3.5
7029 4936 41 4.0
7030 5219 41 4.0
7031 5349 41 3.5
7032 5445 41 4.0
7033 5459 41 3.5
7034 5463 41 3.5
7035 5490 41 3.5
7036 5518 41 4.5
7037 5522 41 4.0
7038 5618 41 4.0
7039 5694 41 3.5
7040 5705 41 4.0
7041 5881 41 3.0
7042 5903 41 4.5
7043 5981 41 4.0
7044 6116 41 4.5
7045 6157 41 4.0
7046 6264 41 3.5
7047 6303 41 4.0
7048 6316 41 4.5
7049 6333 41 4.0
7050 6365 41 4.0
7051 6385 41 4.5
7052 6502 41 3.5
7053 6537 41 3.5
7054 6541 41 4.0
7055 6645 41 4.0
7056 6678 41 3.0
7057 6725 41 5.0
7058 6863 41 4.0
7059 6934 41 4.0
7060 6951 41 4.0
7061 6979 41 4.5
7062 7001 41 4.0
7063 7060 41 4.5
7064 7164 41 4.5
7065 7373 41 4.0
7066 7817 41 3.0
7067 7991 41 4.0
7068 8371 41 4.0
7069 8499 41 4.0
7070 8633 41 4.0
7071 8644 41 4.5
7072 8861 41 4.0
7073 110 42 4.0
7074 165 42 3.5
7075 260 42 4.5
7076 296 42 5.0
7077 318 42 5.0
7078 349 42 4.0
7079 356 42 4.5
7080 380 42 3.5
7081 457 42 5.0
7082 480 42 5.0
7083 508 42 3.5
7084 527 42 4.5
7085 588 42 4.0
7086 589 42 5.0
7087 648 42 4.0
7088 733 42 3.5
7089 780 42 4.5
7090 1036 42 5.0
7091 1097 42 5.0
7092 1196 42 5.0
7093 1198 42 5.0
7094 1200 42 5.0
7095 1210 42 4.0
7096 1291 42 4.5
7097 1320 42 1.5
7098 1370 42 3.5
7099 1527 42 4.0
7100 1573 42 3.0
7101 1704 42 4.5
7102 1721 42 4.0
7103 2028 42 4.0
7104 2571 42 3.5
7105 2916 42 4.0
7106 2985 42 4.0
7107 3793 42 3.5
7108 3996 42 2.5
7109 4886 42 4.0
7110 4993 42 5.0
7111 5349 42 4.0
7112 5952 42 4.5
7113 7153 42 4.0
7114 7502 42 5.0
7115 8636 42 4.0
7116 8961 42 4.0
7117 33794 42 3.5
7118 40815 42 3.5
7119 44191 42 4.0
7120 48394 42 4.0
7121 48516 42 4.5
7122 58559 42 4.5
7123 59315 42 4.0
7124 63082 42 3.0
7125 68358 42 3.5
7126 69844 42 4.5
7127 70286 42 4.5
7128 73017 42 4.0
7129 74458 42 3.5
7130 76093 42 4.5
7131 79132 42 4.5
7132 87232 42 4.0
7133 89745 42 4.0
7134 91529 42 3.5
7135 98809 42 3.0
7136 106489 42 2.0
7137 106782 42 4.5
7138 109487 42 4.0
7139 111759 42 3.0
7140 112852 42 3.5
7141 122886 42 4.5
7142 134853 42 2.0
7143 1 43 4.0
7144 34 43 4.0
7145 39 43 4.0
7146 70 43 2.0
7147 104 43 2.0
7148 110 43 5.0
7149 216 43 1.0
7150 223 43 3.0
7151 231 43 3.0
7152 339 43 4.0
7153 356 43 5.0
7154 480 43 4.0
7155 500 43 3.0
7156 524 43 3.0
7157 527 43 5.0
7158 585 43 2.0
7159 588 43 3.0
7160 589 43 3.0
7161 608 43 5.0
7162 837 43 4.0
7163 838 43 4.0
7164 1035 43 4.0
7165 1210 43 3.0
7166 1380 43 3.0
7167 1457 43 3.0
7168 1476 43 4.0
7169 1513 43 4.0
7170 1517 43 1.0
7171 1544 43 2.0
7172 1569 43 5.0
7173 1580 43 4.0
7174 1612 43 4.0
7175 1673 43 3.0
7176 1726 43 1.0
7177 1777 43 3.0
7178 1806 43 1.0
7179 1821 43 3.0
7180 1883 43 3.0
7181 1895 43 2.0
7182 1907 43 3.0
7183 1958 43 4.0
7184 1968 43 3.0
7185 1997 43 5.0
7186 2000 43 2.0
7187 2003 43 2.0
7188 2004 43 1.0
7189 2054 43 2.0
7190 2081 43 4.0
7191 2082 43 2.0
7192 2109 43 3.0
7193 2144 43 3.0
7194 2150 43 3.0
7195 2160 43 1.0
7196 2291 43 3.0
7197 2321 43 4.0
7198 2355 43 4.0
7199 2384 43 4.0
7200 2390 43 3.0
7201 2395 43 3.0
7202 2396 43 4.0
7203 2447 43 3.0
7204 2454 43 3.0
7205 2455 43 3.0
7206 2496 43 2.0
7207 2539 43 2.0
7208 2622 43 2.0
7209 2671 43 4.0
7210 2683 43 2.0
7211 2688 43 3.0
7212 2690 43 4.0
7213 2700 43 2.0
7214 2706 43 4.0
7215 2723 43 3.0
7216 2770 43 3.0
7217 2791 43 2.0
7218 2804 43 4.0
7219 2836 43 3.0
7220 2858 43 5.0
7221 2879 43 4.0
7222 2978 43 2.0
7223 2997 43 4.0
7224 3005 43 2.0
7225 3052 43 3.0
7226 3114 43 4.0
7227 3156 43 2.0
7228 3160 43 4.0
7229 3173 43 3.0
7230 3189 43 4.0
7231 3247 43 3.0
7232 3254 43 2.0
7233 3255 43 3.0
7234 3286 43 2.0
7235 3301 43 2.0
7236 3409 43 4.0
7237 3450 43 2.0
7238 3481 43 2.0
7239 3510 43 4.0
7240 3515 43 4.0
7241 3525 43 3.0
7242 3535 43 1.0
7243 3555 43 2.0
7244 3624 43 3.0
7245 3712 43 2.0
7246 3753 43 4.0
7247 3773 43 2.0
7248 3868 43 1.0
7249 3869 43 1.0
7250 3917 43 2.0
7251 3948 43 2.0
7252 3969 43 4.0
7253 1 44 4.0
7254 3 44 5.0
7255 5 44 3.0
7256 6 44 3.0
7257 17 44 2.0
7258 25 44 3.0
7259 32 44 3.0
7260 62 44 5.0
7261 95 44 3.0
7262 104 44 4.0
7263 135 44 4.0
7264 141 44 2.0
7265 260 44 3.0
7266 494 44 3.0
7267 628 44 3.0
7268 637 44 2.0
7269 648 44 3.0
7270 733 44 4.0
7271 736 44 4.0
7272 780 44 5.0
7273 786 44 3.0
7274 788 44 3.0
7275 802 44 3.0
7276 805 44 4.0
7277 1047 44 3.0
7278 520 45 3.5
7279 899 45 4.0
7280 903 45 5.0
7281 1199 45 4.0
7282 1333 45 4.5
7283 1639 45 3.0
7284 1673 45 4.5
7285 1748 45 4.5
7286 2572 45 2.5
7287 2692 45 4.5
7288 2699 45 2.5
7289 3052 45 2.5
7290 3160 45 4.5
7291 3307 45 4.5
7292 3753 45 0.5
7293 4235 45 4.0
7294 4246 45 1.0
7295 4995 45 2.5
7296 5878 45 4.0
7297 7064 45 5.0
7298 26151 45 5.0
7299 73 46 5.0
7300 355 46 5.0
7301 724 46 5.0
7302 1270 46 5.0
7303 1359 46 4.5
7304 1515 46 5.0
7305 1707 46 5.0
7306 1965 46 5.0
7307 2153 46 5.0
7308 2379 46 5.0
7309 2381 46 5.0
7310 2383 46 5.0
7311 2398 46 5.0
7312 2539 46 5.0
7313 2541 46 5.0
7314 2605 46 5.0
7315 2804 46 5.0
7316 3157 46 4.5
7317 3247 46 4.0
7318 3868 46 5.0
7319 4993 46 5.0
7320 5952 46 5.0
7321 7004 46 5.0
7322 7153 46 5.0
7323 8387 46 5.0
7324 26614 46 5.0
7325 33615 46 5.0
7326 33794 46 5.0
7327 49530 46 5.0
7328 50872 46 5.0
7329 58559 46 5.0
7330 59018 46 5.0
7331 79132 46 5.0
7332 80463 46 5.0
7333 81834 46 5.0
7334 88125 46 5.0
7335 89745 46 5.0
7336 91529 46 5.0
7337 98124 46 5.0
7338 1 47 5.0
7339 2 47 5.0
7340 10 47 4.0
7341 32 47 4.0
7342 39 47 3.0
7343 50 47 4.0
7344 95 47 3.0
7345 110 47 5.0
7346 150 47 4.0
7347 153 47 4.0
7348 160 47 3.0
7349 161 47 5.0
7350 165 47 4.0
7351 173 47 5.0
7352 208 47 3.0
7353 231 47 3.0
7354 236 47 4.0
7355 253 47 3.0
7356 266 47 3.0
7357 288 47 4.0
7358 292 47 5.0
7359 296 47 4.0
7360 300 47 3.0
7361 315 47 4.0
7362 316 47 5.0
7363 329 47 4.0
7364 344 47 3.0
7365 349 47 4.0
7366 380 47 4.0
7367 410 47 3.0
7368 420 47 3.0
7369 434 47 4.0
7370 442 47 3.0
7371 457 47 5.0
7372 588 47 4.0
7373 592 47 3.0
7374 593 47 5.0
7375 595 47 3.0
7376 1 48 4.0
7377 2 48 3.5
7378 34 48 3.0
7379 110 48 4.0
7380 111 48 3.0
7381 158 48 3.0
7382 163 48 3.5
7383 223 48 2.5
7384 231 48 3.5
7385 288 48 3.5
7386 293 48 5.0
7387 296 48 4.5
7388 344 48 3.5
7389 356 48 4.0
7390 364 48 4.0
7391 367 48 3.5
7392 480 48 3.5
7393 501 48 3.5
7394 527 48 4.5
7395 541 48 4.0
7396 562 48 3.5
7397 593 48 3.5
7398 595 48 3.5
7399 648 48 3.5
7400 673 48 3.0
7401 741 48 4.0
7402 778 48 4.5
7403 784 48 2.5
7404 858 48 4.0
7405 924 48 4.5
7406 1097 48 3.5
7407 1127 48 3.5
7408 1148 48 3.5
7409 1175 48 4.0
7410 1185 48 4.0
7411 1206 48 3.5
7412 1214 48 3.5
7413 1222 48 3.5
7414 1240 48 3.5
7415 1258 48 4.0
7416 1270 48 3.5
7417 1274 48 3.5
7418 1293 48 4.0
7419 1407 48 2.5
7420 1485 48 3.5
7421 1499 48 2.5
7422 1527 48 3.5
7423 1544 48 3.5
7424 1580 48 3.5
7425 1591 48 3.0
7426 1676 48 3.0
7427 1682 48 3.5
7428 1721 48 4.0
7429 1732 48 3.5
7430 1784 48 4.5
7431 1882 48 3.0
7432 1884 48 4.5
7433 1917 48 3.5
7434 1921 48 4.0
7435 1923 48 3.5
7436 1997 48 3.5
7437 2006 48 3.0
7438 2167 48 3.5
7439 2232 48 3.5
7440 2288 48 3.5
7441 2291 48 4.0
7442 2294 48 3.0
7443 2318 48 3.5
7444 2324 48 4.5
7445 2329 48 4.5
7446 2355 48 3.5
7447 2455 48 2.5
7448 2542 48 3.5
7449 2571 48 4.5
7450 2617 48 3.5
7451 2692 48 3.0
7452 2700 48 3.5
7453 2706 48 3.5
7454 2710 48 3.0
7455 2722 48 2.5
7456 2762 48 3.5
7457 2840 48 3.0
7458 2959 48 5.0
7459 2987 48 3.5
7460 2997 48 3.0
7461 3000 48 5.0
7462 3114 48 3.5
7463 3147 48 4.0
7464 3527 48 3.0
7465 3578 48 5.0
7466 3677 48 4.5
7467 3717 48 3.0
7468 3745 48 3.5
7469 3751 48 3.0
7470 3793 48 3.5
7471 3949 48 4.5
7472 3968 48 3.0
7473 4011 48 4.0
7474 4016 48 3.5
7475 4022 48 3.5
7476 4226 48 3.5
7477 4270 48 3.0
7478 4306 48 4.0
7479 4369 48 3.5
7480 4446 48 3.5
7481 4720 48 3.0
7482 4878 48 4.5
7483 4886 48 3.5
7484 4902 48 3.5
7485 4973 48 5.0
7486 4975 48 3.5
7487 4993 48 4.5
7488 4995 48 4.0
7489 5010 48 4.0
7490 5146 48 4.0
7491 5218 48 4.0
7492 5225 48 3.0
7493 5349 48 3.5
7494 5459 48 3.0
7495 5502 48 3.5
7496 5570 48 3.5
7497 5618 48 4.5
7498 5669 48 4.0
7499 5679 48 3.5
7500 5690 48 4.5
7501 5902 48 4.0
7502 5903 48 3.5
7503 5952 48 4.0
7504 5971 48 4.0
7505 5995 48 4.0
7506 6016 48 4.5
7507 6214 48 3.5
7508 6223 48 3.5
7509 6242 48 3.0
7510 6283 48 3.5
7511 6291 48 3.0
7512 6350 48 4.0
7513 6365 48 3.5
7514 6373 48 4.0
7515 6377 48 4.0
7516 6539 48 4.0
7517 6711 48 3.0
7518 6857 48 3.5
7519 6890 48 3.0
7520 6934 48 3.0
7521 6953 48 3.5
7522 7099 48 4.0
7523 7147 48 3.5
7524 7153 48 4.0
7525 7235 48 3.0
7526 7254 48 4.0
7527 7256 48 4.5
7528 7360 48 2.5
7529 7361 48 4.5
7530 7373 48 3.5
7531 7382 48 3.0
7532 7982 48 4.0
7533 8132 48 5.0
7534 8157 48 2.5
7535 8360 48 3.0
7536 8376 48 3.5
7537 8582 48 4.0
7538 8636 48 4.0
7539 8645 48 3.0
7540 8784 48 4.5
7541 8807 48 4.0
7542 8874 48 4.5
7543 8906 48 2.5
7544 8907 48 2.5
7545 8950 48 4.5
7546 8957 48 3.0
7547 8961 48 3.5
7548 8965 48 3.0
7549 26662 48 4.0
7550 26776 48 4.0
7551 27156 48 4.0
7552 27523 48 3.5
7553 27660 48 3.5
7554 27713 48 4.0
7555 27722 48 2.5
7556 27731 48 4.0
7557 27773 48 3.5
7558 27800 48 3.5
7559 27801 48 3.0
7560 27838 48 3.0
7561 27846 48 4.5
7562 27850 48 3.5
7563 27878 48 4.0
7564 30793 48 3.5
7565 30867 48 4.0
7566 31410 48 4.5
7567 31435 48 5.0
7568 31658 48 4.5
7569 31878 48 3.0
7570 32031 48 3.0
7571 32554 48 3.0
7572 32562 48 4.0
7573 32587 48 4.5
7574 33154 48 4.0
7575 33166 48 3.5
7576 33615 48 3.5
7577 33679 48 3.5
7578 34323 48 3.0
7579 34405 48 3.5
7580 36276 48 2.5
7581 36535 48 3.5
7582 37729 48 3.0
7583 37830 48 3.5
7584 38038 48 3.5
7585 40629 48 4.5
7586 41569 48 3.5
7587 41769 48 3.0
7588 42723 48 3.0
7589 44022 48 3.0
7590 44191 48 3.5
7591 44397 48 2.5
7592 44555 48 4.5
7593 44633 48 4.0
7594 44828 48 3.0
7595 44974 48 3.5
7596 45431 48 4.0
7597 45517 48 4.0
7598 45720 48 3.0
7599 45950 48 4.0
7600 46578 48 3.5
7601 46948 48 3.5
7602 46976 48 3.0
7603 47099 48 3.5
7604 47124 48 3.0
7605 47404 48 4.0
7606 47610 48 4.0
7607 47999 48 4.0
7608 48043 48 3.5
7609 48082 48 4.0
7610 48385 48 3.5
7611 48394 48 4.0
7612 48414 48 3.0
7613 48774 48 3.0
7614 48780 48 3.5
7615 48982 48 3.5
7616 48997 48 4.0
7617 49278 48 3.5
7618 50583 48 3.0
7619 50601 48 4.0
7620 50872 48 3.5
7621 51255 48 3.5
7622 51540 48 3.0
7623 51662 48 4.0
7624 52281 48 3.5
7625 52287 48 3.0
7626 52319 48 4.0
7627 52328 48 2.5
7628 52458 48 3.0
7629 52722 48 3.0
7630 53121 48 2.5
7631 53326 48 2.0
7632 53460 48 3.0
7633 53519 48 3.0
7634 53883 48 4.0
7635 53894 48 4.0
7636 53996 48 3.5
7637 54272 48 2.5
7638 54503 48 3.5
7639 54995 48 4.0
7640 55247 48 4.5
7641 55280 48 4.0
7642 55442 48 4.5
7643 55444 48 4.5
7644 55768 48 3.0
7645 55814 48 4.0
7646 55908 48 3.5
7647 55995 48 3.0
7648 56069 48 2.5
7649 56095 48 3.0
7650 56145 48 3.5
7651 56174 48 3.0
7652 56339 48 4.0
7653 56367 48 3.5
7654 56607 48 4.0
7655 56757 48 3.0
7656 56782 48 3.5
7657 56908 48 4.0
7658 57274 48 3.5
7659 57368 48 4.5
7660 57453 48 3.5
7661 57504 48 4.0
7662 57640 48 3.0
7663 57669 48 4.0
7664 57980 48 3.0
7665 58299 48 3.5
7666 58347 48 3.5
7667 58554 48 3.5
7668 58559 48 4.0
7669 59118 48 4.5
7670 59141 48 3.5
7671 59315 48 4.0
7672 59387 48 4.0
7673 59684 48 5.0
7674 59784 48 3.5
7675 60069 48 4.0
7676 60126 48 3.0
7677 60161 48 3.5
7678 60291 48 4.0
7679 60684 48 3.5
7680 60763 48 3.5
7681 61240 48 4.5
7682 61323 48 3.5
7683 62203 48 4.5
7684 62250 48 3.0
7685 62956 48 3.5
7686 62999 48 3.5
7687 63082 48 3.5
7688 63131 48 2.5
7689 63808 48 3.5
7690 63859 48 3.5
7691 64575 48 4.0
7692 64716 48 4.0
7693 64957 48 3.5
7694 64969 48 3.0
7695 64983 48 3.5
7696 64993 48 4.0
7697 65037 48 5.0
7698 65261 48 3.5
7699 65514 48 4.0
7700 66097 48 3.5
7701 66371 48 3.5
7702 67197 48 3.5
7703 67255 48 4.0
7704 67408 48 3.0
7705 67734 48 3.0
7706 68157 48 4.0
7707 68237 48 4.0
7708 68358 48 3.0
7709 68945 48 3.5
7710 68954 48 4.0
7711 69122 48 4.5
7712 69526 48 3.0
7713 69644 48 3.5
7714 69712 48 3.5
7715 69757 48 4.5
7716 70159 48 4.0
7717 70286 48 4.5
7718 70533 48 4.0
7719 70567 48 4.0
7720 71033 48 4.0
7721 71057 48 3.5
7722 71264 48 3.5
7723 71282 48 3.0
7724 71379 48 4.0
7725 71462 48 4.0
7726 71468 48 3.0
7727 71520 48 3.5
7728 71535 48 3.5
7729 71579 48 3.5
7730 71899 48 5.0
7731 72104 48 3.0
7732 72209 48 3.0
7733 72393 48 3.5
7734 72731 48 3.0
7735 72741 48 3.5
7736 72998 48 4.5
7737 73017 48 4.0
7738 73268 48 3.0
7739 73321 48 3.0
7740 73392 48 3.5
7741 73664 48 3.0
7742 73881 48 4.0
7743 74228 48 3.5
7744 74677 48 4.0
7745 74789 48 3.5
7746 76093 48 4.0
7747 76173 48 5.0
7748 76251 48 3.5
7749 77307 48 4.0
7750 77427 48 1.5
7751 77561 48 3.5
7752 77837 48 4.5
7753 78499 48 4.0
7754 79029 48 4.0
7755 79091 48 4.0
7756 79132 48 4.0
7757 79357 48 3.5
7758 79702 48 4.0
7759 79868 48 3.5
7760 80463 48 4.5
7761 80586 48 3.5
7762 80831 48 2.5
7763 80862 48 3.5
7764 80906 48 4.0
7765 81018 48 3.5
7766 81562 48 3.5
7767 81564 48 3.5
7768 81591 48 4.0
7769 81845 48 3.5
7770 81847 48 3.5
7771 82461 48 3.5
7772 82667 48 3.5
7773 83132 48 3.5
7774 83134 48 3.5
7775 83803 48 3.0
7776 84152 48 4.0
7777 84187 48 4.5
7778 84772 48 2.5
7779 84944 48 4.0
7780 84952 48 4.0
7781 85412 48 3.5
7782 85414 48 4.0
7783 85510 48 3.0
7784 85736 48 4.5
7785 85774 48 4.0
7786 85788 48 3.5
7787 85796 48 3.0
7788 86298 48 4.0
7789 86332 48 3.5
7790 86347 48 3.5
7791 86721 48 3.0
7792 87222 48 4.0
7793 87232 48 4.0
7794 87306 48 2.5
7795 87430 48 3.0
7796 87520 48 3.0
7797 88140 48 2.5
7798 88744 48 3.5
7799 89745 48 3.0
7800 89837 48 2.5
7801 90469 48 3.0
7802 90531 48 2.5
7803 90647 48 3.5
7804 90746 48 3.5
7805 91414 48 3.0
7806 91529 48 3.5
7807 91542 48 3.5
7808 92058 48 2.0
7809 92420 48 2.5
7810 93272 48 2.5
7811 93838 48 3.0
7812 93840 48 2.5
7813 95167 48 5.0
7814 95311 48 4.0
7815 95375 48 3.0
7816 95510 48 3.0
7817 95543 48 3.0
7818 95858 48 4.0
7819 95875 48 3.0
7820 96281 48 3.0
7821 96606 48 3.0
7822 96610 48 3.0
7823 96737 48 4.0
7824 96821 48 4.0
7825 97188 48 2.5
7826 97225 48 3.5
7827 97752 48 4.5
7828 97913 48 3.5
7829 97921 48 3.5
7830 97938 48 3.5
7831 97957 48 4.0
7832 98056 48 3.0
7833 98243 48 2.5
7834 98809 48 4.0
7835 99114 48 4.0
7836 99145 48 4.0
7837 100556 48 4.0
7838 101142 48 3.5
7839 102125 48 2.5
7840 102445 48 4.0
7841 103042 48 3.5
7842 103228 48 2.0
7843 103249 48 2.5
7844 103253 48 2.0
7845 103299 48 3.5
7846 103335 48 3.0
7847 103688 48 3.0
7848 104841 48 2.5
7849 106002 48 2.5
7850 106072 48 2.5
7851 106204 48 3.0
7852 106489 48 4.0
7853 106696 48 3.5
7854 107406 48 2.5
7855 107769 48 2.5
7856 107953 48 2.5
7857 108190 48 3.0
7858 108945 48 2.5
7859 109487 48 3.5
7860 109578 48 3.0
7861 109673 48 2.5
7862 109846 48 3.0
7863 109848 48 2.5
7864 109850 48 2.5
7865 110102 48 3.5
7866 110127 48 3.0
7867 110501 48 3.0
7868 110553 48 3.0
7869 110591 48 2.5
7870 110655 48 2.5
7871 110730 48 3.5
7872 111362 48 3.5
7873 111364 48 2.5
7874 111659 48 2.5
7875 111759 48 4.0
7876 112175 48 3.5
7877 112370 48 2.5
7878 112515 48 2.5
7879 112623 48 3.5
7880 112852 48 3.5
7881 113741 48 3.0
7882 114180 48 2.5
7883 114935 48 3.0
7884 115149 48 2.5
7885 115534 48 2.0
7886 115617 48 3.0
7887 115624 48 3.0
7888 118696 48 2.5
7889 2 49 5.0
7890 60 49 3.0
7891 161 49 4.0
7892 173 49 2.0
7893 258 49 1.0
7894 303 49 3.0
7895 329 49 3.0
7896 356 49 4.0
7897 421 49 2.0
7898 466 49 4.0
7899 524 49 3.0
7900 590 49 3.0
7901 592 49 2.0
7902 653 49 4.0
7903 674 49 3.0
7904 688 49 3.0
7905 733 49 3.0
7906 736 49 4.0
7907 750 49 4.0
7908 780 49 4.0
7909 897 49 4.0
7910 912 49 5.0
7911 919 49 5.0
7912 920 49 4.0
7913 952 49 3.0
7914 969 49 5.0
7915 976 49 4.0
7916 1017 49 3.0
7917 1073 49 5.0
7918 1085 49 5.0
7919 1127 49 4.0
7920 1129 49 3.0
7921 1196 49 4.0
7922 1197 49 4.0
7923 1198 49 5.0
7924 1204 49 5.0
7925 1208 49 4.0
7926 1210 49 3.0
7927 1242 49 4.0
7928 1254 49 4.0
7929 1262 49 5.0
7930 1272 49 5.0
7931 1287 49 5.0
7932 1291 49 5.0
7933 1374 49 3.0
7934 1375 49 4.0
7935 1376 49 4.0
7936 1391 49 3.0
7937 1580 49 3.0
7938 1676 49 2.0
7939 1927 49 4.0
7940 2013 49 1.0
7941 2054 49 2.0
7942 2088 49 2.0
7943 2094 49 2.0
7944 2105 49 3.0
7945 2115 49 5.0
7946 2161 49 4.0
7947 2202 49 5.0
7948 2287 49 5.0
7949 2366 49 3.0
7950 2402 49 2.0
7951 2406 49 4.0
7952 2414 49 3.0
7953 2430 49 5.0
7954 2471 49 4.0
7955 2524 49 2.0
7956 2537 49 1.0
7957 2662 49 4.0
7958 2669 49 3.0
7959 2748 49 3.0
7960 2815 49 1.0
7961 2816 49 1.0
7962 2817 49 1.0
7963 2871 49 3.0
7964 2941 49 3.0
7965 2944 49 4.0
7966 2968 49 4.0
7967 2987 49 5.0
7968 3062 49 4.0
7969 3066 49 3.0
7970 3196 49 4.0
7971 3247 49 3.0
7972 3269 49 2.0
7973 3406 49 4.0
7974 3412 49 3.0
7975 3417 49 5.0
7976 3441 49 2.0
7977 3461 49 2.0
7978 3519 49 2.0
7979 3628 49 4.0
7980 3643 49 4.0
7981 3755 49 4.0
7982 3836 49 3.0
7983 3927 49 3.0
7984 3959 49 4.0
7985 4042 49 3.0
7986 4047 49 5.0
7987 5060 49 4.0
7988 10 50 4.0
7989 21 50 3.0
7990 39 50 2.0
7991 47 50 3.0
7992 95 50 3.0
7993 110 50 4.0
7994 150 50 3.0
7995 160 50 3.0
7996 161 50 4.0
7997 165 50 4.0
7998 185 50 3.0
7999 208 50 3.0
8000 231 50 1.0
8001 253 50 3.0
8002 282 50 3.0
8003 292 50 4.0
8004 296 50 4.0
8005 315 50 3.0
8006 316 50 3.0
8007 337 50 3.0
8008 339 50 4.0
8009 344 50 2.0
8010 349 50 3.0
8011 356 50 4.0
8012 357 50 4.0
8013 367 50 4.0
8014 368 50 4.0
8015 377 50 3.0
8016 380 50 3.0
8017 420 50 3.0
8018 434 50 3.0
8019 440 50 4.0
8020 442 50 3.0
8021 454 50 3.0
8022 457 50 3.0
8023 480 50 4.0
8024 509 50 3.0
8025 527 50 4.0
8026 539 50 3.0
8027 553 50 3.0
8028 587 50 3.0
8029 589 50 5.0
8030 590 50 3.0
8031 597 50 3.0
8032 780 50 4.0
8033 786 50 3.0
8034 913 51 4.0
8035 1636 51 1.0
8036 1888 51 3.0
8037 1948 51 4.0
8038 1959 51 4.0
8039 1968 51 4.0
8040 2369 51 3.0
8041 2396 51 2.0
8042 2605 51 5.0
8043 2670 51 5.0
8044 2683 51 4.0
8045 2688 51 4.0
8046 2699 51 4.0
8047 2701 51 2.0
8048 2713 51 5.0
8049 2722 51 5.0
8050 2724 51 2.0
8051 2734 51 3.0
8052 2761 51 5.0
8053 2763 51 4.0
8054 2826 51 5.0
8055 2827 51 4.0
8056 2840 51 3.0
8057 2841 51 5.0
8058 2881 51 5.0
8059 2987 51 5.0
8060 3157 51 5.0
8061 3175 51 4.0
8062 3219 51 5.0
8063 3510 51 5.0
8064 3543 51 4.0
8065 357 52 4.5
8066 365 52 1.0
8067 461 52 3.5
8068 866 52 4.0
8069 1088 52 4.0
8070 1295 52 4.0
8071 1614 52 4.0
8072 1639 52 1.0
8073 1735 52 5.0
8074 1969 52 0.5
8075 2338 52 1.0
8076 2396 52 4.0
8077 2408 52 0.5
8078 2806 52 1.0
8079 2858 52 4.5
8080 3155 52 4.5
8081 3255 52 4.0
8082 3793 52 3.5
8083 3854 52 5.0
8084 3967 52 5.0
8085 3987 52 1.0
8086 3996 52 5.0
8087 4014 52 5.0
8088 4228 52 2.0
8089 4246 52 5.0
8090 4896 52 5.0
8091 4973 52 5.0
8092 5222 52 3.5
8093 5296 52 2.0
8094 5380 52 4.5
8095 5525 52 4.0
8096 5791 52 4.5
8097 5812 52 4.5
8098 5816 52 4.5
8099 5878 52 4.0
8100 5992 52 5.0
8101 6058 52 1.0
8102 6218 52 4.0
8103 6370 52 4.5
8104 6539 52 3.5
8105 6776 52 3.5
8106 6807 52 5.0
8107 6942 52 4.0
8108 7160 52 4.5
8109 7615 52 4.0
8110 8368 52 5.0
8111 8781 52 3.5
8112 8918 52 3.5
8113 8966 52 4.0
8114 8983 52 3.5
8115 27020 52 5.0
8116 27721 52 5.0
8117 30825 52 3.5
8118 31408 52 4.5
8119 37727 52 2.0
8120 38886 52 2.0
8121 39183 52 4.5
8122 40815 52 5.0
8123 41571 52 3.0
8124 43744 52 4.0
8125 44555 52 4.5
8126 45447 52 3.5
8127 50872 52 3.5
8128 51094 52 3.5
8129 52545 52 4.0
8130 54001 52 5.0
8131 55451 52 4.0
8132 60950 52 2.0
8133 111 53 4.0
8134 165 53 4.0
8135 238 53 1.0
8136 392 53 1.0
8137 420 53 3.0
8138 421 53 1.0
8139 484 53 1.0
8140 968 53 4.0
8141 1193 53 5.0
8142 1370 53 3.0
8143 1580 53 3.0
8144 1610 53 5.0
8145 1772 53 4.0
8146 1911 53 2.0
8147 1917 53 5.0
8148 1995 53 2.0
8149 2002 53 3.0
8150 2093 53 1.0
8151 2336 53 4.0
8152 2368 53 3.0
8153 2394 53 1.0
8154 2396 53 4.0
8155 2412 53 1.0
8156 2433 53 5.0
8157 2470 53 4.0
8158 2690 53 4.0
8159 2699 53 4.0
8160 2700 53 1.0
8161 2709 53 1.0
8162 2710 53 3.0
8163 2716 53 3.0
8164 2717 53 3.0
8165 2720 53 1.0
8166 2761 53 1.0
8167 2762 53 5.0
8168 2840 53 2.0
8169 2912 53 1.0
8170 2986 53 4.0
8171 2987 53 1.0
8172 2997 53 1.0
8173 3107 53 4.0
8174 3114 53 1.0
8175 3160 53 2.0
8176 3178 53 4.0
8177 3274 53 4.0
8178 3434 53 4.0
8179 318 54 4.5
8180 1027 54 4.0
8181 1088 54 5.0
8182 1201 54 4.5
8183 1203 54 4.5
8184 1333 54 2.0
8185 1680 54 4.0
8186 2150 54 4.0
8187 2471 54 2.5
8188 2571 54 3.5
8189 2991 54 3.5
8190 3258 54 4.0
8191 3462 54 3.0
8192 3638 54 4.0
8193 3906 54 4.0
8194 4467 54 0.5
8195 4963 54 4.5
8196 5418 54 4.5
8197 6378 54 4.5
8198 8533 54 4.5
8199 8665 54 4.5
8200 26160 54 3.5
8201 26294 54 4.0
8202 30749 54 3.5
8203 33794 54 1.0
8204 44197 54 4.5
8205 44199 54 5.0
8206 48516 54 4.5
8207 48660 54 1.0
8208 48780 54 5.0
8209 48997 54 2.0
8210 54286 54 4.5
8211 55820 54 1.5
8212 56941 54 5.0
8213 58803 54 4.5
8214 60069 54 5.0
8215 68157 54 4.5
8216 69640 54 3.5
8217 71899 54 4.0
8218 77846 54 5.0
8219 78499 54 4.5
8220 79132 54 2.5
8221 91355 54 3.5
8222 96655 54 5.0
8223 1 55 3.0
8224 5 55 3.0
8225 6 55 5.0
8226 7 55 2.0
8227 9 55 3.0
8228 32 55 4.0
8229 65 55 5.0
8230 74 55 3.0
8231 79 55 3.0
8232 95 55 3.0
8233 100 55 3.0
8234 104 55 5.0
8235 112 55 3.0
8236 141 55 4.0
8237 260 55 5.0
8238 376 55 4.0
8239 494 55 3.0
8240 608 55 3.0
8241 609 55 3.0
8242 637 55 4.0
8243 648 55 5.0
8244 653 55 4.0
8245 707 55 2.0
8246 708 55 3.0
8247 719 55 4.0
8248 724 55 4.0
8249 733 55 4.0
8250 736 55 3.0
8251 737 55 3.0
8252 761 55 2.0
8253 780 55 5.0
8254 784 55 3.0
8255 786 55 4.0
8256 788 55 5.0
8257 802 55 3.0
8258 805 55 5.0
8259 832 55 5.0
8260 1073 55 3.0
8261 1 56 4.0
8262 10 56 4.0
8263 16 56 4.0
8264 21 56 2.0
8265 29 56 4.0
8266 39 56 5.0
8267 47 56 4.0
8268 50 56 4.0
8269 101 56 4.0
8270 104 56 4.0
8271 111 56 4.0
8272 147 56 2.0
8273 160 56 2.0
8274 176 56 4.0
8275 216 56 4.0
8276 223 56 4.0
8277 231 56 2.0
8278 246 56 5.0
8279 250 56 5.0
8280 260 56 2.0
8281 292 56 2.0
8282 293 56 4.0
8283 296 56 4.0
8284 318 56 4.0
8285 333 56 2.0
8286 337 56 4.0
8287 342 56 2.0
8288 356 56 4.0
8289 377 56 4.0
8290 441 56 4.0
8291 442 56 2.0
8292 456 56 4.0
8293 457 56 4.0
8294 480 56 4.0
8295 527 56 4.0
8296 529 56 4.0
8297 541 56 4.0
8298 586 56 4.0
8299 593 56 5.0
8300 673 56 2.0
8301 750 56 2.0
8302 778 56 4.0
8303 916 56 4.0
8304 919 56 5.0
8305 922 56 4.0
8306 923 56 4.0
8307 924 56 2.0
8308 926 56 4.0
8309 942 56 2.0
8310 951 56 4.0
8311 953 56 4.0
8312 1036 56 5.0
8313 1060 56 4.0
8314 1073 56 4.0
8315 1089 56 4.0
8316 1094 56 2.0
8317 1095 56 4.0
8318 1097 56 4.0
8319 1120 56 2.0
8320 1136 56 4.0
8321 1172 56 2.0
8322 1193 56 4.0
8323 1196 56 2.0
8324 1197 56 4.0
8325 1198 56 4.0
8326 1201 56 4.0
8327 1206 56 4.0
8328 1207 56 5.0
8329 1208 56 4.0
8330 1209 56 5.0
8331 1210 56 2.0
8332 1213 56 4.0
8333 1222 56 4.0
8334 1225 56 5.0
8335 1226 56 4.0
8336 1228 56 4.0
8337 1230 56 2.0
8338 1235 56 5.0
8339 1240 56 2.0
8340 1244 56 2.0
8341 1247 56 2.0
8342 1250 56 4.0
8343 1252 56 4.0
8344 1256 56 4.0
8345 1258 56 4.0
8346 1259 56 4.0
8347 1263 56 2.0
8348 1265 56 5.0
8349 1266 56 4.0
8350 1270 56 4.0
8351 1283 56 4.0
8352 1285 56 5.0
8353 1288 56 4.0
8354 1291 56 4.0
8355 1302 56 4.0
8356 1304 56 2.0
8357 1307 56 2.0
8358 1358 56 4.0
8359 1380 56 5.0
8360 1387 56 4.0
8361 1393 56 4.0
8362 1449 56 5.0
8363 1466 56 4.0
8364 1608 56 4.0
8365 1617 56 4.0
8366 1673 56 4.0
8367 1676 56 2.0
8368 1682 56 5.0
8369 1704 56 5.0
8370 1721 56 4.0
8371 1732 56 4.0
8372 1784 56 2.0
8373 1907 56 4.0
8374 1923 56 4.0
8375 1947 56 5.0
8376 1952 56 2.0
8377 1953 56 4.0
8378 1954 56 4.0
8379 1957 56 4.0
8380 1958 56 2.0
8381 1961 56 2.0
8382 1968 56 5.0
8383 2000 56 1.0
8384 2005 56 4.0
8385 2006 56 4.0
8386 2011 56 2.0
8387 2028 56 5.0
8388 2042 56 2.0
8389 2052 56 4.0
8390 2060 56 4.0
8391 2072 56 2.0
8392 2082 56 2.0
8393 2115 56 4.0
8394 2144 56 4.0
8395 2186 56 4.0
8396 2194 56 2.0
8397 2248 56 4.0
8398 2253 56 1.0
8399 2300 56 4.0
8400 2321 56 4.0
8401 2324 56 2.0
8402 2329 56 4.0
8403 2395 56 5.0
8404 2420 56 4.0
8405 2502 56 4.0
8406 2542 56 4.0
8407 2572 56 2.0
8408 2599 56 5.0
8409 2617 56 4.0
8410 2694 56 4.0
8411 2700 56 4.0
8412 2716 56 2.0
8413 2746 56 5.0
8414 2761 56 4.0
8415 2791 56 4.0
8416 2797 56 4.0
8417 2804 56 4.0
8418 2858 56 5.0
8419 2863 56 4.0
8420 2918 56 4.0
8421 2925 56 4.0
8422 2947 56 2.0
8423 2951 56 2.0
8424 2953 56 4.0
8425 2959 56 4.0
8426 3034 56 4.0
8427 3039 56 1.0
8428 3072 56 4.0
8429 3079 56 4.0
8430 3086 56 4.0
8431 3089 56 4.0
8432 3098 56 2.0
8433 3104 56 2.0
8434 3114 56 4.0
8435 3152 56 2.0
8436 3160 56 4.0
8437 3210 56 2.0
8438 3253 56 4.0
8439 3255 56 2.0
8440 3268 56 2.0
8441 3360 56 5.0
8442 3361 56 2.0
8443 3365 56 4.0
8444 3421 56 4.0
8445 3424 56 4.0
8446 3468 56 2.0
8447 3480 56 4.0
8448 3489 56 2.0
8449 3504 56 4.0
8450 3552 56 2.0
8451 3606 56 5.0
8452 3608 56 2.0
8453 3653 56 5.0
8454 3671 56 4.0
8455 3683 56 4.0
8456 3751 56 4.0
8457 3783 56 4.0
8458 3791 56 4.0
8459 3868 56 4.0
8460 3897 56 2.0
8461 3916 56 2.0
8462 3972 56 2.0
8463 3988 56 2.0
8464 4016 56 4.0
8465 4022 56 4.0
8466 4027 56 4.0
8467 4034 56 4.0
8468 4054 56 4.0
8469 4085 56 2.0
8470 4091 56 4.0
8471 4102 56 2.0
8472 4226 56 4.0
8473 4262 56 2.0
8474 4306 56 4.0
8475 4370 56 4.0
8476 4406 56 2.0
8477 4447 56 4.0
8478 4571 56 4.0
8479 4649 56 4.0
8480 4771 56 4.0
8481 4776 56 2.0
8482 4816 56 2.0
8483 4848 56 4.0
8484 4878 56 4.0
8485 4881 56 2.0
8486 4886 56 4.0
8487 4896 56 4.0
8488 4973 56 5.0
8489 4993 56 4.0
8490 5103 56 4.0
8491 5377 56 5.0
8492 5401 56 4.0
8493 5418 56 4.0
8494 5445 56 4.0
8495 5673 56 5.0
8496 5785 56 5.0
8497 5816 56 4.0
8498 5902 56 4.0
8499 5952 56 4.0
8500 5970 56 2.0
8501 5995 56 4.0
8502 6003 56 2.0
8503 6016 56 5.0
8504 6188 56 2.0
8505 6373 56 2.0
8506 6377 56 4.0
8507 6618 56 2.0
8508 6732 56 5.0
8509 6796 56 4.0
8510 6863 56 5.0
8511 6867 56 4.0
8512 6870 56 2.0
8513 6873 56 2.0
8514 6874 56 4.0
8515 6932 56 4.0
8516 6936 56 4.0
8517 6942 56 2.0
8518 6978 56 2.0
8519 7018 56 2.0
8520 7022 56 1.0
8521 7036 56 2.0
8522 7072 56 4.0
8523 7132 56 4.0
8524 7147 56 4.0
8525 7153 56 4.0
8526 7263 56 4.0
8527 7361 56 5.0
8528 7438 56 4.0
8529 7451 56 5.0
8530 8360 56 4.0
8531 8368 56 4.0
8532 8376 56 4.0
8533 8528 56 2.0
8534 8641 56 4.0
8535 8665 56 4.0
8536 8784 56 2.0
8537 8807 56 4.0
8538 8874 56 5.0
8539 8914 56 2.0
8540 8917 56 4.0
8541 8961 56 4.0
8542 8972 56 2.0
8543 26084 56 5.0
8544 26471 56 2.0
8545 27253 56 4.0
8546 27773 56 5.0
8547 32587 56 4.0
8548 32598 56 2.0
8549 33166 56 2.0
8550 33495 56 4.0
8551 33660 56 4.0
8552 33794 56 4.0
8553 33880 56 2.0
8554 34162 56 4.0
8555 34528 56 4.0
8556 35836 56 5.0
8557 37733 56 2.0
8558 38038 56 4.0
8559 38061 56 4.0
8560 38886 56 4.0
8561 39292 56 4.0
8562 40629 56 5.0
8563 40815 56 4.0
8564 41566 56 4.0
8565 44191 56 4.0
8566 44199 56 2.0
8567 46578 56 5.0
8568 46948 56 4.0
8569 46970 56 4.0
8570 47099 56 2.0
8571 48322 56 5.0
8572 48516 56 4.0
8573 48698 56 5.0
8574 48982 56 4.0
8575 49272 56 5.0
8576 50514 56 4.0
8577 50872 56 4.0
8578 51255 56 5.0
8579 51540 56 4.0
8580 51662 56 2.0
8581 52245 56 4.0
8582 52435 56 4.0
8583 53123 56 4.0
8584 53125 56 2.0
8585 54001 56 4.0
8586 54256 56 5.0
8587 54286 56 4.0
8588 54503 56 5.0
8589 54881 56 5.0
8590 55052 56 2.0
8591 55118 56 2.0
8592 55247 56 2.0
8593 55765 56 2.0
8594 55805 56 4.0
8595 55820 56 5.0
8596 56174 56 2.0
8597 56333 56 4.0
8598 56367 56 5.0
8599 56757 56 4.0
8600 56782 56 5.0
8601 57532 56 1.0
8602 57669 56 5.0
8603 58025 56 1.0
8604 58559 56 5.0
8605 59118 56 4.0
8606 59315 56 2.0
8607 59369 56 2.0
8608 60684 56 2.0
8609 60756 56 4.0
8610 60950 56 4.0
8611 61024 56 4.0
8612 61132 56 4.0
8613 63082 56 4.0
8614 63113 56 2.0
8615 63131 56 5.0
8616 64969 56 4.0
8617 64983 56 2.0
8618 65188 56 5.0
8619 67087 56 5.0
8620 67734 56 4.0
8621 67997 56 4.0
8622 68157 56 4.0
8623 68954 56 4.0
8624 69122 56 4.0
8625 69306 56 2.0
8626 69844 56 4.0
8627 70286 56 4.0
8628 70293 56 4.0
8629 70728 56 4.0
8630 71264 56 5.0
8631 71466 56 4.0
8632 71535 56 4.0
8633 71579 56 4.0
8634 72011 56 4.0
8635 72171 56 5.0
8636 72226 56 5.0
8637 72720 56 2.0
8638 73023 56 4.0
8639 74275 56 4.0
8640 74416 56 4.0
8641 74754 56 5.0
8642 74916 56 4.0
8643 76111 56 4.0
8644 76251 56 4.0
8645 78499 56 5.0
8646 79091 56 4.0
8647 79132 56 5.0
8648 79592 56 4.0
8649 79677 56 5.0
8650 79702 56 5.0
8651 80463 56 4.0
8652 80549 56 4.0
8653 81156 56 5.0
8654 81562 56 4.0
8655 81591 56 5.0
8656 81834 56 4.0
8657 83086 56 1.0
8658 83976 56 4.0
8659 84116 56 4.0
8660 85414 56 4.0
8661 85438 56 5.0
8662 86000 56 5.0
8663 86884 56 4.0
8664 86911 56 2.0
8665 87232 56 2.0
8666 87304 56 4.0
8667 87522 56 1.0
8668 87869 56 2.0
8669 88125 56 4.0
8670 88744 56 4.0
8671 88810 56 2.0
8672 88812 56 2.0
8673 89492 56 4.0
8674 89759 56 4.0
8675 90374 56 4.0
8676 90376 56 4.0
8677 90600 56 4.0
8678 90947 56 4.0
8679 91199 56 4.0
8680 91529 56 2.0
8681 92420 56 4.0
8682 93270 56 1.0
8683 93422 56 4.0
8684 93443 56 5.0
8685 93510 56 5.0
8686 93512 56 4.0
8687 93721 56 4.0
8688 94896 56 4.0
8689 94959 56 4.0
8690 95088 56 4.0
8691 95441 56 2.0
8692 95510 56 4.0
8693 96079 56 5.0
8694 96110 56 1.0
8695 96467 56 5.0
8696 96728 56 5.0
8697 96829 56 5.0
8698 96911 56 4.0
8699 97306 56 4.0
8700 97836 56 1.0
8701 97866 56 4.0
8702 97921 56 2.0
8703 97923 56 2.0
8704 97938 56 4.0
8705 99114 56 4.0
8706 99117 56 2.0
8707 99764 56 5.0
8708 99917 56 2.0
8709 100272 56 4.0
8710 100556 56 5.0
8711 101577 56 1.0
8712 102123 56 5.0
8713 102800 56 4.0
8714 102993 56 4.0
8715 103141 56 4.0
8716 103279 56 4.0
8717 103624 56 4.0
8718 103688 56 2.0
8719 104944 56 4.0
8720 105197 56 4.0
8721 105429 56 4.0
8722 105715 56 2.0
8723 105844 56 4.0
8724 106062 56 2.0
8725 106100 56 4.0
8726 106144 56 4.0
8727 106332 56 4.0
8728 106438 56 4.0
8729 106916 56 2.0
8730 106920 56 5.0
8731 107141 56 2.0
8732 107348 56 4.0
8733 107978 56 5.0
8734 108156 56 2.0
8735 108932 56 4.0
8736 110461 56 4.0
8737 111362 56 2.0
8738 111617 56 1.0
8739 112138 56 5.0
8740 112183 56 4.0
8741 112421 56 4.0
8742 112515 56 5.0
8743 112552 56 5.0
8744 112556 56 2.0
8745 112852 56 2.0
8746 113064 56 4.0
8747 113453 56 1.0
8748 113705 56 2.0
8749 113829 56 4.0
8750 113862 56 4.0
8751 114074 56 2.0
8752 114342 56 4.0
8753 114635 56 4.0
8754 115569 56 4.0
8755 116797 56 4.0
8756 122882 56 5.0
8757 122886 56 2.0
8758 127108 56 5.0
8759 127152 56 5.0
8760 127198 56 4.0
8761 127206 56 2.0
8762 128360 56 4.0
8763 128620 56 5.0
8764 131168 56 4.0
8765 133771 56 5.0
8766 134170 56 2.0
8767 134853 56 5.0
8768 136864 56 2.0
8769 139116 56 5.0
8770 139385 56 4.0
8771 139757 56 5.0
8772 140715 56 2.0
8773 141890 56 4.0
8774 142422 56 4.0
8775 142488 56 4.0
8776 146656 56 5.0
8777 148626 56 2.0
8778 148881 56 5.0
8779 152081 56 4.0
8780 155392 56 4.0
8781 156609 56 4.0
8782 160590 56 5.0
8783 11 57 5.0
8784 17 57 5.0
8785 21 57 4.0
8786 34 57 5.0
8787 110 57 5.0
8788 151 57 5.0
8789 163 57 4.0
8790 164 57 3.0
8791 260 57 4.0
8792 265 57 5.0
8793 293 57 5.0
8794 318 57 5.0
8795 337 57 5.0
8796 350 57 2.0
8797 356 57 3.0
8798 357 57 5.0
8799 380 57 4.0
8800 440 57 4.0
8801 468 57 4.0
8802 497 57 5.0
8803 509 57 5.0
8804 527 57 5.0
8805 534 57 5.0
8806 538 57 5.0
8807 555 57 4.0
8808 590 57 5.0
8809 592 57 3.0
8810 608 57 5.0
8811 635 57 5.0
8812 648 57 3.0
8813 728 57 5.0
8814 800 57 5.0
8815 858 57 5.0
8816 914 57 5.0
8817 921 57 4.0
8818 1007 57 3.0
8819 1009 57 4.0
8820 1028 57 4.0
8821 1035 57 5.0
8822 1036 57 4.0
8823 1073 57 4.0
8824 1079 57 5.0
8825 1080 57 4.0
8826 1081 57 4.0
8827 1088 57 4.0
8828 1091 57 2.0
8829 1092 57 2.0
8830 1094 57 5.0
8831 1097 57 5.0
8832 1101 57 5.0
8833 1124 57 4.0
8834 1125 57 4.0
8835 1127 57 5.0
8836 1128 57 2.0
8837 1129 57 3.0
8838 1130 57 4.0
8839 1135 57 4.0
8840 1136 57 5.0
8841 1148 57 5.0
8842 1185 57 5.0
8843 1186 57 4.0
8844 1193 57 5.0
8845 1194 57 4.0
8846 1196 57 4.0
8847 1197 57 5.0
8848 1198 57 5.0
8849 1200 57 3.0
8850 1208 57 3.0
8851 1214 57 3.0
8852 1220 57 4.0
8853 1221 57 5.0
8854 1222 57 5.0
8855 1224 57 5.0
8856 1225 57 5.0
8857 1227 57 4.0
8858 1234 57 5.0
8859 1240 57 3.0
8860 1242 57 5.0
8861 1243 57 5.0
8862 1246 57 5.0
8863 1252 57 5.0
8864 1258 57 5.0
8865 1259 57 4.0
8866 1263 57 5.0
8867 1265 57 4.0
8868 1270 57 3.0
8869 1272 57 3.0
8870 1275 57 3.0
8871 1278 57 5.0
8872 1286 57 5.0
8873 1288 57 3.0
8874 1291 57 5.0
8875 1296 57 5.0
8876 1299 57 5.0
8877 1302 57 4.0
8878 1307 57 5.0
8879 1321 57 5.0
8880 1323 57 2.0
8881 1326 57 1.0
8882 1327 57 4.0
8883 1345 57 5.0
8884 1346 57 4.0
8885 1347 57 4.0
8886 1350 57 5.0
8887 1357 57 5.0
8888 1358 57 5.0
8889 1378 57 4.0
8890 1380 57 4.0
8891 1387 57 5.0
8892 1393 57 4.0
8893 1394 57 5.0
8894 1408 57 4.0
8895 1422 57 3.0
8896 1459 57 4.0
8897 1476 57 4.0
8898 1587 57 3.0
8899 1589 57 5.0
8900 1597 57 4.0
8901 1617 57 4.0
8902 1625 57 3.0
8903 1641 57 5.0
8904 1645 57 4.0
8905 1663 57 4.0
8906 1674 57 5.0
8907 1704 57 5.0
8908 1719 57 5.0
8909 1721 57 3.0
8910 1732 57 3.0
8911 1754 57 3.0
8912 1784 57 5.0
8913 1892 57 5.0
8914 1909 57 2.0
8915 1914 57 5.0
8916 1917 57 1.0
8917 1918 57 3.0
8918 1923 57 5.0
8919 1947 57 5.0
8920 1951 57 4.0
8921 1953 57 5.0
8922 1954 57 4.0
8923 1955 57 4.0
8924 1956 57 4.0
8925 1957 57 5.0
8926 1958 57 4.0
8927 1961 57 5.0
8928 1962 57 5.0
8929 1964 57 5.0
8930 1967 57 3.0
8931 1968 57 4.0
8932 1974 57 2.0
8933 1975 57 2.0
8934 1977 57 1.0
8935 1978 57 1.0
8936 1979 57 1.0
8937 1981 57 1.0
8938 1982 57 4.0
8939 1983 57 3.0
8940 1984 57 1.0
8941 1987 57 2.0
8942 1994 57 4.0
8943 1995 57 3.0
8944 1996 57 2.0
8945 1997 57 4.0
8946 2000 57 5.0
8947 2001 57 4.0
8948 2003 57 3.0
8949 2005 57 3.0
8950 2006 57 5.0
8951 2009 57 3.0
8952 2013 57 4.0
8953 2020 57 5.0
8954 2027 57 2.0
8955 2028 57 5.0
8956 2037 57 4.0
8957 2044 57 3.0
8958 2054 57 3.0
8959 2070 57 4.0
8960 2088 57 2.0
8961 2097 57 3.0
8962 2100 57 4.0
8963 2109 57 4.0
8964 2110 57 4.0
8965 2111 57 3.0
8966 2114 57 5.0
8967 2115 57 4.0
8968 2118 57 2.0
8969 2121 57 3.0
8970 2122 57 1.0
8971 2125 57 4.0
8972 2130 57 4.0
8973 2143 57 3.0
8974 2144 57 3.0
8975 2153 57 1.0
8976 2161 57 3.0
8977 2163 57 2.0
8978 2174 57 5.0
8979 2178 57 4.0
8980 2193 57 5.0
8981 2194 57 5.0
8982 2240 57 4.0
8983 2245 57 4.0
8984 2268 57 4.0
8985 2288 57 4.0
8986 2291 57 4.0
8987 2300 57 3.0
8988 2301 57 3.0
8989 2302 57 5.0
8990 2313 57 5.0
8991 5060 57 4.0
8992 11 58 5.0
8993 19 58 1.0
8994 150 58 5.0
8995 344 58 1.0
8996 410 58 3.0
8997 415 58 2.0
8998 616 58 4.0
8999 748 58 4.0
9000 909 58 2.0
9001 924 58 5.0
9002 940 58 2.0
9003 952 58 2.0
9004 965 58 5.0
9005 969 58 5.0
9006 999 58 2.0
9007 1007 58 2.0
9008 1019 58 4.0
9009 1021 58 4.0
9010 1127 58 2.0
9011 1200 58 4.0
9012 1203 58 5.0
9013 1214 58 4.0
9014 1225 58 5.0
9015 1230 58 2.0
9016 1269 58 5.0
9017 1320 58 3.0
9018 1321 58 4.0
9019 1367 58 4.0
9020 1459 58 4.0
9021 1499 58 1.0
9022 1517 58 1.0
9023 1608 58 5.0
9024 1690 58 4.0
9025 1784 58 2.0
9026 1917 58 4.0
9027 1927 58 5.0
9028 2015 58 3.0
9029 2016 58 2.0
9030 2072 58 2.0
9031 2085 58 3.0
9032 2124 58 3.0
9033 2133 58 4.0
9034 2153 58 2.0
9035 2163 58 4.0
9036 2180 58 4.0
9037 2202 58 5.0
9038 2311 58 5.0
9039 2475 58 3.0
9040 2505 58 4.0
9041 2520 58 2.0
9042 2522 58 2.0
9043 2551 58 2.0
9044 2683 58 1.0
9045 2788 58 5.0
9046 2791 58 5.0
9047 2792 58 5.0
9048 2817 58 2.0
9049 2827 58 3.0
9050 2846 58 4.0
9051 3070 58 4.0
9052 3153 58 2.0
9053 3251 58 5.0
9054 3420 58 5.0
9055 3421 58 5.0
9056 3510 58 5.0
9057 3524 58 4.0
9058 3535 58 1.0
9059 3555 58 5.0
9060 3649 58 3.0
9061 3672 58 1.0
9062 3701 58 5.0
9063 3706 58 4.0
9064 3710 58 3.0
9065 11 59 2.5
9066 32 59 4.5
9067 50 59 5.0
9068 111 59 2.5
9069 150 59 4.0
9070 223 59 3.5
9071 231 59 2.0
9072 292 59 1.0
9073 296 59 4.0
9074 300 59 4.5
9075 318 59 2.5
9076 367 59 1.5
9077 380 59 0.5
9078 410 59 1.5
9079 412 59 4.0
9080 480 59 4.5
9081 527 59 4.5
9082 541 59 5.0
9083 586 59 0.5
9084 590 59 3.5
9085 593 59 3.5
9086 720 59 4.5
9087 745 59 5.0
9088 858 59 5.0
9089 912 59 4.0
9090 919 59 1.5
9091 1136 59 4.0
9092 1148 59 5.0
9093 1193 59 3.5
9094 1213 59 3.5
9095 1221 59 5.0
9096 1356 59 0.5
9097 1673 59 4.0
9098 1722 59 1.5
9099 1923 59 3.0
9100 1961 59 3.5
9101 1968 59 2.5
9102 2028 59 1.5
9103 2105 59 1.0
9104 2161 59 0.5
9105 2167 59 4.0
9106 2193 59 0.5
9107 2194 59 3.5
9108 2302 59 3.5
9109 2329 59 4.0
9110 2396 59 3.5
9111 2470 59 0.5
9112 2542 59 2.0
9113 2617 59 4.0
9114 2640 59 1.0
9115 2671 59 1.5
9116 2683 59 1.5
9117 2692 59 4.0
9118 2716 59 2.0
9119 2763 59 1.5
9120 2797 59 3.0
9121 2858 59 4.0
9122 2959 59 4.0
9123 2997 59 1.5
9124 3253 59 4.0
9125 3578 59 4.0
9126 3623 59 1.0
9127 3751 59 4.0
9128 3911 59 3.5
9129 3948 59 0.5
9130 4306 59 1.5
9131 4993 59 4.5
9132 5060 59 3.5
9133 5349 59 3.0
9134 5952 59 5.0
9135 6787 59 5.0
9136 7040 59 4.0
9137 7153 59 5.0
9138 7361 59 4.0
9139 8961 59 5.0
9140 26695 59 3.5
9141 33794 59 2.0
9142 34153 59 4.0
9143 16 60 4.5
9144 21 60 3.0
9145 111 60 4.5
9146 163 60 4.0
9147 173 60 3.5
9148 235 60 5.0
9149 466 60 4.0
9150 541 60 5.0
9151 608 60 4.0
9152 653 60 2.5
9153 720 60 4.0
9154 745 60 3.5
9155 858 60 5.0
9156 1080 60 4.5
9157 1090 60 4.0
9158 1208 60 4.5
9159 1209 60 4.0
9160 1219 60 4.5
9161 1221 60 5.0
9162 1380 60 1.5
9163 1485 60 2.5
9164 1653 60 5.0
9165 1673 60 4.5
9166 1732 60 5.0
9167 2012 60 4.0
9168 2115 60 3.5
9169 2174 60 4.0
9170 2324 60 5.0
9171 2640 60 4.0
9172 2710 60 4.5
9173 2797 60 4.0
9174 3018 60 3.5
9175 3160 60 3.5
9176 3608 60 4.0
9177 3726 60 3.0
9178 3949 60 5.0
9179 4973 60 4.5
9180 5060 60 5.0
9181 5618 60 4.0
9182 5690 60 5.0
9183 5945 60 4.0
9184 5952 60 3.0
9185 5959 60 4.5
9186 5995 60 5.0
9187 6350 60 5.0
9188 6502 60 4.5
9189 6957 60 3.0
9190 7361 60 5.0
9191 7387 60 4.5
9192 8638 60 5.0
9193 8981 60 5.0
9194 27773 60 4.5
9195 27801 60 3.0
9196 27803 60 5.0
9197 30749 60 5.0
9198 2 61 3.5
9199 34 61 2.0
9200 48 61 2.5
9201 50 61 5.0
9202 104 61 4.0
9203 158 61 1.5
9204 231 61 4.0
9205 317 61 3.5
9206 364 61 3.5
9207 500 61 4.0
9208 551 61 1.5
9209 585 61 3.5
9210 586 61 3.0
9211 587 61 5.0
9212 588 61 3.0
9213 592 61 5.0
9214 593 61 3.0
9215 594 61 3.5
9216 595 61 2.5
9217 596 61 2.0
9218 616 61 1.5
9219 661 61 2.5
9220 673 61 2.0
9221 801 61 2.5
9222 919 61 3.0
9223 953 61 3.5
9224 1010 61 3.0
9225 1022 61 3.0
9226 1028 61 3.5
9227 1029 61 2.5
9228 1035 61 4.0
9229 1059 61 3.0
9230 1073 61 2.0
9231 1097 61 3.5
9232 1136 61 5.0
9233 1197 61 5.0
9234 1207 61 2.5
9235 1220 61 3.5
9236 1367 61 2.5
9237 1380 61 3.5
9238 1500 61 4.5
9239 1580 61 3.5
9240 1777 61 2.0
9241 1907 61 4.0
9242 1954 61 2.0
9243 1968 61 5.0
9244 2018 61 2.5
9245 2054 61 2.5
9246 2078 61 1.5
9247 2080 61 2.5
9248 2081 61 3.5
9249 2085 61 2.5
9250 2087 61 3.0
9251 2123 61 2.5
9252 2144 61 3.0
9253 2161 61 2.0
9254 2174 61 2.0
9255 2273 61 3.0
9256 2300 61 5.0
9257 2355 61 3.5
9258 2384 61 2.0
9259 2502 61 5.0
9260 2571 61 4.0
9261 2572 61 4.0
9262 2716 61 3.0
9263 2761 61 3.0
9264 2804 61 1.0
9265 2857 61 4.0
9266 2918 61 4.5
9267 2953 61 3.0
9268 3114 61 1.0
9269 3668 61 2.5
9270 3751 61 1.5
9271 3988 61 3.0
9272 4016 61 1.5
9273 4025 61 2.5
9274 4232 61 3.5
9275 4246 61 3.5
9276 4306 61 3.5
9277 4333 61 5.0
9278 4701 61 2.5
9279 4886 61 3.0
9280 4890 61 3.5
9281 4896 61 3.0
9282 4993 61 5.0
9283 5299 61 3.5
9284 5349 61 4.5
9285 5444 61 1.0
9286 5449 61 3.5
9287 5459 61 3.0
9288 5481 61 1.5
9289 5618 61 5.0
9290 5693 61 3.5
9291 5816 61 3.0
9292 5952 61 5.0
9293 5971 61 5.0
9294 6218 61 2.5
9295 6350 61 5.0
9296 6373 61 3.5
9297 6377 61 3.0
9298 6539 61 1.5
9299 6743 61 2.5
9300 6863 61 4.5
9301 6936 61 3.0
9302 7004 61 4.0
9303 7153 61 5.0
9304 7161 61 2.0
9305 7451 61 4.0
9306 8360 61 2.0
9307 8368 61 2.5
9308 8376 61 0.5
9309 8464 61 3.0
9310 8544 61 3.5
9311 8961 61 4.0
9312 8970 61 2.5
9313 26662 61 5.0
9314 27706 61 3.5
9315 30793 61 1.5
9316 33004 61 2.0
9317 33615 61 2.5
9318 33660 61 2.0
9319 33679 61 4.0
9320 33794 61 5.0
9321 34150 61 2.5
9322 34162 61 4.0
9323 40629 61 3.0
9324 40815 61 4.0
9325 41566 61 2.5
9326 44191 61 5.0
9327 44195 61 4.5
9328 45431 61 1.0
9329 45517 61 2.5
9330 45720 61 4.0
9331 45722 61 3.5
9332 46578 61 5.0
9333 46970 61 4.0
9334 46972 61 4.0
9335 46976 61 3.5
9336 47610 61 2.5
9337 48394 61 4.5
9338 48780 61 5.0
9339 50872 61 4.0
9340 52973 61 4.5
9341 53121 61 3.0
9342 53125 61 1.0
9343 53322 61 4.0
9344 53464 61 2.5
9345 53996 61 5.0
9346 54001 61 2.5
9347 54272 61 2.5
9348 55566 61 4.0
9349 55830 61 2.5
9350 56030 61 3.5
9351 56171 61 4.0
9352 56174 61 4.5
9353 56367 61 4.5
9354 56757 61 3.0
9355 57640 61 2.5
9356 57669 61 4.5
9357 58025 61 3.0
9358 58559 61 5.0
9359 58998 61 5.0
9360 59315 61 4.0
9361 60069 61 5.0
9362 60074 61 3.0
9363 60126 61 4.0
9364 111 62 4.0
9365 260 62 4.0
9366 318 62 3.5
9367 1196 62 5.0
9368 1210 62 4.0
9369 1270 62 4.5
9370 2028 62 4.5
9371 2918 62 4.5
9372 2959 62 5.0
9373 4226 62 4.0
9374 5418 62 4.0
9375 6016 62 4.0
9376 8665 62 4.5
9377 48774 62 4.0
9378 49530 62 3.5
9379 54286 62 4.0
9380 58559 62 5.0
9381 68157 62 4.5
9382 68237 62 4.5
9383 69481 62 3.5
9384 70286 62 4.0
9385 70862 62 4.0
9386 79132 62 5.0
9387 81591 62 4.0
9388 85414 62 4.0
9389 91535 62 3.0
9390 92259 62 3.0
9391 97304 62 4.0
9392 101864 62 3.5
9393 101947 62 3.5
9394 103228 62 4.0
9395 104374 62 5.0
9396 104841 62 4.0
9397 106782 62 4.5
9398 106920 62 4.0
9399 109487 62 4.5
9400 111759 62 4.0
9401 112183 62 3.0
9402 112290 62 4.0
9403 112552 62 4.0
9404 114662 62 3.0
9405 115149 62 3.0
9406 115569 62 3.5
9407 115713 62 4.0
9408 119145 62 4.5
9409 120637 62 1.5
9410 122882 62 5.0
9411 122900 62 3.5
9412 134130 62 5.0
9413 134853 62 5.0
9414 139644 62 4.5
9415 146656 62 4.0
9416 160438 62 4.0
9417 1 63 5.0
9418 11 63 3.5
9419 16 63 5.0
9420 58 63 0.5
9421 112 63 3.0
9422 150 63 4.0
9423 151 63 0.5
9424 246 63 0.5
9425 260 63 5.0
9426 315 63 1.0
9427 318 63 5.0
9428 380 63 3.5
9429 432 63 4.0
9430 457 63 3.0
9431 480 63 4.5
9432 515 63 1.0
9433 520 63 3.0
9434 592 63 5.0
9435 593 63 4.5
9436 720 63 4.0
9437 832 63 2.5
9438 1015 63 1.5
9439 1059 63 4.0
9440 1080 63 4.5
9441 1105 63 0.5
9442 1193 63 5.0
9443 1198 63 5.0
9444 1214 63 5.0
9445 1221 63 5.0
9446 1230 63 1.5
9447 1234 63 1.0
9448 1259 63 5.0
9449 1304 63 4.0
9450 1307 63 2.0
9451 1356 63 5.0
9452 1372 63 3.0
9453 1374 63 4.0
9454 1376 63 3.5
9455 1408 63 4.5
9456 1474 63 1.0
9457 1513 63 1.0
9458 1517 63 4.0
9459 1573 63 4.0
9460 1610 63 4.5
9461 1639 63 5.0
9462 1641 63 3.0
9463 1917 63 4.0
9464 1954 63 4.5
9465 1961 63 3.5
9466 2004 63 4.5
9467 2046 63 4.5
9468 2116 63 2.5
9469 2174 63 1.0
9470 2268 63 4.0
9471 2302 63 2.0
9472 2393 63 4.5
9473 2571 63 4.5
9474 2628 63 4.5
9475 2640 63 4.5
9476 2699 63 4.0
9477 2710 63 4.0
9478 2762 63 3.0
9479 2791 63 4.0
9480 2797 63 5.0
9481 2858 63 5.0
9482 2918 63 5.0
9483 2959 63 4.5
9484 2987 63 4.5
9485 2997 63 4.0
9486 3114 63 5.0
9487 3176 63 5.0
9488 3328 63 4.0
9489 3408 63 2.0
9490 3471 63 4.0
9491 3481 63 5.0
9492 3578 63 5.0
9493 3751 63 2.0
9494 3793 63 4.5
9495 3868 63 4.5
9496 3869 63 4.5
9497 3897 63 4.0
9498 3996 63 4.0
9499 4022 63 2.5
9500 4306 63 5.0
9501 4367 63 4.0
9502 4369 63 4.5
9503 4446 63 4.0
9504 4846 63 5.0
9505 4993 63 5.0
9506 5349 63 5.0
9507 5952 63 5.0
9508 6333 63 5.0
9509 6541 63 2.5
9510 6711 63 5.0
9511 6863 63 4.0
9512 7153 63 5.0
9513 7318 63 3.5
9514 110 64 4.0
9515 150 64 3.0
9516 153 64 5.0
9517 165 64 3.0
9518 168 64 3.0
9519 231 64 3.0
9520 253 64 5.0
9521 266 64 5.0
9522 296 64 5.0
9523 318 64 5.0
9524 329 64 4.0
9525 344 64 2.0
9526 349 64 4.0
9527 356 64 4.0
9528 380 64 4.0
9529 434 64 4.0
9530 457 64 4.0
9531 590 64 5.0
9532 592 64 4.0
9533 593 64 5.0
9534 595 64 3.0
9535 260 65 4.0
9536 858 65 5.0
9537 909 65 5.0
9538 920 65 2.0
9539 924 65 4.0
9540 1077 65 5.0
9541 1078 65 5.0
9542 1084 65 5.0
9543 1210 65 2.0
9544 1221 65 4.0
9545 1230 65 5.0
9546 1238 65 2.0
9547 1256 65 4.0
9548 1270 65 3.0
9549 1278 65 5.0
9550 1288 65 3.0
9551 1292 65 5.0
9552 1299 65 5.0
9553 1304 65 4.0
9554 1952 65 4.0
9555 1956 65 3.0
9556 2064 65 5.0
9557 2289 65 4.0
9558 2863 65 5.0
9559 2871 65 4.0
9560 2971 65 5.0
9561 5060 65 5.0
9562 21 66 4.0
9563 22 66 2.0
9564 105 66 2.0
9565 110 66 4.0
9566 260 66 5.0
9567 356 66 4.0
9568 377 66 4.0
9569 457 66 4.0
9570 480 66 5.0
9571 589 66 5.0
9572 593 66 4.0
9573 608 66 4.0
9574 832 66 4.0
9575 858 66 5.0
9576 908 66 4.0
9577 1036 66 5.0
9578 1092 66 4.0
9579 1129 66 4.0
9580 1179 66 4.0
9581 1196 66 4.0
9582 1198 66 5.0
9583 1200 66 3.0
9584 1203 66 5.0
9585 1240 66 5.0
9586 1249 66 4.0
9587 1270 66 4.0
9588 1275 66 3.0
9589 1573 66 3.0
9590 1580 66 3.0
9591 1625 66 4.0
9592 1732 66 2.0
9593 1954 66 5.0
9594 2000 66 5.0
9595 2058 66 4.0
9596 2117 66 5.0
9597 2194 66 5.0
9598 2268 66 4.0
9599 2391 66 3.0
9600 2455 66 3.0
9601 2456 66 2.0
9602 2571 66 3.0
9603 2605 66 4.0
9604 2858 66 4.0
9605 2947 66 5.0
9606 2985 66 4.0
9607 3527 66 3.0
9608 3633 66 5.0
9609 3763 66 5.0
9610 3957 66 3.0
9611 1 67 3.0
9612 6 67 5.0
9613 12 67 3.0
9614 16 67 4.0
9615 17 67 4.0
9616 18 67 4.0
9617 28 67 5.0
9618 34 67 5.0
9619 42 67 3.0
9620 43 67 4.0
9621 60 67 4.0
9622 62 67 3.0
9623 86 67 5.0
9624 88 67 3.0
9625 94 67 3.0
9626 95 67 1.0
9627 104 67 3.0
9628 107 67 3.0
9629 110 67 5.0
9630 112 67 3.0
9631 141 67 1.0
9632 151 67 5.0
9633 198 67 4.0
9634 238 67 3.0
9635 260 67 4.0
9636 265 67 5.0
9637 266 67 3.0
9638 272 67 5.0
9639 277 67 4.0
9640 279 67 5.0
9641 280 67 5.0
9642 282 67 5.0
9643 288 67 4.0
9644 293 67 4.0
9645 294 67 3.0
9646 296 67 5.0
9647 314 67 5.0
CREATE TABLE movies (
id integer NOT NULL,
title text,
genres text[]
);
CREATE TABLE ratings (
id integer NOT NULL,
movie_id integer,
user_id integer,
movie_rating numeric
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment