diff --git a/README.md b/README.md
index 4981b74..a08900f 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,16 @@ When it comes to raw search speed most memory-efficient index. Keep in mind that updating and/or removing existing items from the index has a significant cost. When your index needs to be updated very often then BulkSearch may be a better choice.
FlexSearch also provides you a non-blocking asynchronous processing model as well as web workers to perform any updates or queries on the index in parallel through dedicated balanced threads.
+FlexSearch Server is also available here: https://github.com/nextapps-de/flexsearch-server.
+
Installation Guide • API Reference • Example Options • Custom Builds • Flexsearch Server
Supported Platforms:
- Browser
- Node.js
-> FlexSearch Server is also available here: https://github.com/nextapps-de/flexsearch-server
+Demos:
+- Auto-Complete
Library Comparison:
- Benchmark "Gulliver's Travels"
@@ -79,8 +82,8 @@ All Features:
Presets
|
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
- |
@@ -88,8 +91,8 @@ All Features:
Async Search
|
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
- |
@@ -97,7 +100,7 @@ All Features:
Web-Worker Sharding (not available in Node.js)
|
- ✅ |
+ ✔ |
- |
- |
@@ -106,43 +109,43 @@ All Features:
Contextual Indexes
|
- ✅ |
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
+ ✔ |
Partial Matching
|
- ✅ |
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
+ ✔ |
Multi-Phrase Search
|
- ✅ |
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
+ ✔ |
Relevance-based Scoring
|
- ✅ |
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
+ ✔ |
Auto-Balanced Cache by Popularity
|
- ✅ |
+ ✔ |
- |
- |
@@ -151,7 +154,7 @@ All Features:
Suggestions (Results)
|
- ✅ |
+ ✔ |
- |
- |
@@ -160,8 +163,8 @@ All Features:
Phonetic Matching
|
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
- |
@@ -169,9 +172,9 @@ All Features:
Customizable: Matcher, Encoder, Tokenizer, Stemmer, Filter
|
- ✅ |
- ✅ |
- ✅ |
+ ✔ |
+ ✔ |
+ ✔ |
File Size (gzip) |
@@ -949,7 +952,7 @@ Set a custom tokenizer which fits your needs, e.g.:
var index = FlexSearch.create({
encode: false,
tokenize: function(str){
- return str.split(/[\x00-\x7F]+/);
+ return str.replace(/[\x00-\x7F]/g, "").split("");
}
});
```
@@ -957,15 +960,11 @@ var index = FlexSearch.create({
You can also pass a custom encoder function to apply some linguistic transformations.
```js
-index.add(0, "서울시가 잠이 든 시간에 아무 말, 미뤄, 미뤄");
+index.add(0, "一个单词");
```
```js
-var results = index.search("든");
-```
-
-```js
-var results = index.search("시간에");
+var results = index.search("单词");
```
diff --git a/data/movies.js b/data/movies.js
new file mode 100644
index 0000000..fd62775
--- /dev/null
+++ b/data/movies.js
@@ -0,0 +1,28788 @@
+var data = [
+ "After Dark in Central Park",
+ "Boarding School Girls' Pajama Parade",
+ "Buffalo Bill's Wild West Parad",
+ "Caught",
+ "Clowns Spinning Hats",
+ "Capture of Boer Battery by British",
+ "The Enchanted Drawing",
+ "Feeding Sea Lions",
+ "How to Make a Fat Wife Out of Two Lean Ones",
+ "New Life Rescue",
+ "New Morning Bath",
+ "Searching Ruins on Broadway, Galveston, for Dead Bodies",
+ "The Tribulations of an Amateur Photographer",
+ "Trouble in Hogan's Alley",
+ "Two Old Sparks",
+ "The Wonder, Ching Ling Foo",
+ "Watermelon Contest",
+ "Acrobats in Cairo",
+ "An Affair of Honor",
+ "Another Job for the Undertaker",
+ "Arrival of Tongkin Train",
+ "The Artist's Dilemma",
+ "Band and Battalion of the U.S. Indian School",
+ "Barnum and Bailey's Circus",
+ "Beef Extract Room",
+ "Boxing in Barrels",
+ "Branding Hams",
+ "Buffalo Street Parade",
+ "A Busy Corner at Armour's",
+ "The Bund, Shanghai",
+ "Circular Panorama of the Electric Tower and Pond",
+ "Coaling a Steamer, Nagasaki Bay, Japan",
+ "Convention of Railroad Passengers",
+ "Couchee Dance on the Midway",
+ "The Donkey Party",
+ "The Finish of Bridget McKeen",
+ "Follow the Leader",
+ "The Fraudulent Beggar",
+ "Fun at a Children's Party",
+ "A Good Joke",
+ "The Gordon Sisters Boxing",
+ "Grand Entry, Indian Congress",
+ "Happy Hooligan April-Fooled",
+ "Happy Hooligan Surprised",
+ "Harbor of Shanghai",
+ "A Hold-Up",
+ "Ice-Boat Racing at Redbank, N.J.",
+ "Indians No. 1",
+ "A Joke on Grandma",
+ "Kansas Saloon Smashers",
+ "Laura Comstock's Bag-Punching Dog",
+ "The Life of a Fireman",
+ "Love by the Light of the Moon",
+ "The Martyred Presidents",
+ "Midway Dance",
+ "Miles Canyon Tramway",
+ "Montreal Fire Department on Runners",
+ "Mounted Police Charge",
+ "The Old Maid Having Her Picture Taken",
+ "Pan-American Exposition by Night",
+ "Panorama of the Exposition, No. 1",
+ "Panorama of the Exposition, No. 2",
+ "Panoramic View of the Fleet After Yacht Race",
+ "Panoramic View of the Temple of Music and Esplanade",
+ "Panoramic View, Asheville, N.C.",
+ "Le Petit chaperon rouge",
+ "Photographing the Audience",
+ "Pie, Tramp and the Bulldog",
+ "President McKinley and Escort Going to the Capitol",
+ "President McKinley Taking the Oath",
+ "President McKinley's Speech at the Pan-American Exposition",
+ "The Queen's Funeral",
+ "Le Rêve de Noël",
+ "Rocking Gold in the Klondike",
+ "Ruhlin in His Training Quarters",
+ "Shad Fishing at Gloucester, N.J.",
+ "Terrible Teddy, the Grizzly King",
+ "The Tramp's Dream",
+ "Tramp's Nap Interrupted",
+ "Trapeze Disrobing Act",
+ "A Trip Around the Pan-American Exposition",
+ "Turkish Dance",
+ "Twelve in a Barrel",
+ "Two Rubes at the Theatre",
+ "Upper Falls of the Yellowstone",
+ "Washing Gold on 20 Above Hunker, Klondike",
+ "Wedding Procession in Cairo",
+ "Why Mr. Nation Wants a Divorce",
+ "Wonderful Trick Donkey, The",
+ "You Can't Lose Your Mother-in-Law",
+ "The Burlesque Suicide, No. 2",
+ "Burning of Durland's Riding Academy",
+ "The Interrupted Bathers",
+ "Jack and the Beanstalk",
+ "Who Said Watermelon?",
+ "Snow White",
+ "After Dark; or, the Policeman and His Lantern",
+ "Alice in Wonderland",
+ "An Up-to-Date Studio",
+ "A Visit to the Zoo",
+ "At Work in a Peat Bog",
+ "Automobile Explosion",
+ "The Ascent of Mont Blanc",
+ "Bicycle Dive",
+ "Bloodhounds Tracking a Convict",
+ "Buying a Baby",
+ "Cliff Scenery at the Fabbins",
+ "Close Quarters, with a Notion of the Motion of the Ocean",
+ "Cruelty on the High Seas",
+ "A Coach Drive from Glengariffe to Kenmore",
+ "Discovered Through an Opera Glass",
+ "A Drove of Wild Welsh Mountain Ponies",
+ "The Delhi Camp Railway",
+ "DeVoy's Revolving Ladder Act",
+ "The Deserter",
+ "The Effects of a Trolley Car Collision",
+ "Firemen to the Rescue",
+ "The Goose Takes a Trolley Ride",
+ "Egyptian Fakir with Dancing Monkey",
+ "Electrocuting an Elephant",
+ "English Barnyard Scene",
+ "Every Day Is Sunshine When the Heart Beats True",
+ "Fire!",
+ "Fife Getting Instructions from Committee",
+ "Fun on Board a Fishing Smack",
+ "The Great Train Robbery",
+ "Hop Picking",
+ "How to Shut Up a Quarrelsome Wife",
+ "Light Heavyweight Championship Contest Between Root and Gardner",
+ "Little Tich and His Funny Feet",
+ "Murder Scene from 'King of the Detectives'",
+ "Moses in the Bullrushes",
+ "Murphy's Wake",
+ "New York Harbor Police Boat Patrol Capturing Pirates",
+ "Nicholas Nickleby",
+ "Old Irish Cabin",
+ "On the Bow River Horse Ranch at Cochrane, North West Territory",
+ "Only a Soldier Boy",
+ "Our New Cook",
+ "Over the Garden Wall",
+ "Panorama of the Lakes of Killarney from Hotel",
+ "Passengers Embarking from S.S. Augusta Victoria, at Beyrouth",
+ "The Pigeons, Place St. Marc, Venice",
+ "Pittsburgh Fire Department in Full Run",
+ "Polo Match for the Championship at Hurlingham",
+ "The Puzzled Bather and His Animated Clothes",
+ "Quarrelsome Neighbours",
+ "Railway Ride in the Alps",
+ "Reproduction of the Corbett-McGovern Fight",
+ "Rock of Ages",
+ "The Runaway Match, or Marriage by Motor",
+ "Saturday Shopping",
+ "Scene in Canada -- Logging at Bear Creek",
+ "Scene in Canada -- Spearing Salmon in a Mountain Stream",
+ "A Search for Evidence",
+ "Sensational Hurdle Race",
+ "A Shocking Accident",
+ "S.S. St. Louis",
+ "Street Car Chivalry",
+ "A Substantial Ghost",
+ "The Tragical Tale of a Belated Letter",
+ "The Tramp's First Bath",
+ "A Trip Through the Gap of Dunloe",
+ "A Trip to the Giant's Causeway",
+ "Trouble in Hogan's Alley",
+ "Trout Fishing, Landing Three Pounder",
+ "True Love Never Runs Smooth",
+ "Turning the Tables",
+ "Two Little Vagabonds; or, The Pugilistic Parson",
+ "The Unexpected Bath",
+ "Wait Till Jack Comes Home",
+ "What Happened in the Tunnel",
+ "Wiring Pike in a Mill Stream",
+ "The Workman's Paradise",
+ "Alligator Farm",
+ "The Automobile Race",
+ "The Chicago Fire",
+ "The Child Stealers",
+ "Decoyed",
+ "A Ferry in the Far East",
+ "Fording a Stream",
+ "The Great Baltimore Fire",
+ "High Diving and Reverse",
+ "Hurdle Jumping",
+ "An Intelligent Elephant",
+ "The Monkey Bicyclist",
+ "Monkey, Dog and Pony Circus",
+ "Nervy Nat Kisses the Bride",
+ "A Nigger in the Woodpile",
+ "Parsifal",
+ "The Lover's Ruse",
+ "A Race for a Kiss",
+ "Raid on a Coiner's Den",
+ "Revenge!",
+ "A Railway Tragedy",
+ "Scarecrow Pump",
+ "The Strenuous Life; or, Anti-Race Suicide",
+ "The Suburbanite",
+ "Westinghouse Works, 1904",
+ "Adventures of Sherlock Holmes; or, Held for Ransom",
+ "Airy Fairy Lillian Tries on Her New Corsets",
+ "A Ballroom Tragedy",
+ "Burglar Bill",
+ "Coney Island at Night",
+ "A Dog Lost, Strayed or Stolen",
+ "Hippodrome Races, Dreamland, Coney Island",
+ "Escape from Sing Sing",
+ "The Great Jewel Mystery",
+ "I.B. Dam and the Whole Dam Family",
+ "The Kleptomaniac",
+ "Impersonation of Britt-Nelson Fight",
+ "New York Subway",
+ "The Nihilists",
+ "Moving Day; or, No Children Allowed",
+ "License No. 13; or, The Hoodoo Automobile",
+ "Life of an American Policeman",
+ "The Little Train Robbery",
+ "The Night Before Christmas",
+ "A Kentucky Feud",
+ "Peeping Tom in the Dressing Room",
+ "The Newsboy",
+ "A Policeman's Love Affair",
+ "The Rat Trap Pickpocket Detector",
+ "Reuben in the Opium Joint",
+ "Raffles the Dog",
+ "Raffles the Amateur Cracksman",
+ "The Seven Ages",
+ "The Servant Girl Problem",
+ "The Train Wreckers",
+ "Tom, Tom, the Piper's Son",
+ "Watermelon Patch",
+ "The Whole Dam Family and the Dam Dog",
+ "The Vanderbilt Auto Race",
+ "The Automobile Thieves",
+ "Dream of a Rarebit Fiend",
+ "From Leadville to Aspen: A Hold-Up in the Rockies",
+ "Humorous Phases of Funny Faces",
+ "Kathleen Mavourneen",
+ "A Trip Down Market Street",
+ "Waiting at the Church",
+ "Amateur Night; or, Get the Hook",
+ "Ben-Hur",
+ "Daniel Boone",
+ "How Brown Saw the Baseball Game",
+ "Laughing Gas",
+ "Terrible Ted",
+ "The Tired Tailor's Dream",
+ "The Adventures of Dollie",
+ "Antony and Cleopatra",
+ "Balked at the Altar",
+ "The Bandit's Waterloo",
+ "The Black Viper",
+ "A Calamitous Elopement",
+ "The Call of the Wild",
+ "A Christmas Carol",
+ "Deceived Slumming Party",
+ "Dr. Jekyll and Mr. Hyde",
+ "The Fairylogue and Radio-Plays",
+ "The Fight for Freedom",
+ "Macbeth",
+ "Money Mad",
+ "The Red Man and the Child",
+ "Romeo and Juliet",
+ "The Taming of the Shrew",
+ "The Tavern Keeper's Daughter",
+ "A B C's of the U.S.A.",
+ "Adventures of a Drummer Boy",
+ "And a Little Child Shall Lead Them",
+ "At the Altar",
+ "Boots and Saddles",
+ "The Brahma Diamond",
+ "A Brave Irish Lass",
+ "A Burglar's Mistake",
+ "C.Q.D.; or, Saved by Wireless; a True Story of the Wreck of the Republic",
+ "The Castaways",
+ "Cohen at Coney Island",
+ "Cohen's Dream",
+ "A Colonial Romance",
+ "The Cord of Life[1]",
+ "The Cracker's Bride",
+ "The Criminal Hypnotist",
+ "Cure for Bashfulness",
+ "The Curtain Pole[1]",
+ "A Daughter of the Sun",
+ "The Deacon's Love Letters",
+ "The Deception",
+ "A Drunkard's Reformation",
+ "Edgar Allan Poe",
+ "The Energetic Street Cleaner",
+ "The Fascinating Mrs. Francis",
+ "A Fool's Revenge",
+ "A Friend in the Enemy's Camp",
+ "The Girls and Daddy[1]",
+ "The Golden Louis",
+ "The Haunted Lounge",
+ "The Hindoo Dagger",
+ "His Ward's Love",
+ "His Wife's Mother",
+ "The Honor of the Slums",
+ "The Honor of Thieves",
+ "I Did It",
+ "Jessie, the Stolen Child",
+ "Jones and His New Neighbors",
+ "The Joneses Have Amateur Theatricals",
+ "Kenilworth",
+ "King Lear",
+ "The Life of Napoleon",
+ "Love Finds a Way",
+ "The Love of the Pasha's Son: A Turkish Romance",
+ "The Lure of the Gown",
+ "The Mad Miner",
+ "The Maniac Cook",
+ "The Medicine Bottle",
+ "Midnight Disturbance",
+ "Mr. Jones Has a Card Party",
+ "Mrs. Jones Entertains",
+ "Napoleon and the Empress Josephine",
+ "The Old Soldier's Story",
+ "One Touch of Nature",
+ "The Politician's Love Story",
+ "The Poor Musician",
+ "The Prussian Spy",
+ "The Road Agents",
+ "The Road to the Heart",
+ "A Rural Elopement",
+ "The Sacrifice",
+ "The Salvation Army Lass",
+ "A Sister's Love: A Tale of the Franco-Prussian War",
+ "A Sister's Love",
+ "Tag Day",
+ "A Tale of the West",
+ "The Tenderfoot",
+ "Those Awful Hats",
+ "Those Boys!",
+ "Tragic Love",
+ "Trying to Get Arrested",
+ "The Voice of the Violin",
+ "The Welcome Burglar[1]",
+ "Where Is My Wandering Boy Tonight?",
+ "The Wooden Leg",
+ "A Wreath in Time",
+ "Abraham Lincoln's Clemency",
+ "An Arcadian Maid",
+ "As It Is In Life",
+ "A Christmas Carol",
+ "The Courtship of Miles Standish",
+ "The Englishman and the Girl",
+ "Frankenstein",
+ "The Fugitive",
+ "Gentleman Joe",
+ "Hemlock Hoax, the Detective",
+ "The House with Closed Shutters",
+ "In Old California",
+ "In the Border States",
+ "A Lad from Old Ireland",
+ "Pocahontas",
+ "Pride of the Range",
+ "Ramona",
+ "The Rocky Road",
+ "Roosevelt in Africa",
+ "Rose O'Salem-Town",
+ "The Sanitarium",
+ "The Two Brothers",
+ "The Unchanging Sea",
+ "What the Daisy Said",
+ "The Woman from Mellon's",
+ "The Wonderful Wizard of Oz",
+ "Baseball and Bloomers",
+ "The Black Arrow: A Tale of the Two Roses",
+ "Brown of Harvard",
+ "Cally's Comet",
+ "The Coffin Ship",
+ "The Colonel and the King",
+ "Courting Across the Court",
+ "The Cowboy and the Lady",
+ "Flames and Fortune",
+ "For Her Sake",
+ "Her Awakening",
+ "The Higher Law",
+ "David Copperfield",
+ "His Trust Fulfilled",
+ "The Italian Barber",
+ "The Last of the Mohicans",
+ "The New Superintendent",
+ "The Pasha's Daughter",
+ "Princess Clementina",
+ "The Railroad Builder",
+ "The Scarlet Letter",
+ "The Smuggler",
+ "Sweet Memories",
+ "A Tale of Two Cities",
+ "That's Happiness",
+ "The Two Paths",
+ "The Voice of the Child",
+ "Won by Wireless",
+ "All for a Girl",
+ "At the Foot of the Ladder",
+ "Aurora Floyd",
+ "Baby Hands",
+ "The Bandit of Tropico",
+ "A Battle of Wits",
+ "The Belle of Bar-Z Ranch",
+ "A Business Buccaneer",
+ "The Charge of the Light Brigade",
+ "Conductor 786",
+ "The County Fair",
+ "The Cry of the Children",
+ "The Deserter",
+ "The Eternal Mother",
+ "Dr. Jekyll and Mr. Hyde",
+ "For His Son",
+ "Frankfurters and Quail",
+ "From the Manger to the Cross",
+ "The Half-Breed's Way",
+ "His Only Son",
+ "It Happened Thus",
+ "The Land Beyond the Sunset",
+ "A Leap for Love",
+ "The Little Girl Next Door",
+ "The Musketeers of Pig Alley",
+ "A New Cure for Divorce",
+ "The New York Hat",
+ "The Old Bookkeeper",
+ "Petticoat Camp",
+ "Please Help the Pore",
+ "The Power of Melody",
+ "Put Yourself in His Place",
+ "Saved from the Titanic",
+ "A Six Cylinder Elopement",
+ "Standing Room Only",
+ "The Street Singer",
+ "The Tell-Tale Message",
+ "The Thunderbolt",
+ "An Unseen Enemy",
+ "The Voice of Conscience",
+ "What Happened to Mary?",
+ "When the Heart Calls",
+ "With the Mounted Police",
+ "The Young Millionaire",
+ "The Adventures of Kathlyn",
+ "American Born",
+ "Article 47, L'",
+ "Back to Life",
+ "Barney Oldfield's Race for a Life",
+ "Beau Brummel",
+ "Beautiful Bismark",
+ "Bianca",
+ "Bloodhounds of the North",
+ "Bob's Baby",
+ "The Caged Bird",
+ "Calamity Anne's Beauty",
+ "Calamity Anne's Dream",
+ "Calamity Anne's Inheritance",
+ "Calamity Anne's Vanity",
+ "Calamity Anne, Heroine",
+ "Cohen Saves the Flag",
+ "The Cub Reporter's Temptation",
+ "Cupid in a Dental Parlor",
+ "A Desperate Chance",
+ "Dr. Jekyll and Mr. Hyde",
+ "The Evidence of the Film",
+ "The Face at the Window",
+ "The Fire Coward",
+ "The Flirt and the Bandit",
+ "For the Crown",
+ "For the Flag",
+ "A Forest Romance",
+ "The Game Warden",
+ "The Girl and the Greaser",
+ "The Greater Love",
+ "His Chum the Baron",
+ "Hulda of the Netherlands",
+ "Hurricane in Galveston",
+ "In the Secret Service",
+ "Justice of the Wild",
+ "A Little Hero",
+ "The Mirror",
+ "Oil and Water",
+ "The Old Monk's Tale",
+ "The Proof of the Man",
+ "The Quakeress",
+ "The Restless Spirit",
+ "The Rose of San Juan",
+ "Rory o' the Bogs",
+ "Sally Scraggs, Housemaid",
+ "The Shoemaker and the Doll",
+ "The Telephone Girl and the Lady",
+ "Three Friends",
+ "The Twelfth Juror",
+ "Unto the Third Generation",
+ "While There's Life",
+ "Woman's Honor",
+ "The Amateur Detective",
+ "The Archeologist",
+ "At the Potter's Wheel",
+ "The Avenging Conscience",
+ "Back to the Farm",
+ "The Baggage Smasher",
+ "The Bargain",
+ "Barnyard Flirtations",
+ "A Bath House Beauty",
+ "The Battle of the Sexes",
+ "The Beggar Child",
+ "Between Showers",
+ "Billy's Rival",
+ "A Blowout at Santa Banana",
+ "The Body in the Trunk",
+ "Break, Break, Break",
+ "Brewster's Millions",
+ "Brute Force",
+ "Business Versus Love",
+ "A Busy Day",
+ "The Butterfly",
+ "Calamity Anne's Love Affair",
+ "The Call of the North",
+ "The Call of the Traumerei",
+ "The Cameo of the Yellowstone",
+ "Captain Alvarez",
+ "Caught in a Cabaret",
+ "Caught in the Rain",
+ "The Certainty of Man",
+ "Chicken Chaser",
+ "Cinderella",
+ "The Cocoon and the Butterfly",
+ "The Combination of the Safe",
+ "The Coming of the Padres",
+ "Cruel, Cruel Love",
+ "Damaged Goods",
+ "David Gray's Estate",
+ "Destinies Fulfilled",
+ "Does It End Right?",
+ "Dough and Dynamite",
+ "The Envoy Extraordinary",
+ "The Escape",
+ "The Exploits of Elaine",
+ "The Face on the Bar Room Floor",
+ "The Fatal Mallet",
+ "Fate's Decree",
+ "Fatty's Magic Pants",
+ "Feast and Famine",
+ "A Film Johnnie",
+ "The Final Impulse",
+ "The Floor Above",
+ "A Florida Enchantment",
+ "In the Footprints of Mozart",
+ "The Forbidden Room",
+ "Gentlemen of Nerve",
+ "Gertie the Dinosaur",
+ "Getting Acquainted",
+ "The Ghost Breaker",
+ "The Girl in the Shack",
+ "A Good Little Devil",
+ "The Green-Eyed Devil",
+ "A Happy Coersion",
+ "The Hazards of Helen",
+ "Her Friend the Bandit",
+ "Her Younger Sister",
+ "His Faith in Humanity",
+ "His Father's Rifle",
+ "His Favourite Pastime",
+ "His Majesty, the Scarecrow of Oz",
+ "His Musical Career",
+ "His New Profession",
+ "His Prehistoric Past",
+ "His Trysting Place",
+ "Home, Sweet Home",
+ "The Hopes of Blind Alley",
+ "The Hunchback",
+ "Imar the Servitor",
+ "In Tune",
+ "In the Candlelight",
+ "In the Land of the Head Hunters",
+ "In the Open",
+ "Jail Birds",
+ "Judith of Bethulia",
+ "The Jungle",
+ "Kid Auto Races at Venice",
+ "The Kiss",
+ "The Knockout",
+ "Laughing Gas",
+ "The Life of General Villa",
+ "Little Lord Fauntleroy",
+ "A Little Madonna",
+ "The Livid Flame",
+ "The Lost Sermon",
+ "Love and Bullets",
+ "The Lover's Gift",
+ "Lucille Love, Girl of Mystery",
+ "The Lure of the Sawdust",
+ "Mabel at the Wheel",
+ "Mabel's Blunder",
+ "Mabel's Busy Day",
+ "Mabel's Married Life",
+ "Mabel's Strange Predicament",
+ "The Magic Cloak of Oz",
+ "Making a Living",
+ "The Man from Home",
+ "A Man's Way",
+ "The Masquerader",
+ "The Master Key",
+ "The Master Mind",
+ "Mein Lieber Katrina",
+ "Michael Strogoff",
+ "Mein Lieber Katrina Catches a Convict",
+ "The Mystery of the Hindu Image",
+ "Nature's Touch",
+ "The Navy Aviator",
+ "Neptune's Daughter",
+ "The New Janitor",
+ "Old Enough to Be Her Grandpa",
+ "The Only Son",
+ "The Patchwork Girl of Oz",
+ "The Perils of Pauline",
+ "The Power of Light",
+ "The Property Man",
+ "Recreation",
+ "Redbird Wins",
+ "The Redemption of a Pal",
+ "Richelieu",
+ "The Rose Bush of Memories",
+ "Rose of the Rancho",
+ "Rosemary, That's for Remembrance",
+ "The Rounders",
+ "Salomy Jane",
+ "Samson",
+ "Shotgun Jones",
+ "Should a Woman Divorce?",
+ "Sir Galahad of Twilight",
+ "The Sleeping Sentinel",
+ "A Slice of Life",
+ "The Son of Thomas Gray",
+ "The Song of the Sea Shell",
+ "A Soul Astray",
+ "The Sower Reaps",
+ "Sparrow of the Circus",
+ "The Spoilers",
+ "The Squaw Man",
+ "The Star Boarder",
+ "A Story of Little Italy",
+ "The Story of the Olive",
+ "The Strength o' Ten",
+ "A Study in Scarlet",
+ "Sweet and Low",
+ "Such a Little Queen",
+ "The Taming of Sunnybrook Nell",
+ "Tango Tangles",
+ "The Telltale Knife",
+ "The Ten of Spades",
+ "Tess of the Storm Country",
+ "Their Worldly Goods",
+ "This Is th' Life",
+ "Those Love Pangs",
+ "A Ticket to Red Horse Gulch",
+ "Tillie's Punctured Romance",
+ "To Be Called For",
+ "The Town of Nazareth",
+ "True Western Hearts",
+ "A Turn of the Cards",
+ "Twenty Minutes of Love",
+ "Uncle Tom's Cabin (1914 film)",
+ "The Unlawful Trade",
+ "The Unmasking",
+ "Unto the Weak",
+ "The Virginian",
+ "What's His Name",
+ "When a Woman Waits",
+ "The Widow's Investment",
+ "Wildflower",
+ "The Wishing Ring",
+ "The Wrath of the Gods",
+ "The Wrong Birds",
+ "After Five",
+ "After the Storm",
+ "Anna Karenina",
+ "The Arab",
+ "The Assayer of Lone Gap",
+ "Auntie's Portrait",
+ "The Barren Gain",
+ "The Beachcomber",
+ "Beyond His Fondest Hopes",
+ "Birth of a Nation",
+ "The Blot on the Shield",
+ "The Bluffers",
+ "Buckshot John",
+ "Bughouse Bellhops",
+ "Burlesque on Carmen",
+ "The Captive",
+ "Carmen",
+ "Carmen",
+ "The Champion",
+ "The Cheat",
+ "Chimmie Fadden",
+ "Chimmie Fadden Out West",
+ "The Chorus Lady",
+ "Christmas Memories",
+ "Close-Cropped Clippings",
+ "The Commuters",
+ "Competition",
+ "Court House Crooks",
+ "David Harum",
+ "The Day of Reckoning",
+ "Double Trouble",
+ "Drawing the Line",
+ "Enoch Arden",
+ "The Exile of Bar-K Ranch",
+ "Fatty's Tintype Tangle",
+ "A Fool There Was",
+ "A Foozle at the Tee Party",
+ "Four Feathers",
+ "From Italy's Shores",
+ "Fresh from the Farm",
+ "The Girl of the Golden West",
+ "A Girl of Yesterday",
+ "Giving Them Fits",
+ "The Golden Chance",
+ "A Good Business Deal",
+ "Great While It Lasted",
+ "Hearts in Shadow",
+ "His New Job",
+ "The Honor of the District Attorney",
+ "The Hungry Actors",
+ "The Immigrant",
+ "In The Park",
+ "In Trust",
+ "Inspiration",
+ "The Italian",
+ "Judge Not; or The Woman of Mona Diggings",
+ "Just Nuts",
+ "Kindling",
+ "Lady Audley's Secret",
+ "The Lamb",
+ "The Little Lady Next Door",
+ "Lonesome Luke, Social Gangster",
+ "Love, Loot and Crash",
+ "Mabel and Fatty Viewing the World's Fair at San Francisco",
+ "The Man from Texas",
+ "Martyrs of the Alamo",
+ "A Mixup for Mazie",
+ "Mountain Mary",
+ "The Newer Way",
+ "Peculiar Patients' Pranks",
+ "Pete, the Pedal Polisher",
+ "The Poet of the Peaks",
+ "Pool Sharks",
+ "The Pretty Sister of Jose",
+ "Profit from Loss",
+ "A Question of Honor",
+ "Ragtime Snap Shots",
+ "The Raven",
+ "Regeneration",
+ "The Ring of Destiny",
+ "Ruses, Rhymes and Roughnecks",
+ "She Walketh Alone",
+ "Should a Wife Forgive?",
+ "The Silver Lining",
+ "A Small Town Girl",
+ "The Smuggler's Cave",
+ "The Solution to the Mystery",
+ "Some Baby",
+ "The Soul of Broadway",
+ "The Spirit of Adventure",
+ "Spit-Ball Sadie",
+ "Stingaree",
+ "A Submarine Pirate",
+ "The Substitute Minister",
+ "Temptation",
+ "Terribly Stuck Up",
+ "Their Social Splash",
+ "Tinkering with Trouble",
+ "To Melody a Soul Responds",
+ "To Rent Furnished",
+ "The Toast of Death",
+ "The Tramp",
+ "The Two Orphans",
+ "The Unafraid",
+ "The Vampire (1915 film)",
+ "The Warrens of Virginia",
+ "The Wasp",
+ "The Wild Goose Chase",
+ "Willie Runs the Park",
+ "Work",
+ "20,000 Leagues Under the Sea",
+ "A La Cabaret",
+ "The Abandonment",
+ "American Aristocracy",
+ "The Americano",
+ "Arthur's Desperate Resolve",
+ "The Aryan",
+ "Behind the Screen",
+ "Betty of Greystone",
+ "Billy's War Brides",
+ "The Broken Cross",
+ "The Bondman",
+ "Broken Fetters",
+ "The Bruiser",
+ "The Children in the House",
+ "Civilization",
+ "The Count",
+ "The Craving",
+ "The Curse of Quon Gwon",
+ "A Daughter of the Gods",
+ "The Decoy",
+ "Divorce and the Daughter",
+ "The Dream Girl",
+ "Dulcie's Adventure",
+ "Energetic Eva",
+ "The Fatal Glass of Beer",
+ "The Fate of the Dolphin",
+ "Fatty and Mabel Adrift",
+ "Felix on the Job",
+ "The Fireman",
+ "The Floorwalker",
+ "The Gamble",
+ "The Gentle Art of Burglary",
+ "Going Straight",
+ "The Good Bad Man",
+ "Gretchen the Greenhorn",
+ "The Grey Sisterhood",
+ "The Habit of Happiness",
+ "The Half-Breed",
+ "He Wrote a Book",
+ "The Heart of Nora Flynn",
+ "Hell's Hinges",
+ "The Highest Bid",
+ "His Picture",
+ "Hoodoo Ann",
+ "Hulda from Holland",
+ "The Innocent Lie",
+ "An Innocent Magdalene",
+ "Intolerance",
+ "Joan the Woman",
+ "La Bohème",
+ "The League of the Future",
+ "Let Katy Do It",
+ "Lights of New York",
+ "Lillo of the Sulu Seas",
+ "Little Eve Edgarton",
+ "Lonesome Luke Leans to the Literary",
+ "Lonesome Luke Lolls in Luxury",
+ "Lonesome Luke, Circus King",
+ "The Love Girl",
+ "The Love Hermit",
+ "Luke and the Bang-Tails",
+ "Luke and the Bomb Throwers",
+ "Luke and the Mermaids",
+ "Luke and the Rural Roughnecks",
+ "Luke Does the Midway",
+ "Luke Foils the Villain",
+ "Luke Joins the Navy",
+ "Luke Laughs Last",
+ "Luke Locates the Loot",
+ "Luke Lugs Luggage",
+ "Luke Pipes the Pippins",
+ "Luke Rides Roughshod",
+ "Luke, Crystal Gazer",
+ "Luke, Patient Provider",
+ "Luke, Rank Impersonator",
+ "Luke, the Candy Cut-Up",
+ "Luke, the Chauffeur",
+ "Luke, the Gladiator",
+ "Luke's Double",
+ "Luke's Fatal Flivver",
+ "Luke's Fireworks Fizzle",
+ "Luke's Late Lunchers",
+ "Luke's Lost Lamb",
+ "Luke's Movie Muddle",
+ "Luke's Newsie Knockout",
+ "Luke's Preparedness Preparations",
+ "Luke's Shattered Sleep",
+ "Luke's Society Mixup",
+ "Luke's Speedy Club Life",
+ "Luke's Washful Waiting",
+ "Macbeth",
+ "Madame X",
+ "The Man Who Would Not Die",
+ "The Man in the Sombrero",
+ "Manhattan Madness",
+ "Maria Rosa",
+ "Martha's Vindication",
+ "Matching Dreams",
+ "A Message to Garcia",
+ "The Missing Links",
+ "The Moonshiners",
+ "Oliver Twist",
+ "One A.M.",
+ "The Other Side of the Door",
+ "The Pawnshop",
+ "Pay Dirt",
+ "The Plow Girl",
+ "Police",
+ "Ramona",
+ "The Release of Dan Forbes",
+ "The Rink",
+ "A Sanitarium Scramble",
+ "Secret Love",
+ "The Secret Wire",
+ "Sequel to the Diamond from the Sky",
+ "Shadows",
+ "Sherlock Holmes",
+ "A Sister of Six",
+ "The Smugglers of Santa Cruz",
+ "Snow White",
+ "A Society Sherlock",
+ "A Soul at Stake",
+ "The Soul's Cycle",
+ "Stampede in the Night",
+ "The Stepping Stone",
+ "The Strength of Donald McKenzie",
+ "Them Was the Happy Days!",
+ "The Thoroughbred",
+ "Three Fingered Jenny",
+ "Time and Tide",
+ "To Have and to Hold",
+ "The Torch Bearer",
+ "The Trail of the Lonesome Pine",
+ "True Nobility",
+ "The Twinkler",
+ "Two Seats at the Opera",
+ "Under Two Flags",
+ "The Undertow",
+ "The Vagabond",
+ "Viviana",
+ "Where Are My Children?",
+ "The White Rosette",
+ "Youth's Endearing Charm",
+ "The Adventurer",
+ "All Aboard",
+ "As Men Love",
+ "At First Sight",
+ "The Babes in the Woods",
+ "The Bad Boy",
+ "Bashful",
+ "The Big Idea",
+ "Birds of a Feather",
+ "Black Orchids",
+ "Bliss",
+ "The Bride's Silence",
+ "Bucking Broadway",
+ "The Butcher Boy",
+ "By the Sad Sea Waves",
+ "Camille",
+ "Cheyenne's Pal",
+ "Cleopatra",
+ "Clubs Are Trump",
+ "Coney Island",
+ "The Cure",
+ "The Devil-Stone",
+ "Down to Earth",
+ "Easy Street",
+ "Enlighten Thy Daughter",
+ "The Flirt",
+ "The Flower of Doom",
+ "From Laramie to London",
+ "Golden Rule Kate",
+ "Great Expectations",
+ "The Gulf Between",
+ "Hands Up!",
+ "Her Right to Live",
+ "His Wedding Night",
+ "The Immigrant",
+ "In Again, Out Again",
+ "Jack and the Beanstalk",
+ "Jim Bludso",
+ "The Jury of Fate",
+ "A Kentucky Cinderella",
+ "The Lad and the Lion",
+ "The Land of the Long Shadows",
+ "The Little American",
+ "Little Lost Sister",
+ "The Little Princess",
+ "Lonesome Luke, Lawyer",
+ "Lonesome Luke, Mechanic",
+ "Lonesome Luke, Messenger",
+ "Lonesome Luke, Plumber",
+ "Lonesome Luke Loses Patients",
+ "Lonesome Luke on Tin Can Alley",
+ "Lonesome Luke's Honeymoon",
+ "Lonesome Luke's Lively Life",
+ "Lonesome Luke's Lovely Rifle",
+ "Lonesome Luke's Wild Women",
+ "Lost and Won",
+ "Love, Laughs and Lather",
+ "A Love Sublime",
+ "Luke Wins Ye Ladye Faire",
+ "Luke's Busy Day",
+ "Luke's Lost Liberty",
+ "Luke's Trolley Troubles",
+ "The Man Without a Country",
+ "The Mate of the Sally Ann",
+ "A Modern Musketeer",
+ "A Mormon Maid",
+ "Move On",
+ "Oh Doctor!",
+ "On Record",
+ "Over the Fence",
+ "Panthea",
+ "Peggy, the Will O' the Wisp",
+ "Pinched",
+ "The Poor Little Rich Girl",
+ "The Primrose Ring",
+ "The Princess of Patches",
+ "Princess Virtue",
+ "Rainbow Island",
+ "Reaching for the Moon",
+ "Rebecca of Sunnybrook Farm",
+ "A Reckless Romeo",
+ "The Reward of the Faithless",
+ "A Romance of the Redwoods",
+ "The Rough House",
+ "Souls in Pawn",
+ "Souls Triumphant",
+ "Step Lively",
+ "Stop! Luke! Listen!",
+ "Straight Shooting",
+ "A Strange Transgressor",
+ "Teddy at the Throttle",
+ "Tom Sawyer",
+ "The Tornado",
+ "We Never Sleep",
+ "Wild and Woolly",
+ "The Wild Girl",
+ "The Woman God Forgot",
+ "The Accident Attorney",
+ "The Accusing Toe",
+ "Ali Baba and the Forty Thieves",
+ "All Woman",
+ "Amarilly of Clothes-Line Alley",
+ "America's Answer",
+ "Among the Cannibal Isles of the South Pacific",
+ "Are Crooks Dishonest?",
+ "Arizona",
+ "Back to the Woods",
+ "Beat It",
+ "Beauty and the Rogue",
+ "Bees in His Bonnet",
+ "Believe Me, Xantippe",
+ "The Bell Boy",
+ "The Blind Adventure",
+ "The Blue Bird",
+ "The Bond",
+ "Bound in Morocco",
+ "Brazen Beauty",
+ "Bride and Gloom",
+ "The Bride of Fear",
+ "The Bride's Awakening",
+ "Bud's Recruit",
+ "The Burden of Proof",
+ "Cecilia of the Pink Roses",
+ "The Chocolate of the Gang",
+ "The City of Dim Faces",
+ "The City Slicker",
+ "Confession",
+ "The Cook",
+ "The Craving",
+ "Danger, Go Slow",
+ "The Deciding Kiss",
+ "A Dog's Life",
+ "The Embarrassment of Riches",
+ "The Eyes of Julia Deep",
+ "The Eyes of Mystery",
+ "Face Value",
+ "Fireman Save My Child",
+ "The Floor Below",
+ "Follow the Crowd",
+ "The Forbidden City",
+ "Friend Husband",
+ "Fuss and Feathers",
+ "A Gasoline Wedding",
+ "The Ghost of Slumber Mountain",
+ "The Goddess of Lost Lake",
+ "The Great Love",
+ "The Greatest Thing in Life",
+ "He Comes Up Smiling",
+ "Headin' South",
+ "Hear 'Em Rave",
+ "The Heart of Humanity",
+ "Hearts of the World",
+ "Hearts or Diamonds",
+ "Hell Bent",
+ "Her Only Way",
+ "Here Come the Girls",
+ "Hey There!",
+ "His Robe of Honor",
+ "Hit Him Again",
+ "The House of Mirth",
+ "Huck and Tom",
+ "I'm a Man",
+ "It's a Wild Life",
+ "Kicked Out",
+ "Kicking the Germ Out of Germany",
+ "The Kingdom of Youth",
+ "The Lady of the Dug-Out",
+ "The Lamb",
+ "The Legion of Death",
+ "Let's Go",
+ "The Light of the Western Stars",
+ "Look Pleasant, Please",
+ "The Lost Lie",
+ "The Marriage Ring",
+ "Men Who Have Made Love to Me",
+ "Mickey",
+ "Moonshine",
+ "Mr. Fix-It",
+ "Nine-Tenths of the Law",
+ "Nocturnal Tunes",
+ "The Non-Stop Kid",
+ "Nothing But Trouble",
+ "Old Wives for New",
+ "On the Jump",
+ "The Ordeal of Rosetta",
+ "Out of the Inkwell",
+ "Out West",
+ "An Ozark Romance",
+ "Pipe the Whiskers",
+ "Powers That Prey",
+ "Revenge",
+ "The Richest Girl",
+ "The Romance of Tarzan",
+ "The Safety Curtain",
+ "Salomé",
+ "The Scarlet Drop",
+ "Set Free",
+ "She Loves Me Not",
+ "Shoulder Arms",
+ "Sic 'Em, Towser",
+ "The Sinking of the Lusitania",
+ "Six Shooter Andy",
+ "Social Briars",
+ "Somewhere in Turkey",
+ "The Squaw Man",
+ "Stella Maris",
+ "Swing Your Partners",
+ "Tad's Swimming Hole",
+ "Take a Chance",
+ "Tarzan of the Apes",
+ "That's Him",
+ "Till I Come Back to You",
+ "The Tip",
+ "Treasure Island",
+ "Triple Trouble",
+ "Two-Gun Gussie",
+ "Two Scrambled",
+ "Under the Yoke",
+ "Under the Greenwood Tree",
+ "The Venus Model",
+ "We Can't Have Everything",
+ "When Do We Eat?",
+ "Which Woman?",
+ "The Whispering Chorus",
+ "Why Pick on Me?",
+ "23 1/2 Hours' Leave",
+ "The A.B.C. of Love",
+ "Ace of the Saddle",
+ "An Adventure in Hearts",
+ "The Adventure Shop",
+ "After His Own Heart",
+ "Alias Mike Moran",
+ "All of a Sudden Norma",
+ "All Wrong",
+ "Almost a Husband",
+ "Almost Married",
+ "The Amateur Adventuress",
+ "The Amazing Impostor",
+ "The Amazing Wife",
+ "An Innocent Adventuress",
+ "Anne of Green Gables",
+ "As a Man Thinks",
+ "As the Sun Went Down",
+ "The Avalanche",
+ "A Bachelor's Wife",
+ "The Bandbox",
+ "Bare-Fisted Gallagher",
+ "Bare Fists",
+ "Be a Little Sport",
+ "The Beauty Market",
+ "Beauty-Proof",
+ "Beating the Odds",
+ "Beckoning Roads",
+ "Behind the Door",
+ "The Belle of New York",
+ "The Best Man",
+ "Better Times",
+ "The Better Wife",
+ "Beware!",
+ "The Big Little Person",
+ "Bill Apperson's Boy",
+ "Bill Henry",
+ "The Bishop's Emeralds",
+ "The Black Circle",
+ "The Black Gate",
+ "Blackie's Redemption",
+ "Blind Husbands",
+ "Blind Man's Eyes",
+ "The Blinding Trail",
+ "The Blue Bandanna",
+ "The Bluffer",
+ "Bolshevism on Trial",
+ "The Bondage of Barbara",
+ "Bonds of Honor",
+ "Bonds of Love",
+ "Bonnie Bonnie Lassie",
+ "Boots",
+ "The Busher",
+ "The Bramble Bush",
+ "The Brand",
+ "Brass Buttons",
+ "The Brat",
+ "Breed of Men",
+ "Bringing Up Betty",
+ "Broken Blossoms",
+ "The Broken Butterfly",
+ "The Broken Commandments",
+ "The Broken Melody",
+ "The Brute Breaker",
+ "Burglar by Proxy",
+ "The Call of the Soul",
+ "The Cambric Mask",
+ "Captain Kidd, Jr.",
+ "The Captain's Captain",
+ "The Career of Katherine Bush",
+ "Carolyn of the Corners",
+ "Castles in the Air",
+ "Charge It to Me",
+ "Chasing Rainbows",
+ "Cheating Cheaters",
+ "Cheating Herself",
+ "Checkers",
+ "The Cinema Murder",
+ "The City of Comrades",
+ "The Climbers",
+ "Come Again Smith",
+ "Come Out of the Kitchen",
+ "The Coming of the Law",
+ "The Common Cause",
+ "Common Clay",
+ "Common Property",
+ "Counterfeit",
+ "The Country Cousin",
+ "The Courageous Coward",
+ "Cowardice Court",
+ "Creaking Stairs",
+ "The Crimson Gardenia",
+ "The Crook of Dreams",
+ "Crooked Straight",
+ "Cupid Forecloses",
+ "The Cry of the Weak",
+ "Daddy-Long-Legs",
+ "A Damsel in Distress",
+ "Dangerous Hours",
+ "Dangerous Waters",
+ "Daring Hearts",
+ "The Dark Star",
+ "The Darkest Hour",
+ "Daughter of Mine",
+ "A Daughter of the Wolf",
+ "Dawn",
+ "Day Dreams",
+ "The Day She Paid",
+ "The Delicious Little Devil",
+ "Desert Gold",
+ "Destiny",
+ "Devil McCare",
+ "Diane of the Green Van",
+ "The Divorcee",
+ "The Divorce Trap",
+ "Don't Change Your Husband",
+ "The Dragon Painter",
+ "The Drifters",
+ "The Dub",
+ "Eastward Ho!",
+ "Easy to Make Money",
+ "The Echo of Youth",
+ "The End of the Game",
+ "The Egg Crate Wallop",
+ "The Enchanted Barn",
+ "The Eternal Magdalene",
+ "Evangeline",
+ "Eve in Exile",
+ "Everywoman",
+ "Experimental Marriage",
+ "Extravagance",
+ "The Exquisite Thief",
+ "Eyes of the Soul",
+ "Eyes of Youth",
+ "Fair and Warmer",
+ "Faith",
+ "The Faith of the Strong",
+ "A Fallen Idol",
+ "False Evidence",
+ "The False Faces",
+ "A Favor to a Friend",
+ "The Fear Woman",
+ "The Feud",
+ "A Fight for Love",
+ "A Fighting Colleen",
+ "Fighting Cressy",
+ "Fighting Destiny",
+ "Fighting for Gold",
+ "The Final Close-Up",
+ "The Fire Flingers",
+ "Fires of Faith",
+ "The Firing Line",
+ "Flame of the Desert",
+ "The Follies Girl",
+ "Fools and Their Money",
+ "For a Woman's Honor",
+ "For Better, For Worse",
+ "Forbidden",
+ "The Forbidden Room",
+ "The Forfeit",
+ "The Four Flusher",
+ "A Fugitive from Matrimony",
+ "Full of Pep",
+ "The Gamblers",
+ "Gambling in Souls",
+ "The Game's Up",
+ "Gates of Brass",
+ "The Gay Lord Quex",
+ "A Gentleman of Quality",
+ "Getting Mary Married",
+ "A Girl at Bay",
+ "The Girl Dodger",
+ "The Girl from Outside",
+ "A Girl in Bohemia",
+ "The Girl Problem",
+ "The Girl Who Stayed at Home",
+ "The Girl with No Regrets",
+ "The Girl-Woman",
+ "Girls",
+ "The Glorious Lady",
+ "God's Outlaw",
+ "The Gold Cure",
+ "The Golden Shower",
+ "Good Gracious, Annabelle",
+ "The Gray Horizon",
+ "The Gray Towers Mystery",
+ "The Gray Wolf's Ghost",
+ "Greased Lightning",
+ "The Great Air Robbery",
+ "The Great Romance",
+ "The Great Victory",
+ "The Greatest Question",
+ "The Grim Game",
+ "A Gun Fightin' Gentleman",
+ "Happiness a la Mode",
+ "Happy Though Married",
+ "Hard Boiled",
+ "The Haunted Bedroom",
+ "Haunting Shadows",
+ "Hawthorne of the U.S.A.",
+ "Hay Foot, Straw Foot",
+ "A Heart in Pawn",
+ "Heart o' the Hills",
+ "The Heart of Wetona",
+ "The Heart of Youth",
+ "Hearts Asleep",
+ "Heartsease",
+ "Hell-Roarin' Reform",
+ "The Hellion",
+ "Help! Help! Police!",
+ "Her Code of Honor",
+ "Her Kingdom of Dreams",
+ "Her Purchase Price",
+ "Here Comes the Bride",
+ "The Highest Trump",
+ "His Debt",
+ "His Divorced Wife",
+ "His Majesty, the American",
+ "His Official Fiancée",
+ "His Parisian Wife",
+ "His Wife's Friend",
+ "The Homebreaker",
+ "Home",
+ "The Home Town Girl",
+ "The Hoodlum",
+ "Hoop-La",
+ "Hornet's Nest",
+ "A House Divided",
+ "The House of Intrigue",
+ "Human Desire",
+ "The Hushed Hour",
+ "The Illustrious Prince",
+ "I'll Get Him Yet",
+ "The Imp",
+ "Impossible Catherine",
+ "In for Thirty Days",
+ "In His Brother's Place",
+ "In Honor's Web",
+ "In Mizzoura",
+ "In Old Kentucky",
+ "In Wrong",
+ "The Indestructible Wife",
+ "The Intrusion of Isabel",
+ "The Invisible Bond",
+ "The Island of Intrigue",
+ "The Isle of Conquest",
+ "It Pays to Advertise",
+ "It's a Bear",
+ "Jacques of the Silver North",
+ "Jane Goes A' Wooing",
+ "Jinx",
+ "John Petticoats",
+ "Johnny Get Your Gun",
+ "Johnny-on-the-Spot",
+ "Josselyn's Wife",
+ "The Joyous Liar",
+ "Jubilo",
+ "The Jungle Trail",
+ "Kathleen Mavourneen",
+ "Kitty Kelly, M.D.",
+ "The Knickerbocker Buckaroo",
+ "The Lady of Red Butte",
+ "Lasca",
+ "The Last of the Duanes",
+ "The Last of His People",
+ "The Law of Men",
+ "Leave It to Susan",
+ "Let's Elope",
+ "The Life Line",
+ "Life's a Funny Proposition",
+ "The Light",
+ "The Light of Victory",
+ "The Lincoln Highwayman",
+ "The Lion and the Mouse",
+ "The Lion's Den",
+ "A Little Brother of the Rich",
+ "Little Comrade",
+ "The Little Diplomat",
+ "The Little White Savage",
+ "Lombardi, Ltd.",
+ "The Lone Star Ranger",
+ "The Lone Wolf's Daughter",
+ "The Long Arm of Mannister",
+ "The Long Lane's Turning",
+ "Loot",
+ "Lord and Lady Algy",
+ "The Lost Battalion",
+ "Lost Money",
+ "The Lost Princess",
+ "The Lottery Man",
+ "Louisiana",
+ "The Love Auction",
+ "The Love Cheat",
+ "Love Is Love",
+ "Love's Prisoner",
+ "The Love Burglar",
+ "Love Insurance",
+ "The Loves of Letty",
+ "The Love That Dares",
+ "Luck and Pluck",
+ "Luck in Pawn",
+ "The Lure of Ambition",
+ "Maggie Pepper",
+ "Male and Female",
+ "A Man and His Money",
+ "The Man Beneath",
+ "The Man Hunter",
+ "The Man in the Moonlight",
+ "A Man of Honor",
+ "The Man Who Stayed at Home",
+ "The Man Who Turned White",
+ "The Man Who Won",
+ "A Man's Country",
+ "Man's Desire",
+ "A Man's Fight",
+ "Marked Men",
+ "The Market of Souls",
+ "Marie, Ltd.",
+ "The Marriage Price",
+ "Married in Haste",
+ "Mary Regan",
+ "The Mayor of Filbert",
+ "Me and Captain Kidd",
+ "Men, Women, and Money",
+ "The Merry-Go-Round",
+ "The Microbe",
+ "A Midnight Romance",
+ "The Millionaire Pirate",
+ "The Mind-the-Paint Girl",
+ "The Mints of Hell",
+ "The Miracle Man",
+ "The Miracle of Love",
+ "The Misleading Widow",
+ "Miss Adventure",
+ "Miss Dulcie from Dixie",
+ "Modern Husbands",
+ "Molly of the Follies",
+ "The Money Corral",
+ "The Moonshine Trail",
+ "The Moral Deadline",
+ "More Deadly Than the Male",
+ "Mrs. Wiggs of the Cabbage Patch",
+ "My Little Sister",
+ "Never Say Quit",
+ "The New Moon",
+ "Nobody Home",
+ "Nugget Nell",
+ "The Oakdale Affair",
+ "Oh Boy!",
+ "Oh, You Women!",
+ "One of the Finest",
+ "One-Thing-At-a-Time O'Day",
+ "One Week of Life",
+ "The Open Door",
+ "Open Your Eyes",
+ "The Other Half",
+ "Other Men's Wives",
+ "Our Better Selves",
+ "Out of the Fog",
+ "Out of the Shadow",
+ "Out Yonder",
+ "The Outcasts of Poker Flat",
+ "Over the Garden Wall",
+ "The Pagan God",
+ "Paid in Advance",
+ "Paid in Full",
+ "The Painted World",
+ "The Parisian Tigress",
+ "Partners Three",
+ "The Peace of Roaring River",
+ "Peg o' My Heart",
+ "Peggy Does Her Darndest",
+ "Peppy Polly",
+ "The Perfect Lover",
+ "Perils of Thunder Mountain",
+ "The Pest",
+ "A Petal on the Current",
+ "Pettigrew's Girl",
+ "Piccadilly Jim",
+ "Pitfalls of a Big City",
+ "The Pleasant Devil",
+ "Please Get Married",
+ "The Prince and Betty",
+ "The Pointing Finger",
+ "The Poor Boob",
+ "Poor Relations",
+ "The Poppy Girl's Husband",
+ "Pretty Smooth",
+ "The Price of Innocence",
+ "The Prince and Betty",
+ "The Probation Wife",
+ "The Prodigal Liar",
+ "The Profiteers",
+ "Prudence on Broadway",
+ "Puppy Love",
+ "Put Up Your Hands!",
+ "Putting It Over",
+ "Putting One Over",
+ "The Quickening Flame",
+ "Ravished Armenia",
+ "The Rebellious Bride",
+ "Red Hot Dollars",
+ "The Red Lantern",
+ "The Red Viper",
+ "The Redhead",
+ "A Regular Girl",
+ "The Rescuing Angel",
+ "Restless Souls",
+ "Rider of the Law",
+ "Riders of Vengeance",
+ "The Right to Happiness",
+ "The Right to Lie",
+ "The Roaring Road",
+ "A Rogue's Romance",
+ "Romance and Arabella",
+ "A Romance of Happy Valley",
+ "Roped",
+ "Rose o' the River",
+ "Rose of the West",
+ "Rough-Riding Romance",
+ "Rustling a Bride",
+ "Sacred Silence",
+ "Sadie Love",
+ "A Sagebrush Hamlet",
+ "Sahara",
+ "Satan Junior",
+ "Scarlet Days",
+ "The Scarlet Shadow",
+ "The Sealed Envelope",
+ "Sealed Hearts",
+ "Secret Service",
+ "Shadows",
+ "Shadows of Suspicion",
+ "Shadows of the Past",
+ "The Sheriff's Son",
+ "Should a Husband Forgive?",
+ "Should a Woman Tell?",
+ "Silent Strength",
+ "The Silk-Lined Burglar",
+ "The Silver King",
+ "The Silver Girl",
+ "The Siren's Song",
+ "Sis Hopkins",
+ "Six Feet Four",
+ "The Sleeping Lion",
+ "Smiles",
+ "Snares of Paris",
+ "The Sneak",
+ "A Society Exile",
+ "Soldiers of Fortune",
+ "Some Bride",
+ "Some Liar",
+ "Something to Do",
+ "The Spark Divine",
+ "Speedy Meade",
+ "The Speed Maniac",
+ "The Spender",
+ "The Spite Bride",
+ "The Spitfire of Seville",
+ "The Splendid Sin",
+ "A Sporting Chance",
+ "A Sporting Chance",
+ "Spotlight Sadie",
+ "Square Deal Sanderson",
+ "The Steel King",
+ "Stepping Out",
+ "A Stitch in Time",
+ "Strictly Confidential",
+ "The Stronger Vow",
+ "Sue of the South",
+ "The Sundown Trail",
+ "Tangled Threads",
+ "A Taste of Life",
+ "The Teeth of the Tiger",
+ "A Temperamental Wife",
+ "The Test of Honor",
+ "That's Good",
+ "Thieves",
+ "Thin Ice",
+ "The Third Degree",
+ "The Third Kiss",
+ "This Hero Stuff",
+ "Thou Shalt Not",
+ "Three Men and a Girl",
+ "Through the Wrong Door",
+ "The Thunderbolt",
+ "Thunderbolts of Fate",
+ "The Tiger Lily",
+ "Tin Pan Alley",
+ "Toby's Bow",
+ "Told in the Hills",
+ "The Tong Man",
+ "Too Many Crooks",
+ "Too Much Johnson",
+ "Toton the Apache",
+ "The Trap",
+ "Treat 'Em Rough",
+ "The Trembling Hour",
+ "A Trick of Fate",
+ "Trixie from Broadway",
+ "True Heart Susie",
+ "The Turn in the Road",
+ "Turning the Tables",
+ "The Twin Pawns",
+ "The Two Brides",
+ "Two Women",
+ "Under Suspicion",
+ "Under the Top",
+ "Unknown Love",
+ "The Unknown Quantity",
+ "The Unpainted Woman",
+ "The Unpardonable Sin",
+ "The Uplifters",
+ "Upstairs",
+ "Upstairs and Down",
+ "The Usurper",
+ "Vagabond Luck",
+ "The Valley of the Giants",
+ "Venus in the East",
+ "A Very Good Young Man",
+ "Victory",
+ "The Virtuous Thief",
+ "The Veiled Adventure",
+ "The Vengeance of Durand",
+ "The Virtuous Model",
+ "The Virtuous Thief",
+ "A Virtuous Vamp",
+ "Wagon Tracks",
+ "Wanted: A Husband",
+ "The Water Lily",
+ "The Way of a Woman",
+ "The Way of the Strong",
+ "The Weaker Vessel",
+ "The Web of Chance",
+ "The Westerners",
+ "What Am I Bid?",
+ "What Every Woman Learns",
+ "What Every Woman Wants",
+ "When a Girl Loves",
+ "When a Man Loves",
+ "When a Man Rides Alone",
+ "When Doctors Disagree",
+ "When Fate Decides",
+ "When Men Desire",
+ "When the Clouds Roll By",
+ "Where the West Begins",
+ "The White Heather",
+ "A White Man's Chance",
+ "Whitewashed Walls",
+ "Who Cares?",
+ "Who Will Marry Me?",
+ "Whom the Gods Would Destroy",
+ "Why Smith Left Home",
+ "The Wicked Darling",
+ "Widow by Proxy",
+ "The Wilderness Trail",
+ "The Winchester Woman",
+ "Wings of the Morning",
+ "The Winning Girl",
+ "The Winning Stroke",
+ "The Wishing Ring Man",
+ "The Witness for the Defense",
+ "The Wolf",
+ "Wolves of the Night",
+ "The Woman Michael Married",
+ "The Woman Next Door",
+ "A Woman of Pleasure",
+ "The Woman on the Index",
+ "A Woman There Was",
+ "The Woman Thou Gavest Me",
+ "The Woman Under Cover",
+ "Woman, Woman!",
+ "Words and Music by-",
+ "The World Aflame",
+ "The World and Its Woman",
+ "The World to Live In",
+ "Yankee Doodle in Berlin",
+ "A Yankee Princess",
+ "You Never Saw Such a Girl",
+ "You're Fired",
+ "Yvonne from Paris",
+ "Ask Father",
+ "At the Old Stage Door",
+ "Back Stage",
+ "Be My Wife",
+ "Before Breakfast",
+ "Billy Blazes, Esq.",
+ "Bumping Into Broadway",
+ "By Indian Post",
+ "Captain Kidd's Kids",
+ "Chop Suey & Co.",
+ "Count the Votes",
+ "Count Your Change",
+ "Crack Your Heels",
+ "The Crow",
+ "A Day's Pleasure",
+ "Don't Shove",
+ "The Dutiful Dub",
+ "The Fighting Heart",
+ "The Fighting Line",
+ "The Four-Bit Man",
+ "From Hand to Mouth",
+ "Going! Going! Gone!",
+ "The Grocery Clerk",
+ "He Leads, Others Follow",
+ "Heap Big Chief",
+ "His Only Father",
+ "How the Telephone Talks",
+ "I'm on My Way",
+ "The Jack of Hearts",
+ "A Jazzed Honeymoon",
+ "Just Dropped In",
+ "Just Neighbors",
+ "The Kid and the Cowboy",
+ "The Last Outlaw",
+ "Look Out Below",
+ "The Marathon",
+ "Never Touched Me",
+ "Next Aisle Over",
+ "Nine-Tenths of the Law",
+ "Off the Trolley",
+ "On the Fire",
+ "Pay Your Dues",
+ "Pistols for Breakfast",
+ "The Rajah",
+ "Ring Up the Curtain",
+ "Si, Senor",
+ "Soft Money",
+ "Spring Fever",
+ "Sunnyside",
+ "Swat the Crook",
+ "The Tell Tale Wire",
+ "Wanted - $5,000",
+ "Young Mr. Jazz",
+ "The $1,000,000 Reward",
+ "813",
+ "Among Those Present",
+ "April Folly",
+ "Are All Men Alike?",
+ "The Big Catch",
+ "Blind Youth",
+ "The Brand Blotter",
+ "The Broncho Kid",
+ "The Champion Liar",
+ "A Child for Sale",
+ "Cinders",
+ "The Common Sin",
+ "Convict 13",
+ "The Copperhead",
+ "The Dangerous Paradise",
+ "Daredevil Jack",
+ "The Desperate Hero",
+ "The Devil's Pass Key",
+ "Double Danger",
+ "A Double-Dyed Deceiver",
+ "Dr. Jekyll and Mr. Hyde",
+ "An Eastern Westerner",
+ "The False Road",
+ "The Family Honor",
+ "Fight It Out",
+ "The Fightin' Terror",
+ "The Forbidden Thing",
+ "A Gamblin' Fool",
+ "The Garage",
+ "Get Out and Get Under",
+ "The Girl in Number 29",
+ "The Great Lover",
+ "The Great Redeemer",
+ "The Grinning Granger",
+ "Hair Trigger Stuff",
+ "Hairpins",
+ "Haunted Spooks",
+ "Held Up for the Makin's",
+ "Her Husband's Friend",
+ "High and Dizzy",
+ "His Nose in the Book",
+ "His Royal Slyness",
+ "Honest Hutch",
+ "Huckleberry Finn",
+ "The Idol Dancer",
+ "If I Were King",
+ "In the Heart of a Fool",
+ "'In Wrong' Wright",
+ "The Jack-Knife Man",
+ "The Jay Bird",
+ "Judy of Rogue's Harbor",
+ "Just Out of College",
+ "Just Pals",
+ "The Kentucky Colonel",
+ "Lady Rose's Daughter",
+ "The Last of the Mohicans",
+ "The Leopard Woman",
+ "Love",
+ "The Love Flower",
+ "Love, Honor, and Behave",
+ "Madame X",
+ "The Man Who Had Everything",
+ "The Man Who Lost Himself",
+ "The Man with the Punch",
+ "The Mark of Zorro",
+ "Masked",
+ "The Mollycoddle",
+ "My Lady's Garter",
+ "Neighbors",
+ "Nomads of the North",
+ "Now or Never",
+ "Number, Please?",
+ "Old Lady 31",
+ "One Hour Before Dawn",
+ "One Law for All",
+ "One Week",
+ "Outside the Law",
+ "Over the Hill to the Poorhouse",
+ "The Path She Chose",
+ "The Penalty",
+ "Pollyanna",
+ "The Rattler's Hiss",
+ "Remodeling Her Husband",
+ "The Restless Sex",
+ "The Road to Divorce",
+ "Roarin' Dan",
+ "Romance",
+ "The Round-Up",
+ "Runnin' Straight",
+ "The Saphead",
+ "The Scarecrow",
+ "Sex",
+ "The Sheriff's Oath",
+ "Shipwrecked Among Cannibals",
+ "The Shootin' Fool",
+ "The Shootin' Kid",
+ "Shore Acres",
+ "Silk Hosiery",
+ "Silk Husbands and Calico Wives",
+ "The Skywayman",
+ "The Slim Princess",
+ "The Smilin' Kid",
+ "Something to Think About",
+ "A Splendid Hazard",
+ "Stolen Moments",
+ "The Strange Boarder",
+ "The Stranger",
+ "Stronger Than Death",
+ "Suds",
+ "Superstition",
+ "Thieves' Clothes",
+ "Tipped Off",
+ "The Trail of the Hound",
+ "Treasure Island",
+ "Twins of Suffering Creek",
+ "The Two-Fisted Lover",
+ "Two Weeks",
+ "Uncharted Channels",
+ "Under Crimson Skies",
+ "Unseen Forces",
+ "The Virgin of Stamboul",
+ "Way Down East",
+ "West Is Best",
+ "The White Dove",
+ "Why Change Your Wife?",
+ "Within Our Gates",
+ "Wolf Tracks",
+ "The Woman in the Suitcase",
+ "$10,000 Under a Pillow",
+ "The Ace of Hearts",
+ "Across the Divide",
+ "Action",
+ "Adopting a Bear Cub",
+ "The Adventures of Sherlock Holmes",
+ "The Adventures of Tarzan",
+ "The Advisor",
+ "The Affairs of Anatol",
+ "Afraid of His Wife",
+ "After Midnight",
+ "After the Dough",
+ "After the Show",
+ "After Your Own Heart",
+ "The Alarm",
+ "Alfalfa Love",
+ "Among Those Present",
+ "The Avenging Arrow",
+ "Bandits Beware",
+ "Beating the Game",
+ "The Big Punch",
+ "Blind Hearts",
+ "The Blot",
+ "The Boat",
+ "Brewster's Millions",
+ "Brownie's Baby Doll",
+ "Brownie's Little Venus",
+ "Bullets or Ballots",
+ "The Cactus Kid",
+ "The Call of Youth",
+ "Camille",
+ "The Clean Up",
+ "The Conquering Power",
+ "Crossed Clues",
+ "The Cup of Life",
+ "Disraeli",
+ "Double Adventure",
+ "Double Crossers",
+ "Dream Street",
+ "The Driftin' Kid",
+ "Eden and Return",
+ "Every Woman's Problem",
+ "Experience",
+ "Extravagance",
+ "The Fightin' Fury",
+ "The Fire Eater",
+ "Fool's Paradise",
+ "The Foolish Age",
+ "The Foolish Matrons",
+ "Forbidden Fruit",
+ "Forever",
+ "The Four Horsemen of the Apocalypse",
+ "Get-Rich-Quick Peggy",
+ "The Gilded Lily",
+ "The Goat",
+ "God's Crucible",
+ "Golfing",
+ "The Greater Claim",
+ "Greater Than Love",
+ "The Grim Comedian",
+ "Hail the Woman",
+ "The Haunted House",
+ "Hearts and Masks",
+ "Heedless Moths",
+ "Her Circus Man",
+ "The High Sign",
+ "Humor Risk",
+ "The Hunch",
+ "I Do",
+ "The Idle Class",
+ "Jim the Penman",
+ "Kickaroo",
+ "The Kid",
+ "The Kid's Pal",
+ "The Little Fool",
+ "Little Lord Fauntleroy",
+ "The Lotus Eater",
+ "The Love Charm",
+ "The Love Light",
+ "Love Never Dies",
+ "Love's Penalty",
+ "The Lucky Dog",
+ "The Lure of Youth",
+ "The Magic Cup",
+ "Mama's Affair",
+ "A Man of Stone",
+ "The Man Who Woke Up",
+ "Manhattan",
+ "Miss Lulu Bett",
+ "The Mistress of Shenstone",
+ "Mother O' Mine",
+ "The Movie Trail",
+ "A Muddy Bride",
+ "My Boy",
+ "Never Weaken",
+ "No Woman Knows",
+ "Not Guilty",
+ "Now or Never",
+ "The Nut",
+ "The Offenders",
+ "On Account",
+ "On with the Show",
+ "Orphans of the Storm",
+ "Out o' Luck",
+ "Over the Wire",
+ "Pals",
+ "Passing Through",
+ "Passion Flower",
+ "The Playhouse",
+ "Playmates",
+ "The Queen of Sheba",
+ "Red Courage",
+ "Roads of Destiny",
+ "The Saddle King",
+ "A Sailor-Made Man",
+ "Salvage",
+ "The Sea Lion",
+ "Sea Shore Shapes",
+ "Sentimental Tommy",
+ "Seven Years Bad Luck",
+ "The Sheik",
+ "Sheltered Daughters",
+ "The Silver Lining",
+ "The Sky Pilot",
+ "Society Secrets",
+ "The Sting of the Lash",
+ "Sure Fire",
+ "Sweet Revenge",
+ "Teddy's Goat",
+ "Third Class Male",
+ "The Three Musketeers",
+ "Through the Back Door",
+ "Tol'able David",
+ "Uncharted Seas",
+ "An Unwilling Hero",
+ "A Week Off",
+ "What's Your Reputation Worth?",
+ "When We Were Twenty-One",
+ "White and Unmarried",
+ "Who Was the Man?",
+ "The Wild Wild West",
+ "Woman's Place",
+ "The Wonderful Thing",
+ "According to Hoyle",
+ "Across the Continent",
+ "Across the Deadline",
+ "The Adventures of Robinson Crusoe",
+ "Afraid to Fight",
+ "Alias Julius Caesar",
+ "The Altar Stairs",
+ "Always the Woman",
+ "Angel of Crooked Street",
+ "Anna Ascends",
+ "Another Man's Shoes",
+ "Any Wife",
+ "Apartment Wanted",
+ "Arabian Love",
+ "The Bachelor Daddy",
+ "Back Home and Broke",
+ "Back Pay",
+ "The Barnstormer",
+ "The Bearcat",
+ "The Beautiful and Damned",
+ "The Beauty Shop",
+ "Beauty's Worth",
+ "Bells of San Juan",
+ "Beyond the Rainbow",
+ "Beyond the Rocks",
+ "Billy Jim",
+ "The Black Bag",
+ "The Blacksmith",
+ "A Blind Bargain",
+ "Blood and Sand",
+ "Bobbed Hair",
+ "The Bond Boy",
+ "The Bonded Woman",
+ "Boomerang Bill",
+ "The Bootleggers",
+ "The Bootlegger's Daughter",
+ "Borderland",
+ "The Boss of Camp Four",
+ "Bought and Paid For",
+ "Boy Crazy",
+ "Brawn of the North",
+ "The Bride's Play",
+ "Broad Daylight",
+ "The Broadway Madonna",
+ "The Broadway Peacock",
+ "Broadway Rose",
+ "Broken Chains",
+ "Brothers Under the Skin",
+ "Burning Sands",
+ "A California Romance",
+ "The Call of Home",
+ "Calvert's Valley",
+ "Captain Fly-by-Night",
+ "Catch My Smoke",
+ "Caught Bluffing",
+ "Channing of the Northwest",
+ "Chasing the Moon",
+ "Clarence",
+ "Colleen of the Pines",
+ "Come on Over",
+ "Confidence",
+ "Conquering the Woman",
+ "Cops",
+ "The Country Flapper",
+ "The Cowboy and the Lady",
+ "The Cradle",
+ "The Crimson Challenge",
+ "The Crossroads of New York",
+ "The Crusader",
+ "A Dangerous Game",
+ "The Dangerous Little Demon",
+ "The Darling of the Rich",
+ "A Daughter of Luxury",
+ "Daydreams",
+ "Deserted at the Altar",
+ "The Dictator",
+ "Divorce Coupons",
+ "Do and Dare",
+ "A Doll's House",
+ "Domestic Relations",
+ "Don't Get Personal",
+ "Don't Shoot",
+ "Don't Write Letters",
+ "Down to the Sea in Ships",
+ "Dr. Jack",
+ "The Deuce of Spades",
+ "Dusk to Dawn",
+ "Dust Flower",
+ "East Is West",
+ "Ebb Tide",
+ "The Electric House",
+ "Elope If You Must",
+ "Enter Madame",
+ "The Eternal Flame",
+ "Evidence",
+ "Extra! Extra!",
+ "The Face Between",
+ "The Face in the Fog",
+ "Fair Lady",
+ "Fascination",
+ "The Fast Freight",
+ "The Fast Mail",
+ "The Fighting Guide",
+ "The Fighting Streak",
+ "Find the Woman",
+ "The Fire Bride",
+ "Five Days to Live",
+ "The Five Dollar Baby",
+ "The Flaming Hour",
+ "Flesh and Blood",
+ "The Flirt",
+ "A Fool There Was",
+ "Foolish Wives",
+ "Fools First",
+ "For Big Stakes",
+ "For the Defense",
+ "Forget Me Not",
+ "The Forgotten Law",
+ "Forsaking All Others",
+ "Fortune's Mask",
+ "The Fourteenth Lover",
+ "French Heels",
+ "A Front Page Story",
+ "The Frozen North",
+ "The Galloping Kid",
+ "A Game Chicken",
+ "Gas, Oil and Water",
+ "Gay and Devilish",
+ "The Ghost Breaker",
+ "The Girl in His Room",
+ "The Girl Who Ran Wild",
+ "A Girl's Desire",
+ "Glass Houses",
+ "Gleam o'Dawn",
+ "The Glorious Fool",
+ "The Glory of Clementina",
+ "Golden Dreams",
+ "The Golden Gallows",
+ "The Golden Gift",
+ "Good Men and True",
+ "The Good Provider",
+ "Grand Larceny",
+ "Grandma's Boy",
+ "The Great Night",
+ "The Green Temptation",
+ "The Guttersnipe",
+ "The Half Breed",
+ "The Hands of Nara",
+ "Hate",
+ "Head over Heels",
+ "Headin' West",
+ "The Headless Horseman",
+ "The Heart Specialist",
+ "Her Gilded Cage",
+ "Her Husband's Trademark",
+ "Her Own Money",
+ "Heroes and Husbands",
+ "Heroes of the Street",
+ "His Back Against the Wall",
+ "His Wife's Husband",
+ "A Homespun Vamp",
+ "Honor First",
+ "The Hottentot",
+ "How Women Love",
+ "Human Hearts",
+ "Hungry Hearts",
+ "Hurricane's Gal",
+ "I Can Explain",
+ "If I Were Queen",
+ "If You Believe It, It's So",
+ "The Impossible Mrs. Bellew",
+ "In the Name of the Law",
+ "The Infidel",
+ "Iron to Gold",
+ "Is Matrimony a Failure?",
+ "Island Wives",
+ "The Jilt",
+ "John Smith",
+ "June Madness",
+ "Just Tony",
+ "The Kentucky Derby",
+ "The Kickback",
+ "Kick In",
+ "Kindred of the Dust",
+ "Kissed",
+ "Kisses",
+ "The Ladder Jinx",
+ "The Lane That Had No Turning",
+ "The Lavender Bath Lady",
+ "The Law and the Woman",
+ "The Light in the Dark",
+ "The Lights of New York",
+ "Lights of the Desert",
+ "Little Eva Ascends",
+ "The Little Minister",
+ "Little Miss Smiles",
+ "Little Wildcat",
+ "The Loaded Door",
+ "The Lone Hand",
+ "The Long Chance",
+ "Lorna Doone",
+ "The Love Gambler",
+ "Love in the Dark",
+ "Love Is an Awful Thing",
+ "Love's Masquerade",
+ "The Lying Truth",
+ "Making a Man",
+ "The Man from Beyond",
+ "The Man from Downing Street",
+ "The Man Unconquerable",
+ "Man to Man",
+ "The Man Who Married His Own Wife",
+ "The Man Who Paid",
+ "The Man Who Played God",
+ "The Man Who Saw Tomorrow",
+ "Man Under Cover",
+ "Man with Two Mothers",
+ "Manslaughter",
+ "The Married Flapper",
+ "The Masquerader",
+ "The Men of Zanzibar",
+ "Midnight",
+ "Minnie",
+ "Missing Millions",
+ "Mixed Faces",
+ "Money to Burn",
+ "Monte Cristo",
+ "Moonshine Valley",
+ "Moran of the Lady Letty",
+ "More to Be Pitied Than Scorned",
+ "Mr. Barnes of New York",
+ "Mud and Sand",
+ "My American Wife",
+ "My Dad",
+ "My Friend, the Devil",
+ "My Wife's Relations",
+ "My Wild Irish Rose",
+ "Nancy from Nowhere",
+ "Nanook of the North",
+ "Nero",
+ "The New Teacher",
+ "Nice People",
+ "The Ninety and Nine",
+ "No Trespassing",
+ "North of the Rio Grande",
+ "Notoriety",
+ "Oath-Bound",
+ "The Old Homestead",
+ "Oliver Twist",
+ "Omar the Tentmaker",
+ "On the High Seas",
+ "One Clear Call",
+ "One Exciting Night",
+ "One Glorious Day",
+ "One Week of Love",
+ "One Wonderful Night",
+ "Only a Shop Girl",
+ "The Ordeal",
+ "Our Leading Citizen",
+ "Out of the Silent North",
+ "Outcast",
+ "Over the Border",
+ "Paid Back",
+ "The Paleface",
+ "Pardon My Nerve!",
+ "Pawn Ticket 210",
+ "Pawned",
+ "Pay Day",
+ "Peacock Alley",
+ "Peg o' My Heart",
+ "Penrod",
+ "Perils of the Yukon",
+ "Pink Gods",
+ "Polly of the Follies",
+ "The Pride of Palomar",
+ "The Primitive Lover",
+ "The Prisoner of Zenda",
+ "The Prodigal Judge",
+ "The Prophet's Paradise",
+ "A Question of Honor",
+ "Quincy Adams Sawyer",
+ "The Ragged Heiress",
+ "Rags to Riches",
+ "Real Adventure",
+ "Received Payment",
+ "Reckless Youth",
+ "Red Hot Romance",
+ "The Referee",
+ "Remembrance",
+ "Rent Free",
+ "Reported Missing",
+ "Restless Souls",
+ "Rich Men's Wives",
+ "Ridin' Wild",
+ "The Right That Failed",
+ "Robin Hood",
+ "The Rosary",
+ "Rose o' the Sea",
+ "Roughshod",
+ "The Ruling Passion",
+ "Saturday Night",
+ "The Scrapper",
+ "Second Hand Rose",
+ "Secrets of Paris",
+ "Seeing's Believing",
+ "The Seventh Day",
+ "A Self-Made Man",
+ "Shackles of Gold",
+ "Shadows",
+ "Shadows of the Sea",
+ "Shattered Dreams",
+ "Shattered Idols",
+ "Sherlock Brown",
+ "Sherlock Holmes",
+ "Shirley of the Circus",
+ "Silas Marner",
+ "The Silent Vow",
+ "Silver Wings",
+ "The Sin Flood",
+ "Singed Wings",
+ "The Siren Call",
+ "Skin Deep",
+ "Sky High",
+ "The Sleepwalker",
+ "Slim Shoulders",
+ "Smiles Are Trumps",
+ "Smilin' Through",
+ "Smudge",
+ "The Snowshoe Trail",
+ "The Son of the Wolf",
+ "The Song of Life",
+ "Sonny",
+ "South of Suva",
+ "A Stage Romance",
+ "Step on It!",
+ "The Storm",
+ "Strange Idols",
+ "The Strangers' Banquet",
+ "The Strength of the Pines",
+ "A Tailor-Made Man",
+ "Tess of the Storm Country",
+ "Thelma",
+ "They Like 'Em Rough",
+ "The Third Alarm",
+ "Thirty Days",
+ "Thorns and Orange Blossoms",
+ "The Three Must-Get-Theres",
+ "Through a Glass Window",
+ "Till We Meet Again",
+ "Tillie",
+ "The Timber Queen",
+ "To Have and to Hold",
+ "The Toll of the Sea",
+ "Tom Mix in Arabia",
+ "Top o' the Morning",
+ "The Top of New York",
+ "The Town That Forgot God",
+ "Tracked to Earth",
+ "The Trap",
+ "Travelin' On",
+ "Trifling Women",
+ "Trimmed",
+ "Trooper O'Neill",
+ "Trouble",
+ "The Trouper",
+ "The Truthful Liar",
+ "Turn to the Right",
+ "Too Much Business",
+ "Too Much Wife",
+ "Two Kinds of Women",
+ "Under Oath",
+ "Under Two Flags",
+ "The Understudy",
+ "Up and at 'Em",
+ "Up and Going",
+ "The Valley of Silent Men",
+ "The Vermilion Pencil",
+ "Very Truly Yours",
+ "The Village Blacksmith",
+ "A Virgin's Sacrifice",
+ "The Wall Flower",
+ "Watch Your Step",
+ "West of Chicago",
+ "Western Speed",
+ "What's Wrong with the Women?",
+ "When Danger Smiles",
+ "When Knighthood Was in Flower",
+ "When Love Comes",
+ "When Romance Rides",
+ "While Justice Waits",
+ "While Satan Sleeps",
+ "White Hands",
+ "White Shoulders",
+ "Who Are My Parents?",
+ "Why Announce Your Marriage?",
+ "A Wide Open Town",
+ "Wild Honey",
+ "Winning with Wits",
+ "The Wise Kid",
+ "What Fools Men Are",
+ "White Eagle",
+ "Wildness of Youth",
+ "The Wise Kid",
+ "Without Compromise",
+ "Without Fear",
+ "Wolf Law",
+ "The Woman Conquers",
+ "The Woman He Married",
+ "The Woman Who Walked Alone",
+ "The Woman's Side",
+ "A Wonderful Wife",
+ "The World's Champion",
+ "Yellow Men and Gold",
+ "The Yellow Stain",
+ "The Yosemite Trail",
+ "You Never Know",
+ "The Young Diana",
+ "The Young Rajah",
+ "Your Best Friend",
+ "Youth Must Have Love",
+ "Youth to Youth",
+ "Abysmal Brute",
+ "The Acquittal",
+ "Adam and Eva",
+ "Adam's Rib",
+ "The Age of Desire",
+ "Alias the Night Wind",
+ "Alice Adams",
+ "All the Brothers Were Valiant",
+ "Anna Christie",
+ "April Showers",
+ "The Acquittal",
+ "Around the World in Eighteen Days",
+ "Ashes of Vengeance",
+ "Backbone",
+ "The Bad Man",
+ "Bag and Baggage",
+ "The Barefoot Boy",
+ "Bavu",
+ "Bell Boy 13",
+ "Big Brother",
+ "Big Dan",
+ "The Bishop of the Ozarks",
+ "The Bolted Door",
+ "Boston Blackie",
+ "Boy of Mine",
+ "Black Oxen",
+ "Blinky",
+ "Blow Your Own Horn",
+ "Bluebeard's 8th Wife",
+ "Boy of Mine",
+ "Brass",
+ "The Brass Bottle",
+ "Brass Commandments",
+ "Breaking Into Society",
+ "Bright Lights of Broadway",
+ "The Bright Shawl",
+ "The Broad Road",
+ "Broadway Broke",
+ "Broadway Gold",
+ "Broken Hearts of Broadway",
+ "The Broken Wing",
+ "Mothers-in-Law",
+ "Bucking the Barrier",
+ "Burning Words",
+ "The Buster",
+ "The Call of the Canyon",
+ "The Call of the Wild",
+ "Cameo Kirby",
+ "Can a Woman Love Twice?",
+ "Canyon of the Fools",
+ "A Chapter in Her Life",
+ "Chastity",
+ "The Cheat",
+ "Children of Dust",
+ "Children of Jazz",
+ "The Christian",
+ "Circus Days",
+ "The Clean-Up",
+ "The Common Law",
+ "Cordelia the Magnificent",
+ "The Country Kid",
+ "The Courtship of Miles Standish",
+ "The Covered Wagon",
+ "Crashin' Thru",
+ "The Cricket on the Hearth",
+ "Crinoline and Romance",
+ "Crooked Alley",
+ "Crossed Wires",
+ "Cupid's Fireman",
+ "The Custard Cup",
+ "Daddy",
+ "The Dancer of the Nile",
+ "The Dangerous Age",
+ "The Dangerous Maid",
+ "The Daring Years",
+ "Dark Secrets",
+ "The Darling of New York",
+ "Daughters of the Rich",
+ "The Day of Faith",
+ "Daytime Wives",
+ "Dead Game",
+ "Defying Destiny",
+ "Desert Driven",
+ "Desire",
+ "The Destroying Angel",
+ "Divorce",
+ "Does It Pay?",
+ "Dollar Devils",
+ "Don Quickshot of the Rio Grande",
+ "Don't Call It Love",
+ "Don't Marry for Money",
+ "Double Dealing",
+ "Drifting",
+ "Driven",
+ "Drums of Fate",
+ "The Drums of Jeopardy",
+ "Dulcy",
+ "The Eagle's Feather",
+ "East Side - West Side",
+ "The Eleventh Hour",
+ "Enemies of Women",
+ "The Eternal City",
+ "The Eternal Struggle",
+ "The Eternal Three",
+ "Eyes of the Forest",
+ "The Exciters",
+ "The Exiles",
+ "The Extra Girl",
+ "The Face on the Bar-Room Floor",
+ "The Fair Cheat",
+ "The Famous Mrs. Fair",
+ "Fashion Row",
+ "Fashionable Fakers",
+ "The Fighting Blade",
+ "The First Degree",
+ "The Flame of Life",
+ "Flaming Youth",
+ "The Flying Dutchman",
+ "The Fog",
+ "Fog Bound",
+ "Fools and Riches",
+ "The Footlight Ranger",
+ "Forgive and Forget",
+ "The Fourth Musketeer",
+ "The French Doll",
+ "A Friendly Husband",
+ "Fury",
+ "Garrison's Finish",
+ "Gentle Julia",
+ "The Gentleman from America",
+ "A Gentleman of Leisure",
+ "The Ghost Patrol",
+ "Gimme",
+ "The Girl I Loved",
+ "The Glimpses of the Moon",
+ "Going Up",
+ "The Girl of the Golden West",
+ "The Girl Who Came Back",
+ "The Gold Diggers",
+ "Goodbye Girls",
+ "Gossip",
+ "The Go-Getter",
+ "The Grail",
+ "The Gunfighter",
+ "The Governor's Lady",
+ "The Green Goddess",
+ "Grumpy",
+ "Haldane of the Secret Service",
+ "Hearts Aflame",
+ "The Heart Raider",
+ "Held to Answer",
+ "Hell's Hole",
+ "Her Accidental Husband",
+ "Her Fatal Millions",
+ "Her Reputation",
+ "Her Temporary Husband",
+ "The Hero",
+ "His Children's Children",
+ "His Mystery Girl",
+ "Hollywood",
+ "Homeward Bound",
+ "Hoodman Blind",
+ "Human Wreckage",
+ "The Hunchback of Notre Dame",
+ "The Huntress",
+ "If Winter Comes",
+ "In Search of a Thrill",
+ "In the Palace of the King",
+ "Innocence",
+ "The Isle of Lost Ships",
+ "Itching Palms",
+ "Java Head",
+ "Jazzmania",
+ "Jealous Husbands",
+ "Kentucky Days",
+ "Kindled Courage",
+ "The Last Hour",
+ "The Last Moment",
+ "Law of the Lawless",
+ "Lawful Larceny",
+ "The Leavenworth Case",
+ "Legally Dead",
+ "The Leopardess",
+ "Let's Go",
+ "Lights Out",
+ "The Light That Failed",
+ "Little Church Around the Corner",
+ "The Little Girl Next Door",
+ "Little Johnny Jones",
+ "Little Old New York",
+ "The Lone Star Ranger",
+ "The Lonely Road",
+ "Long Live the King",
+ "Look Your Best",
+ "Lost and Found on a South Sea Island",
+ "Lovebound",
+ "The Love Brand",
+ "The Love Letter",
+ "The Love Piker",
+ "The Love Pirate",
+ "Loyal Lives",
+ "Lucretia Lombard",
+ "Madness of Youth",
+ "The Mailman",
+ "Main Street",
+ "The Man Between",
+ "The Man from Brodney's",
+ "The Man Life Passed By",
+ "The Man Next Door",
+ "A Man of Action",
+ "The Man Who Won",
+ "Man's Size",
+ "The Marriage Maker",
+ "The Marriage Market",
+ "Mary of the Movies",
+ "Masters of Men",
+ "Maytime",
+ "McGuire of the Mounted",
+ "The Meanest Man in the World",
+ "Men in the Raw",
+ "Merry-Go-Round",
+ "The Midnight Alarm",
+ "The Midnight Guest",
+ "Mighty Lak' a Rose",
+ "Mile-a-Minute Romeo",
+ "A Million to Burn",
+ "The Miracle Baby",
+ "The Miracle Makers",
+ "Modern Marriage",
+ "Modern Matrimony",
+ "Money, Money, Money",
+ "Mr. Billings Spends His Dime",
+ "The Mysterious Witness",
+ "The Nth Commandment",
+ "The Near Lady",
+ "The Ne'er Do-Well",
+ "The Net",
+ "No Mother to Guide Her",
+ "Nobody's Bride",
+ "Nobody's Money",
+ "A Noise in Newboro",
+ "North of Hudson Bay",
+ "An Old Sweetheart of Mine",
+ "On the Banks of the Wabash",
+ "One Stolen Night",
+ "Only 38",
+ "Other Men's Daughters",
+ "Our Hospitality",
+ "Out of Luck",
+ "Penrod and Sam",
+ "The Pilgrim",
+ "Pioneer Trails",
+ "Playing It Wild",
+ "Pleasure Mad",
+ "Poor Men's Wives",
+ "Potash and Perlmutter",
+ "The Printer's Devil",
+ "The Prisoner",
+ "Prodigal Daughters",
+ "Pure Grit",
+ "Puritan Passions",
+ "The Purple Highway",
+ "Quicksands",
+ "Racing Hearts",
+ "The Ragged Edge",
+ "Railroaded",
+ "The Ramblin' Kid",
+ "Red Lights",
+ "The Red Warning",
+ "Refuge",
+ "The Remittance Woman",
+ "The Rendezvous",
+ "Reno",
+ "Richard the Lion-Hearted",
+ "Romance Land",
+ "Rosita",
+ "Rouged Lips",
+ "Ruggles of Red Gap",
+ "Rupert of Hentzau",
+ "The Rustle of Silk",
+ "Safety Last!",
+ "Salomy Jane",
+ "The Satin Girl",
+ "Sawdust",
+ "Scaramouche",
+ "The Scarlet Car",
+ "The Scarlet Lily",
+ "Scars of Jealousy",
+ "Second Fiddle",
+ "Second Hand Love",
+ "The Self-Made Wife",
+ "Shadows of the North",
+ "The Shepherd King",
+ "The Shock",
+ "Shootin' for Love",
+ "The Shriek of Araby",
+ "The Silent Command",
+ "The Silent Partner",
+ "Single Handed",
+ "Sinner or Saint",
+ "Six Cylinder Love",
+ "Six Days",
+ "The Six-Fifty",
+ "Sixty Cents an Hour",
+ "Skid Proof",
+ "Slander the Woman",
+ "Slave of Desire",
+ "Slippy McGee",
+ "The Snow Bride",
+ "Snowdrift",
+ "The Social Code",
+ "Soft Boiled",
+ "The Song of Love",
+ "Soul of the Beast",
+ "Souls for Sale",
+ "South Sea Love",
+ "The Spanish Dancer",
+ "The Spoilers",
+ "St. Elmo",
+ "The Steadfast Heart",
+ "Stephen Steps Out",
+ "Stepping Fast",
+ "Stormswept",
+ "Strangers of the Night",
+ "The Sunshine Trail",
+ "Suzanna",
+ "Tea: With a Kick!",
+ "The Temple of Venus",
+ "Temporary Marriage",
+ "Temptation",
+ "The Ten Commandments",
+ "Three Ages",
+ "Three Jumps Ahead",
+ "Three O'Clock in the Morning",
+ "Three Who Paid",
+ "Three Wise Fools",
+ "The Thrill Chaser",
+ "Thundergate",
+ "Thundering Dawn",
+ "The Tie That Binds",
+ "Tiger Rose",
+ "The Tiger's Claw",
+ "Times Have Changed",
+ "To the Ladies",
+ "To the Last Man",
+ "Toilers of the Sea",
+ "The Town Scandal",
+ "The Trail of the Lonesome Pine",
+ "Trifling with Honor",
+ "Trilby",
+ "Trimmed in Scarlet",
+ "The Truth About Wives",
+ "'Truxton King",
+ "Twenty-One",
+ "Under the Red Robe",
+ "The Unknown Purple",
+ "Unseeing Eyes",
+ "The Untameable",
+ "Vanity Fair",
+ "The Victor",
+ "The Virginian",
+ "The Voice from the Minaret",
+ "Wandering Daughters",
+ "The Wanters",
+ "The West~Bound Limited",
+ "West of the Water Tower",
+ "What a Wife Learned",
+ "What Wives Want",
+ "The White Rose",
+ "The White Sister",
+ "When Odds Are Even",
+ "Where Is This West?",
+ "Where the North Begins",
+ "Where the Pavement Ends",
+ "While Paris Sleeps",
+ "The White Flower",
+ "The White Rose",
+ "The White Sister",
+ "White Tiger",
+ "Why Worry?",
+ "Wife in Name Only",
+ "A Wife's Romance",
+ "Wild Bill Hickok",
+ "The Wild Party",
+ "Within the Law",
+ "The Woman in Chains",
+ "The Woman of Bronze",
+ "A Woman of Paris",
+ "Woman-Proof",
+ "The Woman with Four Faces",
+ "The World's Applause",
+ "Yesterday's Wife",
+ "You Can't Fool Your Wife",
+ "Your Friend and Mine",
+ "Zaza",
+ "40-Horse Hawkins",
+ "$50,000 Reward",
+ "Ace of Cactus Range",
+ "After the Ball",
+ "The Age of Innocence",
+ "The Air Hawk",
+ "The Alaskan",
+ "Alimony",
+ "Along Came Ruth",
+ "America",
+ "American Manners",
+ "Another Man's Wife",
+ "Another Scandal",
+ "The Arab",
+ "The Arizona Express",
+ "Argentine Love",
+ "The Average Woman",
+ "Babbitt",
+ "Baffled",
+ "The Bandolero",
+ "Barbara Frietchie",
+ "Battling Brewster",
+ "Battling Bunyan",
+ "Battling Orioles",
+ "Beau Brummel",
+ "The Beauty Prize",
+ "The Beautiful Sinner",
+ "The Bedroom Window",
+ "Behind the Curtain",
+ "Behind Two Guns",
+ "Behold This Woman",
+ "Being Respectable",
+ "The Beloved Brute",
+ "Between Friends",
+ "Biff Bang Buddy",
+ "Big Timber",
+ "Black Lightning",
+ "Black Oxfords",
+ "Bluff",
+ "The Back Trail",
+ "The Border Legion",
+ "Born Rich",
+ "Borrowed Husbands",
+ "The Bowery Bishop",
+ "A Boy of Flanders",
+ "The Brass Bowl",
+ "Bread",
+ "The Breaking Point",
+ "The Breath of Scandal",
+ "The Breathless Moment",
+ "Breed of the Border",
+ "Bringin' Home the Bacon",
+ "Broadway After Dark",
+ "Broadway or Bust",
+ "Broken Barriers",
+ "Broken Laws",
+ "Butterfly",
+ "By Divine Right",
+ "A Cafe in Cairo",
+ "Calibre 45",
+ "Captain Blood",
+ "Captain January",
+ "Chalk Marks",
+ "Changing Husbands",
+ "Cheap Kisses",
+ "Christine of the Hungry Heart",
+ "The Chorus Lady",
+ "Circe, the Enchantress",
+ "The Circus Cowboy",
+ "The City That Never Sleeps",
+ "Classmates",
+ "The Clean Heart",
+ "Code of the Sea",
+ "Code of the Wilderness",
+ "Conductor 1492",
+ "The Confidence Man",
+ "Cornered",
+ "The Cowboy and the Flapper",
+ "Crossed Trails",
+ "Cupid's Rustler",
+ "Curlytop",
+ "The Cyclone Rider",
+ "Cytherea",
+ "Daddies",
+ "Damaged Hearts",
+ "Dancing Cheat",
+ "The Danger Line",
+ "The Dangerous Blonde",
+ "The Dangerous Coward",
+ "The Dangerous Flirt",
+ "Dangerous Money",
+ "Dante's Inferno",
+ "Daring Chances",
+ "Daring Love",
+ "Daring Youth",
+ "Dark Stairways",
+ "The Dark Swan",
+ "Darwin Was Right",
+ "Daughters of Pleasure",
+ "Daughters of the Night",
+ "Daughters of Today",
+ "The Dawn of a Tomorrow",
+ "The Deadwood Coach",
+ "Defying the Law",
+ "The Desert Outlaw",
+ "The Desert Sheik",
+ "The Diamond Bandit",
+ "Discontented Husbands",
+ "The Dixie Handicap",
+ "Don't Doubt Your Husband",
+ "Dorothy Vernon of Haddon Hall",
+ "The Dramatic Life of Abraham Lincoln",
+ "Dynamite Dan",
+ "Dynamite Smith",
+ "The Eagle's Claw",
+ "East of Broadway",
+ "Empty Hands",
+ "Empty Hearts",
+ "The Enchanted Cottage",
+ "The Enemy Sex",
+ "Excitement",
+ "Fair Week",
+ "The Family Secret",
+ "Fast and Fearless",
+ "The Fast Set",
+ "The Fast Worker",
+ "The Fatal Mistake",
+ "Feet of Clay",
+ "The Female",
+ "A Fight for Honor",
+ "The Fighting Coward",
+ "Fighting Fury",
+ "The Fighting Adventurer",
+ "Find Your Man",
+ "The Fighting Sap",
+ "The Fire Patrol",
+ "Flames of Desire",
+ "Flaming Barriers",
+ "The Flaming Forties",
+ "Flapper Wives",
+ "Flashing Spurs",
+ "Flirting with Love",
+ "Flowing Gold",
+ "The Folly of Vanity",
+ "A Fool's Awakening",
+ "Fools Highway",
+ "Fools in the Dark",
+ "The Foolish Virgin",
+ "For Another Woman",
+ "For Sale",
+ "Forbidden Paradise",
+ "The Gaiety Girl",
+ "The Galloping Ace",
+ "The Galloping Fish",
+ "Galloping Hoofs",
+ "Gambling Wives",
+ "The Garden of Weeds",
+ "Geared to Go",
+ "George Washington Jr.",
+ "Gerald Cranston's Lady",
+ "The Girl in the Limousine",
+ "A Girl of the Limberlost",
+ "Girl Shy",
+ "Girls Men Forget",
+ "Gold Heels",
+ "The Goldfish",
+ "Good Bad Boy",
+ "Great Diamond Mystery",
+ "The Great White Way",
+ "Greater Than Marriage",
+ "Greed",
+ "Grit",
+ "The Guilty One",
+ "Half-A-Dollar-Bill",
+ "The Hansom Cabman",
+ "Happiness",
+ "Hard-Hittin' Hamilton",
+ "He Who Gets Slapped",
+ "The Heart Bandit",
+ "The Heart Buster",
+ "Hearts of Oak",
+ "Helen's Babies",
+ "Her Love Story",
+ "Her Marriage Vow",
+ "Her Night of Romance",
+ "Her Own Free Will",
+ "The Heritage of the Desert",
+ "High Speed",
+ "The Hill Billy",
+ "His Forgotten Wife",
+ "His Hour",
+ "Hit and Run",
+ "Hold Your Breath",
+ "Honor Among Men",
+ "Hook and Ladder",
+ "The Hoosier Schoolmaster",
+ "Hot Water",
+ "The House of Youth",
+ "How to Educate a Wife",
+ "The Humming Bird",
+ "Husbands and Lovers",
+ "I Am the Man",
+ "Icebound",
+ "Idle Tongues",
+ "In Every Woman's Life",
+ "In Fast Company",
+ "In Hollywood with Potash and Perlmutter",
+ "In Love with Love",
+ "Inez from Hollywood",
+ "The Iron Horse",
+ "Is Love Everything?",
+ "Isn't Life Wonderful",
+ "It Is the Law",
+ "Jack O'Clubs",
+ "Janice Meredith",
+ "The Judgment of the Storm",
+ "Just Off Broadway",
+ "K - The Unknown",
+ "The King of the Wild Horses",
+ "Ladies to Board",
+ "A Lady of Quality",
+ "The Last Man on Earth",
+ "The Last of the Duanes",
+ "Laughing at Danger",
+ "The Law Forbids",
+ "Leap Year",
+ "Legend of Hollywood",
+ "Lend Me Your Husband",
+ "Let Not Man Put Asunder",
+ "Life's Greatest Game",
+ "The Lighthouse by the Sea",
+ "The Lightning Rider",
+ "Lightning Romance",
+ "Lilies of the Field",
+ "Lily of the Dust",
+ "Listen Lester",
+ "Little Robinson Crusoe",
+ "The Lone Chance",
+ "The Lone Wolf",
+ "A Lost Lady",
+ "Love and Glory",
+ "The Love Bandit",
+ "Love Letters",
+ "The Love Master",
+ "Love of Women",
+ "Love's Whirlpool",
+ "Love's Wilderness",
+ "The Lover of Camille",
+ "Lovers' Lane",
+ "Loving Lies",
+ "The Luck o' the Foolish",
+ "The Lullaby",
+ "Lure of the Yukon",
+ "Mademoiselle Midnight",
+ "Madonna of the Streets",
+ "A Man's Mate",
+ "The Man from Wyoming",
+ "The Man Who Came Back",
+ "The Man Who Fights Alone",
+ "The Man Who Played Square",
+ "The Man Without a Heart",
+ "Manhandled",
+ "Manhattan",
+ "The Marriage Cheat",
+ "The Marriage Circle",
+ "Married Flirts",
+ "Marry in Haste",
+ "The Mask of Lopez",
+ "The Masked Dancer",
+ "The Measure of a Man",
+ "Meddling Women",
+ "Men",
+ "Merton of the Movies",
+ "Miami",
+ "The Midnight Express",
+ "The Millionaire Cowboy",
+ "The Mine with the Iron Door",
+ "The Mirage",
+ "Missing Daughters",
+ "Monsieur Beaucaire",
+ "The Moral Sinner",
+ "My Husband's Wives",
+ "My Man",
+ "Name the Man",
+ "The Navigator",
+ "Nellie, the Beautiful Cloak Model",
+ "Never Say Die",
+ "The New School Teacher",
+ "The Next Corner",
+ "The Night Hawk",
+ "The Night Message",
+ "The No-Gun Man",
+ "No More Women",
+ "North of 36",
+ "North of Nevada",
+ "Not a Drum Was Heard",
+ "Oh, You Tony!",
+ "On the Stroke of Three",
+ "On Time",
+ "One Glorious Night",
+ "One Law for the Woman",
+ "One Night in Rome",
+ "The Only Woman",
+ "Open All Night",
+ "The Other Kind of Love",
+ "Pagan Passions",
+ "The Painted Flapper",
+ "The Painted Lady",
+ "Painted People",
+ "Pal o' Mine",
+ "The Passing of Wolf MacLean",
+ "Passion's Pathway",
+ "The Pell Street Mystery",
+ "The Perfect Flapper",
+ "Peter Pan",
+ "The Phantom Horseman",
+ "Phantom Justice",
+ "Pied Piper Malone",
+ "Playthings of Desire",
+ "The Plunderer",
+ "Poisoned Paradise",
+ "The Price of a Party",
+ "The Price She Paid",
+ "Racing for Life",
+ "Racing Luck",
+ "Ramshackle House",
+ "Range Blood",
+ "Rarin' to Go",
+ "The Reckless Age",
+ "Reckless Romance",
+ "The Recoil",
+ "The Red Lily",
+ "The Rejected Woman",
+ "Restless Wives",
+ "Revelation",
+ "The Riddle Rider",
+ "Ride for Your Life",
+ "Riders Up",
+ "Ridgeway of Montana",
+ "The Ridin' Kid from Powder River",
+ "The Right of the Strongest",
+ "Rip Roarin' Roberts",
+ "Roaring Rails",
+ "A Rodeo Mixup",
+ "Roaring Lions at Home",
+ "Romola",
+ "The Rose of Paris",
+ "Rough Ridin'",
+ "The Roughneck",
+ "Roulette",
+ "A Sainted Devil",
+ "Sandra",
+ "The Sawdust Trail",
+ "The Sea Hawk",
+ "Second Youth",
+ "Secrets",
+ "Secrets of the Night",
+ "A Self-Made Failure",
+ "The Shadow of the Desert",
+ "Shadows of Paris",
+ "Sherlock, Jr.",
+ "The Shooting of Dan McGrew",
+ "The Side Show of Life",
+ "The Signal Tower",
+ "The Silent Accuser",
+ "The Silent Stranger",
+ "The Silent Watcher",
+ "Silk Stocking Sal",
+ "Singer Jim McKee",
+ "Single Wives",
+ "Sinners in Heaven",
+ "Sinners in Silk",
+ "The Siren of Seville",
+ "The Sixth Commandment",
+ "The Slanderers",
+ "The Snob",
+ "A Society Scandal",
+ "So Big",
+ "So This Is Marriage?",
+ "A Son of the Sahara",
+ "The Speed Spook",
+ "The Spirit of the USA",
+ "The Spitfire",
+ "Sporting Youth",
+ "Star Dust Trail",
+ "Stepping Lively",
+ "Stolen Secrets",
+ "The Storm Daughter",
+ "The Story Without a Name",
+ "The Stranger",
+ "The Street of Tears",
+ "Stupid, But Brave",
+ "Sundown",
+ "The Sunset Trail",
+ "Tainted Money",
+ "Tarnish",
+ "Teeth",
+ "The Tenth Woman",
+ "Tess of the d'Urbervilles",
+ "That French Lady",
+ "The Thief of Bagdad",
+ "This Woman",
+ "Those Who Dance",
+ "Those Who Dare",
+ "Those Who Judge",
+ "Three Miles Out",
+ "Three Weeks",
+ "Three Women",
+ "Through the Dark",
+ "Thundering Hoofs",
+ "Thundering Romance",
+ "Thy Name Is Woman",
+ "Tiger Love",
+ "Tiger Thompson",
+ "The Tomboy",
+ "Tongues of Flame",
+ "Torment",
+ "The Tornado",
+ "Traffic in Hearts",
+ "Trail Dust",
+ "The Trail of the Law",
+ "The Triflers",
+ "Triumph",
+ "The Trouble Shooter",
+ "Troubles of a Bride",
+ "Trouping with Ellen",
+ "True as Steel",
+ "The Truth About Women",
+ "Try and Get It",
+ "The Turmoil",
+ "Twenty Dollars a Week",
+ "Two Shall Be Born",
+ "Unguarded Women",
+ "The Uninvited Guest",
+ "Unmarried Wives",
+ "Unseen Hands",
+ "Untamed Youth",
+ "The Vagabond Trail",
+ "Vanity's Price",
+ "Venus of the South Seas",
+ "The Virgin",
+ "Virginian Outcast",
+ "Virtuous Liars",
+ "Wages of Virtue",
+ "Wanderer of the Wasteland",
+ "Wandering Husbands",
+ "The Warrens of Virginia",
+ "Week End Husbands",
+ "Welcome Stranger",
+ "Western Feuds",
+ "Western Luck",
+ "Western Vengeance",
+ "The Western Wallop",
+ "Western Yesterdays",
+ "When a Girl Loves",
+ "When a Man's a Man",
+ "The Whispered Name",
+ "White Man",
+ "The White Moth",
+ "The White Sin",
+ "The White Sheep",
+ "Why Men Leave Home",
+ "The Wife of the Centaur",
+ "Wild Oranges",
+ "Wine",
+ "Wine of Youth",
+ "Winner Take All",
+ "The Wise Virgin",
+ "The Wolf Man",
+ "The Woman on the Jury",
+ "A Woman Who Sinned",
+ "Women First",
+ "Women Who Give",
+ "Worldly Goods",
+ "The Yankee Consul",
+ "Yankee Madness",
+ "Yolanda",
+ "You Can't Get Away with It",
+ "Young Ideas",
+ "Youth for Sale",
+ "Accused",
+ "The Ace of Clubs",
+ "Ace of Spades",
+ "Adventure",
+ "The Adventurous Sex",
+ "After Business Hours",
+ "The Air Mail",
+ "Alias Mary Flynn",
+ "All Around Frying Pan",
+ "American Pluck",
+ "The Ancient Highway",
+ "The Ancient Mariner",
+ "Any Woman",
+ "Are Parents People?",
+ "The Arizona Romeo",
+ "As Man Desires",
+ "The Awful Truth",
+ "Back to Life",
+ "Bad Company",
+ "The Bad Lands",
+ "The Bandit's Baby",
+ "The Bandit Tamer",
+ "Baree, Son of Kazan",
+ "Barriers Burned Away",
+ "Barriers of the Law",
+ "Bashful Buccaneer",
+ "The Beautiful City",
+ "Beauty and the Bad Man",
+ "Before Midnight",
+ "Beggar on Horseback",
+ "Below the Line",
+ "Ben-Hur: A Tale of the Christ",
+ "The Best Bad Man",
+ "The Best People",
+ "Beyond the Border",
+ "Big Pal",
+ "The Big Parade",
+ "The Big Stunt",
+ "Billy the Kid",
+ "Black Cyclone",
+ "Blood and Steel",
+ "The Bloodhound",
+ "Blue Blood",
+ "Bobbed Hair",
+ "The Boomerang",
+ "Border Intrigue",
+ "Border Justice",
+ "Border Vengeance",
+ "Borrowed Finery",
+ "Braveheart",
+ "The Bridge of Sighs",
+ "Bright Lights",
+ "A Broadway Butterfly",
+ "Broadway Lady",
+ "The Burning Trail",
+ "The Business of Love",
+ "Bustin' Thru",
+ "Cactus Trails",
+ "The Calgary Stampede",
+ "California Straight Ahead",
+ "The Call of Courage",
+ "Camille of the Barbary Coast",
+ "The Champion of Lost Causes",
+ "Charley's Aunt",
+ "The Charmer",
+ "Cheaper to Marry",
+ "Chickie",
+ "Children of the Whirlwind",
+ "The Circle",
+ "The Circus Cyclone",
+ "The Clash of the Wolves",
+ "Classified",
+ "Clothes Make the Pirate",
+ "The Cloud Rider",
+ "The Coast of Folly",
+ "Cobra",
+ "Code of the West",
+ "The Coming of Amos",
+ "Coming Through",
+ "Compromise",
+ "Confessions of a Queen",
+ "Contraband",
+ "Counsel for the Defense",
+ "The Cowboy Musketeer",
+ "Crack o' Dawn",
+ "The Crimson Runner",
+ "The Crowded Hour",
+ "Cyclone Cavalier",
+ "Daddy's Gone A-Hunting",
+ "The Dancers",
+ "The Danger Signal",
+ "Dangerous Fists",
+ "Dangerous Innocence",
+ "Daring Days",
+ "The Dark Angel",
+ "Daughters Who Pay",
+ "Déclassé",
+ "The Demon Rider",
+ "The Denial",
+ "The Desert Flower",
+ "The Desert's Price",
+ "A Desperate Chance",
+ "The Devil's Cargo",
+ "Dick Turpin",
+ "Dollar Down",
+ "Don Dare Devil",
+ "Don Q, Son of Zorro",
+ "Don't",
+ "Double-Fisted",
+ "The Dressmaker from Paris",
+ "The Drug Store Cowboy",
+ "Drusilla with a Million",
+ "Duped",
+ "Durand of the Bad Lands",
+ "The Eagle",
+ "East Lynne",
+ "East of Suez",
+ "Easy Money",
+ "The Empty Saddle",
+ "An Enemy of Men",
+ "Enticement",
+ "The Everlasting Whisper",
+ "Eve's Lover",
+ "Eve's Secret",
+ "Every Man's Wife",
+ "Exchange of Wives",
+ "Excuse Me",
+ "Faint Perfume",
+ "Fangs of Fate",
+ "The Fate of a Flirt",
+ "Fear-Bound",
+ "The Fear Fighter",
+ "The Fearless Lover",
+ "Fifth Avenue Models",
+ "Fifty-Fifty",
+ "A Fight to the Finish",
+ "The Fighting Demon",
+ "Fighting Fate",
+ "The Fighting Heart",
+ "Fighting Luck",
+ "The Fighting Smile",
+ "Fighting the Flames",
+ "Fighting Youth",
+ "Fine Clothes",
+ "Flaming Love",
+ "Flaming Waters",
+ "Flashing Steeds",
+ "Flattery",
+ "Flower of Night",
+ "Flying Hoofs",
+ "Folly of Youth",
+ "A Fool and His Money",
+ "The Fool",
+ "Forbidden Cargo",
+ "Forty Winks",
+ "The Four from Nowhere",
+ "Free to Love",
+ "Friendly Enemies",
+ "The Freshman",
+ "Full Speed",
+ "Galloping On",
+ "Galloping Vengeance",
+ "The Gambling Fool",
+ "Getting 'Em Right",
+ "The Girl of Gold",
+ "The Girl on the Stairs",
+ "The Girl Who Wouldn't Work",
+ "Go Straight",
+ "Go West",
+ "Goat Getter",
+ "Gold and the Girl",
+ "The Gold Rush",
+ "The Golden Bed",
+ "The Golden Cocoon",
+ "The Golden Princess",
+ "The Golden Strain",
+ "The Goose Hangs High",
+ "The Goose Woman",
+ "Grass",
+ "Graustark",
+ "The Great Circus Mystery",
+ "The Great Divide",
+ "The Great Love",
+ "The Great Sensation",
+ "Greater Than a Crown",
+ "Grounds for Divorce",
+ "The Half-Way Girl",
+ "The Handsome Brute",
+ "The Happy Warrior",
+ "Havoc",
+ "Head Winds",
+ "Heads Up",
+ "Headlines",
+ "Heart of a Siren",
+ "Heartless Husbands",
+ "Hearts and Spurs",
+ "Heir-Loons",
+ "Hell's Highroad",
+ "Her Husband's Secret",
+ "Her Market Value",
+ "Her Sister from Paris",
+ "Hidden Loot",
+ "High and Handsome",
+ "His Buddy's Wife",
+ "His Majesty, Bunker Bean",
+ "His Master's Voice",
+ "His People",
+ "His Secretary",
+ "His Supreme Moment",
+ "Hogan's Alley",
+ "The Home Maker",
+ "How Baxter Butted In",
+ "The Human Tornado",
+ "The Hunted Woman",
+ "The Hurricane Horseman",
+ "The Hurricane Kid",
+ "I Want My Man",
+ "If I Marry Again",
+ "If Marriage Fails",
+ "I'll Show You the Town",
+ "In the Name of Love",
+ "Infatuation",
+ "Introduce Me",
+ "Irish Luck",
+ "The Isle of Hope",
+ "Jimmie's Millions",
+ "Joanna",
+ "Just a Woman",
+ "Justice of the Far North",
+ "Keep Smiling",
+ "The Keeper of the Bees",
+ "Kentucky Pride",
+ "The King on Main Street",
+ "The Kiss Barrier",
+ "A Kiss for Cinderella",
+ "A Kiss in the Dark",
+ "Kiss Me Again",
+ "The Knockout Kid",
+ "The Knockout",
+ "The Lady",
+ "Lady of the Night",
+ "Lady Robinhood",
+ "Lady Windermere's Fan",
+ "The Lady Who Lied",
+ "The Last Edition",
+ "The Lawful Cheater",
+ "Lazybones",
+ "Learning to Love",
+ "Lena Rivers",
+ "Let 'er Buck",
+ "Let Women Alone",
+ "Let's Go, Gallagher",
+ "Lightnin'",
+ "Lights of Old Broadway",
+ "The Light of Western Stars",
+ "Lillies of the City",
+ "The Limited Mail",
+ "Little Annie Rooney",
+ "The Little French Girl",
+ "A Little Girl in a Big City",
+ "The Live Wire",
+ "Locked Doors",
+ "Lord Jim",
+ "Lorraine of the Lions",
+ "Lost: A Wife",
+ "The Lost Chord",
+ "The Lost Express",
+ "The Lost World",
+ "The Love Gamble",
+ "The Love Hour",
+ "Lovers in Quarantine",
+ "A Lover's Oath",
+ "The Lucky Devil",
+ "The Lucky Horseshoe",
+ "The Lure of the Wild",
+ "Lying Wives",
+ "The Mad Marriage",
+ "The Mad Whirl",
+ "Madame Behave",
+ "Madame Sans-Gêne",
+ "The Making of O'Malley",
+ "Man and Maid",
+ "The Man from Red Gulch",
+ "The Man in Blue",
+ "A Man Must Live",
+ "A Man of Iron",
+ "A Man of Nerve",
+ "The Man on the Box",
+ "The Man Who Found Himself",
+ "The Man Without a Conscience",
+ "The Man Without a Country",
+ "Manhattan Madness",
+ "The Manicure Girl",
+ "The Mansion of Aching Hearts",
+ "Marriage in Transit",
+ "The Marriage Whirl",
+ "Marry Me",
+ "The Masked Bride",
+ "The Meddler",
+ "Men and Women",
+ "The Merry Widow",
+ "The Midnight Flyer",
+ "The Midnight Girl",
+ "Midnight Molly",
+ "The Midshipman",
+ "The Million Dollar Handicap",
+ "Miss Bluebeard",
+ "Mistaken Orders",
+ "Moccasins",
+ "The Monster",
+ "Morals for Men",
+ "My Lady of Whims",
+ "My Lady's Lips",
+ "My Son",
+ "My Wife and I",
+ "The Mysterious Stranger",
+ "The Mystic",
+ "The Narrow Street",
+ "The Necessary Evil",
+ "New Brooms",
+ "The New Champion",
+ "The New Commandment",
+ "New Lives for Old",
+ "New Toys",
+ "Never the Twain Shall Meet",
+ "The Night Club",
+ "Night Life of New York",
+ "No Man's Law",
+ "North Star",
+ "Northern Code",
+ "Not So Long Ago",
+ "Off the Highway",
+ "Oh Doctor!",
+ "Old Clothes",
+ "Old Home Week",
+ "Old Shoes",
+ "On Thin Ice",
+ "One of the Bravest",
+ "One Way Street",
+ "One Year to Live",
+ "The Only Thing",
+ "The Open Switch",
+ "The Other Woman's Story",
+ "The Outlaw's Daughter",
+ "Outwitted",
+ "The Overland Limited",
+ "The Pace That Thrills",
+ "Paint and Powder",
+ "Pampered Youth",
+ "The Parasite",
+ "Parisian Love",
+ "Parisian Nights",
+ "The Part Time Wife",
+ "Passionate Youth",
+ "Paths to Paradise",
+ "Peacock Feathers",
+ "The People vs. Nancy Preston",
+ "Percy",
+ "The Perfect Clown",
+ "Perils of the Rail",
+ "The Phantom Express",
+ "Phantom of the Opera",
+ "The Pinch Hitter",
+ "The Plastic Age",
+ "Playing with Souls",
+ "Pleasure Buyers",
+ "The Police Patrol",
+ "The Pony Express",
+ "Ports of Call",
+ "The Prairie Pirate",
+ "The Prairie Wife",
+ "Pretty Ladies",
+ "The Price of Pleasure",
+ "The Price of Success",
+ "The Pride of the Force",
+ "The Primrose Path",
+ "The Prince of Pep",
+ "Private Affairs",
+ "Proud Flesh",
+ "Pursued",
+ "Raffles, the Amateur Cracksman",
+ "The Rag Man",
+ "The Rainbow Trail",
+ "Ranchers and Rascals",
+ "Range Buzzards",
+ "The Range Terror",
+ "Ranger of the Big Pines",
+ "The Re-Creation of Brian Kent",
+ "The Reckless Sex",
+ "Recompense",
+ "Red Hot Tires",
+ "The Red Kimona",
+ "The Red Rider",
+ "The Redeeming Sin",
+ "A Regular Fellow",
+ "Riders of the Purple Sage",
+ "Ridin' Pretty",
+ "Ridin' the Wind",
+ "Ridin' Thunder",
+ "The Riding Comet",
+ "The Road Agent",
+ "The Road to Yesterday",
+ "A Roaring Adventure",
+ "Rough Going",
+ "Rose of the World",
+ "Rugged Water",
+ "Sackcloth and Scarlet",
+ "Sagebrush Lady",
+ "Sally",
+ "Sally, Irene and Mary",
+ "Sally of the Sawdust",
+ "Salome of the Tenements",
+ "The Salvation Hunters",
+ "Santa Fe Pete",
+ "Satan in Sables",
+ "Scandal Proof",
+ "Scandal Street",
+ "Scar Hanan",
+ "The Scarlet Honeymoon",
+ "Scarlet Saint",
+ "The Scarlet West",
+ "School for Wives",
+ "Sealed Lips",
+ "Seven Chances",
+ "Seven Days",
+ "Seven Keys to Baldpate",
+ "Seven Sinners",
+ "The Shadow on the Wall",
+ "She Wolves",
+ "The Shield of Silence",
+ "The Ship of Souls",
+ "The Shock Punch",
+ "Shore Leave",
+ "Siege",
+ "The Sign of the Cactus",
+ "Silent Sanderson",
+ "Silent Sheldon",
+ "Simon the Jester",
+ "The Sky Raider",
+ "A Slave of Fashion",
+ "Smilin' at Trouble",
+ "Smooth as Satin",
+ "Smouldering Fires",
+ "The Snob Buster",
+ "Soft Shoes",
+ "Soiled",
+ "Some Pun'kins",
+ "A Son of His Father",
+ "S.O.S. Perils of the Sea",
+ "Soul Mates",
+ "Soul-Fire",
+ "Souls for Sables",
+ "The Spaniard",
+ "Speed",
+ "The Speed Demon",
+ "Speed Mad",
+ "Speed Wild",
+ "The Splendid Crime",
+ "The Splendid Road",
+ "Spook Ranch",
+ "The Sporting Chance",
+ "The Sporting Life",
+ "The Sporting Venus",
+ "Stage Struck",
+ "Stampede Thunder",
+ "Starlight, the Untamed",
+ "Steel Preferred",
+ "Steele of the Royal Mounted",
+ "Stella Dallas",
+ "Stella Maris",
+ "Steppin' Out",
+ "Stop Flirting",
+ "The Storm Breaker",
+ "Straight Through",
+ "The Street of Forgotten Men",
+ "The Substitute Wife",
+ "Sun-Up",
+ "Super Speed",
+ "The Swan",
+ "The Talker",
+ "The Taming of the West",
+ "Tearin' Loose",
+ "Tearing Through",
+ "The Teaser",
+ "Tessie",
+ "The Texas Bearcat",
+ "The Texas Trail",
+ "Thank You",
+ "That Devil Quemado",
+ "That Man Jack!",
+ "That Royle Girl",
+ "The Thoroughbred",
+ "A Thief in Paradise",
+ "Three in Exile",
+ "Three of a Kind",
+ "Three Weeks in Paris",
+ "Thunder Mountain",
+ "The Thundering Herd",
+ "Tides of Passion",
+ "The Timber Wolf",
+ "Time, the Comedian",
+ "Tomorrow's Love",
+ "Too Many Kisses",
+ "The Top of the World",
+ "The Tower of Lies",
+ "Tracked in the Snow Country",
+ "The Trail Rider",
+ "The Train Wreckers",
+ "Triple Action",
+ "The Trouble with Wives",
+ "Tumbleweeds",
+ "Two-Fisted Jones",
+ "The Unchastened Woman",
+ "Under the Rouge",
+ "The Unguarded Hour",
+ "The Unholy Three",
+ "The Unknown Lover",
+ "The Unnamed Woman",
+ "The Unwritten Law",
+ "Up the Ladder",
+ "The Vanishing American",
+ "Wages for Wives",
+ "Waking Up the Town",
+ "The Wall St. Whizz",
+ "The Wanderer",
+ "Wandering Fires",
+ "Wandering Footsteps",
+ "Wasted Lives",
+ "The Way of a Girl",
+ "We Moderns",
+ "Webs of Steel",
+ "The Wedding Song",
+ "Welcome Home",
+ "West of Arizona",
+ "What Fools Men",
+ "The Wheel",
+ "When Husbands Flirt",
+ "When the Door Opened",
+ "Where Was I?",
+ "The White Desert",
+ "White Fang",
+ "The White Monkey",
+ "White Thunder",
+ "The White Outlaw",
+ "Who Cares",
+ "Who's Your Friend",
+ "Why Women Love",
+ "The Wife Who Wasn't Wanted",
+ "The Wild Bull's Lair",
+ "Wild Horse Canyon",
+ "Wild Horse Mesa",
+ "Wild Justice",
+ "Wild, Wild Susan",
+ "Wildfire",
+ "The Winding Stair",
+ "Winds of Chance",
+ "Wings of Youth",
+ "Winning a Woman",
+ "With This Ring",
+ "Without Mercy",
+ "Wizard of Oz",
+ "Wolf Blood",
+ "Womanhandled",
+ "The Woman Hater",
+ "A Woman of the World",
+ "A Woman's Faith",
+ "Women and Gold",
+ "The Wrongdoers",
+ "The Wyoming Wildcat",
+ "Youth and Adventure",
+ "Youth's Gamble",
+ "Zander the Great",
+ "3 Bad Men",
+ "30 Below Zero",
+ "Ace of Action",
+ "Across the Pacific",
+ "The Adorable Deceiver",
+ "Almost a Lady",
+ "Aloma of the South Seas",
+ "April Fool",
+ "The Arizona Streak",
+ "Arizona Sweepstakes",
+ "Atta Boy",
+ "The Auction Block",
+ "Bachelor Brides",
+ "Bad Man's Bluff",
+ "The Baited Trap",
+ "The Bandit Buster",
+ "Bardelys the Magnificent",
+ "The Barrier",
+ "The Bat",
+ "Battling Butler",
+ "Beau Geste",
+ "The Beautiful Cheat",
+ "Behind the Front",
+ "The Belle of Broadway",
+ "The Bells",
+ "Bertha, the Sewing Machine Girl",
+ "The Better Man",
+ "The Better 'Ole",
+ "The Better Way",
+ "Beverly of Graustark",
+ "Beyond All Odds",
+ "Beyond the Rockies",
+ "Beyond the Trail",
+ "Bigger Than Barnum's",
+ "Black Paradise",
+ "The Black Pirate",
+ "The Blackbird",
+ "Blarney",
+ "The Blind Goddess",
+ "The Blonde Saint",
+ "Bluebeard's Seven Wives",
+ "Blue Blazes",
+ "The Blue Eagle",
+ "The Blue Streak",
+ "La Bohème",
+ "The Bonanza Buckaroo",
+ "The Boob",
+ "The Border Sheriff",
+ "The Border Whirlwind",
+ "Born to Battle",
+ "Born to the West",
+ "The Boy Friend",
+ "Bred in Old Kentucky",
+ "Breed of the Sea",
+ "Bride of the Storm",
+ "Broadway Billy",
+ "The Broadway Boob",
+ "The Broadway Gallant",
+ "Broken Hearts of Hollywood",
+ "Brooding Eyes",
+ "The Brown Derby",
+ "Brown of Harvard",
+ "The Buckaroo Kid",
+ "Bucking the Truth",
+ "The Call of the Klondike",
+ "The Call of the Wilderness",
+ "Camille",
+ "The Campus Flirt",
+ "The Canyon of Light",
+ "A Captain's Courage",
+ "The Carnival Girl",
+ "The Cat's Pajamas",
+ "The Caveman",
+ "Chasing Trouble",
+ "The Checkered Flag",
+ "The Cheerful Fraud",
+ "Chip of the Flying U",
+ "Christine of the Big Tops",
+ "The City",
+ "The Clinging Vine",
+ "Code of the Northwest",
+ "The College Boob",
+ "College Days",
+ "Collegiate",
+ "The Combat",
+ "The Count of Luxembourg",
+ "The Country Beyond",
+ "The Cowboy and the Countess",
+ "The Cowboy Cop",
+ "Crossed Signals",
+ "The Crown of Lies",
+ "Cruise of the Jasper B",
+ "Dance Madness",
+ "The Dancer of Paris",
+ "Dancing Mothers",
+ "The Danger Girl",
+ "Danger Quest",
+ "The Dangerous Dub",
+ "The Dangerous Dude",
+ "Dangerous Traffic",
+ "The Dead Line",
+ "The Demon",
+ "Desert Gold",
+ "The Desert's Toll",
+ "Desert Valley",
+ "The Desperate Game",
+ "The Devil's Circus",
+ "The Devil Horse",
+ "The Devil's Gulch",
+ "Devil's Island",
+ "The Dice Woman",
+ "Diplomacy",
+ "The Dixie Flyer",
+ "The Dixie Merchant",
+ "Don Juan",
+ "Double Daring",
+ "Doubling with Danger",
+ "Driftin' Thru",
+ "The Duchess of Buffalo",
+ "The Dude Cowboy",
+ "Deuce High",
+ "Early to Wed",
+ "The Earth Woman",
+ "East Side, West Side",
+ "Ella Cinders",
+ "The Enchanted Hill",
+ "The Escape",
+ "Everybody's Acting",
+ "Eve's Leaves",
+ "Exclusive Rights",
+ "The Exquisite Sinner",
+ "The False Alarm",
+ "The Family Upstairs",
+ "Fascinating Youth",
+ "Fifth Avenue",
+ "Fig Leaves",
+ "The Fighting Boob",
+ "The Fighting Buckaroo",
+ "The Fighting Cheat",
+ "The Fighting Edge",
+ "The Fighting Peacemaker",
+ "Fine Manners",
+ "The First Year",
+ "Flame of the Argentine",
+ "The Flame of the Yukon",
+ "The Flaming Forest",
+ "Flaming Fury",
+ "Flashing Fangs",
+ "Flesh and the Devil",
+ "The Flying Horseman",
+ "The Flying Mail",
+ "Fool's Luck",
+ "Fools of Fashion",
+ "Footloose Widows",
+ "For Alimony Only",
+ "For Heaven's Sake",
+ "For Wives Only",
+ "Forbidden Waters",
+ "Forever After",
+ "Forlorn River",
+ "French Dressing",
+ "The Frontier Trail",
+ "The Gallant Fool",
+ "The Gay Deceiver",
+ "The General",
+ "The Gentle Cyclone",
+ "The Gilded Butterfly",
+ "The Gilded Highway",
+ "The Girl from Montmartre",
+ "Glenister of the Mounted",
+ "God Gave Me Twenty Cents",
+ "Going Crooked",
+ "Going the Limit",
+ "Good and Naughty",
+ "The Grand Duchess and the Waiter",
+ "The Great Deception",
+ "The Great Gatsby",
+ "The Great K & A Train Robbery",
+ "The Grey Devil",
+ "Hair-Trigger Baxter",
+ "Hands Across the Border",
+ "Hands Up!",
+ "Hard Boiled",
+ "Hearts and Fists",
+ "Hearts and Spangles",
+ "Hell-Bent for Heaven",
+ "Hell's Four Hundred",
+ "Her Honor, the Governor",
+ "Her Man o' War",
+ "Her Second Chance",
+ "A Hero of the Big Snows",
+ "The Hidden Way",
+ "The High Flyer",
+ "High Steppers",
+ "The Highbinders",
+ "His Jazz Bride",
+ "His New York Wife",
+ "His Private Life",
+ "Hold That Lion",
+ "Home Cured",
+ "Honesty - The Best Policy",
+ "The Honeymoon Express",
+ "The Ice Flood",
+ "The Impostor",
+ "Into Her Kingdom",
+ "Irene",
+ "Is That Nice?",
+ "The Isle of Retribution",
+ "It Must Be Love",
+ "It's the Old Army Game",
+ "The Jade Cup",
+ "The Jazz Girl",
+ "Jim, the Conqueror",
+ "The Johnstown Flood",
+ "Josselyn's Wife",
+ "The Joy Girl",
+ "Just Another Blonde",
+ "Just Suppose",
+ "Kentucky Handicap",
+ "The Kick-Off",
+ "Kid Boots",
+ "Kiki",
+ "King of the Saddle",
+ "The King of the Turf",
+ "A Kiss for Cinderella",
+ "Kosher Kitty Kelly",
+ "Laddie",
+ "Ladies at Play",
+ "The Lady from Hell",
+ "Ladies of Leisure",
+ "The Lady of the Harem",
+ "The Last Alarm",
+ "The Last Chance",
+ "Lazy Lightning",
+ "Let's Get Married",
+ "Lew Tyler's Wives",
+ "The Lily",
+ "The Little Firebrand",
+ "The Little Giant",
+ "The Little Irish Girl",
+ "The Lodge in the Wilderness",
+ "Lone Hand Saunders",
+ "The Lone Wolf Returns",
+ "Looking for Trouble",
+ "Lost at Sea",
+ "The Love Thief",
+ "The Love Toy",
+ "Love's Blindness",
+ "Lovey Mary",
+ "The Lucky Lady",
+ "Madame Mystery",
+ "Mademoiselle Modiste",
+ "Made for Love",
+ "The Magician",
+ "A Man Four-Square",
+ "The Man from Oklahoma",
+ "The Man from the West",
+ "The Man in the Saddle",
+ "A Man of Quality",
+ "Man of the Forest",
+ "The Man Upstairs",
+ "Mantrap",
+ "The Man Upstairs",
+ "Mare Nostrum",
+ "The Masquerade Bandit",
+ "Meet the Prince",
+ "Men of Steel",
+ "The Merry Cavalier",
+ "The Midnight Kiss",
+ "The Midnight Limited",
+ "Midnight Lovers",
+ "The Midnight Message",
+ "The Midnight Sun",
+ "Mike",
+ "Millionaires",
+ "The Miracle of Life",
+ "Mismates",
+ "Miss Brewster's Millions",
+ "Miss Nobody",
+ "Money Talks",
+ "Monte Carlo",
+ "Moran of the Mounted",
+ "More Pay, Less Work",
+ "Morganson's Finish",
+ "Mulhall's Greatest Catch",
+ "The Music Master",
+ "My Own Pal",
+ "My Stars",
+ "The Mystery Club",
+ "The Nervous Wreck",
+ "The New Klondike",
+ "The Night Cry",
+ "The Night Owl",
+ "The Night Patrol",
+ "No Man's Gold",
+ "The Non-Stop Flight",
+ "Obey the Law",
+ "Oh, Baby!",
+ "Oh Billy, Behave",
+ "Oh! What a Nurse!",
+ "Old Ironsides",
+ "One Minute to Play",
+ "One Punch O'Day",
+ "One Sunday Morning",
+ "Other Women's Husbands",
+ "Out of the Storm",
+ "Out of the West",
+ "The Outlaw Express",
+ "The Outsider",
+ "Padlocked",
+ "The Palace of Pleasure",
+ "The Palm Beach Girl",
+ "Pals First",
+ "Pals in Paradise",
+ "Paris",
+ "Paris at Midnight",
+ "Partners Again",
+ "The Passionate Quest",
+ "The Patent Leather Pug",
+ "Perils of the Coast Guard",
+ "The Phantom Bullet",
+ "Phantom Police",
+ "Pirates of the Sky",
+ "Pleasures of the Rich",
+ "A Poor Girl's Romance",
+ "The Popular Sin",
+ "The Prince of Pilsen",
+ "Prince of Tempters",
+ "Prisoners of the Storm",
+ "Private Izzy Murphy",
+ "Prowlers of the Night",
+ "Queen o'Diamonds",
+ "Racing Romance",
+ "Raggedy Rose",
+ "Rainbow Riley",
+ "The Rainmaker",
+ "Rapid Fire Romance",
+ "Rawhide",
+ "Red Dice",
+ "Red Hot Leather",
+ "Redheads Preferred",
+ "A Regular Scout",
+ "Remember",
+ "The Return of Peter Grimm",
+ "The Ridin' Rascal",
+ "The Road to Glory",
+ "The Road to Mandalay",
+ "The Roaring Rider",
+ "Rocking Moon",
+ "Rolling Home",
+ "The Romance of a Million Dollars",
+ "Rose of the Tenements",
+ "The Runaway",
+ "The Runaway Express",
+ "Rustlers' Ranch",
+ "Rustling for Cupid",
+ "The Sap",
+ "The Savage",
+ "The Scarlet Letter",
+ "The Scrappin' Kid",
+ "The Sea Beast",
+ "Sea Horses",
+ "The Sea Wolf",
+ "Secret Orders",
+ "Senor Daredevil",
+ "The Set-Up",
+ "Shadow of the Law",
+ "Shameful Behavior?",
+ "The Shamrock Handicap",
+ "Shipwrecked",
+ "The Show-Off",
+ "Siberia",
+ "The Silent Lover",
+ "Silken Shackles",
+ "The Silver Treasure",
+ "Sin Cargo",
+ "Sir Lumberjack",
+ "A Six Shootin' Romance",
+ "Skinner's Dress Suit",
+ "Sky High Corral",
+ "The Smoke Eaters",
+ "So This Is Paris",
+ "A Social Celebrity",
+ "The Social Highwayman",
+ "Somebody's Mother",
+ "The Son of the Sheik",
+ "The Song and Dance Man",
+ "So's Your Old Man",
+ "The Sorrows of Satan",
+ "Sparrows",
+ "Speed Cop",
+ "Speed Crazed",
+ "The Speeding Venus",
+ "Speedy Spurs",
+ "The Sporting Lover",
+ "Stepping Along",
+ "Stick to Your Story",
+ "The Still Alarm",
+ "The Stolen Ranch",
+ "Stop, Look and Listen",
+ "Stranded in Paris",
+ "The Strong Man",
+ "Subway Sadie",
+ "Summer Bachelors",
+ "Sunny Side Up",
+ "Sunshine of Paradise Alley",
+ "Sweet Daddies",
+ "Sweet Rosie O'Grady",
+ "Syncopating Sue",
+ "Take It from Me",
+ "The Temptress",
+ "Tentacles of the North",
+ "The Terror",
+ "The Test of Donald Norton",
+ "The Texas Streak",
+ "That Model from Paris",
+ "That's My Baby",
+ "There You Are!",
+ "The Third Degree",
+ "Three Faces East",
+ "The Thrill Hunter",
+ "Thrilling Youth",
+ "The Timid Terror",
+ "Tin Gods",
+ "Tin Hats",
+ "Tom and His Pals",
+ "Tony Runs Wild",
+ "Too Much Money",
+ "Torrent",
+ "The Tough Guy",
+ "The Traffic Cop",
+ "Tramp, Tramp, Tramp",
+ "Transcontinental Limited",
+ "A Trip to Chinatown",
+ "Trooper 77",
+ "Trumpin' Trouble",
+ "The Trunk Mystery",
+ "The Truthful Sex",
+ "Twisted Triggers",
+ "Two Can Play",
+ "The Two-Gun Man",
+ "Under Western Skies",
+ "The Unfair Sex",
+ "The Unknown Cavalier",
+ "The Unknown Soldier",
+ "The Untamed Lady",
+ "Up in Mabel's Room",
+ "Upstage",
+ "Valencia",
+ "The Valley of Bravery",
+ "Volcano!",
+ "The Volga Boatman",
+ "The Waning Sex",
+ "War Paint",
+ "Watch Your Wife",
+ "We're in the Navy Now",
+ "West of Broadway",
+ "West of the Law",
+ "West of the Rainbow's End",
+ "Western Pluck",
+ "Wet Paint",
+ "What Happened to Jones",
+ "What Price Glory?",
+ "When Love Grows Cold",
+ "When the Wife's Away",
+ "While London Sleeps",
+ "Whispering Smith",
+ "Whispering Wires",
+ "The White Black Sheep",
+ "White Mice",
+ "The Whole Town's Talking",
+ "Why Girls Go Back Home",
+ "The Wild Horse Stampede",
+ "Wild Oats Lane",
+ "Wild to Go",
+ "Wings of the Storm",
+ "The Winner",
+ "The Winning of Barbara Worth",
+ "Winning the Futurity",
+ "The Wise Guy",
+ "With Davy Crockett at the Fall of the Alamo",
+ "The Wolf Hunters",
+ "Wolves of the Desert",
+ "A Woman of the Sea",
+ "Womanpower",
+ "The Yankee Señor",
+ "The Yellow Back",
+ "Yellow Fingers",
+ "You Never Know Women",
+ "You'd Be Surprised",
+ "Young April",
+ "7th Heaven",
+ "Adam and Evil",
+ "Aflame in the Sky",
+ "Annie Laurie",
+ "The Arizona Wildcat",
+ "The Auctioneer",
+ "Babe Comes Home",
+ "Barbed Wire",
+ "The Beauty Shoppers",
+ "The Beloved Rogue",
+ "Beware of Widows",
+ "Blazing Days",
+ "The Border Cavalier",
+ "Brass Knuckles",
+ "Breakfast at Sunrise",
+ "Cactus Trails",
+ "California",
+ "California or Bust",
+ "The Cancelled Debt",
+ "Captain Salvation",
+ "The Cat and the Canary",
+ "Chang: A Drama of the Wilderness",
+ "Chicago",
+ "Children of Divorce",
+ "The Chinese Parrot",
+ "Closed Gates",
+ "College",
+ "The College Hero",
+ "Come to My House",
+ "Cradle Snatchers",
+ "The Cruel Truth",
+ "The Demi-Bride",
+ "Desert Dust",
+ "The Desired Woman",
+ "The Devil Dancer",
+ "The Dove",
+ "The Drop Kick",
+ "Enemies of Society",
+ "The Enemy",
+ "The Fair Co-Ed",
+ "Figures Don't Lie",
+ "Finger Prints",
+ "Fireman, Save My Child",
+ "The First Auto",
+ "For the Love of Mike",
+ "Foreign Devils",
+ "The Fortune Hunter",
+ "The Garden of Allah",
+ "The Gaucho",
+ "The Girl from Chicago",
+ "Good Time Charley",
+ "Ham and Eggs at the Front",
+ "Hard Fists",
+ "The Heart of Maryland",
+ "Heaven on Earth",
+ "Her Wild Oat",
+ "His First Flame",
+ "Home Struck",
+ "The Honorable Mr. Buggs",
+ "Horse Shoes",
+ "Hotel Imperial",
+ "Hula",
+ "Husband Hunters",
+ "If I Were Single",
+ "In the First Degree",
+ "Is Zat So?",
+ "It",
+ "Jaws of Steel",
+ "The Jazz Singer",
+ "Johnny Get Your Hair Cut",
+ "The Kid Brother",
+ "The King of Kings",
+ "A Kiss in a Taxi",
+ "Knockout Reilly",
+ "Ladies Must Dress",
+ "The Lady in Ermine",
+ "The Last Trail",
+ "Let It Rain",
+ "A Little Journey",
+ "London After Midnight",
+ "Long Pants",
+ "The Love of Sunya",
+ "Lovers",
+ "Love's Greatest Mistake",
+ "The Loves of Carmen",
+ "The Magic Flame",
+ "Man Bait",
+ "Man Power",
+ "The Masked Woman",
+ "The Midnight Watch",
+ "A Million Bid",
+ "The Missing Link",
+ "Mockery",
+ "My Best Girl",
+ "Nobody's Widow",
+ "No Place to Go",
+ "Not for Publication",
+ "Out All Night",
+ "Outlaws of Red River",
+ "Paid to Love",
+ "The Patent Leather Kid",
+ "Peaceful Oscar",
+ "The Potters",
+ "The Princess from Hoboken",
+ "The Private Life of Helen of Troy",
+ "Quality Street",
+ "Red Clay",
+ "The Red Mill",
+ "Resurrection",
+ "The Road to Romance",
+ "Rookies",
+ "The Rough Riders",
+ "A Sailor's Sweetheart",
+ "Salvation Jane",
+ "The Scar of Shame",
+ "Shanghaied",
+ "Senorita",
+ "Serenade",
+ "She's a Sheik",
+ "The Show",
+ "Silk Stockings",
+ "Singed",
+ "Slide, Kelly, Slide",
+ "The Small Bachelor",
+ "Snowbound",
+ "Soft Cushions",
+ "Sorrell and Son",
+ "South Sea Love",
+ "Special Delivery",
+ "Spoilers of the West",
+ "The Spotlight",
+ "Spring Fever",
+ "The Stolen Bride",
+ "Stolen Pleasures",
+ "Straight Shootin'",
+ "Stranded",
+ "Streets of Shanghai",
+ "The Student Prince in Old Heidelberg",
+ "Sunrise: A Song of Two Humans",
+ "Swim Girl, Swim",
+ "Tea for Three",
+ "Thumbs Down",
+ "Time to Love",
+ "Topsy and Eva",
+ "Tracked by the Police",
+ "Tumbling River",
+ "Turkish Delight",
+ "Twelve Miles Out",
+ "Two Arabian Knights",
+ "Two Girls Wanted",
+ "Underworld",
+ "The Unknown",
+ "Upstream",
+ "Vanity",
+ "Wandering Girls",
+ "The Way of All Flesh",
+ "When a Man Loves",
+ "The Whirlwind of Youth",
+ "White Flannels",
+ "White Gold",
+ "Why Girls Love Sailors",
+ "Wings",
+ "Winners of the Wilderness",
+ "Wolf Fangs",
+ "Wolf's Clothing",
+ "The Woman on Trial",
+ "The Wreck of the Hesperus",
+ "Yale vs. Harvard",
+ "The Yankee Clipper",
+ "4 Devils",
+ "13 Washington Square",
+ "Abie's Irish Rose",
+ "Across the Atlantic",
+ "Across to Singapore",
+ "The Actress",
+ "The Adorable Cheat",
+ "Adoration",
+ "The Adventurer",
+ "After the Storm",
+ "The Air Circus",
+ "The Air Patrol",
+ "Alex the Great",
+ "Alias Jimmy Valentine",
+ "Alias the Deacon",
+ "The Apache",
+ "The Arizona Cyclone",
+ "Arizona Days",
+ "Avalanche",
+ "The Awakening",
+ "The Baby Cyclone",
+ "Baby Mine",
+ "The Barker",
+ "The Battle of the Sexes",
+ "Beau Broadway",
+ "Beau Sabreur",
+ "Beauty and Bullets",
+ "Beggars of Life",
+ "Beware of Bachelors",
+ "Beware of Blondes",
+ "Beware of Married Men",
+ "Beyond London Lights",
+ "Beyond the Sierras",
+ "The Big City",
+ "The Big Killing",
+ "The Big Noise",
+ "The Black Pearl",
+ "'Blindfold",
+ "Blockade",
+ "A Blonde for a Night",
+ "The Blue Danube",
+ "The Border Patrol",
+ "The Boss of Rustler's Roost",
+ "Branded Man",
+ "The Branded Sombrero",
+ "Breed of the Sunsets",
+ "Bringing Up Father",
+ "Broadway Daddies",
+ "The Broken Mask",
+ "The Bronc Stomper",
+ "Brotherly Love",
+ "Buck Privates",
+ "Burning Bridges",
+ "Burning Daylight",
+ "Burning the Wind",
+ "Burning Up Broadway",
+ "The Bushranger",
+ "The Butter and Egg Man",
+ "The Call of the Heart",
+ "The Cameraman",
+ "The Cardboard Lover",
+ "Caught in the Fog",
+ "The Cavalier",
+ "A Certain Young Man",
+ "The Charge of the Gauchos",
+ "The Chaser",
+ "Chicago After Midnight",
+ "Chicken A La King",
+ "Chinatown Charlie",
+ "The Circus",
+ "The Circus Kid",
+ "Circus Rookies",
+ "The Clean-Up Man",
+ "Clothes Make the Woman",
+ "The Code of the Scarlet",
+ "The Cohens and the Kellys in Paris",
+ "Companionate Marriage",
+ "Comrades",
+ "Coney Island",
+ "Conquest",
+ "The Cop",
+ "The Cossacks",
+ "The Count of Ten",
+ "Court Martial",
+ "The Cowboy Kid",
+ "Craig's Wife",
+ "The Crash",
+ "The Crimson Canyon",
+ "The Crimson City",
+ "Crooks Can't Win",
+ "The Crowd",
+ "The Danger Rider",
+ "Danger Street",
+ "Daredevil's Reward",
+ "Dead Man's Curve",
+ "The Desert Bride",
+ "Detectives",
+ "The Devil's Skipper",
+ "The Devil's Trademark",
+ "Diamond Handcuffs",
+ "The Divine Woman",
+ "The Divine Sinner",
+ "Do Your Duty",
+ "The Docks of New York",
+ "Domestic Meddlers",
+ "Domestic Troubles",
+ "Don't Marry",
+ "Doomsday",
+ "The Drag Net",
+ "Dream of Love",
+ "Dressed to Kill",
+ "Driftin' Sands",
+ "Driftwood",
+ "Drums of Love",
+ "Dry Martini",
+ "Easy Come, Easy Go",
+ "The Escape",
+ "Excess Baggage",
+ "The Fall of the House of Usher",
+ "The Farmer's Daughter",
+ "Fashion Madness",
+ "Fazil",
+ "The Fearless Rider",
+ "Feel My Pulse",
+ "The Fifty-Fifty Girl",
+ "The Fightin' Redhead",
+ "Finders Keepers",
+ "The First Kiss",
+ "Five and Ten Cent Annie",
+ "The Five O'Clock Girl",
+ "The Fleet's In",
+ "Fleetwing",
+ "Flying Romeos",
+ "Fools for Luck",
+ "Forbidden Hours",
+ "The Foreign Legion",
+ "Forgotten Faces",
+ "The Four-Footed Ranger",
+ "Four Sons",
+ "Four Walls",
+ "The Fourflusher",
+ "Freedom of the Press",
+ "Gang War",
+ "The Garden of Eden",
+ "The Gate Crasher",
+ "The Gateway of the Moon",
+ "Gentleman Prefer Blondes",
+ "The Girl He Didn't Buy",
+ "A Girl in Every Port",
+ "Glorious Betsy",
+ "The Godless Girl",
+ "Golf Widows",
+ "The Good-Bye Kiss",
+ "Good Morning, Judge",
+ "The Grain of Dust",
+ "Greased Lightning",
+ "Green Grass Widows",
+ "Guardians of the Wild",
+ "Half a Bride",
+ "Hangman's House",
+ "Happiness Ahead",
+ "Harold Teen",
+ "The Hawk's Nest",
+ "The Haunted House",
+ "The Head Man",
+ "The Heart of Broadway",
+ "The Heart of a Follies Girl",
+ "Heart to Heart",
+ "Heart Trouble",
+ "Hello Cheyenne",
+ "Her Summer Hero",
+ "His Private Life",
+ "His Tiger Lady",
+ "Hit of the Show",
+ "The Home Towners",
+ "Homesick",
+ "Honeymoon",
+ "Honeymoon Flats",
+ "Honor Bound",
+ "A Horseman of the Plains",
+ "Hot News",
+ "The Hound of Silver Creek",
+ "How to Handle Women",
+ "In Old Arizona",
+ "Interference",
+ "Jazz Mad",
+ "Just Married",
+ "King Cowboy",
+ "Kit Carson",
+ "Ladies' Night in a Turkish Bath",
+ "Ladies of the Mob",
+ "Lady Be Good",
+ "A Lady of Chance",
+ "Lady Raffles",
+ "Land of the Silver Fox",
+ "The Last Command",
+ "The Latest from Paris",
+ "Laugh, Clown, Laugh",
+ "The Law of the Range",
+ "The Law's Lash",
+ "The Legion of the Condemned",
+ "Let 'Er Go Gallegher",
+ "Lights of New York",
+ "Lilac Time",
+ "The Lion and the Mouse",
+ "The Little Buckaroo",
+ "The Little Shepherd of Kingdom Come",
+ "The Little Snob",
+ "The Little Wild Girl",
+ "The Little Wildcat",
+ "The Little Yellow House",
+ "The Lookout Girl",
+ "Love and Learn",
+ "Love Me and the World Is Mine",
+ "Loves of an Actress",
+ "Love Hungry",
+ "The Love Thief",
+ "Mad Hour",
+ "The Magnificent Flirt",
+ "Manhattan Cocktail",
+ "Manhattan Cowboy",
+ "The Man from Headquarters",
+ "Man in the Rough",
+ "The Man Who Laughs",
+ "Marriage by Contract",
+ "Marry the Girl",
+ "The Masks of the Devil",
+ "The Matinee Idol",
+ "The Mating Call",
+ "Me, Gangster",
+ "Midnight Life",
+ "Midnight Madness",
+ "Midnight Rose",
+ "The Midnight Taxi",
+ "Modern Mothers",
+ "Moran of the Marines",
+ "Mother Knows Best",
+ "Mother Machree",
+ "My Man",
+ "The Mysterious Lady",
+ "Name the Woman",
+ "Nameless Men",
+ "Naughty Baby",
+ "The Naughty Duchess",
+ "News Parade",
+ "The Night Bird",
+ "A Night of Mystery",
+ "Night Watch",
+ "No Other Woman",
+ "Noah's Ark",
+ "None but the Brave",
+ "The Noose",
+ "Nothing to Wear",
+ "Object: Alimony",
+ "Oh, Kay!",
+ "The Old Code",
+ "On Trial",
+ "Our Dancing Daughters",
+ "Outcast",
+ "Out of the Ruins",
+ "Painted Post",
+ "Partners in Crime",
+ "The Patriot",
+ "The Patsy",
+ "Pay as You Enter",
+ "The Perfect Crime",
+ "A Perfect Gentleman",
+ "The Phantom City",
+ "The Phantom Flyer",
+ "Phyllis of the Follies",
+ "The Pinto Kid",
+ "The Pioneer Scout",
+ "Plane Crazy",
+ "Plastered in Paris",
+ "The Play Girl",
+ "Powder My Back",
+ "Power",
+ "The Power of the Press",
+ "Prep and Pep",
+ "The Price of Fear",
+ "Prowlers of the Sea",
+ "Put 'Em Up",
+ "Quick Triggers",
+ "A Race for Life",
+ "The Racket",
+ "Ramona",
+ "Ransom",
+ "The Rawhide Kid",
+ "The Red Dance",
+ "Red Hair",
+ "Red Hot Speed",
+ "Red Lips",
+ "Red Riders of Canada",
+ "Red Wine",
+ "Restless Youth",
+ "Revenge",
+ "Riders of the Dark",
+ "The Riding Renegade",
+ "Riley the Cop",
+ "Rinty of the Desert",
+ "The River Pirate",
+ "Road House",
+ "The Road to Ruin",
+ "Romance of the Underworld",
+ "Rose-Marie",
+ "Rough Ridin' Red",
+ "Runaway Girls",
+ "The Rush Hour",
+ "Sadie Thompson",
+ "Sailors' Wives",
+ "Sally of the Scandals",
+ "Sally's Shoulders",
+ "The Sawdust Paradise",
+ "Say It with Sables",
+ "The Scarlet Dove",
+ "The Scarlet Lady",
+ "The Secret Hour",
+ "Shadows of the Night",
+ "The Shady Lady",
+ "Sharp Shooters",
+ "The Shield of Honor",
+ "Ships of the Night",
+ "The Shopworn Angel",
+ "Show Folks",
+ "Show Girl",
+ "Show People",
+ "The Showdown",
+ "The Sideshow",
+ "The Singing Fool",
+ "Sinners in Love",
+ "Sinner's Parade",
+ "Sins of the Fathers",
+ "Sisters of Eve",
+ "Skinner's Big Idea",
+ "Skyscraper",
+ "The Sky Rider",
+ "The Smart Set",
+ "So This Is Love?",
+ "Soft Living",
+ "Someone to Love",
+ "Something Always Happens",
+ "Son of the Golden West",
+ "Speedy",
+ "The Speed Classic",
+ "The Sporting Age",
+ "Sporting Goods",
+ "Square Crooks",
+ "Stand and Deliver",
+ "State Street Sadie",
+ "Steamboat Bill, Jr.",
+ "Steamboat Willie",
+ "Stocks and Blondes",
+ "Stolen Love",
+ "Stool Pigeon",
+ "Stop That Man!",
+ "Street Angel",
+ "The Street of Illusion",
+ "The Street of Sin",
+ "Submarine",
+ "The Sunset Legion",
+ "Take Me Home",
+ "Taking a Chance",
+ "Taxi 13",
+ "Telling the World",
+ "Tempest",
+ "Tenderloin",
+ "The Terror",
+ "The Texas Tornado",
+ "Thanks for the Buggy Ride",
+ "That Certain Thing",
+ "That's My Daddy",
+ "Thief in the Dark",
+ "Their Hour",
+ "Three-Ring Marriage",
+ "Three Sinners",
+ "Three Weekends",
+ "Through the Breakers",
+ "Thunder Riders",
+ "Tillie's Punctured Romance",
+ "Tracked",
+ "The Trail of '98",
+ "Terror Mountain",
+ "Tropic Madness",
+ "Tropical Nights",
+ "Two Lovers",
+ "Two Outlaws",
+ "Tyrant of Red Gulch",
+ "Under the Black Eagle",
+ "Under the Tonto Rim",
+ "Undressed",
+ "The Valley of Hunted Men",
+ "Vamping Venus",
+ "The Vanishing Pioneer",
+ "Varsity",
+ "The Viking",
+ "Virgin Lips",
+ "The Wagon Show",
+ "Walking Back",
+ "Wallflowers",
+ "Waterfront",
+ "The Water Hole",
+ "The Way of the Strong",
+ "We Americans",
+ "We Faw Down",
+ "The Wedding March",
+ "West of Zanzibar",
+ "West of Santa Fe",
+ "West Point",
+ "What a Night!",
+ "What Price Beauty?",
+ "Wheel of Chance",
+ "When the Law Rides",
+ "While the City Sleeps",
+ "The Whip",
+ "The Whip Woman",
+ "White Shadows in the South Seas",
+ "Why Sailors Go Wrong",
+ "Wickedness Preferred",
+ "The Wife's Relations",
+ "Wife Savers",
+ "Win That Girl",
+ "Wild West Romance",
+ "The Wild West Show",
+ "The Wind",
+ "Wizard of the Saddle",
+ "A Woman of Affairs",
+ "A Woman Against the World",
+ "The Woman Disputed",
+ "A Woman's Way",
+ "Woman Wise",
+ "Women They Talk About",
+ "Won in the Clouds",
+ "The Wreck of the Singapore",
+ "The Wright Idea",
+ "Wyoming",
+ "Yellow Lily",
+ "Young Whirlwind",
+ "Acquitted",
+ "The Air Legion",
+ "Alibi",
+ "All at Sea",
+ "Applause",
+ "Anne Against the World",
+ "The Argyle Case",
+ "The Aviator",
+ "The Awful Truth",
+ "The Bachelor Girl",
+ "Barnum Was Right",
+ "Behind Closed Doors",
+ "Behind That Curtain",
+ "Below the Deadline",
+ "Berth Marks",
+ "Betrayal",
+ "Big Business",
+ "The Big Diamond Robbery",
+ "Big Time",
+ "Black Magic",
+ "The Black Watch",
+ "Blue Skies",
+ "The Body Punch",
+ "Border Romance",
+ "Born to the Saddle",
+ "Bride of the Desert",
+ "The Bridge of San Luis Rey",
+ "Broadway",
+ "Broadway Babies",
+ "Broadway Fever",
+ "The Broadway Hoofer",
+ "The Broadway Melody",
+ "Broadway Scandals",
+ "Bulldog Drummond",
+ "The California Mail",
+ "Campus Knights",
+ "The Canary Murder Case",
+ "Captain Lash",
+ "Careers",
+ "The Careless Age",
+ "The Carnival Man",
+ "The Case of Lena Smith",
+ "The Charlatan",
+ "Chasing Through Europe",
+ "Cheyenne",
+ "Children of the Ritz",
+ "Chinatown Nights",
+ "Circumstantial Evidence",
+ "Clear the Decks",
+ "Close Harmony",
+ "The Cocoanuts",
+ "The Cohens and the Kellys in Atlantic City",
+ "The College Coquette",
+ "College Love",
+ "Come Across",
+ "Come and Get It",
+ "Coquette",
+ "The Cock-Eyed World",
+ "Condemned",
+ "Courtin' Wildcats",
+ "Christina",
+ "Dance Hall",
+ "The Dance of Life",
+ "Dangerous Curves",
+ "A Dangerous Woman",
+ "Dark Streets",
+ "The Delightful Rogue",
+ "Desert Nights",
+ "The Desert Rider",
+ "The Desert Song",
+ "Devil-May-Care",
+ "The Devil's Apple Tree",
+ "Disraeli",
+ "The Divine Lady",
+ "The Donovan Affair",
+ "Drag",
+ "The Drake Case",
+ "The Drifter",
+ "Dynamite",
+ "Eternal Love",
+ "Evangeline",
+ "Evidence",
+ "The Exalted Flapper",
+ "Eyes of the Underworld",
+ "The Faker",
+ "The Fall of Eve",
+ "Fancy Baggage",
+ "The Far Call",
+ "Fashions in Love",
+ "Fast Company",
+ "Fast Life",
+ "Flight",
+ "The Flying Fleet",
+ "The Flying Marine",
+ "The Flying Fool",
+ "Footlights and Fools",
+ "The Forward Pass",
+ "The Four Feathers",
+ "Fox Movietone Follies of 1929",
+ "From Headquarters",
+ "Frozen Justice",
+ "Frozen River",
+ "Fugitives",
+ "The Gamblers",
+ "The Ghost Talks",
+ "The Girl from Havana",
+ "The Girl from Woolworth's",
+ "The Girl in the Glass Cage",
+ "Girl on the Barge",
+ "Girl Overboard",
+ "Girls Gone Wild",
+ "Glad Rag Doll",
+ "Glorifying the American Girl",
+ "Gold Diggers of Broadway",
+ "The Great Divide",
+ "The Great Gabbo",
+ "The Great Power",
+ "The Greyhound Limited",
+ "Grit Wins",
+ "Gun Law",
+ "Half Marriage",
+ "Hallelujah!",
+ "Happy Days",
+ "Hard to Get",
+ "Hardboiled Rose",
+ "The Harvest of Hate",
+ "Hearts in Dixie",
+ "Hearts in Exile",
+ "Her Private Life",
+ "The Heroic Lover",
+ "His Captive Woman",
+ "His First Command",
+ "His Glorious Night",
+ "His Lucky Day",
+ "Hold Your Man",
+ "The Hole in the Wall",
+ "The Hollywood Revue of 1929",
+ "Honky Tonk",
+ "Hot for Paris",
+ "Hot Stuff",
+ "The Hottentot",
+ "House of Horror",
+ "Idaho Red",
+ "Illusion of Love",
+ "Innocents of Paris",
+ "In Old Arizona",
+ "In the Headlines",
+ "The Iron Mask",
+ "Is Everybody Happy?",
+ "The Isle of Lost Ships",
+ "It Can Be Done",
+ "The Jazz Age",
+ "Jazz Heaven",
+ "Joy Street",
+ "Just Off Broadway",
+ "The Kid's Clever",
+ "Kid Gloves",
+ "King of the Herd",
+ "King of the Rodeo",
+ "The Kiss",
+ "The Lady Lies",
+ "Lady of the Pavements",
+ "The Lariat Kid",
+ "The Last of Mrs. Cheyney",
+ "The Last Warning",
+ "The Lawless Legion",
+ "Law of the Plains",
+ "The Letter",
+ "Little Johnny Jones",
+ "The Locked Door",
+ "The Lone Wolf's Daughter",
+ "The Long Long Trail",
+ "The Lost Zeppelin",
+ "Love and the Devil",
+ "Love at First Sight",
+ "The Love Doctor",
+ "Love, Live and Laugh",
+ "The Love Parade",
+ "The Love Racket",
+ "The Love Trap",
+ "Lucky Boy",
+ "Lucky Star",
+ "Madame X",
+ "Madonna of Avenue A",
+ "Making the Grade",
+ "The Man I Love",
+ "The Man and the Moment",
+ "Man, Woman and Wife",
+ "Marianne",
+ "Marquis Preferred",
+ "Married in Hollywood",
+ "Masked Emotions",
+ "Masquerade",
+ "Melody Lane",
+ "Mexicali Rose",
+ "Midstream",
+ "The Mighty",
+ "The Million Dollar Collar",
+ "The Mississippi Gambler",
+ "Mister Antonio",
+ "Molly and Me",
+ "Modern Love",
+ "A Most Immoral Lady",
+ "My Lady's Past",
+ "The Mysterious Dr. Fu Manchu",
+ "The Mysterious Island",
+ "Navy Blues",
+ "New Orleans",
+ "New Year's Eve",
+ "New York Nights",
+ "Night Parade",
+ "Nix on Dames",
+ "No Defense",
+ "Not Quite Decent",
+ "One Hysterical Night",
+ "One Stolen Night",
+ "The One Woman Idea",
+ "On with the Show!",
+ "Our Modern Maidens",
+ "Outlawed",
+ "The Pagan",
+ "The Painted Angel",
+ "Paris",
+ "Paris Bound",
+ "The Peacock Fan",
+ "The Phantom in the House",
+ "Pleasure Crazed",
+ "Plunging Hoofs",
+ "Pointed Heels",
+ "Points West",
+ "Port of Dreams",
+ "Prisoners",
+ "Protection",
+ "Queen Kelly",
+ "Queen of the Night Clubs",
+ "The Quitter",
+ "The Rainbow",
+ "The Rainbow Man",
+ "The Redeeming Sin",
+ "Redskin",
+ "Red Hot Rhythm",
+ "Red Hot Speed",
+ "The Rescue",
+ "The Ridin' Demon",
+ "Rio Rita",
+ "The River",
+ "Romance of the Rio Grande",
+ "The Royal Rider",
+ "The Sacred Flame",
+ "Sally",
+ "Salute",
+ "The Sap",
+ "Saturday's Children",
+ "The Saturday Night Kid",
+ "Say It with Songs",
+ "Scandal",
+ "Scarlet Seas",
+ "Señor Americano",
+ "Seven Faces",
+ "Seven Footprints to Satan",
+ "The Shakedown",
+ "Shanghai Lady",
+ "The Shannons of Broadway",
+ "She Goes to War",
+ "Show Boat",
+ "The Show of Shows",
+ "Side Street",
+ "Silent Sentinel",
+ "Silks and Saddles",
+ "The Sin Sister",
+ "Sin Town",
+ "A Single Man",
+ "The Single Standard",
+ "The Skeleton Dance",
+ "Skin Deep",
+ "Skinner Steps Out",
+ "The Sky Hawk",
+ "The Sky Skidder",
+ "Slim Fingers",
+ "Smilin' Guns",
+ "Smiling Irish Eyes",
+ "The Smiling Terror",
+ "So Long Letty",
+ "A Song of Kentucky",
+ "Song of Love",
+ "South Sea Rose",
+ "Speakeasy",
+ "Spite Marriage",
+ "The Squall",
+ "St. Louis Blues",
+ "Stark Mad",
+ "Stolen Kisses",
+ "Strange Cargo",
+ "Street Girl",
+ "Strong Boy",
+ "Sunny Side Up",
+ "Syncopation",
+ "Synthetic Sin",
+ "The Taming of the Shrew",
+ "Tanned Legs",
+ "They Had to See Paris",
+ "The Thirteenth Chair",
+ "This Is Heaven",
+ "This Thing Called Love",
+ "Three Live Ghosts",
+ "Thru Different Eyes",
+ "Thunder",
+ "Thunderbolt",
+ "Tide of Empire",
+ "Tiger Rose",
+ "The Time, the Place and the Girl",
+ "The Tip Off",
+ "Tonight at Twelve",
+ "Trent's Last Case",
+ "The Trespasser",
+ "True Heaven",
+ "Twin Beds",
+ "Two Men and a Maid",
+ "Two Sisters",
+ "Two Weeks Off",
+ "Under the Southern Cross",
+ "The Vagabond Lover",
+ "The Valiant",
+ "The Veiled Woman",
+ "The Very Idea",
+ "The Virginian",
+ "The Wagon Master",
+ "Wall Street",
+ "Weary River",
+ "Wedding Rings",
+ "Welcome Danger",
+ "Where East is East",
+ "Whispering Winds",
+ "Why Be Good?",
+ "Why Leave Home?",
+ "Wild Blood",
+ "Wild Orchids",
+ "The Winged Horseman",
+ "The Wolf of Wall Street",
+ "The Wolf Song",
+ "Wolves of the City",
+ "The Woman from Hell",
+ "Woman Trap",
+ "Wonder of Women",
+ "Words and Music",
+ "Young Nowheres",
+ "The Younger Generation",
+ "Abraham Lincoln",
+ "Africa Speaks!",
+ "Alias French Gertie",
+ "All Quiet on the Western Front",
+ "Along Came Youth",
+ "Animal Crackers",
+ "Anna Christie",
+ "Anybody's War",
+ "Anybody's Woman",
+ "The Arizona Kid",
+ "Around the Corner",
+ "Back Pay",
+ "The Bad Man",
+ "The Bad One",
+ "The Bat Whispers",
+ "Be Yourself",
+ "Beau Bandit",
+ "Behind the Make-Up",
+ "The Benson Murder Case",
+ "Big Boy",
+ "The Big House",
+ "The Big Party",
+ "The Big Pond",
+ "The Big Trail",
+ "Billy the Kid",
+ "The Bishop Murder Case",
+ "The Border Legion",
+ "Born Reckless",
+ "Borrowed Wives",
+ "The Boudoir Diplomat",
+ "Bride of the Regiment",
+ "Bright Lights",
+ "Brothers",
+ "Burning Up",
+ "The Call of the Circus",
+ "Call of the Flesh",
+ "Call of the West",
+ "Cameo Kirby",
+ "Captain of the Guard",
+ "Captain Thunder",
+ "Caught Short",
+ "The Case of Sergeant Grischa",
+ "The Cat Creeps",
+ "Charley's Aunt",
+ "Chasing Rainbows",
+ "Check and Double Check",
+ "Cheer Up and Smile",
+ "Children of Pleasure",
+ "City Girl",
+ "The Climax",
+ "The Cohens and Kellys in Africa",
+ "The Cohens and the Kellys in Scotland",
+ "College Lovers",
+ "Common Clay",
+ "The Concentratin' Kid",
+ "Conspiracy",
+ "Courage",
+ "Crazy That Way",
+ "The Cuckoos",
+ "The Czar of Broadway",
+ "Dames Ahoy!",
+ "The Dancers",
+ "Dancing Sweeties",
+ "Danger Lights",
+ "Dangerous Nan McGrew",
+ "Dangerous Paradise",
+ "The Dawn Patrol",
+ "The Dawn Trail",
+ "Derelict",
+ "The Devil to Pay!",
+ "A Devil With Women",
+ "The Devil's Holiday",
+ "Divorce Among Friends",
+ "The Divorcee",
+ "Dixiana",
+ "The Doorway to Hell",
+ "Double Cross Roads",
+ "Doughboys",
+ "Du Barry, Woman of Passion",
+ "The Dude Wrangler",
+ "Dumbbells in Ermine",
+ "East Is West",
+ "Embarrassing Moments",
+ "Extravagance",
+ "Ex-Flame",
+ "The Eyes of the World",
+ "The Fall Guy",
+ "Fast and Loose",
+ "Feet First",
+ "The Fighting Legion",
+ "The Flirting Widow",
+ "The Florodora Girl",
+ "Follow the Leader",
+ "Follow Thru",
+ "For the Defense",
+ "Framed",
+ "Free and Easy",
+ "Free Love",
+ "The Furies",
+ "General Crack",
+ "Girl of the Port",
+ "The Girl of the Golden West",
+ "The Girl Said No",
+ "The Gorilla",
+ "The Green Goddess",
+ "The Golden Calf",
+ "Golden Dawn",
+ "Going Wild",
+ "Good Intentions",
+ "Good News",
+ "The Grand Parade",
+ "Grumpy",
+ "Guilty?",
+ "Half Shot at Sunrise",
+ "Harmony at Home",
+ "He Knew Women",
+ "Heads Up",
+ "Hell Harbor",
+ "Hell's Angels",
+ "Hell's Heroes",
+ "Her Wedding Night",
+ "Hide-Out",
+ "High Society Blues",
+ "Hit the Deck",
+ "Hold Everything",
+ "Holiday",
+ "Honey",
+ "Hook, Line and Sinker",
+ "Hot Curves",
+ "In Gay Madrid",
+ "In the Next Room",
+ "Ingagi",
+ "Inside the Lines",
+ "Isle of Escape",
+ "The Jazz Cinderella",
+ "Journey's End",
+ "Just Imagine",
+ "Kathleen Mavourneen",
+ "The Kibitzer",
+ "King of Jazz",
+ "Kismet",
+ "Ladies in Love",
+ "Ladies Love Brutes",
+ "Ladies of Leisure",
+ "The Lady of Scandal",
+ "A Lady Surrenders",
+ "A Lady to Love",
+ "A Lady's Morals",
+ "The Lash",
+ "The Last of the Duanes",
+ "Laughter",
+ "Lawful Larceny",
+ "Leathernecking",
+ "Let Us Be Gay",
+ "Let's Go Native",
+ "Let's Go Places",
+ "The Life of the Party",
+ "Lightnin'",
+ "The Light of Western Stars",
+ "Lilies of the Field",
+ "Liliom",
+ "The Little Accident",
+ "The Lone Star Ranger",
+ "Loose Ankles",
+ "Lord Byron of Broadway",
+ "The Lottery Bride",
+ "Lotus Lady",
+ "Love Among the Millionaires",
+ "Love Comes Along",
+ "Love in the Rough",
+ "The Love Trader",
+ "Lovin' the Ladies",
+ "Lucky Larkin",
+ "Lummox",
+ "Madam Satan",
+ "Madonna of the Streets",
+ "Mamba",
+ "Mammy",
+ "The Man from Blankley's",
+ "A Man from Wyoming",
+ "The Man Hunter",
+ "Man to Man",
+ "Man Trouble",
+ "Manslaughter",
+ "The Matrimonial Bed",
+ "Maybe It's Love",
+ "The Medicine Man",
+ "The Melody Man",
+ "Men Are Like That",
+ "Men of the North",
+ "Men Without Women",
+ "Midnight Mystery",
+ "The Midnight Special",
+ "Min and Bill",
+ "Moby Dick",
+ "Montana Moon",
+ "Monte Carlo",
+ "Morocco",
+ "Mothers Cry",
+ "Mountain Justice",
+ "The Mounted Stranger",
+ "Murder on the Roof",
+ "Murder Will Out",
+ "Near the Rainbow's End",
+ "New Moon",
+ "New Movietone Follies of 1930",
+ "Night Ride",
+ "No, No, Nanette",
+ "Not Damaged",
+ "Not So Dumb",
+ "A Notorious Affair",
+ "Numbered Men",
+ "The Office Wife",
+ "Oh, For a Man!",
+ "Oh Sailor Behave",
+ "Oklahoma Cyclone",
+ "Old English",
+ "On the Border",
+ "On the Level",
+ "On Your Back",
+ "Once a Gentleman",
+ "One Mad Kiss",
+ "One Night at Susie's",
+ "One Romantic Night",
+ "Only Saps Work",
+ "Only the Brave",
+ "The Other Tomorrow",
+ "Our Blushing Brides",
+ "Outside the Law",
+ "Outward Bound",
+ "Paid",
+ "Parade of the West",
+ "Paradise Island",
+ "Paramount on Parade",
+ "Part Time Wife",
+ "Party Girl",
+ "Passion Flower",
+ "The Pay-Off",
+ "Peacock Alley",
+ "Playboy of Paris",
+ "Playing Around",
+ "The Princess and the Plumber",
+ "Puttin' On The Ritz",
+ "Queen High",
+ "Raffles",
+ "Rain Or Shine",
+ "Recaptured Love",
+ "Redemption",
+ "Remote Control",
+ "Renegades",
+ "The Return of Dr. Fu Manchu",
+ "The Right to Love",
+ "River's End",
+ "Road to Paradise",
+ "Roadhouse Nights",
+ "Roaring Ranch",
+ "Rogue of the Rio Grande",
+ "The Rogue Song",
+ "Romance",
+ "Rough Romance",
+ "Rough Waters",
+ "The Runaway Bride",
+ "Safety in Numbers",
+ "The Santa Fe Trail",
+ "The Sap from Syracuse",
+ "Sarah and Son",
+ "Scarlet Pages",
+ "Scotland Yard",
+ "The Sea Bat",
+ "The Sea God",
+ "Sea Legs",
+ "The Sea Wolf",
+ "Second Choice",
+ "The Second Floor Mystery",
+ "Second Honeymoon",
+ "Second Wife",
+ "See America Thirst",
+ "Seven Days Leave",
+ "Shadow of the Law",
+ "Shadow Ranch",
+ "She Couldn't Say No",
+ "She Got What She Wanted",
+ "She's My Weakness",
+ "The Ship from Shanghai",
+ "Shooting Straight",
+ "Show Girl in Hollywood",
+ "The Silver Horde",
+ "Sin Takes a Holiday",
+ "Sinners' Holiday",
+ "The Sins of the Children",
+ "Sisters",
+ "Slightly Scarlet",
+ "So This Is London",
+ "The Social Lion",
+ "A Soldier's Plaything",
+ "Soldiers and Women",
+ "Son of the Gods",
+ "Song o' My Heart",
+ "Song of the Caballero",
+ "Song of the Flame",
+ "Song of the West",
+ "Sons of the Saddle",
+ "Soup to Nuts",
+ "The Spoilers",
+ "Spring Is Here",
+ "Spurs",
+ "The Storm",
+ "Street of Chance",
+ "Strictly Modern",
+ "Strictly Unconventional",
+ "Such Men Are Dangerous",
+ "Sunny",
+ "Sunny Skies",
+ "Sweet Kitty Bellairs",
+ "Sweet Mama",
+ "Sweethearts and Wives",
+ "The Swellhead",
+ "Temple Tower",
+ "The Texan",
+ "They Learned About Women",
+ "The Third Alarm",
+ "This Mad World",
+ "Those Three French Girls",
+ "Those Who Dance",
+ "Three Faces East",
+ "The Three Sisters",
+ "Thus is Life",
+ "Today",
+ "Tol'able David",
+ "Tom Sawyer",
+ "Top Speed",
+ "Trailing Trouble",
+ "Trigger Tricks",
+ "Troopers Three",
+ "True to the Navy",
+ "The Truth About Youth",
+ "Under a Texas Moon",
+ "Undertow",
+ "The Unholy Three",
+ "Up the River",
+ "The Utah Kid",
+ "The Vagabond King",
+ "Viennese Nights",
+ "The Virtuous Sin",
+ "War Nurse",
+ "Way for a Sailor",
+ "The Way of All Men",
+ "Way Out West",
+ "What a Man!",
+ "What a Widow!",
+ "What Men Want",
+ "Whoopee!",
+ "Wide Open",
+ "The Widow From Chicago",
+ "Wild Company",
+ "The Woman Racket",
+ "Women Everywhere",
+ "Worldly Goods",
+ "Young Desire",
+ "Young Eagles",
+ "Young Man of Manhattan",
+ "24 Hours",
+ "The Age for Love",
+ "Alexander Hamilton",
+ "Alice in Wonderland",
+ "Always Goodbye",
+ "Ambassador Bill",
+ "An American Tragedy",
+ "Annabelle's Affairs",
+ "Are These Our Children?",
+ "Are You There?",
+ "Arizona",
+ "Arizona Terror",
+ "Arrowsmith",
+ "The Avenger",
+ "Bachelor Apartment",
+ "The Bachelor Father",
+ "Bad Company",
+ "Bad Girl",
+ "Bad Sister",
+ "The Bargain",
+ "Beau Ideal",
+ "Behind Office Doors",
+ "The Beloved Bachelor",
+ "Beyond Victory",
+ "Big Business Girl",
+ "The Big Gamble",
+ "The Big Shot",
+ "The Black Camel",
+ "Blonde Crazy",
+ "Body and Soul",
+ "Border Law",
+ "Born to Love",
+ "Bought",
+ "Branded",
+ "Branded Men",
+ "The Brat",
+ "Broadminded",
+ "Captain Applejack",
+ "Caught",
+ "Caught Cheating",
+ "Caught Plastered",
+ "The Champ",
+ "Chances",
+ "Charlie Chan Carries On",
+ "The Cheat",
+ "Children of Dreams",
+ "Chinatown After Dark",
+ "Cimarron",
+ "The Cisco Kid",
+ "City Lights",
+ "City Streets",
+ "Clearing the Range",
+ "The Common Law",
+ "Compromised",
+ "Confessions of a Co-Ed",
+ "A Connecticut Yankee",
+ "The Conquering Horde",
+ "Consolation Marriage",
+ "Convicted",
+ "Corsair",
+ "Cracked Nuts",
+ "The Criminal Code",
+ "The Cuban Love Song",
+ "Daddy Long Legs",
+ "Dance, Fools, Dance",
+ "Daughter of the Dragon",
+ "Daybreak",
+ "The Deceiver",
+ "Delicious",
+ "Demon of the Sea",
+ "The Devil Plays",
+ "Devotion",
+ "Dirigible",
+ "Dishonored",
+ "Doctors' Wives",
+ "Don't Bet on Women",
+ "Dr. Jekyll and Mr. Hyde",
+ "Dracula",
+ "The Drums of Jeopardy",
+ "Dude Ranch",
+ "The Easiest Way",
+ "East Lynne",
+ "East of Borneo",
+ "El codigo penal",
+ "El Impostor",
+ "Eran Trece",
+ "Everything's Rosie",
+ "Ex-Bad Boy",
+ "Expensive Women",
+ "Fair Warning",
+ "The False Madonna",
+ "Fanny Foley Herself",
+ "Father's Son",
+ "Fifty Fathoms Deep",
+ "Fifty Million Frenchmen",
+ "Fighting Caravans",
+ "The Fighting Marshal",
+ "The Fighting Sheriff",
+ "The Finger Points",
+ "Finn and Hattie",
+ "Five and Ten",
+ "Five Star Final",
+ "Flying High",
+ "Forbidden Adventure",
+ "Frankenstein",
+ "A Free Soul",
+ "Freighters of Destiny",
+ "Friends and Lovers",
+ "The Front Page",
+ "The Gang Buster",
+ "The Gay Diplomat",
+ "Gentleman's Fate",
+ "The Girl Habit",
+ "Girl of the Rio",
+ "Girls About Town",
+ "Girls Demand Excitement",
+ "God's Gift to Women",
+ "Gold Dust Gertie",
+ "Goldie",
+ "Good Sport",
+ "Graft",
+ "The Great Lover",
+ "The Great Meadow",
+ "Grief Street",
+ "The Guardsman",
+ "The Guilty Generation",
+ "Guilty Hands",
+ "Gun Smoke",
+ "Hard Hombre",
+ "Heartbreak",
+ "Heaven on Earth",
+ "Hell Divers",
+ "Her Majesty, Love",
+ "High Stakes",
+ "His Woman",
+ "A Holy Terror",
+ "The Homicide Squad",
+ "Honeymoon Lane",
+ "Honor Among Lovers",
+ "Honor of the Family",
+ "The Hot Heiress",
+ "A House Divided",
+ "Huckleberry Finn",
+ "Husband's Holiday",
+ "Hush Money",
+ "I Like Your Nerve",
+ "I Take This Woman",
+ "Illicit",
+ "In Line of Duty",
+ "Indiscreet",
+ "Inspiration",
+ "Iron Man",
+ "It Pays to Advertise",
+ "It's a Wise Child",
+ "June Moon",
+ "Just a Gigolo",
+ "Kept Husbands",
+ "Kick In",
+ "Kiki",
+ "Kiss Me Again",
+ "L'aviateur",
+ "La ley del harem",
+ "Ladies' Man",
+ "Ladies of the Big House",
+ "The Lady from Nowhere",
+ "The Lady Refuses",
+ "The Lady Who Dared",
+ "Land of Wanted Men",
+ "Lasca of the Rio Grande",
+ "The Last Flight",
+ "The Last Ride",
+ "Laugh and Get Rich",
+ "Laughing Sinners",
+ "The Law of the Sea",
+ "The Lawless Woman",
+ "The Lawyer's Secret",
+ "The Lion and the Lamb",
+ "Little Caesar",
+ "Local Boy Makes Good",
+ "Lonely Wives",
+ "The Mad Genius",
+ "The Magnificent Lie",
+ "Maker of Men",
+ "The Maltese Falcon",
+ "The Man in Possession",
+ "Man of the World",
+ "The Man Who Came Back",
+ "Manhattan Parade",
+ "Many a Slip",
+ "Mata Hari",
+ "Men Call It Love",
+ "Men in Her Life",
+ "Men of Chance",
+ "Men of the Sky",
+ "Men on Call",
+ "Merely Mary Ann",
+ "Mi ultimo amor",
+ "Millie",
+ "The Millionaire",
+ "The Miracle Woman",
+ "Misbehaving Ladies",
+ "Monkey Business",
+ "The Montana Kid",
+ "Morals for Women",
+ "Mr. Lemon of Orange",
+ "Murder at Midnight",
+ "Murder by the Clock",
+ "My Past",
+ "My Sin",
+ "The Naughty Flirt",
+ "The Nevada Buckaroo",
+ "Never the Twain Shall Meet",
+ "New Adventures of Get Rich Quick Wallingford",
+ "Nice Women",
+ "The Night Angel",
+ "Night Life in Reno",
+ "Night Nurse",
+ "No Limit",
+ "Not Exactly Gentlemen",
+ "Once a Lady",
+ "Once a Sinner",
+ "One Heavenly Night",
+ "The One Way Trail",
+ "Other Men's Women",
+ "Over the Hill",
+ "The Pagan Lady",
+ "The Painted Desert",
+ "Palmy Days",
+ "Pardon Us",
+ "Parlor, Bedroom and Bath",
+ "Partners of the Trail",
+ "Party Husband",
+ "Peach O'Reno",
+ "Penrod and Sam",
+ "Personal Maid",
+ "The Phantom",
+ "The Phantom of Paris",
+ "Platinum Blonde",
+ "The Pocatello Kid",
+ "Politics",
+ "Possessed",
+ "Private Lives",
+ "The Prodigal",
+ "The Public Defender",
+ "The Public Enemy",
+ "Quick Millions",
+ "The Rainbow Trail",
+ "The Range Feud",
+ "Range Law",
+ "Rebound",
+ "The Reckless Hour",
+ "Reckless Living",
+ "Reducing",
+ "Resurrection",
+ "Rich Man's Folly",
+ "Riders of the Purple Sage",
+ "The Right of Way",
+ "The Road to Reno",
+ "The Road to Singapore",
+ "The Royal Bed",
+ "The Ruling Voice",
+ "The Runaround",
+ "Safe in Hell",
+ "Salvation Nell",
+ "Scandal Sheet",
+ "The Sea Ghost",
+ "Seas Beneath",
+ "The Secret Call",
+ "Secret Service",
+ "The Secret Six",
+ "The Secret Witness",
+ "Secrets of a Secretary",
+ "Seed",
+ "Shanghaied Love",
+ "The She-Wolf",
+ "Shipmates",
+ "Shotgun Pass",
+ "Side Show",
+ "Sidewalks of New York",
+ "Silence",
+ "The Sin of Madelon Claudet",
+ "The Sin Ship",
+ "The Single Sin",
+ "Sit Tight",
+ "Six Cylinder Love",
+ "Skippy",
+ "Skyline",
+ "Sky Raiders",
+ "Smart Money",
+ "Smart Woman",
+ "The Smiling Lieutenant",
+ "Sob Sister",
+ "Son of India",
+ "Sooky",
+ "The Spider",
+ "The Spirit of Notre Dame",
+ "Sporting Blood",
+ "The Spy",
+ "The Squaw Man",
+ "The Star Witness",
+ "Stepping Out",
+ "Stolen Heaven",
+ "The Stolen Jools",
+ "Strangers May Kiss",
+ "Street Scene",
+ "Strictly Dishonorable",
+ "The Struggle",
+ "Subway Express",
+ "Suicide Fleet",
+ "Sundown Trail",
+ "Surrender",
+ "Susan Lenox (Her Fall and Rise)",
+ "Svengali",
+ "Sweepstakes",
+ "Tabu",
+ "A Tailor Made Man",
+ "Tarnished Lady",
+ "Ten Cents a Dance",
+ "Ten Nights in a Barroom",
+ "The Texas Ranger",
+ "Their Mad Moment",
+ "This Modern Age",
+ "Three Girls Lost",
+ "Three Who Loved",
+ "The Tip-Off",
+ "Tonight or Never",
+ "Too Many Cooks",
+ "To Young to Marry",
+ "Touchdown",
+ "Trader Horn",
+ "Transatlantic",
+ "Transgression",
+ "Traveling Husbands",
+ "Under Eighteen",
+ "Under Suspicion",
+ "Unfaithful",
+ "The Unholy Garden",
+ "Up for Murder",
+ "Up Pops the Devil",
+ "The Vice Squad",
+ "The Viking",
+ "The Virtuous Husband",
+ "Waterloo Bridge",
+ "Way Back Home",
+ "West of Broadway",
+ "White Shoulders",
+ "Wicked",
+ "Wild Horse",
+ "Woman Hungry",
+ "The Woman Between",
+ "A Woman of Experience",
+ "Women Go on Forever",
+ "Women Love Once",
+ "Women of All Nations",
+ "Working Girls",
+ "X Marks the Spot",
+ "The Yellow Ticket",
+ "Young as You Feel",
+ "Young Donovan's Kid",
+ "Young Sinners",
+ "20,000 Years in Sing Sing",
+ "70,000 Witnesses",
+ "Afraid to Talk",
+ "After the Ball",
+ "After Tomorrow",
+ "The Age of Consent",
+ "Air Mail",
+ "Alias the Doctor",
+ "The All American",
+ "Almost Married",
+ "Amateur Daddy",
+ "American Madness",
+ "The Animal Kingdom",
+ "Are You Listening?",
+ "Arsène Lupin",
+ "As You Desire Me",
+ "Attorney for the Defense",
+ "Bachelor's Affairs",
+ "Bachelor Mother",
+ "Back Street",
+ "The Beast of the City",
+ "Beauty and the Boss",
+ "Beauty Parlor",
+ "Behind the Mask",
+ "Beyond the Rockies",
+ "The Big Broadcast",
+ "Big City Blues",
+ "The Big Stampede",
+ "The Big Timer",
+ "A Bill of Divorcement",
+ "Bird of Paradise",
+ "Blessed Event",
+ "Blonde Venus",
+ "Blondie of the Follies",
+ "The Boiling Point",
+ "Border Devils",
+ "Breach of Promise",
+ "Broadway to Cheyenne",
+ "Broken Lullaby",
+ "The Broken Wing",
+ "Business and Pleasure",
+ "But the Flesh Is Weak",
+ "By Whose Hand?",
+ "The Cabin in the Cotton",
+ "Call Her Savage",
+ "Careless Lady",
+ "Carnival Boat",
+ "Central Park",
+ "Chandu the Magician",
+ "Charlie Chan's Chance",
+ "Cheaters at Play",
+ "Cock of the Air",
+ "The Cohens and Kellys in Hollywood",
+ "Come On Danger!",
+ "The Conquerors",
+ "Cornered",
+ "The County Fair",
+ "Cowboy Counsellor",
+ "The Crash",
+ "The Crooked Circle",
+ "Crooner",
+ "Cross-Examination",
+ "The Crowd Roars",
+ "The Crusader",
+ "Cynara",
+ "Dancers in the Dark",
+ "Dance Team",
+ "Daring Danger",
+ "The Dark Horse",
+ "The Death Kiss",
+ "Deception",
+ "The Dentist",
+ "Destry Rides Again",
+ "Devil and the Deep",
+ "The Devil Is Driving",
+ "Devil on Deck",
+ "Devil's Lottery",
+ "Discarded Lovers",
+ "Disorderly Conduct",
+ "Divorce in the Family",
+ "The Divorce Racket",
+ "Docks of San Francisco",
+ "Doctor X",
+ "Doomed Battalion",
+ "Down to Earth",
+ "Downstairs",
+ "The Drifter",
+ "Drifting Souls",
+ "Emma",
+ "End of the Trail",
+ "Escapade",
+ "Evenings for Sale",
+ "The Expert",
+ "Exposure",
+ "The Face on the Barroom Floor",
+ "Faithless",
+ "False Faces",
+ "The Famous Ferguson Case",
+ "A Farewell to Arms",
+ "Fast Companions",
+ "Fast Life",
+ "The Fighting Fool",
+ "Fighting for Justice",
+ "The Fighting Gentleman",
+ "Final Edition",
+ "Fireman, Save My Child",
+ "The First Year",
+ "Flames",
+ "Flaming Guns",
+ "Flesh",
+ "Flowers and Trees",
+ "A Fool's Advice",
+ "Forbidden",
+ "Forbidden Company",
+ "Forbidden Trail",
+ "Forgotten Commandments",
+ "The Fourth Horseman",
+ "Freaks",
+ "Frisco Jenny",
+ "Gambling Sex",
+ "The Gay Buckaroo",
+ "The Gay Caballero",
+ "Ghost Valley",
+ "Girl Crazy",
+ "The Girl from Calgary",
+ "The Girl from Chicago",
+ "Girl of the Rio",
+ "Gold",
+ "The Golden West",
+ "Grand Hotel",
+ "The Greeks Had a Word for Them",
+ "Guilty as Hell",
+ "Guilty or Not Guilty",
+ "The Half-Naked Truth",
+ "Handle with Care",
+ "Harlem Is Heaven",
+ "Hat Check Girl",
+ "The Hatchet Man",
+ "Haunted Gold",
+ "He Learned About Women",
+ "The Heart of New York",
+ "Hearts of Humanity",
+ "Hello Trouble",
+ "Hell Fire Austin",
+ "Hell's Highway",
+ "Hell's House",
+ "Her Mad Night",
+ "Heritage of the Desert",
+ "Hidden Gold",
+ "High Pressure",
+ "High Speed",
+ "Hold 'Em Jail",
+ "Hollywood Speaks",
+ "The Horror",
+ "Horse Feathers",
+ "Hot Saturday",
+ "Hotel Continental",
+ "Huddle",
+ "I Am a Fugitive from a Chain Gang",
+ "If I Had a Million",
+ "Impatient Maiden",
+ "Island of Lost Souls",
+ "Is My Face Red?",
+ "It's Tough to Be Famous",
+ "Jenny Lind",
+ "Jewel Robbery",
+ "The Kid from Spain",
+ "The King Murder",
+ "Klondike",
+ "Kongo",
+ "Ladies of the Jury",
+ "Lady and Gent",
+ "Lady with a Past",
+ "The Last Mile",
+ "Law and Lawless",
+ "Law and Order",
+ "Law of the Sea",
+ "Lawyer Man",
+ "Lena Rivers",
+ "Letty Lynton",
+ "Life Begins",
+ "Little Orphan Annie",
+ "The Local Bad Man",
+ "The Lost Squadron",
+ "Love Affair",
+ "Love Bound",
+ "Love in High Gear",
+ "Love Is a Racket",
+ "Love Me Tonight",
+ "Lovers Courageous",
+ "Madame Butterfly",
+ "Madame Racketeer",
+ "Madison Square Garden",
+ "Make Me a Star",
+ "Manhattan Tower",
+ "Man About Town",
+ "Man Against Woman",
+ "The Man Called Back",
+ "The Man from Yesterday",
+ "Man Wanted",
+ "The Man Who Played God",
+ "A Man's Land",
+ "The Mask of Fu Manchu",
+ "Mason of the Mounted",
+ "The Match King",
+ "McKenna of the Mounted",
+ "Me and My Gal",
+ "The Menace",
+ "Men Are Such Fools",
+ "Men of America",
+ "Men of Chance",
+ "Merrily We Go to Hell",
+ "The Midnight Lady",
+ "Midnight Morals",
+ "The Midnight Patrol",
+ "Midnight Warning",
+ "Million Dollar Legs",
+ "The Miracle Man",
+ "Misleading Lady",
+ "Miss Pinkerton",
+ "The Monster Walks",
+ "The Most Dangerous Game",
+ "The Mouthpiece",
+ "Movie Crazy",
+ "Mr. Robinson Crusoe",
+ "The Mummy",
+ "Murders in the Rue Morgue",
+ "My Pal, the King",
+ "Mystery Ranch",
+ "New Morals for Old",
+ "Night After Night",
+ "The Night Club Lady",
+ "Night Court",
+ "The Night of June 13",
+ "The Night Mayor",
+ "The Night Rider",
+ "Night World",
+ "No Living Witness",
+ "No Man of Her Own",
+ "No More Orchids",
+ "No One Man",
+ "Officer Thirteen",
+ "Okay, America!",
+ "The Old Dark House",
+ "Once in a Lifetime",
+ "One Hour with You",
+ "One Way Passage",
+ "Out of Singapore",
+ "Pack Up Your Troubles",
+ "The Painted Woman",
+ "Panama Flo",
+ "A Parisian Romance",
+ "Partners",
+ "The Passionate Plumber",
+ "A Passport to Hell",
+ "Passport to Paradise",
+ "Payment Deferred",
+ "The Penguin Pool Murder",
+ "The Phantom Express",
+ "The Phantom of Crestwood",
+ "The Phantom President",
+ "Play Girl",
+ "Police Court",
+ "Polly of the Circus",
+ "Prestige",
+ "Pride of the Legion",
+ "Probation",
+ "Prosperity",
+ "The Purchase Price",
+ "Rackety Rax",
+ "Racing Youth",
+ "Radio Patrol",
+ "Rain",
+ "Rasputin and the Empress",
+ "Rebecca of Sunnybrook Farm",
+ "The Reckoning",
+ "Red Dust",
+ "Red Haired Alibi",
+ "Red-Headed Woman",
+ "Renegades of the West",
+ "The Rich Are Always with Us",
+ "Ride Him, Cowboy",
+ "The Rider of Death Valley",
+ "The Riding Tornado",
+ "Ridin' for Justice",
+ "The Roadhouse Murder",
+ "Roar of the Dragon",
+ "Rockabye",
+ "The Saddle Buster",
+ "The Savage Girl",
+ "Scandal for Sale",
+ "Scarface",
+ "Scarlet Dawn",
+ "Secrets of the French Police",
+ "The Secrets of Wu Sin",
+ "Self Defense",
+ "Shanghai Express",
+ "She Wanted a Millionaire",
+ "Sherlock Holmes",
+ "Shop Angel",
+ "Shopworn",
+ "The Sign of the Cross",
+ "The Silent Witness",
+ "Silver Dollar",
+ "The Silver Lining",
+ "Sinister Hands",
+ "Sinners in the Sun",
+ "Six Hours to Live",
+ "Sky Bride",
+ "Sky Devils",
+ "Skyscraper Souls",
+ "Slightly Married",
+ "Smilin' Through",
+ "So Big",
+ "Society Girl",
+ "The Son-Daughter",
+ "South of the Rio Grande",
+ "Speak Easily",
+ "Speed Demon",
+ "The Sport Parade",
+ "State's Attorney",
+ "Steady Company",
+ "Stepping Sisters",
+ "The Stoker",
+ "Stowaway",
+ "A Strange Adventure",
+ "The Strange Case of Clara Deane",
+ "Strange Interlude",
+ "Strange Justice",
+ "The Strange Love of Molly Louvain",
+ "Strangers of the Evening",
+ "Strangers in Love",
+ "Street of Women",
+ "A Successful Calamity",
+ "Sundown Rider",
+ "Symphony of Six Million",
+ "Tarzan the Ape Man",
+ "Taxi!",
+ "The Tenderfoot",
+ "Tess of the Storm Country",
+ "The Texas Bad Man",
+ "Texas Cyclone",
+ "Texas Gun Fighter",
+ "That's My Boy",
+ "They Call It Sin",
+ "They Just Had to Get Married",
+ "They Never Come Back",
+ "Thirteen Women",
+ "The Thirteenth Guest",
+ "This Is the Night",
+ "This Reckless Age",
+ "This Sporting Age",
+ "Those We Love",
+ "Three on a Match",
+ "Three Wise Girls",
+ "Thrill of Youth",
+ "Thunder Below",
+ "Tiger Shark",
+ "Tomorrow and Tomorrow",
+ "Tom Brown of Culver",
+ "Too Busy to Work",
+ "The Trial of Vivienne Ware",
+ "Trouble in Paradise",
+ "Two Against the World",
+ "Two-Fisted Law",
+ "Two Kinds of Women",
+ "Two Seconds",
+ "Unashamed",
+ "Under-Cover Man",
+ "The Unexpected Father",
+ "Unholy Love",
+ "Union Depot",
+ "The Unwritten Law",
+ "Uptown New York",
+ "The Vanishing Frontier",
+ "Vanity Fair",
+ "Vanity Street",
+ "Virtue",
+ "War Babies",
+ "War Correspondent",
+ "The Washington Masquerade",
+ "Washington Merry-Go-Round",
+ "Wayward",
+ "Week Ends Only",
+ "Week-End Marriage",
+ "The Western Code",
+ "Westward Passage",
+ "The Wet Parade",
+ "What Price Hollywood?",
+ "When a Fellow Needs a Friend",
+ "While Paris Sleeps",
+ "Whistlin' Dan",
+ "White Zombie",
+ "The Widow in Scarlet",
+ "Wild Girl",
+ "Wild Horse Mesa",
+ "Winner Take All",
+ "The Wiser Sex",
+ "Without Honor",
+ "A Woman Commands",
+ "The Woman from Monte Carlo",
+ "The Woman in Room 13",
+ "Women Won't Tell",
+ "The World and the Flesh",
+ "You Said a Mouthful",
+ "Young America",
+ "Young Blood",
+ "Young Bride",
+ "42nd Street",
+ "Above the Clouds",
+ "Ace of Aces",
+ "Adorable",
+ "Advice to the Lovelorn",
+ "After Tonight",
+ "Aggie Appleby, Maker of Men",
+ "Air Hostess",
+ "Alice in Wonderland",
+ "Ann Carver's Profession",
+ "Ann Vickers",
+ "Another Language",
+ "Arizona to Broadway",
+ "The Avenger",
+ "Baby Face",
+ "The Barbarian",
+ "Beauty for Sale",
+ "Bed of Roses",
+ "A Bedtime Story",
+ "Before Dawn",
+ "Before Midnight",
+ "Below the Sea",
+ "Berkeley Square",
+ "Best of Enemies",
+ "The Big Brain",
+ "The Big Chance",
+ "The Big Cage",
+ "Big Executive",
+ "The Billion Dollar Scandal",
+ "The Bitter Tea of General Yen",
+ "Black Beauty",
+ "Blind Adventure",
+ "Blondie Johnson",
+ "Blood Money",
+ "Bombshell",
+ "Bondage",
+ "The Bowery",
+ "Breed of the Border",
+ "Brief Moment",
+ "Broadway Bad",
+ "Broadway Through a Keyhole",
+ "Broadway to Hollywood",
+ "Broken Dreams",
+ "Bureau of Missing Persons",
+ "By Appointment Only",
+ "The California Trail",
+ "By Candlelight",
+ "Captured!",
+ "Cavalcade",
+ "Central Airport",
+ "Chance at Heaven",
+ "Charlie Chan's Greatest Case",
+ "The Cheyenne Kid",
+ "The Chief",
+ "Child of Manhattan",
+ "Christopher Bean",
+ "Christopher Strong",
+ "The Circus Queen Murder",
+ "Clear All Wires!",
+ "Cocktail Hour",
+ "The Cohens and Kellys in Trouble",
+ "College Coach",
+ "College Humor",
+ "The Constant Woman",
+ "Convention City",
+ "Corruption",
+ "Counsellor at Law",
+ "Cradle Song",
+ "The Crime of the Century",
+ "Cross Fire",
+ "Damaged Lives",
+ "Dance Girl Dance",
+ "Dancing Lady",
+ "Dangerous Crossroads",
+ "Dangerously Yours",
+ "Daring Daughters",
+ "Day of Reckoning",
+ "Deadwood Pass",
+ "Deluge",
+ "Design for Living",
+ "Destination Unknown",
+ "The Devil's Brother",
+ "The Devil's in Love",
+ "The Devil's Mate",
+ "Diamond Trail",
+ "Dinner at Eight",
+ "Diplomaniacs",
+ "Disgraced!",
+ "Doctor Bull",
+ "Don't Bet on Love",
+ "Dora's Dunking Doughnuts",
+ "Double Harness",
+ "Duck Soup",
+ "The Eagle and the Hawk",
+ "East of Fifth Avenue",
+ "The Eleventh Commandment",
+ "Elmer, the Great",
+ "Emergency Call",
+ "The Emperor Jones",
+ "Employees' Entrance",
+ "Eskimo",
+ "Ex-Lady",
+ "Face in the Sky",
+ "Fargo Express",
+ "Fast Workers",
+ "Female",
+ "The Fiddlin' Buckaroo",
+ "The Fighting Code",
+ "File 113",
+ "Flaming Gold",
+ "Flying Devils",
+ "Flying Down to Rio",
+ "Fog",
+ "Footlight Parade",
+ "Forgotten",
+ "From Headquarters",
+ "From Hell to Heaven",
+ "Fury of the Jungle",
+ "Gabriel Over the White House",
+ "Galloping Romeo",
+ "Gambling Ship",
+ "The Girl in 419",
+ "Girl Missing",
+ "Girl Without a Room",
+ "Going Hollywood",
+ "Gold Diggers of 1933",
+ "Golden Harvest",
+ "Goldie Gets Along",
+ "Goodbye Again",
+ "Goodbye Love",
+ "Grand Slam",
+ "The Great Jasper",
+ "Gun Justice",
+ "Hallelujah, I'm a Bum",
+ "Hard to Handle",
+ "Havana Widows",
+ "Headline Shooter",
+ "Hell and High Water",
+ "Hell Below",
+ "Hello, Everybody!",
+ "Hello, Sister!",
+ "Her Bodyguard",
+ "Her First Mate",
+ "Heroes for Sale",
+ "High Gear",
+ "His Double Life",
+ "His Private Secretary",
+ "Hold Me Tight",
+ "Hold the Press",
+ "Hold Your Man",
+ "Hoop-La",
+ "Horse Play",
+ "Hot Pepper",
+ "The House on 56th Street",
+ "Humanity",
+ "I Am Suzanne",
+ "I Cover the Waterfront",
+ "I Have Lived",
+ "I Love That Man",
+ "I Loved a Woman",
+ "I Loved You Wednesday",
+ "I'm No Angel",
+ "If I Were Free",
+ "In the Money",
+ "India Speaks",
+ "Infernal Machine",
+ "International House",
+ "The Intruder",
+ "The Invisible Man",
+ "It's Great to Be Alive",
+ "Jennie Gerhardt",
+ "Jimmy and Sally",
+ "Jungle Bride",
+ "The Kennel Murder Case",
+ "The Keyhole",
+ "King for a Night",
+ "King Kong",
+ "King of the Arena",
+ "King of the Jungle",
+ "King of the Wild Horses",
+ "The King's Vacation",
+ "The Kiss Before the Mirror",
+ "Kiss of Araby",
+ "Ladies Must Love",
+ "Ladies They Talk About",
+ "Lady for a Day",
+ "Lady Killer",
+ "A Lady's Profession",
+ "The Last Trail",
+ "Laughing at Life",
+ "Laughter in Hell",
+ "Let's Fall in Love",
+ "Life in the Raw",
+ "The Life of Jimmy Dolan",
+ "Lilly Turner",
+ "The Little Giant",
+ "Little Women",
+ "Lone Cowboy",
+ "Looking Forward",
+ "Lot in Sodom",
+ "Love, Honor, and Oh Baby!",
+ "Love Is Dangerous",
+ "Lucky Devils",
+ "Lucky Dog",
+ "Luxury Liner",
+ "The Mad Game",
+ "Made on Broadway",
+ "Mama Loves Papa",
+ "The Man from Monterey",
+ "Man Hunt",
+ "Man of Action",
+ "A Man of Sentiment",
+ "Man of the Forest",
+ "The Man Who Dared",
+ "Man's Castle",
+ "Mary Stevens, M.D.",
+ "The Masquerader",
+ "Master of Men",
+ "The Mayor of Hell",
+ "Meet the Baron",
+ "Melody Cruise",
+ "Men Must Fight",
+ "Midnight Club",
+ "Midnight Mary",
+ "The Midnight Patrol",
+ "Midshipman Jack",
+ "The Mind Reader",
+ "The Monkey's Paw",
+ "Moonlight and Pretzels",
+ "Morning Glory",
+ "Mr. Broadway",
+ "Mr. Skitch",
+ "Murder on the Campus",
+ "Murders in the Zoo",
+ "My Lips Betray",
+ "My Weakness",
+ "My Woman",
+ "The Mysterious Rider",
+ "The Mystic Hour",
+ "Mystery of the Wax Museum",
+ "Nagana",
+ "Narcotic",
+ "The Narrow Corner",
+ "Night Flight",
+ "Night of Terror",
+ "No Marriage Ties",
+ "No Other Woman",
+ "Notorious But Nice",
+ "The Nuisance",
+ "Obey the Law",
+ "Oliver Twist",
+ "Olsen's Big Moment",
+ "One Man's Journey",
+ "One Sunday Afternoon",
+ "Only Yesterday",
+ "Our Betters",
+ "Out All Night",
+ "Paddy the Next Best Thing",
+ "Parachute Jumper",
+ "Parole Girl",
+ "The Past of Mary Holmes",
+ "Peg o' My Heart",
+ "Penthouse",
+ "The Phantom Broadcast",
+ "Pick-Up",
+ "Picture Brides",
+ "Picture Snatcher",
+ "Pilgrimage",
+ "Pleasure Cruise",
+ "Police Car 17",
+ "The Power and the Glory",
+ "Primavera en otoño",
+ "Private Detective 62",
+ "Private Jones",
+ "The Prizefighter and the Lady",
+ "Professional Sweetheart",
+ "Queen Christina",
+ "Rafter Romance",
+ "Rainbow Over Broadway",
+ "Reform Girl",
+ "Reunion in Vienna",
+ "Riders of Destiny",
+ "The Right to Romance",
+ "Robbers' Roost",
+ "Roman Scandals",
+ "Rustlers' Roundup",
+ "Rusty Rides Alone",
+ "Sagebrush Trail",
+ "Sailor Be Good",
+ "Sailor's Luck",
+ "Saturday's Millions",
+ "Scarlet River",
+ "Second Hand Wife",
+ "The Secret of Madame Blanche",
+ "Secret of the Blue Room",
+ "Secrets",
+ "Sensation Hunters",
+ "Shadows of Sing Sing",
+ "Shanghai Madness",
+ "She Done Him Wrong",
+ "She Had to Say Yes",
+ "Should Ladies Behave",
+ "A Shriek in the Night",
+ "Silent Men",
+ "The Silk Express",
+ "The Silver Cord",
+ "The Sin of Nora Moran",
+ "Sitting Pretty",
+ "Skyway",
+ "Smoke Lightning",
+ "Smoky",
+ "So This Is Africa",
+ "Soldiers of the Storm",
+ "The Solitaire Man",
+ "Son of a Sailor",
+ "Son of the Border",
+ "Son of Kong",
+ "The Song of Songs",
+ "Sons of the Desert",
+ "Song of the Eagle",
+ "The Sphinx",
+ "Stage Mother",
+ "State Fair",
+ "State Trooper",
+ "Storm at Daybreak",
+ "The Story of Temple Drake",
+ "Straightaway",
+ "Strange People",
+ "The Stranger's Return",
+ "Strictly Personal",
+ "A Study in Scarlet",
+ "Sunset Pass",
+ "Supernatural",
+ "Sweepings",
+ "The Sweetheart of Sigma Chi",
+ "Take a Chance",
+ "Terror Aboard",
+ "Terror Trail",
+ "This Day and Age",
+ "This Is America",
+ "Three-Cornered Moon",
+ "Three Little Pigs",
+ "The Thrill Hunter",
+ "The Thundering Herd",
+ "Tillie and Gus",
+ "To the Last Man",
+ "Today We Live",
+ "Tomorrow at Seven",
+ "Tonight Is Ours",
+ "Too Much Harmony",
+ "Topaze",
+ "Torch Singer",
+ "Treason",
+ "Trick for Trick",
+ "Tugboat Annie",
+ "Turn Back the Clock",
+ "Under the Tonto Rim",
+ "Unknown Valley",
+ "The Vampire Bat",
+ "Voltaire",
+ "Walls of Gold",
+ "The Warrior's Husband",
+ "The Way to Love",
+ "West of Singapore",
+ "What! No Beer?",
+ "What Price Decency",
+ "What Price Innocence?",
+ "When Ladies Meet",
+ "When Strangers Marry",
+ "The Whirlwind",
+ "Whistling in the Dark",
+ "The White Sister",
+ "White Woman",
+ "Wild Boys of the Road",
+ "Wine, Women and Song",
+ "The Woman Accused",
+ "The Woman I Stole",
+ "The Women in His Life",
+ "The Working Man",
+ "The World Changes",
+ "The Worst Woman in Paris?",
+ "The Wrecker",
+ "Zoo in Budapest",
+ "365 Nights in Hollywood",
+ "6 Day Bike Rider",
+ "The Affairs of Cellini",
+ "Affairs of a Gentleman",
+ "Against the Law",
+ "The Age of Innocence",
+ "All Men Are Enemies",
+ "All of Me",
+ "Among the Missing",
+ "Anne of Green Gables",
+ "Are We Civilized?",
+ "As Husbands Go",
+ "As the Earth Turns",
+ "Babbitt",
+ "Babes in Toyland",
+ "Baby Take a Bow",
+ "Bachelor Bait",
+ "Bachelor of Arts",
+ "The Band Plays On",
+ "The Barrets of Wimpole Street",
+ "The Beast of Borneo",
+ "Bedside",
+ "Beggars in Ermine",
+ "Behold My Wife!",
+ "Belle of the Nineties",
+ "Beloved",
+ "Beyond the Law",
+ "The Big Shakedown",
+ "The Black Cat",
+ "Black Moon",
+ "Blind Date",
+ "Blue Steel",
+ "Bolero",
+ "Bombay Mail",
+ "Born to be Bad",
+ "Bottoms Up",
+ "Bright Eyes",
+ "British Agent",
+ "Broadway Bill",
+ "Bulldog Drummond Strikes Back",
+ "By Your Leave",
+ "Call It Luck",
+ "The Captain Hates the Sea",
+ "Caravan",
+ "Carolina",
+ "The Case of the Howling Dog",
+ "The Cat and the Fiddle",
+ "The Cat's-Paw",
+ "Chained",
+ "Change of Heart",
+ "Charlie Chan in London",
+ "Charlie Chan's Courage",
+ "Cheaters",
+ "Cheating Cheaters",
+ "The Circus Clown",
+ "City Limits",
+ "City Park",
+ "Cleopatra",
+ "Cockeyed Cavaliers",
+ "College Rhythm",
+ "Come On Marines!",
+ "Coming Out Party",
+ "The Count of Monte Cristo",
+ "The Countess of Monte Cristo",
+ "The Crime Doctor",
+ "The Crime of Helen Stanley",
+ "Crime Without Passion",
+ "Crimson Romance",
+ "The Crosby Case",
+ "Cross Country Cruise",
+ "Cross Streets",
+ "The Curtain Falls",
+ "Dames",
+ "Dangerous Corner",
+ "Dark Hazard",
+ "David Harum",
+ "Death on the Diamond",
+ "Death Takes a Holiday",
+ "The Defense Rests",
+ "Devil Tiger",
+ "Double Door",
+ "The Dover Road",
+ "Down to Their Last Yacht",
+ "The Dragon Murder Case",
+ "Dr. Monica",
+ "The Dude Ranger",
+ "Easy to Love",
+ "Eight Girls in a Boat",
+ "Elinor Norton",
+ "Elmer and Elsie",
+ "Embarrassing Moments",
+ "Evelyn Prentice",
+ "Ever Since Eve",
+ "Fashions of 1934",
+ "Father Brown, Detective",
+ "Fifteen Wives",
+ "Fighting Hero",
+ "The Fighting Ranger",
+ "Fighting to Live",
+ "Finishing School",
+ "Flirtation Walk",
+ "Flirting with Danger",
+ "Fog Over Frisco",
+ "Forsaking All Others",
+ "The Fountain",
+ "Four Frightened People",
+ "Friends of Mr. Sweeney",
+ "Frontier Marshal",
+ "Fugitive Lady",
+ "Fugitive Lovers",
+ "Fugitive Road",
+ "Gallant Lady",
+ "Gambling",
+ "Gambling Lady",
+ "The Gay Bride",
+ "The Gay Divorcee",
+ "Gentlemen Are Born",
+ "George White's Scandals",
+ "The Ghost Walks",
+ "Gift of Gab",
+ "The Girl from Missouri",
+ "Girl in Danger",
+ "A Girl of the Limberlost",
+ "Girl o' My Dreams",
+ "Glamour",
+ "Good Dame",
+ "Grand Canary",
+ "Great Expectations",
+ "The Great Flirtation",
+ "Green Eyes",
+ "Gridiron Flash",
+ "Half a Sinner",
+ "Handy Andy",
+ "Happiness Ahead",
+ "Happy Landing",
+ "Harlem After Midnight",
+ "Hat, Coat, and Glove",
+ "Have a Heart",
+ "He Was Her Man",
+ "Heat Lightning",
+ "Hell Bent for Love",
+ "The Hell Cat",
+ "Hell in the Heavens",
+ "Helldorado",
+ "Here Comes the Groom",
+ "Here Comes the Navy",
+ "Here is My Heart",
+ "Hi Nellie!",
+ "Hide-Out",
+ "Hips, Hips, Hooray!",
+ "His Greatest Gamble",
+ "Hold That Girl",
+ "Hollywood Party",
+ "House of Mystery",
+ "The House of Rothschild",
+ "Housewife",
+ "The Human Side",
+ "I Am a Thief",
+ "I Believed in You",
+ "I Give My Love",
+ "I Like It That Way",
+ "I Sell Anything",
+ "I'll Fix It",
+ "I'll Tell the World",
+ "I've Got Your Number",
+ "Imitation of Life",
+ "In Love with Life",
+ "In Old Santa Fe",
+ "It Happened One Night",
+ "It's a Gift",
+ "Jane Eyre",
+ "Jealousy",
+ "Jimmy the Gent",
+ "Journal of a Crime",
+ "Judge Priest",
+ "Kansas City Princess",
+ "Keep 'Em Rolling",
+ "Kentucky Kernels",
+ "The Key",
+ "Kid Millions",
+ "King Kelly of the U.S.A.",
+ "Kiss and Make-Up",
+ "Ladies Should Listen",
+ "Lady by Choice",
+ "The Last Gentleman",
+ "The Last Round-Up",
+ "Laughing Boy",
+ "The Lawless Frontier",
+ "Lazy River",
+ "The Lemon Drop Kid",
+ "Let's Be Ritzy",
+ "Let's Talk It Over",
+ "Let's Try Again",
+ "The Life of Vergie Winters",
+ "Lightning Strikes Twice",
+ "Limehouse Blues",
+ "The Line-Up",
+ "Little Man, What Now?",
+ "Little Men",
+ "The Little Minister",
+ "Little Miss Marker",
+ "Long Lost Father",
+ "Looking for Trouble",
+ "Lost in the Stratosphere",
+ "A Lost Lady",
+ "The Lost Patrol",
+ "Love Birds",
+ "The Love Captive",
+ "Love Time",
+ "The Lucky Texan",
+ "Madame DuBarry",
+ "Madame Spy",
+ "The Man from Utah",
+ "Man of Two Worlds",
+ "The Man Trailer",
+ "The Man Who Reclaimed His Head",
+ "The Man with Two Faces",
+ "A Man's Game",
+ "Managed Money",
+ "Mandalay",
+ "Manhattan Love Song",
+ "Manhattan Melodrama",
+ "Maniac",
+ "Many Happy Returns",
+ "Marie Galante",
+ "The Marines Are Coming",
+ "Massacre",
+ "The Meanest Gal in Town",
+ "Melody in Spring",
+ "Men in White",
+ "Men of the Night",
+ "Menace",
+ "The Merry Frinks",
+ "The Merry Widow",
+ "Midnight",
+ "Midnight Alibi",
+ "The Mighty Barnum",
+ "Mills of the Gods",
+ "Million Dollar Ransom",
+ "Miss Fane's Baby Is Stolen",
+ "Money Means Nothing",
+ "Monte Carlo Nights",
+ "The Most Precious Thing in Life",
+ "Moulin Rouge",
+ "Murder at the Vanities",
+ "Murder in the Clouds",
+ "Murder in the Private Car",
+ "Murder in Trinidad",
+ "Mrs. Wiggs of the Cabbage Patch",
+ "Murder on the Blackboard",
+ "Music in the Air",
+ "The Mysterious Mr. Wong",
+ "The Mystery of Mr. X",
+ "Mystery Liner",
+ "Mystery Ranch",
+ "Name the Woman",
+ "Nana",
+ "Neath the Arizona Skies",
+ "The Ninth Guest",
+ "No Greater Glory",
+ "No More Women",
+ "No Ransom",
+ "The Notorious Sophie Lang",
+ "Now and Forever",
+ "Now I'll Tell",
+ "Of Human Bondage",
+ "The Old Fashioned Way",
+ "Once to Every Bachelor",
+ "Once to Every Woman",
+ "One Exciting Adventure",
+ "One Hour Late",
+ "One in a Million",
+ "One Is Guilty",
+ "One More River",
+ "One Night of Love",
+ "Operator 13",
+ "Orient Express",
+ "Our Daily Bread",
+ "Outcast Lady",
+ "The Painted Veil",
+ "Palooka",
+ "Pardon My Pups",
+ "Paris Interlude",
+ "The Party's Over",
+ "Peck's Bad Boy",
+ "The Personality Kid",
+ "The Poor Rich",
+ "Port of Lost Dreams",
+ "The Prescott Kid",
+ "The President Vanishes",
+ "Private Scandal",
+ "Pursued",
+ "The Pursuit of Happiness",
+ "The Quitter",
+ "Randy Rides Alone",
+ "Rawhide Mail",
+ "Ready for Love",
+ "Red Morning",
+ "Registered Nurse",
+ "Return of the Terror",
+ "The Richest Girl in the World",
+ "Riptide",
+ "The Road to Ruin",
+ "Rocky Rhodes",
+ "Romance in the Rain",
+ "Sadie McKee",
+ "The Scarlet Empress",
+ "The Scarlet Letter",
+ "School for Girls",
+ "A Scream in the Night",
+ "Search for Beauty",
+ "The Secret Bride",
+ "Secret of the Chateau",
+ "Servants' Entrance",
+ "Sequoia",
+ "She Had to Choose",
+ "She Learned About Sailors",
+ "She Love Me Not",
+ "She Made Her Bed",
+ "She Was a Lady",
+ "Shoot the Works",
+ "The Show-Off",
+ "Side Streets",
+ "The Silver Streak",
+ "Sing and Like It",
+ "Sing Sing Nights",
+ "Sisters Under the Skin",
+ "Six of a Kind",
+ "Sixteen Fathoms Deep",
+ "Sleepers East",
+ "Smarty",
+ "Smoking Guns",
+ "Social Register",
+ "Sons of Steel",
+ "Speed Wings",
+ "Spitfire",
+ "Springtime for Henry",
+ "The St. Louis Kid",
+ "St. Louis Woman",
+ "Stamboul Quest",
+ "Stand Up and Cheer!",
+ "The Star Packer",
+ "Stingaree",
+ "Stolen Sweets",
+ "Straight Is the Way",
+ "Strange Wives",
+ "Strictly Dynamite",
+ "Student Tour",
+ "Success at Any Price",
+ "A Successful Failure",
+ "Such Women Are Dangerous",
+ "Sweet Adeline",
+ "Take the Stand",
+ "Tarzan and His Mate",
+ "Terror of the Plains",
+ "That's Gratitude",
+ "Their Big Moment",
+ "There's Always Tomorrow",
+ "The Thin Man",
+ "Thirty Day Princess",
+ "This Man Is Mine",
+ "This Side of Heaven",
+ "Thunder Over Texas",
+ "Tomorrow's Youth",
+ "The Trail Beyond",
+ "Transatlantic Merry-Go-Round",
+ "Treasure Island",
+ "The Trumpet Blows",
+ "Twentieth Century",
+ "Twenty Million Sweethearts",
+ "Two Alone",
+ "Two Heads on a Pillow",
+ "Uncertain Lady",
+ "Upper World",
+ "A Very Honorable Guy",
+ "Viva Villa!",
+ "Voice in the Night",
+ "Wagon Wheels",
+ "Wake Up and Dream",
+ "We Live Again",
+ "We're Not Dressing",
+ "We're Rich Again",
+ "Wednesday's Child",
+ "West of the Divide",
+ "West of the Pecos",
+ "The Westerner",
+ "Wharf Angel",
+ "What Every Woman Knows",
+ "When a Man Sees Red",
+ "When Strangers Meet",
+ "Whirlpool",
+ "The White Parade",
+ "Whom the Gods Destroy",
+ "A Wicked Woman",
+ "Wild Cargo",
+ "Wild Gold",
+ "The Witching Hour",
+ "The Woman Condemned",
+ "Woman in the Dark",
+ "A Woman's Man",
+ "Wonder Bar",
+ "The World Accuses",
+ "The World Moves On",
+ "You Belong to Me",
+ "You Can't Buy Everything",
+ "You're Telling Me!",
+ "Young and Beautiful",
+ "$10 Raise",
+ "1,000 Dollars a Minute",
+ "Accent on Youth",
+ "The Affair of Susan",
+ "After Office Hours",
+ "After the Dance",
+ "Age of Indiscretion",
+ "Ah, Wilderness!",
+ "Air Hawks",
+ "Alias Mary Dow",
+ "Alibi Ike",
+ "Alice Adams",
+ "All the King's Horses",
+ "Anna Karenina",
+ "Annapolis Farewell",
+ "Annie Oakley",
+ "Another Face",
+ "The Arizonian",
+ "Atlantic Adventure",
+ "The Awakening of Jim Burke",
+ "Baby Face Harrington",
+ "Bad Boy",
+ "Bar 20 Rides Again",
+ "Barbary Coast",
+ "Becky Sharp",
+ "Behind the Evidence",
+ "Behind the Green Lights",
+ "The Best Man Wins",
+ "The Big Broadcast of 1936",
+ "Biography of a Bachelor Girl",
+ "The Bishop Misbehaves",
+ "Black Fury",
+ "The Black Room",
+ "Black Sheep",
+ "Bonnie Scotland",
+ "Bordertown",
+ "Border Brigands",
+ "Born to Battle",
+ "Born to Gamble",
+ "Break of Hearts",
+ "The Bride Comes Home",
+ "Bride of Frankenstein",
+ "Bright Lights",
+ "Broadway Gondolier",
+ "Broadway Hostess",
+ "Broadway Melody of 1936",
+ "The Call of the Wild",
+ "Calling All Cars",
+ "The Calling of Dan Matthews",
+ "Calm Yourself",
+ "Cappy Ricks Returns",
+ "Captain Blood",
+ "Captain Hurricane",
+ "Car 99",
+ "Cardinal Richelieu",
+ "Carnival",
+ "The Case of the Curious Bride",
+ "The Case of the Lucky Legs",
+ "Case of the Missing Man",
+ "The Casino Murder Case",
+ "Champagne for Breakfast",
+ "Charlie Chan in Egypt",
+ "Charlie Chan in Paris",
+ "Charlie Chan in Shanghai",
+ "Chasing Yesterday",
+ "Cheers of the Crowd",
+ "China Seas",
+ "Chinatown Squad",
+ "Circumstantial Evidence",
+ "Clive of India",
+ "College Scandal",
+ "Collegiate",
+ "Condemned to Live",
+ "Confidential",
+ "Convention Girl",
+ "Coronado",
+ "The County Chairman",
+ "The Cowboy Millionaire",
+ "Crime and Punishment",
+ "The Crime of Dr. Crespi",
+ "The Crimson Trail",
+ "The Crusades",
+ "Curly Top",
+ "Danger Ahead",
+ "Dangerous",
+ "Dante's Inferno",
+ "The Daring Young Man",
+ "The Dark Angel",
+ "David Copperfield",
+ "The Dawn Rider",
+ "Death Flies East",
+ "Death from a Distance",
+ "The Desert Trail",
+ "Devil Dogs of the Air",
+ "The Devil is a Woman",
+ "Diamond Jim",
+ "Dinky",
+ "Dizzy Dames",
+ "A Dog of Flanders",
+ "Don't Bet on Blondes",
+ "Doubting Thomas",
+ "Dr. Socrates",
+ "Dressed to Thrill",
+ "The Eagle's Brood",
+ "East of Java",
+ "Eight Bells",
+ "Enchanted April",
+ "Enter Madame",
+ "Escapade",
+ "Escape from Devil's Island",
+ "Every Night at Eight",
+ "False Pretenses",
+ "The Farmer Takes a Wife",
+ "A Feather in Her Hat",
+ "Fighting Caballero",
+ "Fighting Lady",
+ "The Fighting Pilot",
+ "Fighting Shadows",
+ "Fighting Youth",
+ "The Flame Within",
+ "The Florentine Dagger",
+ "Folies Bergère de Paris",
+ "Forbidden Heaven",
+ "Forced Landing",
+ "Four Hours to Kill!",
+ "Freckles",
+ "Frisco Kid",
+ "Frisco Waterfront",
+ "Front Page Woman",
+ "G Men",
+ "Gallant Defender",
+ "The Gay Deception",
+ "George White's 1935 Scandals",
+ "Gigolette",
+ "The Gilded Lily",
+ "Ginger",
+ "The Girl Friend",
+ "The Girl from 10th Avenue",
+ "The Girl Who Came Back",
+ "The Glass Key",
+ "Go Into Your Dance",
+ "Goin' to Town",
+ "Going Highbrow",
+ "Gold Diggers of 1935",
+ "The Good Fairy",
+ "The Goose and the Gander",
+ "Grand Exit",
+ "Grand Old Girl",
+ "Great God Gold",
+ "The Great Hotel Murder",
+ "The Great Impersonation",
+ "Guard That Girl",
+ "Hands Across the Table",
+ "Happiness C.O.D.",
+ "Hard Rock Harrigan",
+ "Harmony Lane",
+ "The Headline Woman",
+ "The Healer",
+ "Heir to Trouble",
+ "Here Comes Cookie",
+ "Here Comes the Band",
+ "Here's to Romance",
+ "Hi, Gaucho!",
+ "His Family Tree",
+ "His Night Out",
+ "Hitch Hike Lady",
+ "Hold 'Em Yale",
+ "Home on the Range",
+ "Honeymoon Limited",
+ "Hong Kong Nights",
+ "Hooray for Love",
+ "The Hoosier Schoolmaster",
+ "Hop-Along Cassidy",
+ "Hot Off the Press",
+ "Hot Tip",
+ "I Dream Too Much",
+ "I Found Stella Parish",
+ "I Live for Love",
+ "I Live My Life",
+ "I'll Love You Always",
+ "I've Been Around",
+ "If You Could Only Cook",
+ "The Imperfect Lady",
+ "In Caliente",
+ "In Old Kentucky",
+ "In Person",
+ "In Spite of Danger",
+ "The Informer",
+ "The Irish in Us",
+ "It Happened in New York",
+ "It's a Great Life",
+ "It's a Small World",
+ "It's in the Air",
+ "The Ivory-Handled Gun",
+ "Jalna",
+ "The Judgement Book",
+ "Justice of the Range",
+ "The Keeper of the Bees",
+ "Kind Lady",
+ "King Solomon of Broadway",
+ "Laddie",
+ "Ladies Crave Excitement",
+ "Ladies Love Danger",
+ "The Lady in Scarlet",
+ "Lady Tubbs",
+ "The Laramie Kid",
+ "The Last Days of Pompeii",
+ "Last of the Pagans",
+ "The Last Outpost",
+ "Law Beyond the Range",
+ "Lawless Range",
+ "Lawless Riders",
+ "Let 'Em Have It",
+ "Let's Live Tonight",
+ "Life Begins at 40",
+ "Life Returns",
+ "Little Big Shot",
+ "The Little Colonel",
+ "The Littlest Rebel",
+ "The Lives of a Bengal Lancer",
+ "The Live Wire",
+ "Living on Velvet",
+ "The Lone Wolf Returns",
+ "Lottery Lover",
+ "Love in Bloom",
+ "Love Me Forever",
+ "Mad Love",
+ "Magnificent Obsession",
+ "Make a Million",
+ "Man of Iron",
+ "Man on the Flying Trapeze",
+ "The Man Who Broke the Bank at Monte Carlo",
+ "Manhattan Moon",
+ "Mark of the Vampire",
+ "Mary Burns, Fugitive",
+ "Mary Jane's Pa",
+ "Maybe It's Love",
+ "McFadden's Flats",
+ "The Melody Lingers On",
+ "Melody Trail",
+ "Men of Action",
+ "Men of the Hour",
+ "Men Without Names",
+ "Metropolitan",
+ "Midnight Phantom",
+ "A Midsummer Night's Dream",
+ "Millions in the Air",
+ "Les Misérables",
+ "Miss Pacific Fleet",
+ "Mississippi",
+ "Mister Dynamite",
+ "Moonlight on the Prairie",
+ "Motive for Revenge",
+ "Murder by Television",
+ "Murder in Harlem",
+ "Murder in the Fleet",
+ "The Murder Man",
+ "Murder on a Honeymoon",
+ "Music Is Magic",
+ "Mutiny Ahead",
+ "Mutiny on the Bounty",
+ "The Mystery of Edwin Drood",
+ "The Mystery Man",
+ "Mystery Woman",
+ "Naughty Marietta",
+ "Navy Wife",
+ "Nevada",
+ "Never Too Late",
+ "The New Frontier",
+ "A Night at the Opera",
+ "A Night at the Ritz",
+ "The Night Is Young",
+ "Night Life of the Gods",
+ "The Nitwits",
+ "No More Ladies",
+ "North of Arizona",
+ "A Notorious Gentleman",
+ "The Nut Farm",
+ "O'Shaughnessy's Boy",
+ "Oil for the Lamps of China",
+ "The Old Homestead",
+ "Old Man Rhythm",
+ "On Probation",
+ "Once in a Blue Moon",
+ "One Frightened Night",
+ "One More Spring",
+ "One New York Night",
+ "One Way Ticket",
+ "Orchids to You",
+ "Our Little Girl",
+ "Outlawed Guns",
+ "The Pace That Kills",
+ "Page Miss Glory",
+ "Paradise Canyon",
+ "Paris in Spring",
+ "Party Wire",
+ "The Payoff",
+ "People Will Talk",
+ "The People's Enemy",
+ "The Perfect Clue",
+ "The Perfect Gentleman",
+ "Personal Maid's Secret",
+ "Peter Ibbetson",
+ "Powdersmoke Range",
+ "Princess O'Hara",
+ "Private Worlds",
+ "Professional Soldier",
+ "Public Hero No. 1",
+ "The Public Menace",
+ "Public Opinion",
+ "Pursuit",
+ "Racing Luck",
+ "Rainbow's End",
+ "Rainbow Valley",
+ "The Rainmakers",
+ "The Raven",
+ "Reckless",
+ "Reckless Roads",
+ "The Red Blood of Courage",
+ "Red Hot Tires",
+ "Red Salute",
+ "Redheads on Parade",
+ "Remember Last Night?",
+ "Rendezvous",
+ "Rendezvous at Midnight",
+ "Rescue Squad",
+ "The Return of Peter Grimm",
+ "The Revenge Rider",
+ "Riding Wild",
+ "Rio Rattler",
+ "The Right to Live",
+ "Roberta",
+ "Rocky Mountain Mystery",
+ "Romance in Manhattan",
+ "Rough Riding Ranger",
+ "Ruggles of Red Gap",
+ "Rumba",
+ "Rustler's Paradise",
+ "The Sagebrush Troubadour",
+ "The Scoundrel",
+ "Seven Keys to Baldpate",
+ "Shadow of Doubt",
+ "The Shadow of Silk Lennox",
+ "Shanghai",
+ "She",
+ "She Couldn't Take It",
+ "She Gets Her Man",
+ "She Married Her Boss",
+ "Ship Cafe",
+ "Shipmates Forever",
+ "A Shot in the Dark",
+ "Show Them No Mercy!",
+ "Silk Hat Kid",
+ "Silent Valley",
+ "The Silver Bullet",
+ "The Singing Vagabond",
+ "Smart Girl",
+ "So Red the Rose",
+ "Social Error",
+ "Society Doctor",
+ "Society Fever",
+ "The Spanish Cape Mystery",
+ "Special Agent",
+ "Speed Limited",
+ "Splendor",
+ "Spring Tonic",
+ "Square Shooter",
+ "Star of Midnight",
+ "Stars Over Broadway",
+ "Steamboat Round the Bend",
+ "Stolen Harmony",
+ "Stone of Silver Creek",
+ "Storm Over the Andes",
+ "Stormy",
+ "Straight from the Heart",
+ "Stranded",
+ "Strangers All",
+ "Streamline Express",
+ "Sunset Range",
+ "Super-Speed",
+ "Sweepstake Annie",
+ "Sweet Music",
+ "Sweet Surrender",
+ "Swellhead",
+ "Sylvia Scarlett",
+ "Symphony of Living",
+ "A Tale of Two Cities",
+ "Texas Jack",
+ "Texas Terror",
+ "Thanks a Million",
+ "This Is the Life",
+ "Three Kids and a Queen",
+ "The Three Musketeers",
+ "The Throwback",
+ "Thunder in the Night",
+ "Thunder Mountain",
+ "Times Square Lady",
+ "To Beat the Band",
+ "Together We Live",
+ "Too Tough to Kill",
+ "Top Hat",
+ "Transient Lady",
+ "Traveling Saleslady",
+ "Tumbling Tumbleweeds",
+ "Two-Fisted",
+ "Two for Tonight",
+ "Two Sinners",
+ "Twenty Dollars a Week",
+ "Unconquered Bandit",
+ "Under Pressure",
+ "Under the Pampas Moon",
+ "Unknown Woman",
+ "The Unwelcome Stranger",
+ "Vagabond Lady",
+ "Vanessa: Her Love Story",
+ "Village Tale",
+ "The Virginia Judge",
+ "Wanderer of the Wasteland",
+ "Waterfront Lady",
+ "Way Down East",
+ "The Wedding Night",
+ "Welcome Home",
+ "We're in the Money",
+ "We're Only Human",
+ "Werewolf of London",
+ "West Point of the Air",
+ "Western Courage",
+ "Western Frontier",
+ "Westward Ho",
+ "What Price Crime",
+ "When a Man's a Man",
+ "While the Patient Slept",
+ "Whipsaw",
+ "Whispering Smith Speaks",
+ "The White Cockatoo",
+ "White Lies",
+ "The Whole Town's Talking",
+ "Wings in the Dark",
+ "The Winning Ticket",
+ "Without Children",
+ "Without Regret",
+ "Wolf Riders",
+ "The Woman in Red",
+ "Woman Wanted",
+ "Women Must Dress",
+ "Your Uncle Dudley",
+ "13 Hours by Air",
+ "15 Maiden Lane",
+ "36 Hours to Kill",
+ "Absolute Quiet",
+ "The Accusing Finger",
+ "Aces and Eights",
+ "Aces Wild",
+ "Adventure in Manhattan",
+ "After the Thin Man",
+ "Alibi for Murder",
+ "All American Chump",
+ "Along Came Love",
+ "Ambush Valley",
+ "And So They Were Married",
+ "And Sudden Death",
+ "Anthony Adverse",
+ "Anything Goes",
+ "Arizona Mahoney",
+ "The Arizona Raiders",
+ "August Weekend",
+ "Avenging Waters",
+ "Back to Nature",
+ "Banjo on My Knee",
+ "Below the Deadline",
+ "Beloved Enemy",
+ "Bengal Tiger",
+ "Beware of Ladies",
+ "Beyond the Caribbean",
+ "The Big Broadcast of 1937",
+ "Big Brown Eyes",
+ "The Big Game",
+ "The Big Noise",
+ "The Big Show",
+ "Black Gold",
+ "Blackmailer",
+ "The Bohemian Girl",
+ "The Bold Caballero",
+ "Border Caballero",
+ "Border Flight",
+ "The Border Patrolman",
+ "Born to Dance",
+ "Born to Fight",
+ "The Boss Rider of Gun Creek",
+ "Boulder Dam",
+ "The Bride Walks Out",
+ "Brides Are Like That",
+ "The Bridge of Sighs",
+ "Brilliant Marriage",
+ "Bulldog Edition",
+ "Bullets or Ballots",
+ "Bunker Bean",
+ "Burning Gold",
+ "Cain and Mabel",
+ "California Mail",
+ "Call of the Prairie",
+ "Camille",
+ "Can This Be Dixie?",
+ "Captain Calamity",
+ "Captain January",
+ "The Captain's Kid",
+ "Career Woman",
+ "Caryl of the Mountains",
+ "The Case Against Mrs. Ames",
+ "The Case of the Black Cat",
+ "The Case of the Velvet Claws",
+ "The Cattle Thief",
+ "Cavalcade of the West",
+ "Cavalry",
+ "Ceiling Zero",
+ "Champagne Charlie",
+ "The Charge of the Light Brigade",
+ "Charlie Chan at the Circus",
+ "Charlie Chan at the Opera",
+ "Charlie Chan at the Race Track",
+ "Charlie Chan's Secret",
+ "Chatterbox",
+ "China Clipper",
+ "Code of the Range",
+ "Colleen",
+ "College Holiday",
+ "Come and Get It",
+ "Come Closer, Folks",
+ "Comin' Round the Mountain",
+ "Conflict",
+ "Counterfeit",
+ "Counterfeit Lady",
+ "The Country Beyond",
+ "The Country Doctor",
+ "Country Gentlemen",
+ "The Cowboy and the Kid",
+ "The Cowboy Star",
+ "Crack-Up",
+ "Craig's Wife",
+ "Crash Donovan",
+ "Crashing Thru Danger",
+ "The Crime of Dr. Forbes",
+ "Dancing Feet",
+ "Dancing Pirate",
+ "Dangerous Intrigue",
+ "Dangerous Waters",
+ "Daniel Boone",
+ "The Dark Hour",
+ "Death in the Air",
+ "Desert Gold",
+ "Desert Guns",
+ "Desert Phantom",
+ "Desire",
+ "The Devil Is a Sissy",
+ "The Devil on Horseback",
+ "Devil's Squadron",
+ "The Devil-Doll",
+ "Dimples",
+ "Dodge City Trail",
+ "Dodsworth",
+ "Don't Gamble with Love",
+ "Don't Get Personal",
+ "Don't Turn 'Em Loose",
+ "Doughnuts and Society",
+ "Down the Stretch",
+ "Down to the Sea",
+ "Dracula's Daughter",
+ "The Drag-Net",
+ "Drift Fence",
+ "Early to Bed",
+ "Earthworm Tractors",
+ "Easy Money",
+ "Easy to Take",
+ "Educating Father",
+ "Ellis Island",
+ "Empty Saddles",
+ "End of the Trail",
+ "Everybody's Old Man",
+ "Every Saturday Night",
+ "The Ex-Mrs. Bradford",
+ "Exclusive Story",
+ "F-Man",
+ "A Face in the Fog",
+ "The Farmer in the Dell",
+ "'Fast Bullets",
+ "Fatal Lady",
+ "Federal Agent",
+ "Feud of the West",
+ "The Final Hour",
+ "The First Baby",
+ "Florida Special",
+ "Flying Hostess",
+ "Follow the Fleet",
+ "Follow Your Heart",
+ "For the Service",
+ "Forgotten Faces",
+ "Four Days' Wonder",
+ "Frankie and Johnny",
+ "Freshman Love",
+ "From Nine to Nine",
+ "Fugitive in the Sky",
+ "The Fugitive Sheriff",
+ "Fury",
+ "Gambling with Souls",
+ "The Garden Murder Case",
+ "The Garden of Allah",
+ "The Gay Desperado",
+ "The General Died at Dawn",
+ "General Spanky",
+ "Gentle Julia",
+ "The Gentleman from Louisiana",
+ "Ghost Patrol",
+ "Ghost-Town Gold",
+ "Ghost Town",
+ "The Girl from Mandalay",
+ "Girl of the Ozarks",
+ "The Girl on the Front Page",
+ "Girls' Dormitory",
+ "Give Me Your Heart",
+ "Give Us This Night",
+ "Go-Get-'Em, Haines",
+ "Go West, Young Man",
+ "Gold Diggers of 1937",
+ "The Golden Arrow",
+ "The Gorgeous Hussy",
+ "Grand Jury",
+ "Great Guy",
+ "The Great Ziegfeld",
+ "The Green Pastures",
+ "The Gun Ranger",
+ "Guns and Guitars",
+ "Half Angel",
+ "Happy Go Lucky",
+ "The Harvester",
+ "Hats Off",
+ "Headin' for the Rio Grande",
+ "Heart of the West",
+ "Hearts Divided",
+ "Hearts in Bondage",
+ "Hell-Ship Morgan",
+ "Her Master's Voice",
+ "Here Comes Carter",
+ "Here Comes Trouble",
+ "Heroes of the Range",
+ "Hideaway Girl",
+ "High Tension",
+ "His Brother's Wife",
+ "Hitch Hike to Heaven",
+ "Hollywood Boulevard",
+ "Hopalong Cassidy Returns",
+ "Hot Money",
+ "The House of a Thousand Candles",
+ "House of Secrets",
+ "Human Cargo",
+ "I Conquer the Sea!",
+ "I Cover Chinatown",
+ "I Married a Doctor",
+ "I'd Give My Life",
+ "Idaho Kid",
+ "In His Steps",
+ "The Invisible Ray",
+ "Isle of Fury",
+ "It Couldn't Have Happened – But It Did",
+ "It Had to Happen",
+ "It's Up to You",
+ "Jailbreak",
+ "The Jungle Princess",
+ "Kelly of the Secret Service",
+ "Kelly the Second",
+ "The Kid Ranger",
+ "Killer at Large",
+ "King of Burlesque",
+ "King of Hockey",
+ "King of the Pecos",
+ "King of the Royal Mounted",
+ "The King Steps Out",
+ "Klondike Annie",
+ "Ladies in Love",
+ "Lady Be Careful",
+ "The Lady Consents",
+ "Lady from Nowhere",
+ "Lady Luck",
+ "Lady of Secrets",
+ "Last of the Warrens",
+ "The Last Outlaw",
+ "The Last of the Mohicans",
+ "Laughing at Trouble",
+ "Laughing Irish Eyes",
+ "The Law in Her Hands",
+ "The Lawless Nineties",
+ "The Leathernecks Have Landed",
+ "The Leavenworth Case",
+ "Legion of Terror",
+ "Let's Make a Million",
+ "Let's Sing Again",
+ "Libeled Lady",
+ "Lightnin' Bill Carson",
+ "The Lion's Den",
+ "The Lion Man",
+ "Little Lord Fauntleroy",
+ "Little Miss Nobody",
+ "The Little Red Schoolhouse",
+ "Lloyd's of London",
+ "The Lonely Trail",
+ "Love Before Breakfast",
+ "Love Begins at 20",
+ "Love Letters of a Star",
+ "Love on a Bet",
+ "Love on the Run",
+ "The Luckiest Girl in the World",
+ "Lucky Terror",
+ "M'Liss",
+ "Mad Holiday",
+ "Magnificent Brute",
+ "Make Way for a Lady",
+ "A Man Betrayed",
+ "Man Hunt",
+ "Man of the Frontier",
+ "The Man I Marry",
+ "The Man Who Lived Twice",
+ "The Mandarin Mystery",
+ "Marihuana",
+ "Mariners of the Sky",
+ "Mary of Scotland",
+ "Meet Nero Wolfe",
+ "A Message to Garcia",
+ "The Milky Way",
+ "The Millionaire Kid",
+ "Mind Your Own Business",
+ "The Mine with the Iron Door",
+ "Missing Girls",
+ "Modern Times",
+ "The Moon's Our Home",
+ "Moonlight Murder",
+ "More Than a Secretary",
+ "Mr. Cinderella",
+ "Mr. Deeds Goes to Town",
+ "Mummy's Boys",
+ "Murder at Glen Athol",
+ "Murder by an Aristocrat",
+ "The Murder of Dr. Harrigan",
+ "Murder on a Bridle Path",
+ "Murder with Pictures",
+ "The Music Goes 'Round",
+ "Muss 'Em Up",
+ "My American Wife",
+ "My Man Godfrey",
+ "My Marriage",
+ "The Mysterious Avenger",
+ "Mysterious Crossing",
+ "Neighborhood House",
+ "Next Time We Love",
+ "Night Cargo",
+ "Night Waitress",
+ "Nobody's Fool",
+ "North of Nome",
+ "O'Malley of the Mounted",
+ "Oh, Susanna!",
+ "The Old Corral",
+ "Old Hutch",
+ "One in a Million",
+ "One Rainy Afternoon",
+ "The Oregon Trail",
+ "Our Relations",
+ "Paddy O'Day",
+ "Palm Springs",
+ "Panic on the Air",
+ "Parole!",
+ "Pennies from Heaven",
+ "Pepper",
+ "The Petrified Forest",
+ "Petticoat Fever",
+ "The Phantom of the Range",
+ "Phantom Patrol",
+ "Picadilly Jim",
+ "Pigskin Parade",
+ "Pinto Rustlers",
+ "The Plainsman",
+ "The Plot Thickens",
+ "Polo Joe",
+ "Poor Little Rich Girl",
+ "Poppy",
+ "Postal Inspector",
+ "The President's Mystery",
+ "The Preview Murder Mystery",
+ "Pride of the Marines",
+ "The Princess Comes Across",
+ "Prison Shadows",
+ "The Prisoner of Shark Island",
+ "Private Number",
+ "Public Enemy's Wife",
+ "Put on the Spot",
+ "Racing Blood",
+ "Rainbow on the River",
+ "Ramona",
+ "Rebellion",
+ "Red Lights Ahead",
+ "Red River Valley",
+ "Reefer Madness",
+ "The Return of Jimmy Valentine",
+ "The Return of Sophie Lang",
+ "Reunion",
+ "Revolt of the Zombies",
+ "Rhythm on the Range",
+ "Ride 'Em Cowboy",
+ "Ride Ranger Ride",
+ "The Riding Avenger",
+ "Ridin' On",
+ "Riffraff",
+ "Ring Around the Moon",
+ "Rio Grande Ranger",
+ "Rio Grande Romance",
+ "Road Gang",
+ "The Road to Glory",
+ "Roaming Lady",
+ "Roamin' Wild",
+ "Roarin' Guns",
+ "Roarin' Lead",
+ "Robin Hood of El Dorado",
+ "The Rogues Tavern",
+ "Romeo and Juliet",
+ "Rose Bowl",
+ "Rose Marie",
+ "Rose of the Rancho",
+ "San Francisco",
+ "Santa Fe Bound",
+ "Satan Met a Lady",
+ "Sea Spoilers",
+ "Second Wife",
+ "Secret Patrol",
+ "Shakedown",
+ "Show Boat",
+ "Silly Billies",
+ "Silks and Saddles",
+ "Silver Spurs",
+ "Sing, Baby, Sing",
+ "Sing Me a Love Song",
+ "The Singing Cowboy",
+ "The Singing Kid",
+ "Sinner Take All",
+ "Sins of Man",
+ "Sitting on the Moon",
+ "The Sky Parade",
+ "Small Town Girl",
+ "Smartest Girl in Town",
+ "Snowed Under",
+ "Soak the Rich",
+ "A Son Comes Home",
+ "Song and Dance Man",
+ "Song of the Gringo",
+ "Song of the Saddle",
+ "Song of the Trail",
+ "Sons o' Guns",
+ "Special Investigator",
+ "Speed",
+ "The Speed Reporter",
+ "Spendthrift",
+ "Stage Struck",
+ "Stampede",
+ "Star for a Night",
+ "Step on It",
+ "The Story of Louis Pasteur",
+ "Stowaway",
+ "Straight from the Shoulder",
+ "Strike Me Pink",
+ "Sunset of Power",
+ "Sutter's Gold",
+ "Suzy",
+ "Swing Time",
+ "Sworn Enemy",
+ "Tango",
+ "Tarzan Escapes",
+ "A Tenderfoot Goes West",
+ "The Texas Rangers",
+ "Thank You, Jeeves!",
+ "That Girl from Paris",
+ "Theodora Goes Wild",
+ "These Three",
+ "They Met in a Taxi",
+ "Thirteen Hours by Air",
+ "Three Cheers for Love",
+ "Three Godfathers",
+ "Three Live Ghosts",
+ "Three Married Men",
+ "Three Men on a Horse",
+ "The Three Mesquiteers",
+ "Three of a Kind",
+ "Three on the Trail",
+ "Three Smart Girls",
+ "The Three Wise Guys",
+ "Ticket to Paradise",
+ "Till We Meet Again",
+ "Times Square Playboy",
+ "Timothy's Quest",
+ "To Mary With Love",
+ "Too Many Parents",
+ "Too Much Beef",
+ "Tough Guy",
+ "Trail Dust",
+ "The Trail of the Lonesome Pine",
+ "Trailin' West",
+ "Trapped by Television",
+ "Treachery Rides the Range",
+ "Trouble for Two",
+ "Tugboat Princess",
+ "Two Against the World",
+ "Two-Fisted Gentleman",
+ "Two in a Crowd",
+ "Two in Revolt",
+ "Two in the Dark",
+ "Two Minutes to Play",
+ "Under Two Flags",
+ "Under Your Spell",
+ "Undercover Man",
+ "The Unknown Ranger",
+ "The Unguarded Hour",
+ "Valiant Is the Word for Carrie",
+ "Vengeance of Rannah",
+ "The Voice of Bugle Ann",
+ "The Walking Dead",
+ "Walking on Air",
+ "Wanted! Jane Turner",
+ "We Went to College",
+ "Wedding Present",
+ "We're in the Legion Now!",
+ "West of Nevada",
+ "The White Angel",
+ "White Fang",
+ "White Hunter",
+ "White Legion",
+ "Wife vs. Secretary",
+ "The Widow from Monte Carlo",
+ "Wild Brian Kent",
+ "Wildcat Trooper",
+ "Wild Horse Round-Up",
+ "Winds of the Wasteland",
+ "Winterset",
+ "With Love and Kisses",
+ "Without Orders",
+ "The Witness Chair",
+ "Wives Never Know",
+ "A Woman Rebels",
+ "Woman Trap",
+ "Women Are Trouble",
+ "Yellow Cargo",
+ "Yellow Dust",
+ "Yellowstone",
+ "Yiddle with His Fiddle",
+ "You May Be Next",
+ "Yours for the Asking",
+ "The 13th Man",
+ "3 Dumb Clucks",
+ "45 Fathers",
+ "52nd Street",
+ "Adventure's End",
+ "The Adventurous Blonde",
+ "Affairs of Cappy Ricks",
+ "Alcatraz Island",
+ "Ali Baba Goes to Town",
+ "All-American Sweetheart",
+ "All Over Town",
+ "Amateur Crook",
+ "Angel",
+ "Angel's Holiday",
+ "Annapolis Salute",
+ "Another Dawn",
+ "Arizona Days",
+ "Arizona Gunfighter",
+ "Armored Car",
+ "Artists and Models",
+ "As Good as Married",
+ "Atlantic Flight",
+ "The Awful Truth",
+ "Back in Circulation",
+ "Bad Guy",
+ "The Bad Man of Brimstone",
+ "Bank Alarm",
+ "Bar-Z Bad Men",
+ "The Barrier",
+ "Battle of Greed",
+ "Beg, Borrow or Steal",
+ "Behind the Headlines",
+ "Behind the Mike",
+ "Between Two Women",
+ "Big Business",
+ "Big City",
+ "The Big Shot",
+ "Big Town Girl",
+ "Bill Cracks Down",
+ "Black Aces",
+ "Black Legion",
+ "Blazing Sixes",
+ "Blonde Trouble",
+ "Blossoms on Broadway",
+ "Boothill Brigade",
+ "Boots and Saddles",
+ "Border Cafe",
+ "Border Phantom",
+ "Borderland",
+ "Born Reckless",
+ "Born to the West",
+ "Borneo",
+ "Borrowing Trouble",
+ "Boy of the Streets",
+ "Breakfast for Two",
+ "Breezing Home",
+ "A Bride for Henry",
+ "The Bride Wore Red",
+ "Broadway Melody of 1938",
+ "Bulldog Drummond Comes Back",
+ "Bulldog Drummond Escapes",
+ "Bulldog Drummond's Revenge",
+ "Cafe Metropole",
+ "California Straight Ahead",
+ "The Californian",
+ "Call It a Day",
+ "Captains Courageous",
+ "Carnival Queen",
+ "The Case of the Stuttering Bishop",
+ "Champagne Waltz",
+ "Charlie Chan at Monte Carlo",
+ "Charlie Chan at the Olympics",
+ "Charlie Chan on Broadway",
+ "Checkers",
+ "The Cherokee Strip",
+ "China Passage",
+ "Circus Girl",
+ "Clarence",
+ "The Colorado Kid",
+ "Come On, Cowboys",
+ "Confession",
+ "Conquest",
+ "Counsel for Crime",
+ "County Fair",
+ "The Crime Nobody Saw",
+ "Criminal Lawyer",
+ "Criminals of the Air",
+ "A Damsel in Distress",
+ "Dance Charlie Dance",
+ "Danger – Love at Work",
+ "Danger Patrol",
+ "Danger Valley",
+ "A Dangerous Adventure",
+ "Dangerous Holiday",
+ "Dangerous Number",
+ "Dangerously Yours",
+ "Dark Manhattan",
+ "Daughter of Shanghai",
+ "A Day at the Races",
+ "Dead End",
+ "The Devil Is Driving",
+ "The Devil's Playground",
+ "The Devil's Saddle Legion",
+ "A Doctor's Diary",
+ "Don't Tell the Wife",
+ "Doomed at Sundown",
+ "Double or Nothing",
+ "Double Wedding",
+ "Draegerman Courage",
+ "The Duke Comes Back",
+ "Easy Living",
+ "Ebb Tide",
+ "The Emperor's Candlesticks",
+ "Empty Holsters",
+ "Escape by Night",
+ "Espionage",
+ "Ever Since Eve",
+ "Every Day's a Holiday",
+ "Exclusive",
+ "Exiled to Shanghai",
+ "Expensive Husbands",
+ "Fair Warning",
+ "A Family Affair",
+ "Fifty Roads to Town",
+ "Fight for Your Lady",
+ "A Fight to the Finish",
+ "Find the Witness",
+ "The Firefly",
+ "First Lady",
+ "Fit for a King",
+ "Flight from Glory",
+ "Fly-Away Baby",
+ "The Footloose Heiress",
+ "Forlorn River",
+ "Forty Naughty Girls",
+ "The Frame-Up",
+ "The Gambling Terror",
+ "The Game That Kills",
+ "The Girl from Scotland Yard",
+ "Girl Overboard",
+ "The Girl Said No",
+ "A Girl with Ideas",
+ "Girls Can Play",
+ "Git Along Little Dogies",
+ "The Go Getter",
+ "God's Country and the Woman",
+ "The Gold Racket",
+ "The Good Earth",
+ "The Good Old Soak",
+ "The Great Gambini",
+ "The Great Garrick",
+ "The Great Hospital Mystery",
+ "The Great O'Malley",
+ "Green Fields",
+ "Green Light",
+ "Gun Lords of Stirrup Basin",
+ "Guns in the Dark",
+ "Guns of the Pecos",
+ "Gunsmoke Ranch",
+ "Harlem on the Prairie",
+ "Headin' East",
+ "Heart of the Rockies",
+ "Heidi",
+ "Her Husband Lies",
+ "Her Husband's Secretary",
+ "Heroes of the Alamo",
+ "Hideaway",
+ "High Flyers",
+ "High, Wide and Handsome",
+ "Hills of Old Wyoming",
+ "History Is Made at Night",
+ "Hit Parade of 1937",
+ "Hit the Saddle",
+ "Hitting a New High",
+ "Hollywood Cowboy",
+ "Hollywood Hotel",
+ "Hollywood Round-Up",
+ "The Holy Terror",
+ "Hoosier Schoolboy",
+ "Hopalong Rides Again",
+ "Hot Water",
+ "Hotel Haywire",
+ "The Hurricane",
+ "I Cover the War",
+ "Idol of the Crowds",
+ "I Met Him in Paris",
+ "I Promise to Pay",
+ "I'll Take Romance",
+ "In Old Chicago",
+ "Internes Can't Take Money",
+ "It Can't Last Forever",
+ "It Could Happen to You!",
+ "It Happened in Hollywood",
+ "It Happened Out West",
+ "It's All Yours",
+ "It's Love I'm After",
+ "Jim Hanvey, Detective",
+ "John Meade's Woman",
+ "Join the Marines",
+ "Jungle Menace",
+ "Kid Galahad",
+ "The King and the Chorus Girl",
+ "King of Gamblers",
+ "The Lady Escapes",
+ "The Lady Fights Back",
+ "Lancer Spy",
+ "Land Beyond the Law",
+ "Larceny on the Air",
+ "The Last Gangster",
+ "The Last of Mrs. Cheyney",
+ "The Last Train from Madrid",
+ "Law of the Ranger",
+ "Lawless Land",
+ "A Lawman Is Born",
+ "The League of Frightened Men",
+ "Left-Handed Law",
+ "The Legion of Missing Men",
+ "Let Them Live",
+ "Let's Get Married",
+ "Life Begins in College",
+ "Life Begins with Love",
+ "The Life of Émile Zola",
+ "The Life of the Party",
+ "Lightnin' Crandall",
+ "Live, Love and Learn",
+ "Living on Love",
+ "London by Night",
+ "Lost Horizon",
+ "Love and Hisses",
+ "Love in a Bungalow",
+ "Love Is News",
+ "Love Is on the Air",
+ "Love on Toast",
+ "Love Takes Flight",
+ "Love Under Fire",
+ "Madame X",
+ "Maid of Salem",
+ "Make a Wish",
+ "Make Way for Tomorrow",
+ "Mama Runs Wild",
+ "Mama Steps Out",
+ "The Man in Blue",
+ "Man of the People",
+ "The Man Who Cried Wolf",
+ "The Man Who Found Himself",
+ "Manhattan Merry-Go-Round",
+ "Mannequin",
+ "Marked Woman",
+ "Married Before Breakfast",
+ "Marry the Girl",
+ "Maytime",
+ "Melody for Two",
+ "Men in Exile",
+ "Meet the Boyfriend",
+ "Meet the Missus",
+ "Michael O'Halloran",
+ "Midnight Court",
+ "Midnight Madonna",
+ "Midnight Taxi",
+ "The Mighty Treve",
+ "A Million to One",
+ "Missing Witnesses",
+ "Motor Madness",
+ "Mountain Justice",
+ "Mountain Music",
+ "Mr. Dodd Takes the Air",
+ "Murder Goes to College",
+ "Murder in Greenwich Village",
+ "Music for Madame",
+ "My Dear Miss Aldrich",
+ "Nancy Steele Is Missing!",
+ "Navy Blue and Gold",
+ "Navy Blues",
+ "Navy Spy",
+ "New Faces of 1937",
+ "Night Club Scandal",
+ "Night Key",
+ "Night Must Fall",
+ "Night of Mystery",
+ "Nobody's Baby",
+ "North of the Rio Grande",
+ "Nothing Sacred",
+ "Off to the Races",
+ "Oh, Doctor",
+ "Old Louisiana",
+ "The Old Wyoming Trail",
+ "On Again-Off Again",
+ "On Such a Night",
+ "On the Avenue",
+ "Once a Doctor",
+ "One Hundred Men and a Girl",
+ "One Man Justice",
+ "One Mile from Heaven",
+ "Outcast",
+ "The Outcasts of Poker Flat",
+ "The Outer Gate",
+ "Outlaws of the Orient",
+ "Outlaws of the Prairie",
+ "Over the Goal",
+ "Paid to Dance",
+ "Paradise Express",
+ "Paradise Isle",
+ "Park Avenue Logger",
+ "Parnell",
+ "Parole Racket",
+ "Partners in Crime",
+ "Penrod and Sam",
+ "The Perfect Specimen",
+ "Personal Property",
+ "Pick a Star",
+ "The Plough and the Stars",
+ "Portia on Trial",
+ "Prairie Thunder",
+ "Prescription for Romance",
+ "The Prince and the Pauper",
+ "The Prisoner of Zenda",
+ "Public Cowboy No. 1",
+ "Public Wedding",
+ "Quality Street",
+ "Quick Money",
+ "Racing Lady",
+ "Racketeers in Exile",
+ "Range Defenders",
+ "Ranger Courage",
+ "The Rangers Step In",
+ "Ready, Willing and Able",
+ "Reckless Ranger",
+ "The Red Rope",
+ "Renfrew of the Royal Mounted",
+ "Reported Missing",
+ "Rhythm in the Clouds",
+ "Riders of the Whistling Skull",
+ "Ridin' the Lone Trail",
+ "Riding on Air",
+ "The Road Back",
+ "Roaring Timber",
+ "Roll Along, Cowboy",
+ "Rootin' Tootin' Rhythm",
+ "Rosalie",
+ "Round-Up Time in Texas",
+ "Rustlers' Valley",
+ "Sandflow",
+ "San Quentin",
+ "Santa Fe Rides",
+ "Saratoga",
+ "Saturday's Heroes",
+ "Sea Devils",
+ "Sea Racketeers",
+ "Second Honeymoon",
+ "Secret Valley",
+ "Seventh Heaven",
+ "Sh! The Octopus",
+ "The Shadow",
+ "Shall We Dance",
+ "She Asked for It",
+ "She Had to Eat",
+ "She Loved a Fireman",
+ "She Married an Artist",
+ "She's Dangerous",
+ "She's Got Everything",
+ "She's No Lady",
+ "The Sheik Steps Out",
+ "The Silver Trail",
+ "Sing and Be Happy",
+ "The Singing Marine",
+ "Sky Racket",
+ "Slave Ship",
+ "Slaves in Bondage",
+ "Slim",
+ "Small Town Boy",
+ "Smart Blonde",
+ "Smoke Tree Range",
+ "Snow White and the Seven Dwarfs",
+ "The Soldier and the Lady",
+ "Something to Sing About",
+ "Song of the City",
+ "Sophie Lang Goes West",
+ "Souls at Sea",
+ "Speed to Spare",
+ "Springtime in the Rockies",
+ "Stage Door",
+ "Stand-In",
+ "A Star Is Born",
+ "Stella Dallas",
+ "Step Lively, Jeeves!",
+ "Stolen Holiday",
+ "Submarine D-1",
+ "Super-Sleuth",
+ "Swing High, Swing Low",
+ "Talent Scout",
+ "Telephone Operator",
+ "Texas Trail",
+ "That Certain Woman",
+ "That Girl from Paris",
+ "That I May Live",
+ "That Man's Here Again",
+ "That Navy Spirit",
+ "There Goes My Girl",
+ "There Goes the Groom",
+ "They Gave Him a Gun",
+ "They Wanted to Marry",
+ "They Won't Forget",
+ "Thin Ice",
+ "Think Fast, Mr. Moto",
+ "The Thirteenth Chair",
+ "This Is My Affair",
+ "This Way Please",
+ "Thoroughbreds Don't Cry",
+ "Thrill of a Lifetime",
+ "Thunder Trail",
+ "Time Out for Romance",
+ "The Toast of New York",
+ "Too Many Wives",
+ "Top of the Town",
+ "Topper",
+ "Tovarich",
+ "Trail of Vengeance",
+ "Trailin' Trouble",
+ "Trapped",
+ "Trapped by G-Men",
+ "The Trigger Trio",
+ "Trouble in Morocco",
+ "True Confession",
+ "The Trusted Outlaw",
+ "Turn Off the Moon",
+ "Two-Fisted Sheriff",
+ "Two Gun Law",
+ "Two Wise Maids",
+ "Under Cover of Night",
+ "Under the Red Robe",
+ "Under Suspicion",
+ "Underworld",
+ "Varsity Show",
+ "Venus Makes Trouble",
+ "Waikiki Wedding",
+ "Wake Up and Live",
+ "Way Out West",
+ "We Have Our Moments",
+ "We Who Are About to Die",
+ "Wee Willie Winkie",
+ "We're on the Jury",
+ "Wells Fargo",
+ "Westbound Mail",
+ "West Bound Limited",
+ "West of Shanghai",
+ "Western Gold",
+ "When Love Is Young",
+ "When You're in Love",
+ "When's Your Birthday?",
+ "White Bondage",
+ "Wife, Doctor and Nurse",
+ "Wild and Woolly",
+ "Wild Horse Rodeo",
+ "Wild Money",
+ "The Wildcatter",
+ "Windjammer",
+ "Wine, Women and Horses",
+ "Wings over Honolulu",
+ "Wise Girl",
+ "Woman Chases Man",
+ "The Woman I Love",
+ "Woman in Distress",
+ "Woman-Wise",
+ "The Women Men Marry",
+ "Women of Glamour",
+ "The Wrong Road",
+ "Yodelin' Kid from Pine Ridge",
+ "You Can't Beat Love",
+ "You Can't Buy Luck",
+ "You Can't Have Everything",
+ "You Only Live Once",
+ "You're Only Young Once",
+ "Youth on Parole",
+ "Accidents Will Happen",
+ "Adventure in Sahara",
+ "The Adventures of Marco Polo",
+ "The Adventures of Robin Hood",
+ "The Adventures of Tom Sawyer",
+ "The Affairs of Annabel",
+ "Air Devils",
+ "Alexander's Ragtime Band",
+ "Algiers",
+ "Always Goodbye",
+ "Always in Trouble",
+ "The Amazing Dr. Clitterhouse",
+ "Angels with Dirty Faces",
+ "Annabel Takes a Tour",
+ "The Arkansas Traveler",
+ "Army Girl",
+ "Arrest Bulldog Drummond",
+ "Arsène Lupin Returns",
+ "Arson Gang Busters",
+ "Artists and Models Abroad",
+ "Bar 20 Justice",
+ "Barefoot Boy",
+ "The Baroness and the Butler",
+ "Battle of Broadway",
+ "The Beloved Brat",
+ "The Big Broadcast of 1938",
+ "Billy the Kid Returns",
+ "Black Bandit",
+ "The Black Doll",
+ "Blind Alibi",
+ "Blockade",
+ "Block-Heads",
+ "Blond Cheat",
+ "Blondes At Work",
+ "Blondie",
+ "Bluebeard's Eighth Wife",
+ "Booloo",
+ "Border G-Man",
+ "Border Wolves",
+ "Born to be Wild",
+ "Boy Meets Girl",
+ "Boys Town",
+ "Breaking the Ice",
+ "Bringing Up Baby",
+ "Broadway Musketeers",
+ "Brother Rat",
+ "The Buccaneer",
+ "Bulldog Drummond in Africa",
+ "Bulldog Drummond's Peril",
+ "California Frontier",
+ "Call of the Rockies",
+ "Call of the Yukon",
+ "Call the Mesquiteers",
+ "Campus Confessions",
+ "Carefree",
+ "Cassidy of Bar 20",
+ "Cattle Raiders",
+ "Change of Heart",
+ "Charlie Chan in Honolulu",
+ "The Chaser",
+ "Child Bride",
+ "A Christmas Carol",
+ "City Girl",
+ "City Streets",
+ "Cocoanut Grove",
+ "College Swing",
+ "Come On, Rangers",
+ "Comet Over Broadway",
+ "Condemned Women",
+ "Convicted",
+ "The Cowboy and the Lady",
+ "Cowboy from Brooklyn",
+ "Crashing Hollywood",
+ "The Crime of Doctor Hallet",
+ "Crime Ring",
+ "Crime School",
+ "Crime Takes a Holiday",
+ "The Crowd Roars",
+ "Danger on the Air",
+ "Dangerous to Know",
+ "Daredevil Drivers",
+ "The Dawn Patrol",
+ "Desert Patrol",
+ "A Desperate Adventure",
+ "The Devil's Party",
+ "Dr. Rhythm",
+ "Double Danger",
+ "Down in 'Arkansaw'",
+ "Down on the Farm",
+ "Dramatic School",
+ "The Duke of West Point",
+ "Durango Valley Raiders",
+ "Everybody Sing",
+ "Everybody's Doing It",
+ "Exposed",
+ "Extortion",
+ "Fast Company",
+ "Federal Man-Hunt",
+ "The Feud Maker",
+ "The First Hundred Years",
+ "Five of a Kind",
+ "Flight into Nowhere",
+ "Flight to Fame",
+ "Flirting with Fate",
+ "Fools for Scandal",
+ "Forbidden Valley",
+ "Four Daughters",
+ "Four Men and a Prayer",
+ "Four's a Crowd",
+ "Freshman Year",
+ "The Frontiersmen",
+ "Fugitives for a Night",
+ "Gambling Ship",
+ "Gang Bullets",
+ "Gang Smashers",
+ "Gangs of New York",
+ "Gangster's Boy",
+ "Garden of the Moon",
+ "Gateway",
+ "Ghost Town Riders",
+ "The Girl Downstairs",
+ "The Girl of the Golden West",
+ "Girls on Probation",
+ "Girls' School",
+ "Give Me a Sailor",
+ "The Gladiator",
+ "Go Chase Yourself",
+ "God's Step Children",
+ "Going Places",
+ "Gold Diggers in Paris",
+ "Gold Is Where You Find It",
+ "Gold Mine in the Sky",
+ "The Goldwyn Follies",
+ "Goodbye Broadway",
+ "The Great Waltz",
+ "Guilty Trails",
+ "Gun Law",
+ "Gun Packer",
+ "Happy Landing",
+ "Hard to Get",
+ "Having Wonderful Time",
+ "Hawaiian Buckaroo",
+ "Hawaii Calls",
+ "Heart of Arizona",
+ "Heart of the North",
+ "He Couldn't Say No",
+ "Her Jungle Love",
+ "Heroes of the Hills",
+ "The Higgins Family",
+ "Highway Patrol",
+ "His Exciting Night",
+ "Hold That Co-ed",
+ "Hold That Kiss",
+ "Holiday",
+ "Hollywood Stadium Mystery",
+ "Hunted Men",
+ "I Am a Criminal",
+ "I Am the Law",
+ "I Demand Payment",
+ "I Met My Love Again",
+ "I Stand Accused",
+ "I'll Give a Million",
+ "I'm From the City",
+ "If I Were King",
+ "Illegal Traffic",
+ "In Early Arizona",
+ "In Old Chicago",
+ "In Old Mexico",
+ "International Settlement",
+ "Invisible Enemy",
+ "The Invisible Menace",
+ "Island in the Sky",
+ "Jezebel",
+ "Josette",
+ "Joy of Living",
+ "Judge Hardy's Children",
+ "The Jury's Secret",
+ "Just Around the Corner",
+ "Juvenile Court",
+ "Kentucky",
+ "Kentucky Moonshine",
+ "Kidnapped",
+ "King of Alcatraz",
+ "King of the Newsboys",
+ "Ladies in Distress",
+ "Lady Behave!",
+ "The Lady in the Morgue",
+ "The Lady Objects",
+ "The Last Express",
+ "The Last Stand",
+ "Law of the Plains",
+ "Law of the Texan",
+ "Law of the Underworld",
+ "The Law West of Tombstone",
+ "Lawless Valley",
+ "Letter of Introduction",
+ "The Little Adventuress",
+ "Listen, Darling",
+ "Little Miss Broadway",
+ "Little Miss Roughneck",
+ "Little Miss Thoroughbred",
+ "Little Orphan Annie",
+ "Little Tough Guy",
+ "Little Tough Guys in Society",
+ "The Lone Wolf in Paris",
+ "Lord Jeff",
+ "Love Finds Andy Hardy",
+ "Love, Honor and Behave",
+ "Love Is a Headache",
+ "Love on a Budget",
+ "Mad About Music",
+ "The Mad Miss Manton",
+ "Maid's Night Out",
+ "The Main Event",
+ "Making the Headlines",
+ "Man-Proof",
+ "The Man from Music Mountain",
+ "A Man to Remember",
+ "Marie Antoinette",
+ "The Marines are Here",
+ "Meet the Girls",
+ "Men Are Such Fools",
+ "Men with Wings",
+ "Merrily We Live",
+ "Midnight Intruder",
+ "The Missing Guest",
+ "Mother Carey's Chickens",
+ "Mr. Boggs Steps Out",
+ "Mr. Doodle Kicks Off",
+ "Mr. Moto's Gamble",
+ "Mr. Moto Takes a Chance",
+ "Mr. Wong, Detective",
+ "My Bill",
+ "My Lucky Star",
+ "My Old Kentucky Home",
+ "Mysterious Mr. Moto",
+ "The Mysterious Rider",
+ "Mystery House",
+ "The Mystic Circle Murders",
+ "Nancy Drew... Detective",
+ "Newsboys' Home",
+ "Next Time I Marry",
+ "The Night Hawk",
+ "Night Spot",
+ "No Time to Marry",
+ "The Nurse from Brooklyn",
+ "Of Human Hearts",
+ "The Old Barn Dance",
+ "One Wild Night",
+ "Orphans of the Street",
+ "Out West with the Hardys",
+ "Outlaw Express",
+ "Outlaws of Sonora",
+ "Outside of Paradise",
+ "Over the Wall",
+ "The Overland Express",
+ "Overland Stage Raiders",
+ "Painted Desert",
+ "The Painted Stallion",
+ "The Painted Trail",
+ "Pals of the Saddle",
+ "Panamint's Bad Man",
+ "Paradise for Three",
+ "Paroled - To Die",
+ "Partners of the Plains",
+ "Passport Husband",
+ "The Patient in Room 18",
+ "Peck's Bad Boy with the Circus",
+ "Penitentiary",
+ "Penrod and His Twin Brother",
+ "Penrod's Double Trouble",
+ "Personal Secretary",
+ "Phantom Gold",
+ "Pioneer Trail",
+ "The Port of Missing Girls",
+ "Port of Seven Seas",
+ "Prairie Justice",
+ "Prairie Moon",
+ "Pride of the West",
+ "Prison Break",
+ "Prison Farm",
+ "Prison Nurse",
+ "Professor Beware",
+ "The Purple Vigilantes",
+ "Racket Busters",
+ "Radio City Revels",
+ "The Rage of Paris",
+ "Rascals",
+ "Rawhide",
+ "Rebecca of Sunnybrook Farm",
+ "Reckless Living",
+ "Red River Range",
+ "Reformatory",
+ "The Renegade Ranger",
+ "Rhythm of the Saddle",
+ "Rich Man, Poor Girl",
+ "Ride a Crooked Mile",
+ "Riders of the Black Hills",
+ "Rio Grande",
+ "Road Demon",
+ "The Road to Reno",
+ "Rolling Caravans",
+ "Romance in the Dark",
+ "Romance on the Run",
+ "Room Service",
+ "Rose of the Rio Grande",
+ "Safety in Numbers",
+ "The Saint in New York",
+ "Sally, Irene and Mary",
+ "Santa Fe Stampede",
+ "Say It in French",
+ "Scandal Street",
+ "Secrets of a Nurse",
+ "Secrets of an Actress",
+ "Sergeant Murphy",
+ "Service de Luxe",
+ "Shadows Over Shanghai",
+ "Sharpshooters",
+ "Shine On, Harvest Moon",
+ "The Shining Hour",
+ "The Ship That Died",
+ "The Shopworn Angel",
+ "Sing You Sinners",
+ "The Singing Blacksmith",
+ "The Singing Outlaw",
+ "Sinners in Paradise",
+ "The Sisters",
+ "Sky Giant",
+ "A Slight Case of Murder",
+ "Smashing the Rackets",
+ "Smashing the Spy Ring",
+ "Sons of the Legion",
+ "South of Arizona",
+ "Spawn of the North",
+ "Special Inspector",
+ "Speed to Burn",
+ "Spirit of Youth",
+ "Spring Madness",
+ "The Spy Ring",
+ "Squadron of Honor",
+ "Stablemates",
+ "Stagecoach Days",
+ "Start Cheering",
+ "State Police",
+ "Stolen Heaven",
+ "The Storm",
+ "Storm Over Bengal",
+ "Straight Place and Show",
+ "Strange Faces",
+ "The Stranger from Arizona",
+ "Strange Case of Dr. Meade",
+ "Submarine Patrol",
+ "Sunset Murder Case",
+ "Suez",
+ "Sweethearts",
+ "Swing It, Sailor!",
+ "Swing Your Lady",
+ "Swing!",
+ "Swing, Sister, Swing",
+ "Swing That Cheer",
+ "Swing Your Lady",
+ "Swiss Miss",
+ "Tarnished Angel",
+ "Tarzan's Revenge",
+ "Tenth Avenue Kid",
+ "The Terror of Tiny Town",
+ "Test Pilot",
+ "The Texans",
+ "Thanks for Everything",
+ "Thanks for the Memory",
+ "That Certain Age",
+ "There Goes My Heart",
+ "There's Always a Woman",
+ "This Marriage Business",
+ "Three Blind Mice",
+ "Three Comrades",
+ "Three Loves Has Nancy",
+ "Thunder in the Desert",
+ "Time Out for Murder",
+ "Tip-Off Girls",
+ "Tom Sawyer, Detective",
+ "Too Hot to Handle",
+ "Too Much Johnson",
+ "Topper Takes a Trip",
+ "Torchy Blane in Panama",
+ "Torchy Gets Her Man",
+ "Touchdown, Army",
+ "The Toy Wife",
+ "Trade Winds",
+ "A Trip to Paris",
+ "Tropic Holiday",
+ "Two-Gun Man from Harlem",
+ "Under the Big Top",
+ "Under Western Stars",
+ "Up the River",
+ "Vacation from Love",
+ "Valley of the Giants",
+ "Vivacious Lady",
+ "Walking Down Broadway",
+ "West of Cheyenne",
+ "West of the Santa Fe",
+ "Western Jamboree",
+ "Western Trails",
+ "When G-Men Step In",
+ "When Were You Born",
+ "Where the Buffalo Roam",
+ "Where the West Begins",
+ "White Banners",
+ "Who Killed Gail Preston?",
+ "Wide Open Faces",
+ "Wives Under Suspicion",
+ "Woman Against the World",
+ "Woman Against Woman",
+ "Women Are Like That",
+ "Women in Prison",
+ "A Yank at Oxford",
+ "Yellow Jack",
+ "You and Me",
+ "You Can't Take It with You",
+ "Young Dr. Kildare",
+ "Young Fugitives",
+ "The Young in Heart",
+ "Youth Takes a Fling",
+ "$1,000 a Touchdown",
+ "20,000 Men a Year",
+ "6,000 Enemies",
+ "Across the Plains",
+ "The Adventures of Huckleberry Finn",
+ "The Adventures of Jane Arden",
+ "The Adventures of Sherlock Holmes",
+ "Adventures of the Masked Phantom",
+ "All Women Have Secrets",
+ "Allegheny Uprising",
+ "Almost a Gentleman",
+ "The Amazing Mr. Williams",
+ "Ambush",
+ "Andy Hardy Gets Spring Fever",
+ "The Angels Wash Their Faces",
+ "Another Thin Man",
+ "The Arizona Kid",
+ "Arizona Legion",
+ "The Arizona Wildcat",
+ "Arrest Bulldog Drummond",
+ "At the Circus",
+ "Babes in Arms",
+ "Bachelor Mother",
+ "Back Door to Heaven",
+ "Bad Boy",
+ "Bad Lands",
+ "Bad Little Angel",
+ "Balalaika",
+ "Barricade",
+ "Beau Geste",
+ "Beauty for the Asking",
+ "Behind Prison Gates",
+ "Beware Spooks!",
+ "The Big Guy",
+ "Big Town Czar",
+ "Birthright",
+ "Blackmail",
+ "Blackwell's Island",
+ "Blind Alley",
+ "Blondie Brings Up Baby",
+ "Blondie Meets the Boss",
+ "Blondie Takes a Vacation",
+ "Blue Montana Skies",
+ "Boy Friend",
+ "Boy Slaves",
+ "Boy Trouble",
+ "Boys' Reformatory",
+ "Bridal Suite",
+ "Broadway Serenade",
+ "The Bronze Buckaroo",
+ "Buck Rogers",
+ "Bulldog Drummond's Bride",
+ "Bulldog Drummond's Secret Police",
+ "Buried Alive",
+ "Burn 'Em Up O'Connor",
+ "Cafe Society",
+ "Call a Messenger",
+ "Calling All Curs",
+ "Calling All Marines",
+ "Calling Dr. Kildare",
+ "Captain Fury",
+ "Career",
+ "The Cat and the Canary",
+ "Charlie Chan at Treasure Island",
+ "Charlie Chan in City in Darkness",
+ "Charlie Chan in Reno",
+ "Charlie McCarthy, Detective",
+ "Chasing Danger",
+ "Chicken Wagon Family",
+ "A Child Is Born",
+ "Chip of the Flying U",
+ "The Cisco Kid and the Lady",
+ "Coast Guard",
+ "Code of the Cactus",
+ "Code of the Fearless",
+ "Code of the Secret Service",
+ "Code of the Streets",
+ "Colorado Sunset",
+ "Confessions of a Nazi Spy",
+ "Conspiracy",
+ "Convict's Code",
+ "The Cowboy Quarterback",
+ "Dancing Co-Ed",
+ "Danger Flight",
+ "Dark Victory",
+ "Daughter of the Tong",
+ "Daughters Courageous",
+ "The Day the Bookies Wept",
+ "Day-Time Wife",
+ "Death of a Champion",
+ "Death Rides the Range",
+ "Destry Rides Again",
+ "Devil's Island",
+ "Dick Tracy's G-Men",
+ "Disbarred",
+ "Disputed Passage",
+ "Dodge City",
+ "Drums Along the Mohawk",
+ "A Ducking They Did Go",
+ "Dust Be My Destiny",
+ "Each Dawn I Die",
+ "The Escape",
+ "Escape to Paradise",
+ "Espionage Agent",
+ "Eternally Yours",
+ "Everything Happens at Night",
+ "Ex-Champ",
+ "Exile Express",
+ "Everybody's Hobby",
+ "Fast and Furious",
+ "Fast and Loose",
+ "5th Ave Girl",
+ "The Fighting Gringo",
+ "First Love",
+ "First Offenders",
+ "Five Came Back",
+ "Fixer Dugan",
+ "Flight at Midnight",
+ "The Flying Deuces",
+ "The Flying Irishman",
+ "Four Wives",
+ "Frontier Marshal",
+ "Geronimo",
+ "The Girl and the Gambler",
+ "The Girl from Mexico",
+ "Golden Boy",
+ "The Great Commandment",
+ "Gone with the Wind",
+ "Good Girls Go to Paris",
+ "The Gorilla",
+ "The Gracie Allen Murder Case",
+ "Grand Jury Secrets",
+ "The Great Man Votes",
+ "The Great Victor Herbert",
+ "Gulliver's Travels",
+ "Gunga Din",
+ "The Hardys Ride High",
+ "Hawaiian Nights",
+ "Heaven with a Barbed Wire Fence",
+ "Hell's Kitchen",
+ "Here I Am a Stranger",
+ "Henry Goes Arizona",
+ "Heroes in Blue",
+ "Hollywood Cavalcade",
+ "Homicide Bureau",
+ "Honeymoon in Bali",
+ "The Honeymoon's Over",
+ "Honolulu",
+ "Hotel for Women",
+ "The Hound of the Baskervilles",
+ "The House of Fear",
+ "The Housekeeper's Daughter",
+ "The Hunchback of Notre Dame",
+ "The Ice Follies of 1939",
+ "Idiot's Delight",
+ "I'm from Missouri",
+ "In Name Only",
+ "Indianapolis Speedway",
+ "Intermezzo: A Love Story",
+ "Invisible Stripes",
+ "Invitation to Happiness",
+ "I Stole a Million",
+ "It Could Happen to You",
+ "It's a Wonderful World",
+ "I Was a Convict",
+ "Jesse James",
+ "Joe and Ethel Turp Call on the President",
+ "The Jones Family in Hollywood",
+ "Juarez",
+ "Judge Hardy and Son",
+ "The Kansas Terrors",
+ "The Kid from Kokomo",
+ "The Kid from Texas",
+ "King of the Turf",
+ "King of the Underworld",
+ "Lady of the Tropics",
+ "The Lady's from Kentucky",
+ "Laugh It Off",
+ "Law of the Pampas",
+ "Let Freedom Ring",
+ "Let Us Live",
+ "The Light That Failed",
+ "The Little Princess",
+ "The Lone Wolf Spy Hunt",
+ "Love Affair",
+ "Lucky Night",
+ "Made for Each Other",
+ "The Mad Empress",
+ "The Magnificent Fraud",
+ "Main Street Lawyer",
+ "Maisie",
+ "Man About Town",
+ "The Man in the Iron Mask",
+ "Man of Conquest",
+ "The Man Who Dared",
+ "The Marshal of Mesa City",
+ "Mexicali Rose",
+ "Midnight",
+ "Million Dollar Legs",
+ "Miracles for Sale",
+ "Missing Daughters",
+ "Missing Evidence",
+ "Moon Over Harlem",
+ "Mr. Moto in Danger Island",
+ "Mr. Moto Takes a Vacation",
+ "Mr. Smith Goes to Washington",
+ "Mr. Wong in Chinatown",
+ "My Son Is Guilty",
+ "The Mysterious Miss X",
+ "The Mystery of Mr. Wong",
+ "Nancy Drew and the Hidden Staircase",
+ "Nancy Drew... Reporter",
+ "Nancy Drew… Trouble Shooter",
+ "Naughty but Nice",
+ "Never Say Die",
+ "New Frontier",
+ "News Is Made at Night",
+ "Nick Carter, Master Detective",
+ "The Night of Nights",
+ "The Night Riders",
+ "Night Work",
+ "Ninotchka",
+ "No Place to Go",
+ "Nurse Edith Cavell",
+ "Off the Record",
+ "Of Mice and Men",
+ "Oily to Bed, Oily to Rise",
+ "The Oklahoma Kid",
+ "Oklahoma Terror",
+ "The Old Maid",
+ "On Borrowed Time",
+ "On Dress Parade",
+ "On Your Toes",
+ "Only Angels Have Wings",
+ "On Trial",
+ "The Oregon Trail",
+ "Our Neighbors - The Carters",
+ "Outlaws' Paradise",
+ "The Outsider",
+ "Outside These Walls",
+ "Pacific Liner",
+ "Panama Lady",
+ "Paris Honeymoon",
+ "Persons in Hiding",
+ "Pirates of the Skies",
+ "Private Detective",
+ "The Private Lives of Elizabeth and Essex",
+ "Quick Millions",
+ "Racketeers of the Range",
+ "Raffles",
+ "The Rains Came",
+ "Range War",
+ "The Real Glory",
+ "Remember?",
+ "Reno",
+ "The Return of Doctor X",
+ "Rio",
+ "The Roaring Twenties",
+ "Rose of Washington Square",
+ "Rulers of the Sea",
+ "The Saint in London",
+ "The Saint Strikes Back",
+ "Saved by the Belle",
+ "Second Fiddle",
+ "The Secret of Dr. Kildare",
+ "Secret Service of the Air",
+ "Sergeant Madden",
+ "She Married a Cop",
+ "Silver on the Sage",
+ "Smashing the Money Ring",
+ "Society Lawyer",
+ "Some Like It Hot",
+ "The Son of Frankenstein",
+ "Sorority House",
+ "S.O.S. Tidal Wave",
+ "Stagecoach",
+ "Stand Up and Fight",
+ "Stanley and Livingstone",
+ "The Star Maker",
+ "St. Louis Blues",
+ "The Story of Vernon and Irene Castle",
+ "The Stranger from Texas",
+ "Stronger Than Desire",
+ "Sudden Money",
+ "The Sun Never Sets",
+ "Susannah of the Mounties",
+ "Swanee River",
+ "Sweepstakes Winner",
+ "Tail Spin",
+ "Tarzan Finds a Son!",
+ "Television Spy",
+ "Tell No Tales",
+ "That's Right - You're Wrong",
+ "These Glamour Girls",
+ "They All Come Out",
+ "They Made Me a Criminal",
+ "They Shall Have Music",
+ "Those High Grey Walls",
+ "Three Little Sew and Sews",
+ "The Three Musketeers",
+ "Three Sappy People",
+ "Three Smart Girls Grow Up",
+ "Three Sons",
+ "Three Texas Steers",
+ "Thunder Afloat",
+ "Torchy Blane in Chinatown",
+ "Torchy Blane... Playing with Dynamite",
+ "Torchy Runs for Mayor",
+ "Tower of London",
+ "Tropic Fury",
+ "Trouble in Sundown",
+ "Undercover Doctor",
+ "Unexpected Father",
+ "Union Pacific",
+ "Unmarried",
+ "Waterfront",
+ "Way Down South",
+ "We Are Not Alone",
+ "We Want Our Mummy",
+ "What a Life",
+ "When Tomorrow Comes",
+ "Wife, Husband and Friend",
+ "Wings of the Navy",
+ "Winner Take All",
+ "Within the Law",
+ "The Wizard of Oz",
+ "The Women",
+ "Women in the Wind",
+ "Wuthering Heights",
+ "Wyoming Outlaw",
+ "Yes, My Darling Daughter",
+ "Yes, We Have No Bonanza",
+ "You Can't Cheat an Honest Man",
+ "You Can't Get Away with Murder",
+ "Young Mr. Lincoln",
+ "Zaza",
+ "Zenobia",
+ "The Zero Hour",
+ "Zorro's Fighting Legion",
+ "20 Mule Team",
+ "100 Pygmies and Andy Panda",
+ "Abe Lincoln in Illinois",
+ "Adventure in Diamonds",
+ "Adventures of Red Ryder",
+ "Alias the Deacon",
+ "All This, and Heaven Too",
+ "Always a Bride",
+ "Am I Guilty?",
+ "Americaner Shadchen",
+ "And One Was Beautiful",
+ "Andy Hardy Meets Debutante",
+ "An Angel from Texas",
+ "Angels Over Broadway",
+ "Anne of Windy Poplars",
+ "The Ape",
+ "Argentine Nights",
+ "Arise, My Love",
+ "Arizona",
+ "Arizona Frontier",
+ "Arizona Gang Busters",
+ "Babies for Sale",
+ "Bad Man from Red Butte",
+ "The Bank Dick",
+ "Barnyard Follies",
+ "Before I Hang",
+ "Behind the News",
+ "Beyond the Sacramento",
+ "Beyond Tomorrow",
+ "A Bill of Divorcement",
+ "Billy the Kid in Texas",
+ "Billy the Kid Outlawed",
+ "Billy the Kid's Gun Justice",
+ "The Biscuit Eater",
+ "Bitter Sweet",
+ "Black Diamonds",
+ "Black Friday",
+ "Blazing Six Shooters",
+ "Blondie Has Servant Trouble",
+ "Blondie on a Budget",
+ "Blondie Plays Cupid",
+ "The Blue Bird",
+ "Boom Town",
+ "The Border Legion",
+ "Boss of Bullion City",
+ "Bowery Boy",
+ "Boys of the City",
+ "The Boys from Syracuse",
+ "Brigham Young",
+ "British Intelligence",
+ "Broadway Melody of 1940",
+ "Broken Strings",
+ "Brother Orchid",
+ "Brother Rat and a Baby",
+ "Buck Benny Rides Again",
+ "Bullet Code",
+ "Bullets for Rustlers",
+ "Buzzy Rides the Range",
+ "Cafe Hostess",
+ "Calling All Husbands",
+ "Calling Philo Vance",
+ "Captain Caution",
+ "Carolina Moon",
+ "The Carson City Kid",
+ "Castle on the Hudson",
+ "Chad Hanna",
+ "Charlie Chan at the Wax Museum",
+ "Charlie Chan in Panama",
+ "Charlie Chan's Murder Cruise",
+ "Charter Pilot",
+ "Chasing Trouble",
+ "Cherokee Strip",
+ "Christmas in July",
+ "A Chump at Oxford",
+ "City for Conquest",
+ "City of Chance",
+ "City of Lost Men",
+ "Colorado",
+ "Comes Midnight",
+ "Comin' Round the Mountain",
+ "Comrade X",
+ "Congo Maisie",
+ "Convicted Woman",
+ "Covered Wagon Days",
+ "Covered Wagon Trails",
+ "The Crooked Road",
+ "Cross-Country Romance",
+ "Curtain Call",
+ "Dance, Girl, Dance",
+ "Dancing on a Dime",
+ "Danger Ahead",
+ "Danger on Wheels",
+ "Dark Command",
+ "Dark Streets of Cairo",
+ "Deadwood Dick",
+ "Diamond Frontier",
+ "A Dispatch from Reuter's",
+ "The Doctor Takes a Wife",
+ "Doomed to Die",
+ "Double Alibi",
+ "Down Argentine Way",
+ "Dr. Christian Meets the Women",
+ "Dr. Cyclops",
+ "Dr. Ehrlich's Magic Bullet",
+ "Dr. Kildare's Crisis",
+ "Dreaming Out Loud",
+ "Drums of the Desert",
+ "Dulcy",
+ "The Earl of Chicago",
+ "Earthbound",
+ "East of the River",
+ "East Side Kids",
+ "Edison, the Man",
+ "Elmer's Candid Camera",
+ "Escape",
+ "Eyes of the Navy",
+ "Fantasia",
+ "The Fargo Kid",
+ "The Fatal Hour",
+ "Father Is a Prince",
+ "The Fight for Life",
+ "The Fighting 69th",
+ "Five Little Peppers in Trouble",
+ "Flight Angels",
+ "Flight Command",
+ "Florian",
+ "Flowing Gold",
+ "Foreign Correspondent",
+ "Forgotten Girls",
+ "Forty Little Mothers",
+ "Four Sons",
+ "Free, Blonde and 21",
+ "From Nurse to Worse",
+ "A Fugitive from Justice",
+ "Gallant Sons",
+ "Gambling on the High Seas",
+ "Gangs of Chicago",
+ "Gaucho Serenade",
+ "The Ghost Breakers",
+ "The Ghost Comes Home",
+ "Girl from Havana",
+ "Girl in 313",
+ "Give Us Wings",
+ "Glamour for Sale",
+ "The Golden Fleecing",
+ "Golden Gloves",
+ "Gold Rush Maisie",
+ "Go West",
+ "Granny Get Your Gun",
+ "The Grapes of Wrath",
+ "The Great Dictator",
+ "The Great McGinty",
+ "The Green Archer",
+ "Green Hell",
+ "The Green Hornet",
+ "Half a Sinner",
+ "Haunted Honeymoon",
+ "He Married His Wife",
+ "Her First Romance",
+ "High School",
+ "Hired!",
+ "Hired Wife",
+ "His Girl Friday",
+ "Hit Parade of 1941",
+ "Hold That Woman!",
+ "The House Across the Bay",
+ "The House of the Seven Gables",
+ "How High Is Up?",
+ "The Howards of Virginia",
+ "Hullabaloo",
+ "Ice-Capades",
+ "I Love You Again",
+ "I Take This Oath",
+ "I Take This Woman",
+ "I Want a Divorce",
+ "If I Had My Way",
+ "I'm Nobody's Sweetheart Now",
+ "I'm Still Alive",
+ "The Invisible Man Returns",
+ "The Invisible Woman",
+ "Irene",
+ "Island of Doomed Men",
+ "It All Came True",
+ "It's a Date",
+ "I Was an Adventuress",
+ "Jennie",
+ "Johnny Apollo",
+ "Junior G-Men",
+ "King of the Lumberjacks",
+ "King of the Royal Mounted",
+ "Kitty Foyle",
+ "Knock Knock",
+ "Knute Rockne, All American",
+ "Laddie",
+ "Ladies Must Live",
+ "The Lady in Question",
+ "Lady with Red Hair",
+ "Legion of the Lawless",
+ "The Letter",
+ "The Light That Failed",
+ "Lillian Russell",
+ "A Little Bit of Heaven",
+ "Little Men",
+ "Little Nellie Kelly",
+ "Little Old New York",
+ "The Lone Wolf Meets a Lady",
+ "The Long Voyage Home",
+ "Love Thy Neighbor",
+ "Lucky Cisco Kid",
+ "Lucky Partners",
+ "Maisie Was a Lady",
+ "The Man from Dakota",
+ "Manhattan Heartbeat",
+ "The Man I Married",
+ "The Man Who Wouldn't Talk",
+ "The Marines Fly High",
+ "The Mark of Zorro",
+ "Marked Men",
+ "Married and in Love",
+ "Maryland",
+ "Meet the Wildcat",
+ "Melody and Moonlight",
+ "Melody Ranch",
+ "Mexican Spitfire",
+ "Michael Shayne, Private Detective",
+ "The Milky Way",
+ "Millionaire Playboy",
+ "Millionaires in Prison",
+ "Misbehaving Husbands",
+ "Money and the Woman",
+ "Moon Over Burma",
+ "The Mortal Storm",
+ "Mr. Duck Steps Out",
+ "The Mummy's Hand",
+ "Murder in the Air",
+ "Murder Over New York",
+ "Music in My Heart",
+ "My Favorite Wife",
+ "My Little Chickadee",
+ "My Love Came Back",
+ "My Son, My Son!",
+ "Mysterious Doctor Satan",
+ "Mystery Sea Raider",
+ "New Moon",
+ "A Night at Earl Carroll's",
+ "No Census, No Feeling",
+ "North West Mounted Police",
+ "Northwest Passage",
+ "No Time for Comedy",
+ "Nutty But Nice",
+ "Of Fox and Hounds",
+ "The Old Swimmin' Hole",
+ "One Man's Law",
+ "One Million B.C.",
+ "One Night in the Tropics",
+ "On Their Own",
+ "Opened by Mistake",
+ "Our Town",
+ "Out West with the Peppers",
+ "Parole Fixer",
+ "Patient Porky",
+ "Phantom of Chinatown",
+ "Phantom Raiders",
+ "The Philadelphia Story",
+ "Pier 13",
+ "Pinocchio",
+ "Pride and Prejudice",
+ "Pride of the Bowery",
+ "Primrose Path",
+ "Private Affairs",
+ "Public Deb No. 1",
+ "Puss Gets the Boot",
+ "The Quarterback",
+ "Queen of the Mob",
+ "Queen of the Yukon",
+ "Quicker'n a Wink",
+ "Rancho Grande",
+ "The Ranger and the Lady",
+ "Rangers of Fortune",
+ "Rebecca",
+ "Remedy for Riches",
+ "Remember the Night",
+ "The Return of Frank James",
+ "Rhythm on the River",
+ "Riders of Black Mountain",
+ "Ride, Tenderfoot, Ride",
+ "River's End",
+ "Road to Singapore",
+ "Rockin' Thru the Rockies",
+ "Rocky Mountain Rangers",
+ "Safari",
+ "Sailor's Lady",
+ "The Saint Takes Over",
+ "The Saint's Double Trouble",
+ "Santa Fe Marshal",
+ "Santa Fe Trail",
+ "Saps at Sea",
+ "Saturday's Children",
+ "Scatterbrain",
+ "The Sea Hawk",
+ "Second Chorus",
+ "Service with the Colors",
+ "Seven Sinners",
+ "Seventeen",
+ "She Couldn't Say No",
+ "She Done Him Right",
+ "Shooting High",
+ "The Shop Around the Corner",
+ "Siege",
+ "Sing, Dance, Plenty Hot",
+ "Ski Patrol",
+ "Sky Murder",
+ "Son of Ingagi",
+ "The Son of Monte Cristo",
+ "Son of the Navy",
+ "South of Pago Pago",
+ "South of Suez",
+ "So You Won't Talk",
+ "Sporting Blood",
+ "Spring Parade",
+ "Stage to Chino",
+ "Star Dust",
+ "Strange Cargo",
+ "Stranger on the Third Floor",
+ "Strike Up the Band",
+ "Susan and God",
+ "Swiss Family Robinson",
+ "Tacoma Narrows Bridge Collapse (Galloping Gertie)",
+ "'Taint Legal",
+ "Tear Gas Squad",
+ "Teddy the Rough Rider",
+ "Terry and the Pirates",
+ "Texas Rangers Ride Again",
+ "Texas Terrors",
+ "That Gang of Mine",
+ "They Drive by Night",
+ "They Knew What They Wanted",
+ "Third Finger, Left Hand",
+ "This Thing Called Love",
+ "Those Were the Days!",
+ "Three Cheers for the Irish",
+ "Three Faces West",
+ "'Til We Meet Again",
+ "Tin Pan Alley",
+ "Tom Brown's School Days",
+ "Too Many Girls",
+ "Too Many Husbands",
+ "Torrid Zone",
+ "Trail of the Vigilantes",
+ "Triple Justice",
+ "Tugboat Annie Sails Again",
+ "The Tulsa Kid",
+ "Turnabout",
+ "Two Girls on Broadway",
+ "Typhoon",
+ "Untamed",
+ "Up in the Air",
+ "Victory",
+ "Vigil in the Night",
+ "The Villain Still Pursued Her",
+ "Virginia City",
+ "Viva Cisco Kid",
+ "Wagons Westward",
+ "Waterloo Bridge",
+ "The Way of All Flesh",
+ "The Westerner",
+ "We Who Are Young",
+ "When the Daltons Rode",
+ "Who Killed Aunt Maggie?",
+ "Wildcat Bus",
+ "A Wild Hare",
+ "Winners of the West",
+ "Women in War",
+ "Women Without Names",
+ "Wyoming",
+ "You Can't Fool Your Wife",
+ "You Ought to Be in Pictures",
+ "You'll Find Out",
+ "Young Bill Hickok",
+ "Young Buffalo Bill",
+ "Young People",
+ "Young Tom Edison",
+ "Young as You Feel",
+ "You're Not So Tough",
+ "Yukon Flight",
+ "An Ache in Every Stake",
+ "Adam Had Four Sons",
+ "Adventure in Washington",
+ "Adventures of Captain Marvel",
+ "Affectionately Yours",
+ "All-American Co-Ed",
+ "All the World's a Stooge",
+ "All This and Rabbit Stew",
+ "All Through the Night",
+ "Aloma of the South Seas",
+ "Among the Living",
+ "Andy Hardy's Private Secretary",
+ "Angels with Broken Wings",
+ "Appointment for Love",
+ "Arizona Bound",
+ "Arkansas Judge",
+ "The Art of Self Defense",
+ "Aviation Vacation",
+ "Babes on Broadway",
+ "Back Street",
+ "Badlands of Dakota",
+ "The Bad Man",
+ "Bad Men of Missouri",
+ "Bahama Passage",
+ "Ball of Fire",
+ "Barnacle Bill",
+ "Bedtime Story",
+ "Belle Starr",
+ "The Big Store",
+ "Billy the Kid",
+ "Birth of the Blues",
+ "The Black Cat",
+ "The Blonde from Singapore",
+ "Blood and Sand",
+ "The Blood of Jesus",
+ "Blossoms in the Dust",
+ "Blues in the Night",
+ "Bombay Clipper",
+ "Borrowed Hero",
+ "Bowery Blitzkrieg",
+ "The Bride Came C.O.D.",
+ "The Bride Wore Crutches",
+ "Broadway Limited",
+ "Buck Privates",
+ "Bullets for O'Hara",
+ "Burma Convoy",
+ "Buy Me That Town",
+ "Cadet Girl",
+ "The Case of the Black Parrot",
+ "Caught in the Draft",
+ "Charlie Chan in Rio",
+ "Cheers for Miss Bishop",
+ "The Chocolate Soldier",
+ "Citadel of Crime",
+ "Citizen Kane",
+ "City of Missing Girls",
+ "Come Live With Me",
+ "Confessions of Boston Blackie",
+ "Confirm or Deny",
+ "The Corsican Brothers",
+ "Country Fair",
+ "Dance Hall",
+ "Dangerously They Live",
+ "Dead Men Tell",
+ "The Deadly Game",
+ "Design for Scandal",
+ "Desperate Cargo",
+ "The Devil and Daniel Webster",
+ "The Devil and Miss Jones",
+ "The Devil Commands",
+ "The Devil Pays Off",
+ "Dick Tracy vs Crime Inc",
+ "Dive Bomber",
+ "Doctors Don't Tell",
+ "Double Cross",
+ "Down in San Diego",
+ "Down Mexico Way",
+ "Dr. Jekyll and Mr. Hyde",
+ "Dr. Kildare's Wedding Day",
+ "Dressed to Kill",
+ "Dude Cowboy",
+ "Dumbo",
+ "Dutiful But Dumb",
+ "Elmer's Pet Rabbit",
+ "The Face Behind the Mask",
+ "The Feminine Touch",
+ "Fiesta",
+ "The Flame of New Orleans",
+ "Flight from Destiny",
+ "Flying Blind",
+ "Flying Wild",
+ "Footsteps in the Dark",
+ "For Beauty's Sake",
+ "Forced Landing",
+ "Four Mothers",
+ "Free and Easy",
+ "Gambling Daughters",
+ "The Gang's All Here",
+ "The Gay Falcon",
+ "The Gay Vagabond",
+ "The Get-Away",
+ "A Girl, a Guy and a Gob",
+ "Glamour Boy",
+ "Golden Hoofs",
+ "Go West, Young Lady",
+ "Great Guns",
+ "The Great American Broadcast",
+ "The Great Awakening",
+ "The Great Lie",
+ "The Great Mr. Nobody",
+ "The Green Hornet Strikes Again",
+ "H. M. Pulham, Esq.",
+ "The Hard-Boiled Canary",
+ "Hard Guy",
+ "Harvard, Here I Come",
+ "The Heckling Hare",
+ "Hello, Sucker",
+ "Hellzapoppin'",
+ "Henry Aldrich for President",
+ "Here Comes Happiness",
+ "Here Comes Mr. Jordan",
+ "Her First Beau",
+ "Hiawatha's Rabbit Hunt",
+ "High Sierra",
+ "Hit the Road",
+ "Hold Back the Dawn",
+ "Hold That Ghost",
+ "Honeymoon for Three",
+ "Honky Tonk",
+ "Honolulu Lu",
+ "Horror Island",
+ "How Green Was My Valley",
+ "Hudson's Bay",
+ "Hurry, Charlie, Hurry",
+ "I Killed That Man",
+ "I Wake Up Screaming",
+ "I Wanted Wings",
+ "I'll Never Heil Again",
+ "I'll Wait for You",
+ "In the Navy",
+ "In the Sweet Pie and Pie",
+ "International Lady",
+ "International Squadron",
+ "Invisible Ghost",
+ "It Started with Eve",
+ "Johnny Eager",
+ "Jungle Girl",
+ "Jungle Man",
+ "Kathleen",
+ "Keep 'Em Flying",
+ "The Kid from Kansas",
+ "King of the Zombies",
+ "Kiss the Boys Goodbye",
+ "Kisses for Breakfast",
+ "Ladies in Retirement",
+ "Lady Be Good",
+ "The Lady Eve",
+ "The Lady from Cheyenne",
+ "Lady from Louisiana",
+ "Lady Scarface",
+ "Last of the Duanes",
+ "Las Vegas Nights",
+ "Law of the Range",
+ "Law of the Tropics",
+ "Let's Make Music",
+ "Life Begins for Andy Hardy",
+ "Life with Henry",
+ "The Little Foxes",
+ "The Little Whirlwind",
+ "The Lone Wolf Keeps a Date",
+ "Look Who's Laughing",
+ "Louisiana Purchase",
+ "Lydia",
+ "The Mad Doctor",
+ "The Maltese Falcon",
+ "A Man Betrayed",
+ "Man Hunt",
+ "Man at Large",
+ "Man Made Monster",
+ "Manpower",
+ "The Man Who Lost Himself",
+ "Married Bachelor",
+ "Marry the Boss's Daughter",
+ "The Medico of Painted Springs",
+ "Meet Boston Blackie",
+ "Meet John Doe",
+ "Meet the Chump",
+ "Melody for Three",
+ "The Men in Her Life",
+ "Men of Boys Town",
+ "Mercy Island",
+ "The Mexican Spitfire's Baby",
+ "The Midnight Snack",
+ "Million Dollar Baby",
+ "Miss Polly",
+ "Mister Bug Goes to Town",
+ "Mob Town",
+ "The Monster and the Girl",
+ "Moods of the Sea",
+ "Moonlight in Hawaii",
+ "Moon Over Her Shoulder",
+ "Moon Over Miami",
+ "Mountain Moonlight",
+ "Mr. & Mrs. Smith",
+ "Mr. Bug Goes to Town",
+ "Mr. District Attorney",
+ "Murder by Invitation",
+ "My Life with Caroline",
+ "Navy Blues",
+ "Never Give a Sucker an Even Break",
+ "New York Town",
+ "Niagara Falls",
+ "Nice Girl?",
+ "The Nifty Nineties",
+ "The Night Before Christmas",
+ "The Night of January 16th",
+ "Nine Lives Are Not Enough",
+ "No Hands on the Clock",
+ "Nothing but the Truth",
+ "The Nurse's Secret",
+ "One Foot in Heaven",
+ "One Night in Lisbon",
+ "Out of the Fog",
+ "Pacific Blackout",
+ "Pantry Panic",
+ "Paper Bullets",
+ "Parachute Battalion",
+ "Paris Calling",
+ "Passage from Hong Kong",
+ "The Penalty",
+ "Penny Serenade",
+ "The People vs. Dr. Kildare",
+ "Petticoat Politics",
+ "The Pittsburgh Kid",
+ "A Place to Live",
+ "Play Girl",
+ "Playmates",
+ "Pot o' Gold",
+ "Power Dive",
+ "Private Nurse",
+ "Public Enemies",
+ "Puddin' Head",
+ "Rage in Heaven",
+ "Reaching for the Sun",
+ "Red River Valley",
+ "The Reluctant Dragon",
+ "Remember the Day",
+ "Riders of Death Valley",
+ "Riders of the Purple Sage",
+ "Ridin' on a Rainbow",
+ "Ring of Steel",
+ "Ringside Maisie",
+ "Rise and Shine",
+ "Road Show",
+ "Road to Zanzibar",
+ "Roar of the Press",
+ "Romance of the Rio Grande",
+ "The Round Up",
+ "Sailors on Leave",
+ "The Saint in Palm Springs",
+ "The Saint's Vacation",
+ "San Antonio Rose",
+ "Scattergood Meets Broadway",
+ "Scotland Yard",
+ "Scrub Me Mama with a Boogie Beat",
+ "Sea Raiders",
+ "The Sea Wolf",
+ "Secrets of the Lone Wolf",
+ "Sergeant York",
+ "Shadow of the Thin Man",
+ "The Shanghai Gesture",
+ "She Knew All the Answers",
+ "The Shepherd of the Hills",
+ "Shining Victory",
+ "A Shot in the Dark",
+ "Sierra Sue",
+ "Sing Another Chorus",
+ "Singapore Woman",
+ "The Singing Hill",
+ "Sis Hopkins",
+ "Six Gun Gold",
+ "Six Lessons from Madame La Zonga",
+ "Sky Raiders",
+ "Skylark",
+ "The Smiling Ghost",
+ "Smilin' Through",
+ "So Ends Our Night",
+ "So Long Mr. Chumps",
+ "Some More of Samoa",
+ "South of Tahiti",
+ "Spooks Run Wild",
+ "Steel Against the Sky",
+ "Strange Alibi",
+ "The Strawberry Blonde",
+ "Stick to Your Guns",
+ "Sullivan's Travels",
+ "Sundown",
+ "Sun Valley Serenade",
+ "Sunny",
+ "Suspicion",
+ "Swamp Water",
+ "Tall, Dark and Handsome",
+ "Tarzan's Secret Treasure",
+ "Texas",
+ "That Hamilton Woman",
+ "That Night in Rio",
+ "That Uncertain Feeling",
+ "They Dare Not Love",
+ "They Died with Their Boots On",
+ "They Met in Argentina",
+ "They Met in Bombay",
+ "Thieves Fall Out",
+ "This Woman is Mine",
+ "Three Girls About Town",
+ "Three Sons o' Guns",
+ "Tight Shoes",
+ "Timber",
+ "Time Out for Rhythm",
+ "Tobacco Road",
+ "Tom, Dick and Harry",
+ "Too Many Blondes",
+ "Topper Returns",
+ "Tortoise Beats Hare",
+ "The Trial of Mary Dugan",
+ "Tuxedo Junction",
+ "Twilight on the Trail",
+ "Two-Faced Woman",
+ "Two in a Taxi",
+ "Two Latins from Manhattan",
+ "Uncle Joe",
+ "Under Age",
+ "Underground",
+ "Unexpected Uncle",
+ "Unfinished Business",
+ "Unholy Partners",
+ "A Very Young Lady",
+ "Virginia",
+ "Wabbit Twouble",
+ "The Wagons Roll at Night",
+ "Washington Melodrama",
+ "Week-End in Havana",
+ "Weekend for Three",
+ "We Go Fast",
+ "West Point Widow",
+ "Western Union",
+ "When Ladies Meet",
+ "Where Did You Get That Girl?",
+ "White Eagle",
+ "Wild Geese Calling",
+ "The Wild Man of Borneo",
+ "The Wolf Man",
+ "A Woman's Face",
+ "Wyoming Wildcat",
+ "A Yank in the RAF",
+ "You Belong to Me",
+ "You'll Never Get Rich",
+ "You're in the Army Now",
+ "Ziegfeld Girl",
+ "A-Haunting We Will Go",
+ "Across the Pacific",
+ "The Adventures of Martin Eden",
+ "The Affairs of Jimmy Valentine",
+ "The Affairs of Martha",
+ "Alias Boston Blackie",
+ "Almost Married",
+ "Always in My Heart",
+ "American Empire",
+ "Andy Hardy's Double Life",
+ "Any Bonds Today?",
+ "Apache Trail",
+ "Arabian Nights",
+ "Are Husbands Necessary?",
+ "The Arm Behind the Army",
+ "Army Surgeon",
+ "Atlantic Convoy",
+ "Bambi",
+ "The Bashful Bachelor",
+ "The Battle of Midway",
+ "Bells of Capistrano",
+ "Between Us Girls",
+ "Beyond the Blue Horizon",
+ "The Big Shot",
+ "The Big Street",
+ "Billy the Kid Trapped",
+ "Black Dragons",
+ "The Black Swan",
+ "Blondie Goes to College",
+ "Bombs Over Burma",
+ "The Boogie Man Will Get You",
+ "Born to Sing",
+ "The Boss of Big Town",
+ "Boston Blackie Goes Hollywood",
+ "Bowery at Midnight",
+ "The Bowling Alley Cat",
+ "Broadway",
+ "Brooklyn Orchid",
+ "The Bugle Sounds",
+ "Bugs Bunny Gets the Boid",
+ "Bullet Scars",
+ "Busses Roar",
+ "Cairo",
+ "Calling Dr. Gillespie",
+ "Call Out the Marines",
+ "Campus on the March",
+ "Captains of the Clouds",
+ "Careful, Soft Shoulder",
+ "Casablanca",
+ "Castle in the Desert",
+ "Cat People",
+ "China Girl",
+ "Commandos Strike at Dawn",
+ "The Corpse Vanishes",
+ "Counter-Espionage",
+ "The Courtship of Andy Hardy",
+ "Cowboy Serenade",
+ "Crossroads",
+ "Danger in the Pacific",
+ "A Date with the Falcon",
+ "Dawn on the Great Divide",
+ "December 7th: The Movie",
+ "Desperate Journey",
+ "Dog Trouble",
+ "Don Winslow of the Navy",
+ "Donald Gets Drafted",
+ "Don't Get Personal",
+ "The Dover Boys",
+ "The Draft Horse",
+ "Dr. Broadway",
+ "Dr. Gillespie's New Assistant",
+ "Dr. Kildare's Victory",
+ "Dr. Renault's Secret",
+ "Eagle Squadron",
+ "Enemy Agents Meet Ellery Queen",
+ "Escape from Crime",
+ "Escape from Hong Kong",
+ "Eyes in the Night",
+ "Eyes of the Underworld",
+ "The Falcon's Brother",
+ "Fine Feathered Friend",
+ "Fingers at the Window",
+ "The Fleet's In",
+ "Flight Lieutenant",
+ "Fly-by-Night",
+ "Flying Tigers",
+ "Footlight Serenade",
+ "Foreign Agent",
+ "The Forest Rangers",
+ "For Me and My Gal",
+ "Fraidy Cat",
+ "Freckles Comes Home",
+ "Fresh Hare",
+ "Friendly Enemies",
+ "Gallant Lady",
+ "Gang Busters",
+ "The Gay Sisters",
+ "A Gentleman After Dark",
+ "A Gentleman at Heart",
+ "Gentleman Jim",
+ "George Washington Slept Here",
+ "Get Hep to Love",
+ "The Ghost of Frankenstein",
+ "The Girl from Alaska",
+ "Girl Trouble",
+ "Give Out, Sisters",
+ "The Glass Key",
+ "Grand Central Murder",
+ "The Great Gildersleeve",
+ "The Great Man's Lady",
+ "The Great Impersonation",
+ "Heart of the Rio Grande",
+ "Hemp for Victory",
+ "Henry Browne, Farmer",
+ "Henry and Dizzy",
+ "Her Cardboard Lover",
+ "Here We Go Again",
+ "The Hidden Hand",
+ "Highways by Night",
+ "Hi, Neighbor",
+ "Hold the Lion, Please",
+ "Holiday Inn",
+ "Home in Wyomin'",
+ "How to Play Baseball",
+ "How to Swim",
+ "I Live on Danger",
+ "I Married a Witch",
+ "I Married an Angel",
+ "In Old California",
+ "In This Our Life",
+ "Invisible Agent",
+ "It's All True",
+ "It's Everybody's War",
+ "I Was Framed",
+ "Jackass Mail",
+ "Jam Session",
+ "Japanese Relocation",
+ "Joan of Ozark",
+ "Joan of Paris",
+ "Joe Smith, American",
+ "Johnny Doughboy",
+ "Johnny Eager",
+ "Journey for Margaret",
+ "Juke Girl",
+ "Jungle Book",
+ "Junior G-Men of the Air",
+ "Just Off Broadway",
+ "Kid Glove Killer",
+ "King of the Mounties",
+ "Kings Row",
+ "Lady for a Night",
+ "Lady Gangster",
+ "The Lady Has Plans",
+ "Lady in a Jam",
+ "The Lady Is Willing",
+ "Larceny, Inc.",
+ "Law of the Jungle",
+ "Let's Get Tough!",
+ "Life Begins at Eight-Thirty",
+ "The Living Ghost",
+ "The Loves of Edgar Allan Poe",
+ "Lucky Ghost",
+ "The Mad Doctor of Market Street",
+ "The Mad Martindales",
+ "The Mad Monster",
+ "Madame Spy",
+ "The Magnificent Ambersons",
+ "The Magnificent Dope",
+ "The Major and the Minor",
+ "The Male Animal",
+ "The Man in the Trunk",
+ "The Man Who Came to Dinner",
+ "The Man Who Returned to Life",
+ "Man with Two Lives",
+ "Manila Calling",
+ "Manpower",
+ "The Mayor of 44th Street",
+ "The McGuerins from Brooklyn",
+ "Meet the Stewarts",
+ "Men of Texas",
+ "Mexican Spitfire at Sea",
+ "Mexican Spitfire Sees a Ghost",
+ "Mexican Spitfire's Elephant",
+ "Miss Annie Rooney",
+ "Miss V from Moscow",
+ "Moonlight in Havana",
+ "Moonlight Masquerade",
+ "The Moon and Sixpence",
+ "Moontide",
+ "Mrs. Miniver",
+ "Mrs. Wiggs of the Cabbage Patch",
+ "The Mummy's Tomb",
+ "Murder in the Big House",
+ "My Favorite Blonde",
+ "My Favorite Duck",
+ "My Gal Sal",
+ "My Heart Belongs to Daddy",
+ "My Sister Eileen",
+ "The Mystery of Marie Roget",
+ "The Navy Comes Through",
+ "Nazi Agent",
+ "'Neath Brooklyn Bridge",
+ "The News Parade of the Year 1942",
+ "The Night Before the Divorce",
+ "Night in New Orleans",
+ "Night Monster",
+ "Night Plane from Chungking",
+ "A Night to Remember",
+ "Nightmare",
+ "Northwest Rangers",
+ "Now, Voyager",
+ "Obliging Young Lady",
+ "The Old Homestead",
+ "Once Upon a Honeymoon",
+ "One Thrilling Night",
+ "On the Sunny Side",
+ "Orchestra Wives",
+ "Outlaws of Pine Ridge",
+ "Overland Mail",
+ "Over My Dead Body",
+ "Pacific Rendezvous",
+ "The Palm Beach Story",
+ "Panama Hattie",
+ "Parachute Nurse",
+ "Pardon My Sarong",
+ "Pardon My Stripes",
+ "Paris Calling",
+ "The Pay Off",
+ "Perils of Nyoka",
+ "Phantom Killer",
+ "The Pied Piper",
+ "Pierre of the Plains",
+ "Pittsburgh",
+ "The Postman Didn't Ring",
+ "Powder Town",
+ "Prelude to War",
+ "The Pride of the Yankees",
+ "Private Buckaroo",
+ "Puss 'n' Toots",
+ "Quiet Please, Murder",
+ "Random Harvest",
+ "Reap the Wild Wind",
+ "The Remarkable Andrew",
+ "Remember Pearl Harbor",
+ "Reunion in France",
+ "Ride 'Em Cowboy",
+ "Right to the Heart",
+ "Rings on Her Fingers",
+ "Rio Rita",
+ "Road to Happiness",
+ "Road to Morocco",
+ "Roxie Hart",
+ "Rubber Racketeers",
+ "Saboteur",
+ "Safeguarding Military Information",
+ "Scattergood Survives a Murder",
+ "Sealed Lips",
+ "Secret Agent of Japan",
+ "Secret Enemies",
+ "Seven Days' Leave",
+ "Seven Miles from Alcatraz",
+ "Seven Sweethearts",
+ "Sex Hygiene",
+ "Sherlock Holmes and the Voice of Terror",
+ "Ship Ahoy",
+ "Silver Queen",
+ "Sin Town",
+ "Sing Your Worries Away",
+ "Somewhere I'll Find You",
+ "Son of Fury: The Story of Benjamin Blake",
+ "Song of the Islands",
+ "Sons of the Pioneers",
+ "So's Your Aunt Emma",
+ "South of Santa Fe",
+ "The Spoilers",
+ "Springtime in the Rockies",
+ "Spy Ship",
+ "Spy Smasher",
+ "The Squawkin' Hawk",
+ "Stand By for Action",
+ "Star Spangled Rhythm",
+ "The Strange Case of Doctor Rx",
+ "Street of Chance",
+ "Strictly in the Groove",
+ "Submarine Raider",
+ "Sundown Jim",
+ "Sweater Girl",
+ "Take a Letter, Darling",
+ "A Tale of Two Kitties",
+ "Tales of Manhattan",
+ "The Talk of the Town",
+ "Tarzan's New York Adventure",
+ "Ten Gentlemen from West Point",
+ "Tennessee Johnson",
+ "That Other Woman",
+ "There's One Born Every Minute",
+ "They All Kissed the Bride",
+ "They Raid by Night",
+ "This Above All",
+ "This Gun for Hire",
+ "This Time for Keeps",
+ "Thru Different Eyes",
+ "Thunder Birds",
+ "Timber",
+ "Time to Kill",
+ "Tish",
+ "To Be or Not to Be",
+ "Today I Hang",
+ "To the Shores of Tripoli",
+ "Tombstone, the Town Too Tough to Die",
+ "Too Many Women",
+ "Top Sergeant",
+ "Torpedo Boat",
+ "Tortilla Flat",
+ "A Tragedy at Midnight",
+ "Trail Riders",
+ "Treat 'Em Rough",
+ "True to the Army",
+ "Tulips Shall Grow",
+ "The Tuttles of Tahiti",
+ "Twin Beds",
+ "Two Yanks in Trinidad",
+ "The Undying Monster",
+ "Unseen Enemy",
+ "Valley of Hunted Men",
+ "The Vanishing Virginian",
+ "The Wabbit Who Came to Supper",
+ "Wake Island",
+ "The War Against Mrs. Hadley",
+ "We Are the Marines",
+ "We Were Dancing",
+ "Western Mail",
+ "West of Tombstone",
+ "What's Cookin'?",
+ "Whispering Ghosts",
+ "White Cargo",
+ "Who Done It?",
+ "Who Is Hope Schuyler?",
+ "The Wife Takes a Flyer",
+ "Wild Bill Hickok Rides",
+ "Wings for the Eagle",
+ "Winning Your Wings",
+ "Wild Bill Hickok Rides",
+ "Woman of the Year",
+ "Wood for War",
+ "The World at War",
+ "Wrecking Crew",
+ "X Marks the Spot",
+ "Yankee Doodle Dandy",
+ "A Yank at Eton",
+ "A Yank in Libya",
+ "A Yank on the Burma Road",
+ "The Yanks Are Coming",
+ "Yokel Boy",
+ "You Can't Escape Forever",
+ "You Were Never Lovelier",
+ "Young America",
+ "You're a Sap, Mr. Jap",
+ "Youth on Parade",
+ "Above Suspicion",
+ "Action in the North Atlantic",
+ "Adventure in Iraq",
+ "The Adventures of a Rookie",
+ "The Adventures of Smilin' Jack",
+ "Adventures of the Flying Cadets",
+ "Aerial Gunner",
+ "After Midnight with Boston Blackie",
+ "Air Force",
+ "Air Raid Wardens",
+ "Alaska Highway",
+ "All by Myself",
+ "Always a Bridesmaid",
+ "The Amazing Mrs. Holliday",
+ "The Ape Man",
+ "Appointment in Berlin",
+ "Arizona Trail",
+ "Around the World",
+ "Assignment in Brittany",
+ "Autobiography of a 'Jeep'",
+ "The Avenging Rider",
+ "Baby Puss (Tom and Jerry)",
+ "Back from the Front",
+ "Background to Danger",
+ "Bad Men of Thunder Gap",
+ "Bar 20",
+ "Bataan",
+ "Batman",
+ "The Battle of Britain",
+ "The Battle of Russia",
+ "Behind the Rising Sun",
+ "Best Foot Forward",
+ "Beyond the Last Frontier",
+ "The Black Hills Express",
+ "Black Market Rustlers",
+ "Black Marketing",
+ "The Black Raven",
+ "Blazing Frontier",
+ "Blazing Guns",
+ "The Blocked Trail",
+ "Bombardier",
+ "Bomber's Moon",
+ "Border Buckaroos",
+ "Border Patrol",
+ "Bordertown Gun Fighters",
+ "Boss of Rawhide",
+ "The Boy from Stalingrad",
+ "Brazil at War",
+ "Buckskin Frontier",
+ "Bullets and Saddles",
+ "Cabin in the Sky",
+ "Calaboose",
+ "California Joe",
+ "Calling Dr. Death",
+ "Calling Wild Bill Elliott",
+ "Campus Rhythm",
+ "Canyon City",
+ "Captive Wild Woman",
+ "Carson City Cyclone",
+ "Cattle Stampede",
+ "A Challenge to Democracy",
+ "The Chance of a Lifetime",
+ "Chatterbox",
+ "Chetniks! The Fighting Guerrillas",
+ "Cheyenne Roundup",
+ "China",
+ "Cinderella Swings It",
+ "City Without Men",
+ "Clancy Street Boys",
+ "Claudia",
+ "Colt Comrades",
+ "Combat America",
+ "Coney Island",
+ "The Constant Nymph",
+ "Corregidor",
+ "Corvette K-225",
+ "Cosmo Jones, Crime Smasher",
+ "Cowboy Commandos",
+ "Cowboy in Manhattan",
+ "Cowboy in the Clouds",
+ "Crash Dive",
+ "Crazy House",
+ "Crime Doctor",
+ "The Crime Doctor's Strangest Case",
+ "The Cross of Lorraine",
+ "Cry \"Havoc\"",
+ "The Crystal Ball",
+ "Daffy – The Commando",
+ "The Dancing Masters",
+ "Danger! Women at Work",
+ "Dangerous Blondes",
+ "Daredevils of the West",
+ "Days of Old Cheyenne",
+ "Dead Man's Gulch",
+ "Dead Men Walk",
+ "Death Rides the Plains",
+ "Death Valley Manhunt",
+ "Death Valley Rangers",
+ "December 7th",
+ "Deerslayer",
+ "The Desert Song",
+ "The Desperadoes",
+ "Destination Tokyo",
+ "Destroyer",
+ "Devil Riders",
+ "Dixie",
+ "Dixie Dugan",
+ "Dizzy Detectives",
+ "Dizzy Pilots",
+ "Don Winslow of the Coast Guard",
+ "Doughboys in Ireland",
+ "Dr. Gillespie's Criminal Case",
+ "DuBarry Was a Lady",
+ "Edge of Darkness",
+ "Education for Death",
+ "The Falcon and the Co-eds",
+ "The Falcon in Danger",
+ "The Falcon Strikes Back",
+ "The Fallen Sparrow",
+ "Falling Hare",
+ "False Colors",
+ "False Faces",
+ "Family Troubles",
+ "The Fighting Buckaroo",
+ "Fighting Frontier",
+ "Fighting Valley",
+ "Find the Blackmailer",
+ "Fired Wife",
+ "First Comes Courage",
+ "Five Graves to Cairo",
+ "Flesh and Fantasy",
+ "Flight for Freedom",
+ "Follies Girl",
+ "Follow the Band",
+ "Food for Fighters",
+ "Footlight Glamour",
+ "For Whom the Bell Tolls",
+ "Forever and a Day",
+ "Frankenstein Meets the Wolf Man",
+ "Frontier Badmen",
+ "Frontier Fury",
+ "Frontier Law",
+ "Der Fuehrer's Face",
+ "Fugitive from Sonora",
+ "Fugitive of the Plains",
+ "Gals, Incorporated",
+ "The Gang's All Here",
+ "Gangway for Tomorrow",
+ "A Gem of a Jam",
+ "A Gentle Gangster",
+ "Get Going",
+ "The Ghost and the Guest",
+ "The Ghost Rider",
+ "The Ghost Ship",
+ "Ghosts on the Loose",
+ "Gildersleeve's Bad Day",
+ "Gildersleeve on Broadway",
+ "Girl Crazy",
+ "The Girl from Monterrey",
+ "Girls in Chains",
+ "G-Men vs. the Black Dragon",
+ "The Good Fellows",
+ "Good Luck, Mr. Yates",
+ "Good Morning, Judge",
+ "The Gorilla Man",
+ "Guadalcanal Diary",
+ "Gung Ho!",
+ "A Guy Named Joe",
+ "Hail to the Rangers",
+ "Hangmen Also Die!",
+ "Happy Go Lucky",
+ "Happy Land",
+ "The Hard Way",
+ "Harrigan's Kid",
+ "Harvest Melody",
+ "Haunted Ranch",
+ "Headin' for God's Country",
+ "The Heat's On",
+ "Heaven Can Wait",
+ "He Hired the Boss",
+ "He's My Guy",
+ "Hello, Frisco, Hello",
+ "Henry Aldrich Gets Glamour",
+ "Henry Aldrich Haunts a House",
+ "Henry Aldrich Swings It",
+ "Here Comes Elmer",
+ "Here Comes Kelly",
+ "Hers to Hold",
+ "Hi, Buddy",
+ "Hi Diddle Diddle",
+ "Higher Than a Kite",
+ "High Explosive",
+ "His Butler's Sister",
+ "Hit Parade of 1943",
+ "Hit the Ice",
+ "Hitler's Children",
+ "Hitler's Madman",
+ "Hi'ya, Chum",
+ "Hi'ya, Sailor",
+ "Holy Matrimony",
+ "Honeymoon Lodge",
+ "Hoosier Holiday",
+ "Hoppy Serves a Writ",
+ "Hostages",
+ "How's About It",
+ "The Human Comedy",
+ "I Can Hardly Wait",
+ "I Dood It",
+ "I Escaped from the Gestapo",
+ "I Walked with a Zombie",
+ "Idaho",
+ "Immortal Sergeant",
+ "In Old Oklahoma",
+ "The Iron Major",
+ "Is Everybody Happy?",
+ "Isle of Forgotten Sins",
+ "It Ain't Hay",
+ "It Comes Up Love",
+ "An Itch in Time",
+ "It's a Great Life",
+ "Jack London",
+ "Jane Eyre",
+ "Jitterbugs",
+ "Jive Junction",
+ "Johnny Come Lately",
+ "Journey into Fear",
+ "The Kansan",
+ "Keep 'Em Slugging",
+ "Keeper of the Flame",
+ "Kid Dynamite",
+ "The Kid Rides Again",
+ "King of the Cowboys",
+ "Klondike Kate",
+ "Ladies' Day",
+ "Lady Bodyguard",
+ "Lady of Burlesque",
+ "A Lady Takes a Chance",
+ "Land of Hunted Men",
+ "Larceny with Music",
+ "Lassie Come Home",
+ "Law of the Northwest",
+ "Law of the Saddle",
+ "The Law Rides Again",
+ "The Leather Burners",
+ "The Leopard Man",
+ "Let's Face It",
+ "Let's Have Fun",
+ "London Blackout Murders",
+ "The Lone Star Trail",
+ "The Lonesome Mouse",
+ "Lost Angel",
+ "The Mad Ghoul",
+ "Madame Curie",
+ "The Man from Down Under",
+ "The Man from Music Mountain",
+ "The Man from the Rio Grande",
+ "The Man from Thunder River",
+ "Man of Courage",
+ "The Mantrap",
+ "Margin for Error",
+ "The Masked Marvel",
+ "The Meanest Man in the World",
+ "Melody Parade",
+ "Meshes of the Afternoon",
+ "Mexican Spitfire's Blessed Event",
+ "Minesweeper",
+ "Mission Accomplished",
+ "Mission to Moscow",
+ "Mister Big",
+ "The Moon Is Down",
+ "Moonlight in Vermont",
+ "The More the Merrier",
+ "Mountain Rhythm",
+ "Mr. Lucky",
+ "Mr. Muggs Steps Out",
+ "Murder in Times Square",
+ "Murder on the Waterfront",
+ "My Friend Flicka",
+ "My Kingdom for a Cook",
+ "My Son, the Hero",
+ "Mystery of the 13th Guest",
+ "The Mysterious Doctor",
+ "Mystery Broadcast",
+ "That Nazty Nuisance",
+ "Nearly Eighteen",
+ "Negro Colleges in War Time",
+ "Never a Dull Moment",
+ "The New Spirit",
+ "A Night for Crime",
+ "Night Plane from Chungking",
+ "Nobody's Darling",
+ "No Place for a Lady",
+ "No Time for Love",
+ "The North Star",
+ "Northern Pursuit",
+ "Old Acquaintance",
+ "O, My Darling Clementine",
+ "One Dangerous Night",
+ "Our Enemy- The Japanese",
+ "The Outlaw",
+ "Outlaws of Stampede Pass",
+ "Overland Mail Robbery",
+ "The Ox-Bow Incident",
+ "Paris After Dark",
+ "Passport to Suez",
+ "Petticoat Larceny",
+ "Phantom of the Opera",
+ "The Phantom",
+ "Phony Express",
+ "Pigs in a Polka",
+ "Pilot No. 5",
+ "Pistol Packin' Mama",
+ "Porky Pig's Feat",
+ "Power of the Press",
+ "The Powers Girl",
+ "Prairie Chickens",
+ "Prelude to War",
+ "Presenting Lily Mars",
+ "Princess O'Rourke",
+ "The Purple V",
+ "Raiders of Red Gap",
+ "Raiders of San Joaquin",
+ "Raiders of Sunset Pass",
+ "Redhead from Manhattan",
+ "Red Hot Riding Hood",
+ "The Renegade",
+ "Report from the Aleutians",
+ "The Return of the Rangers",
+ "The Return of the Vampire",
+ "Reveille with Beverly",
+ "Revenge of the Zombies",
+ "Rhythm of the Islands",
+ "Riders of the Deadline",
+ "Riders of the Northwest Mounted",
+ "Riders of the Rio Grande",
+ "Riding High",
+ "Robin Hood of the Range",
+ "Rookies in Burma",
+ "Saddles and Sagebrush",
+ "Sagebrush Law",
+ "Sahara",
+ "The Saint Meets the Tiger",
+ "Salute to the Marines",
+ "Salute for Three",
+ "Santa Fe Scouts",
+ "Sarong Girl",
+ "Scrap Happy Daffy",
+ "A Scream in the Dark",
+ "Secret Service in Darkest Africa",
+ "The Seventh Victim",
+ "Shadow of a Doubt",
+ "Shantytown",
+ "She Has What It Takes",
+ "She's for Me",
+ "Sherlock Holmes Faces Death",
+ "Sherlock Holmes and the Secret Weapon",
+ "Sherlock Holmes in Washington",
+ "Show Business at War",
+ "Silent Witness",
+ "Silver City Raiders",
+ "Silver Skates",
+ "Silver Spurs",
+ "Six Gun Gospel",
+ "The Sky's the Limit",
+ "Sleepy Lagoon",
+ "Slightly Dangerous",
+ "Smart Guy",
+ "So Proudly We Hail!",
+ "Someone to Remember",
+ "Something to Shout About",
+ "Son of Dracula",
+ "The Song of Bernadette",
+ "Song of Texas",
+ "So This Is Washington",
+ "So's Your Uncle",
+ "Spook Louder",
+ "Spotlight Scandals",
+ "Spy Train",
+ "Stage Door Canteen",
+ "Star Spangled Rhythm",
+ "Stormy Weather",
+ "The Strange Death of Adolf Hitler",
+ "The Stranger from Pecos",
+ "A Stranger in Town",
+ "Submarine Alert",
+ "Submarine Base",
+ "Sufferin' Cats!",
+ "Suggestion Box",
+ "The Sultan's Daughter",
+ "Super-Rabbit",
+ "Sweet Rosie O'Grady",
+ "Swing Fever",
+ "Swing Out the Blues",
+ "Swing Shift Maisie",
+ "Swing Your Partner",
+ "Tahiti Honey",
+ "Tarzan's Desert Mystery",
+ "Tarzan Triumphs",
+ "Taxi, Mister",
+ "Tender Comrade",
+ "Tenting Tonight on the Old Camp Ground",
+ "The Texas Kid",
+ "Thank Your Lucky Stars",
+ "There's Something About a Soldier",
+ "They Came to Blow Up America",
+ "They Got Me Covered",
+ "They Stooge to Conga",
+ "This Is the Army",
+ "This Land Is Mine",
+ "Thousands Cheer",
+ "Three Hearts for Julia",
+ "Three Little Twirps",
+ "Three Russian Girls",
+ "Thumbs Up",
+ "Thundering Trails",
+ "Tiger Fangs",
+ "Tonight We Raid Calais",
+ "To the People of the United States",
+ "Top Man",
+ "Tornado",
+ "Trail of Terror",
+ "Troop Train",
+ "Truck Busters",
+ "True to Life",
+ "Two Fisted Justice",
+ "Two Senoritas from Chicago",
+ "Two Tickets to London",
+ "Two Weeks to Live",
+ "The Underdog",
+ "The Unknown Guest",
+ "Victory Through Air Power",
+ "The Vigilantes Ride",
+ "Wackiki Wabbit",
+ "Wagon Tracks West",
+ "War of the Wildcats",
+ "Wartime Nutrition",
+ "Watch on the Rhine",
+ "West of Texas",
+ "The West Side Kid",
+ "Western Cyclone",
+ "We've Never Been Licked",
+ "What a Woman!",
+ "What's Buzzin', Cousin?",
+ "Where Are Your Children?",
+ "Whispering Footsteps",
+ "Whistling in Brooklyn",
+ "White Savage",
+ "Who Killed Who?",
+ "Wild Horse Rustlers",
+ "Wild Horse Stampede",
+ "Willoughby's Magic Hat",
+ "Wings Over the Pacific",
+ "Wintertime",
+ "Wolves of the Range",
+ "The Woman of the Town",
+ "Women in Bondage",
+ "Yankee Doodle Daffy",
+ "The Yankee Doodle Mouse",
+ "Yanks Ahoy",
+ "You Can't Beat the Law",
+ "You, John Jones!",
+ "Young and Willing",
+ "Young Ideas",
+ "The Youngest Profession",
+ "You're a Lucky Fellow, Mr. Smith",
+ "3 Men in White",
+ "The 957th Day",
+ "Abroad with Two Yanks",
+ "Accent on Crime",
+ "Action in Arabia",
+ "Address Unknown",
+ "Adventure in Music",
+ "The Adventures of Mark Twain",
+ "Alaska",
+ "Ali Baba and the Forty Thieves",
+ "Allergic to Love",
+ "An American Romance",
+ "And the Angels Sing",
+ "And Now Tomorrow",
+ "Andy Hardy's Blonde Trouble",
+ "Are These Our Parents?",
+ "Arizona Whirlwind",
+ "Army Wives",
+ "Arsenic and Old Lace",
+ "Atlantic City",
+ "Attack! Battle of New Britain",
+ "Babes on Swing Street",
+ "Barbary Coast Gent",
+ "The Barber of Seville",
+ "Bathing Beauty",
+ "The Battle of China",
+ "Beautiful But Broke",
+ "Belle of the Yukon",
+ "Beneath Western Skies",
+ "Bermuda Mystery",
+ "Between Two Worlds",
+ "The Big Bonanza",
+ "The Big Noise",
+ "Black Arrow",
+ "Black Magic",
+ "The Black Parachute",
+ "Block Busters",
+ "Blonde Fever",
+ "Bluebeard",
+ "The Bodyguard",
+ "Bordertown Trail",
+ "Boss of Boomtown",
+ "Bowery Champs",
+ "Bowery to Broadway",
+ "Brand of the Devil",
+ "Brazil",
+ "Bride by Mistake",
+ "The Bridge of San Luis Rey",
+ "Broadway Rhythm",
+ "Buffalo Bill",
+ "Bugs Bunny and the Three Bears",
+ "Bugs Bunny Nips the Nips",
+ "Busy Buddies",
+ "Call of the Jungle",
+ "Call of the Rockies",
+ "Call of the South Seas",
+ "Can't Help Singing",
+ "The Canterville Ghost",
+ "Captain America",
+ "Career Girl",
+ "Carolina Blues",
+ "Casanova Brown",
+ "Casanova in Burlesque",
+ "Cattle Call",
+ "Charlie Chan in The Chinese Cat",
+ "Charlie Chan in the Secret Service",
+ "Cheyenne Wildcat",
+ "Chip Off the Old Block",
+ "Christmas Holiday",
+ "The Climax",
+ "Cobra Woman",
+ "Code of the Prairie",
+ "The Conspirators",
+ "The Contender",
+ "Cover Girl",
+ "Cowboy and the Senorita",
+ "Cowboy Canteen",
+ "Cowboy from Lonesome River",
+ "Crash Goes the Hash",
+ "Crazy Knights",
+ "Crime by Night",
+ "Cry of the Werewolf",
+ "The Curse of the Cat People",
+ "Cyclone Prairie Rangers",
+ "Dancing in Manhattan",
+ "Dancing Romeo",
+ "Dangerous Passage",
+ "Dark Mountain",
+ "Dark Waters",
+ "Days of Glory",
+ "Dead Man's Eyes",
+ "Dead or Alive",
+ "Delinquent Daughters",
+ "Destiny",
+ "Detective Kitty O'Day",
+ "Dixie Jamboree",
+ "Double Exposure",
+ "Double Indemnity",
+ "The Doughgirls",
+ "Dragon Seed",
+ "The Drifter",
+ "End of the Road",
+ "Enemy of Women",
+ "Enter Arsène Lupin",
+ "The Eve of St. Mark",
+ "Ever Since Venus",
+ "Experiment Perilous",
+ "Faces in the Fog",
+ "The Falcon in Hollywood",
+ "The Falcon in Mexico",
+ "The Falcon Out West",
+ "Farewell, My Lovely",
+ "A Fig Leaf for Eve",
+ "The Fighting Lady",
+ "The Fighting Seabees",
+ "The Fighting Sullivans",
+ "Firebrands of Arizona",
+ "Five Were Chosen",
+ "Follow the Boys",
+ "Follow the Leader",
+ "Forty Thieves",
+ "Four Jills in a Jeep",
+ "Frenchman's Creek",
+ "Frontier Outlaws",
+ "Fuzzy Settles Down",
+ "Gambler's Choice",
+ "Gangsters of the Frontier",
+ "Gaslight",
+ "Gentle Annie",
+ "Gents Without Cents",
+ "Ghost Catchers",
+ "Ghost Guns",
+ "The Ghost That Walks Alone",
+ "Gildersleeve's Ghost",
+ "Girl in the Case",
+ "Girl Rush",
+ "The Girl Who Dared",
+ "Goin' to Town",
+ "Going My Way",
+ "Goodnight, Sweetheart",
+ "Government Girl",
+ "The Great Alaskan Mystery",
+ "The Great Mike",
+ "The Great Moment",
+ "Greenwich Village",
+ "Guest in the House",
+ "Guns of the Law",
+ "Gunsmoke Mesa",
+ "Gypsy Wildcat",
+ "Hail the Conquering Hero",
+ "The Hairy Ape",
+ "Hands Across the Border",
+ "Hare Force",
+ "Harmony Trail",
+ "Hat Check Honey",
+ "Haunted Harbor",
+ "The Heavenly Body",
+ "Heavenly Days",
+ "Hell-Bent for Election",
+ "Henry Aldrich, Boy Scout",
+ "Henry Aldrich Plays Cupid",
+ "Henry Aldrich's Little Secret",
+ "Her Primitive Man",
+ "Here Come the Waves",
+ "Hey, Rookie",
+ "Hi, Beautiful",
+ "Hi, Good Lookin'!",
+ "Hidden Valley Outlaws",
+ "Higher and Higher",
+ "The Hitler Gang",
+ "Hollywood Canteen",
+ "Home in Indiana",
+ "Hot Rhythm",
+ "The Hour Before the Dawn",
+ "House of Frankenstein",
+ "How to Play Golf",
+ "Hymn of the Nations",
+ "I Accuse My Parents",
+ "I Love a Soldier",
+ "I Won't Play",
+ "Idle Roomers",
+ "I'll Be Seeing You",
+ "I'm from Arkansas",
+ "The Impatient Years",
+ "The Impostor",
+ "In the Meantime, Darling",
+ "In Our Time",
+ "In Society",
+ "The Invisible Man's Revenge",
+ "Irish Eyes Are Smiling",
+ "It Happened Tomorrow",
+ "Jam Session",
+ "Jamboree",
+ "Jammin' the Blues",
+ "Janie",
+ "Johnny Doesn't Live Here Anymore",
+ "Jungle Woman",
+ "Kansas City Kitty",
+ "The Keys of the Kingdom",
+ "Kismet",
+ "Knickerbocker Holiday",
+ "Ladies Courageous",
+ "Ladies of Washington",
+ "The Lady and the Monster",
+ "Lady in the Dark",
+ "Lady in the Death House",
+ "Lady, Let's Dance",
+ "Lake Placid Serenade",
+ "Land of the Outlaws",
+ "The Laramie Trail",
+ "The Last Horseman",
+ "The Last Ride",
+ "Laura",
+ "Law Men",
+ "Law of the Valley",
+ "Leave It to the Irish",
+ "Lifeboat",
+ "Lights of Old Santa Fe",
+ "Little Red Riding Rabbit",
+ "The Lodger",
+ "Lost in a Harem",
+ "Louisiana Hayride",
+ "Lumberjack",
+ "Machine Gun Mama",
+ "Mademoiselle Fifi",
+ "Maisie Goes to Reno",
+ "Make Your Own Bed",
+ "Man from Frisco",
+ "Marine Raiders",
+ "The Mark of the Whistler",
+ "Marked Trails",
+ "Marriage Is a Private Affair",
+ "Marshal of Gunsmoke",
+ "Marshal of Reno",
+ "The Mask of Dimitrios",
+ "The Master Race",
+ "Meet Me in St. Louis",
+ "Meet Miss Bobby Socks",
+ "Meet the People",
+ "Memphis Belle: A Story of a Flying Fortress",
+ "Men on Her Mind",
+ "The Merry Monahans",
+ "The Million Dollar Cat",
+ "Million Dollar Kid",
+ "Ministry of Fear",
+ "Minstrel Man",
+ "The Miracle of Morgan's Creek",
+ "The Missing Juror",
+ "Mojave Firebrand",
+ "The Monster Maker",
+ "Moon Over Las Vegas",
+ "Moonlight and Cactus",
+ "Mouse Trouble",
+ "Mr. Skeffington",
+ "Mr. Winkle Goes to War",
+ "Mrs. Parkington",
+ "The Mummy's Curse",
+ "The Mummy's Ghost",
+ "Murder in the Blue Room",
+ "Murder, My Sweet",
+ "Music for Millions",
+ "Music in Manhattan",
+ "My Best Gal",
+ "My Buddy",
+ "My Gal Loves Music",
+ "My Pal Wolf",
+ "Mystery Man",
+ "Mystery of the River Boat",
+ "Nabonga",
+ "The National Barn Dance",
+ "National Velvet",
+ "The Navy Way",
+ "The Negro Soldier",
+ "Nevada",
+ "Nine Girls",
+ "A Night of Adventure",
+ "No Dough Boys",
+ "None But the Lonely Heart",
+ "None Shall Escape",
+ "Nothing But Trouble",
+ "Oath of Vengeance",
+ "Oh, What a Night",
+ "Oklahoma Raiders",
+ "The Old Grey Hare",
+ "The Old Texas Trail",
+ "Once Upon a Time",
+ "One Body Too Many",
+ "One Mysterious Night",
+ "Our Hearts Were Young and Gay",
+ "Outlaw Roundup",
+ "Outlaw Trail",
+ "Outlaws of Santa Fe",
+ "Pardon My Rhythm",
+ "Partners of the Trail",
+ "Passage to Marseille",
+ "Passport to Destiny",
+ "The Pearl of Death",
+ "Phantom Lady",
+ "Pin Up Girl",
+ "The Pinto Bandit",
+ "The Port of 40 Thieves",
+ "Practically Yours",
+ "The Price of Rendova",
+ "Pride of the Plains",
+ "The Princess and the Pirate",
+ "The Purple Heart",
+ "Puttin' on the Dog",
+ "The Racket Man",
+ "Raiders of Ghost City",
+ "Raiders of the Border",
+ "Rainbow Island",
+ "Range Law",
+ "Rationing",
+ "Reckless Age",
+ "Return of the Ape Man",
+ "The Return of the Vampire",
+ "Return to Guam",
+ "Riders of the Santa Fe",
+ "Riding West",
+ "Roger Touhy, Gangster",
+ "Rogues' Gallery",
+ "Rosie the Riveter",
+ "Russian Rhapsody",
+ "Saddle Leather Law",
+ "Sailor's Holiday",
+ "The San Antonio Kid",
+ "San Diego, I Love You",
+ "San Fernando Valley",
+ "The Scarlet Claw",
+ "Secret Command",
+ "Secrets of Scotland Yard",
+ "See Here, Private Hargrove",
+ "Sensations of 1945",
+ "Sergeant Mike",
+ "Seven Days Ashore",
+ "Seven Doors to Death",
+ "The Seventh Cross",
+ "Shadow of Suspicion",
+ "Shadows in the Night",
+ "Shake Hands with Murder",
+ "She's a Soldier Too",
+ "She's a Sweetheart",
+ "Sheriff of Las Vegas",
+ "Sheriff of Sundown",
+ "Shine On, Harvest Moon",
+ "Show Business",
+ "Signed Judgment",
+ "Silent Partner",
+ "Silver City Kid",
+ "Since You Went Away",
+ "Sing a Jingle",
+ "Sing, Neighbor, Sing",
+ "The Singing Sheriff",
+ "Slightly Terrific",
+ "Something for the Boys",
+ "Song of Nevada",
+ "Song of the Open Road",
+ "Song of Russia",
+ "Song of the Range",
+ "Sonora Stagecoach",
+ "The Soul of a Monster",
+ "South of Dixie",
+ "The Spider Woman",
+ "Spook Town",
+ "Stage Door Cartoon",
+ "Stagecoach to Monterey",
+ "Standing Room Only",
+ "Stars on Parade",
+ "Step Lively",
+ "Storm Over Lisbon",
+ "The Story of Dr. Wassell",
+ "Strange Affair",
+ "Strange Confession",
+ "Strangers in the Night",
+ "Summer Storm",
+ "Sunday Dinner for a Soldier",
+ "Sundown Valley",
+ "The Suspect",
+ "Sweet and Low-Down",
+ "Sweethearts of the U.S.A.",
+ "Swing Hostess",
+ "Swing in the Saddle",
+ "Swingtime Johnny",
+ "Tahiti Nights",
+ "Take It Big",
+ "Take It or Leave It",
+ "Tall in the Saddle",
+ "Tampico",
+ "Target for Today",
+ "Texas Masquerade",
+ "That's My Baby!",
+ "They Live in Fear",
+ "Thirty Seconds over Tokyo",
+ "This Is the Life",
+ "Thoroughbreds",
+ "The Three Caballeros",
+ "Three Is a Family",
+ "Three Little Sisters",
+ "Three of a Kind",
+ "Thundering Gun Slingers",
+ "Tick Tock Tuckered",
+ "The Tiger Woman",
+ "Till We Meet Again",
+ "Timber Queen",
+ "To Have and Have Not",
+ "Together Again",
+ "Tomorrow, the World!",
+ "The Town Went Wild",
+ "Trail to Gunsight",
+ "Trigger Law",
+ "Trigger Trail",
+ "Trocadero",
+ "Tucson Raiders",
+ "Tunisian Victory",
+ "Twilight on the Prairie",
+ "Two Girls and a Sailor",
+ "Two-Man Submarine",
+ "U-Boat Prisoner",
+ "The Uninvited",
+ "Uncertain Glory",
+ "The Unwritten Code",
+ "Up in Arms",
+ "Up in Mabel's Room",
+ "The Utah Kid",
+ "Valley of Vengeance",
+ "The Very Thought of You",
+ "Vigilantes of Dodge City",
+ "Voice in the Wind",
+ "Voodoo Man",
+ "Waterfront",
+ "A Wave, a WAC and a Marine",
+ "Week-End Pass",
+ "Weird Woman",
+ "West of the Rio Grande",
+ "Westward Bound",
+ "What a Man!",
+ "What Makes a Battle",
+ "What's Cookin' Doc?",
+ "When Strangers Marry",
+ "When the Lights Go on Again",
+ "The Whispering Skull",
+ "The Whistler",
+ "The White Cliffs of Dover",
+ "Wild Horse Phantom",
+ "Wilson",
+ "Wing and a Prayer",
+ "Winged Victory",
+ "With the Marines at Tarawa",
+ "The Woman in the Window",
+ "Wyoming Hurricane",
+ "The Yellow Rose of Texas",
+ "The Yoke's on Me",
+ "You Can't Ration Love",
+ "Youth Runs Wild",
+ "The Zoot Cat",
+ "Zorro's Black Whip",
+ "6th Marine Division on Okinawa",
+ "Abbott and Costello in Hollywood",
+ "Adventure",
+ "Adventures of Kitty O'Day",
+ "Adventures of Rusty",
+ "The Affairs of Susan",
+ "Allotment Wives",
+ "Along Came Jones",
+ "Along the Navajo Trail",
+ "An Angel Comes to Brooklyn",
+ "Anchors Aweigh",
+ "And Then There Were None",
+ "Apology for Murder",
+ "Appointment in Tokyo",
+ "Arson Squad",
+ "Back to Bataan",
+ "Bad Men of the Border",
+ "Bandits of the Badlands",
+ "The Battle of San Pietro",
+ "Bedside Manner",
+ "Behind City Lights",
+ "A Bell for Adano",
+ "Bells of Rosarita",
+ "The Bells of St. Mary's",
+ "Betrayal from the East",
+ "Between Two Women",
+ "Bewitched",
+ "Beyond the Pecos",
+ "The Big Show-Off",
+ "Black Market Babies",
+ "Blazing the Western Trail",
+ "Blonde from Brooklyn",
+ "Blonde Ransom",
+ "Blood on the Sun",
+ "The Body Snatcher",
+ "Booby Dupes",
+ "Border Badmen",
+ "Boston Blackie Booked on Suspicion",
+ "Boston Blackie's Rendezvous",
+ "Both Barrels Blazing",
+ "Brenda Starr, Reporter",
+ "Brewster's Millions",
+ "The Brighton Strangler",
+ "Bring on the Girls",
+ "The Bullfighters",
+ "Captain Eddie",
+ "The Captain from Köpenick",
+ "Captain Kidd",
+ "Captain Tugboat Annie",
+ "The Caribbean Mystery",
+ "The Cheaters",
+ "The Cherokee Flash",
+ "The Chicago Kid",
+ "China Sky",
+ "China's Little Devils",
+ "Christmas in Connecticut",
+ "Circumstantial Evidence",
+ "The Cisco Kid Returns",
+ "The Clock",
+ "Club Havana",
+ "Code of the Lawless",
+ "Colorado Pioneers",
+ "Come Out Fighting",
+ "Confidential Agent",
+ "Conflict",
+ "The Corn Is Green",
+ "Cornered",
+ "Corpus Christi Bandits",
+ "Counter-Attack",
+ "The Crime Doctor's Courage",
+ "Crime Doctor's Warning",
+ "Crime, Inc.",
+ "The Crimson Canary",
+ "Dakota",
+ "The Daltons Ride Again",
+ "Dangerous Intruder",
+ "Dangerous Partners",
+ "Danger Signal",
+ "Death Mills",
+ "Delightfully Dangerous",
+ "Detour",
+ "Diamond Horseshoe",
+ "Dick Tracy",
+ "Dillinger",
+ "Divorce",
+ "Docks of New York",
+ "Doll Face",
+ "The Dolly Sisters",
+ "Don Juan Quilligan",
+ "Don't Fence Me In",
+ "Draftee Daffy",
+ "Duffy's Tavern",
+ "Eadie Was a Lady",
+ "Earl Carroll Vanities",
+ "Easy to Look at",
+ "The Enchanted Cottage",
+ "The Enchanted Forest",
+ "Enemy of the Law",
+ "Escape in the Desert",
+ "Escape in the Fog",
+ "Eve Knew Her Apples",
+ "The Falcon in San Francisco",
+ "Fallen Angel",
+ "Fashion Model",
+ "The Fatal Witness",
+ "Federal Operator 99",
+ "Fighting Bill Carson",
+ "First Yank into Tokyo",
+ "Flame of Barbary Coast",
+ "Flame of the West",
+ "Flaming Bullets",
+ "Flirty Birdy",
+ "Fog Island",
+ "Follow That Woman",
+ "Forever Yours",
+ "The Friendly Ghost",
+ "Frisco Sal",
+ "Frontier Feud",
+ "Frontier Fugitives",
+ "Frontier Gal",
+ "The Frozen Ghost",
+ "Fury in the Pacific",
+ "A Game of Death",
+ "Gangs of the Waterfront",
+ "Gangster's Den",
+ "The Gay Senorita",
+ "G. I. Honeymoon",
+ "George White's Scandals",
+ "Getting Gertie's Garter",
+ "A Girl, A Gal and a Pal",
+ "The Girl of the Limberlost",
+ "Girls of the Big House",
+ "God Is My Co-Pilot",
+ "The Great Flamarion",
+ "The Great John L.",
+ "Great Stagecoach Robbery",
+ "Grissly's Millions",
+ "Guest Wife",
+ "Gun Smoke",
+ "A Guy, a Gal and a Pal",
+ "Hangover Square",
+ "Hare Tonic",
+ "Hare Trigger",
+ "Having Wonderful Crime",
+ "Here Come the Co-Eds",
+ "Here Is Germany",
+ "Her Highness and the Bellboy",
+ "Her Lucky Night",
+ "Herr Meets Hare",
+ "The Hidden Eye",
+ "High Powered",
+ "His Brother's Ghost",
+ "Hit the Hay",
+ "Hitchhike to Happiness",
+ "Hockey Homicide",
+ "Hold That Blonde",
+ "Hollywood and Vine",
+ "Honeymoon Ahead",
+ "The Horn Blows at Midnight",
+ "Hotel Berlin",
+ "The House I Live In",
+ "House of Dracula",
+ "The House on 92nd Street",
+ "How Do You Dooo?",
+ "I Love a Bandleader",
+ "I Love a Mystery",
+ "Identity Unknown",
+ "Idiots Deluxe",
+ "If a Body Meets a Body",
+ "I'll Remember April",
+ "I'll Tell the World",
+ "In Old New Mexico",
+ "Incendiary Blonde",
+ "Intelligence and the Japanese Civilian",
+ "Isle of the Dead",
+ "It Happened in Harlem",
+ "It's a Pleasure",
+ "It's in the Bag!",
+ "The Jade Mask",
+ "Jealousy",
+ "Johnny Angel",
+ "The Jungle Captive",
+ "Jungle Queen",
+ "Jungle Raiders",
+ "Junior Miss",
+ "Keep Your Powder Dry",
+ "The Kid Sister",
+ "Kiss and Tell",
+ "Kitty",
+ "Know Your Enemy: Japan",
+ "The Lady Confesses",
+ "Lady on a Train",
+ "The Last Bomb",
+ "Lawless Empire",
+ "Leave Her to Heaven",
+ "Leave It to Blondie",
+ "Let's Go Steady",
+ "Life with Blondie",
+ "Life with Feathers",
+ "Lightning Raiders",
+ "Lone Texas Ranger",
+ "Lonesome Trail",
+ "The Lost Trail",
+ "The Lost Weekend",
+ "Love, Honor and Goodbye",
+ "Love Letters",
+ "Main Street After Dark",
+ "Mama Loves Papa",
+ "Man Alive",
+ "The Man in Half Moon Street",
+ "The Man from Oklahoma",
+ "Manhunt of Mystery Island",
+ "The Man Who Walked Alone",
+ "Marked for Murder",
+ "Marshal of Laredo",
+ "Masquerade in Mexico",
+ "The Master Key",
+ "A Medal for Benny",
+ "Men in Her Diary",
+ "Mexicana",
+ "Micro-Phonies",
+ "Midnight Manhunt",
+ "Mildred Pierce",
+ "The Missing Corpse",
+ "Molly and Me",
+ "Mom and Dad",
+ "The Mouse Comes to Dinner",
+ "Mr. and Mrs. America",
+ "Mr. Muggs Rides Again",
+ "Murder, He Says",
+ "My Japan",
+ "My Name Is Julia Ross",
+ "Navajo Kid",
+ "The Navajo Trail",
+ "The Naughty Nineties",
+ "The Nazi Plan",
+ "Night Club Girl",
+ "Nob Hill",
+ "Northwest Trail",
+ "Objective, Burma!",
+ "Okinawa Bulletins",
+ "On Stage Everybody",
+ "Oregon Trail",
+ "Our Job in Japan",
+ "Our Vines Have Tender Grapes",
+ "Out of the Depths",
+ "Out of This World",
+ "Outlaws of the Rockies",
+ "Over 21",
+ "Pan-Americana",
+ "Pardon My Past",
+ "Paris Underground",
+ "Patrick the Great",
+ "Penthouse Rhythm",
+ "The Phantom of 42nd Street",
+ "Phantom of the Plains",
+ "The Phantom Speaks",
+ "The Picture of Dorian Gray",
+ "Pillow of Death",
+ "Pillow to Post",
+ "The Power of the Whistler",
+ "Prairie Rustlers",
+ "Pride of the Marines",
+ "Prison Ship",
+ "The Purple Monster Strikes",
+ "Pursuit to Algiers",
+ "Quiet Please!",
+ "Radio Stars on Parade",
+ "Remember These Faces",
+ "Renegades of the Rio Grand",
+ "The Return of the Durango Kid",
+ "Rhapsody in Blue",
+ "Rhythm Round-Up",
+ "Riders of the Dawn",
+ "River Gang",
+ "Road to Alcatraz",
+ "Rockin' in the Rockies",
+ "Rough Riders of Cheyenne",
+ "Rough Ridin' Justice",
+ "Roughly Speaking",
+ "Rough, Tough and Ready",
+ "A Royal Scandal",
+ "The Royal Mounted Rides Again",
+ "Rustlers' Hideout",
+ "Rustlers of the Badlands",
+ "Saddle Serenade",
+ "Sagebrush Heroes",
+ "Salome, Where She Danced",
+ "Saga of the Franklin",
+ "The Sailor Takes a Wife",
+ "Salty O'Rourke",
+ "San Antonio",
+ "Santa Fe Saddlemates",
+ "Saratoga Trunk",
+ "Scared Stiff",
+ "Scarlet Street",
+ "The Scarlet Clue",
+ "Scotland Yard Investigator",
+ "Secret Agent X-9",
+ "Secrets of a Sorority Girl",
+ "See My Lawyer",
+ "Senorita from the West",
+ "Sensation Hunters",
+ "Shadows of Death",
+ "Shadow of Terror",
+ "Shady Lady",
+ "The Shanghai Cobra",
+ "Sheriff of Cimarron",
+ "Sherlock Holmes and the House of Fear",
+ "She Gets Her Man",
+ "She Went to the Races",
+ "She Wouldn't Say Yes",
+ "Sing Me a Song of Texas",
+ "Sing Your Way Home",
+ "Snafu",
+ "Son of Lassie",
+ "A Song for Miss Julie",
+ "Song of Mexico",
+ "Song of Old Wyoming",
+ "Song of the Prairie",
+ "Song of the Sarong",
+ "A Song to Remember",
+ "South of the Rio Grande",
+ "The Southerner",
+ "The Spanish Main",
+ "Spellbound",
+ "The Spider",
+ "A Sporting Chance",
+ "Springtime in Texas",
+ "Stagecoach Outlaws",
+ "State Fair",
+ "Steppin' in Society",
+ "The Stilwell Road",
+ "The Stork Club",
+ "The Story of G.I. Joe",
+ "The Story of the 14th Air Force",
+ "The Strange Affair of Uncle Harry",
+ "Strange Confession",
+ "Strange Holiday",
+ "Strange Illusion",
+ "The Strange Mr. Gregory",
+ "Stranger from Santa Fe",
+ "Sudan",
+ "Sunbonnet Sue",
+ "Sunset in El Dorado",
+ "Swingin' on a Rainbow",
+ "Swing Out, Sister",
+ "Swing Shift Cinderella",
+ "A Tale of Two Mice",
+ "Target Invisible",
+ "Tarzan and the Amazons",
+ "Tee for Two",
+ "Tell It to a Star",
+ "Ten Cents a Dance",
+ "Texas Panhandle",
+ "That Night with You",
+ "That's the Spirit",
+ "There Goes Kelly",
+ "They Were Expendable",
+ "The Thin Man Goes Home",
+ "This Love of Ours",
+ "This Man's Navy",
+ "Those Endearing Young Charms",
+ "A Thousand and One Nights",
+ "The Three Caballeros",
+ "Three in the Saddle",
+ "Three Pests in a Mess",
+ "Three's a Crowd",
+ "Thrill of a Romance",
+ "Thunderhead, Son of Flicka",
+ "The Tiger Woman",
+ "To the Shores of Iwo Jima",
+ "Tonight and Every Night",
+ "Too Young to Know",
+ "Topaz",
+ "The Topeka Terror",
+ "The Town",
+ "Trail of Kit Carson",
+ "Trail to Vengeance",
+ "A Tree Grows in Brooklyn",
+ "Trouble Chasers",
+ "The True Glory",
+ "Twice Blessed",
+ "Two O'Clock Courage",
+ "Under Western Skies",
+ "The Unseen",
+ "Utah",
+ "The Valley of Decision",
+ "The Vampire's Ghost",
+ "Voice of the Whistler",
+ "Wagon Wheels Westward",
+ "A Walk in the Sun",
+ "Wanderer of the Wasteland",
+ "War Comes to America",
+ "Week-End at the Waldorf",
+ "West of the Pecos",
+ "What a Blonde",
+ "What Next, Corporal Hargrove?",
+ "Where Do We Go from Here?",
+ "White Pongo",
+ "Who's Guilty?",
+ "Why Girls Leave Home",
+ "Wildfire",
+ "Wings for This Man",
+ "Within These Walls",
+ "Without Love",
+ "The Woman in Green",
+ "The Woman Who Came Back",
+ "Wonder Man",
+ "Yolanda and the Thief",
+ "You Came Along",
+ "Your Job In Germany",
+ "Youth on Trial",
+ "Ziegfeld Follies",
+ "Zombies on Broadway",
+ "Abie's Irish Rose",
+ "Abilene Town",
+ "Accomplice",
+ "Affairs of Geraldine",
+ "Alias Billy the Kid",
+ "Alias Mr. Twilight",
+ "Ambush Trail",
+ "Angel on My Shoulder",
+ "Anna and the King of Siam",
+ "Avalanche",
+ "Baby Bottleneck",
+ "The Bachelor's Daughters",
+ "Bad Bascomb",
+ "Badman's Territory",
+ "The Bamboo Blonde",
+ "The Bandit of Sherwood Forest",
+ "Baseball Bugs",
+ "The Beast with Five Fingers",
+ "Beauty and the Bandit",
+ "Because of Him",
+ "Beer Barrel Polecats",
+ "Bedlam",
+ "Behind Green Lights",
+ "Behind the Mask",
+ "Below the Deadline",
+ "The Best Years of Our Lives",
+ "Betty Co-Ed",
+ "Beware",
+ "The Big Sleep",
+ "A Bird in the Head",
+ "Black Angel",
+ "Black Beauty",
+ "Blonde Alibi",
+ "Blonde for a Day",
+ "Blondie Knows Best",
+ "Blondie's Lucky Day",
+ "The Blue Dahlia",
+ "Blue Skies",
+ "Book Revue",
+ "Border Bandits",
+ "Boston Blackie and the Law",
+ "Bowery Bombshell",
+ "A Boy, a Girl and a Dog",
+ "Boys' Ranch",
+ "Breakfast in Hollywood",
+ "The Bride Wore Boots",
+ "Bringing Up Father",
+ "The Brute Man",
+ "Bunker Hill Bunny",
+ "California Gold Rush",
+ "Canyon Passage",
+ "The Caravan Trail",
+ "The Cat Concerto",
+ "The Cat Creeps",
+ "The Catman of Paris",
+ "Centennial Summer",
+ "The Chase",
+ "Chick Carter, Detective",
+ "Child of Divorce",
+ "Cinderella Jones",
+ "Claudia and David",
+ "Cloak and Dagger",
+ "A Close Call for Boston Blackie",
+ "Cluny Brown",
+ "The Cockeyed Miracle",
+ "Colonel Effingham's Raid",
+ "Colorado Serenade",
+ "Conquest of Cheyenne",
+ "Courage of Lassie",
+ "Cowboy Blues",
+ "Crack-Up",
+ "Crime Doctor's Man Hunt",
+ "Crime of the Century",
+ "Criminal Court",
+ "The Crimson Ghost",
+ "Cross My Heart",
+ "Cuban Pete",
+ "Danger Woman",
+ "Dangerous Business",
+ "Dangerous Millions",
+ "Dangerous Money",
+ "Danny Boy",
+ "Dark Alibi",
+ "The Dark Corner",
+ "The Dark Horse",
+ "The Dark Mirror",
+ "Daughter of Don Q",
+ "Days of Buffalo Bill",
+ "Deadline at Dawn",
+ "Deadline for Murder",
+ "Death Valley",
+ "Deception",
+ "Decoy",
+ "The Desert Horseman",
+ "Devil Bat's Daughter",
+ "The Devil's Mask",
+ "The Devil's Playground",
+ "Devotion",
+ "The Diary of a Chambermaid",
+ "Dick Tracy vs. Cueball",
+ "Ding Dong Williams",
+ "Don't Gamble with Strangers",
+ "Do You Love Me",
+ "Don Ricardo Returns",
+ "Down Missouri Way",
+ "Dragonwyck",
+ "Dressed to Kill",
+ "Drifting Along",
+ "Driftin' River",
+ "Duel in the Sun",
+ "Earl Carroll Sketchbook",
+ "Easy to Wed",
+ "The El Paso Kid",
+ "The Fabulous Suzanne",
+ "The Face of Marble",
+ "Faithful in My Fashion",
+ "The Falcon's Adventure",
+ "The Falcon's Alibi",
+ "Fear",
+ "The Fighting Frontiersman",
+ "The Fighting Guardsman",
+ "Flight to Nowhere",
+ "The Flying Serpent",
+ "Freddie Steps Out",
+ "The French Key",
+ "From This Day Forward",
+ "Frontier Gunlaw",
+ "G.I. Wanna Home",
+ "G.I. War Brides",
+ "Gallant Bess",
+ "Gallant Journey",
+ "Galloping Thunder",
+ "Gas House Kids",
+ "Gay Blades",
+ "The Gay Cavalier",
+ "Genius at Work",
+ "The Gentleman from Texas",
+ "Gentleman Joe Palooka",
+ "The Gentleman Misbehaves",
+ "Gentlemen with Guns",
+ "Ghost of Hidden Valley",
+ "Gilda",
+ "Ginger",
+ "Girl on the Spot",
+ "The Glass Alibi",
+ "God's Country",
+ "The Great Morgan",
+ "The Green Years",
+ "Gun Town",
+ "Gunman's Code",
+ "Gunning for Vengeance",
+ "A Guy Could Change",
+ "Hair-Raising Hare",
+ "Hare Remover",
+ "The Haunted Mine",
+ "The Harvey Girls",
+ "Heading West",
+ "Heartbeat",
+ "Heldorado",
+ "Her Adventurous Night",
+ "Her Kind of Man",
+ "Her Sister's Secret",
+ "High School Hero",
+ "Holiday in Mexico",
+ "Home in Oklahoma",
+ "Home on the Range",
+ "Home Sweet Homicide",
+ "The Hoodlum Saint",
+ "Hop Harrigan",
+ "Hot Cargo",
+ "House of Horrors",
+ "Humoresque",
+ "I Ring Doorbells",
+ "Idea Girl",
+ "If I'm Lucky",
+ "In Fast Company",
+ "In Old Sacramento",
+ "The Inner Circle",
+ "Inside Job",
+ "The Invisible Informer",
+ "It's Great to Be Young",
+ "It's a Wonderful Life",
+ "It Shouldn't Happen to a Dog",
+ "I've Always Loved You",
+ "The James Brothers of Missouri",
+ "Janie Gets Married",
+ "Joe Palooka, Champ",
+ "Johnny Comes Flying Home",
+ "The Jolson Story",
+ "Junior Prom",
+ "Just Before Dawn",
+ "The Kid from Brooklyn",
+ "The Killers",
+ "King of the Forest Rangers",
+ "Kitty Kornered",
+ "Lady Chaser",
+ "Lady Luck",
+ "Landrush",
+ "Larceny in Her Heart",
+ "The Last Crooked Mile",
+ "Lawless Breed",
+ "A Letter for Evie",
+ "Little Giant",
+ "Little Iodine",
+ "Little Miss Big",
+ "Little Mister Jim",
+ "Live Wires",
+ "The Locket",
+ "Lone Star Moonlight",
+ "Lost City of the Jungle",
+ "Love Laughs at Andy Hardy",
+ "Lover Come Back",
+ "The Madonna's Secret",
+ "Magnificent Doll",
+ "The Magnificent Rogue",
+ "Make Mine Music",
+ "Man from Rainbow Valley",
+ "The Man Who Dared",
+ "Margie",
+ "The Mask of Diijon",
+ "Meet Me on Broadway",
+ "The Milky Waif",
+ "The Missing Lady",
+ "Miss Susie Slagle's",
+ "Monkey Businessmen",
+ "Monsieur Beaucaire",
+ "Moon Over Montana",
+ "Mr. Ace",
+ "Mr. Hex",
+ "Murder in the Music Hall",
+ "Murder Is My Business",
+ "My Darling Clementine",
+ "My Dog Shep",
+ "My Pal Trigger",
+ "My Reputation",
+ "Mysterious Intruder",
+ "The Mysterious Mr. M",
+ "The Mysterious Mr. Valentine",
+ "Never Say Goodbye",
+ "Night and Day",
+ "Night Editor",
+ "A Night in Casablanca",
+ "Night in Paradise",
+ "Night Train to Memphis",
+ "Nobody Lives Forever",
+ "Nocturne",
+ "No Leave, No Love",
+ "Notorious",
+ "The Notorious Lone Wolf",
+ "Of Human Bondage",
+ "One Exciting Week",
+ "One More Tomorrow",
+ "One Way to Love",
+ "O.S.S.",
+ "Our Hearts Were Growing Up",
+ "Out California Way",
+ "Outlaws of the Plains",
+ "Overland Riders",
+ "Partners in Time",
+ "Passkey to Danger",
+ "People Are Funny",
+ "Perilous Holiday",
+ "Personality Kid",
+ "The Phantom Rider",
+ "The Phantom Thief",
+ "Plainsman and the Lady",
+ "The Postman Always Rings Twice",
+ "Prairie Badmen",
+ "Quentin Quail",
+ "Queen of Burlesque",
+ "Racketeer Rabbit",
+ "Rainbow Over Texas",
+ "The Razor's Edge",
+ "The Red Dragon",
+ "Red River Renegades",
+ "Rendezvous with Annie",
+ "Rendezvous 24",
+ "Renegade Girl",
+ "Renegades",
+ "The Return of Monte Cristo",
+ "The Return of Rusty",
+ "Rhapsody Rabbit",
+ "Rhythm and Weep",
+ "Rio Grande Raiders",
+ "Riverboat Rhythm",
+ "Road to Utopia",
+ "Roaring Rangers",
+ "Roll on Texas Moon",
+ "Rolling Home",
+ "Romance of the West'",
+ "The Runaround",
+ "Rustler's Round-up",
+ "San Quentin",
+ "Santa Fe Uprising",
+ "A Scandal in Paris",
+ "The Scarlet Horseman",
+ "The Searching Wind",
+ "The Secret Heart",
+ "The Secret of the Whistler",
+ "Sentimental Journey",
+ "Shadow of a Woman",
+ "Shadowed",
+ "The Shadow Returns",
+ "Shadows on the Range",
+ "Shadows Over Chinatown",
+ "She-Wolf of London",
+ "She Wrote the Book",
+ "Sheriff of Redwood Valley",
+ "Shock",
+ "The Show-Off",
+ "Silver Range",
+ "Sing While You Dance",
+ "Singing on the Trail",
+ "Singin' in the Corn",
+ "Sioux City Sue",
+ "Sister Kenny",
+ "Six Gun Man",
+ "Slightly Scandalous",
+ "Smoky",
+ "Smooth as Silk",
+ "So Dark the Night",
+ "So Goes My Love",
+ "Solid Serenade",
+ "Somewhere in the Night",
+ "Song of Arizona",
+ "Song of the Sierras",
+ "Song of the South",
+ "South of Monterey",
+ "Special Delivery",
+ "Specter of the Rose",
+ "The Spider Woman Strikes Back",
+ "Spook Busters",
+ "The Spiral Staircase",
+ "Springtime for Thomas",
+ "Stagecoach to Denver",
+ "Stars Over Texas",
+ "Step by Step",
+ "A Stolen Life",
+ "Strange Conquest",
+ "Strange Impersonation",
+ "Strange Journey",
+ "The Strange Love of Martha Ivers",
+ "Strange Voyage",
+ "The Stranger",
+ "Strange Triangle",
+ "The Strange Woman",
+ "Strangler of the Swamp",
+ "Sun Valley Cyclone",
+ "Sunset Pass",
+ "Susie Steps Out",
+ "Suspense",
+ "Swamp Fire",
+ "Sweetheart of Sigma Chi",
+ "Swell Guy",
+ "Swing, Cowboy, Swing",
+ "Swing Parade of 1946",
+ "A Tale of Two Cities",
+ "Talk About a Lady",
+ "Tangier",
+ "Tars and Spars",
+ "Tarzan and the Leopard Woman",
+ "Temptation",
+ "Terror by Night",
+ "Terror Trail",
+ "Terrors on Horseback",
+ "That Brennan Girl",
+ "That Justice Be Done",
+ "That Texas Jamboree",
+ "They Made Me a Killer",
+ "Three Little Girls in Blue",
+ "Three Little Pirates",
+ "Three Loan Wolves",
+ "Three Strangers",
+ "The Three Troubledoers",
+ "Three Wise Fools",
+ "The Thrill of Brazil",
+ "Throw a Saddle on a Star",
+ "Thunder Town",
+ "Till the Clouds Roll By",
+ "Till the End of Time",
+ "The Time of Their Lives",
+ "The Time, the Place and the Girl",
+ "To Each His Own",
+ "Tokyo Rose",
+ "Tomorrow Is Forever",
+ "Traffic in Crime",
+ "Trail to Mexico",
+ "The Trap",
+ "Trap Happy",
+ "Trigger Fingers",
+ "The Truth About Murder",
+ "Tumbleweed Trail",
+ "Two-Fisted Stranger",
+ "Two Guys from Milwaukee",
+ "Two Sisters from Boston",
+ "Two Smart People",
+ "Two Years Before the Mast",
+ "Under Arizona Skies",
+ "Under Nevada Skies",
+ "Undercurrent",
+ "Uncivil War Birds",
+ "The Undercover Woman",
+ "The Unknown",
+ "Up Goes Maisie",
+ "Vacation in Reno",
+ "Valley of the Zombies",
+ "The Verdict",
+ "The Virginian",
+ "Wake Up and Dream",
+ "Walky Talky Hawky",
+ "The Walls Came Tumbling Down",
+ "The Well-Groomed Bride",
+ "West of the Alamo",
+ "Whistle Stop",
+ "White Tie and Tails",
+ "The Wife of Monte Cristo",
+ "Wife Wanted",
+ "Wild Beauty",
+ "Wild West",
+ "Winter Wonderland",
+ "Without Reservations",
+ "The Yearling",
+ "Young Widow",
+ "13 Rue Madeleine",
+ "Adventure Island",
+ "The Adventures of Don Coyote",
+ "Along the Oregon Trail",
+ "Always Together",
+ "Angel and the Badman",
+ "Apache Rose",
+ "The Arnelo Affair",
+ "The Bachelor and the Bobby-Soxer",
+ "Backlash",
+ "Bandits of Dark Canyon",
+ "Banjo",
+ "Beat the Band",
+ "The Beginning or the End",
+ "Bells of San Angelo",
+ "Bells of San Fernando",
+ "The Big Fix",
+ "Big Town",
+ "Big Town After Dark",
+ "The Bishop's Wife",
+ "Black Gold",
+ "Black Hills",
+ "The Black Widow",
+ "Blackmail",
+ "Blaze of Noon",
+ "Blind Spot",
+ "Blonde Savage",
+ "Blondie's Anniversary",
+ "Blondie's Big Moment",
+ "Blondie's Holiday",
+ "Blondie in the Dough",
+ "Body and Soul",
+ "Boomerang",
+ "Border Feud",
+ "Born to Kill",
+ "Born to Speed",
+ "Bowery Buckaroos",
+ "The Brasher Doubloon",
+ "Brick Bradford",
+ "Brute Force",
+ "Buck Privates Come Home",
+ "Buckaroo from Powder River",
+ "Buffalo Bill Rides Again",
+ "Bulldog Drummond at Bay",
+ "Bulldog Drummond Strikes Back",
+ "The Burning Cross",
+ "Bury Me Dead",
+ "Bush Pilot",
+ "Calcutta",
+ "Calendar Girl",
+ "California",
+ "Captain from Castile",
+ "Carnegie Hall",
+ "Carnival in Costa Rica",
+ "Cass Timberlane",
+ "Cat Fishin'",
+ "Cheyenne",
+ "Cheyenne Takes Over",
+ "The Chinese Ring",
+ "Christmas Eve",
+ "Cigarrette Girl",
+ "Code of the Saddle",
+ "Code of the West",
+ "Copacabana",
+ "The Corpse Came C.O.D.",
+ "The Crime Doctor's Gamble",
+ "The Crimson Key",
+ "Crossfire",
+ "Cry Wolf",
+ "Curley",
+ "Cynthia",
+ "Daisy Kenyon",
+ "Danger Street",
+ "Dangerous Venture",
+ "Dangerous Years",
+ "Dark Delusion",
+ "Dark Passage",
+ "Dead Reckoning",
+ "Dear Ruth",
+ "Deep Valley",
+ "Desert Fury",
+ "Desire Me",
+ "Desperate",
+ "Devil Ship",
+ "The Devil Thumbs a Ride",
+ "The Devil on Wheels",
+ "Dick Tracy Meets Gruesome",
+ "Dick Tracy's Dilemma",
+ "Dishonored Lady",
+ "Don't Be a Sucker",
+ "A Double Life",
+ "Down to Earth",
+ "Dr. Jekyll and Mr. Mouse",
+ "Dragnet",
+ "Dreams That Money Can Buy",
+ "Driftwood",
+ "Easter Yeggs",
+ "Easy Come, Easy Go",
+ "The Egg and I",
+ "Escape Me Never",
+ "The Exile",
+ "Exposed",
+ "The Fabulous Dorseys",
+ "The Fabulous Joe",
+ "The Fabulous Texan",
+ "Fall Guy",
+ "The Farmer's Daughter",
+ "Fear in the Night",
+ "Fiesta",
+ "The Fighting Vigilantes",
+ "Fireworks",
+ "The Flame",
+ "Flashing Guns",
+ "Fool's Gold",
+ "For the Love of Rusty",
+ "Forever Amber",
+ "For You I Die",
+ "The Foxes of Harrow",
+ "Framed",
+ "The Fugitive",
+ "Fun and Fancy Free",
+ "Fun on a Weekend",
+ "The Gangster",
+ "Gas House Kids Go West",
+ "Gas House Kids in Hollywood",
+ "Gentleman's Agreement",
+ "The Ghost and Mrs. Muir",
+ "The Ghost Goes Wild",
+ "Ghost Town Renegades",
+ "Golden Earrings",
+ "Good News",
+ "Green Dolphin Street",
+ "The Guilt of Janet Ames",
+ "The Guilty",
+ "Gunfighters",
+ "Gun Talk",
+ "Half-Wits Holiday",
+ "Hard Boiled Mahoney",
+ "Heading for Heaven",
+ "Heartaches",
+ "Heaven Only Knows",
+ "Her Husband's Affairs",
+ "Hi-De-Ho",
+ "High Barbaree",
+ "High Conquest",
+ "High Tide",
+ "High Wall",
+ "Hit Parade of 1947",
+ "Hold That Lion!",
+ "Hollywood Barn Dance",
+ "Homesteaders of Paradise Valley",
+ "The Homestretch",
+ "Honeymoon",
+ "Hoppy's Holiday",
+ "The Hucksters",
+ "I Cover Big Town",
+ "If Winter Comes",
+ "I'll Be Yours",
+ "The Imperfect Lady",
+ "Intrigue",
+ "The Invisible Mouse",
+ "The Invisible Wall",
+ "It Had to Be You",
+ "It Happened in Brooklyn",
+ "It Happened on 5th Avenue",
+ "It's a Joke, Son!",
+ "Ivy",
+ "I Wonder Who's Kissing Her Now",
+ "Jesse James Rides Again",
+ "Jewels of Brandenburg",
+ "Jiggs and Maggie in Society",
+ "Joe Palooka in the Knockout",
+ "Johnny O'Clock",
+ "Jungle Flight",
+ "Keeper of the Bees",
+ "Key Witness",
+ "Killer at Large",
+ "Killer Dill",
+ "Killer McCoy",
+ "Kilroy Was Here",
+ "King-Size Canary",
+ "Kiss of Death",
+ "King of the Bandits",
+ "King of the Wild Horses",
+ "Ladies' Man",
+ "The Lady from Shanghai",
+ "Lady in the Lake",
+ "Land of the Lawless",
+ "Last Days of Boot Hill",
+ "Last Frontier Uprising",
+ "Last of the Redskins",
+ "The Last Round-Up",
+ "The Late George Apley",
+ "The Law Comes to Gunsight",
+ "Law of the Canyon",
+ "Law of the Lash",
+ "Life with Father",
+ "Lighthouse",
+ "A Likely Story",
+ "Linda, Be Good",
+ "Little Miss Broadway",
+ "Living in a Big Way",
+ "Louisiana",
+ "The Lone Hand Texan",
+ "The Lone Wolf in London'",
+ "The Lone Wolf in Mexico",
+ "The Long Night",
+ "Lost Honeymoon",
+ "The Lost Moment",
+ "Love and Learn",
+ "Love from a Stranger",
+ "Lured",
+ "The Macomber Affair",
+ "Magic Town",
+ "The Man I Love",
+ "The Marauders",
+ "Marshal of Cripple Creek",
+ "Merton of the Movies",
+ "The Michigan Kid",
+ "The Mighty McGurk",
+ "The Millerson Case",
+ "Millie's Daughter",
+ "Miracle on 34th Street",
+ "Monsieur Verdoux",
+ "Moss Rose",
+ "Mother Wore Tights",
+ "Motion Painting No. 1",
+ "Mourning Becomes Electra",
+ "A Mouse in the House",
+ "Mr. District Attorney",
+ "My Brother Talks to Horses",
+ "My Favorite Brunette",
+ "My Wild Irish Rose",
+ "New Orleans",
+ "News Hounds",
+ "Nightmare Alley",
+ "Nora Prentiss",
+ "Northwest Outpost",
+ "On the Old Spanish Trail",
+ "Oregon Trail Scouts",
+ "The Other Love",
+ "Out of the Blue",
+ "Out of the Past",
+ "Over the Santa Fe Trail",
+ "The Paradine Case",
+ "Part Time Pal",
+ "The Perfect Marriage",
+ "The Perils of Pauline",
+ "A Pest in the House",
+ "Philo Vance's Gamble",
+ "Philo Vance Returns",
+ "Philo Vance's Secret Mission",
+ "The Pilgrim Lady",
+ "Pioneer Justice",
+ "Pirates of Monterey",
+ "Possessed",
+ "The Prairie",
+ "Prairie Express",
+ "Prairie Raiders",
+ "The Pretender",
+ "The Private Affairs of Bel Ami",
+ "Pursued",
+ "Queen of the Amazons",
+ "Raiders of the South",
+ "Railroaded!",
+ "Rainbow Over the Rockies",
+ "Ramrod",
+ "Range Beyond the Blue",
+ "The Red House",
+ "The Red Stallion",
+ "Repeat Performance",
+ "Return of the Lash",
+ "The Return of Rin Tin Tin",
+ "Ride the Pink Horse",
+ "Riders of the Lone Star",
+ "Ridin' Down the Trail",
+ "Riding the California Trail",
+ "Riffraff",
+ "Road to the Big House",
+ "Road to Rio",
+ "Robin Hood of Monterey",
+ "Robin Hood of Texas",
+ "The Romance of Rosy Ridge",
+ "Roses Are Red",
+ "Rose of Santa Rosa",
+ "Rustlers of Devil's Canyon",
+ "Saddle Pals",
+ "Salt Water Tabby",
+ "Sarge Goes to College",
+ "Scared to Death",
+ "Scent-imental Over You",
+ "The Sea of Grass",
+ "Second Chance",
+ "The Secret Life of Walter Mitty",
+ "The Senator Was Indiscreet",
+ "Seven Keys to Baldpate",
+ "Seven Were Saved",
+ "Shadow Valley",
+ "The Shocking Miss Pilgrim",
+ "Shoot to Kill",
+ "The Sin of Harold Diddlebock",
+ "Sinbad the Sailor",
+ "Sing a Song of Six Pants",
+ "Singapore",
+ "Six-Gun Serenade",
+ "Slave Girl",
+ "Slick Hare",
+ "Smash-Up, the Story of a Woman",
+ "Smoky River Serenade",
+ "Something in the Wind",
+ "The Son of Rusty",
+ "Son of Zorro",
+ "Song of Love",
+ "Song of Scheherazade",
+ "Song of the Wasteland",
+ "Song of the Thin Man",
+ "South of the Chisholm Trail",
+ "The Spirit of West Point",
+ "Spoilers of the North",
+ "Sport of Kings",
+ "Springtime in the Sierras",
+ "Stage to Mesa City",
+ "Stallion Road",
+ "Stepchild",
+ "Stork Bites Man",
+ "The Stranger from Ponca City",
+ "Suddenly, It's Spring",
+ "Sweet Genevieve",
+ "Swing the Western Way",
+ "Tarzan and the Huntress",
+ "T-Men",
+ "That Hagen Girl",
+ "That's My Gal",
+ "That's My Man",
+ "That Way with Women",
+ "They Won't Believe Me",
+ "The Thirteenth Hour",
+ "This Time for Keeps",
+ "Three on a Ticket",
+ "Thunderbolt",
+ "Thunder in the Valley",
+ "Thunder Mountain",
+ "Time Out of Mind",
+ "Too Many Winners",
+ "Trail of the Mounties",
+ "Trail Street",
+ "Trail to San Antone",
+ "Trailing Danger",
+ "The Trespasser",
+ "The Trouble with Women",
+ "Tubby the Tuba",
+ "Tweetie Pie",
+ "Twilight on the Rio Grande",
+ "Two Blondes and a Redhead",
+ "The Two Mrs. Carrolls",
+ "Tycoon",
+ "Unconquered",
+ "Under Colorado Skies",
+ "Under the Tonto Rim",
+ "Undercover Maisie",
+ "Unexpected Guest",
+ "The Unfaithful",
+ "The Unfinished Dance",
+ "The Unsuspected",
+ "Untamed Fury",
+ "Vacation Days",
+ "Valley of Fear",
+ "Variety Girl",
+ "The Velvet Touch",
+ "The Vigilante",
+ "Vigilantes of Boomtown",
+ "The Vigilantes Return",
+ "Violence",
+ "The Voice of the Turtle",
+ "The Web",
+ "Web of Danger",
+ "Welcome Stranger",
+ "West of Dodge City",
+ "West to Glory",
+ "When a Girl's Beautiful",
+ "Where There's Life",
+ "Whispering City",
+ "Wild Country",
+ "The Wild Frontier",
+ "Wild Harvest",
+ "Wild Horse Mesa",
+ "The Wistful Widow of Wagon Gap",
+ "The Woman on the Beach",
+ "Wyoming",
+ "Yankee Fakir",
+ "3 Godfathers",
+ "13 Lead Soldiers",
+ "A-Lad-In His Lamp",
+ "Abbott and Costello Meet Frankenstein",
+ "An Act of Murder",
+ "Act of Violence",
+ "Adventures in Silverado",
+ "Adventures of Don Juan",
+ "Adventures of Frank and Jesse James",
+ "Adventures of Gallant Bess",
+ "Albuquerque",
+ "Alias a Gentleman",
+ "All My Sons",
+ "The Amazing Mr. X",
+ "Angel in Exile",
+ "Angel on the Amazon",
+ "Angels' Alley",
+ "Another Part of the Forest",
+ "Apartment for Peggy",
+ "Appointment with Murder",
+ "April Showers",
+ "Arch of Triumph",
+ "Are You with It?",
+ "The Argyle Secrets",
+ "The Arizona Ranger",
+ "The Arkansas Swing",
+ "Arthur Takes Over",
+ "Assigned to Danger",
+ "B.F.'s Daughter",
+ "The Babe Ruth Story",
+ "Back Trail",
+ "Behind Locked Doors",
+ "Belle Starr's Daughter",
+ "Berlin Express",
+ "Best Man Wins",
+ "Beyond Glory",
+ "Big City",
+ "The Big Clock",
+ "The Big Punch",
+ "Big Town Scandal",
+ "Bill and Coo",
+ "The Black Arrow",
+ "Black Bart",
+ "Black Eagle",
+ "Blazing Across the Pecos",
+ "Blonde Ice",
+ "Blondie's Reward",
+ "Blondie's Secret",
+ "Blood on the Moon",
+ "Bob and Sally",
+ "Bodyguard",
+ "The Bold Frontiersman",
+ "Borrowed Trouble",
+ "The Boy with Green Hair",
+ "The Bride Goes Wild",
+ "Brideless Groom",
+ "Buccaneer Bunny",
+ "Bugs Bunny Rides Again",
+ "Bungalow 13",
+ "Caged Fury",
+ "California Firebrand",
+ "Call Northside 777",
+ "Campus Honeymoon",
+ "Campus Sleuth",
+ "Canon City",
+ "Carson City Raiders",
+ "Casbah",
+ "The Challenge",
+ "The Checkered Coat",
+ "Check Your Guns",
+ "The Chicken of Tomorrow",
+ "Close-Up",
+ "The Cobra Strikes",
+ "Command Decision",
+ "Congo Bill",
+ "Coroner Creek",
+ "The Counterfeiters",
+ "The Countess of Monte Cristo",
+ "Courtin' Trouble",
+ "Cowboy Cavalier",
+ "The Creeper",
+ "Crossed Trails",
+ "Cry of the City",
+ "Dangers of the Canadian Mounted",
+ "Daredevils of the Clouds",
+ "The Dark Past",
+ "A Date with Judy",
+ "The Dead Don't Dream",
+ "Dead Man's Gold",
+ "Deadline",
+ "The Decision of Christopher Blake",
+ "Deep Waters",
+ "The Denver Kid",
+ "Desperadoes of Dodge City",
+ "Devil's Cargo",
+ "Disaster",
+ "Docks of New Orleans",
+ "Dream Girl",
+ "The Dude Goes West",
+ "Easter Parade",
+ "El Dorado Pass",
+ "Embraceable You",
+ "The Emperor Waltz",
+ "The Enchanted Valley",
+ "Enchantment",
+ "Escape",
+ "Every Girl Should Be Married",
+ "Eyes of Texas",
+ "False Paradise",
+ "The Far Frontier",
+ "A Feather in His Hare",
+ "The Feathered Serpent",
+ "Feudin', Fussin' and A-Fightin'",
+ "Fiddlers Three",
+ "Fighter Squadron",
+ "Fighting Back",
+ "Fighting Father Dunne",
+ "Fighting Mustang",
+ "The Fighting Ranger",
+ "Force of Evil",
+ "A Foreign Affair",
+ "For the Love of Mary",
+ "Fort Apache",
+ "Four Faces West",
+ "French Leave",
+ "Frontier Agent",
+ "Frontier Revenge",
+ "The Fuller Brush Man",
+ "Fury at Furnace Creek",
+ "The Gallant Blade",
+ "The Gallant Legion",
+ "The Gay Intruders",
+ "The Gay Ranchero",
+ "G-Men Never Forget",
+ "The Gentleman from Nowhere",
+ "The Girl from Manhattan",
+ "Give My Regards to Broadway",
+ "Glamour Girl",
+ "The Golden Eye",
+ "Good Sam",
+ "Gorilla My Dreams",
+ "Grand Canyon Trail",
+ "Green Grass of Wyoming",
+ "The Green Promise",
+ "Gunning for Justice",
+ "Guns of Hate",
+ "Gun Smugglers",
+ "Half Past Midnight",
+ "Haredevil Hare",
+ "Harpoon",
+ "Hatch Up Your Troubles",
+ "The Hawk of Powder River",
+ "Hazard",
+ "Heart of Virginia",
+ "Here Comes Trouble",
+ "He Walked by Night",
+ "Hidden Danger",
+ "Highway 13",
+ "Hills of Home",
+ "Hollow Triumph",
+ "Homecoming",
+ "Homicide for Three",
+ "Hop, Look and Listen",
+ "Hot Cross Bunny",
+ "The Hunted",
+ "I, Jane Doe",
+ "I Love Trouble",
+ "I Remember Mama",
+ "I Surrender Dear",
+ "I Taw a Putty Tat",
+ "I Walk Alone",
+ "I Wouldn't Be in Your Shoes",
+ "If You Knew Susie",
+ "In This Corner",
+ "Indian Agent",
+ "Inner Sanctum",
+ "An Innocent Affair",
+ "The Inside Story",
+ "The Iron Curtain",
+ "Isn't It Romantic?",
+ "Jiggs and Maggie in Court",
+ "Jinx Money",
+ "Joan of Arc",
+ "Joe Palooka in Fighting Mad",
+ "Joe Palooka in Winner Take All",
+ "Johnny Appleseed",
+ "Johnny Belinda",
+ "Julia Misbehaves",
+ "June Bride",
+ "Jungle Goddess",
+ "Jungle Jim",
+ "Jungle Patrol",
+ "Key Largo",
+ "Kidnapped",
+ "King of the Gamblers",
+ "Kiss the Blood Off My Hands",
+ "The Kissing Bandit",
+ "Kitty Foiled",
+ "Ladies of the Chorus",
+ "Lady at Midnight",
+ "Larceny",
+ "Last of the Wild Horses",
+ "Leather Gloves",
+ "Let's Live Again",
+ "Let's Live a Little",
+ "Letter from an Unknown Woman",
+ "Lightnin' in the Forest",
+ "The Little Orphan",
+ "Loaded Pistols",
+ "Louisiana Story",
+ "The Loves of Carmen",
+ "The Luck of the Irish",
+ "Lulu Belle",
+ "Luxury Liner",
+ "Macbeth",
+ "Madonna of the Desert",
+ "The Main Street Kid",
+ "The Man from Colorado",
+ "The Man from Texas",
+ "Man-Eater of Kumaon",
+ "Mark of the Lash",
+ "Marshal of Amarillo",
+ "Mary Lou",
+ "The Mating of Millie",
+ "Melody Time",
+ "Mexican Hayride",
+ "Michael O'Halloran",
+ "Mickey",
+ "Million Dollar Weekend",
+ "Miracle in Harlem",
+ "The Miracle of the Bells",
+ "Miraculous Journey",
+ "Miss Tatlock's Millions",
+ "Money Madness",
+ "Moonrise",
+ "Mouse Cleaning",
+ "Music Man",
+ "Mr. Blandings Builds His Dream House",
+ "Mr. Peabody and the Mermaid",
+ "Mr. Reckless",
+ "My Bunny Lies Over The Sea",
+ "My Dear Secretary",
+ "My Dog Rusty",
+ "My Girl Tisa",
+ "Mystery in Mexico",
+ "The Naked City",
+ "Night Has a Thousand Eyes",
+ "Night Song",
+ "Night Time in Nevada",
+ "Night Wind",
+ "No Minor Vices",
+ "The Noose Hangs High",
+ "Northwest Stampede",
+ "Oklahoma Badlands",
+ "Oklahoma Blues",
+ "Old Los Angeles",
+ "Old Rockin' Chair Tom",
+ "On an Island with You",
+ "One Sunday Afternoon",
+ "One Touch of Venus",
+ "On Our Merry Way",
+ "Open Secret",
+ "Out of the Storm",
+ "Outlaw Brand",
+ "Overland Trails",
+ "The Paleface",
+ "Panhandle",
+ "Parole, Inc.",
+ "Partners of the Sunset",
+ "Perilous Waters",
+ "Phantom Valley",
+ "The Pirate",
+ "Pitfall",
+ "The Plunderers",
+ "Polka-Dot Puss",
+ "Port Said",
+ "Portrait of Jennie",
+ "The Prince of Thieves",
+ "Professor Tom",
+ "Quick on the Trigger",
+ "Race Street",
+ "Rachel and the Stranger",
+ "Racing Luck",
+ "Range Renegades",
+ "The Rangers Ride",
+ "Raw Deal",
+ "Red River",
+ "Relentless",
+ "Renegades of Sonora",
+ "Return of the Bad Men",
+ "The Return of October",
+ "The Return of the Whistler",
+ "The Return of Wildfire",
+ "River Lady",
+ "Road House",
+ "Rocky",
+ "Rogues' Regiment",
+ "Romance on the High Seas",
+ "Rope",
+ "Rusty Leads the Way",
+ "Ruthless",
+ "Saigon",
+ "The Sainted Sisters",
+ "The Saxon Charm",
+ "Scaredy Cat",
+ "Scudda Hoo! Scudda Hay!",
+ "Sealed Verdict",
+ "The Search",
+ "Secret Beyond the Door...",
+ "Secret Service Investigator",
+ "Shaggy",
+ "Shanghai Chest",
+ "Shed No Tears",
+ "Shep Comes Home",
+ "The Sheriff of Medicine Bow",
+ "The Sign of the Ram",
+ "Silent Conflict",
+ "Silver River",
+ "Silver Trails",
+ "Singin' Spurs",
+ "Sinister Journey",
+ "Sitting Pretty",
+ "Six-Gun Law",
+ "Sixteen Fathoms Deep",
+ "Sleep, My Love",
+ "Slippy McGee",
+ "Smart Girls Don't Talk",
+ "Smart Politics",
+ "Smart Woman",
+ "Smoky Mountain Melody",
+ "Smugglers' Cove",
+ "The Snake Pit",
+ "So Evil My Love",
+ "So This Is New York",
+ "Sofia",
+ "Son of God's Country",
+ "A Song Is Born",
+ "Song of the Drifter",
+ "Song of Idaho",
+ "Song of My Heart",
+ "Sons of Adventure",
+ "Sorry, Wrong Number",
+ "A Southern Yankee",
+ "Speed to Spare",
+ "Stage Struck",
+ "State of the Union",
+ "Station West",
+ "Strange Gamble",
+ "The Strange Mrs. Crane",
+ "The Strawberry Roan",
+ "Street Corner",
+ "The Street with No Name",
+ "Strike It Rich",
+ "Summer Holiday",
+ "Sundown in Santa Fe",
+ "Sunset Carson Rides Again",
+ "Superman",
+ "Sword of the Avenger",
+ "The Swordsman",
+ "Tap Roots",
+ "Tarzan and the Mermaids",
+ "The Tender Years",
+ "Tenth Avenue Angel",
+ "Test Tube Babies",
+ "Texas, Brooklyn and Heaven",
+ "Tex Granger",
+ "That Lady in Ermine",
+ "That Wonderful Urge",
+ "They Live by Night",
+ "Three Daring Daughters",
+ "The Three Musketeers",
+ "Thunder in the Pines",
+ "Thunderhoof",
+ "The Tioga Kid",
+ "The Timber Trail",
+ "The Time of Your Life",
+ "To the Ends of the Earth",
+ "To the Victor",
+ "Tornado Range",
+ "Trail to Laredo",
+ "Train to Alcatraz",
+ "Trapped by Boston Blackie",
+ "The Treasure of the Sierra Madre",
+ "Triggerman",
+ "Triple Threat",
+ "Trouble Makers",
+ "The Truce Hurts",
+ "Trouble Preferred",
+ "Two Guys from Texas",
+ "Under California Stars",
+ "Unfaithfully Yours",
+ "Unknown Island",
+ "The Untamed Breed",
+ "Up in Central Park",
+ "The Valiant Hombre",
+ "The Velvet Touch",
+ "The Vicious Circle",
+ "Wake of the Red Witch",
+ "Walk a Crooked Mile",
+ "Wallflower",
+ "The Walls of Jericho",
+ "Waterfront at Midnight",
+ "West of Sonora",
+ "Western Heritage",
+ "The Westward Trail",
+ "When My Baby Smiles at Me",
+ "Whiplash",
+ "Whirlwind Raiders",
+ "Whispering Smith",
+ "Who Killed Doc Robbin",
+ "The Winner's Circle",
+ "Winter Meeting",
+ "A Woman's Vengeance",
+ "The Woman from Tangier",
+ "The Woman in White",
+ "Women in the Night",
+ "Words and Music",
+ "The Wreck of the Hesperus",
+ "Yellow Sky",
+ "You Gotta Stay Happy",
+ "You Were Meant for Me",
+ "Abandoned",
+ "Abbott and Costello Meet the Killer, Boris Karloff",
+ "The Accused",
+ "Across the Rio Grande",
+ "Act of Violence",
+ "Adam's Rib",
+ "Adventure in Baltimore",
+ "The Adventures of Ichabod and Mr. Toad",
+ "Adventures of Sir Galahad",
+ "Africa Screams",
+ "Air Hostess",
+ "Alias the Champ",
+ "Alias Nick Beal",
+ "All the King's Men",
+ "Always Leave Them Laughing",
+ "And Baby Makes Three",
+ "Angels in Disguise",
+ "Anna Lucasta",
+ "Any Number Can Play",
+ "Arctic Manhunt",
+ "Arson, Inc.",
+ "The Awful Orphan",
+ "Bad Boy",
+ "Bad Men of Tombstone",
+ "Bagdad",
+ "Bandit King of Texas",
+ "Bandits of El Dorado",
+ "Barbary Pirate",
+ "The Barkleys of Broadway",
+ "Batman and Robin",
+ "Battleground",
+ "The Beautiful Blonde from Bashful Bend",
+ "Beyond the Forest",
+ "The Big Cat",
+ "Big Jack",
+ "The Big Sombrero",
+ "The Big Steal",
+ "The Big Wheel",
+ "Black Magic",
+ "Black Midnight",
+ "The Blazing Trail",
+ "Blondie's Big Deal",
+ "Blondie Hits the Jackpot",
+ "Bodyhold",
+ "Bomba, the Jungle Boy",
+ "Bomba on Panther Island",
+ "Border Incident",
+ "Boston Blackie's Chinese Venture",
+ "Brand of Fear",
+ "The Bribe",
+ "Bride for Sale",
+ "Bride of Vengeance",
+ "Brimstone",
+ "Brothers in the Saddle",
+ "Bruce Gentry",
+ "Calamity Jane and Sam Bass",
+ "Canadian Pacific",
+ "The Cat and the Mermouse",
+ "Caught",
+ "Challenge of the Range",
+ "Challenge to Lassie",
+ "Champion",
+ "Chicago Deadline",
+ "Chicken Every Sunday",
+ "Chinatown at Midnight",
+ "City Across the River",
+ "The Clay Pigeon",
+ "C-Man",
+ "Colorado Territory",
+ "Come to the Stable",
+ "A Connecticut Yankee in King Arthur's Court",
+ "Cover Up",
+ "The Cowboy and the Indians",
+ "The Crime Doctor's Diary",
+ "Criss Cross",
+ "The Crooked Way",
+ "Dancing in the Dark",
+ "A Dangerous Profession",
+ "The Daring Caballero",
+ "Dating Do's and Don'ts",
+ "Daughter of the Jungle",
+ "Daughter of the West",
+ "Dear Wife",
+ "Death Valley Gunfighter",
+ "Desert Vigilante",
+ "The Devil's Henchman",
+ "The Doctor and the Girl",
+ "The Doolins of Oklahoma",
+ "Down Dakota Way",
+ "Down to the Sea in Ships",
+ "Duke of Chicago",
+ "Dunked in the Deep",
+ "Dynamite",
+ "East Side, West Side",
+ "Easy Living",
+ "Edward, My Son",
+ "El Paso",
+ "Everybody Does It",
+ "Family Honeymoon",
+ "The Fan",
+ "Father Was a Fullback",
+ "Federal Agents vs. Underworld, Inc",
+ "Feudin' Rhythm",
+ "Fighting Fools",
+ "The Fighting Kentuckian",
+ "Fighting Man of the Plains",
+ "The Fighting O'Flynn",
+ "Flame of Youth",
+ "Flaming Fury",
+ "Flamingo Road",
+ "Flaxy Martin",
+ "Follow Me Quietly",
+ "The Forbidden Street",
+ "For Scent-imental Reasons",
+ "Forgotten Women",
+ "The Fountainhead",
+ "Free for All",
+ "Frigid Hare",
+ "Frontier Investigator",
+ "The Gal Who Took the West",
+ "The Gay Amigo",
+ "Ghost of Zorro",
+ "The Girl from Jones Beach",
+ "The Golden Stallion",
+ "The Great Dan Patch",
+ "The Great Gatsby",
+ "The Great Lover",
+ "The Great Sinner",
+ "Gun Law Justice",
+ "Gun Runner",
+ "The Hasty Heart",
+ "The Heiress",
+ "Hellfire",
+ "Hideout",
+ "High Diving Hare",
+ "Hold That Baby!",
+ "Holiday Affair",
+ "Holiday in Havana",
+ "Home in San Antone",
+ "Home of the Brave",
+ "Homicide",
+ "Horsemen of the Sierras",
+ "The House Across the Street",
+ "House of Strangers",
+ "I Cheated the Law",
+ "I Married a Communist",
+ "I Shot Jesse James",
+ "I Was a Male War Bride",
+ "Illegal Entry",
+ "Impact",
+ "Incident",
+ "In the Good Old Summertime",
+ "The Inspector General",
+ "Intruder in the Dust",
+ "It Happens Every Spring",
+ "It's a Great Feeling",
+ "Jerry's Diary",
+ "Jiggs and Maggie in Jackpot Jitters",
+ "Jigsaw",
+ "Joe Palooka in the Big Fight",
+ "Joe Palooka in the Counterpunch",
+ "John Loves Mary",
+ "Johnny Allegro",
+ "Johnny Holiday",
+ "Johnny Stool Pigeon",
+ "Jolson Sings Again",
+ "The Judge Steps Out",
+ "Kazan",
+ "The Kid from Cleveland",
+ "King of the Rocket Men",
+ "A Kiss for Corliss",
+ "A Kiss in the Dark",
+ "Knock on Any Door",
+ "The Lady Gambles",
+ "The Lady Takes a Sailor",
+ "Laramie",
+ "The Last Bandit",
+ "Law of the Barbary Coast",
+ "Law of the Golden West",
+ "Law of the West",
+ "Lawless Code",
+ "A Letter to Three Wives",
+ "The Life of Riley",
+ "Little Women",
+ "The Lone Wolf and His Lady",
+ "Long-Haired Hare",
+ "Look for the Silver Lining",
+ "Lost Boundaries",
+ "The Lost Tribe",
+ "Love Happy",
+ "Love That Pup",
+ "The Lucky Stiff",
+ "Lust for Gold",
+ "Ma and Pa Kettle",
+ "Madame Bovary",
+ "Make Believe Ballroom",
+ "Make Mine Laughs",
+ "Malaya",
+ "Malice in the Palace",
+ "The Man on the Eiffel Tower",
+ "Manhandled",
+ "Manhattan Angel",
+ "Mary Ryan, Detective",
+ "Masked Raiders",
+ "Master Minds",
+ "Mighty Joe Young",
+ "Miss Grant Takes Richmond",
+ "Mississippi Hare",
+ "Miss Mink of 1949",
+ "Mother Is a Freshman",
+ "Mr. Belvedere Goes to College",
+ "Mr. Soft Touch",
+ "Mrs. Mike",
+ "The Mutineers",
+ "My Dream Is Yours",
+ "My Foolish Heart",
+ "My Friend Irma",
+ "My Own True Love",
+ "The Mysterious Desperado",
+ "Navajo Trail Raiders",
+ "Neptune's Daughter",
+ "Never Fear",
+ "Night Unto Night",
+ "Oh, You Beautiful Doll",
+ "Once More, My Darling",
+ "One Last Fling",
+ "On the Town",
+ "Outcasts of the Trail",
+ "Outpost in Morocco",
+ "Pinky",
+ "Pioneer Marshal",
+ "The Pirates of Capri",
+ "Porky in Wackyland",
+ "Post Office Investigator",
+ "Port of New York",
+ "Powder River Rustlers",
+ "Prince of Foxes",
+ "Prince of the Plains",
+ "Prison Warden",
+ "Rabbit Hood",
+ "Radar Patrol vs Spy King",
+ "Range Justice",
+ "Ranger of Cherokee Strip",
+ "Rebel Rabbit",
+ "The Reckless Moment",
+ "Red Canyon",
+ "The Red Danube",
+ "Red, Hot and Blue",
+ "Red Light",
+ "The Red Menace",
+ "The Red Pony",
+ "Red Stallion in the Rockies",
+ "Reign of Terror",
+ "Renegades of the Sage",
+ "Riders in the Sky",
+ "Riders of the Range",
+ "Riders of the Whistling Pines",
+ "Rimfire",
+ "Rim of the Canyon",
+ "Ringside",
+ "Roaring Westward",
+ "Rope of Sand",
+ "Roseanna McCoy",
+ "Rose of the Yukon",
+ "Roughshod",
+ "Rustlers",
+ "Rusty's Birthday",
+ "Rusty Saves a Life",
+ "Samson and Delilah",
+ "San Antone Ambush",
+ "Sand",
+ "Sands of Iwo Jima",
+ "Satan's Cradle",
+ "Scene of the Crime",
+ "Search for Danger",
+ "The Secret Garden",
+ "The Secret of St. Ives",
+ "The Set-Up",
+ "She Shoulda Said 'No'!",
+ "She Wore a Yellow Ribbon",
+ "Sheriff of Wichita",
+ "Shockproof",
+ "Siren of Atlantis",
+ "Sky Dragon",
+ "Slattery's Hurricane",
+ "Slightly French",
+ "So Dear to My Heart",
+ "Song of India",
+ "Song of Surrender",
+ "Sons of New Mexico",
+ "Sorrowful Jones",
+ "South of Death Valley",
+ "South of Rio",
+ "South of St. Louis",
+ "Special Agent",
+ "Square Dance Jubilee",
+ "Stagecoach Kid",
+ "Stampede",
+ "State Department: File 649",
+ "Strange Bargain",
+ "The Stratton Story",
+ "Streets of Laredo",
+ "Streets of San Francisco",
+ "The Story of Molly X",
+ "The Story of Seabiscuit",
+ "The Sun Comes Up",
+ "Susanna Pass",
+ "Sword in the Desert",
+ "Take Me Out to the Ball Game",
+ "Take One False Step",
+ "Tarzan's Magic Fountain",
+ "Task Force",
+ "Technicolor for Industrial Films",
+ "Tell It to the Judge",
+ "Tennis Chumps",
+ "Tension",
+ "That Forsyte Woman",
+ "That Midnight Kiss",
+ "They Live by Night",
+ "Thieves' Highway",
+ "The Threat",
+ "Top o' the Morning",
+ "Tokyo Joe",
+ "Too Late for Tears",
+ "Tough Assignment",
+ "Trail of the Yukon",
+ "Trails End",
+ "Trapped",
+ "Treasure of Monte Cristo",
+ "Tucson (film)",
+ "Tulsa",
+ "Tuna Clipper",
+ "Twelve O'Clock High",
+ "The Undercover Man",
+ "Undertow",
+ "The Walking Hills",
+ "We Were Strangers",
+ "West of El Dorado",
+ "Western Renegades",
+ "Which Is Witch",
+ "Whirlpool",
+ "White Heat",
+ "Wicked City",
+ "The Window",
+ "Without Honor",
+ "The Wolf Hunters",
+ "A Woman's Secret",
+ "The Wyoming Bandit",
+ "Yes Sir, That's My Baby",
+ "The Younger Brothers",
+ "You're My Everything",
+ "8 Ball Bunny",
+ "711 Ocean Drive",
+ "Abbott and Costello in the Foreign Legion",
+ "Across the Badlands",
+ "The Admiral Was a Lady",
+ "All About Eve",
+ "Ambush",
+ "American Guerrilla in the Philippines",
+ "Annie Get Your Gun",
+ "The Arizona Cowboy",
+ "Arizona Territory",
+ "Armored Car Robbery",
+ "The Asphalt Jungle",
+ "At War with the Army",
+ "Atom Man vs. Superman",
+ "The Avengers",
+ "Backfire",
+ "The Bandit Queen",
+ "The Baron of Arizona",
+ "Barricade",
+ "Beauty on Parade",
+ "Belle of Old Mexico",
+ "Bells of Coronado",
+ "Between Midnight and Dawn",
+ "Beware of Blondie",
+ "Beyond the Purple Hills",
+ "The Big Hangover",
+ "Big House Bunny",
+ "The Big Lift",
+ "Black Hand",
+ "Black Jack",
+ "The Black Rose",
+ "The Blazing Sun",
+ "The Blonde Bandit",
+ "Blonde Dynamite",
+ "Blondie's Hero",
+ "Blue Grass of Kentucky",
+ "Blues Busters",
+ "Boobs in the Woods",
+ "Border Outlaws",
+ "Borderline",
+ "Border Rangers",
+ "Border Treasure",
+ "Born to Be Bad",
+ "Born Yesterday",
+ "The Boy from Indiana",
+ "Branded",
+ "The Brave Engineer",
+ "The Breaking Point",
+ "Breakthrough",
+ "Bright Leaf",
+ "Broken Arrow",
+ "Buccaneer's Girl",
+ "Bunco Squad",
+ "Bushy Hare",
+ "Caged",
+ "California Passage",
+ "Call of the Klondike",
+ "Canary Row",
+ "Captain Carey, U.S.A.",
+ "Captain China",
+ "Captive Girl",
+ "The Capture",
+ "Cargo to Capetown",
+ "The Cariboo Trail",
+ "Chain Gang",
+ "Chain Lightning",
+ "Champagne for Caesar",
+ "Cheaper by the Dozen",
+ "Cherokee Uprising",
+ "Cinderella",
+ "Code of the Silver Sage",
+ "Cody of the Pony Express",
+ "Colorado Ranger",
+ "Colt .45",
+ "Comanche Territory",
+ "Convicted",
+ "Copper Canyon",
+ "Counterspy Meets Scotland Yard",
+ "County Fair",
+ "Covered Wagon Raid",
+ "Cow Town",
+ "The Crime of Korea",
+ "Crisis",
+ "Crooked River",
+ "Cry Murder",
+ "Cue Ball Cat",
+ "Curtain Call at Cactus Creek",
+ "Customs Agent",
+ "Cyrano de Bergerac",
+ "D.O.A.",
+ "Dakota Lil",
+ "Dallas",
+ "The Daltons' Women",
+ "The Damned Don't Cry!",
+ "Dark City",
+ "A Date with Your Family",
+ "The Daughter of Rosie O'Grady",
+ "David Harding, Counterspy",
+ "Davy Crockett, Indian Scout",
+ "Deported",
+ "The Desert Hawk",
+ "Desperadoes of the West",
+ "Destination Big House",
+ "Destination Moon",
+ "Destination Murder",
+ "Devil's Doorway",
+ "Dial 1119",
+ "Dopey Dicks",
+ "Duchess of Idaho",
+ "Double Deal",
+ "The Ducksters",
+ "The Du Pont Story",
+ "Dynamite Pass",
+ "The Eagle and the Hawk",
+ "Edge of Doom",
+ "Emergency Wedding",
+ "Everybody's Dancin'",
+ "Experiment Alcatraz",
+ "Fancy Pants",
+ "Fast on the Draw",
+ "Father Is a Bachelor",
+ "Father of the Bride",
+ "Father Makes Good",
+ "Father's Wild Game",
+ "Federal Agent at Large",
+ "Federal Man",
+ "Fence Riders",
+ "The Fighting Stallion",
+ "The File on Thelma Jordon",
+ "The Fireball",
+ "The Flame and the Arrow",
+ "Flying Disc Man from Mars",
+ "The Flying Missile",
+ "The Flying Saucer",
+ "For Heaven's Sake",
+ "Forbidden Jungle",
+ "Fortunes of Captain Blood",
+ "A Fractured Leghorn",
+ "The Framed Cat",
+ "Francis",
+ "Frenchie",
+ "Frisco Tornado",
+ "Frontier Outpost",
+ "The Fuller Brush Girl",
+ "The Furies",
+ "The Girl from San Lorenzo",
+ "Girls' School",
+ "The Glass Menagerie",
+ "The Goldbergs",
+ "The Golden Gloves Story",
+ "Golden Yeggs",
+ "The Good Humor Man",
+ "Grandad of Races",
+ "The Great Jewel Robber",
+ "The Great Plane Robbery",
+ "The Great Rupert",
+ "Guilty Bystander",
+ "Guilty of Treason",
+ "Gun Crazy",
+ "The Gunfighter",
+ "Gunfire",
+ "Gunman in the Streets",
+ "Gunmen of Abilene",
+ "Gunslingers",
+ "The Happy Years",
+ "Harbor of Missing Men",
+ "Harriet Craig",
+ "Harvey",
+ "He's a Cockeyed Wonder",
+ "Hi-Jacked",
+ "The Hidden City",
+ "High Lonesome",
+ "Highway 301",
+ "Hillbilly Hare",
+ "Hills of Oklahoma",
+ "Hit Parade of 1951",
+ "Hoedown",
+ "Holiday Rhythm",
+ "The Hollywood Ten",
+ "Hollywood Varieties",
+ "Homeless Hare",
+ "Hostile Country",
+ "Hot Rod",
+ "House by the River",
+ "Hugs and Mugs",
+ "Hurdy-Gurdy Hare",
+ "I Killed Geronimo",
+ "I Shot Billy the Kid",
+ "I Was a Shoplifter",
+ "I'll Get By",
+ "In Beaver Valley",
+ "In a Lonely Place",
+ "Indian Territory",
+ "The Invisible Monster",
+ "The Iroquois Trail",
+ "It's a Small World",
+ "The Jackie Robinson Story",
+ "The Jackpot",
+ "Jerry and the Lion",
+ "Jerry's Cousin",
+ "Jiggs and Maggie Out West",
+ "Joe Palooka in Humphrey Takes a Chance",
+ "Joe Palooka in The Squared Circle",
+ "Joe Palooka Meets Humphrey",
+ "Johnny One-Eye",
+ "Julius Caesar",
+ "The Kangaroo Kid",
+ "Kansas Raiders",
+ "Key to the City",
+ "The Kid from Texas",
+ "Kill or Be Killed",
+ "Kill the Umpire",
+ "Killer Shark",
+ "The Killer That Stalked New York",
+ "Kim",
+ "King of the Bullwhip",
+ "King Solomon's Mines",
+ "Kiss Tomorrow Goodbye",
+ "A Lady Without Passport",
+ "Last of the Buccaneers",
+ "Law of the Badlands",
+ "Law of the Panhandle",
+ "The Lawless",
+ "Let's Dance",
+ "A Life of Her Own",
+ "Lightning Guns",
+ "Little Quacker",
+ "Lonely Heart Bandits",
+ "The Lost Volcano",
+ "Louisa",
+ "Love at First Bite",
+ "Love Happy",
+ "Love That Brute",
+ "Lucky Losers",
+ "Ma and Pa Kettle Go to Town",
+ "The Magnificent Yankee",
+ "The Man Who Cheated Himself",
+ "Mark of the Gorilla",
+ "Marshal of Heldorado",
+ "The Men",
+ "Military Academy with That Tenth Avenue Gang",
+ "The Milkman",
+ "The Miniver Story",
+ "The Missourians",
+ "Mister 880",
+ "A Modern Marriage",
+ "Montana",
+ "Mother Didn't Tell Me",
+ "Motor Mania",
+ "Motor Patrol",
+ "Mr. Music",
+ "Mrs. O'Malley and Mr. Malone",
+ "The Mudlark",
+ "Mule Train",
+ "Mutiny on the Bunny",
+ "My Blue Heaven",
+ "My Friend Irma Goes West",
+ "Mystery Street",
+ "Mystery Submarine",
+ "Nancy Goes to Rio",
+ "The Nevadan",
+ "Never a Dull Moment",
+ "The Next Voice You Hear...",
+ "Night and the City",
+ "No Man of Her Own",
+ "North of the Great Divide",
+ "No Sad Songs for Me",
+ "No Way Out",
+ "The Old Frontier",
+ "On the Isle of Samoa",
+ "Once a Thief",
+ "One Too Many aka Killer with a Label",
+ "One Way Street",
+ "Operation Haylift",
+ "Our Very Own",
+ "Outcast of Black Mesa",
+ "Outlaw Gold",
+ "Outlaws of Texas",
+ "Outrage",
+ "The Outriders",
+ "Outside the Wall",
+ "Over the Border",
+ "Paid in Full",
+ "Pagan Love Song",
+ "The Palomino",
+ "Panic in the Streets",
+ "Peggy",
+ "Perfect Strangers",
+ "The Petty Girl",
+ "Pirates of the High Seas",
+ "Please Believe Me",
+ "Pop 'im Pop",
+ "Prehistoric Women",
+ "Pretty Baby",
+ "Prisoners in Petticoats",
+ "Punchy Cowpunchers",
+ "Puny Express",
+ "Pygmy Island",
+ "Quicksand",
+ "Rabbit of Seville",
+ "Rabbit's Moon",
+ "Radar Secret Service",
+ "Raiders of Tomahawk Creek",
+ "Redwood Forest Trail",
+ "The Reformer and the Redhead",
+ "Return of the Frontiersman",
+ "The Return of Jesse James",
+ "Revenue Agent",
+ "Rider from Tucson",
+ "Riding High",
+ "Right Cross",
+ "Rio Grande",
+ "Rio Grande Patrol",
+ "Rocketship X-M",
+ "Rock Island Trail",
+ "Rocky Mountain",
+ "Rogues of Sherwood Forest",
+ "Rookie Fireman",
+ "Rustlers on Horseback",
+ "Saddle Tramp",
+ "Safety Second",
+ "Salt Lake Raiders",
+ "Sarumba",
+ "Saturday Evening Puss",
+ "The Savage Horde",
+ "The Scarlet Pumpernickel",
+ "Second Chance",
+ "The Second Face",
+ "The Second Woman",
+ "The Secret Fury",
+ "Self-Made Maids",
+ "September Affair",
+ "Shadow on the Wall",
+ "Shakedown",
+ "Short Grass",
+ "The Showdown",
+ "Side Street",
+ "Sideshow",
+ "Sierra Passage",
+ "Sierra",
+ "Silver Raiders",
+ "Singing Guns",
+ "Six Gun Mesa",
+ "The Skipper Surprised His Wife",
+ "Slaphappy Sleuths",
+ "The Sleeping City",
+ "A Snitch in Time",
+ "Snow Dog",
+ "So Young, So Bad",
+ "The Sound of Fury",
+ "South Sea Sinner",
+ "Southside 1-1000",
+ "Spy Hunt",
+ "Square Dance Katy",
+ "Stage to Tucson",
+ "The Stairs",
+ "Stars In My Crown",
+ "State Penitentiary",
+ "Stella",
+ "Storm over Wyoming",
+ "Streets of Ghost Town",
+ "Strife with Father",
+ "Studio Stoops",
+ "Sugar Chile Robinson",
+ "Summer Stock",
+ "Sunset Boulevard",
+ "Sunset in the West",
+ "The Sun Sets at Dawn",
+ "The Sundowners",
+ "Surrender",
+ "Swiss Tour",
+ "Tarnished",
+ "Tarzan and the Slave Girl",
+ "The Tattooed Stranger",
+ "Tea for Two",
+ "Tension",
+ "The Texan Meets Calamity Jane",
+ "Texas Dynamo",
+ "Texas Tom",
+ "This Side of the Law",
+ "Three Came Home",
+ "Three Hams on Rye",
+ "Three Little Words",
+ "Three Secrets",
+ "A Ticket to Tomahawk",
+ "Timber Fury",
+ "The Titan: Story of Michelangelo",
+ "To Please a Lady",
+ "The Toast of New Orleans",
+ "Tom and Jerry in the Hollywood Bowl",
+ "The Torch",
+ "The Tougher They Come",
+ "Trail of Robin Hood",
+ "Trail of the Rustlers",
+ "Train to Tombstone",
+ "The Traveling Saleswoman",
+ "Treasure Island",
+ "Trial Without Jury",
+ "Trigger, Jr.",
+ "Triple Crossed",
+ "Triple Trouble",
+ "Tripoli",
+ "Twilight in the Sierras",
+ "Two Flags West",
+ "Two Weeks with Love",
+ "Tyrant of the Sea",
+ "Under Mexicali Stars",
+ "Under My Skin",
+ "Undercover Girl",
+ "The Underworld Story",
+ "Union Station",
+ "Unmasked",
+ "The Vanishing Westerner",
+ "Vendetta",
+ "Vigilante Hideout",
+ "Wabash Avenue",
+ "Wagon Master",
+ "Walk Softly, Stranger",
+ "Watch the Birdie",
+ "West of the Brazos",
+ "West of Wyoming",
+ "The West Point Story",
+ "Western Pacific Agent",
+ "What's Up, Doc?",
+ "When Willie Comes Marching Home",
+ "When You're Smiling",
+ "Where Danger Lives",
+ "Where the Sidewalk Ends",
+ "The White Tower",
+ "Why Korea?",
+ "The Wild Heart",
+ "Winchester '73",
+ "With These Hands",
+ "The Wizard of Oz (TV special)",
+ "A Woman of Distinction",
+ "Woman in Hiding",
+ "Woman on the Run",
+ "Women from Headquarters",
+ "Wyoming Mail",
+ "The Yellow Cab Man",
+ "Young Daniel Boone",
+ "Young Man with a Horn",
+ "The 13th Letter",
+ "Abbott and Costello Meet the Invisible Man",
+ "Abilene Trail",
+ "According to Mrs. Hoyle",
+ "Ace in the Hole",
+ "Across the Wide Missouri",
+ "Adventures of Captain Fabian",
+ "The African Queen",
+ "Air Cadet",
+ "Al Jennings of Oklahoma",
+ "Alice in Wonderland",
+ "Along the Great Divide",
+ "An American in Paris",
+ "Angels in the Outfield",
+ "Anne of the Indies",
+ "Another Man's Poison",
+ "Apache Drums",
+ "Appointment with Danger",
+ "Arizona Manhunt",
+ "As Young as You Feel",
+ "As You Were",
+ "Baby Sitters Jitters",
+ "Badman's Gold",
+ "Ballot Box Bunny",
+ "Bannerline",
+ "The Barefoot Mailman",
+ "The Basketball Fix",
+ "A Bear For Punishment",
+ "Bedtime for Bonzo",
+ "Behave Yourself!",
+ "Belle Le Grand",
+ "Best of the Badmen",
+ "The Best is Yet to Come",
+ "The Big Gusher",
+ "The Big Lie",
+ "The Big Night",
+ "Big Top Bunny",
+ "Bird of Paradise",
+ "Blazing Bullets",
+ "Blue Blood",
+ "The Blue Veil",
+ "Bonanza Town",
+ "A Bone for a Bone",
+ "Bowery Battalion",
+ "The Brave Bulls",
+ "Bride of the Gorilla",
+ "Bright Victory",
+ "Buckaroo Sheriff of Texas",
+ "Bullfighter and the Lady",
+ "Bunny Hugged",
+ "Callaway Went Thataway",
+ "Call Me Mister",
+ "Canyon Raiders",
+ "Captain Horatio Hornblower R.N.",
+ "Captain Video: Master of the Stratosphere",
+ "Casa Manana",
+ "Casanova Cat",
+ "Cat Napping",
+ "Cattle Drive",
+ "Cattle Queen",
+ "Cause for Alarm!",
+ "Cavalry Scout",
+ "Cave of Outlaws",
+ "Chain of Circumstance",
+ "Chained for Life",
+ "Cheese Chasers",
+ "Chicago Calling",
+ "China Corsair",
+ "Chow Hound",
+ "Close to My Heart",
+ "Colorado Ambush",
+ "Come Fill the Cup",
+ "Comin' Round the Mountain",
+ "The Company She Keeps",
+ "Corky of Gasoline Alley",
+ "Crazy Over Horses",
+ "Criminal Lawyer",
+ "Crosswinds",
+ "Cruise Cat",
+ "Cry Danger",
+ "Cuban Fireball",
+ "Cyclone Fury",
+ "The Dakota Kid",
+ "Danger Zone",
+ "Darling, How Could You!",
+ "David and Bathsheba",
+ "Day of the Fight",
+ "The Day the Earth Stood Still",
+ "Dear Brat",
+ "Death of a Salesman",
+ "Decision Before Dawn",
+ "The Desert Fox",
+ "Desert of Lost Men",
+ "Destination Meatball",
+ "Detective Story",
+ "Dick Turpin's Ride",
+ "Disc Jockey",
+ "Distant Drums",
+ "Don Daredevil Rides Again",
+ "Don't Throw That Knife",
+ "Double Crossbones",
+ "Double Dynamite",
+ "Drip-Along Daffy",
+ "Drums in the Deep South",
+ "Duck and Cover",
+ "Elephant Stampede",
+ "Elopement",
+ "The Enforcer",
+ "Excuse My Dust",
+ "FBI Girl",
+ "The Family Secret",
+ "Father's Little Dividend",
+ "Father Takes the Air",
+ "The Fat Man",
+ "Fighting Coast Guard",
+ "The Fighting Seventh",
+ "Fingerprints Don't Lie",
+ "The First Legion",
+ "Five",
+ "Fixed Bayonets!",
+ "Flame of Araby",
+ "Flame of Stamboul",
+ "Flight to Mars",
+ "The Flying Cat",
+ "Flying Leathernecks",
+ "Flying Padre",
+ "Follow the Sun",
+ "Footlight Varieties",
+ "Force of Arms",
+ "Fort Defiance",
+ "Fort Dodge Stampede",
+ "Fort Savage Raiders",
+ "Fort Worth",
+ "Fourteen Hours",
+ "Francis Goes to the Races",
+ "French Rarebit",
+ "The Frogmen",
+ "Fury of the Congo",
+ "Gambling House",
+ "Gasoline Alley",
+ "Gene Autry and the Mounties",
+ "Gerald McBoing-Boing",
+ "Ghost Chasers",
+ "G.I. Jane",
+ "The Girl on the Bridge",
+ "Go for Broke!",
+ "Gold Raiders",
+ "Golden Girl",
+ "The Golden Horde",
+ "Goodbye, My Fancy",
+ "Government Agents vs Phantom Legion",
+ "The Great Caruso",
+ "The Great Missouri Raid",
+ "The Groom Wore Spurs",
+ "Grounds for Marriage",
+ "Gunplay",
+ "The Guy Who Came Back",
+ "Half Angel",
+ "Halls of Montezuma",
+ "Hard, Fast and Beautiful",
+ "The Harlem Globetrotters",
+ "Havana Rose",
+ "He Ran All the Way",
+ "Heart of the Rockies",
+ "Her First Romance",
+ "Here Comes the Groom",
+ "The Highwayman",
+ "The Hills of Utah",
+ "His Kind of Woman",
+ "His Mouse Friday",
+ "Hollywood Story",
+ "Home Town Story",
+ "Honeychile",
+ "Hong Kong",
+ "The Hoodlum",
+ "Hot Lead",
+ "The House on Telegraph Hill",
+ "Hula-La-La",
+ "Hunt the Man Down",
+ "Hurricane Island",
+ "I Can Get It for You Wholesale",
+ "I'd Climb the Highest Mountain",
+ "I Want You",
+ "I Was an American Spy",
+ "I Was a Communist for the FBI",
+ "I'll Get You for This",
+ "I'll Never Forget You",
+ "I'll See You in My Dreams",
+ "In Old Amarillo",
+ "Inside Straight",
+ "Inside the Walls of Folsom Prison",
+ "Insurance Investigator",
+ "Iron Man",
+ "It's a Big Country",
+ "Jerry and Jumbo",
+ "Jerry and the Goldfish",
+ "Jim Thorpe – All-American",
+ "Joe Palooka in Triple Cross",
+ "Journey into Light",
+ "Jungle Manhunt",
+ "Just Ducky",
+ "Katie Did It",
+ "Kentucky Jubilee",
+ "The Kid from Amarillo",
+ "Kind Lady",
+ "Korea Patrol",
+ "The Lady from Boston",
+ "The Lady from Texas",
+ "The Lady Pays Off",
+ "Lambert the Sheepish Lion",
+ "Law of the Badlands",
+ "The Law and the Lady",
+ "Lawless Cowboys",
+ "The Last Outpost",
+ "Leave It to the Marines",
+ "The Lemon Drop Kid",
+ "Let's Go Navy!",
+ "Let's Make It Legal",
+ "The Light Touch",
+ "Lightning Strikes Twice",
+ "The Lion Hunters",
+ "Little Big Horn",
+ "Little Egypt",
+ "The Longhorn",
+ "Lorna Doone",
+ "Lost Continent",
+ "Love Nest",
+ "Lullaby of Broadway",
+ "M",
+ "Ma and Pa Kettle Back on the Farm",
+ "The Magic Carpet",
+ "The Magic Face",
+ "The Magnificent Yankee",
+ "The Man from Planet X",
+ "Man from Sonora",
+ "Man in the Saddle",
+ "The Man with My Face",
+ "The Man with a Cloak",
+ "The Mark of the Renegade",
+ "Mask of the Avenger",
+ "Mask of the Dragon",
+ "The Mating Season",
+ "Meet Me After the Show",
+ "Merry Mavericks",
+ "Million Dollar Pursuit",
+ "A Millionaire for Christy",
+ "Missing Women",
+ "The Mob",
+ "The Model and the Marriage Broker",
+ "Montana Desperado",
+ "Mr. Belvedere Rings the Bell",
+ "Mr. Imperium",
+ "Mr. Universe",
+ "My Favorite Spy",
+ "My Forbidden Past",
+ "My Outlaw Brother",
+ "My True Story",
+ "Mysterious Island",
+ "Navy Bound",
+ "Nevada Badmen",
+ "Never Trust a Gambler",
+ "New Mexico",
+ "Night into Morning",
+ "Night Riders of Montana",
+ "Nit-Witty Kitty",
+ "No Questions Asked",
+ "No Smoking",
+ "Northwest Territory",
+ "Oh! Susanna",
+ "Oklahoma Justice",
+ "On Dangerous Ground",
+ "On the Loose",
+ "On Moonlight Bay",
+ "On the Riviera",
+ "Only the Valiant",
+ "Operation Pacific",
+ "Overland Telegraph",
+ "The Painted Hills",
+ "Painting the Clouds with Sunshine",
+ "Pals of the Golden West",
+ "Pandora and the Flying Dutchman",
+ "Passage West",
+ "Payment on Demand",
+ "Pecos River",
+ "Peking Express",
+ "The People Against O'Hara",
+ "People Will Talk",
+ "Pest Man Wins",
+ "Pickup",
+ "Pier 23",
+ "Pistol Harvest",
+ "A Place in the Sun",
+ "Prairie Roundup",
+ "Pride of Maryland",
+ "The Prince Who Was a Thief",
+ "The Prize Pest",
+ "The Prowler",
+ "Purple Heart Diary",
+ "Quebec",
+ "Quo Vadis",
+ "Queen for a Day",
+ "Rabbit Fire",
+ "The Racket",
+ "The Raging Tide",
+ "Raton Pass",
+ "Rawhide",
+ "The Red Badge of Courage",
+ "The Redhead and the Cowboy",
+ "Red Mountain",
+ "Reunion in Reno",
+ "Rhubarb",
+ "Rhythm Inn",
+ "Rich, Young and Pretty",
+ "Ridin' the Outlaw Trail",
+ "The River",
+ "Roadblock",
+ "Roaring City",
+ "Rodeo King and the Senorita",
+ "Rogue River",
+ "Rough Riders of Durango",
+ "Royal Wedding",
+ "Saddle Legion",
+ "Santa Fe",
+ "Saturday's Hero",
+ "Savage Drums",
+ "The Scarf",
+ "Scrambled Brains",
+ "The Sea Hornet",
+ "Sealed Cargo",
+ "The Secret of Convict Lake",
+ "Secrets of Monte Carlo",
+ "Show Boat",
+ "Silver Canyon",
+ "Silver City",
+ "Silver City Bonanza",
+ "Sirocco",
+ "Skipalong Rosenbloom",
+ "Sky High",
+ "Slaughter Trail",
+ "Sleepy-Time Tom",
+ "Slicked-up Pup",
+ "Smuggler's Gold",
+ "Smuggler's Island",
+ "Snake River Desperadoes",
+ "Soldiers Three",
+ "The Son of Dr. Jekyll",
+ "South of Caliente",
+ "Spoilers of the Plains",
+ "St. Benny the Dip",
+ "Stage to Blue River",
+ "Stagecoach Driver",
+ "Starlift",
+ "The Steel Helmet",
+ "Stop That Cab",
+ "Storm Warning",
+ "The Strange Door",
+ "Strangers on a Train",
+ "A Streetcar Named Desire",
+ "Street Bandits",
+ "Strictly Dishonorable",
+ "The Strip",
+ "Stronghold",
+ "Submarine Command",
+ "Sugarfoot",
+ "Sunny Side of the Street",
+ "Superman and the Mole Men",
+ "The Sword of Monte Cristo",
+ "Take Care of My Little Girl",
+ "Tales of Robin Hood",
+ "The Tall Target",
+ "The Tanks are Coming",
+ "Target Unknown",
+ "The Tartars",
+ "Tarzan's Peril",
+ "Ten Tall Men",
+ "Teresa",
+ "Texans Never Cry",
+ "Texas Carnival",
+ "Texas Lawmen",
+ "The Texas Rangers",
+ "That's My Boy",
+ "The Thing from Another World",
+ "Three Arabian Nuts",
+ "Three Desperate Men",
+ "Three Guys Named Mike",
+ "Three Husbands",
+ "Three Steps North",
+ "Thunder in God's Country",
+ "Thunder on the Hill",
+ "The Thundering Trail",
+ "Tokyo File 212",
+ "Tomahawk",
+ "Tomorrow Is Another Day",
+ "The Tooth Will Out",
+ "Too Young to Kiss",
+ "Two-Dollar Bettor",
+ "Two Gals and a Guy",
+ "Two Lost Worlds",
+ "Two of a Kind",
+ "Two Tickets to Broadway",
+ "The Unknown Man",
+ "Unknown World",
+ "Up Front",
+ "Utah Wagon Train",
+ "Valentino",
+ "Valley of Fire",
+ "The Vanishing Outpost",
+ "Varieties on Parade",
+ "Vengeance Valley",
+ "Dead or Alive",
+ "Warpath",
+ "The Wearing of the Grin",
+ "Week-End with Father",
+ "The Well",
+ "Wells Fargo Gunmaster",
+ "Westward the Women",
+ "When I Grow Up",
+ "When the Redskins Rode",
+ "When Worlds Collide",
+ "The Whip Hand",
+ "Whirlwind",
+ "The Whistle at Eaton Falls",
+ "Whistling Hills",
+ "The Wild Blue Yonder",
+ "A Yank in Korea",
+ "Yellow Fin",
+ "You Never Can Tell",
+ "You're in the Navy Now",
+ "Yukon Manhunt",
+ "5 Fingers",
+ "24 Hours of a Woman's Life",
+ "Aaron Slick from Punkin Crick",
+ "Abbott and Costello Meet Captain Kidd",
+ "About Face",
+ "Above and Beyond",
+ "Actors and Sin",
+ "Affair in Trinidad",
+ "African Treasure",
+ "Against All Flags",
+ "Aladdin and His Lamp",
+ "Androcles and the Lion",
+ "Angel Face",
+ "Anything Can Happen",
+ "Apache Country",
+ "Apache War Smoke",
+ "April in Paris",
+ "Arctic Flight",
+ "Army Bound",
+ "Assignment – Paris!",
+ "At Sword's Point",
+ "The Atomic City",
+ "Babes in Bagdad",
+ "Back at the Front",
+ "The Bad and the Beautiful",
+ "Bal Tabarin",
+ "Barbed Wire",
+ "The Battle at Apache Pass",
+ "Battles of Chief Pontiac",
+ "Battle Zone",
+ "Because of You",
+ "Because You're Mine",
+ "Bela Lugosi Meets a Brooklyn Gorilla",
+ "The Belle of New York",
+ "Belles on Their Toes",
+ "Bend of the River",
+ "Beware, My Lovely",
+ "Big Jim McLain",
+ "The Big Sky",
+ "The Big Trees",
+ "The Black Castle",
+ "Blackbeard the Pirate",
+ "Black Hills Ambush",
+ "The Black Lash",
+ "The Blazing Forest",
+ "Bloodhounds of Broadway",
+ "Blue Canadian Rockies",
+ "Bomba and the Jungle Girl",
+ "Bonzo Goes to College",
+ "Boots Malone",
+ "Border Saddlemates",
+ "Botany Bay",
+ "Brave Warrior",
+ "Breakdown",
+ "The Brigand",
+ "Bronco Buster",
+ "Buffalo Bill in Tomahawk Territory",
+ "Bugles in the Afternoon",
+ "The Bushwackers",
+ "Bwana Devil",
+ "California Conquest",
+ "Canyon Ambush",
+ "Captain Pirate",
+ "The Captive City",
+ "Captive of Billy the Kid",
+ "Captive Women",
+ "Carbine Williams",
+ "Caribbean Gold",
+ "Carrie",
+ "Carson City",
+ "Cattle Town",
+ "The Cimarron Kid",
+ "Clash by Night",
+ "Colorado Sundown",
+ "Come Back, Little Sheba",
+ "Confidence Girl",
+ "The Crimson Pirate",
+ "Cripple Creek",
+ "Deadline – U.S.A.",
+ "Dead Man's Trail",
+ "Denver and Rio Grande",
+ "Desert Passage",
+ "Desert Pursuit",
+ "Desperadoes' Outpost",
+ "Desperate Search",
+ "The Devil Makes Three",
+ "Diplomatic Courier",
+ "The Dog House",
+ "Don't Bother to Knock",
+ "Dreamboat",
+ "The Duck Doctor",
+ "The Duel at Silver Creek",
+ "Eight Iron Men",
+ "Escape Route",
+ "Everything I Have Is Yours",
+ "The Fabulous Senorita",
+ "Face to Face",
+ "The Fallbrook Story",
+ "Fargo",
+ "Fearless Fagan",
+ "Feed the Kitty",
+ "Feudin' Fools",
+ "The Fighter",
+ "Finders Keepers",
+ "The First Time",
+ "Fit to Be Tied",
+ "Flaming Feather",
+ "Flat Top",
+ "Flesh and Fury",
+ "Fool Coverage",
+ "For Men Only",
+ "Fort Osage",
+ "The Four Poster",
+ "Francis Goes to West Point",
+ "The Frontier Phantom",
+ "Geisha Girl",
+ "A Girl in Every Port",
+ "The Girl in White",
+ "Glory Alley",
+ "Gobs and Gals",
+ "The Golden Hawk",
+ "Gold Fever",
+ "The Greatest Show on Earth",
+ "The Green Glove",
+ "The Gunman",
+ "The Half-Breed",
+ "Hangman's Knot",
+ "Hans Christian Andersen",
+ "The Happy Time",
+ "Hare Lift",
+ "Harem Girl",
+ "Has Anybody Seen My Gal?",
+ "The Hasty Hare",
+ "The Hawk of Wild River",
+ "Hellgate",
+ "Here Come the Marines",
+ "Here Come the Nelsons",
+ "Hiawatha",
+ "Hic-cup Pup",
+ "High Noon",
+ "Hold That Line",
+ "Holiday for Sinners",
+ "Hong Kong",
+ "Hoodlum Empire",
+ "Horizons West",
+ "Hunt the Man Down",
+ "Hurricane Smith",
+ "The I Don't Care Girl",
+ "I Dream of Jeanie",
+ "Indian Uprising",
+ "Invasion U.S.A.",
+ "Invitation",
+ "The Iron Mistress",
+ "It Grows on Trees",
+ "Ivanhoe",
+ "Jack and the Beanstalk",
+ "Japanese War Bride",
+ "The Jazz Singer",
+ "Jet Job",
+ "Jumping Jacks",
+ "Junction City",
+ "The Jungle",
+ "Jungle Jim in the Forbidden Land",
+ "Just Across the Street",
+ "Just for You",
+ "Just This Once",
+ "Kangaroo",
+ "Kansas City Confidential",
+ "Kansas Territory",
+ "The Kid from Broken Gun",
+ "Kid Monk Baroni",
+ "King of the Congo",
+ "Lady in the Iron Mask",
+ "Lady Possessed",
+ "The Lady Says No",
+ "Laramie Mountains",
+ "The Last Musketeer",
+ "Last Train from Bombay",
+ "The Las Vegas Story",
+ "Leadville Gunslinger",
+ "Limelight",
+ "The Lion and the Horse",
+ "Little Runaway",
+ "Loan Shark",
+ "Lone Star",
+ "Lost in Alaska",
+ "Love Is Better Than Ever",
+ "Love Island",
+ "Lovely to Look At",
+ "Lure of the Wilderness",
+ "The Lusty Men",
+ "Lydia Bailey",
+ "Ma and Pa Kettle at the Fair",
+ "Macao",
+ "Madeline",
+ "Magical Maestro",
+ "Man from the Black Hills",
+ "Mara Maru",
+ "The Marrying Kind",
+ "The Maverick",
+ "Meet Danny Wilson",
+ "The Member of the Wedding",
+ "The Merry Widow",
+ "Million Dollar Mermaid",
+ "The Miracle of Our Lady of Fatima",
+ "Les Misérables",
+ "Models Inc.",
+ "Monkey Business",
+ "Monsoon",
+ "Montana Belle",
+ "Montana Incident",
+ "Montana Territory",
+ "Mr. Walkie Talkie",
+ "Mutiny",
+ "My Cousin Rachel",
+ "My Man and I",
+ "My Pal Gus",
+ "My Six Convicts",
+ "My Son John",
+ "My Wife's Best Friend",
+ "The Narrow Margin",
+ "Night Raiders",
+ "Night Stage to Galveston",
+ "Night Without Sleep",
+ "No Holds Barred",
+ "No Room for the Groom",
+ "No Time for Flowers",
+ "O. Henry's Full House",
+ "Oily Hare",
+ "Okinawa",
+ "Oklahoma Annie",
+ "Old Oklahoma Plains",
+ "The Old West",
+ "On Dangerous Ground",
+ "One Big Affair",
+ "One Minute to Zero",
+ "Operation: Rabbit",
+ "Operation Secret",
+ "Othello",
+ "The Outcasts of Poker Flat",
+ "Outlaw Women",
+ "The Pace That Thrills",
+ "Park Row",
+ "Pat and Mike",
+ "The Pathfinder",
+ "Paula",
+ "Phone Call from a Stranger",
+ "The Pleasure Garden",
+ "Plymouth Adventure",
+ "Pony Soldier",
+ "Posse Cat",
+ "The Pride of St. Louis",
+ "The Prisoner of Zenda",
+ "Push-Button Kitty",
+ "The Quiet Man",
+ "Rabbit Seasoning",
+ "Radar Men from the Moon",
+ "The Raiders",
+ "Rainbow 'Round My Shoulder",
+ "Rancho Notorious",
+ "Red Ball Express",
+ "Red Planet Mars",
+ "Red Skies of Montana",
+ "Red Snow",
+ "Retreat, Hell!",
+ "Return of the Texan",
+ "Ride the Man Down",
+ "The Ring",
+ "Road Agent",
+ "Road to Bali",
+ "Rodeo",
+ "The Rough, Tough West",
+ "Rogue's March",
+ "Room for One More",
+ "The Rose Bowl Story",
+ "Rose of Cimarron",
+ "The Rough, Tough West",
+ "Ruby Gentry",
+ "Sailor Beware",
+ "Sally and Saint Anne",
+ "The San Francisco Story",
+ "The Savage",
+ "Scandal Sheet",
+ "Scaramouche",
+ "Scarlet Angel",
+ "Sea Tiger",
+ "The Sellout",
+ "Shadow in the Sky",
+ "She's Working Her Way Through College",
+ "Singin' in the Rain",
+ "Skirts Ahoy!",
+ "Sky Full of Moon",
+ "Smitten Kitten",
+ "Smoky Canyon",
+ "The Sniper",
+ "The Snows of Kilimanjaro",
+ "Somebody Loves Me",
+ "Something for the Birds",
+ "Something to Live For",
+ "Son of Ali Baba",
+ "Son of Geronimo",
+ "Son of Paleface",
+ "Sound Off",
+ "South Pacific Trail",
+ "Springfield Rifle",
+ "The Star",
+ "Stars and Stripes Forever",
+ "The Steel Fist",
+ "Steel Town",
+ "The Steel Trap",
+ "The Stooge",
+ "Stop, You're Killing Me",
+ "Storm Over Tibet",
+ "The Story of Robin Hood and His Merrie Men",
+ "The Story of Will Rogers",
+ "Strange Fascination",
+ "Sudden Fear",
+ "Susie the Little Blue Coupe",
+ "Talk About a Stranger",
+ "Target",
+ "Tarzan's Savage Fury",
+ "Texas City",
+ "The Thief",
+ "Thief of Damascus",
+ "This Is Cinerama",
+ "This Woman is Dangerous",
+ "Three for Bedroom \"C\"",
+ "Thunder in the East",
+ "Thunderbirds",
+ "Thundering Caravans",
+ "Torpedo Alley",
+ "Toughest Man in Arizona",
+ "Trail Guide",
+ "Trance and Dance in Bali",
+ "The Treasure of Lost Canyon",
+ "Trick or Treat",
+ "Triplet Trouble",
+ "Tropical Heat Wave",
+ "The Turning Point",
+ "Two Little Indians",
+ "The Two Mouseketeers",
+ "Untamed Frontier",
+ "Untamed Women",
+ "Viva Zapata!",
+ "Voodoo Tiger",
+ "The WAC from Walla Walla",
+ "Waco",
+ "Wagon Team",
+ "Wagons West",
+ "Wait till the Sun Shines, Nellie",
+ "Walk East on Beacon",
+ "Washington Story",
+ "Water, Water Every Hare",
+ "Way of a Gaucho",
+ "We're Not Married!",
+ "What Price Glory?",
+ "When in Rome",
+ "Wild Horse Ambush",
+ "The Wild North",
+ "Wild Stallion",
+ "Wings of Danger",
+ "The Winning Team",
+ "With a Song in My Heart",
+ "Without Warning!",
+ "Woman in the Dark",
+ "Woman of the North Country",
+ "The World in His Arms",
+ "Wyoming Roundup",
+ "A Yank in Indo-China",
+ "Yankee Buccaneer",
+ "You for Me",
+ "Young Man with Ideas",
+ "Yukon Gold",
+ "Zombies of the Stratosphere",
+ "The 49th Man",
+ "99 River Street",
+ "The 5,000 Fingers of Dr. T",
+ "Abbott and Costello Go to Mars",
+ "Abbott and Costello Meet Dr. Jekyll and Mr. Hyde",
+ "Act of Love",
+ "The Actress",
+ "The Affairs of Dobie Gillis",
+ "Affair with a Stranger",
+ "The All American",
+ "All Ashore",
+ "All I Desire",
+ "All My Babies",
+ "All the Brothers Were Valiant",
+ "Ambush at Tomahawk Gap",
+ "Angel Face",
+ "Appointment in Honduras",
+ "Arena",
+ "Arrowhead",
+ "Baby Butch",
+ "Back to God's Country",
+ "Bad for Each Other",
+ "The Bandits of Corsica",
+ "Bandits of the West",
+ "The Band Wagon",
+ "Battle Circus",
+ "The Beast from 20,000 Fathoms",
+ "Beat the Devil",
+ "Ben and Me",
+ "Beneath the 12-Mile Reef",
+ "The Bigamist",
+ "The Big Heat",
+ "Big Leaguer",
+ "Blowing Wild",
+ "The Blue Gardenia",
+ "A Blueprint for Murder",
+ "Born to the Saddle",
+ "Botany Bay",
+ "Bright Road",
+ "Bully for Bugs",
+ "By the Light of the Silvery Moon",
+ "The Caddy",
+ "Calamity Jane",
+ "Call Me Madam",
+ "Canadian Mounties vs Atomic Invaders",
+ "Captain John Smith and Pocahontas",
+ "Captain Scarlett",
+ "Cat-Women of the Moon",
+ "Cat-Tails for Two",
+ "Catty Cornered",
+ "Cease Fire!",
+ "Champ for a Day",
+ "Charade",
+ "The Charge at Feather River",
+ "China Venture",
+ "City Beneath the Sea",
+ "City of Bad Men",
+ "City That Never Sleeps",
+ "Clipped Wings",
+ "The Clown",
+ "Code Two",
+ "Column South",
+ "Combat Squad",
+ "Commando Cody: Sky Marshal of the Universe",
+ "Confidentially Connie",
+ "Conquest of Cochise",
+ "Count the Hours",
+ "Cow Country",
+ "Crazylegs",
+ "Cruisin' Down the River",
+ "Cry of the Hunted",
+ "Dance Hall Racket",
+ "Dangerous Crossing",
+ "Dangerous When Wet",
+ "Decameron Nights",
+ "Desert Legion",
+ "The Desert Rats",
+ "The Desert Song",
+ "Designs on Jerry",
+ "Destination Gobi",
+ "Devil's Canyon",
+ "The Diamond Queen",
+ "Down Laredo Way",
+ "Don's Fountain of Youth",
+ "Donovan's Brain",
+ "Down Among the Sheltering Palms",
+ "Dream Wife",
+ "Duck Dodgers",
+ "Duck! Rabbit, Duck!",
+ "East of Sumatra",
+ "Easy to Love",
+ "The Eddie Cantor Story",
+ "El Alamein",
+ "El Paso Stampede",
+ "Escape from Fort Bravo",
+ "Fair Wind to Java",
+ "Fangs of the Arctic",
+ "The Farmer Takes a Wife",
+ "Fast Company",
+ "Fear and Desire",
+ "Fighter Attack",
+ "Fighting Lawman",
+ "Flame of Calcutta",
+ "The Flaming Urge",
+ "Flight Nurse",
+ "Flight to Tangier",
+ "Forever Female",
+ "Forbidden",
+ "Fort Ti",
+ "Fort Vengeance",
+ "Francis Covers the Big Town",
+ "From Here to Eternity",
+ "Gentlemen Prefer Blondes",
+ "Geraldine",
+ "The Girl Next Door",
+ "The Girl Who Had Everything",
+ "Girls in the Night",
+ "The Girls of Pleasure Island",
+ "Give a Girl a Break",
+ "The Glass Wall",
+ "The Glass Web",
+ "The Glory Brigade",
+ "Glen or Glenda",
+ "The Golden Blade",
+ "Goldtown Ghost Riders",
+ "The Great Jesse James Raid",
+ "The Great Sioux Uprising",
+ "Guerrilla Girl",
+ "Gun Belt",
+ "Gun Fury",
+ "Gunsmoke",
+ "Half a Hero",
+ "Hannah Lee",
+ "Here Come the Girls",
+ "The Hitch-Hiker",
+ "The Homesteaders",
+ "Hondo",
+ "Hot News",
+ "Houdini",
+ "House of Wax",
+ "How to Marry a Millionaire",
+ "I Confess",
+ "The I Don't Care Girl",
+ "I Love Lucy",
+ "I Love Melvin",
+ "I, the Jury",
+ "Inferno",
+ "Invaders from Mars",
+ "Iron Mountain Trail",
+ "Island in the Sky",
+ "It Came from Outer Space",
+ "It Happens Every Thursday",
+ "Jack McCall, Desperado",
+ "Jalopy",
+ "Jamaica Run",
+ "Jennifer",
+ "Jeopardy",
+ "The Joe Louis Story",
+ "Johann Mouse",
+ "The Juggler",
+ "Julius Caesar",
+ "Jungle Drums of Africa",
+ "Kansas Pacific",
+ "The Kid from Left Field",
+ "Killer Ape",
+ "King of the Khyber Rifles",
+ "Kiss Me, Kate",
+ "Knights of the Round Table",
+ "The Lady Wants Mink",
+ "Last of the Comanches",
+ "Last of the Pony Riders",
+ "The Last Posse",
+ "Latin Lovers",
+ "Law and Order",
+ "The Lawless Breed",
+ "Let's All Go to the Lobby",
+ "Let's Do It Again",
+ "Life with Tom",
+ "Lili",
+ "A Lion Is in the Streets",
+ "Little Boy Lost",
+ "Little Fugitive",
+ "The Living Desert",
+ "The Lone Hand",
+ "Loose in London",
+ "The Lost Planet",
+ "Ma and Pa Kettle on Vacation",
+ "The Magnetic Monster",
+ "Main Street to Broadway",
+ "The Man Behind the Gun",
+ "The Man from Cairo",
+ "The Man from the Alamo",
+ "Man in the Attic",
+ "Man in the Dark",
+ "Man of Conflict",
+ "Man on a Tightrope",
+ "The Marksman",
+ "Marry Me Again",
+ "Marshal of Cedar Rock",
+ "The Marshal's Daughter",
+ "Martin Luther",
+ "The Maze",
+ "Meet Me at the Fair",
+ "Melba",
+ "Mesa of Lost Women",
+ "Mexican Manhunt",
+ "Miss Sadie Thompson",
+ "Mission Over Korea",
+ "The Missing Mouse",
+ "The Mississippi Gambler",
+ "Mister Scoutmaster",
+ "Mogambo",
+ "Money from Home",
+ "The Moon Is Blue",
+ "The Moonlighter",
+ "Mouse for Sale",
+ "Murder Without Tears",
+ "The Naked Spur",
+ "The Neanderthal Man",
+ "Neapolitan Mouse",
+ "The Nebraskan",
+ "Never Let Me Go",
+ "Never Wave at a WAC",
+ "Niagara",
+ "No Escape",
+ "Northern Patrol",
+ "Off Limits",
+ "Old Overland Trail",
+ "On Top of Old Smoky",
+ "One Girl's Confession",
+ "Pack Train",
+ "Pardon My Backfire",
+ "Paris Model",
+ "A Perilous Journey",
+ "Perils of the Jungle",
+ "Personal Affair",
+ "Peter Pan",
+ "Phantom from Space",
+ "Pickup on South Street",
+ "Plunder of the Sun",
+ "Pony Express",
+ "Port Sinister",
+ "Powder River",
+ "The President's Lady",
+ "Prince of Pirates",
+ "Prisoners of the Casbah",
+ "Private Eyes",
+ "Problem Girls",
+ "Project Moonbase",
+ "Pup on a Picnic",
+ "Puppy Tale",
+ "Raiders of the Seven Seas",
+ "Rebel City",
+ "The Red Beret",
+ "The Redhead from Wyoming",
+ "Red River Shore",
+ "The Redhead from Wyoming",
+ "Remains to Be Seen",
+ "Return to Paradise",
+ "Ride, Vaquero!",
+ "Roar of the Crowd",
+ "Rob Roy, the Highland Rogue",
+ "The Robe",
+ "Robot Monster",
+ "Rogue's March",
+ "Roman Holiday",
+ "Rough Shoot",
+ "The Royal African Rifles",
+ "Saadia",
+ "Sabre Jet",
+ "Safari Drums",
+ "Saginaw Trail",
+ "Sailor of the King",
+ "Salome",
+ "Sangaree",
+ "San Antone",
+ "Savage Frontier",
+ "Savage Mutiny",
+ "Scandal at Scourie",
+ "Scared Stiff",
+ "Sea Devils",
+ "The Seafarers",
+ "Sea of Lost Ships",
+ "Second Chance",
+ "Seminole",
+ "Serpent of the Nile",
+ "Shadows of Tombstone",
+ "Shane",
+ "Shark River",
+ "She's Back on Broadway",
+ "The Silver Whip",
+ "The Simple Things",
+ "Sins of Jezebel",
+ "Siren of Bagdad",
+ "Sky Commando",
+ "Slaves of Babylon",
+ "A Slight Case of Larceny",
+ "Small Town Girl",
+ "So Big!",
+ "Sombrero",
+ "Son of Belle Starr",
+ "So This Is Love",
+ "South of Algiers",
+ "South Sea Woman",
+ "Southern Fried Rabbit",
+ "Spaceways",
+ "Split Second",
+ "Spooks!",
+ "Stalag 17",
+ "The Stand at Apache River",
+ "The Stars Are Singing",
+ "Star of Texas",
+ "The Steel Lady",
+ "The Story of Three Loves",
+ "The Stranger Wore a Gun",
+ "The Sun Shines Bright",
+ "Sweethearts on Parade",
+ "The Sword and the Rose",
+ "Sword of Venus",
+ "The System",
+ "Take Me to Town",
+ "Take the High Ground!",
+ "The Tall Texan",
+ "Tangier Incident",
+ "Target Hong Kong",
+ "Tarzan and the She-Devil",
+ "Taxi",
+ "The Tell-Tale Heart",
+ "Terminal Station",
+ "Terror Street",
+ "Texas Bad Man",
+ "That Man from Tangier",
+ "Those Redheads from Seattle",
+ "Three Sailors and a Girl",
+ "Thunder Bay",
+ "Thunder Over the Plains",
+ "Thy Neighbor's Wife",
+ "Time Bomb",
+ "Titanic",
+ "Tonight We Sing",
+ "Toot, Whistle, Plunk and Boom",
+ "Topeka",
+ "Torch Song",
+ "Treasure of the Golden Condor",
+ "Tropic Zone",
+ "Trouble Along the Way",
+ "Tumbleweed",
+ "The Twonky",
+ "Valley of the Head Hunters",
+ "The Vanquished",
+ "The Veils of Bagdad",
+ "Vice Squad",
+ "Vicki",
+ "Vigilante Terror",
+ "Walking My Baby Back Home",
+ "War Paint",
+ "The War of the Worlds",
+ "White Lightning",
+ "White Witch Doctor",
+ "Wicked Woman",
+ "The Wild One",
+ "Wings of the Hawk",
+ "Winning of the West",
+ "Woman They Almost Lynched",
+ "Working for Peanuts",
+ "Young Bess",
+ "3 Ring Circus",
+ "20,000 Leagues Under the Sea",
+ "About Mrs. Leslie",
+ "The Adventures of Hajji Baba",
+ "Alaska Seas",
+ "Apache",
+ "Arrow in the Dust",
+ "Athena",
+ "The Atomic Kid",
+ "Baby Buggy Bunny",
+ "Bait",
+ "The Bamboo Prison",
+ "The Barefoot Contessa",
+ "The Battle of Rogue River",
+ "Beachhead",
+ "Beau Brummell",
+ "Beautiful Stranger",
+ "Bengal Brigade",
+ "Betrayed",
+ "The Big Chase",
+ "Bitter Creek",
+ "The Black Dakotas",
+ "Black Horse Canyon",
+ "The Black Knight",
+ "The Black Pirates",
+ "The Black Shield of Falworth",
+ "Black Tuesday",
+ "Black Widow",
+ "The Bob Mathias Story",
+ "Border River",
+ "The Bounty Hunter",
+ "The Bowery Boys Meet the Monsters",
+ "The Boy from Oklahoma",
+ "The Bridges at Toko-Ri",
+ "Brigadoon",
+ "Bright Road",
+ "Broken Lance",
+ "Bugs and Thugs",
+ "A Bullet Is Waiting",
+ "The Caine Mutiny",
+ "Cannibal Attack",
+ "Captain Kidd and the Slave Girl",
+ "Carmen Jones",
+ "Carnival Story",
+ "Casanova's Big Night",
+ "Cattle Queen of Montana",
+ "Charge of the Lancers",
+ "The Command",
+ "The Country Girl",
+ "Creature from the Black Lagoon",
+ "Crime Wave",
+ "Crossed Swords",
+ "Cry Vengeance",
+ "Dangerous Mission",
+ "Dawn at Socorro",
+ "Deep in My Heart",
+ "Demetrius and the Gladiators",
+ "Désirée",
+ "The Desperado",
+ "Destry",
+ "Devil May Hare",
+ "Dial M for Murder",
+ "Dixieland Droopy",
+ "Dog Pounded",
+ "Down Three Dark Streets",
+ "Downhearted Duckling",
+ "Dragnet",
+ "Dragon's Gold",
+ "Dragonfly Squadron",
+ "Drive a Crooked Road",
+ "Drum Beat",
+ "Drums Across the River",
+ "Drums of Tahiti",
+ "Duffy of San Quentin",
+ "The Egyptian",
+ "Elephant Walk",
+ "Executive Suite",
+ "Fangs of the Wild",
+ "Fireman Save My Child",
+ "Flame and the Flesh",
+ "The Forty-Niners",
+ "Four Guns to the Border",
+ "Francis Joins the WACS",
+ "The French Line",
+ "The Gambler from Natchez",
+ "Garden of Evil",
+ "The Glenn Miller Story",
+ "Go Man Go",
+ "Gog",
+ "The Golden Idol",
+ "The Golden Mistress",
+ "Gorilla at Large",
+ "The Great Diamond Robbery",
+ "Green Fire",
+ "Gunfighters of the Northwest",
+ "Gypsy Colt",
+ "Hansel and Gretel: An Opera Fantasy",
+ "Hell and High Water",
+ "Hell Below Zero",
+ "Hell's Half Acre",
+ "Hell's Outpost",
+ "Her Twelve Men",
+ "The High and the Mighty",
+ "Highway Dragnet",
+ "His Majesty O'Keefe",
+ "The House in the Middle",
+ "Human Desire",
+ "The Human Jungle",
+ "Inauguration of the Pleasure Dome",
+ "The Iron Glove",
+ "It Should Happen to You",
+ "Jail Bait",
+ "Jesse James vs. the Daltons",
+ "Jesse James' Women",
+ "Jivaro",
+ "Johnny Dark",
+ "Johnny Guitar",
+ "Jubilee Trail",
+ "Jungle Gents",
+ "Jungle Man-Eaters",
+ "Khyber Patrol",
+ "Killer Leopard",
+ "Killers from Space",
+ "King Richard and the Crusaders",
+ "Knock on Wood",
+ "The Last Time I Saw Paris",
+ "The Law vs. Billy the Kid",
+ "The Lawless Rider",
+ "A Life at Stake",
+ "Little School Mouse",
+ "Living It Up",
+ "The Lone Gun",
+ "The Long, Long Trailer",
+ "The Long Wait",
+ "Loophole",
+ "Lucky Me",
+ "Ma and Pa Kettle at Home",
+ "The Mad Magician",
+ "Magic Brush",
+ "Make Haste to Live",
+ "Magnificent Obsession",
+ "Man with the Steel Whip",
+ "Massacre Canyon",
+ "Masterson of Kansas",
+ "Men of the Fighting Lady",
+ "The Miami Story",
+ "Miss Robin Crusoe",
+ "Monster from the Ocean Floor",
+ "Naked Alibi",
+ "The Naked Jungle",
+ "New Faces",
+ "Night People",
+ "On the Waterfront",
+ "The Other Woman",
+ "The Outcast",
+ "The Outlaw's Daughter",
+ "The Outlaw Stallion",
+ "Overland Pacific",
+ "Paris Playboys",
+ "Passion",
+ "Phantom of the Rue Morgue",
+ "Phantom Stallion",
+ "Phffft!",
+ "Playgirl",
+ "Port of Hell",
+ "Pride of the Blue Grass",
+ "Prince Valiant",
+ "Princess of the Nile",
+ "Prisoner of War",
+ "Private Hell 36",
+ "Pushover",
+ "Racing Blood",
+ "The Raid",
+ "Rails Into Laramie",
+ "Rear Window",
+ "Red Garters",
+ "Return from the Sea",
+ "Return to Treasure Island",
+ "Rhapsody",
+ "Ricochet Romance",
+ "Ride Clear of Diablo",
+ "Riders to the Stars",
+ "Riding Shotgun",
+ "Ring of Fear",
+ "Riot in Cell Block 11",
+ "River of No Return",
+ "Robinson Crusoe",
+ "The Rocket Man",
+ "Rogue Cop",
+ "Roogie's Bump",
+ "Rose Marie",
+ "Sabaka",
+ "Sabrina",
+ "Salt of the Earth",
+ "The Saracen Blade",
+ "Saskatchewan",
+ "Satan's Waitin'",
+ "Secret of the Incas",
+ "Security Risk",
+ "Seven Brides for Seven Brothers",
+ "The Shanghai Story",
+ "She Couldn't Say No",
+ "Shield for Murder",
+ "Siege at Red River",
+ "Sign of the Pagan",
+ "Silent Raiders",
+ "The Silver Chalice",
+ "Silver Lode",
+ "Sitting Bull",
+ "Smarty Cat",
+ "The Snow Creature",
+ "Southwest Passage",
+ "Stamp Day for Superman",
+ "A Star Is Born",
+ "The Steel Cage",
+ "The Student Prince",
+ "Suddenly",
+ "Susan Slept Here",
+ "Tanganyika",
+ "Target Earth",
+ "Taza, Son of Cochise",
+ "Tennessee Champ",
+ "Them!",
+ "There's No Business Like Show Business",
+ "They Rode West",
+ "They Were So Young",
+ "This Is My Love",
+ "Three Coins in the Fountain",
+ "Three Hours to Kill",
+ "Three Young Texans",
+ "Tobor the Great",
+ "Top Banana",
+ "Track of the Cat",
+ "Untamed Heiress",
+ "Trader Tom of the China Seas",
+ "Two Guns and a Badge",
+ "Valley of the Kings",
+ "The Vanishing Prairie",
+ "Vera Cruz",
+ "War Arrow",
+ "White Christmas",
+ "The White Orchid",
+ "Witness to Murder",
+ "Woman's World",
+ "World for Ransom",
+ "Wyoming Renegades",
+ "Yankee Pasha",
+ "The Yellow Mountain",
+ "The Yellow Tomahawk",
+ "Young at Heart",
+ "Yukon Vengeance",
+ "5 Against the House",
+ "Abbott and Costello Meet the Keystone Kops",
+ "Abbott and Costello Meet the Mummy",
+ "The Adventures of Captain Africa",
+ "The Adventures of Quentin Durward",
+ "African Manhunt",
+ "Age 13",
+ "Ain't Misbehavin'",
+ "Air Strike",
+ "All That Heaven Allows",
+ "The Americano",
+ "An Annapolis Story",
+ "Angela",
+ "Apache Ambush",
+ "Apache Woman",
+ "Artists and Models",
+ "At Gunpoint",
+ "Bad Day at Black Rock",
+ "Battle Cry",
+ "The Battle of Gettysburg",
+ "Battle Taxi",
+ "Beanstalk Bunny",
+ "Bedevilled",
+ "Bengazi",
+ "The Big Bluff",
+ "The Big Combo",
+ "Big House, U.S.A.",
+ "The Big Knife",
+ "Blackboard Jungle",
+ "Blood Alley",
+ "Bowery to Bagdad",
+ "Bride of the Monster",
+ "Bring Your Smile Along",
+ "A Bullet for Joey",
+ "Canyon Crossroads",
+ "Captain Lightfoot",
+ "Carolina Cannonball",
+ "Chicago Syndicate",
+ "Chief Crazy Horse",
+ "Cinerama Holiday",
+ "City of Shadows",
+ "The Cobweb",
+ "Conquest of Space",
+ "Count Three and Pray",
+ "The Court-Martial of Billy Mitchell",
+ "Crashout",
+ "Creature with the Atom Brain",
+ "The Crooked Web",
+ "Cross Channel",
+ "Cult of the Cobra",
+ "Daddy Long Legs",
+ "The Dark Avenger",
+ "Davy Crockett, King of the Wild Frontier",
+ "Day the World Ended",
+ "Dementia",
+ "Desert Sands",
+ "The Desperate Hours",
+ "Devil Goddess",
+ "Dial Red O",
+ "Double Jeopardy",
+ "Duel on the Mississippi",
+ "East of Eden",
+ "The End of the Affair",
+ "Escape to Burma",
+ "The Eternal Sea",
+ "The Far Country",
+ "The Far Horizons",
+ "The Fast and the Furious",
+ "Female Jungle",
+ "Female on the Beach",
+ "The Fighting Chance",
+ "Finger Man",
+ "Fort Yuma",
+ "Foxfire",
+ "Francis in the Navy",
+ "The Gamma People",
+ "Gentlemen Marry Brunettes",
+ "The Girl in the Red Velvet Swing",
+ "The Girl Rush",
+ "The Glass Slipper",
+ "Good Morning Miss Dove",
+ "The Gun That Won the West",
+ "Guys and Dolls",
+ "Hare Brush",
+ "Headline Hunters",
+ "Hell on Frisco Bay",
+ "Hell's Horizon",
+ "Hell's Island",
+ "High Society",
+ "Hit the Deck",
+ "Hold Back Tomorrow",
+ "House of Bamboo",
+ "How to Be Very, Very Popular",
+ "Hyde and Hare",
+ "I Am a Camera",
+ "I Cover the Underworld",
+ "I Died a Thousand Times",
+ "I'll Cry Tomorrow",
+ "Illegal",
+ "The Indian Fighter",
+ "Interrupted Melody",
+ "It Came from Beneath the Sea",
+ "It's Always Fair Weather",
+ "It's a Dog's Life",
+ "Jail Busters",
+ "Joe MacBeth",
+ "Jump into Hell",
+ "Jungle Moon Men",
+ "Jupiter's Darling",
+ "The Kentuckian",
+ "Kentucky Rifle",
+ "Killer's Kiss",
+ "King of the Carnival",
+ "King's Rhapsody",
+ "The King's Thief",
+ "Kismet",
+ "Kiss Me Deadly",
+ "Kiss of Fire",
+ "Lady and the Tramp",
+ "Lady Godiva of Coventry",
+ "Land of the Pharaohs",
+ "Las Vegas Shakedown",
+ "The Last Command",
+ "The Last Frontier",
+ "A Lawless Street",
+ "Lay That Rifle Down",
+ "The Left Hand of God",
+ "A Life in the Balance",
+ "The Long Gray Line",
+ "The Looters",
+ "Love Is a Many-Splendored Thing",
+ "Love Me or Leave Me",
+ "Lucy Gallant",
+ "Ma and Pa Kettle at Waikiki",
+ "Magic Fire",
+ "The Magnificent Matador",
+ "Mambo",
+ "A Man Alone",
+ "A Man Called Peter",
+ "The Man from Bitter Ridge",
+ "The Man from Laramie",
+ "The Man with the Golden Arm",
+ "Man with the Gun",
+ "Man Without a Star",
+ "Many Rivers to Cross",
+ "The Marauders",
+ "Marty",
+ "The McConnell Story",
+ "Mister Roberts",
+ "Moonfleet",
+ "Mr. Arkadin",
+ "Murder Is My Beat",
+ "My Sister Eileen",
+ "The Naked Dawn",
+ "The Naked Street",
+ "New Orleans Uncensored",
+ "New York Confidential",
+ "The Night Holds Terror",
+ "The Night of the Hunter",
+ "No Man's Woman",
+ "No Place to Hide",
+ "Not as a Stranger",
+ "Oklahoma!",
+ "One Desire",
+ "One Froggy Evening",
+ "Outlaw Treasure",
+ "Panther Girl of the Kongo",
+ "Paris Follies of 1956",
+ "Pearl of the South Pacific",
+ "Pete Kelly's Blues",
+ "The Phantom from 10,000 Leagues",
+ "The Phenix City Story",
+ "Picnic",
+ "The Pied Piper of Cleveland",
+ "Pirates of Tripoli",
+ "Prince of Players",
+ "The Private War of Major Benson",
+ "A Prize of Gold",
+ "The Prodigal",
+ "The Purple Mask",
+ "Queen Bee",
+ "Rabbit Rampage",
+ "The Racers",
+ "Rage at Dawn",
+ "The Rains of Ranchipur",
+ "Rebel Without a Cause",
+ "Revenge of the Creature",
+ "The Road to Denver",
+ "Robbers' Roost",
+ "Roman-Legion Hare",
+ "The Rose Tattoo",
+ "Run for Cover",
+ "Running Wild",
+ "Sabaka",
+ "Sahara Hare",
+ "Santa Fe Passage",
+ "The Scarlet Coat",
+ "The Sea Chase",
+ "The Second Greatest Sex",
+ "Seminole Uprising",
+ "Seven Angry Men",
+ "Seven Cities of Gold",
+ "The Seven Little Foys",
+ "The Seven Year Itch",
+ "Shack Out on 101",
+ "Shotgun",
+ "The Shrike",
+ "Sincerely Yours",
+ "Six Bridges to Cross",
+ "Smoke Signal",
+ "So This Is Paris",
+ "Soldier of Fortune",
+ "Son of Sinbad",
+ "Southbound Duckling",
+ "Special Delivery",
+ "The Spoilers",
+ "Spy Chasers",
+ "The Square Jungle",
+ "Storm Fear",
+ "Strange Lady in Town",
+ "Stranger on Horseback",
+ "Strategic Air Command",
+ "Sudden Danger",
+ "Summertime",
+ "Swamp Women",
+ "Tall Man Riding",
+ "The Tall Men",
+ "Tarantula",
+ "Target Zero",
+ "Tarzan's Hidden Jungle",
+ "Teen-Age Crime Wave",
+ "The Tender Trap",
+ "Tennessee's Partner",
+ "Ten Wanted Men",
+ "Texas Lady",
+ "That's My Mommy",
+ "This Island Earth",
+ "Three for the Show",
+ "Three Stripes in the Sun",
+ "Tight Spot",
+ "Timberjack",
+ "To Catch a Thief",
+ "To Hell and Back",
+ "Tom and Chérie",
+ "Top Gun",
+ "Top of the World",
+ "Toughest Man Alive",
+ "The Treasure of Pancho Villa",
+ "Treasure of Ruby Hills",
+ "Trial",
+ "The Trouble with Harry",
+ "The Twinkle in God's Eye",
+ "Unchained",
+ "Underwater!",
+ "Untamed",
+ "The Violent Men",
+ "The Vanishing American",
+ "The View from Pompey's Head",
+ "Violent Saturday",
+ "The Virgin Queen",
+ "We're No Angels",
+ "White Feather",
+ "Wichita",
+ "Wiretapper",
+ "Women's Prison",
+ "A Word to the Wives….",
+ "Yellowneck",
+ "You're Never Too Young",
+ "7th Cavalry",
+ "23 Paces to Baker Street",
+ "Accused of Murder",
+ "Alexander the Great",
+ "The Ambassador's Daughter",
+ "Anastasia",
+ "Anything Goes",
+ "Around the World in Eighty Days",
+ "At Gunpoint",
+ "Attack",
+ "Autumn Leaves",
+ "Away All Boats",
+ "Baby Doll",
+ "Back from Eternity",
+ "Backlash",
+ "The Bad Seed",
+ "Bandido",
+ "Barbecue Brawl",
+ "Battle Stations",
+ "The Beast of Hollow Mountain",
+ "Behind the High Wall",
+ "The Benny Goodman Story",
+ "The Best Things in Life Are Free",
+ "Between Heaven and Hell",
+ "Beyond Mombasa",
+ "Beyond a Reasonable Doubt",
+ "Bhowani Junction",
+ "Bigger Than Life",
+ "The Birds and the Bees",
+ "The Black Sleep",
+ "The Black Whip",
+ "Blackjack Ketchum, Desperado",
+ "Blazing the Overland Trail",
+ "Blue Cat Blues",
+ "The Bold and the Brave",
+ "The Boss",
+ "The Bottom of the Bottle",
+ "The Brass Legend",
+ "The Brave One",
+ "The Broken Star",
+ "Broom-Stick Bunny",
+ "Bundle of Joy",
+ "The Burning Hills",
+ "Bus Stop",
+ "Busy Buddies",
+ "Calling Homicide",
+ "Canyon River",
+ "Carousel",
+ "The Catered Affair",
+ "Cha-Cha-Cha Boom!",
+ "Comanche",
+ "Come Next Spring",
+ "The Come On",
+ "Commotion on the Ocean",
+ "Congo Crossing",
+ "The Conqueror",
+ "The Court Jester",
+ "Crashing Las Vegas",
+ "The Creature Walks Among Us",
+ "Creeps",
+ "Crime Against Joe",
+ "Crime in the Streets",
+ "Crowded Paradise",
+ "A Cry in the Night",
+ "Curucu, Beast of the Amazon",
+ "A Day of Fury",
+ "D-Day the Sixth of June",
+ "Dakota Incident",
+ "Dance with Me, Henry",
+ "Daniel Boone, Trail Blazer",
+ "Davy Crockett and the River Pirates",
+ "Death of a Scoundrel",
+ "Deduce, You Say!",
+ "The Desperados Are in Town",
+ "Diane",
+ "Dig That Uranium",
+ "Don't Knock the Rock",
+ "Down Beat Bear",
+ "Earth vs. the Flying Saucers",
+ "The Eddy Duchin Story",
+ "Edge of Hell",
+ "The Egg and Jerry",
+ "Emergency Hospital",
+ "Everything but the Truth",
+ "The Fastest Gun Alive",
+ "Feedin' the Kiddie",
+ "Fighting Trouble",
+ "Fire Maidens from Outer Space",
+ "The First Texan",
+ "The First Traveling Saleslady",
+ "Flagpole Jitters",
+ "Flame of the Islands",
+ "Flesh and the Spur",
+ "Flight to Hong Kong",
+ "The Flying Sorceress",
+ "Forbidden Planet",
+ "For Crimin' Out Loud",
+ "Foreign Intrigue",
+ "Forever, Darling",
+ "Friendly Persuasion",
+ "Full of Life",
+ "Fury at Gunsight Pass",
+ "Gaby",
+ "Ghost Town",
+ "Giant",
+ "The Girl Can't Help It",
+ "The Girl He Left Behind",
+ "Girls in Prison",
+ "Glory",
+ "Godzilla, King of the Monsters!",
+ "Good-bye, My Lady",
+ "Great Day in the Morning",
+ "The Great Locomotive Chase",
+ "The Great American Pastime",
+ "The Great Man",
+ "Gun Brothers",
+ "Gun the Man Down",
+ "Gunslinger",
+ "Happy Go Ducky",
+ "The Harder They Fall",
+ "He Laughed Last",
+ "Helen of Troy",
+ "Hidden Guns",
+ "High Society",
+ "Hilda Crane",
+ "Hold Back the Night",
+ "Hollywood or Bust",
+ "Hooked Bear",
+ "Hot Blood",
+ "Hot Cars",
+ "Hot Rod Girl",
+ "Hot Shots",
+ "Hot Stuff",
+ "The Houston Story",
+ "Huk!",
+ "Husbands Beware",
+ "I Killed Wild Bill Hickok",
+ "In the Bag",
+ "Indestructible Man",
+ "The Indian Fighter",
+ "Inside Detroit",
+ "The Intimate Stranger",
+ "Invasion of the Body Snatchers",
+ "Invitation to the Dance",
+ "The Iron Petticoat",
+ "It Conquered the World",
+ "I've Lived Before",
+ "Jaguar",
+ "Johnny Concho",
+ "Jubal",
+ "Julie",
+ "The Kettles in the Ozarks",
+ "The Killer Is Loose",
+ "The Killing",
+ "The King and Four Queens",
+ "The King and I",
+ "A Kiss Before Dying",
+ "The Last Hunt",
+ "The Last Wagon",
+ "The Leather Saint",
+ "The Lieutenant Wore Skirts",
+ "Lisbon",
+ "The Lone Ranger",
+ "Love Me Tender",
+ "Lust for Life",
+ "Magnificent Roughnecks",
+ "Man Beast",
+ "Man from Del Rio",
+ "The Man in the Gray Flannel Suit",
+ "Man in the Vault",
+ "The Man Is Armed",
+ "The Man Who Knew Too Much",
+ "The Man Who Never Was",
+ "Manfish",
+ "Massacre",
+ "The Maverick Queen",
+ "Meet Me in Las Vegas",
+ "Menace from Outer Space",
+ "Miami Expose",
+ "Miracle in the Rain",
+ "Mobs, Inc.",
+ "Moby Dick",
+ "Mohawk",
+ "The Mole People",
+ "The Mountain",
+ "Mr. B Natural",
+ "Mucho Mouse",
+ "Muscle Beach Tom",
+ "Naked Gun",
+ "Navy Wife",
+ "Never Say Goodbye",
+ "Nightmare",
+ "The Oklahoma Woman",
+ "On the Threshold of Space",
+ "Once Upon a Honeymoon",
+ "The Opposite Sex",
+ "Our Miss Brooks",
+ "Outside the Law",
+ "Over-Exposed",
+ "Pardners",
+ "Patterns",
+ "The Peacemaker",
+ "Perils of the Wilderness",
+ "Pillars of the Sky",
+ "Please Murder Me",
+ "The Power and the Prize",
+ "The Price of Fear",
+ "The Proud and Profane",
+ "The Proud Ones",
+ "Quincannon, Frontier Scout",
+ "Rabbitson Crusoe",
+ "The Rack",
+ "The Rainmaker",
+ "Ransom!",
+ "Raw Edge",
+ "The Rawhide Years",
+ "Rebel in Town",
+ "Red Sundown",
+ "Reprisal!",
+ "The Revolt of Mamie Stover",
+ "Ride the High Iron",
+ "Rock Around the Clock",
+ "Rock, Pretty Baby",
+ "Rock, Rock, Rock",
+ "Rumble on the Docks",
+ "Rumpus in the Harem",
+ "Runaway Daughters",
+ "Running Target",
+ "Run for the Sun",
+ "Santiago",
+ "Scandal Incorporated",
+ "The Scarlet Hour",
+ "Scheming Schemers",
+ "Screaming Eagles",
+ "The Search for Bridey Murphy",
+ "The Searchers",
+ "Secret of Treasure Mountain",
+ "Serenade",
+ "Seven Men from Now",
+ "Seven Wonders of the World",
+ "Shake, Rattle & Rock!",
+ "The Sharkfighters",
+ "The She-Creature",
+ "Showdown at Abilene",
+ "Singing in the Dark",
+ "Slander",
+ "Slightly Scarlet",
+ "The Solid Gold Cadillac",
+ "Somebody Up There Likes Me",
+ "Stagecoach to Fury",
+ "Star in the Dust",
+ "The Steel Jungle",
+ "Storm Center",
+ "A Strange Adventure",
+ "Strange Intruder",
+ "Stranger at My Door",
+ "The Swan",
+ "Tea and Sympathy",
+ "The Teahouse of the August Moon",
+ "Teenage Rebel",
+ "The Ten Commandments",
+ "Tension at Table Rock",
+ "Terror at Midnight",
+ "That Certain Feeling",
+ "There's Always Tomorrow",
+ "These Wilder Years",
+ "Three Bad Sisters",
+ "Three Brave Men",
+ "Thunder Over Arizona",
+ "Time Table",
+ "Timid Tabby",
+ "Tom's Photo Finish",
+ "Toward the Unknown",
+ "The Toy Tiger",
+ "Trapeze",
+ "Tribute to a Bad Man",
+ "The Unguarded Moment",
+ "Uranium Boom",
+ "The Vagabond King",
+ "The Violent Years",
+ "Walk the Proud Land",
+ "War and Peace",
+ "The Werewolf",
+ "Westward Ho the Wagons!",
+ "When Gangland Strikes",
+ "While the City Sleeps",
+ "The White Squaw",
+ "Wideo Wabbit",
+ "The Wild Party",
+ "A Woman's Devotion",
+ "The Women of Pitcairn Island",
+ "Women Without Men",
+ "World in My Corner",
+ "World Without End",
+ "Written on the Wind",
+ "The Wrong Man",
+ "X the Unknown",
+ "Yaqui Drums",
+ "You Can't Run Away from It",
+ "The Young Guns",
+ "3:10 to Yuma",
+ "5 Steps to Danger",
+ "8 x 8",
+ "12 Angry Men",
+ "20 Million Miles to Earth",
+ "The 27th Day",
+ "The Abductors",
+ "Action of the Tiger",
+ "Affair in Havana",
+ "Affair in Reno",
+ "An Affair to Remember",
+ "Ali Baba Bunny",
+ "All Mine to Give",
+ "The Amazing Colossal Man",
+ "Apache Warrior",
+ "Appointment with a Shadow",
+ "April Love",
+ "The Astounding She-Monster",
+ "Attack of the Crab Monsters",
+ "Baby Face Nelson",
+ "The Bachelor Party",
+ "Back from the Dead",
+ "Badlands of Montana",
+ "Bailout at 43,000",
+ "Band of Angels",
+ "Battle Hymn",
+ "Bayou",
+ "Beau James",
+ "Bedeviled Rabbit",
+ "Beginning of the End",
+ "Bernardine",
+ "The Big Boodle",
+ "The Big Caper",
+ "The Big Land",
+ "Birds Anonymous",
+ "Bitter Victory",
+ "Black Patch",
+ "The Black Scorpion",
+ "Bombers B-52",
+ "Bop Girl Goes Calypso",
+ "Boston Quackie",
+ "Boy on a Dolphin",
+ "The Brain from Planet Arous",
+ "The Brothers Rico",
+ "The Buckskin Lady",
+ "Bugsy and Mugsy",
+ "The Burglar",
+ "The Buster Keaton Story",
+ "Calypso Heat Wave",
+ "The Careless Years",
+ "Chain of Evidence",
+ "Chicago Confidential",
+ "China Gate",
+ "Copper Sky",
+ "Count Five and Die",
+ "Crime of Passion",
+ "The Crooked Circle",
+ "The Cyclops",
+ "The D.I.",
+ "The Dalton Girls",
+ "The Daughter of Dr. Jekyll",
+ "The Deadly Mantis",
+ "Death in Small Doses",
+ "Decision at Sundown",
+ "The Deerslayer",
+ "The Delicate Delinquent",
+ "The Delinquents",
+ "Designing Woman",
+ "Desk Set",
+ "The Devil's Hairpin",
+ "Dino",
+ "Domino Kid",
+ "Don't Go Near the Water",
+ "Dragoon Wells Massacre",
+ "Drango",
+ "Ducking the Devil",
+ "Duel at Apache Wells",
+ "Edge of the City",
+ "Eighteen and Anxious",
+ "The Enemy Below",
+ "Escapade in Japan",
+ "Escape from Red Rock",
+ "Escape from San Quentin",
+ "A Face in the Crowd",
+ "A Farewell to Arms",
+ "Fear Strikes Out",
+ "Fire Down Below",
+ "Flesh and the Spur",
+ "The Flesh Is Weak",
+ "Footsteps in the Night",
+ "Fox Terror",
+ "Forty Guns",
+ "Four Boys and a Gun",
+ "Four Girls in Town",
+ "From Hell It Came",
+ "Funny Face",
+ "Fury at Showdown",
+ "The Fuzzy Pink Nightgown",
+ "The Garment Jungle",
+ "Ghost Diver",
+ "The Giant Claw",
+ "The Girl in Black Stockings",
+ "The Girl in the Kremlin",
+ "The Girl Most Likely",
+ "Les Girls",
+ "Love Slaves of the Amazons",
+ "Give And Tyke",
+ "God Is My Partner",
+ "The Green-Eyed Blonde",
+ "Gun Battle at Monterey",
+ "Gun Duel in Durango",
+ "Gun for a Coward",
+ "Gunfight at the O.K. Corral",
+ "Gunfire at Indian Gap",
+ "Gun Glory",
+ "Guns a Poppin",
+ "Gunsight Ridge",
+ "The Guns of Fort Petticoat",
+ "The Halliday Brand",
+ "The Happy Road",
+ "The Hard Man",
+ "A Hatful of Rain",
+ "Hear Me Good",
+ "Heaven Knows, Mr. Allison",
+ "The Helen Morgan Story",
+ "Hell Bound",
+ "Hell Canyon Outlaws",
+ "Hellcats of the Navy",
+ "Hell Drivers",
+ "Hell on Devil's Island",
+ "Hell's Crossroads",
+ "Hell Ship Mutiny",
+ "Hemo the Magnificent",
+ "Hidden Fear",
+ "The Hired Gun",
+ "Hit and Run",
+ "Hold That Hypnotist",
+ "Hoofs and Goofs",
+ "Horsing Around",
+ "Hot Rod Rumble",
+ "Hot Summer Night",
+ "House of Numbers",
+ "I Was a Teenage Frankenstein",
+ "I Was a Teenage Werewolf",
+ "The Incredible Petrified World",
+ "The Incredible Shrinking Man",
+ "Interlude",
+ "Invasion of the Saucer Men",
+ "The Invisible Boy",
+ "The Iron Sheriff",
+ "Island in the Sun",
+ "Istanbul",
+ "Jailhouse Rock",
+ "Jamboree",
+ "The James Dean Story",
+ "Jeanne Eagels",
+ "Jet Pilot",
+ "Joe Butterfly",
+ "Joe Dakota",
+ "Johnny Trouble",
+ "Johnny Tremain",
+ "The Joker Is Wild",
+ "Jungle Heat",
+ "Kelly and Me",
+ "The Kettles on Old MacDonald's Farm",
+ "Kiss Them for Me",
+ "Kronos",
+ "The Land Unknown",
+ "Last of the Badmen",
+ "The Last Stagecoach West",
+ "The Lawless Eighties",
+ "Legend of the Lost",
+ "Les Girls",
+ "Let's Be Happy",
+ "The Little Hut",
+ "The Living Idol",
+ "Lizzie",
+ "The Lonely Man",
+ "Looking for Danger",
+ "Love in the Afternoon",
+ "Loving You",
+ "Lure of the Swamp",
+ "Man Afraid",
+ "Man of a Thousand Faces",
+ "Man on Fire",
+ "Man on the Prowl",
+ "The Man Who Turned to Stone",
+ "Mayerling",
+ "Men in War",
+ "A Merry Mix Up",
+ "The Midnight Story",
+ "Mister Cory",
+ "Mister Rock and Roll",
+ "Monkey on My Back",
+ "The Monolith Monsters",
+ "Monster from Green Hell",
+ "The Monster That Challenged the World",
+ "Muscle Up a Little Closer",
+ "My Gun Is Quick",
+ "My Man Godfrey",
+ "N.Y., N.Y.",
+ "Naked Paradise",
+ "Night Passage",
+ "Nightfall",
+ "The Night Runner",
+ "The Night the World Exploded",
+ "No Down Payment",
+ "No Time to Be Young",
+ "Not of This Earth",
+ "Oh, Men! Oh, Women!",
+ "The Oklahoman",
+ "Old Yeller",
+ "Omar Khayyam",
+ "Operation Mad Ball",
+ "Oregon Passage",
+ "Outer Space Jitters",
+ "Outlaw's Son",
+ "The Pajama Game",
+ "Pal Joey",
+ "Panama Sal",
+ "The Parson and the Outlaw",
+ "Paths of Glory",
+ "Pawnee",
+ "Perri",
+ "The Persuader",
+ "Peyton Place",
+ "The Phantom Stagecoach",
+ "Pharaoh's Curse",
+ "The Pied Piper of Hamelin",
+ "Plunder Road",
+ "Portland Exposé",
+ "The Pride and the Passion",
+ "The Prince and the Showgirl",
+ "Public Pigeon No. 1",
+ "Quantez",
+ "The Quiet Gun",
+ "Raiders of Old California",
+ "Raintree County",
+ "Reform School Girl",
+ "The Restless Breed",
+ "Revolt at Fort Laramie",
+ "The Ride Back",
+ "Ride Out for Revenge",
+ "Ride a Violent Mile",
+ "The River's Edge",
+ "Rockabilly Baby",
+ "Rock All Night",
+ "Run of the Arrow",
+ "Rusty Romeos",
+ "The Sad Sack",
+ "Saint Joan",
+ "Sayonara",
+ "Scat Cats",
+ "Seven Waves Away",
+ "The Seventh Sin",
+ "The Shadow on the Window",
+ "She Devil",
+ "Shoot-Out at Medicine Bend",
+ "Short Cut to Hell",
+ "Sierra Stranger",
+ "Silk Stockings",
+ "Slaughter on Tenth Avenue",
+ "Slim Carter",
+ "Something of Value",
+ "Sorority Girl",
+ "Space Ship Sappy",
+ "Spanish Affair",
+ "The Spirit of St. Louis",
+ "Spoilers of the Forest",
+ "Spook Chasers",
+ "Spring Reunion",
+ "Stopover Tokyo",
+ "Street of Sinners",
+ "The Storm Rider",
+ "The Story of Esther Costello",
+ "The Story of Mankind",
+ "The Strange One",
+ "The Strange World of Planet X",
+ "The Sun Also Rises",
+ "Sweet Smell of Success",
+ "The Tall Stranger",
+ "The Tall T",
+ "Taming Sutton's Gal",
+ "Tammy and the Bachelor",
+ "Tarzan and the Lost Safari",
+ "The Tattered Dress",
+ "Teenage Doll",
+ "Ten Thousand Bedrooms",
+ "That Night!",
+ "This Angry Age",
+ "This Could Be the Night",
+ "The Three Faces of Eve",
+ "Three Little Bops",
+ "Three Violent People",
+ "The Tijuana Story",
+ "Time Limit",
+ "The Tin Star",
+ "Tip on a Dead Jockey",
+ "Toccata for Toy Trains",
+ "Tomahawk Trail",
+ "Top Secret Affair",
+ "Tops with Pops",
+ "Trooper Hook",
+ "The True Story of Jesse James",
+ "Tweety and the Beanstalk",
+ "The Undead",
+ "Under Fire",
+ "The Unearthly",
+ "The Unholy Wife",
+ "The Unknown Terror",
+ "Untamed Youth",
+ "Until They Sail",
+ "Up in Smoke",
+ "Utah Blaine",
+ "Valerie",
+ "The Vampire",
+ "The Vanishing Duck",
+ "The Vintage",
+ "The Violators",
+ "Voodoo Island",
+ "Voodoo Woman",
+ "War Drums",
+ "The Way to the Gold",
+ "The Wayward Bus",
+ "The Wayward Girl",
+ "What's Opera, Doc?",
+ "Wild Is the Wind",
+ "Will Success Spoil Rock Hunter?",
+ "The Wings of Eagles",
+ "Witness for the Prosecution",
+ "Woman and the Hunter",
+ "Young and Dangerous",
+ "The Young Don't Cry",
+ "Zero Hour!",
+ "Zombies of Mora Tau",
+ "Ambush at Cimarron Pass",
+ "Andy Hardy Comes Home",
+ "Anna Lucasta",
+ "Another Time, Another Place",
+ "Apache Territory",
+ "Arrivederci Roma",
+ "As Young as We Are",
+ "Attack of the 50 Foot Woman",
+ "Attack of the Puppet People",
+ "Auntie Mame",
+ "The Badlanders",
+ "Badman's Country",
+ "The Barbarian and the Geisha",
+ "Bell, Book and Candle",
+ "The Big Beat",
+ "The Big Country",
+ "The Black Orchid",
+ "The Blob",
+ "Blood Arrow",
+ "Bonjour Tristesse",
+ "Born Reckless",
+ "The Brain Eaters",
+ "The Bravados",
+ "The Brothers Karamazov",
+ "The Buccaneer",
+ "Buchanan Rides Alone",
+ "Bullwhip",
+ "The Case Against Brooklyn",
+ "Cat on a Hot Tin Roof",
+ "Cattle Empire",
+ "A Certain Smile",
+ "China Doll",
+ "Cole Younger, Gunfighter",
+ "The Colossus of New York",
+ "The Cool and the Crazy",
+ "Cop Hater",
+ "Corridors of Blood",
+ "Country Music Holiday",
+ "Cowboy",
+ "Crash Landing",
+ "The Cry Baby Killer",
+ "Cry Terror!",
+ "Curse of the Faceless Man",
+ "Daddy-O",
+ "Damn Citizen",
+ "Damn Yankees",
+ "Darby's Rangers",
+ "Day of the Badman",
+ "The Decks Ran Red",
+ "The Deep Six",
+ "The Defiant Ones",
+ "Desert Hell",
+ "Desire Under the Elms",
+ "Diamond Safari",
+ "Dragstrip Riot",
+ "Earth vs. the Spider",
+ "Edge of Fury",
+ "Enchanted Island",
+ "The Fearmakers",
+ "The Female Animal",
+ "The Fiend Who Walked the West",
+ "Fifi Blows Her Top",
+ "The Flame Barrier",
+ "Flaming Frontier",
+ "Flood Tide",
+ "The Fly",
+ "Flying Saucer Daffy",
+ "Fort Bowie",
+ "Fort Dobbs",
+ "Fort Massacre",
+ "Frankenstein 1970",
+ "Frankenstein's Daughter",
+ "Fraulein",
+ "From Hell to Texas",
+ "From the Earth to the Moon",
+ "Frontier Gun",
+ "Gang War",
+ "The Geisha Boy",
+ "Ghost of the China Sea",
+ "The Gift of Love",
+ "Gigi",
+ "The Girl Most Likely",
+ "Girl in the Woods",
+ "Girl on the Run",
+ "Girls on the Loose",
+ "God's Little Acre",
+ "The Goddess",
+ "Going Steady",
+ "Gun Fever",
+ "Gunman's Walk",
+ "The Gun Runners",
+ "Gunsmoke in Tucson",
+ "Handle with Care",
+ "Harry Black",
+ "Hell's Five Hours",
+ "The High Cost of Loving",
+ "High Hell",
+ "High School Confidential",
+ "Home Before Dark",
+ "Hong Kong Confidential",
+ "The Hot Angel",
+ "Hot Car Girl",
+ "Hot Rod Gang",
+ "Hot Spell",
+ "Houseboat",
+ "How to Make a Monster",
+ "The Hunters",
+ "I Accuse!",
+ "I Bury the Living",
+ "I Married a Monster from Outer Space",
+ "I Married a Woman",
+ "I, Mobster",
+ "I Want to Live!",
+ "Imitation General",
+ "In Love and War",
+ "In the Money",
+ "Indiscreet",
+ "The Inn of the Sixth Happiness",
+ "Invisible Avenger",
+ "Island Women",
+ "It! The Terror from Beyond Space",
+ "Jet Attack",
+ "Johnny Rocco",
+ "Joy Ride",
+ "Juvenile Jungle",
+ "Kathy O'",
+ "The Key",
+ "King Creole",
+ "Kings Go Forth",
+ "Knighty Knight Bugs",
+ "The Lady Takes a Flyer",
+ "Lafayette Escadrille",
+ "The Last Hurrah",
+ "The Last of the Fast Guns",
+ "The Law and Jake Wade",
+ "The Left Handed Gun",
+ "Let's Rock",
+ "Life Begins at 17",
+ "The Light in the Forest",
+ "The Lineup",
+ "Live Fast, Die Young",
+ "Lonelyhearts",
+ "The Lone Ranger and the Lost City of Gold",
+ "The Long, Hot Summer",
+ "Lost, Lonely and Vicious",
+ "Lost Lagoon",
+ "The Lost Missile",
+ "Macabre",
+ "Machete",
+ "Machine-Gun Kelly",
+ "Man in the Shadow",
+ "Man from God's Country",
+ "Man of the West",
+ "Man or Gun",
+ "The Man Who Died Twice",
+ "Maracaibo",
+ "Mardi Gras",
+ "Marjorie Morningstar",
+ "The Matchmaker",
+ "Me and the Colonel",
+ "Merry Andrew",
+ "Missile to the Moon",
+ "The Missouri Traveler",
+ "Money, Women and Guns",
+ "Monster on the Campus",
+ "A Movie",
+ "The Mugger",
+ "Murder by Contract",
+ "The Naked and the Dead",
+ "The Naked Earth",
+ "The Naked Maja",
+ "A Nice Little Bank That Should Be Robbed",
+ "No Place to Land",
+ "No Time for Sergeants",
+ "The Notorious Mr. Monks",
+ "Oil's Well That Ends Well",
+ "The Old Man and the Sea",
+ "Once Upon a Horse...",
+ "Onionhead",
+ "Outcasts of the City",
+ "Paris Holiday",
+ "The Party Crashers",
+ "Party Girl",
+ "The Perfect Furlough",
+ "Pies and Guys",
+ "Pre-Hysterical Hare",
+ "The Proud Rebel",
+ "Quantrill's Raiders",
+ "Queen of Outer Space",
+ "The Quiet American",
+ "Quiz Whizz",
+ "Rally Round the Flag, Boys!",
+ "Raw Wind in Eden",
+ "The Reluctant Debutante",
+ "The Restless Years",
+ "The Return of Dracula",
+ "Return of the Fly",
+ "Return to Warbow",
+ "Revolt in the Big House",
+ "Ride a Crooked Trail",
+ "Robin Hood Daffy",
+ "Robin Hoodwinked",
+ "Rock-A-Bye Baby",
+ "The Roots of Heaven",
+ "Royal Cat Nap",
+ "Run Silent, Run Deep",
+ "Rx Murder",
+ "Saddle the Wind",
+ "The Saga of Hemp Brown",
+ "Screaming Mimi",
+ "The Screaming Skull",
+ "Senior Prom",
+ "Separate Tables",
+ "Seven Hills of Rome",
+ "The Seventh Voyage of Sinbad",
+ "She Demons",
+ "She Gods of Shark Reef",
+ "The Sheepman",
+ "Showdown at Boot Hill",
+ "Sierra Baron",
+ "Sing, Boy, Sing",
+ "Some Came Running",
+ "The Son of Robin Hood",
+ "South Pacific",
+ "The Space Children",
+ "Space Master X-7",
+ "St. Louis Blues",
+ "Stage Struck",
+ "Stakeout on Dope Street",
+ "Step Down to Terror",
+ "Street of Darkness",
+ "Suicide Battalion",
+ "Summer Love",
+ "Sweet and Hot",
+ "Tarawa Beachhead",
+ "The Tarnished Angels",
+ "Tarzan's Fight for Life",
+ "Teacher's Pet",
+ "Teenage Cave Man",
+ "Ten Days to Tulara",
+ "Ten North Frederick",
+ "Terror from the Year 5000",
+ "Terror in a Texas Town",
+ "The Thing That Couldn't Die",
+ "This Angry Age",
+ "This Happy Feeling",
+ "Thundering Jets",
+ "Thunder Road",
+ "A Time to Love and a Time to Die",
+ "Tom Thumb",
+ "Tonka",
+ "Too Much, Too Soon",
+ "Torpedo Run",
+ "Tortilla Flaps",
+ "Tot Watchers",
+ "Touch of Evil",
+ "Toughest Gun in Tombstone",
+ "The True Story of Lynn Stuart",
+ "The Tunnel of Love",
+ "Twilight for the Gods",
+ "Underwater Warrior",
+ "Vertigo",
+ "The Vikings",
+ "Violent Road",
+ "Villa!!",
+ "Voice in the Mirror",
+ "War of the Colossal Beast",
+ "War of the Satellites",
+ "When Hell Broke Loose",
+ "White Wilderness",
+ "The Whole Truth",
+ "Wild Heritage",
+ "Wild Women of Wongo",
+ "Wind Across the Everglades",
+ "Windjammer",
+ "Wink of an Eye",
+ "Wolf Dog",
+ "Wolf Larsen",
+ "The World Was His Jury",
+ "Young and Wild",
+ "The Young Lions",
+ "-30-",
+ "4D Man",
+ "The 30 Foot Bride of Candy Rock",
+ "Alaska Passage",
+ "Al Capone",
+ "Alias Jesse James",
+ "The Alligator People",
+ "Anatomy of a Murder",
+ "The Angry Hills",
+ "The Angry Red Planet",
+ "Arson for Hire",
+ "The Atomic Submarine",
+ "Ask Any Girl",
+ "Attack of the Giant Leeches",
+ "The Bat",
+ "Battle Flame",
+ "Battle of the Coral Sea",
+ "Beast from Haunted Cave",
+ "The Beat Generation",
+ "Behemoth, the Sea Monster",
+ "Beloved Infidel",
+ "Ben-Hur",
+ "The Best of Everything",
+ "The Big Circus",
+ "The Big Fisherman",
+ "The Big Operator",
+ "The Black Orchid",
+ "Blood and Steel",
+ "The Blue Angel",
+ "Blue Denim",
+ "Bonanza Bunny",
+ "Born to Be Loved",
+ "A Bucket of Blood",
+ "But Not for Me",
+ "Career",
+ "Cast a Long Shadow",
+ "City of Fear",
+ "Compulsion",
+ "The Cosmic Man",
+ "Count Your Blessings",
+ "Counterplot",
+ "Crime and Punishment U.S.A.",
+ "The Crimson Kimono",
+ "Cry Tough",
+ "Cuban Rebel Girls",
+ "Curse of the Undead",
+ "Darby O'Gill and the Little People",
+ "Date with Death",
+ "Day of the Outlaw",
+ "Desert Desperadoes",
+ "The Devil's Disciple",
+ "The Diary of Anne Frank",
+ "A Dog of Flanders",
+ "A Dog's Best Friend",
+ "Don't Give Up the Ship",
+ "Donald in Mathmagic Land",
+ "Edge of Eternity",
+ "Escort West",
+ "The FBI Story",
+ "Face of a Fugitive",
+ "Face of Fire",
+ "First Man into Space",
+ "Five Gates to Hell",
+ "The Five Pennies",
+ "The Flying Fontaines",
+ "For the First Time",
+ "Forbidden Island",
+ "The Four Skulls of Jonathan Drake",
+ "Frontier Rangers",
+ "The Fugitive Kind",
+ "Gangster Story",
+ "The Gazebo",
+ "The Gene Krupa Story",
+ "The Giant Gila Monster",
+ "Gidget",
+ "Girls Town",
+ "Good Day for a Hanging",
+ "The Great St. Louis Bank Robbery",
+ "Green Mansions",
+ "The Gunfight at Dodge City",
+ "Gunmen from Laredo",
+ "Guns Girls and Gangsters",
+ "The Hanging Tree",
+ "The Hangman",
+ "Happy Anniversary",
+ "Have Rocket, Will Travel",
+ "Here Come the Jets",
+ "Hey Boy! Hey Girl!",
+ "A Hole in the Head",
+ "Holiday for Lovers",
+ "The Horse Soldiers",
+ "Hound-Dog Man",
+ "House on Haunted Hill",
+ "Imitation of Life",
+ "The Immoral Mr. Teas",
+ "Inside the Mafia",
+ "Invisible Invaders",
+ "Island of Lost Women",
+ "It Happened to Jane",
+ "It Started with a Kiss",
+ "The Jayhawkers!",
+ "Jazz on a Summer's Day",
+ "The Jazz Singer",
+ "Jet Over the Atlantic",
+ "Jet Storm",
+ "John Paul Jones",
+ "The Journey",
+ "Journey to the Center of the Earth",
+ "Juke Box Rhythm",
+ "The Killer Shrews",
+ "King of the Wild Stallions",
+ "The Last Angry Man",
+ "The Last Blitzkrieg",
+ "The Last Mile",
+ "Last Train from Gun Hill",
+ "The Legend of Tom Dooley",
+ "Li'l Abner",
+ "The Little Savage",
+ "Lone Texan",
+ "The Man in the Net",
+ "The Man Who Understood Women",
+ "The Mating Game",
+ "Middle of the Night",
+ "The Miracle",
+ "The Miracle of the Hills",
+ "Miracle on 34th Street",
+ "Muscle Up a Little Closer",
+ "Never So Few",
+ "Never Steal Anything Small",
+ "Night of the Ghouls",
+ "Night of the Quarter Moon",
+ "No Name on the Bullet",
+ "North by Northwest",
+ "The Nun's Story",
+ "Odds Against Tomorrow",
+ "On the Beach",
+ "Operation Dames",
+ "Operation Petticoat",
+ "The Oregon Trail",
+ "Paratroop Command",
+ "Pier 5, Havana",
+ "Pillow Talk",
+ "Plan 9 from Outer Space",
+ "Plunderers of Painted Flats",
+ "Porgy and Bess",
+ "Pork Chop Hill",
+ "Prisoner of the Volga",
+ "A Private's Affair",
+ "Pull My Daisy",
+ "The Rabbit Trap",
+ "The Rebel Set",
+ "The Remarkable Mr. Pennypacker",
+ "Return of the Fly",
+ "Ride Lonesome",
+ "Rio Bravo",
+ "Riot in Juvenile Prison",
+ "The Rookie",
+ "The Sad Horse",
+ "Say One for Me",
+ "The Scapegoat",
+ "Shadows",
+ "The Shaggy Dog",
+ "Shake Hands with the Devil",
+ "Sleeping Beauty",
+ "Solomon and Sheba",
+ "Some Like It Hot",
+ "The Sound and the Fury",
+ "Space Invasion of Lapland",
+ "A Stranger in My Arms",
+ "Suddenly, Last Summer",
+ "A Summer Place",
+ "Surrender - Hell!",
+ "Take a Giant Step",
+ "Tarzan's Greatest Adventure",
+ "Tarzan, the Ape Man",
+ "Teenage Zombies",
+ "Teenagers from Outer Space",
+ "Ten Seconds to Hell",
+ "Terror Is a Man",
+ "That Kind of Woman",
+ "These Thousand Hills",
+ "They Came to Cordura",
+ "Third Man on the Mountain",
+ "This Earth Is Mine",
+ "Thunder in the Sun",
+ "Timbuktu",
+ "The Tingler",
+ "Tokyo After Dark",
+ "The Trap",
+ "Up Periscope",
+ "Verboten!",
+ "Warlock",
+ "Watusi",
+ "The Wasp Woman",
+ "Westbound",
+ "The Wild and the Innocent",
+ "Window Water Baby Moving",
+ "Woman Obsessed",
+ "The Wonderful Country",
+ "The World, the Flesh and the Devil",
+ "The Wreck of the Mary Deare",
+ "Yellowstone Kelly",
+ "The Young Captives",
+ "The Young Land",
+ "The Young Philadelphians",
+ "The 3rd Voice",
+ "5 Branded Women",
+ "12 to the Moon",
+ "13 Fighting Men",
+ "13 Ghosts",
+ "The Adventures of Huckleberry Finn",
+ "The Alamo",
+ "All the Fine Young Cannibals",
+ "All the Young Men",
+ "The Amazing Transparent Man",
+ "The Angel Wore Red",
+ "The Apartment",
+ "Butterfield 8",
+ "Because They're Young",
+ "The Bellboy",
+ "Bells Are Ringing",
+ "Beyond the Time Barrier",
+ "The Big Night",
+ "The Boy and the Pirates",
+ "The Bramble Bush",
+ "A Breath of Scandal",
+ "Cage of Evil",
+ "Can-Can",
+ "The Cape Canaveral Monsters",
+ "Cash McCall",
+ "Chartroose Caboose",
+ "Cimarron",
+ "Cinderfella",
+ "A Circle of Deception",
+ "College Confidential",
+ "Comanche Station",
+ "Crack in the Mirror",
+ "The Crowded Sky",
+ "The Dark at the Top of the Stairs",
+ "Desire in the Dust",
+ "Dinosaurus!",
+ "Elmer Gantry",
+ "Esther and the King",
+ "Exodus",
+ "The Facts of Life",
+ "Five Guns to Tombstone",
+ "Flaming Star",
+ "For the Love of Mike",
+ "Four Fast Guns",
+ "Freckles",
+ "From the Terrace",
+ "G.I. Blues",
+ "The Gallant Hours",
+ "Girl of the Night",
+ "The Grass Is Greener",
+ "Gunfighters of Abilene",
+ "Guns of the Timberland",
+ "Hell Bent for Leather",
+ "Hell to Eternity",
+ "Heller in Pink Tights",
+ "The High Powered Rifle",
+ "High Time",
+ "Home from the Hill",
+ "The Horse with the Flying Tail",
+ "House of Usher",
+ "Hyde and Go Tweet",
+ "The Hypnotic Eye",
+ "I Aim at the Stars",
+ "Ice Palace",
+ "I'll Give My Life",
+ "Inherit the Wind",
+ "It Started in Naples",
+ "Key Witness",
+ "The Last Voyage",
+ "Last Woman on Earth",
+ "The Leech Woman",
+ "Let's Make Love",
+ "Let No Man Write My Epitaph",
+ "The Little Shop of Horrors",
+ "The Lost World",
+ "Macumba Love",
+ "The Magnificent Seven",
+ "Man on a String",
+ "Mice Follies",
+ "Midnight Lace",
+ "Moment of Danger",
+ "The Mountain Road",
+ "Murder, Inc.",
+ "The Music Box Kid",
+ "Never on Sunday",
+ "Noose for a Gunman",
+ "North to Alaska",
+ "Ocean's 11",
+ "Oklahoma Territory",
+ "Once More, with Feeling!",
+ "One Foot in Hell",
+ "Pay or Die",
+ "Pepe",
+ "Platinum High School",
+ "Please Don't Eat the Daisies",
+ "The Plunderers",
+ "Pollyanna",
+ "Portrait in Black",
+ "Pretty Boy Floyd",
+ "The Private Lives of Adam and Eve",
+ "Private Property",
+ "The Purple Gang",
+ "Psycho",
+ "The Pusher",
+ "The Rat Race",
+ "Raymie",
+ "The Rise and Fall of Legs Diamond",
+ "The Savage Innocents",
+ "Scent of Mystery",
+ "The Secret of the Purple Reef",
+ "September Storm",
+ "Sergeant Rutledge",
+ "Seven Thieves",
+ "Seven Ways from Sundown",
+ "Sex Kittens Go to College",
+ "Song Without End",
+ "Spartacus",
+ "Squad Car",
+ "Stop!, Look and Laugh",
+ "The Story of Ruth",
+ "Strangers When We Meet",
+ "Studs Lonigan",
+ "The Subterraneans",
+ "Summer of the Seventeenth Doll",
+ "The Sundowners",
+ "Sunrise at Campobello",
+ "Surprise Package",
+ "Swiss Family Robinson",
+ "Switchin' Kitten",
+ "Tall Story",
+ "Tarzan the Magnificent",
+ "A Terrible Beauty",
+ "Tess of the Storm Country",
+ "This Rebel Breed",
+ "The Threat",
+ "The Three Worlds of Gulliver",
+ "Thunder in Carolina",
+ "The Time Machine",
+ "Three Came to Kill",
+ "Toby Tyler",
+ "Too Hot to Handle",
+ "Tormented",
+ "Twelve Hours to Kill",
+ "The Unforgiven",
+ "Valley of the Redwoods",
+ "Vice Raid",
+ "Visit to a Small Planet",
+ "The Wackiest Ship In the Army",
+ "Wake Me When It's Over",
+ "Walk Like a Dragon",
+ "Walk Tall",
+ "The Walking Target",
+ "The Wasp Woman",
+ "Weddings and Babies",
+ "Where the Boys Are",
+ "Who Was That Lady?",
+ "Why Must I Die?",
+ "The Wild Ride",
+ "Wild River",
+ "The World of Suzie Wong",
+ "Young Jesse James",
+ "The Young One",
+ "The Absent-Minded Professor",
+ "Ada",
+ "All in a Night's Work",
+ "All Hands on Deck",
+ "Angel Baby",
+ "Aquamania",
+ "Armored Command",
+ "Atlantis, the Lost Continent",
+ "Babes in Toyland",
+ "Bachelor in Paradise",
+ "Back Street",
+ "Battle at Bloody Beach",
+ "The Beast of Yucca Flats",
+ "Beep Prepared",
+ "The Big Bankroll",
+ "The Big Gamble",
+ "The Big Show",
+ "Blast of Silence",
+ "Bloodlust!",
+ "Blue Hawaii",
+ "Boys Beware",
+ "Breakfast at Tiffany's",
+ "Bridge to the Sun",
+ "By Love Possessed",
+ "The Children's Hour",
+ "Claudelle Inglish",
+ "A Cold Wind in August",
+ "The Comancheros",
+ "Come September",
+ "Creature from the Haunted Sea",
+ "Cry for Happy",
+ "Daffy's Inn Trouble",
+ "The Deadly Companions",
+ "The Devil at 4 O'Clock",
+ "Diary of a Nudist",
+ "Dondi",
+ "Down and Outing",
+ "El Cid",
+ "The Errand Boy",
+ "Everything's Ducky",
+ "The Exiles",
+ "The Explosive Generation",
+ "Fanny",
+ "A Fever in the Blood",
+ "The Fiercest Heart",
+ "Five Golden Hours",
+ "Five Minutes to Live",
+ "Flight of the Lost Balloon",
+ "The Flight That Disappeared",
+ "Flower Drum Song",
+ "Francis of Assisi",
+ "The George Raft Story",
+ "Gidget Goes Hawaiian",
+ "Gold of the Seven Saints",
+ "Goodbye Again",
+ "The Great Impostor",
+ "Gun Fight",
+ "Gun Street",
+ "The Happy Thieves",
+ "Havoc in Heaven",
+ "Hercules in the Haunted World",
+ "Hey, Let's Twist!",
+ "Homicidal",
+ "The Honeymoon Machine",
+ "Hoodlum Priest",
+ "The Hustler",
+ "Judgment at Nuremberg",
+ "King of Kings",
+ "The Ladies Man",
+ "The Last Sunset",
+ "The Last Time I Saw Archie",
+ "The Lawbreakers",
+ "The Little Shepherd of Kingdom Come",
+ "Look in Any Window",
+ "Love in a Goldfish Bowl",
+ "Lover Come Back",
+ "Mad Dog Coll",
+ "A Majority of One",
+ "Man-Trap",
+ "Marines, Let's Go",
+ "The Mark",
+ "The Marriage-Go-Round",
+ "Master of the World",
+ "The Misfits",
+ "A Matter of Morals",
+ "Misty",
+ "Morgan, the Pirate",
+ "Most Dangerous Man Alive",
+ "Mysterious Island",
+ "The Naked Edge",
+ "Night Tide",
+ "Nude on the Moon",
+ "On the Double",
+ "One-Eyed Jacks",
+ "One Hundred and One Dalmatians",
+ "One, Two, Three",
+ "The Outsider",
+ "The Parent Trap",
+ "Paris Blues",
+ "Parrish",
+ "The Phantom Planet",
+ "The Pit and the Pendulum",
+ "The Pleasure of His Company",
+ "Pocketful of Miracles",
+ "Portrait of a Mobster",
+ "Posse from Hell",
+ "Question 7",
+ "A Raisin in the Sun",
+ "Reptilicus",
+ "Return to Peyton Place",
+ "The Right Approach",
+ "Romanoff and Juliet",
+ "The Roman Spring of Mrs. Stone",
+ "Sail a Crooked Ship",
+ "Sanctuary",
+ "The Second Time Around",
+ "The Secret Ways",
+ "The Sergeant Was a Lady",
+ "Seven Women from Hell",
+ "The Sinister Urge",
+ "The Sins of Rachel Cade",
+ "Snow White and the Three Stooges",
+ "Something Wild",
+ "Splendor in the Grass",
+ "The Steel Claw",
+ "Stop, Look and Laugh",
+ "Summer and Smoke",
+ "Susan Slade",
+ "Swingin' Along",
+ "Tammy Tell Me True",
+ "Teenage Millionaire",
+ "Three Blondes in His Life",
+ "A Thunder of Drums",
+ "Too Late Blues",
+ "Town Without Pity",
+ "Twenty Plus Two",
+ "Twist Around the Clock",
+ "Two Loves",
+ "Two Rode Together",
+ "Underworld U.S.A.",
+ "Very Nice, Very Nice",
+ "Voyage to the Bottom of the Sea",
+ "War Is Hell",
+ "West Side Story",
+ "Wild in the Country",
+ "The Wizard of Baghdad",
+ "X-15",
+ "You Have to Run Fast",
+ "The Young Doctors",
+ "The Young Savages",
+ "13 West Street",
+ "The 300 Spartans",
+ "40 Pounds of Trouble",
+ "Advise & Consent",
+ "All Fall Down",
+ "Bachelor Flat",
+ "The Bellboy and the Playgirls",
+ "Big Red",
+ "Billy Rose's Jumbo",
+ "Birdman of Alcatraz",
+ "Black Gold",
+ "Bon Voyage!",
+ "Boys' Night Out",
+ "The Brain That Wouldn't Die",
+ "Brushfire",
+ "Buddies Thicker Than Water",
+ "Cape Fear",
+ "The Captive City",
+ "Carmen Get It!",
+ "Carnival of Souls",
+ "The Chapman Report",
+ "The Commies Are Coming, the Commies Are Coming",
+ "Convicts 4",
+ "The Counterfeit Traitor",
+ "The Creation of the Humanoids",
+ "David and Lisa",
+ "Days of Wine and Roses",
+ "Deadly Duo",
+ "Don't Knock the Twist",
+ "Escape from East Berlin",
+ "Escape from Zahrain",
+ "Experiment in Terror",
+ "FBI Code 98",
+ "Five Finger Exercise",
+ "Five Miles to Midnight",
+ "Five Weeks in a Balloon",
+ "Follow that Dream",
+ "Four Horsemen of the Apocalypse",
+ "Freud: The Secret Passion",
+ "Gay Purr-ee",
+ "Gigot",
+ "A Girl Named Tamiko",
+ "Girls! Girls! Girls!",
+ "Gypsy",
+ "Hatari!",
+ "Heaven and Earth Magic",
+ "Hell Is for Heroes",
+ "Hemingway's Adventures of a Young Man",
+ "Hero's Island",
+ "High Steaks",
+ "The Horizontal Lieutenant",
+ "House of Women",
+ "How the West Was Won",
+ "If a Man Answers",
+ "In Search of the Castaways",
+ "The Inspector",
+ "The Interns",
+ "The Intruder",
+ "I Thank a Fool",
+ "It Happened In Athens",
+ "It's Only Money",
+ "Jack the Giant Killer",
+ "Jessica",
+ "The Jet Cage",
+ "Journey to the Seventh Planet",
+ "Kid Galahad",
+ "Lawrence of Arabia",
+ "Light in the Piazza",
+ "The Lion",
+ "Lolita",
+ "Lonely Are the Brave",
+ "Long Day's Journey Into Night",
+ "The Longest Day",
+ "Madison Avenue",
+ "The Main Attraction",
+ "The Man Who Shot Liberty Valance",
+ "The Manchurian Candidate",
+ "The Manster",
+ "Merrill's Marauders",
+ "The Miracle Worker",
+ "Mister Magoo's Christmas Carol",
+ "Moon Pilot",
+ "Mouse Into Space",
+ "Mr. Hobbs Takes a Vacation",
+ "The Music Man",
+ "Mutiny on the Bounty",
+ "My Geisha",
+ "No Exit",
+ "No Man Is an Island",
+ "The Notorious Landlady",
+ "The Nun and the Sergeant",
+ "Only Two Can Play",
+ "Panic in Year Zero!",
+ "Period of Adjustment",
+ "Phaedra",
+ "The Pigeon That Took Rome",
+ "Pontius Pilate",
+ "Premature Burial",
+ "Pressure Point",
+ "Red Nightmare",
+ "The Reluctant Saint",
+ "Requiem for a Heavyweight",
+ "Ride the High Country",
+ "The Ring of Terror",
+ "The Road to Hong Kong",
+ "Rome Adventure",
+ "Safe at Home!",
+ "Satan in High Heels",
+ "Satan Never Sleeps",
+ "Sergeants 3",
+ "Six Black Horses",
+ "Sodom and Gomorrah",
+ "Something's Got to Give",
+ "The Spiral Road",
+ "Stagecoach to Dancers' Rock",
+ "Stark Fear",
+ "State Fair",
+ "Sweet Bird of Youth",
+ "A Symposium on Popular Songs",
+ "Tales of Terror",
+ "Taras Bulba",
+ "Tarzan Goes to India",
+ "Tender Is the Night",
+ "That Touch of Mink",
+ "The Three Stooges Meet Hercules",
+ "The Three Stooges in Orbit",
+ "To Kill a Mockingbird",
+ "Tonight for Sure",
+ "Too Late Blues",
+ "Tower of London",
+ "The Trial",
+ "Two for the Seesaw",
+ "Two Weeks in Another Town",
+ "A View from the Bridge",
+ "Walk on the Wild Side",
+ "War Hunt",
+ "The War Lover",
+ "What Ever Happened to Baby Jane?",
+ "Who's Got the Action?",
+ "Wild Guitar",
+ "The Wild Westerners",
+ "The Wonderful World of the Brothers Grimm",
+ "The World's Greatest Sinner",
+ "Zotz!",
+ "4 for Texas",
+ "55 Days at Peking",
+ "Act One",
+ "All the Way Home",
+ "America, America",
+ "Atom Age Vampire",
+ "The Balcony",
+ "Beach Party",
+ "The Birds",
+ "Blonde Cobra",
+ "Blood Feast",
+ "Bye Bye Birdie",
+ "Cairo",
+ "California",
+ "Call Me Bwana",
+ "Captain Newman, M.D.",
+ "The Cardinal",
+ "The Caretakers",
+ "Charade",
+ "A Child Is Waiting",
+ "Cleopatra",
+ "Come Blow Your Horn",
+ "Come Fly with Me",
+ "The Comedy of Terrors",
+ "The Cool World",
+ "The Courtship of Eddie's Father",
+ "The Crawling Hand",
+ "Critic's Choice",
+ "Cry of Battle",
+ "Dementia 13",
+ "Diamond Head",
+ "Diary of a Madman",
+ "Donovan's Reef",
+ "Drums of Africa",
+ "Eat",
+ "Face in the Rain",
+ "Five Minutes to Love",
+ "Flaming Creatures",
+ "Flipper",
+ "Follow the Boys",
+ "For Love or Money",
+ "Free, White and 21",
+ "Fun in Acapulco",
+ "A Gathering of Eagles",
+ "Gidget Goes to Rome",
+ "The Girl Hunters",
+ "Goldilocks and the Three Bares",
+ "The Great Escape",
+ "Gunfight at Comanche Creek",
+ "The Haunted Palace",
+ "The Haunting",
+ "The Hook",
+ "Hud",
+ "I Could Go On Singing",
+ "In the Cool of the Day",
+ "The Incredible Journey",
+ "Irma la Douce",
+ "Island of Love",
+ "It Happened at the World's Fair",
+ "It's a Mad, Mad, Mad, Mad World",
+ "Jason and the Argonauts",
+ "Johnny Cool",
+ "Kings of the Sun",
+ "Ladybug Ladybug",
+ "Lancelot and Guinevere",
+ "Law of the Lawless",
+ "Lilies of the Field",
+ "The List of Adrian Messenger",
+ "The Long Ships",
+ "Love Is a Ball",
+ "Love with the Proper Stranger",
+ "The Man from the Diner's Club",
+ "Maniac",
+ "Mary, Mary",
+ "McLintock!",
+ "Miracle of the White Stallions",
+ "Move Over, Darling",
+ "My Six Loves",
+ "A New Kind of Love",
+ "Nine Hours to Rama",
+ "The Nutty Professor",
+ "Of Love and Desire",
+ "The Old Dark House",
+ "One Got Fat",
+ "One Man's Way",
+ "Operation Bikini",
+ "PT 109",
+ "Palm Springs Weekend",
+ "Papa's Delicate Condition",
+ "Pent-House Mouse",
+ "The Pink Panther",
+ "The Prize",
+ "Promises! Promises!",
+ "The Raiders",
+ "Rampage",
+ "The Raven",
+ "The Sadist",
+ "Shock Corridor",
+ "Showdown",
+ "The Skydivers",
+ "Sleep",
+ "The Slime People",
+ "Sodom and Gomorrah",
+ "Soldier in the Rain",
+ "Son of Flubber",
+ "Spencer's Mountain",
+ "Stolen Hours",
+ "The Stripper",
+ "Summer Magic",
+ "Sunday in New York",
+ "The Sword in the Stone",
+ "Take Her, She's Mine",
+ "Tammy and the Doctor",
+ "Tarzan's Three Challenges",
+ "The Terror",
+ "They Saved Hitler's Brain",
+ "The Three Stooges Go Around the World in a Daze",
+ "The Thrill of It All",
+ "Thunder Island",
+ "A Ticklish Affair",
+ "To Beep or Not to Beep",
+ "Toys in the Attic",
+ "Transylvania 6-5000",
+ "Twice-Told Tales",
+ "Twilight of Honor",
+ "The Ugly American",
+ "Under the Yum Yum Tree",
+ "Violated Paradise",
+ "The V.I.P.s",
+ "The Victors",
+ "Wall of Noise",
+ "What's a Nice Girl Like You Doing in a Place Like This?",
+ "The Wheeler Dealers",
+ "Who's Been Sleeping in My Bed?",
+ "Who's Minding the Store?",
+ "Wives and Lovers",
+ "X: The Man with the X-ray Eyes",
+ "The Yellow Canary",
+ "The Young and the Brave",
+ "The Young Swingers",
+ "3 Nuts in Search of a Bolt",
+ "633 Squadron",
+ "7 Faces of Dr. Lao",
+ "Advance to the Rear",
+ "The Americanization of Emily",
+ "Back Door to Hell",
+ "Batman Dracula",
+ "Becket",
+ "Bedtime Story",
+ "Behold a Pale Horse",
+ "The Best Man",
+ "Bikini Beach",
+ "Black Like Me",
+ "Blood on the Arrow",
+ "The Brass Bottle",
+ "Bullet for a Badman",
+ "Carol for Another Christmas",
+ "The Carpetbaggers",
+ "The Cavern",
+ "Cheyenne Autumn",
+ "Circus World",
+ "The Comedy of Terrors",
+ "Crack in the World",
+ "The Creeping Terror",
+ "Dark Purpose",
+ "Dead Ringer",
+ "Dear Heart",
+ "Devil Doll",
+ "The Disorderly Orderly",
+ "A Distant Trumpet",
+ "Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb",
+ "Dumb Patrol",
+ "Empire",
+ "Ensign Pulver",
+ "The Eyes of Annie Jones",
+ "Face of the Screaming Werewolf",
+ "Fail-Safe",
+ "The Fall of the Roman Empire",
+ "False Hare",
+ "Fanny Hill",
+ "Fate Is the Hunter",
+ "Father Goose",
+ "Firelight",
+ "First Men in the Moon",
+ "The Flesh Eaters",
+ "Flight from Ashiya",
+ "Flight to Fury",
+ "Flipper's New Adventure",
+ "For Those Who Think Young",
+ "Get Yourself a College Girl",
+ "A Global Affair",
+ "The Golden Head",
+ "Good Neighbor Sam",
+ "Goodbye Charlie",
+ "Hag in a Black Leather Jacket",
+ "Hey There, It's Yogi Bear!",
+ "Honeymoon Hotel",
+ "The Horror of Party Beach",
+ "A House Is Not a Home",
+ "Hush… Hush, Sweet Charlotte",
+ "I'd Rather Be Rich",
+ "The Incredible Mr. Limpet",
+ "The Incredibly Strange Creatures Who Stopped Living and Became Mixed-Up Zombies",
+ "Invitation to a Gunfighter",
+ "Is There a Doctor in the Mouse?",
+ "Island of the Blue Dolphins",
+ "It's Not Just You, Murray!",
+ "The Killers",
+ "Kiss Me Quick!",
+ "Kiss Me, Stupid",
+ "Kisses for My President",
+ "Kissin' Cousins",
+ "Kitten with a Whip",
+ "The Last Man on Earth",
+ "Lilith",
+ "Looking for Love",
+ "Lorna",
+ "Mail Order Bride",
+ "Man in the Middle",
+ "Man's Favorite Sport?",
+ "Marnie",
+ "Mary Poppins",
+ "The Masque of the Red Death",
+ "McHale's Navy",
+ "The Misadventures of Merlin Jones",
+ "Monstrosity",
+ "The Moon-Spinners",
+ "Muscle Beach Party",
+ "My Fair Lady",
+ "The Naked Kiss",
+ "The New Interns",
+ "The Night of the Iguana",
+ "Nothing But a Man",
+ "Of Stars and Men",
+ "One Potato, Two Potato",
+ "The Outrage",
+ "Pajama Party",
+ "Paris, When It Sizzles",
+ "The Patsy",
+ "The Pawnbroker",
+ "The Pink Phink",
+ "The Pleasure Seekers",
+ "Point of Order",
+ "Quick, Before It Melts",
+ "The Quick Gun",
+ "Quick, Let's Get Married",
+ "Rhino!",
+ "Ride the Wild Surf",
+ "Rio Conchos",
+ "Robin and the 7 Hoods",
+ "Robinson Crusoe on Mars",
+ "Roustabout",
+ "Santa Claus Conquers the Martians",
+ "Scorpio Rising",
+ "The Secret Invasion",
+ "Send Me No Flowers",
+ "Seven Days in May",
+ "Sex and the College Girl",
+ "Sex and the Single Girl",
+ "Shell Shock",
+ "Shock Treatment",
+ "Signpost to Murder",
+ "A Shot in the Dark",
+ "Stage to Thunder Rock",
+ "The Starfighters",
+ "Strait-Jacket",
+ "The Strangler",
+ "Surf Party",
+ "Taggart",
+ "Teen-Age Strangler",
+ "The Thin Red Line",
+ "The Third Secret",
+ "The Three Lives of Thomasina",
+ "A Tiger Walks",
+ "Time Travelers",
+ "The Tomb of Ligeia",
+ "To Trap a Spy",
+ "Topkapi",
+ "The Train",
+ "Two Thousand Maniacs!",
+ "Under Age",
+ "The Unsinkable Molly Brown",
+ "The Visit",
+ "Viva Las Vegas",
+ "What a Way to Go!",
+ "Where Love Has Gone",
+ "Wild and Wonderful",
+ "The World of Henry Orient",
+ "Youngblood Hawke",
+ "The Young Lovers",
+ "Your Cheatin' Heart",
+ "36 Hours",
+ "The Agony and the Ecstasy",
+ "The Amorous Adventures of Moll Flanders",
+ "Apache Uprising",
+ "The Art of Love",
+ "Baby the Rain Must Fall",
+ "Bad Girls Go to Hell",
+ "Battle of the Bulge",
+ "Beach Blanket Bingo",
+ "The Bedford Incident",
+ "Billie",
+ "Black Spurs",
+ "Bloody Pit of Horror",
+ "Boeing Boeing",
+ "The Bounty Killer",
+ "Brainstorm",
+ "Bus Riley's Back in Town",
+ "Cat Ballou",
+ "The Cincinnati Kid",
+ "City Under the Sea",
+ "Clarence, the Cross-Eyed Lion",
+ "The Collector",
+ "Color Me Blood Red",
+ "Crack in the World",
+ "Dear Brigitte",
+ "Die, Monster, Die!",
+ "The Dirty Game",
+ "Doctor Zhivago",
+ "Dr. Goldfoot and the Bikini Machine",
+ "The Family Jewels",
+ "Faster, Pussycat! Kill! Kill!",
+ "Ferry Cross the Mersey",
+ "The Flight of the Phoenix",
+ "Fluffy",
+ "Genghis Khan",
+ "Girl Happy",
+ "The Glory Guys",
+ "Goldstein",
+ "The Great Race",
+ "The Great Sioux Massacre",
+ "The Greatest Story Ever Told",
+ "Guns of Diablo",
+ "The Hallelujah Trail",
+ "Harlow",
+ "Harlow",
+ "Harum Scarum",
+ "Having a Wild Weekend",
+ "The Heroes of Telemark",
+ "Help!",
+ "A High Wind in Jamaica",
+ "The Hill",
+ "How to Murder Your Wife",
+ "How to Stuff a Wild Bikini",
+ "The Human Duplicators",
+ "I Saw What You Did",
+ "I'll Take Sweden",
+ "In Harm's Way",
+ "Inside Daisy Clover",
+ "John Goldfarb, Please Come Home",
+ "Joy in the Morning",
+ "King Rat",
+ "Life at the Top",
+ "Love and Kisses",
+ "Love Has Many Faces",
+ "The Loved One",
+ "Major Dundee",
+ "The Man from Button Willow",
+ "Mara of the Wilderness",
+ "Marriage on the Rocks",
+ "McHale's Navy Joins the Air Force",
+ "Mickey One",
+ "Mirage",
+ "Mister Moses",
+ "The Monkey's Uncle",
+ "The Money Trap",
+ "Monster A Go-Go",
+ "Morituri",
+ "Motorpsycho",
+ "Mudhoney",
+ "The Naked Prey",
+ "Never Too Late",
+ "Nightmare in the Sun",
+ "None But The Brave",
+ "Once a Thief",
+ "Operation C.I.A.",
+ "Operation Crossbow",
+ "A Patch of Blue",
+ "Promise Her Anything",
+ "A Rage to Live",
+ "Red Line 7000",
+ "Requiem for a Gunfighter",
+ "Ride in the Whirlwind",
+ "The Rounders",
+ "The Sandpiper",
+ "Sands of the Kalahari",
+ "The Satan Bug",
+ "The Secret of My Success",
+ "Sergeant Deadhead",
+ "Shenandoah",
+ "Ship of Fools",
+ "Situation Hopeless... But Not Serious",
+ "Ski Party",
+ "The Slender Thread",
+ "The Sons of Katie Elder",
+ "The Sound of Music",
+ "The Spy Who Came in from the Cold",
+ "Strange Bedfellows",
+ "A Swingin' Summer",
+ "Sylvia",
+ "Synanon",
+ "That Darn Cat!",
+ "That Funny Feeling",
+ "The Third Day",
+ "Those Calloways",
+ "A Thousand Clowns",
+ "Tickle Me",
+ "The Truth About Spring",
+ "Two on a Guillotine",
+ "Up from the Beach",
+ "A Very Special Favor",
+ "Von Ryan's Express",
+ "The War Lord",
+ "What's New Pussycat?",
+ "Wild on the Beach",
+ "Wild Seed",
+ "Willy McBean and his Magic Machine",
+ "The World of Abbott and Costello",
+ "Young Fury",
+ "Zebra in the Kitchen",
+ "10:30 P.M. Summer",
+ "7 Women",
+ "Agent for H.A.R.M.",
+ "Alvarez Kelly",
+ "Ambush Bay",
+ "Any Wednesday",
+ "The Appaloosa",
+ "Arabesque",
+ "Around the World Under the Sea",
+ "Assault on a Queen",
+ "Batman",
+ "The Bible: In the Beginning",
+ "A Big Hand for the Little Lady",
+ "Billy the Kid vs. Dracula",
+ "Birds Do It",
+ "Blindfold",
+ "Blood Bath",
+ "Boy, Did I Get a Wrong Number!",
+ "Cast a Giant Shadow",
+ "Castle of Evil",
+ "Chamber of Horrors",
+ "Chappaqua",
+ "The Chase",
+ "Chelsea Girls",
+ "Curse of the Swamp Creature",
+ "Cyborg 2087",
+ "The Daydreamer",
+ "Dead Heat on a Merry-Go-Round",
+ "Destination Inner Space",
+ "Dimension 5",
+ "Drop Dead Darling",
+ "Duel at Diablo",
+ "El Dorado",
+ "The Endless Summer",
+ "Fantastic Voyage",
+ "The Fat Spy",
+ "A Fine Madness",
+ "Fireball 500",
+ "Follow Me, Boys!",
+ "The Fortune Cookie",
+ "Frankie and Johnny",
+ "A Funny Thing Happened on the Way to the Forum",
+ "Gambit",
+ "The Ghost and Mr. Chicken",
+ "The Ghost in the Invisible Bikini",
+ "The Glass Bottom Boat",
+ "Grand Prix",
+ "The Group",
+ "Gunpoint",
+ "Hallucination Generation",
+ "Harper",
+ "Hawaii",
+ "Hold Me While I'm Naked",
+ "Hold On!",
+ "How to Steal a Million",
+ "The Idol",
+ "Is Paris Burning?",
+ "Jesse James Meets Frankenstein's Daughter",
+ "Johnny Reno",
+ "Judith",
+ "Khartoum",
+ "Kiss the Girls and Make Them Die",
+ "The Last of the Secret Agents?",
+ "Let's Kill Uncle",
+ "Lord Love a Duck",
+ "Lost Command",
+ "Lt. Robin Crusoe, U.S.N.",
+ "Madame X",
+ "Made in Paris",
+ "The Man Called Flintstone",
+ "A Man Could Get Killed",
+ "Manos: The Hands of Fate",
+ "Maya",
+ "Mister Buddwing",
+ "Moment to Moment",
+ "Munster, Go Home!",
+ "Murderers' Row",
+ "Nashville Rebel",
+ "The Navy vs. the Night Monsters",
+ "Nevada Smith",
+ "The Night of the Grizzly",
+ "Not with My Wife, You Don't!",
+ "Once Before I Die",
+ "The Oscar",
+ "Our Man Flint",
+ "Our Man in Marrakesh",
+ "The Pad and How to Use It",
+ "Paradise, Hawaiian Style",
+ "Penelope",
+ "Picture Mommy Dead",
+ "The Plainsman",
+ "The Poppy Is Also a Flower",
+ "The Professionals",
+ "Queen of Blood",
+ "Rage",
+ "The Rare Breed",
+ "Red Tomahawk",
+ "Red Zone Cuba",
+ "Return of the Seven",
+ "Ride Beyond Vengeance",
+ "Roman Candles",
+ "Rush to Judgment",
+ "The Russians Are Coming, the Russians Are Coming",
+ "The Sand Pebbles",
+ "Seconds",
+ "The Shooting",
+ "The Silencers",
+ "The Singing Nun",
+ "Spinout",
+ "Stagecoach",
+ "The Swinger",
+ "Tarzan and the Valley of Gold",
+ "Texas Across the River",
+ "This Property Is Condemned",
+ "Three on a Couch",
+ "The Three Sisters",
+ "Torn Curtain",
+ "The Trouble with Angels",
+ "Trunk to Cairo",
+ "The Undertaker and His Pals",
+ "The Ugly Dachshund",
+ "The Unkissed Bride",
+ "Waco",
+ "Walk Don't Run",
+ "Way...Way Out",
+ "What Did You Do in the War, Daddy?",
+ "What's Up, Tiger Lily?",
+ "Who's Afraid of Virginia Woolf?",
+ "The Wild Angels",
+ "Winnie the Pooh and the Honey Tree",
+ "Women of the Prehistoric Planet",
+ "40 Guns to Apache Pass",
+ "The Ambushers",
+ "The Ballad of Josie",
+ "Banning",
+ "Barefoot in the Park",
+ "Beach Red",
+ "The Big Mouth",
+ "Billion Dollar Brain",
+ "Blast-Off Girls",
+ "Bonnie and Clyde",
+ "The Born Losers",
+ "The Busy Body",
+ "Camelot",
+ "The Cape Town Affair",
+ "The Caper of the Golden Bulls",
+ "Caprice",
+ "Casino Royale",
+ "Catalina Caper",
+ "The Christmas Kid",
+ "Chuka",
+ "Clambake",
+ "C'mon, Let's Live a Little",
+ "Come Spy with Me",
+ "The Comedians",
+ "Common Law Cabin",
+ "Cool Hand Luke",
+ "A Covenant with Death",
+ "Custer of the West",
+ "Devil's Angels",
+ "The Dirty Dozen",
+ "Divorce American Style",
+ "Doctor Dolittle",
+ "Doctor Faustus",
+ "Doctor, You've Got to Be Kidding!",
+ "Dont Look Back",
+ "Don't Make Waves",
+ "The Double Man",
+ "Double Trouble",
+ "Easy Come, Easy Go",
+ "Eight on the Lam",
+ "Enter Laughing",
+ "The Fastest Guitar Alive",
+ "The Fearless Vampire Killers",
+ "Festival",
+ "First to Fight",
+ "Fitzwilly",
+ "The Flim-Flam Man",
+ "Fort Utah",
+ "The Fox",
+ "Games",
+ "Gentle Giant",
+ "The Girl with the Hungry Eyes",
+ "The Gnome-Mobile",
+ "Good Morning and... Goodbye!",
+ "Good Times",
+ "The Graduate",
+ "Grand Slam",
+ "Guess Who's Coming to Dinner",
+ "A Guide for the Married Man",
+ "Gunfight in Abilene",
+ "Gunn",
+ "The Happening",
+ "The Happiest Millionaire",
+ "Hell on Wheels",
+ "The Hellcats",
+ "Hells Angels on Wheels",
+ "Hillbillys in a Haunted House",
+ "Hombre",
+ "The Honey Pot",
+ "Hostile Guns",
+ "Hot Rods to Hell",
+ "Hotel",
+ "Hour of the Gun",
+ "House of a Thousand Dolls",
+ "How to Succeed in Business Without Really Trying",
+ "Hurry Sundown",
+ "In Cold Blood",
+ "In the Heat of the Night",
+ "In Like Flint",
+ "The Incident",
+ "It's a Bikini World",
+ "Jack of Diamonds",
+ "Journey to the Center of Time",
+ "Jungle Book",
+ "King Kong Escapes",
+ "Kill a Dragon",
+ "The King's Pirate",
+ "Luv",
+ "Mad Monster Party",
+ "Mars Needs Women",
+ "Monkeys, Go Home!",
+ "Oh Dad, Poor Dad, Mamma's Hung You in the Closet and I'm Feelin' So Sad",
+ "Point Blank",
+ "The President's Analyst",
+ "Reflections in a Golden Eye",
+ "The Reluctant Astronaut",
+ "Riot on Sunset Strip",
+ "Rosie!",
+ "Rough Night in Jericho",
+ "The Shooting",
+ "The Shuttered Room",
+ "The Spirit Is Willing",
+ "The St. Valentine's Day Massacre",
+ "The Taming of the Shrew",
+ "Thoroughly Modern Millie",
+ "Three Bites of the Apple",
+ "Thunder Alley",
+ "The Tiger Makes Out",
+ "A Time for Killing",
+ "Titicut Follies",
+ "Tobruk",
+ "Tony Rome",
+ "Torture Garden",
+ "Track of Thunder",
+ "The Trip",
+ "Up the Down Staircase",
+ "Valley of the Dolls",
+ "The Venetian Affair",
+ "Wait Until Dark",
+ "The War Wagon",
+ "Warning Shot",
+ "Waterhole No. 3",
+ "The Way West",
+ "Welcome to Hard Times",
+ "Who's Minding the Mint?",
+ "Who's That Knocking at My Door",
+ "Woman Times Seven",
+ "5 Card Stud",
+ "2001: A Space Odyssey",
+ "Anzio",
+ "Assignment to Kill",
+ "The Astro-Zombies",
+ "The Bamboo Saucer",
+ "Bandolero!",
+ "The Biggest Bundle of Them All",
+ "Blackbeard's Ghost",
+ "The Boston Strangler",
+ "The Brotherhood",
+ "Bullitt",
+ "Buona Sera, Mrs. Campbell",
+ "Bye Bye Braverman",
+ "Candy",
+ "Charly",
+ "Coogan's Bluff",
+ "Countdown",
+ "Counterpoint",
+ "Daring Game",
+ "Day of the Evil Gun",
+ "The Detective",
+ "The Devil's Brigade",
+ "Did You Hear the One About the Traveling Saleslady?",
+ "Don't Just Stand There!",
+ "Don't Raise the Bridge, Lower the River",
+ "Faces",
+ "Finders Keepers, Lovers Weepers!",
+ "Finian's Rainbow",
+ "Firecreek",
+ "Flesh",
+ "For Love of Ivy",
+ "For Singles Only",
+ "Funny Girl",
+ "Great Catherine",
+ "The Green Berets",
+ "Greetings",
+ "Hammerhead",
+ "Hang 'Em High",
+ "Head",
+ "The Heart Is a Lonely Hunter",
+ "Hell in the Pacific",
+ "Hellfighters",
+ "The Hell with Heroes",
+ "The Horse in the Gray Flannel Suit",
+ "Hot Millions",
+ "House of Evil",
+ "How to Save a Marriage and Ruin Your Life",
+ "How Sweet It Is!",
+ "I Love You, Alice B. Toklas",
+ "Ice Station Zebra",
+ "The Impossible Years",
+ "In Enemy Country",
+ "In the Year of the Pig",
+ "Jigsaw",
+ "Killers Three",
+ "The Killing of Sister George",
+ "Kona Coast",
+ "Lady in Cement",
+ "The Legend of Lylah Clare",
+ "Live a Little, Love a Little",
+ "The Love Bug",
+ "A Lovely Way to Die",
+ "Madigan",
+ "Madigan's Millions",
+ "The Magus",
+ "A Man Called Dagger",
+ "The Mini-Skirt Mob",
+ "The Money Jungle",
+ "Monterey Pop",
+ "More Dead Than Alive",
+ "The Movie Orgy",
+ "Never a Dull Moment",
+ "The Night of the Following Day",
+ "Night of the Living Dead",
+ "The Night They Raided Minsky's",
+ "No Way to Treat a Lady",
+ "Nobody Runs Forever",
+ "Nobody's Perfect",
+ "The Odd Couple",
+ "The One and Only, Genuine, Original Family Band",
+ "P.J.",
+ "Panic in the City",
+ "Paper Lion",
+ "The Party",
+ "Petulia",
+ "The Pink Jungle",
+ "A Place for Lovers",
+ "Planet of the Apes",
+ "The Power",
+ "Pretty Poison",
+ "The Private Navy of Sgt. O'Farrell",
+ "The Producers",
+ "Psych-Out",
+ "Rachel, Rachel",
+ "Rosemary's Baby",
+ "The Savage Seven",
+ "The Scalphunters",
+ "The Sea Gull",
+ "The Secret Life of an American Wife",
+ "The Secret War of Harry Frigg",
+ "The Sergeant",
+ "Sergeant Ryker",
+ "The Shakiest Gun in the West",
+ "Shalako",
+ "She-Devils on Wheels",
+ "The Shoes of the Fisherman",
+ "Single Room Furnished",
+ "Skidoo",
+ "Sol Madrid",
+ "Speedway",
+ "Spirits of the Dead",
+ "The Split",
+ "The Stalking Moon",
+ "Star!",
+ "Stay Away, Joe",
+ "The Subject Was Roses",
+ "The Sweet Ride",
+ "Sweet November",
+ "The Swimmer",
+ "Targets",
+ "They Came to Rob Las Vegas",
+ "The Thomas Crown Affair",
+ "Three in the Attic",
+ "Uptight",
+ "Villa Rides",
+ "Vixen!",
+ "Voyage to the Planet of Prehistoric Women",
+ "Walk the Angry Beach",
+ "What's So Bad About Feeling Good?",
+ "Where Angels Go, Trouble Follows",
+ "Where Eagles Dare",
+ "Where Were You When the Lights Went Out?",
+ "White Comanche",
+ "The Wicked Dreams of Paula Schultz",
+ "Wild 90",
+ "Wild in the Streets",
+ "The Wild Racers",
+ "The Wild, Wild World of Jayne Mansfield",
+ "Will Penny",
+ "With Six You Get Eggroll",
+ "The Wrecking Crew",
+ "Yours, Mine and Ours",
+ "100 Rifles",
+ "Alice's Restaurant",
+ "Angel, Angel, Down We Go",
+ "Angel in My Pocket",
+ "The Appointment",
+ "The April Fools",
+ "The Arrangement",
+ "Bambi Meets Godzilla",
+ "The Big Bounce",
+ "The Big Cube",
+ "Blood of Dracula's Castle",
+ "Blue Movie",
+ "Bob & Carol & Ted & Alice",
+ "A Boy Named Charlie Brown",
+ "The Bridge at Remagen",
+ "The Bushbaby",
+ "Butch Cassidy and the Sundance Kid",
+ "Cactus Flower",
+ "Castle Keep",
+ "The Chairman",
+ "Change of Habit",
+ "Change of Mind",
+ "Changes",
+ "Chastity",
+ "Che!",
+ "Childish Things",
+ "The Comic",
+ "The Computer Wore Tennis Shoes",
+ "Crooks and Coronets",
+ "The Cycle Savages",
+ "Czechoslovakia 1968",
+ "Dance of Death",
+ "Death of a Gunfighter",
+ "De Sade",
+ "The Devil's 8",
+ "Don't Drink the Water",
+ "Downhill Racer",
+ "Easy Rider",
+ "Eggshells",
+ "The Extraordinary Seaman",
+ "Eye of the Cat",
+ "The Fantastic Plastic Machine",
+ "The Female Bunch",
+ "Flareup",
+ "Gaily, Gaily",
+ "The Gay Deceivers",
+ "Gidget Grows Up",
+ "The Girl Who Knew Too Much",
+ "Girl in Gold Boots",
+ "The Girl Who Returned",
+ "Goodbye, Columbus",
+ "Goodbye, Mr. Chips",
+ "The Grasshopper",
+ "Guns in the Heather",
+ "Guns of the Magnificent Seven",
+ "The Gypsy Moths",
+ "Hail, Hero!",
+ "The Happy Ending",
+ "Hard Contract",
+ "Hello, Dolly!",
+ "Hello Down There",
+ "Hell's Angels '69",
+ "Hell's Belles",
+ "Hook, Line & Sinker",
+ "House of Cards",
+ "How to Commit Marriage",
+ "If It's Tuesday, This Must Be Belgium",
+ "The Illustrated Man",
+ "Impasse",
+ "It Takes All Kinds",
+ "John and Mary",
+ "Judy's Little No-No",
+ "Justine",
+ "Krakatoa, East of Java",
+ "Land Raiders",
+ "Last Summer",
+ "The Learning Tree",
+ "Lola",
+ "Lost Flight",
+ "The Lost Man",
+ "Love Camp 7",
+ "The Love God?",
+ "Mackenna's Gold",
+ "The Madwoman of Chaillot",
+ "Marlowe",
+ "Marooned",
+ "Me, Natalie",
+ "Medium Cool",
+ "Midas Run",
+ "Midnight Cowboy",
+ "The Monitors",
+ "More Dead Than Alive",
+ "My Side of the Mountain",
+ "Naked Angels",
+ "Nightmare in Wax",
+ "Number One",
+ "Paint Your Wagon",
+ "Popi",
+ "Putney Swope",
+ "The Rain People",
+ "Rascal",
+ "The Reivers",
+ "Riot",
+ "The Royal Hunt of the Sun",
+ "Salesman",
+ "Sam Whiskey",
+ "The Secret Sex Lives of Romeo and Juliet",
+ "The Secret of Santa Vittoria",
+ "Shark!",
+ "The Sidehackers",
+ "Slaves",
+ "Some Kind of a Nut",
+ "The Sterile Cuckoo",
+ "Stiletto",
+ "Support Your Local Sheriff",
+ "Sweet Charity",
+ "Take the Money and Run",
+ "A Talent for Loving",
+ "Tell Them Willie Boy Is Here",
+ "That Cold Day in the Park",
+ "They Shoot Horses, Don't They?",
+ "A Time for Dying",
+ "Topaz",
+ "Trilogy",
+ "The Trouble with Girls",
+ "True Grit",
+ "The Undefeated",
+ "The Valley of Gwangi",
+ "Viva Max!",
+ "The Wedding Party",
+ "What Ever Happened to Aunt Alice?",
+ "Where It's At",
+ "The Wild Bunch",
+ "Winning",
+ "The Wonderful Land of Oz",
+ "The Wrecking Crew",
+ "Young Billy Young",
+ "Adam at Six A.M.",
+ "The Adventurers",
+ "Airport",
+ "Alex in Wonderland",
+ "The Angel Levine",
+ "Angel Unchained",
+ "The Aristocats",
+ "The Baby Maker",
+ "The Ballad of Cable Hogue",
+ "Barquero",
+ "Beneath the Planet of the Apes",
+ "Beyond the Valley of the Dolls",
+ "Bigfoot",
+ "Bloody Mama",
+ "The Boatniks",
+ "The Boys in the Band",
+ "Brewster McCloud",
+ "A Bullet for Pretty Boy",
+ "Cannon for Cordoba",
+ "Catch-22",
+ "Cherry, Harry & Raquel!",
+ "The Cheyenne Social Club",
+ "Chisum",
+ "The Christine Jorgensen Story",
+ "Cockeyed Cowboys of Calico County",
+ "Colossus: The Forbin Project",
+ "Cotton Comes to Harlem",
+ "Count Yorga, Vampire",
+ "Darker than Amber",
+ "Darling Lili",
+ "The Delta Factor",
+ "Diary of a Mad Housewife",
+ "Dirty Dingus Magee",
+ "The Dunwich Horror",
+ "El Condor",
+ "Elvis: That's the Way It Is",
+ "End of the Road",
+ "Equinox",
+ "Five Easy Pieces",
+ "Flesh Feast",
+ "Gas-s-s-s",
+ "Getting Straight",
+ "Gimme Shelter",
+ "The Great White Hope",
+ "The Hawaiians",
+ "Hercules in New York",
+ "Hi, Mom!",
+ "The Honeymoon Killers",
+ "Hornets’ Nest",
+ "House of Dark Shadows",
+ "How Do I Love Thee?",
+ "Husbands",
+ "I Drink Your Blood",
+ "I Love My Wife",
+ "I Never Sang for My Father",
+ "I Walk the Line",
+ "The Invincible Six",
+ "Jenny",
+ "Joe",
+ "Kelly's Heroes",
+ "King: A Filmed Record... Montgomery to Memphis",
+ "The Kremlin Letter",
+ "The Lady in the Car with Glasses and a Gun",
+ "The Landlord",
+ "Last of the Mobile Hot Shots",
+ "The Last Warrior",
+ "The Liberation of L.B. Jones",
+ "Little Big Man",
+ "Little Fauss and Big Halsy",
+ "Love Story",
+ "Lovers and Other Strangers",
+ "Loving",
+ "M\"A*S*H",
+ "Macho Callahan",
+ "Maidstone",
+ "A Man Called Horse",
+ "The Molly Maguires",
+ "Monty Walsh",
+ "The Moonshine War",
+ "Move",
+ "My Lover, My Son",
+ "Myra Breckinridge",
+ "Nam's Angels",
+ "Norwood",
+ "The Old Man Who Cried Wolf",
+ "On a Clear Day You Can See Forever",
+ "One More Time",
+ "The Only Game in Town",
+ "The Out-of-Towners",
+ "The Owl and the Pussycat",
+ "Party at Kitty and Stud's",
+ "Patton",
+ "The People Next Door",
+ "The Phantom Tollbooth",
+ "The Phynx",
+ "Puzzle of a Downfall Child",
+ "Quackser Fortune Has a Cousin in the Bronx",
+ "R. P. M.",
+ "Rabbit, Run",
+ "The Rebel Rousers",
+ "The Revolutionary",
+ "Rio Lobo",
+ "Skullduggery",
+ "Soldier Blue",
+ "Something for Everyone",
+ "Sometimes a Great Notion",
+ "Start the Revolution Without Me",
+ "The Strawberry Statement",
+ "Street Scenes",
+ "Suppose They Gave a War and Nobody Came",
+ "Tell Me That You Love Me, Junie Moon",
+ "There Was a Crooked Man...",
+ "They Call Me MISTER Tibbs!",
+ "...tick...tick...tick...",
+ "Too Late the Hero",
+ "Tora! Tora! Tora!",
+ "Trash",
+ "Tribes",
+ "The Traveling Executioner",
+ "The Twelve Chairs",
+ "Two Mules for Sister Sara",
+ "Up in the Cellar",
+ "WUSA",
+ "A Walk in the Spring Rain",
+ "Walk the Walk",
+ "Watermelon Man",
+ "What Do You Say to a Naked Lady?",
+ "Where's Poppa?",
+ "Which Way to the Front?",
+ "The Wild Country",
+ "The Wild Scene",
+ "The Wizard of Gore",
+ "Woodstock",
+ "The Yin and the Yang of Mr. Go",
+ "You Can't Win 'Em All",
+ "Zabriskie Point",
+ "Zig Zag",
+ "$ aka Dollars",
+ "200 Motels",
+ "The Anderson Tapes",
+ "The Andromeda Strain",
+ "Bad Man's River",
+ "Bananas",
+ "The Barefoot Executive",
+ "The Battle of Love's Return",
+ "Bedknobs and Broomsticks",
+ "The Beguiled",
+ "The Big Doll House",
+ "Big Jake",
+ "Billy Jack",
+ "Bless the Beasts and Children",
+ "Blood and Lace",
+ "Blood Thirst",
+ "Born to Win",
+ "Brian's Song",
+ "Brother John",
+ "Bunny O'Hare",
+ "Cain's Cutthroats",
+ "Carnal Knowledge",
+ "Catlow",
+ "Chrome and Hot Leather",
+ "Clay Pigeon",
+ "Cold Turkey",
+ "Cry Uncle!",
+ "Day of the Wolves",
+ "The Deadly Trap",
+ "The Deserter",
+ "Desperate Characters",
+ "Die Screaming, Marianne",
+ "Dirty Harry",
+ "Doc",
+ "Doctors' Wives",
+ "Dracula vs. Frankenstein",
+ "Drive, He Said",
+ "Duel",
+ "Escape from the Planet of the Apes",
+ "Evel Knievel",
+ "Fiddler on the Roof",
+ "Fools' Parade",
+ "Four Rode Out",
+ "The French Connection",
+ "Fright",
+ "The Gang That Couldn't Shoot Straight",
+ "Going Home",
+ "The Grissom Gang",
+ "A Gunfight",
+ "Hannie Caulder",
+ "Happy Birthday, Wanda June",
+ "The Hard Ride",
+ "Harold and Maude",
+ "The Hellstrom Chronicle",
+ "The Hired Hand",
+ "The Horsemen",
+ "The Hospital",
+ "How to Frame a Figg",
+ "The Hunting Party",
+ "The Incredible 2-Headed Transplant",
+ "Johnny Got His Gun",
+ "Kidnapped",
+ "Klute",
+ "Kotch",
+ "The Last Movie",
+ "The Last Picture Show",
+ "The Last Run",
+ "Lawman",
+ "Le Mans",
+ "Let's Scare Jessica to Death",
+ "The Light at the Edge of the World",
+ "Little Murders",
+ "The Love Machine",
+ "Made for Each Other",
+ "Man in the Wilderness",
+ "The Marriage of a Young Stockbroker",
+ "McCabe & Mrs. Miller",
+ "The Mephisto Waltz",
+ "The Million Dollar Duck",
+ "Minnie and Moskowitz",
+ "Mrs. Pollifax-Spy",
+ "Murders in the Rue Morgue",
+ "Murphy's War",
+ "Necromania",
+ "A New Leaf",
+ "The Night God Screamed",
+ "Night of Dark Shadows",
+ "Octaman",
+ "The Omega Man",
+ "One More Train to Rob",
+ "The Panic in Needle Park",
+ "Pink Narcissus",
+ "Play Misty for Me",
+ "Plaza Suite",
+ "Pretty Maids All in a Row",
+ "Punishment Park",
+ "The Pursuit of Happiness",
+ "Raid on Rommel",
+ "Red Sky at Morning",
+ "The Resurrection of Zachary Wheeler",
+ "The Return of Count Yorga",
+ "A Safe Place",
+ "The Sandpit Generals",
+ "See No Evil",
+ "The Seven Minutes",
+ "Shaft",
+ "Shoot Out",
+ "Simon, King of the Witches",
+ "Skin Game",
+ "Something Big",
+ "Sometimes a Great Notion",
+ "Soul to Soul",
+ "Star Spangled Girl",
+ "Straw Dogs",
+ "Such Good Friends",
+ "Summer of '42",
+ "Summertree",
+ "Sunday Bloody Sunday",
+ "Support Your Local Gunfighter!",
+ "Sweet Sweetback's Baadasssss Song",
+ "THX 1138",
+ "T.R. Baskin",
+ "Taking Off",
+ "There's Always Vanilla",
+ "They Might Be Giants",
+ "The Touch",
+ "The Touch of Satan",
+ "A Town Called Bastard",
+ "The Trojan Women",
+ "Two-Lane Blacktop",
+ "Valdez Is Coming",
+ "Vanishing Point",
+ "Villain",
+ "Von Richthofen and Brown",
+ "Werewolves on Wheels",
+ "What's the Matter with Helen?",
+ "Who Is Harry Kellerman and Why Is He Saying Those Terrible Things About Me?",
+ "Who Killed Mary What's 'Er Name?",
+ "Wild Rovers",
+ "Willard",
+ "Willy Wonka & the Chocolate Factory",
+ "Women in Cages",
+ "You've Got to Walk It Like You Talk It or You'll Lose That Beat",
+ "Zachariah",
+ "The Zodiac Killer",
+ "1776",
+ "Across 110th Street",
+ "Another Nice Mess",
+ "Avanti!",
+ "Bad Company",
+ "Ben",
+ "Behind the Green Door",
+ "Beware! The Blob",
+ "The Big Bird Cage",
+ "Black Rage",
+ "Blacula",
+ "Bluebeard",
+ "Bone",
+ "Boxcar Bertha",
+ "Buck and the Preacher",
+ "Butterflies Are Free",
+ "Cabaret",
+ "The Candidate",
+ "The Carey Treatment",
+ "Chato's Land",
+ "Children Shouldn't Play with Dead Things",
+ "Child's Play",
+ "Cisco Pike",
+ "Come Back, Charleston Blue",
+ "Conquest of the Planet of the Apes",
+ "Cool Breeze",
+ "A Cop",
+ "Corky",
+ "The Cowboys",
+ "The Culpepper Cattle Co.",
+ "Deep Throat",
+ "Deliverance",
+ "Dirty Little Billy",
+ "The Doberman Gang",
+ "Dr. Phibes Rises Again",
+ "Dynamite Chicken",
+ "The Effect of Gamma Rays on Man-in-the-Moon Marigolds",
+ "Elvis on Tour",
+ "Endless Night",
+ "Everything You Always Wanted to Know About Sex* (*But Were Afraid to Ask)",
+ "Fat City",
+ "Fillmore",
+ "The Final Comedown",
+ "Five Summer Stories",
+ "Fritz the Cat",
+ "Frogs",
+ "Fuzz",
+ "Get to Know Your Rabbit",
+ "The Getaway",
+ "The Godfather",
+ "Grave of the Vampire",
+ "The Great Northfield Minnesota Raid",
+ "Hammer",
+ "Hammersmith Is Out",
+ "The Heartbreak Kid",
+ "Heat",
+ "Hickey & Boggs",
+ "Hit Man",
+ "The Hot Rock",
+ "Images",
+ "J.W. Coop",
+ "Jeremiah Johnson",
+ "Joe Kidd",
+ "Journey Back to Oz",
+ "Junior Bonner",
+ "Kansas City Bomber",
+ "The King of Marvin Gardens",
+ "Lady Sings the Blues",
+ "The Last House on the Left",
+ "Last of the Red Hot Lovers",
+ "Left Hand of Gemini",
+ "The Legend of Boggy Creek",
+ "The Legend of Nigger Charley aka Legend of Black Charley",
+ "The Life and Times of Judge Roy Bean",
+ "Limbo",
+ "Los Amigos",
+ "The Magnificent Seven Ride",
+ "The Man",
+ "Man of La Mancha",
+ "The Mechanic",
+ "Melinda",
+ "Napoleon and Samantha",
+ "Necromancy",
+ "The New Centurions",
+ "Night of the Lepus",
+ "Now You See Him, Now You Don't",
+ "The Offence",
+ "One Is a Lonely Number",
+ "The Other",
+ "Painters Painting",
+ "Pancho Villa",
+ "Payday",
+ "Pete 'n' Tillie",
+ "Pink Flamingos",
+ "Play It Again, Sam",
+ "Play It as It Lays",
+ "Pocket Money",
+ "Pope Joan",
+ "Portnoy's Complaint",
+ "The Poseidon Adventure",
+ "The Possession of Joel Delaney",
+ "Prime Cut",
+ "Private Parts",
+ "Rage",
+ "Red Sun",
+ "A Reflection of Fear",
+ "The Revengers",
+ "The Salzburg Connection",
+ "Savages",
+ "Shaft's Big Score",
+ "Silent Running",
+ "Sitting Target",
+ "Skyjacked",
+ "Slaughter",
+ "Slaughterhouse-Five",
+ "Snoopy, Come Home",
+ "Snowball Express",
+ "Sounder",
+ "Stigma",
+ "The Summertime Killer",
+ "Super Fly",
+ "They Only Kill Their Masters",
+ "The Thing with Two Heads",
+ "Thumb Tripping",
+ "To Find a Man",
+ "Tomorrow",
+ "Travels with My Aunt",
+ "Treasure Island",
+ "Treasure Island",
+ "Trouble Man",
+ "Ulzana's Raid",
+ "Up the Sandbox",
+ "The Visitors",
+ "The War Between Men and Women",
+ "What's Up, Doc?",
+ "When the Legends Die",
+ "Winter Soldier",
+ "The Woman Hunter",
+ "The Wrath of God",
+ "You'll Like My Mother",
+ "40 Carats",
+ "Ace Eli and Rodger of the Skies",
+ "The All-American Boy",
+ "The Alpha Caper",
+ "American Graffiti",
+ "Arnold",
+ "Arnold's Wrecking Co.",
+ "Ash Wednesday",
+ "The Baby",
+ "Badge 373",
+ "Badlands",
+ "Bang the Drum Slowly",
+ "Battle for the Planet of the Apes",
+ "Black Caesar",
+ "Black Snake",
+ "Blackenstein",
+ "Blume in Love",
+ "Book of Numbers",
+ "The Boy Who Cried Werewolf",
+ "Breezy",
+ "Brother of the Wind",
+ "Cahill U.S. Marshal",
+ "The Candy Snatchers",
+ "Charley and the Angel",
+ "Charley Varrick",
+ "Charlotte's Web",
+ "Cinderella Liberty",
+ "Class of '44",
+ "Cleopatra Jones",
+ "Coffy",
+ "Cops and Robbers",
+ "The Crazies",
+ "The Day of the Dolphin",
+ "A Delicate Balance",
+ "Detroit 9000",
+ "The Devil in Miss Jones",
+ "Dillinger",
+ "The Doll Squad",
+ "The Don Is Dead",
+ "Don't Be Afraid of the Dark",
+ "Don't Play Us Cheap",
+ "Electra Glide in Blue",
+ "Emperor of the North",
+ "Encounter with the Unknown",
+ "Enter the Dragon",
+ "Executive Action",
+ "The Exorcist",
+ "Five on the Black Hand Side",
+ "Forced Entry",
+ "The Forgotten aka Don't Look in the Basement",
+ "Frank Film",
+ "The Friends of Eddie Coyle",
+ "From the Mixed-Up Files of Mrs. Basil E. Frankweiler",
+ "Ganja & Hess",
+ "Godspell",
+ "The Golden Voyage of Sinbad",
+ "Gordon's War",
+ "Happy Mother's Day, Love George",
+ "The Harrad Experiment",
+ "Harry in Your Pocket",
+ "Heavy Traffic",
+ "Hell Up in Harlem",
+ "High Plains Drifter",
+ "Hit!",
+ "The Iceman Cometh",
+ "Idaho Transfer",
+ "Interval",
+ "Invasion of the Bee Girls",
+ "Jesus Christ Superstar",
+ "Jeremy",
+ "Jonathan Livingston Seagull",
+ "Jory",
+ "Kid Blue",
+ "Lady Ice",
+ "The Last American Hero",
+ "The Last Detail",
+ "The Last of Sheila",
+ "The Laughing Policeman",
+ "Little Cigars",
+ "Lolly-Madonna XXX",
+ "The Long Goodbye",
+ "Lost Horizon",
+ "Love and Pain and the Whole Damn Thing",
+ "Luther",
+ "The Mack",
+ "The Mackintosh Man",
+ "Magnum Force",
+ "Manson",
+ "Maurie",
+ "Mean Streets",
+ "Messiah of Evil aka Dead People",
+ "The Neptune Factor",
+ "The No Mercy Man",
+ "Oklahoma Crude",
+ "One Little Indian",
+ "The Outfit",
+ "The Paper Chase",
+ "Paper Moon",
+ "Papillon",
+ "Pat Garrett and Billy the Kid",
+ "Please Don't Eat My Mother",
+ "The Return of Charlie Chan",
+ "Robin Hood",
+ "The Roommates",
+ "Sssssss",
+ "Save the Tiger",
+ "Scarecrow",
+ "Scorpio",
+ "Scream Blacula Scream",
+ "Serpico",
+ "The Seven-Ups",
+ "Shaft in Africa",
+ "Shamus",
+ "Showdown",
+ "Sisters",
+ "Slaughter's Big Rip-Off",
+ "Sleeper",
+ "Slither",
+ "Some Call It Loving",
+ "Soylent Green",
+ "The Spook Who Sat By the Door",
+ "Steelyard Blues",
+ "Sticks and Bones",
+ "The Sting",
+ "The Stone Killer",
+ "Summer Wishes, Winter Dreams",
+ "Superdad",
+ "Sweet Kill",
+ "Terminal Island",
+ "The Thief Who Came to Dinner",
+ "The Three Musketeers",
+ "Tom Sawyer",
+ "The Train Robbers",
+ "Two People",
+ "Visions of Eight",
+ "Walking Tall",
+ "The Way We Were",
+ "The Werewolf of Washington",
+ "Westworld",
+ "White Lightning",
+ "Wicked, Wicked",
+ "The World's Greatest Athlete",
+ "Blazing Saddles",
+ "The Towering Inferno",
+ "The Trial of Billy Jack",
+ "Young Frankenstein",
+ "Earthquake",
+ "The Godfather Part II",
+ "Airport 1975",
+ "The Life and Times of Grizzly Adams",
+ "The Longest Yard",
+ "Benji",
+ "11 Harrowhouse",
+ "99 and 44/100% Dead",
+ "Abby",
+ "Airport 1975",
+ "Alice Doesn't Live Here Anymore",
+ "All the Kind Strangers",
+ "And Then There Were None",
+ "The Arena",
+ "Bank Shot",
+ "Benji",
+ "Beyond the Door",
+ "Big Bad Mama",
+ "Billy Two Hats",
+ "Black Belt Jones",
+ "Black Eye",
+ "The Black Godfather",
+ "Black Samson",
+ "The Black Windmill",
+ "Blazing Saddles",
+ "Bring Me the Head of Alfredo Garcia",
+ "Buster and Billie",
+ "Busting",
+ "Caged Heat",
+ "California Split",
+ "The Castaway Cowboy",
+ "Chinatown",
+ "Chosen Survivors",
+ "Claudine",
+ "Cockfighter",
+ "Conrack",
+ "The Conversation",
+ "Crazy Joe",
+ "The Crazy World of Julius Vrooder",
+ "Daisy Miller",
+ "Dark Star",
+ "Death Wish",
+ "Dirty Mary, Crazy Larry",
+ "The Dove",
+ "Down and Dirty Duck",
+ "Earthquake",
+ "Exploratorium",
+ "F for Fake",
+ "Female Trouble",
+ "Flesh Gordon",
+ "For Pete's Sake",
+ "Foxy Brown",
+ "Freebie and the Bean",
+ "The Front Page",
+ "The Gambler",
+ "'Gator Bait",
+ "Ginger in the Morning",
+ "The Girl from Petrovka",
+ "The Godfather Part II",
+ "Golden Needles",
+ "Gone in 60 Seconds",
+ "The Gravy Train",
+ "The Great Gatsby",
+ "The Groove Tube",
+ "Hangup",
+ "Harry and Tonto",
+ "Hearts and Minds",
+ "Herbie Rides Again",
+ "The House on Skull Mountain",
+ "Huckleberry Finn",
+ "Invasion from Inner Earth",
+ "The Island at the Top of the World",
+ "It's Alive",
+ "The Klansman",
+ "Ladies and Gentlemen: The Rolling Stones",
+ "Lenny",
+ "The Life and Times of Grizzly Adams",
+ "The Longest Yard",
+ "The Lords of Flatbush",
+ "Lost in the Stars",
+ "Lovin' Molly",
+ "Macon County Line",
+ "Mame",
+ "McQ",
+ "The Midnight Man",
+ "The Missiles of October",
+ "Mixed Company",
+ "Mr. Majestyk",
+ "Newman's Law",
+ "The Nickel Ride",
+ "Nightmare Honeymoon",
+ "The Nine Lives of Fritz the Cat",
+ "Once Upon a Scoundrel",
+ "Open Season",
+ "The Parallax View",
+ "Phantom of the Paradise",
+ "Phase IV",
+ "The Private Afternoons of Pamela Mann",
+ "Report to the Commissioner",
+ "Rhinoceros",
+ "Road Movie",
+ "S*P*Y*S",
+ "The Savage Is Loose",
+ "Score",
+ "Seizure",
+ "Space Is the Place",
+ "The Spikes Gang",
+ "Sugar Hill",
+ "The Sugarland Express",
+ "The Super Cops",
+ "The Taking of Pelham One Two Three",
+ "The Tamarind Seed",
+ "The Terminal Man",
+ "The Texas Chain Saw Massacre",
+ "That's Entertainment!",
+ "Thieves Like Us",
+ "Thomasine & Bushrod",
+ "Three the Hard Way",
+ "Three Tough Guys",
+ "Thunderbolt and Lightfoot",
+ "The Towering Inferno",
+ "The Trial of Billy Jack",
+ "Truck Turner",
+ "UFO: Target Earth",
+ "The Ultimate Thrill",
+ "Uptown Saturday Night",
+ "A Very Natural Thing",
+ "The Voyage",
+ "W",
+ "Where the Lilies Bloom",
+ "Where the Red Fern Grows",
+ "The White Dawn",
+ "Willie Dynamite",
+ "A Woman Under the Influence",
+ "The Wrestler",
+ "The Yakuza",
+ "Young Frankenstein",
+ "Zandy's Bride",
+ "92 in the Shade",
+ "Aaron Loves Angela",
+ "The Adventure of Sherlock Holmes' Smarter Brother",
+ "The Adventures of the Wilderness Family",
+ "Aloha, Bobby and Rose",
+ "The Apple Dumpling Gang",
+ "At Long Last Love",
+ "Barry Lyndon",
+ "Bite the Bullet",
+ "The Black Bird",
+ "Black Fist",
+ "Blazing Stewardesses",
+ "Boss Nigger",
+ "A Boy and His Dog",
+ "Brannigan",
+ "Breakheart Pass",
+ "Breakout",
+ "Brother, Can You Spare a Dime?",
+ "Bucktown",
+ "Bug",
+ "Bugs Bunny: Superstar",
+ "The Candy Tangerine Man",
+ "Capone",
+ "Cleopatra Jones and the Casino of Gold",
+ "Conduct Unbecoming",
+ "Cooley High",
+ "Coonskin aka Street Fight",
+ "Crazy Mama",
+ "The Day of the Locust",
+ "Death Race 2000",
+ "The Devil's Rain",
+ "Diamonds",
+ "Doc Savage: The Man of Bronze",
+ "Dog Day Afternoon",
+ "Dolemite",
+ "The Drowning Pool",
+ "The Eiger Sanction",
+ "Escape to Witch Mountain",
+ "Farewell, My Lovely",
+ "Fore Play",
+ "The Fortune",
+ "Framed",
+ "French Connection II",
+ "Friday Foster",
+ "Funny Lady",
+ "The Giant Spider Invasion",
+ "Give 'em Hell, Harry!",
+ "Gone with the West",
+ "The Great Waldo Pepper",
+ "Grey Gardens",
+ "The Happy Hooker",
+ "Hard Times",
+ "Hearts of the West",
+ "Hester Street",
+ "The Hiding Place",
+ "The Hindenburg",
+ "Hustle",
+ "Inserts",
+ "I Wonder Who's Killing Her Now?",
+ "Jaws",
+ "The Killer Elite",
+ "The Land That Time Forgot",
+ "Lepke",
+ "Let's Do It Again",
+ "Love and Death",
+ "Lucky Lady",
+ "Mackintosh and T.J.",
+ "Mahogany",
+ "Man Friday",
+ "The Man in the Glass Booth",
+ "The Man Who Would Be King",
+ "Mandingo",
+ "The Master Gunfighter",
+ "Milestones",
+ "Mitchell",
+ "Moonrunners",
+ "Mr. Ricco",
+ "Naked Came The Stranger",
+ "Nashville",
+ "Night Moves",
+ "The Noah",
+ "Once Is Not Enough",
+ "One Flew Over the Cuckoo's Nest",
+ "One of Our Dinosaurs Is Missing",
+ "Operation: Daybreak",
+ "The Other Side of the Mountain",
+ "Out of Season",
+ "Peeper",
+ "Permission to Kill",
+ "Posse",
+ "The Prisoner of Second Avenue",
+ "Psychic Killer",
+ "Queen of the Stardust Ballroom",
+ "Race with the Devil",
+ "Rafferty and the Gold Dust Twins",
+ "Rancho Deluxe",
+ "The Reincarnation of Peter Proud",
+ "Return to Macon County",
+ "Return of the Pink Panther",
+ "The Rocky Horror Picture Show",
+ "Rollerball",
+ "The Romantic Englishwoman",
+ "Rooster Cogburn",
+ "Rosebud",
+ "Royal Flash",
+ "Russian Roulette",
+ "Shampoo",
+ "Sheba, Baby",
+ "Smile",
+ "The Spiral Staircase",
+ "The Stepford Wives",
+ "The Strongest Man in the World",
+ "The Sunshine Boys",
+ "Supervixens",
+ "Switchblade Sisters",
+ "Take a Hard Ride",
+ "That Lucky Touch",
+ "Three Days of the Condor",
+ "Thundercrack!",
+ "Trucker's Woman",
+ "Tubby the Tuba",
+ "The Ultimate Warrior",
+ "W.W. and the Dixie Dancekings",
+ "Walking Tall Part 2",
+ "The Werewolf of Woodstock",
+ "White Line Fever",
+ "The Wild Party",
+ "The Wind and the Lion",
+ "Across the Great Divide",
+ "Alice, Sweet Alice",
+ "All the President's Men",
+ "Assault on Precinct 13",
+ "At the Earth's Core",
+ "Baby Blue Marine",
+ "The Bad News Bears",
+ "The Bette Midler Show",
+ "The Big Bus",
+ "The Bingo Long Traveling All-Stars & Motor Kings",
+ "Black Heat",
+ "Black Shampoo",
+ "The Blank Generation",
+ "The Blue Bird",
+ "Bobbie Jo and the Outlaw",
+ "Bound for Glory",
+ "Breaking Point",
+ "Buffalo Bill and the Indians, or Sitting Bull's History Lesson",
+ "Burnt Offerings",
+ "Cannonball",
+ "Car Wash",
+ "Carrie",
+ "Chesty Anderson, USN",
+ "Creature from Black Lake",
+ "Death Journey",
+ "Death Machines",
+ "Deadly Hero",
+ "Diary of the Dead",
+ "Dixie Dynamite",
+ "Dogs",
+ "Dr. Black, Mr. Hyde",
+ "Drive-In Massacre",
+ "Drum",
+ "The Duchess and the Dirtwater Fox",
+ "The Eagle Has Landed",
+ "Eat My Dust",
+ "Embryo",
+ "The Enforcer",
+ "Family Plot",
+ "Fighting Mad",
+ "The First Nudie Musical",
+ "The Food of the Gods",
+ "Freaky Friday",
+ "From Noon till Three",
+ "The Front",
+ "Futureworld",
+ "Gable and Lombard",
+ "Gang Wars",
+ "Gator",
+ "God Told Me To",
+ "The Great Scout & Cathouse Thursday",
+ "Grizzly",
+ "The Gumball Rally",
+ "Gus",
+ "Harlan County, USA",
+ "Harry and Walter Go to New York",
+ "Hawmps!",
+ "Hollywood Boulevard",
+ "Hot Potato",
+ "The Human Tornado",
+ "I Will, I Will... for Now",
+ "J. D.'s Revenge",
+ "Jackson County Jail",
+ "Killer Force",
+ "The Killer Inside Me",
+ "The Killing of a Chinese Bookie",
+ "King Kong",
+ "King Kung Fu",
+ "The Last Hard Men",
+ "The Last Tycoon",
+ "Leadbelly",
+ "Lifeguard",
+ "Lipstick",
+ "The Little Girl Who Lives Down the Lane",
+ "Logan's Run",
+ "Mako: The Jaws of Death",
+ "Mansion of the Doomed",
+ "Marathon Man",
+ "Massacre at Central High",
+ "Mastermind",
+ "A Matter of Time",
+ "Mean Johnny Barrows",
+ "The Memory of Justice",
+ "Midway",
+ "Mikey and Nicky",
+ "The Missouri Breaks",
+ "The Monkey Hustle",
+ "Mother, Jugs & Speed",
+ "Moving Violation",
+ "Murder by Death",
+ "The Mysterious Monsters",
+ "Network",
+ "The Next Man",
+ "Next Stop, Greenwich Village",
+ "Nickelodeon",
+ "No Deposit, No Return",
+ "Obsession",
+ "Ode to Billy Joe",
+ "The Omen",
+ "One Away",
+ "One Summer Love",
+ "The Opening of Misty Beethoven",
+ "The Outlaw Josey Wales",
+ "The Return of a Man Called Horse",
+ "Rich Man, Poor Man",
+ "The Ritz",
+ "Robin and Marian",
+ "Rocky",
+ "The Sailor Who Fell from Grace with the Sea",
+ "Scorchy",
+ "Secrets of the Gods",
+ "The Sell Out",
+ "The Seven-Per-Cent Solution",
+ "The Shaggy D.A.",
+ "Shoot",
+ "The Shootist",
+ "Shout at the Devil",
+ "Silent Movie",
+ "Silver Streak",
+ "A Small Town in Texas",
+ "Sky Riders",
+ "Snuff",
+ "The Song Remains the Same",
+ "Sparkle",
+ "Squirm",
+ "A Star is Born",
+ "Stay Hungry",
+ "St. Ives",
+ "Swashbuckler",
+ "Sweet Revenge",
+ "The Swiss Conspiracy",
+ "Sybil",
+ "Target of an Assassin",
+ "Taxi Driver",
+ "That's Entertainment, Part II",
+ "To Fly!",
+ "The Town That Dreaded Sundown",
+ "Track of the Moon Beast",
+ "Tracks",
+ "Treasure of Matecumbe",
+ "Tunnel Vision",
+ "Two-Minute Warning",
+ "Up!",
+ "Velvet Smooth",
+ "Victory at Entebbe",
+ "Vigilante Force",
+ "W.C. Fields and Me",
+ "Welcome to L.A.",
+ "Won Ton Ton, the Dog Who Saved Hollywood",
+ "3 Women",
+ "Airport '77",
+ "Andy Warhol's Bad",
+ "Annie Hall",
+ "Audrey Rose",
+ "The Bad News Bears in Breaking Training",
+ "Barbara Broadcast",
+ "Bare Knuckles",
+ "Between the Lines",
+ "Beyond Reason",
+ "The Billion Dollar Hobo",
+ "Billy Jack Goes to Washington",
+ "Black Sunday",
+ "Bobby Deerfield",
+ "Breaker! Breaker!",
+ "A Bridge Too Far",
+ "Candleshoe",
+ "The Car",
+ "The Choirboys",
+ "Cinderella",
+ "Citizen's Band",
+ "Close Encounters of the Third Kind",
+ "The Confessions of Amans",
+ "Contract on Cherry Street",
+ "Cross of Iron",
+ "Crossed Swords",
+ "Damnation Alley",
+ "The Day of the Animals",
+ "Death Bed: The Bed That Eats",
+ "The Deep",
+ "Demon Seed",
+ "Desperate Living",
+ "The Domino Principle",
+ "Drive-In Massacre",
+ "Eaten Alive",
+ "Empire of the Ants",
+ "Equus",
+ "Eraserhead",
+ "Exorcist II: The Heretic",
+ "Fight for Your Life",
+ "First Love",
+ "For the Love of Benji",
+ "Fun with Dick and Jane",
+ "The Gauntlet",
+ "The Goodbye Girl",
+ "Grand Theft Auto",
+ "The Grateful Dead Movie",
+ "Grayeagle",
+ "Greased Lightning",
+ "The Greatest",
+ "The Great Smokey Roadblock",
+ "Herbie Goes to Monte Carlo",
+ "Heroes",
+ "High Anxiety",
+ "The Hills Have Eyes",
+ "I Never Promised You a Rose Garden",
+ "The Incredible Melting Man",
+ "The Island of Dr. Moreau",
+ "Islands in the Stream",
+ "Joyride",
+ "Julia",
+ "The Kentucky Fried Movie",
+ "Kingdom of the Spiders",
+ "Last House on Dead End Street",
+ "The Last Remake of Beau Geste",
+ "The Late Show",
+ "The Lincoln Conspiracy",
+ "A Little Night Music",
+ "Looking for Mr. Goodbar",
+ "MacArthur",
+ "The Many Adventures of Winnie the Pooh",
+ "March or Die",
+ "Martin",
+ "The Mouse and His Child",
+ "Mr. Billion",
+ "New York, New York",
+ "Oh, God!",
+ "One on One",
+ "Opening Night",
+ "The Opening of Misty Beethoven",
+ "Orca",
+ "The Other Side of Midnight",
+ "Outlaw Blues",
+ "The People That Time Forgot",
+ "Pete's Dragon",
+ "A Piece of the Action",
+ "Pine Canyon is Burning",
+ "Planet of Dinosaurs",
+ "Portrait of a Hitman",
+ "Pumping Iron",
+ "Rabid",
+ "Race for Your Life, Charlie Brown",
+ "Raggedy Ann & Andy: A Musical Adventure",
+ "Raid on Entebbe",
+ "The Rescuers",
+ "Rollercoaster",
+ "Rolling Thunder",
+ "Roots",
+ "Roseland",
+ "Ruby",
+ "Run for the Roses",
+ "Satan's Cheerleaders",
+ "Saturday Night Fever",
+ "Scott Joplin",
+ "Semi-Tough",
+ "The Sentinel",
+ "September 30, 1955",
+ "The Serpent's Egg",
+ "Short Eyes",
+ "Sinbad and the Eye of the Tiger",
+ "Slap Shot",
+ "Smokey and the Bandit",
+ "Sorcerer",
+ "Speedtrap",
+ "Star Wars Episode IV: A New Hope (aka Star Wars)",
+ "Telefon",
+ "Tentacles",
+ "Thieves",
+ "Thunder and Lightning",
+ "The Turning Point",
+ "Twilight's Last Gleaming",
+ "Valentino",
+ "The Van",
+ "Viva Knievel!",
+ "Which Way Is Up?",
+ "The White Buffalo",
+ "Wilma",
+ "Wizards",
+ "Word Is Out",
+ "The World's Greatest Lover",
+ "You Light Up My Life",
+ "Almost Summer",
+ "Alucarda",
+ "American Boy: A Profile of Steven Prince",
+ "American Hot Wax",
+ "Attack of the Killer Tomatoes",
+ "Avalanche",
+ "The Bad News Bears Go to Japan",
+ "Battlestar Galactica",
+ "The Betsy",
+ "The Big Fix",
+ "Big Wednesday",
+ "Bloodbrothers",
+ "Blue Collar",
+ "Born Again",
+ "The Boys from Brazil",
+ "The Boys in Company C",
+ "The Brink's Job",
+ "The Buddy Holly Story",
+ "California Suite",
+ "Capricorn One",
+ "Caravans",
+ "Casey's Shadow",
+ "The Cat from Outer Space",
+ "The Cheap Detective",
+ "The Class of Miss MacMichael",
+ "Coma",
+ "Comes a Horseman",
+ "Coming Home",
+ "Convoy",
+ "Corvette Summer",
+ "Covert Action",
+ "The Dain Curse",
+ "Damien: Omen II",
+ "Dawn of the Dead",
+ "Days of Heaven",
+ "Death Dimension",
+ "Deathsport",
+ "The Deer Hunter",
+ "A Different Story",
+ "A Distant Thunder",
+ "The Driver",
+ "The End",
+ "An Enemy of the People",
+ "Every Which Way but Loose",
+ "Eyes of Laura Mars",
+ "F.I.S.T.",
+ "FM",
+ "Fedora",
+ "Fingers",
+ "Foul Play",
+ "The Fury",
+ "Gates of Heaven",
+ "Gay USA",
+ "Girlfriends",
+ "Go Tell the Spartans",
+ "Goin' South",
+ "Good Guys Wear Black",
+ "Gray Lady Down",
+ "Grease",
+ "The Greek Tycoon",
+ "Halloween",
+ "Harper Valley PTA",
+ "Heaven Can Wait",
+ "High-Ballin'",
+ "Holocaust",
+ "Hooper",
+ "Hot Lead and Cold Feet",
+ "House Calls",
+ "I Spit on Your Grave",
+ "I Wanna Hold Your Hand",
+ "Ice Castles",
+ "If Ever I See You Again",
+ "Interiors",
+ "International Velvet",
+ "Invasion of the Body Snatchers",
+ "Jaws 2",
+ "Jennifer",
+ "Killer of Sheep",
+ "King of the Gypsies",
+ "Laserblast",
+ "The Last Waltz",
+ "The Legacy",
+ "Let Me Die a Woman",
+ "The Lord of the Rings",
+ "Magic",
+ "The Magic of Lassie",
+ "The Manitou",
+ "Maraschino Cherry",
+ "Mean Dog Blues",
+ "The Medusa Touch",
+ "Midnight Express",
+ "Moment by Moment",
+ "Movie Movie",
+ "National Lampoon's Animal House",
+ "A Night Full of Rain",
+ "The Norseman",
+ "Oliver's Story",
+ "Olly Olly Oxen Free",
+ "The One and Only",
+ "Paradise Alley",
+ "Piranha",
+ "Planet of Dinosaurs",
+ "Pretty Baby",
+ "Rabbit Test",
+ "Record City",
+ "Remember My Name",
+ "Renaldo and Clara",
+ "Return from Witch Mountain",
+ "Revenge of the Pink Panther",
+ "Same Time, Next Year",
+ "The Scenic Route",
+ "Sextette",
+ "Sgt. Pepper's Lonely Hearts Club Band",
+ "Silent Partner",
+ "Slow Dancing in the Big City",
+ "Somebody Killed Her Husband",
+ "The Song of the Canary",
+ "Straight Time",
+ "Superman",
+ "The Swarm",
+ "Thank God It's Friday",
+ "The Force Beyond",
+ "The Toolbox Murders",
+ "Two Solitudes",
+ "Uncle Joe Shannon",
+ "An Unmarried Woman",
+ "Up in Smoke",
+ "A Wedding",
+ "Who Is Killing the Great Chefs of Europe?",
+ "Who'll Stop the Rain",
+ "The Wiz",
+ "Wolf Lake",
+ "Youngblood",
+ "Zero to Sixty",
+ "10",
+ "1941",
+ "Agatha",
+ "Alien",
+ "The Alien Encounters",
+ "All That Jazz",
+ "An Almost Perfect Affair",
+ "Americathon",
+ "The Amityville Horror",
+ "...And Justice for All",
+ "Angels' Brigade",
+ "Apocalypse Now",
+ "The Apple Dumpling Gang Rides Again",
+ "Ashanti",
+ "Avalanche Express",
+ "Baby Snakes",
+ "Being There",
+ "The Bell Jar",
+ "Beneath the Valley of the Ultra-Vixens",
+ "Best Boy",
+ "Beyond the Poseidon Adventure",
+ "Birth of The Beatles",
+ "The Black Hole",
+ "The Black Stallion",
+ "Bloodline",
+ "Boardwalk",
+ "Breaking Away",
+ "The Bugs Bunny/Road Runner Movie",
+ "Butch and Sundance: The Early Days",
+ "C.H.O.M.P.S.",
+ "California Dreaming",
+ "Caligula",
+ "The Cat and the Canary",
+ "The Champ",
+ "Chapter Two",
+ "Cheerleaders' Wild Weekend",
+ "The Children of Sanchez",
+ "The China Syndrome",
+ "City on Fire",
+ "The Concorde ... Airport '79",
+ "Cuba",
+ "The Disco Godfather",
+ "Dracula",
+ "Dreamer",
+ "The Driller Killer",
+ "The Electric Horseman",
+ "Escape from Alcatraz",
+ "The Europeans",
+ "Fast Break",
+ "The Fifth Floor",
+ "The Fish That Saved Pittsburgh",
+ "Five Days from Home",
+ "A Force of One",
+ "French Postcards",
+ "The Frisco Kid",
+ "Gal Young 'Un",
+ "The Glove",
+ "Going in Style",
+ "Goldengirl",
+ "The Great Santini",
+ "Hair",
+ "Hanover Street",
+ "Hardcore",
+ "Head Over Heels",
+ "Heartland",
+ "Hot Stuff",
+ "Human Experiments",
+ "Hurricane",
+ "The In-Laws",
+ "Jaguar Lives!",
+ "The Jerk",
+ "Jesus",
+ "Just You and Me, Kid",
+ "Kramer vs. Kramer",
+ "The Lady Vanishes",
+ "Last Embrace",
+ "A Little Romance",
+ "Lost and Found",
+ "Love and Bullets",
+ "Love At First Bite",
+ "The Main Event",
+ "The Magician of Lublin",
+ "Manhattan",
+ "Meteor",
+ "More American Graffiti",
+ "Mr. Mike's Mondo Video",
+ "The Muppet Movie",
+ "Murder by Decree",
+ "A Nightingale Sang in Berkeley Square",
+ "Nightwing",
+ "Norma Rae",
+ "The North Avenue Irregulars",
+ "North Dallas Forty",
+ "The Onion Field",
+ "Over the Edge",
+ "Parts: The Clonus Horror",
+ "Penitentiary",
+ "A Perfect Couple",
+ "Phantasm",
+ "The Prisoner of Zenda",
+ "The Prize Fighter",
+ "The Promise",
+ "Promises in the Dark",
+ "Prophecy",
+ "The Punk Rock Movie",
+ "Quintet",
+ "Real Life",
+ "Rich Kids",
+ "Richard Pryor: Live in Concert",
+ "Rock 'n' Roll High School",
+ "Rocky II",
+ "Roller Boogie",
+ "The Rose",
+ "Saint Jack",
+ "Scavenger Hunt",
+ "The Seduction of Joe Tynan",
+ "Seven",
+ "Skatetown, U.S.A.",
+ "Something Short of Paradise",
+ "Star Trek: The Motion Picture",
+ "Starting Over",
+ "Sunburn",
+ "Take Down",
+ "The Tale of Tiffany Lust",
+ "Tilt",
+ "Time After Time",
+ "Tourist Trap",
+ "The Villain",
+ "The Visitor",
+ "Wanda Nevada",
+ "The Wanderers",
+ "The War at Home",
+ "The Warriors",
+ "When You Comin' Back, Red Ryder?",
+ "When a Stranger Calls",
+ "Winter Kills",
+ "Wise Blood",
+ "Wolfman",
+ "Yanks",
+ "Airplane!",
+ "Alien Dead",
+ "Alligator",
+ "Altered States",
+ "American Gigolo",
+ "Animalympics",
+ "Antropophagus[citation needed]",
+ "Any Which Way You Can",
+ "Atlantic City",
+ "The Baltimore Bullet",
+ "Battle Beyond the Stars",
+ "Below the Belt",
+ "The Big Brawl",
+ "The Big Red One",
+ "The Black Marble",
+ "The Blue Lagoon",
+ "The Blues Brothers",
+ "Bon Voyage, Charlie Brown (and Don't Come Back!!)",
+ "The Boogeyman",
+ "Borderline",
+ "Bronco Billy",
+ "Brubaker",
+ "Caboblanco",
+ "Caddyshack",
+ "Can't Stop the Music",
+ "Cardiac Arrest",
+ "Carny",
+ "A Change of Seasons",
+ "The Changeling",
+ "Cheech & Chong's Next Movie",
+ "The Children",
+ "Christmas Evil",
+ "Circle of Two",
+ "Coal Miner's Daughter",
+ "Coast to Coast",
+ "The Competition",
+ "Cruising",
+ "Death Watch",
+ "Defiance",
+ "Delusion",
+ "Die Laughing",
+ "Divine Madness!",
+ "The Dogs of War",
+ "Don't Go in the Woods",
+ "Double Negative[citation needed]",
+ "Dressed to Kill",
+ "The Earthling",
+ "The Elephant Man",
+ "The Exterminator",
+ "Fade to Black",
+ "Fame",
+ "Fatso",
+ "The Fiendish Plot of Dr. Fu Manchu",
+ "The Final Countdown",
+ "The First Deadly Sin",
+ "First Family",
+ "Flash Gordon",
+ "The Fog",
+ "Foolin' Around",
+ "The Formula",
+ "Foxes",
+ "Friday the 13th",
+ "Galaxina",
+ "Gilda Live",
+ "Gloria",
+ "The Gong Show Movie",
+ "Gorp",
+ "Hangar 18",
+ "The Happy Hooker Goes Hollywood",
+ "He Knows You're Alone",
+ "Health",
+ "Heart Beat",
+ "Heaven's Gate",
+ "Herbie Goes Bananas",
+ "Hero at Large",
+ "The Hollywood Knights",
+ "Home Movies",
+ "Honeysuckle Rose",
+ "Hopscotch",
+ "How to Beat the High Co$t of Living",
+ "Humanoids from the Deep",
+ "The Hunter",
+ "The Idolmaker",
+ "Image of the Beast",
+ "In God We Tru$t",
+ "Inside Moves",
+ "The Island",
+ "It's My Turn",
+ "Jane Austen in Manhattan",
+ "The Jazz Singer",
+ "Just Tell Me What You Want",
+ "The Kidnapping of the President",
+ "Kill or Be Killed",
+ "The Last Flight of Noah's Ark",
+ "The Last Married Couple in America",
+ "The Lathe of Heaven",
+ "The Legend of Alfred Packer",
+ "The Life and Times of Rosie the Riveter",
+ "Little Darlings",
+ "Little Miss Marker",
+ "The Long Riders",
+ "Loose Shoes",
+ "Loving Couples",
+ "The Man with Bogart's Face",
+ "Maniac!",
+ "Melvin and Howard",
+ "Middle Age Crazy",
+ "Midnight Madness",
+ "The Mirror Crack'd",
+ "The Monster Club",
+ "Motel Hell",
+ "Mother's Day",
+ "The Mountain Men",
+ "My Bodyguard",
+ "Night of the Demon",
+ "Nightkill",
+ "Nijinsky",
+ "Nine to Five",
+ "The Ninth Configuration",
+ "Nothing Personal",
+ "The Nude Bomb",
+ "The Octagon",
+ "Oh, God! Book II",
+ "Oh Heavenly Dog",
+ "One Trick Pony",
+ "Ordinary People",
+ "Out of the Blue",
+ "Permanent Vacation",
+ "The Pilot",
+ "Popeye",
+ "Pray TV",
+ "Private Benjamin",
+ "The Private Eyes",
+ "Prom Night",
+ "The Psychotronic Man",
+ "Raging Bull",
+ "Raise the Titanic",
+ "Resurrection",
+ "The Return of the King",
+ "Return of the Secaucus Seven",
+ "Roadie",
+ "Rockshow",
+ "Rough Cut",
+ "Running Scared",
+ "Saturn 3",
+ "Schizoid",
+ "Scruples",
+ "The Sea Wolves",
+ "Seems Like Old Times",
+ "Serial",
+ "S*H*E",
+ "The Shining",
+ "Silent Scream",
+ "Simon",
+ "A Small Circle of Friends",
+ "Smokey and the Bandit II",
+ "Somewhere in Time",
+ "The Empire Strikes Back",
+ "Stardust Memories",
+ "Stir Crazy",
+ "The Stunt Man",
+ "Sunday Lovers",
+ "Super Fuzz",
+ "Superman II",
+ "Tell Me a Riddle",
+ "Terror Train",
+ "Those Lips, Those Eyes",
+ "Times Square",
+ "Tom Horn",
+ "The Unseen",
+ "Up the Academy",
+ "Urban Cowboy",
+ "Used Cars",
+ "The Watcher in the Woods",
+ "When Time Ran Out",
+ "Where the Buffalo Roam",
+ "Wholly Moses",
+ "Why Would I Lie?",
+ "Willie & Phil",
+ "Windows",
+ "Witches' Brew",
+ "Xanadu",
+ "Absence of Malice",
+ "All Night Long",
+ "...All the Marbles",
+ "The Amateur",
+ "American Pop",
+ "An American Werewolf in London",
+ "Amy",
+ "Arthur",
+ "Back Roads",
+ "Blow Out",
+ "Body Heat",
+ "Body and Soul",
+ "Buddy Buddy",
+ "Burned at the Stake",
+ "The Burning",
+ "Bustin' Loose",
+ "The Cannonball Run",
+ "Carbon Copy",
+ "Cattle Annie and Little Britches",
+ "Caveman",
+ "Charlie Chan and the Curse of the Dragon Queen",
+ "The Chosen",
+ "Circle of Power",
+ "Circle of Two",
+ "Chu Chu and the Philly Flash",
+ "Clash of the Titans",
+ "Condorman",
+ "Continental Divide",
+ "Cutter's Way",
+ "Dead & Buried",
+ "Deadly Blessing",
+ "Death of a Centerfold: The Dorothy Stratten Story",
+ "Death Hunt",
+ "The Decline of Western Civilization",
+ "The Devil and Max Devlin",
+ "Don't Cry, It's Only Thunder",
+ "Dragonslayer",
+ "Endless Love",
+ "Enter the Ninja",
+ "Escape from New York",
+ "Escape to Victory",
+ "The Evil Dead",
+ "An Eye for an Eye",
+ "Eye of the Needle",
+ "Eyewitness",
+ "Excalibur",
+ "The Fan",
+ "Fantasies",
+ "The Final Conflict",
+ "First Monday in October",
+ "Fort Apache, the Bronx",
+ "Four Friends",
+ "The Four Seasons",
+ "The Fox and the Hound",
+ "Friday the 13th Part 2",
+ "Full Moon High",
+ "The Funhouse",
+ "Galaxy of Terror",
+ "Gangster Wars",
+ "Ghost Story",
+ "Going Ape!",
+ "Graduation Day",
+ "The Great Muppet Caper",
+ "Halloween II",
+ "The Hand",
+ "Hard Country",
+ "Hardly Working",
+ "Harry's War",
+ "Heartbeeps",
+ "Heavy Metal",
+ "Hell Night",
+ "History of the World: Part I",
+ "Honky Tonk Freeway",
+ "The Howling",
+ "The Incredible Shrinking Woman",
+ "Knightriders",
+ "Ladies and Gentlemen, the Fabulous Stains",
+ "The Last Chase",
+ "The Legend of the Lone Ranger",
+ "Lion of the Desert",
+ "Looker",
+ "The Looney Looney Looney Bugs Bunny Movie",
+ "The Man Who Saw Tomorrow",
+ "Modern Problems",
+ "Modern Romance",
+ "Mommie Dearest",
+ "Ms. 45",
+ "My Dinner with Andre",
+ "Neighbors",
+ "The Nesting",
+ "Nice Dreams",
+ "The Night the Lights Went Out in Georgia",
+ "Nighthawks",
+ "Nobody's Perfekt",
+ "On Golden Pond",
+ "On the Right Track",
+ "Only When I Laugh",
+ "Paternity",
+ "Pennies from Heaven",
+ "Piranha II: The Spawning",
+ "Polyester",
+ "The Postman Always Rings Twice",
+ "Prince of the City",
+ "Private Lessons",
+ "The Prowler",
+ "The Pursuit of D. B. Cooper",
+ "Raggedy Man",
+ "Ragtime",
+ "Raiders of the Lost Ark",
+ "Reds",
+ "Rich and Famous",
+ "Rollover",
+ "Ruckus",
+ "S.O.B.",
+ "The Salamander",
+ "Saturday the 14th",
+ "Second-Hand Hearts",
+ "Sharky's Machine",
+ "Shock Treatment",
+ "Southern Comfort",
+ "Sphinx",
+ "Stripes",
+ "Student Bodies",
+ "Take This Job and Shove It",
+ "Taps",
+ "Tarzan, the Ape Man",
+ "Tattoo",
+ "They All Laughed",
+ "Thief",
+ "This Is Elvis",
+ "True Confessions",
+ "Tuck Everlasting",
+ "Under the Rainbow",
+ "Vernon, Florida",
+ "Waitress!",
+ "Whose Life Is It Anyway?",
+ "Wolfen",
+ "The Woman Inside",
+ "Zoot Suit",
+ "Zorro, the Gay Blade",
+ "48 Hrs.",
+ "Airplane II: The Sequel",
+ "Alone in the Dark",
+ "Amityville II: The Possession",
+ "Android",
+ "Annie",
+ "The Atomic Cafe",
+ "Author! Author!",
+ "Barbarosa",
+ "Basket Case",
+ "The Beach Girls",
+ "The Beast Within",
+ "The Beastmaster",
+ "Best Friends",
+ "The Best Little Whorehouse in Texas",
+ "Blade Runner",
+ "The Border",
+ "Bugs Bunny's 3rd Movie: 1001 Rabbit Tales",
+ "Burden of Dreams",
+ "Butterfly",
+ "Cannery Row",
+ "Cat People",
+ "Chan Is Missing",
+ "Come Back to the Five and Dime, Jimmy Dean, Jimmy Dean",
+ "Comeback",
+ "Conan the Barbarian",
+ "The Concrete Jungle",
+ "Creepshow",
+ "The Dark Crystal",
+ "Dead Men Don't Wear Plaid",
+ "Death Wish II",
+ "Deathtrap",
+ "Diner",
+ "Don't Go to Sleep",
+ "E.T. the Extra-Terrestrial",
+ "Eating Raoul",
+ "Endangered Species",
+ "The Escape Artist",
+ "Fast Times at Ridgemont High",
+ "Fast-Walking",
+ "Fighting Back",
+ "Firefox",
+ "First Blood",
+ "Five Days One Summer",
+ "The Flight of Dragons",
+ "Forbidden World",
+ "Forbidden Zone",
+ "Forced Vengeance",
+ "Frances",
+ "Friday the 13th Part III",
+ "Genocide",
+ "Gandhi",
+ "Grease 2",
+ "Halloween III: Season of the Witch",
+ "Hammett",
+ "Hanky Panky",
+ "Harry Tracy",
+ "Heidi's Song",
+ "Hey Good Lookin'",
+ "Honkytonk Man",
+ "Hospital Massacre",
+ "Human Highway",
+ "I Ought to Be in Pictures",
+ "I, the Jury",
+ "I'm Dancing as Fast as I Can",
+ "Inchon",
+ "It Came from Hollywood",
+ "Jekyll and Hyde... Together Again",
+ "Jinxed!",
+ "Kill Squad",
+ "Kiss Me Goodbye",
+ "Koyaanisqatsi",
+ "The Last American Virgin",
+ "The Last Horror Film",
+ "The Last Unicorn",
+ "Let's Spend the Night Together",
+ "Liquid Sky",
+ "Lookin' to Get Out",
+ "Love Child",
+ "Love and Money",
+ "Madman",
+ "Making Love",
+ "Megaforce",
+ "A Midsummer Night's Sex Comedy",
+ "Missing",
+ "Monsignor",
+ "Mother Lode",
+ "My Favorite Year",
+ "Night Crossing",
+ "Night Shift",
+ "An Officer and a Gentleman",
+ "One from the Heart",
+ "Pandemonium",
+ "Parasite",
+ "Partners",
+ "Personal Best",
+ "Poltergeist",
+ "Porky's",
+ "Q",
+ "Richard Pryor: Live on the Sunset Strip",
+ "Rocky III",
+ "Safari 3000",
+ "Savannah Smiles",
+ "The Secret of NIMH",
+ "The Seduction",
+ "The Sender",
+ "Shoot the Moon",
+ "Silent Rage",
+ "Six Pack",
+ "Six Weeks",
+ "The Slayer",
+ "Slumber Party Massacre",
+ "Some Kind of Hero",
+ "Sophie's Choice",
+ "Soup for One",
+ "Star Trek II: The Wrath of Khan",
+ "Still of the Night",
+ "Summer Lovers",
+ "Swamp Thing",
+ "The Sword and the Sorcerer",
+ "Tempest",
+ "Tex",
+ "That Championship Season",
+ "They Call Me Bruce?",
+ "The Thing",
+ "Things Are Tough All Over",
+ "Timerider: The Adventure of Lyle Swann",
+ "Time Walker",
+ "Tootsie",
+ "The Toy",
+ "Tron",
+ "The Verdict",
+ "Vice Squad",
+ "Victor Victoria",
+ "Visiting Hours",
+ "The Weavers: Wasn't That a Time!",
+ "White Dog",
+ "The World According to Garp",
+ "Wrong Is Right",
+ "Yes, Giorgio",
+ "Young Doctors in Love",
+ "Zapped!",
+ "10 to Midnight",
+ "All the Right Moves",
+ "Americana",
+ "Amityville 3-D",
+ "Angelo My Love",
+ "Anna to the Infinite Power",
+ "Baby It's You",
+ "Bad Boys",
+ "Better Late Than Never",
+ "The Big Chill",
+ "The Big Score",
+ "Bill Cosby: Himself",
+ "The Black Stallion Returns",
+ "Blue Thunder",
+ "Born in Flames",
+ "Brainstorm",
+ "Breathless",
+ "Can She Bake a Cherry Pie?",
+ "Chicken Ranch",
+ "Christine",
+ "A Christmas Story",
+ "Circle of Power",
+ "Class",
+ "Copkiller",
+ "Cracking Up",
+ "Cross Creek",
+ "Cujo",
+ "D.C. Cab",
+ "Daffy Duck's Fantastic Island",
+ "Daniel",
+ "The Day After",
+ "The Dead Zone",
+ "Deal of the Century",
+ "Doctor Detroit",
+ "Easy Money",
+ "Eddie and the Cruisers",
+ "Eddie Macon's Run",
+ "El Norte",
+ "Eureka",
+ "Exposed",
+ "Ferestadeh",
+ "Fire and Ice",
+ "Flashdance",
+ "Get Crazy",
+ "Going Berserk",
+ "Gorky Park",
+ "Heart Like a Wheel",
+ "Hercules",
+ "High Road to China",
+ "The House on Sorority Row",
+ "The Hunger",
+ "Independence Day",
+ "Jaws 3-D",
+ "The Keep",
+ "The King of Comedy",
+ "Lianna",
+ "Liquid Sky",
+ "Lone Wolf McQuade",
+ "The Lonely Lady",
+ "The Lords of Discipline",
+ "Losin' It",
+ "Lovesick",
+ "The Man Who Loved Women",
+ "The Man with Two Brains",
+ "Man, Woman and Child",
+ "Max Dugan Returns",
+ "Metalstorm: The Destruction of Jared-Syn",
+ "Mickey's Christmas Carol",
+ "Mr. Mom",
+ "My Brother's Wedding",
+ "My Tutor",
+ "Nate and Hayes",
+ "National Lampoon's Vacation",
+ "Never Cry Wolf",
+ "Night Warning",
+ "A Night in Heaven",
+ "Nightmares",
+ "Of Unknown Origin",
+ "The Osterman Weekend",
+ "The Outsiders",
+ "The Pirates of Penzance",
+ "Porky's II: The Next Day",
+ "Princess Daisy",
+ "Private School",
+ "Psycho II",
+ "Reuben, Reuben",
+ "Revenge of the Ninja",
+ "Richard Pryor: Here and Now",
+ "The Right Stuff",
+ "Risky Business",
+ "Romantic Comedy",
+ "Rumble Fish",
+ "Running Brave",
+ "Sahara",
+ "Scarface",
+ "Silkwood",
+ "Sleepaway Camp",
+ "Smokey and the Bandit Part 3",
+ "Something Wicked This Way Comes",
+ "Space Raiders",
+ "Spacehunter: Adventures in the Forbidden Zone",
+ "Spring Break",
+ "Star 80",
+ "The Star Chamber",
+ "Return of the Jedi",
+ "Staying Alive",
+ "Still Smokin",
+ "The Sting II",
+ "Strange Brew",
+ "Strange Invaders",
+ "Streamers",
+ "Stroker Ace",
+ "Sudden Impact",
+ "Superman III",
+ "The Survivors",
+ "Table for Five",
+ "Tender Mercies",
+ "Terms of Endearment",
+ "Testament",
+ "To Be or Not to Be",
+ "Tough Enough",
+ "Trading Places",
+ "Trenchcoat",
+ "Twilight Zone: The Movie",
+ "Twice Upon a Time",
+ "Two of a Kind",
+ "Uncommon Valor",
+ "Under Fire",
+ "Valley Girl",
+ "Videodrome",
+ "Vigilante",
+ "Walking the Edge",
+ "WarGames",
+ "Warrior of the Lost World",
+ "Wavelength",
+ "Winds of War",
+ "Winnie the Pooh and a Day for Eeyore",
+ "Without a Trace",
+ "Yentl",
+ "Zelig",
+ "2010",
+ "The Adventures of Buckaroo Banzai",
+ "Against All Odds",
+ "All of Me",
+ "Alley Cat",
+ "Amadeus",
+ "The Ambassador",
+ "American Dreamer",
+ "Angel",
+ "Bachelor Party",
+ "Bad Manners",
+ "Beat Street",
+ "Before Stonewall",
+ "Best Defense",
+ "Beverly Hills Cop",
+ "Birdy",
+ "Blame It on Rio",
+ "Blind Date",
+ "Blood Simple",
+ "Body Double",
+ "Body Rock",
+ "Bolero",
+ "The Bostonians",
+ "The Bounty",
+ "Breakin'",
+ "Breakin' 2: Electric Boogaloo",
+ "Broadway Danny Rose",
+ "The Brother from Another Planet",
+ "The Buddy System",
+ "C.H.U.D.",
+ "Cannonball Run II",
+ "Children of the Corn",
+ "Choose Me",
+ "City Heat",
+ "Cloak & Dagger",
+ "The Company of Wolves",
+ "Conan the Destroyer",
+ "The Cotton Club",
+ "Country",
+ "Crackers",
+ "Crimes of Passion",
+ "Dreamscape",
+ "Dune",
+ "Electric Dreams",
+ "The Evil That Men Do",
+ "Falling in Love",
+ "Fear City",
+ "Finders Keepers",
+ "Firestarter",
+ "Firstborn",
+ "The Flamingo Kid",
+ "A Flash of Green",
+ "Flashpoint",
+ "Footloose",
+ "Friday the 13th: The Final Chapter",
+ "Gallavants",
+ "Garbo Talks",
+ "Ghostbusters",
+ "Gimme an 'F'",
+ "Girls Nite Out",
+ "Grandview, U.S.A.",
+ "Gremlins",
+ "Hard to Hold",
+ "Harry & Son",
+ "Heartbreakers",
+ "Hot Dog... The Movie",
+ "The Hotel New Hampshire",
+ "The Ice Pirates",
+ "Iceman",
+ "Indiana Jones and the Temple of Doom",
+ "Irreconcilable Differences",
+ "The Jesse Owens Story",
+ "Johnny Dangerously",
+ "Just the Way You Are",
+ "The Karate Kid",
+ "Killpoint",
+ "Lace",
+ "Lassiter",
+ "The Last Starfighter",
+ "The Little Drummer Girl",
+ "The Lonely Guy",
+ "Love Letters",
+ "Love Streams",
+ "Making the Grade",
+ "Maria's Lovers",
+ "Mass Appeal",
+ "Meatballs Part II",
+ "Micki and Maude",
+ "Mike's Murder",
+ "Missing in Action",
+ "Moscow on the Hudson",
+ "Mrs. Soffel",
+ "The Muppets Take Manhattan",
+ "The Naked Face",
+ "National Lampoon's Joy of Sex",
+ "The Natural",
+ "The NeverEnding Story",
+ "Night Patrol",
+ "Night of the Comet",
+ "A Nightmare on Elm Street",
+ "Ninja III: The Domination",
+ "No Small Affair",
+ "Not for Publication",
+ "Nothing Lasts Forever",
+ "Old Enough",
+ "Once Upon a Time in America",
+ "Over the Brooklyn Bridge",
+ "Oxford Blues",
+ "Paris, Texas",
+ "A Passage to India",
+ "The Perils of Gwendoline in the Land of the Yik-Yak",
+ "The Philadelphia Experiment",
+ "Places in the Heart",
+ "Police Academy",
+ "The Pope of Greenwich Village",
+ "Protocol",
+ "Purple Hearts",
+ "Purple Rain",
+ "Racing with the Moon",
+ "The Razor's Edge",
+ "Reckless",
+ "Red Dawn",
+ "Repo Man",
+ "Revenge of the Nerds",
+ "Rhinestone",
+ "The River",
+ "Roadhouse 66",
+ "Romancing the Stone",
+ "The Rosebud Beach Hotel",
+ "Runaway",
+ "Savage Streets",
+ "Secret Honor",
+ "Sheena",
+ "Silent Madness",
+ "Silent Night, Deadly Night",
+ "Sixteen Candles",
+ "Slapstick of Another Kind",
+ "A Soldier's Story",
+ "Songwriter",
+ "Splash",
+ "Star Trek III: The Search for Spock",
+ "Starman",
+ "Stop Making Sense",
+ "Stranger Than Paradise",
+ "Streets of Fire",
+ "Suburbia",
+ "Supergirl",
+ "Surf II",
+ "Swing Shift",
+ "Tank",
+ "Teachers",
+ "The Terminator",
+ "Terror in the Aisles",
+ "Thief of Hearts",
+ "This Is Spinal Tap",
+ "Tightrope",
+ "Top Secret!",
+ "The Toxic Avenger",
+ "Under the Volcano",
+ "Unfaithfully Yours",
+ "Until September",
+ "Up the Creek",
+ "The Warrior and the Sorceress",
+ "Where the Boys Are '84",
+ "Where the Toys Come From",
+ "The Wild Life",
+ "The Woman in Red",
+ "A.D.",
+ "The Adventures of Mark Twain",
+ "After Hours",
+ "Agnes of God",
+ "Alamo Bay",
+ "Alice in Wonderland",
+ "American Flyers",
+ "American Ninja",
+ "Anna Karenina",
+ "Appointment with Fear",
+ "Avenging Angel",
+ "Aviator, The",
+ "Baby: Secret of the Lost Legend",
+ "Back to the Future",
+ "Bad Medicine",
+ "Bad Seed, The",
+ "Barbarian Queen",
+ "Beer",
+ "Better Off Dead",
+ "Black Arrow",
+ "Black Cauldron, The",
+ "Boys Next Door, The",
+ "Brazil",
+ "The Breakfast Club",
+ "Brewster's Millions",
+ "The Bride",
+ "Bridge to Terabithia",
+ "Bring on the Night",
+ "Cat's Eye",
+ "Certain Fury",
+ "Chorus Line, A",
+ "Clue",
+ "The Coca-Cola Kid",
+ "Cocoon",
+ "Code of Silence",
+ "Color Purple, The",
+ "Commando",
+ "Compromising Positions",
+ "Creator",
+ "Creature",
+ "Crimewave",
+ "D.A.R.Y.L.",
+ "Day of the Dead",
+ "Death Wish 3",
+ "Def-Con 4",
+ "Desert Hearts",
+ "Desperately Seeking Susan",
+ "Dim Sum: A Little Bit of Heart",
+ "Dungeonmaster, The",
+ "Eleni",
+ "Emerald Forest, The",
+ "Enemy Mine",
+ "Ewoks: The Battle for Endor",
+ "Explorers",
+ "Falcon and the Snowman, The",
+ "Fandango",
+ "Fast Forward",
+ "Fever Pitch",
+ "Final Justice",
+ "Flesh and Blood",
+ "Flesh and Bullets",
+ "Fletch",
+ "Fool for Love",
+ "Fraternity Vacation",
+ "Friday the 13th: A New Beginning",
+ "Fright Night",
+ "Ghoulies",
+ "Girls Just Want to Have Fun",
+ "Goodbye, New York",
+ "Goonies, The",
+ "Gotcha!",
+ "Gymkata",
+ "Head Office",
+ "Heaven Help Us",
+ "Here Come the Littles",
+ "Hills Have Eyes Part II, The",
+ "The Holcroft Covenant",
+ "Howling II",
+ "Insignificance",
+ "Into the Night",
+ "Invasion U.S.A.",
+ "Jagged Edge",
+ "Jewel of the Nile, The",
+ "The Journey of Natty Gann",
+ "Just One of the Guys",
+ "King David",
+ "King Solomon's Mines",
+ "Kiss of the Spider Woman",
+ "Krush Groove",
+ "Ladyhawke",
+ "Last Dragon, The",
+ "Latino",
+ "Legend",
+ "The Legend of Billie Jean",
+ "Lifeforce",
+ "Lost in America",
+ "Lust in the Dust",
+ "Mad Max Beyond Thunderdome",
+ "Malibu Express",
+ "The Man with One Red Shoe",
+ "Marie",
+ "Mask",
+ "Mask of Murder",
+ "Maxie",
+ "The Mean Season",
+ "Mischief",
+ "Mishima: A Life in Four Chapters",
+ "Missing in Action 2: The Beginning",
+ "Movers & Shakers",
+ "Moving Violations",
+ "Mugsy's Girls",
+ "Murphy's Romance",
+ "My Science Project",
+ "National Lampoon's European Vacation",
+ "A Nightmare on Elm Street 2: Freddy's Revenge",
+ "Noon Wine",
+ "Once Bitten",
+ "One Magic Christmas",
+ "Ordeal by Innocence",
+ "Out of Africa",
+ "Pale Rider",
+ "Pee-wee's Big Adventure",
+ "Perfect",
+ "Plenty",
+ "Police Academy 2: Their First Assignment",
+ "Porky's Revenge",
+ "Private Resort",
+ "Prizzi's Honor",
+ "Protector, The",
+ "Pumping Iron II: The Women",
+ "Purple Rose of Cairo, The",
+ "Radioactive Dreams",
+ "Rainbow Brite and the Star Stealer",
+ "Rambo: First Blood Part II",
+ "Rappin'",
+ "Re-Animator",
+ "Real Genius",
+ "Red Sonja",
+ "Remo Williams: The Adventure Begins",
+ "Return of the Living Dead, The",
+ "Return to Oz",
+ "Revolution",
+ "Rocky IV",
+ "Runaway Train",
+ "Rustlers' Rhapsody",
+ "Santa Claus: The Movie",
+ "Secret Admirer",
+ "The Secret of the Sword",
+ "Sesame Street Presents Follow That Bird",
+ "Seven Minutes in Heaven",
+ "The Shooting Party",
+ "Silver Bullet",
+ "Silverado",
+ "The Slugger's Wife",
+ "Smooth Talk",
+ "Spies Like Us",
+ "St. Elmo's Fire",
+ "Starchaser: The Legend of Orin",
+ "Stick",
+ "Stitches",
+ "The Stuff",
+ "Summer Rental",
+ "The Sure Thing",
+ "Sweet Dreams",
+ "Sylvester",
+ "Target",
+ "Teen Wolf",
+ "That Was Then... This Is Now",
+ "That's Dancing!",
+ "To Live and Die in L.A.",
+ "Tomboy",
+ "Trancers",
+ "Transylvania 6-5000",
+ "The Trip to Bountiful",
+ "Trouble in Mind",
+ "Tuff Turf",
+ "Turk 182",
+ "Turtle Diary",
+ "Twice in a Lifetime",
+ "A View to a Kill",
+ "Vision Quest",
+ "Volunteers",
+ "Weird Science",
+ "White Nights",
+ "Witness",
+ "Year of the Dragon",
+ "Young Sherlock Holmes",
+ "3:15",
+ "8 Million Ways to Die",
+ "9½ Weeks",
+ "52 Pick-Up",
+ "About Last Night...",
+ "The Adventures of the American Rabbit",
+ "Aliens",
+ "Amazons",
+ "American Anthem",
+ "April Fool's Day",
+ "Armed and Dangerous",
+ "Armed Response",
+ "Artie Shaw: Time Is All You've Got",
+ "As Is",
+ "At Close Range",
+ "Avenging Force",
+ "Back to School",
+ "Band of the Hand",
+ "Behind Enemy Lines",
+ "The Best of Times",
+ "Big Trouble",
+ "Big Trouble in Little China",
+ "Black Moon Rising",
+ "Blue City",
+ "Blue Velvet",
+ "The Boy Who Could Fly",
+ "Brighton Beach Memoirs",
+ "Captain EO",
+ "Children of a Lesser God",
+ "Choke Canyon",
+ "Chopping Mall",
+ "The Clan of the Cave Bear",
+ "Club Paradise",
+ "Cobra",
+ "The Color of Money",
+ "Combat Shock",
+ "Crawlspace",
+ "Crimes of the Heart",
+ "Critters",
+ "Crossroads",
+ "Dangerously Close",
+ "Deadly Friend",
+ "The Delta Force",
+ "Desert Bloom",
+ "Down and Out in Beverly Hills",
+ "Down by Law",
+ "Dr. Otto and the Riddle of the Gloom Beam",
+ "Dream Lover",
+ "Duet for One",
+ "Echo Park",
+ "Equalizer 2000",
+ "Every Time We Say Goodbye",
+ "Extremities",
+ "Eye of the Tiger",
+ "F/X",
+ "Ferris Bueller's Day Off",
+ "A Fine Mess",
+ "Fire with Fire",
+ "Firewalker",
+ "Flight of the Navigator",
+ "The Fly",
+ "Friday the 13th Part VI: Jason Lives",
+ "From Beyond",
+ "Getting Even",
+ "GoBots: Battle of the Rock Lords",
+ "The Golden Child",
+ "Good to Go",
+ "The Great Mouse Detective",
+ "A Great Wall",
+ "Gung Ho",
+ "Half Moon Street",
+ "Hamburger: The Motion Picture",
+ "Hannah and Her Sisters",
+ "Haunted Honeymoon",
+ "Heartbreak Ridge",
+ "Heartburn",
+ "Heat",
+ "Heathcliff: The Movie",
+ "Hell Hunters",
+ "Henry: Portrait of a Serial Killer",
+ "Highlander",
+ "The Hitcher",
+ "Hoosiers",
+ "House",
+ "Howard the Duck",
+ "Invaders from Mars",
+ "Iron Eagle",
+ "Jake Speed",
+ "Jo Jo Dancer, Your Life Is Calling",
+ "Jumpin' Jack Flash",
+ "Just Between Friends",
+ "The Karate Kid, Part II",
+ "King Kong Lives",
+ "Knights of the City",
+ "Labyrinth",
+ "Legal Eagles",
+ "Let's Get Harry",
+ "Little Shop of Horrors",
+ "Living the Blues",
+ "Lucas",
+ "Luxo Jr.",
+ "The Manhattan Project",
+ "Manhunter",
+ "Maximum Overdrive",
+ "The Men's Club",
+ "Miracles",
+ "The Mission",
+ "Modern Girls",
+ "The Money Pit",
+ "Monster in the Closet",
+ "The Morning After",
+ "The Mosquito Coast",
+ "Murphy's Law",
+ "My Chauffeur",
+ "My Little Girl",
+ "My Little Pony: The Movie",
+ "'night, Mother",
+ "Night of the Creeps",
+ "No Mercy",
+ "No Retreat, No Surrender",
+ "Nobody's Fool",
+ "Nomads",
+ "Nothing in Common",
+ "Off Beat",
+ "On the Edge",
+ "One Crazy Summer",
+ "One More Saturday Night",
+ "Out of Bounds",
+ "Parting Glances",
+ "The Patriot",
+ "Peggy Sue Got Married",
+ "Pirates",
+ "Platoon",
+ "Playing for Keeps",
+ "Police Academy 3: Back in Training",
+ "Poltergeist II: The Other Side",
+ "Power",
+ "Pretty in Pink",
+ "Psycho III",
+ "Quicksilver",
+ "Quiet Cool",
+ "Rad",
+ "Ratboy",
+ "Raw Deal",
+ "Red Headed Stranger",
+ "River's Edge",
+ "Robotech: The Movie",
+ "Round Midnight",
+ "Running Scared",
+ "Ruthless People",
+ "Salvador",
+ "Saving Grace",
+ "Scorpion",
+ "Seize the Day",
+ "Shanghai Surprise",
+ "She's Gotta Have It",
+ "Sherman's March",
+ "Short Circuit",
+ "Solarbabies",
+ "Something Wild",
+ "Soul Man",
+ "SpaceCamp",
+ "Stand by Me",
+ "Star Trek IV: The Voyage Home",
+ "Stoogemania",
+ "Streets of Gold",
+ "Sweet Liberty",
+ "Tai-Pan",
+ "TerrorVision",
+ "The Texas Chainsaw Massacre 2",
+ "That's Life!",
+ "Three Amigos",
+ "Top Gun",
+ "Touch and Go",
+ "Tough Guys",
+ "The Transformers: The Movie",
+ "Trick or Treat",
+ "Troll",
+ "True Stories",
+ "Under the Cherry Moon",
+ "Vamp",
+ "Vampires",
+ "Violets Are Blue",
+ "What You Mean We?",
+ "Wildcats",
+ "Willy/Milly",
+ "Wisdom",
+ "Wise Guys",
+ "Witchboard",
+ "Working Girls",
+ "The Wraith",
+ "Youngblood",
+ "84 Charing Cross Road",
+ "Adventures in Babysitting",
+ "The Alamo: 13 Days to Glory",
+ "Allan Quatermain and the Lost City of Gold",
+ "The Allnighter",
+ "Amazing Grace and Chuck",
+ "The Amazing Mr. Bickford",
+ "Amazon Women on the Moon",
+ "American Ninja 2: The Confrontation",
+ "Angel Heart",
+ "Anguish",
+ "Anna",
+ "Anne of Avonlea",
+ "Assassination",
+ "Athens, Georgia: Inside Out",
+ "Baby Boom",
+ "Back to the Beach",
+ "Bagdad Café",
+ "Barfly",
+ "Bates Motel",
+ "Batteries Not Included",
+ "The Bedroom Window",
+ "The Believers",
+ "Benji the Hunted",
+ "Berserker",
+ "Best Seller",
+ "A Better Tomorrow 2",
+ "Beverly Hills Cop II",
+ "Beyond Therapy",
+ "The Big Bang",
+ "The Big Easy",
+ "The Big Town",
+ "Black Widow",
+ "Blind Date",
+ "Blood Diner",
+ "Body Slam",
+ "Born in East L.A.",
+ "The Brave Little Toaster",
+ "Bride of Boogedy",
+ "Broadcast News",
+ "Burglar",
+ "Buster Keaton: A Hard Act to Follow",
+ "Buy & Cell",
+ "Can't Buy Me Love",
+ "Cannibal Hookers",
+ "Captive Hearts",
+ "Celebration Family",
+ "The Charles Bukowski Tapes",
+ "Cherry 2000",
+ "China Girl",
+ "The Chipmunk Adventure",
+ "Christmas Comes to Willow Creek",
+ "Cold Steel",
+ "Creepozoids",
+ "Creepshow 2",
+ "Critical Condition",
+ "Cross My Heart",
+ "Cry Freedom",
+ "Cry Wilderness",
+ "The Cure for Insomnia",
+ "Cyclone",
+ "Dancers",
+ "Daniel and the Towers",
+ "Dark Tower",
+ "Date with an Angel",
+ "The Dead",
+ "Dead of Winter",
+ "Deadline",
+ "Dear America: Letters Home from Vietnam",
+ "Death Before Dishonor",
+ "Death Run",
+ "Death Wish 4: The Crackdown",
+ "Dinosaurs! – A Fun-Filled Trip Back in Time!",
+ "Dirty Dancing",
+ "Disorderlies",
+ "Dolls",
+ "Dorf on Golf",
+ "Dorf's Golf Bible",
+ "Down Twisted",
+ "Dragnet",
+ "Eddie Murphy Raw",
+ "Empire of the Sun",
+ "End of the Line",
+ "Enemy Territory",
+ "Ernest Goes to Camp",
+ "Escape from Sobibor",
+ "Evil Dead II",
+ "Extreme Prejudice",
+ "Eyes on the Prize",
+ "Fatal Attraction",
+ "Fatal Beauty",
+ "Fight for Life",
+ "Five Corners",
+ "Flowers in the Attic",
+ "From the Hip",
+ "Full Metal Jacket",
+ "G.I. Joe: The Movie",
+ "Gardens of Stone",
+ "The Gate",
+ "The Glass Menagerie",
+ "Good Morning, Vietnam",
+ "Grateful Dead: So Far",
+ "Hamburger Hill",
+ "The Hanoi Hilton",
+ "Happy New Year",
+ "Hard Ticket to Hawaii",
+ "Harry and the Hendersons",
+ "Hearts of Fire",
+ "Hell Comes to Frogtown",
+ "Hello Again",
+ "Hello Mary Lou: Prom Night II",
+ "Hellraiser",
+ "The Hidden",
+ "Hiding Out",
+ "A Hobo's Christmas",
+ "Hollywood Shuffle",
+ "Hope and Glory",
+ "Hot Pursuit",
+ "House II: The Second Story",
+ "House of Games",
+ "Housekeeping",
+ "Howling III",
+ "Hunk",
+ "I Was a Teenage Zombie",
+ "I've Heard the Mermaids Singing",
+ "In the Mood",
+ "Innerspace",
+ "Ironweed",
+ "Ishtar",
+ "Jaws: The Revenge",
+ "The Jetsons Meet the Flintstones",
+ "Jocks",
+ "King Lear",
+ "Kung Fu: The Next Generation",
+ "La Bamba",
+ "Lady Beware",
+ "The Legend of the White Horse",
+ "Leonard Part 6",
+ "Less Than Zero",
+ "Lethal Weapon",
+ "Light of Day",
+ "Like Father Like Son",
+ "Lionheart",
+ "Living on Tokyo Time",
+ "Long Gone",
+ "The Lost Boys",
+ "Love Among Thieves",
+ "Love at Stake",
+ "Made in Heaven",
+ "Maid to Order",
+ "Making Mr. Right",
+ "Malone",
+ "Man on Fire",
+ "Mannequin",
+ "Masters of the Universe",
+ "Matewan",
+ "Meatballs III: Summer Job",
+ "Miami Connection",
+ "Million Dollar Mystery",
+ "The Monster Squad",
+ "Moonstruck",
+ "Morgan Stewart's Coming Home",
+ "Mr. Nice Guy",
+ "Munchies",
+ "My Best Friend's Birthday",
+ "My Little Girl",
+ "Nadine",
+ "Near Dark",
+ "A Nightmare on Elm Street 3: Dream Warriors",
+ "No Man's Land",
+ "No Way Out",
+ "North Shore",
+ "Nowhere to Hide",
+ "Number One with a Bullet",
+ "Nuts",
+ "O.C. and Stiggs",
+ "On the Black Hill",
+ "Orphans",
+ "Outrageous Fortune",
+ "Over the Top",
+ "Overboard",
+ "The Pick-up Artist",
+ "Pinocchio and the Emperor of the Night",
+ "Planes, Trains and Automobiles",
+ "Police Academy 4: Citizens on Patrol",
+ "Poor Little Rich Girl: The Barbara Hutton Story",
+ "A Prayer for the Dying",
+ "Predator",
+ "Prince of Darkness",
+ "The Princess Bride",
+ "The Principal",
+ "Prison",
+ "Project X",
+ "Promised Land",
+ "Radio Days",
+ "Raising Arizona",
+ "Rampage",
+ "Real Men",
+ "Red's Dream",
+ "Redneck Zombies",
+ "Rent-a-Cop",
+ "Return to Horror High",
+ "A Return to Salem's Lot",
+ "Revenge of the Nerds II: Nerds in Paradise",
+ "Right to Die",
+ "RoboCop",
+ "The Rosary Murders",
+ "Roxanne",
+ "RuPaul Is: Starbooty!",
+ "The Running Man",
+ "Russkies",
+ "Salvation!",
+ "Scooby-Doo Meets the Boo Brothers",
+ "The Secret of My Succe$s",
+ "September",
+ "Shake! Otis at Monterey",
+ "Shy People",
+ "The Sicilian",
+ "Siesta",
+ "Sign o' the Times",
+ "Silent Night, Deadly Night Part 2",
+ "Sister, Sister",
+ "Slam Dance",
+ "Slumber Party Massacre II",
+ "Snow White",
+ "Some Kind of Wonderful",
+ "Someone to Love",
+ "Someone to Watch Over Me",
+ "Sorority House Massacre",
+ "Spaceballs",
+ "Square Dance",
+ "The Squeeze",
+ "Stakeout",
+ "Steel Dawn",
+ "The Stepfather",
+ "Still Crazy Like a Fox",
+ "Straight to Hell",
+ "Street Smart",
+ "Street Trash",
+ "Succumbs",
+ "Summer Heat",
+ "Summer School",
+ "Superman IV: The Quest for Peace",
+ "Superstar: The Karen Carpenter Story",
+ "Surf Nazis Must Die",
+ "Surrender",
+ "Suspect",
+ "Sweet Country",
+ "Sweet Revenge",
+ "Swimming to Cambodia",
+ "Teen Wolf Too",
+ "Terminus",
+ "Terror Squad",
+ "They Still Call Me Bruce",
+ "Three Men and a Baby",
+ "Three O'Clock High",
+ "Three for the Road",
+ "Throw Momma from the Train",
+ "Thunder Prince",
+ "A Tiger's Tale",
+ "Tigershark",
+ "Tin Men",
+ "Tough Guys Don't Dance",
+ "The Trouble with Spies",
+ "Uncle Meat",
+ "The Untouchables",
+ "The Video Dead",
+ "Video from Hell",
+ "Waiting for the Moon",
+ "Walker",
+ "Wall Street",
+ "Wanted: Dead or Alive",
+ "Weeds",
+ "The Whales of August",
+ "White of the Eye",
+ "White Water Summer",
+ "Who's That Girl",
+ "Wild Thing",
+ "The Witches of Eastwick",
+ "The Worst of Faces of Death",
+ "Yogi's Great Escape",
+ "You Ruined My Life",
+ "Zombie High",
+ "18 Again!",
+ "1969",
+ "'68",
+ "Above the Law",
+ "The Accidental Tourist",
+ "The Accused",
+ "Action Jackson",
+ "After Death",
+ "Alien Nation",
+ "Alien from L.A.",
+ "American Gothic",
+ "And God Created Woman",
+ "Another Woman",
+ "Appointment With Death",
+ "The Appointments of Dennis Jennings",
+ "Arthur 2: On the Rocks",
+ "Baby M",
+ "Bad Dreams",
+ "Bat*21",
+ "Beaches",
+ "The Beast",
+ "Beetlejuice",
+ "Betrayed",
+ "Big",
+ "The Big Blue",
+ "Big Business",
+ "Big Time",
+ "Big Top Pee-wee",
+ "Biloxi Blues",
+ "Bird",
+ "Black Eagle",
+ "Black Roses",
+ "The Blob",
+ "Blood Orgy of the Leather Girls",
+ "Bloodsport",
+ "Bloodstone",
+ "The Blue Iguana",
+ "The Boost",
+ "The Bourne Identity",
+ "Braddock: Missing in Action III",
+ "Brain Damage",
+ "Bravestarr: The Legend",
+ "Bright Lights, Big City",
+ "Bull Durham",
+ "Bulletproof",
+ "C.H.U.D. II: Bud the C.H.U.D.",
+ "Caddyshack II",
+ "Call Me",
+ "Casual Sex?",
+ "Catacombs",
+ "Cellar Dweller",
+ "Child's Play",
+ "The Chocolate War",
+ "Christmas in Tattertown",
+ "Clara's Heart",
+ "Clean and Sober",
+ "Clownhouse",
+ "Cocktail",
+ "Cocoon: The Return",
+ "Colors",
+ "Comic Book Confidential",
+ "Coming to America",
+ "Cop",
+ "The Couch Trip",
+ "Crash Course",
+ "Crossing Delancey",
+ "A Cry in the Dark",
+ "D.O.A.",
+ "Da",
+ "Daffy Duck's Quackbusters",
+ "Dance 'Til Dawn",
+ "Dangerous Curves",
+ "Dangerous Liaisons",
+ "Dead Heat",
+ "The Dead Next Door",
+ "The Dead Pool",
+ "Dead Ringers",
+ "Dead Solid Perfect",
+ "Deadly Dreams",
+ "Death Faces",
+ "The Decline of Western Civilization II",
+ "Destroyer",
+ "Die Hard",
+ "Dirty Rotten Scoundrels",
+ "Distant Thunder",
+ "Dominick and Eugene",
+ "The Drifter",
+ "Earth Girls Are Easy",
+ "Eight Men Out",
+ "Elvira, Mistress of the Dark",
+ "Elvis and Me",
+ "Ernest Saves Christmas",
+ "Everybody's All-American",
+ "Far North",
+ "Feds",
+ "A Fish Called Wanda",
+ "Flesheater",
+ "For Keeps?",
+ "Frantic",
+ "Fresh Horses",
+ "Friday the 13th Part VII: The New Blood",
+ "Fright Night II",
+ "Full Moon in Blue Water",
+ "Fun Down There",
+ "Funny Farm",
+ "Garfield: His 9 Lives",
+ "'Gator Bait II: Cajun Justice",
+ "The Good Mother",
+ "The Good, the Bad, and Huckleberry Hound",
+ "Gorillas in the Mist: The Story of Dian Fossey",
+ "Gotham",
+ "Grave of the Fireflies",
+ "The Great Escape II: The Untold Story",
+ "The Great Outdoors",
+ "Hairspray",
+ "Halloween 4: The Return of Michael Myers",
+ "Hanna's War",
+ "Heart of Midnight",
+ "Heartbreak Hotel",
+ "Heathers",
+ "Hellbound: Hellraiser II",
+ "Hero and the Terror",
+ "High Spirits",
+ "Hobgoblins",
+ "Hollywood Chainsaw Hookers",
+ "Homeboy",
+ "Hot to Trot",
+ "The House on Carroll Street",
+ "Howling IV: The Original Nightmare",
+ "I'm Gonna Git You Sucka",
+ "Ika Hands",
+ "Illegally Yours",
+ "The Incredible Hulk Returns",
+ "Iron Eagle II",
+ "It Came from Somewhere Else",
+ "Jack's Back",
+ "Johnny Be Good",
+ "Justin Case",
+ "Kansas",
+ "Kenny",
+ "Killer Klowns from Outer Space",
+ "The Kiss",
+ "Lady in White",
+ "The Land Before Time",
+ "Last Rites",
+ "The Last Temptation of Christ",
+ "Laura Lansing Slept Here",
+ "License to Drive",
+ "Light Years",
+ "Little Nikita",
+ "Mac and Me",
+ "Macho Dancer",
+ "Madame Sousatzka",
+ "A Man for All Seasons",
+ "The Man from Snowy River II",
+ "Maniac Cop",
+ "Married to the Mob",
+ "Masquerade",
+ "Memories of Me",
+ "Messenger of Death",
+ "Mickey's 60th Birthday",
+ "Midnight Run",
+ "The Milagro Beanfield War",
+ "Miles from Home",
+ "Miracle Mile",
+ "Missile",
+ "Mississippi Burning",
+ "The Moderns",
+ "Monkey Shines",
+ "Moon Over Parador",
+ "Moonwalker",
+ "Moving",
+ "Mr. North",
+ "The Murder of Mary Phagan",
+ "My Best Friend Is a Vampire",
+ "My Stepmother Is an Alien",
+ "Mystic Pizza",
+ "The Naked Gun: From the Files of Police Squad!",
+ "Necromancer",
+ "Negatives",
+ "The New Adventures of Pippi Longstocking",
+ "A New Life",
+ "The Night Before",
+ "A Night in the Life of Jimmy Reardon",
+ "Nightmare at Bittercreek",
+ "A Nightmare on Elm Street 4: The Dream Master",
+ "Ninja Strike Force",
+ "No Retreat, No Surrender 2",
+ "Not Of This Earth",
+ "Off Limits",
+ "Oliver & Company",
+ "Ollie Hopnoodle's Haven of Bliss",
+ "Out of Time",
+ "Pass the Ammo",
+ "Patty Hearst",
+ "Permanent Record",
+ "Phantasm II",
+ "Picasso Trigger",
+ "Plain Clothes",
+ "Platoon Leader",
+ "Police Academy 5: Assignment Miami Beach",
+ "Poltergeist III",
+ "Pound Puppies and the Legend of Big Paw",
+ "The Presidio",
+ "The Prince of Pennsylvania",
+ "Prison",
+ "Punchline",
+ "Purple People Eater",
+ "Puss in Boots",
+ "Rain Man",
+ "Rambo III",
+ "Rampage",
+ "Rattle and Hum",
+ "Red Heat",
+ "Red Hot Skate Rock",
+ "Remote Control",
+ "Rent-A-Cop",
+ "Rented Lips",
+ "The Rescue",
+ "Return of the Killer Tomatoes",
+ "Return of the Living Dead Part II",
+ "Rocket Gibraltar",
+ "Running on Empty",
+ "Satisfaction",
+ "Saturday the 14th Strikes Back",
+ "Scarecrows",
+ "School Daze",
+ "Scooby-Doo and the Ghoul School",
+ "Scooby-Doo and the Reluctant Werewolf",
+ "Scrooged",
+ "The Serpent and the Rainbow",
+ "The Seventh Sign",
+ "Slaughterhouse Rock",
+ "Shadow Man",
+ "Shadows in the Storm",
+ "Shakedown",
+ "She's Having a Baby",
+ "Shoot to Kill",
+ "Short Circuit 2",
+ "Sleepaway Camp II: Unhappy Campers",
+ "Slugs",
+ "Some Girls",
+ "Sorority Babes in the Slimeball Bowl-O-Rama",
+ "Spalding Gray: Terrors of Pleasure",
+ "Spellbinder",
+ "Spellcaster",
+ "Spike of Bensonhurst",
+ "Splash, Too",
+ "Split Decisions",
+ "Stand and Deliver",
+ "Stars and Bars",
+ "Stealing Home",
+ "Stormy Monday",
+ "Storytelling Giant",
+ "Sunset",
+ "Sweet Hearts Dance",
+ "Sweet Lies",
+ "Switching Channels",
+ "Talk Radio",
+ "Tapeheads",
+ "Tequila Sunrise",
+ "They Live",
+ "The Thin Blue Line",
+ "Time Is Money",
+ "A Time of Destiny",
+ "Tin Toy",
+ "Tommy Tricker and the Stamp Traveller",
+ "Too Good to Be True",
+ "Torch Song Trilogy",
+ "Tougher Than Leather",
+ "Track 29",
+ "Tucker: The Man and His Dream",
+ "Twins",
+ "Two Moon Junction",
+ "The Unbearable Lightness of Being",
+ "The Understudy: Graveyard Shift II",
+ "Uninvited (1988 film)",
+ "A Very Brady Christmas",
+ "Vibes",
+ "Vice Versa",
+ "Victim of the Brain",
+ "War Party",
+ "War and Remembrance",
+ "Watchers",
+ "Waxwork",
+ "Who Framed Roger Rabbit",
+ "Willow",
+ "Willy the Sparrow",
+ "Witchcraft",
+ "Working Girl",
+ "World Gone Wild",
+ "Young Guns",
+ "84C MoPic",
+ "The Abyss",
+ "After Midnight",
+ "Alienator",
+ "Alien Seed",
+ "All Dogs Go to Heaven",
+ "Always",
+ "American Ninja 3: Blood Hunt",
+ "Amityville 4: The Evil Escapes",
+ "Arena",
+ "Back to the Future Part II",
+ "Batman",
+ "Bert Rigby, You're a Fool",
+ "Best of the Best",
+ "Beverly Hills Brats",
+ "Beyond the Stars",
+ "The Big Picture",
+ "Bill & Ted's Excellent Adventure",
+ "Black Rain",
+ "Blaze",
+ "Blind Fury",
+ "Bloodhounds of Broadway",
+ "Born on the Fourth of July",
+ "Breaking In",
+ "Bridesmaids",
+ "The 'Burbs",
+ "C.H.U.D. II: Bud the C.H.U.D.",
+ "Cameron's Closet",
+ "Cannibal Women in the Avocado Jungle of Death",
+ "Casualties of War",
+ "Cat Chaser",
+ "Chameleon Street",
+ "Chances Are",
+ "Chattahoochee",
+ "Checking Out",
+ "Cheetah",
+ "The Chilling",
+ "Cohen and Tate",
+ "Cold Feet",
+ "Collision Course",
+ "Common Threads: Stories from the Quilt",
+ "Communion",
+ "Cookie",
+ "Cousins",
+ "Crimes and Misdemeanors",
+ "Criminal Law",
+ "Cutting Class",
+ "Cyborg",
+ "Dad",
+ "Day One",
+ "Dead Bang",
+ "Dead Calm",
+ "The Dead Pit",
+ "Dead Poets Society",
+ "DeepStar Six",
+ "Disorganized Crime",
+ "Do the Right Thing",
+ "Dr. Caligari",
+ "The Dream Team",
+ "Dream a Little Dream",
+ "Driving Miss Daisy",
+ "Drugstore Cowboy",
+ "A Dry White Season",
+ "Eat a Bowl of Tea",
+ "Eddie and the Cruisers II: Eddie Lives!",
+ "Edge of Sanity",
+ "Enemies, a Love Story",
+ "The Evil Below",
+ "The Experts",
+ "The Fabulous Baker Boys",
+ "Family Business",
+ "Farewell to the King",
+ "Fat Man and Little Boy",
+ "The Favorite",
+ "Field of Dreams",
+ "The Final Days",
+ "Fire and Rain",
+ "Flesh Gordon Meets the Cosmic Cheerleaders",
+ "Fletch Lives",
+ "The Fly II",
+ "For All Mankind",
+ "Friday the 13th Part VIII: Jason Takes Manhattan",
+ "Ghostbusters II",
+ "Ginger Ale Afternoon",
+ "Gleaming the Cube",
+ "Glory",
+ "Going Overboard",
+ "Great Balls of Fire!",
+ "Gross Anatomy",
+ "Halloween 5: The Revenge of Michael Myers",
+ "Harlem Nights",
+ "Heart of Dixie",
+ "Heathers",
+ "Her Alibi",
+ "Hit List",
+ "Homer and Eddie",
+ "Homework",
+ "Honey, I Shrunk the Kids",
+ "The Horror Show",
+ "How I Got into College",
+ "Howling V: The Rebirth",
+ "Identity Crisis",
+ "Immediate Family",
+ "In Country",
+ "Indiana Jones and the Last Crusade",
+ "An Innocent Man",
+ "Intruder",
+ "Jacknife",
+ "The January Man",
+ "Johnny Handsome",
+ "K-9",
+ "Kamillions",
+ "The Karate Kid, Part III",
+ "Kickboxer",
+ "Kill Me Again",
+ "Killer!",
+ "Kinjite: Forbidden Subjects",
+ "Knick Knack",
+ "L.A. Takedown",
+ "Last Exit to Brooklyn",
+ "Lauderdale",
+ "Lean on Me",
+ "Let It Ride",
+ "Lethal Weapon 2",
+ "Leviathan",
+ "Limit Up",
+ "Listen to Me",
+ "Little Golden Book Land",
+ "The Little Mermaid",
+ "Little Monsters",
+ "Lock Up",
+ "Lonesome Dove",
+ "Look Who's Talking",
+ "Lords of the Deep",
+ "Lost Angels",
+ "Loverboy",
+ "Major League",
+ "The Making of Me",
+ "Meet the Hollowheads",
+ "The Mighty Quinn",
+ "Mike Hammer: Murder Takes All",
+ "Millennium",
+ "Miss Firecracker",
+ "Moontrap",
+ "Music Box",
+ "My Mom's a Werewolf",
+ "My Name is Bill W.",
+ "Mystery Train",
+ "National Lampoon's Christmas Vacation",
+ "Never on Tuesday",
+ "New York Stories",
+ "Next of Kin",
+ "Nick Knight",
+ "Night Game",
+ "Night of the Ninja",
+ "A Nightmare on Elm Street 5: The Dream Child",
+ "Nightwish",
+ "No Holds Barred",
+ "Nowhere to Run",
+ "Offerings",
+ "Old Gringo",
+ "Out of the Dark",
+ "The Package",
+ "The Parent Trap III",
+ "Parenthood",
+ "Parents",
+ "Penn & Teller Get Killed",
+ "Pet Sematary",
+ "The Phantom of the Opera: The Motion Picture",
+ "Physical Evidence",
+ "Pink Cadillac",
+ "Police Academy 6: City Under Siege",
+ "Prancer",
+ "The Preppie Murder",
+ "Pumpkinhead",
+ "The Punisher",
+ "Puppet Master",
+ "R.O.T.O.R.",
+ "Red Scorpion",
+ "Relentless",
+ "Renegades",
+ "The Return of Swamp Thing",
+ "River of Death",
+ "Road House",
+ "Roger & Me",
+ "Samurai Cop",
+ "Say Anything",
+ "Scenes from the Class Struggle in Beverly Hills",
+ "Sea of Love",
+ "Second Sight",
+ "See No Evil, Hear No Evil",
+ "See You in the Morning",
+ "Sex, Lies, and Videotape",
+ "Shag",
+ "Shakedown",
+ "She's Out of Control",
+ "She-Devil",
+ "Shocker",
+ "Sidewalk Stories",
+ "Signs of Life",
+ "Silent Night, Deadly Night 3: Better Watch Out!",
+ "Sinbad of the Seven Seas",
+ "Sing",
+ "Skin Deep",
+ "Slaves of New York",
+ "Sleepaway Camp III: Teenage Wasteland",
+ "Small Sacrifices",
+ "Snake Eater",
+ "Society",
+ "Speed Zone",
+ "Split",
+ "Star Trek V: The Final Frontier",
+ "Staying Together",
+ "Steel Magnolias",
+ "Stepfather II",
+ "Strapless",
+ "The Suckling",
+ "Sweet Bird of Youth",
+ "Tango & Cash",
+ "Tap",
+ "Teen Witch",
+ "Ten Little Indians",
+ "The Terror Within",
+ "This Ain't Bebop",
+ "Those She Left Behind",
+ "Three Fugitives",
+ "To Die For",
+ "Tongues Untied",
+ "The Toxic Avenger Part II",
+ "The Toxic Avenger Part III: The Last Temptation of Toxie",
+ "Trapped",
+ "The Trial of the Incredible Hulk",
+ "Triumph of the Spirit",
+ "Troop Beverly Hills",
+ "Tropical Snow",
+ "True Believer",
+ "True Love",
+ "The True Story of Frank Zappa's 200 Motels",
+ "Tummy Trouble",
+ "Turner & Hooch",
+ "Twister",
+ "UHF",
+ "The Unbelievable Truth",
+ "Uncle Buck",
+ "Valmont",
+ "Vampire's Kiss",
+ "Wait Until Spring, Bandini",
+ "The War of the Roses",
+ "Warlock",
+ "We're No Angels",
+ "Weekend at Bernie's",
+ "Welcome Home",
+ "When Harry Met Sally...",
+ "Who's Harry Crumb?",
+ "Wicked Stepmother",
+ "Winter People",
+ "Wired",
+ "The Wizard of Speed and Time",
+ "The Wizard",
+ "The Women of Brewster Place",
+ "Worth Winning",
+ "The Adventures of Ford Fairlane",
+ "After Dark, My Sweet",
+ "Air America",
+ "Alice",
+ "Almost an Angel",
+ "The Ambulance",
+ "American Dream",
+ "American Ninja 4: The Annihilation",
+ "Andre's Mother",
+ "Angel Town",
+ "Another 48 Hrs.",
+ "Arachnophobia",
+ "Avalon",
+ "Awakenings",
+ "Back to the Future Part III",
+ "Bad Influence",
+ "Basket Case 2",
+ "Betsy's Wedding",
+ "Bird on a Wire",
+ "Blind Faith",
+ "Bloodfist II",
+ "Blue Steel",
+ "The Bonfire of the Vanities",
+ "Bride of Re-Animator",
+ "Cadence",
+ "Cadillac Man",
+ "Camp Cucamonga",
+ "Captain America",
+ "Cartoon All-Stars to the Rescue",
+ "Catchfire",
+ "Challenger",
+ "Checkered Flag",
+ "Child in the Night",
+ "Child's Play 2",
+ "China Cry",
+ "The China Lake Murders",
+ "China O'Brien",
+ "Class of 1999",
+ "Coins in the Fountain",
+ "Come See the Paradise",
+ "Coupe de Ville",
+ "Crash and Burn",
+ "Crazy People",
+ "Cry-Baby",
+ "Daddy's Dyin': Who's Got the Will?",
+ "Dances with Wolves",
+ "Deep Throat 2",
+ "The Dark Side of the Moon",
+ "Darkman",
+ "Daughter of Darkness",
+ "Days of Thunder",
+ "Death Machine",
+ "Death Warrant",
+ "Deceptions",
+ "Decoration Day",
+ "Def by Temptation",
+ "Delta Force 2: The Colombian Connection",
+ "Denial",
+ "Desperate Hours",
+ "Dick Tracy",
+ "Die Hard 2",
+ "A Divine Double Feature",
+ "Dorf Goes Auto Racing",
+ "Downtown",
+ "Dream Machine",
+ "DuckTales the Movie: Treasure of the Lost Lamp",
+ "Edward Scissorhands",
+ "The End of Innocence",
+ "Ernest Goes to Jail",
+ "Everybody Wins",
+ "The Exorcist III",
+ "Eyes on the Prize",
+ "Faces of Death IV",
+ "Far Out Man",
+ "The Final Sanction",
+ "Fire Birds",
+ "The First Power",
+ "Flashback",
+ "Flatliners",
+ "The Forbidden Dance",
+ "The Fourth War",
+ "Frankenhooker",
+ "Frankenstein Unbound",
+ "The Freshman",
+ "Full Fathom Five",
+ "Funny About Love",
+ "Getting Lucky",
+ "Ghost",
+ "Ghost Dad",
+ "Ghosts Can't Do It",
+ "Girlfriend from Hell",
+ "The Godfather Part III",
+ "Goodfellas",
+ "Graffiti Bridge",
+ "Green Card",
+ "Gremlins 2: The New Batch",
+ "The Grifters",
+ "Grim Prairie Tales",
+ "The Guardian",
+ "Guns",
+ "The Guyver",
+ "The Handmaid's Tale",
+ "Hard to Kill",
+ "Hardware",
+ "Havana",
+ "Heart Condition",
+ "Henry & June",
+ "Henry: Portrait of a Serial Killer",
+ "Home Alone",
+ "Hot Cars, Cold Facts",
+ "The Hot Spot",
+ "House Party",
+ "The Hunt for Red October",
+ "I Come in Peace",
+ "I Love You to Death",
+ "I'm Dangerous Tonight",
+ "Industrial Symphony No. 1",
+ "Initiation: Silent Night, Deadly Night 4",
+ "Internal Affairs",
+ "Iron & Silk",
+ "It",
+ "Jacob's Ladder",
+ "Jetsons: The Movie",
+ "Joe Versus the Volcano",
+ "The Kill-Off",
+ "Killer Tomatoes Strike Back",
+ "Kindergarten Cop",
+ "King of New York",
+ "Laser Mission",
+ "The Last of the Finest",
+ "Leatherface: The Texas Chainsaw Massacre III",
+ "The Lemon Sisters",
+ "Lionheart",
+ "The Long Walk Home",
+ "Look Who's Talking Too",
+ "Loose Cannons",
+ "Lord of the Flies",
+ "Love at Large",
+ "Mack the Knife",
+ "Madhouse",
+ "A Man Called Sarge",
+ "Maniac Cop 2",
+ "Marked for Death",
+ "Martians Go Home",
+ "Masters of Menace",
+ "Megaville",
+ "Memphis Belle",
+ "Men at Work",
+ "Men Don't Leave",
+ "Men of Respect",
+ "Meridian: Kiss of the Beast",
+ "Mermaids",
+ "Metamorphosis: The Alien Factor",
+ "Metropolitan",
+ "Miami Blues",
+ "Miller's Crossing",
+ "Misery",
+ "Mister Frost",
+ "Mister Johnson",
+ "Mo' Better Blues",
+ "Mob Story",
+ "A Mom for Christmas",
+ "Moon 44",
+ "Mother Goose Rock 'n' Rhyme",
+ "Mountains of the Moon",
+ "Mr. Destiny",
+ "Mr. and Mrs. Bridge",
+ "Murder in Mississippi",
+ "My Blue Heaven",
+ "Narrow Margin",
+ "Navy SEALs",
+ "The NeverEnding Story II: The Next Chapter",
+ "Night Eyes",
+ "Night of the Living Dead",
+ "Nightbreed",
+ "Ninja Academy",
+ "No Retreat, No Surrender 3: Blood Brothers",
+ "The Nutcracker Prince",
+ "Opportunity Knocks",
+ "Pacific Heights",
+ "Paris Is Burning",
+ "The Pit and the Pendulum",
+ "Plunder & Lightning",
+ "Postcards from the Edge",
+ "Predator 2",
+ "Presumed Innocent",
+ "Pretty Woman",
+ "Problem Child",
+ "Prom Night III: The Last Kiss",
+ "Psycho IV: The Beginning",
+ "Pump Up the Volume",
+ "Q&A",
+ "Quick Change",
+ "Quigley Down Under",
+ "Ralph S. Mouse",
+ "The Reflecting Skin",
+ "Repossessed",
+ "The Rescuers Down Under",
+ "Revenge",
+ "Reversal of Fortune",
+ "RoboCop 2",
+ "Robot Jox",
+ "Rock 'n' Roll High School Forever",
+ "Rocky V",
+ "Roller Coaster Rabbit",
+ "Romeo-Juliet",
+ "The Rookie",
+ "Rose Kennedy: A Life to Remember",
+ "Rosencrantz & Guildenstern Are Dead",
+ "The Russia House",
+ "Shipwrecked",
+ "A Shock to the System",
+ "Short Time",
+ "A Show of Force",
+ "Shreck",
+ "The Shrimp on the Barbie",
+ "Sibling Rivalry",
+ "Side Out",
+ "Slumber Party Massacre 3",
+ "Sorority House Massacre 2",
+ "Snake Eater II: The Drug Buster",
+ "Solar Crisis",
+ "Somebody has to Shoot the Picture",
+ "Soultaker",
+ "Spaced Invaders",
+ "Spirit of '76",
+ "Spontaneous Combustion",
+ "Spymaker: The Secret Life of Ian Fleming",
+ "Stanley & Iris",
+ "State of Grace",
+ "Stella",
+ "Strike It Rich",
+ "Taking Care of Business",
+ "Tales from the Darkside: The Movie",
+ "Teenage Mutant Ninja Turtles",
+ "Terminal City Ricochet",
+ "Texasville",
+ "That's Black Entertainment",
+ "Three Men and a Little Lady",
+ "Till There Was You",
+ "Time of Love",
+ "Too Much Sun",
+ "To Sleep with Anger",
+ "Total Recall",
+ "Treasure Island",
+ "Tremors",
+ "Troll 2",
+ "Troll 3",
+ "Trust",
+ "Tune in Tomorrow",
+ "Twisted Obsession",
+ "The Two Jakes",
+ "Vincent & Theo",
+ "Voodoo Dawn",
+ "Welcome Home, Roxy Carmichael",
+ "When You Remember Me",
+ "Where the Heart Is",
+ "White Hunter Black Heart",
+ "White Palace",
+ "White Room",
+ "Why Me?",
+ "Wild Orchid",
+ "Wild at Heart",
+ "Witchcraft II: The Temptress",
+ "The Witches",
+ "Without You I'm Nothing",
+ "Young Guns II",
+ "Zapped Again!",
+ "12:01 PM",
+ "29th Street",
+ "Across the Tracks",
+ "The Addams Family",
+ "All I Want for Christmas",
+ "An American Tail: Fievel Goes West",
+ "And the Sea Will Tell",
+ "Another You",
+ "At Play in the Fields of the Lord",
+ "Backdraft",
+ "Barton Fink",
+ "Beauty and the Beast",
+ "Bill & Ted's Bogus Journey",
+ "Billy Bathgate",
+ "Bingo",
+ "Blue Desert",
+ "Body Parts",
+ "The Boneyard",
+ "The Borrower",
+ "Boyz n the Hood",
+ "Breathing Fire",
+ "Bride of Re-Animator",
+ "A Brief History of Time",
+ "Brother Future",
+ "Bugsy",
+ "The Butcher's Wife",
+ "By the Sword",
+ "Cape Fear",
+ "Captain America",
+ "Career Opportunities",
+ "Children of the Night",
+ "Child's Play 3",
+ "Chopper Chicks in Zombietown",
+ "Chuck Amuck: The Movie",
+ "City of Hope",
+ "City Slickers",
+ "Class Action",
+ "Class of Nuke 'Em High II: Subhumanoid Meltdown",
+ "Closet Land",
+ "Cold Heaven",
+ "The Commitments",
+ "Company Business",
+ "Cool as Ice",
+ "Curly Sue",
+ "The Dark Backward",
+ "The Dark Wind",
+ "Daughters of the Dust",
+ "Dead Again",
+ "Deceived",
+ "Defending Your Life",
+ "Defenseless",
+ "Delirious",
+ "Do or Die",
+ "Doc Hollywood",
+ "The Doctor",
+ "Dogfight",
+ "Don't Tell Mom the Babysitter's Dead",
+ "The Doors",
+ "Double Impact",
+ "Drop Dead Fred",
+ "Dutch",
+ "Dying Young",
+ "Edge of Honor",
+ "Ernest Scared Stupid",
+ "Eve of Destruction",
+ "Eyes of an Angel",
+ "F/X2",
+ "Father of the Bride",
+ "Final Approach",
+ "The Fisher King",
+ "The Five Heartbeats",
+ "Flight of the Intruder",
+ "For the Boys",
+ "Frankie and Johnny",
+ "Freddy's Dead: The Final Nightmare",
+ "Fried Green Tomatoes",
+ "Grand Canyon",
+ "Guilty by Suspicion",
+ "Hangin' with the Homeboys",
+ "Hard Promises",
+ "The Hard Way",
+ "Harley Davidson and the Marlboro Man",
+ "He Said, She Said",
+ "Hear My Song",
+ "Hearts of Darkness: A Filmmaker's Apocalypse",
+ "The Heroes of Desert Storm",
+ "Highlander II: The Quickening",
+ "Highway 61",
+ "The Hitman",
+ "Homicide",
+ "Hook",
+ "Hot Shots!",
+ "The Hours and Times",
+ "House Party 2",
+ "Hudson Hawk",
+ "If Looks Could Kill",
+ "The Indian Runner",
+ "The Inner Circle",
+ "JFK",
+ "Johnny Suede",
+ "Jungle Fever",
+ "Kafka",
+ "King Ralph",
+ "A Kiss Before Dying",
+ "L.A. Story",
+ "The Last Boy Scout",
+ "Liebestraum",
+ "Life Stinks",
+ "The Linguini Incident",
+ "Little Man Tate",
+ "Love Hurts",
+ "Madonna: Truth or Dare",
+ "The Man in the Moon",
+ "The Marrying Man",
+ "McBain",
+ "Meet the Applegates",
+ "Men of Respect",
+ "Mississippi Masala",
+ "Mobsters",
+ "Mortal Thoughts",
+ "My Girl",
+ "My Own Private Idaho",
+ "Mystery Date",
+ "The Naked Gun 2½: The Smell of Fear",
+ "Naked Lunch",
+ "Necessary Roughness",
+ "New Jack City",
+ "Night on Earth",
+ "Not Without My Daughter",
+ "Nothing but Trouble",
+ "The Object of Beauty",
+ "Once Around",
+ "One Good Cop",
+ "Only the Lonely",
+ "Oscar",
+ "Other People's Money",
+ "Out for Justice",
+ "Paradise",
+ "Paris Trout",
+ "Pastime",
+ "The People Under the Stairs",
+ "Perfect Harmony",
+ "The Perfect Weapon",
+ "Point Break",
+ "Poison",
+ "The Prince of Tides",
+ "Problem Child 2",
+ "Puppet Master II",
+ "Puppet Master III: Toulon's Revenge",
+ "Pure Luck",
+ "A Rage in Harlem",
+ "Rambling Rose",
+ "The Rapture",
+ "Regarding Henry",
+ "Return to the Blue Lagoon",
+ "Ricochet",
+ "Road to Ruin",
+ "Robin Hood: Prince of Thieves",
+ "The Rocketeer",
+ "Rover Dangerfield",
+ "Run",
+ "Rush",
+ "Scenes from a Mall",
+ "Scissors",
+ "Scorchers",
+ "The Search for Signs of Intelligent Life in the Universe",
+ "Sgt. Kabukiman N.Y.P.D.",
+ "Shadows and Fog",
+ "Shattered",
+ "Shout",
+ "Showdown in Little Tokyo",
+ "The Silence of the Lambs",
+ "Slacker",
+ "Sleeping with the Enemy",
+ "Soapdish",
+ "Sometimes They Come Back",
+ "Star Trek VI: The Undiscovered Country",
+ "Stepping Out",
+ "Stone Cold",
+ "Straight Out of Brooklyn",
+ "Strictly Business",
+ "Suburban Commando",
+ "The Super",
+ "Switch",
+ "The Taking of Beverly Hills",
+ "Talent for the Game",
+ "Talkin' Dirty After Dark",
+ "Teenage Mutant Ninja Turtles II: The Secret of the Ooze",
+ "Terminator 2: Judgment Day",
+ "Thelma & Louise",
+ "There's Nothing Out There",
+ "Together Alone",
+ "Toy Soldiers",
+ "Triple Bogey on a Par Five Hole",
+ "True Colors",
+ "True Identity",
+ "Two Evil Eyes",
+ "Victim of Love",
+ "What About Bob?",
+ "White Fang",
+ "Whore",
+ "Wild Hearts Can't Be Broken",
+ "Year of the Gun",
+ "1492: Conquest of Paradise",
+ "1991: The Year Punk Broke",
+ "3 Ninjas",
+ "Aladdin",
+ "Alien 3",
+ "American Me",
+ "Article 99",
+ "The Babe",
+ "Bad Lieutenant",
+ "Basic Instinct",
+ "Batman Returns",
+ "Beauty and the Beast",
+ "Bébé's Kids",
+ "Beethoven",
+ "Blame It on the Bellboy",
+ "Blown Away",
+ "Bob Roberts",
+ "The Bodyguard",
+ "Boomerang",
+ "Brain Donors",
+ "Bram Stoker's Dracula",
+ "Buffy the Vampire Slayer",
+ "Candyman",
+ "Captain Ron",
+ "Chain of Desire",
+ "Chaplin",
+ "Child of Rage",
+ "Children of the Corn II: The Final Sacrifice",
+ "Christopher Columbus: The Discovery",
+ "Claire of the Moon",
+ "Class Act",
+ "Consenting Adults",
+ "Cool World",
+ "CrissCross",
+ "Crossing the Bridge",
+ "Cruel Doubt",
+ "The Cutting Edge",
+ "Death Becomes Her",
+ "Deep Cover",
+ "Diggstown",
+ "The Distinguished Gentleman",
+ "Dr. Giggles",
+ "Encino Man",
+ "Equinox",
+ "Falling from Grace",
+ "Far and Away",
+ "FernGully: The Last Rainforest",
+ "A Few Good Men",
+ "Fifty/Fifty",
+ "Final Analysis",
+ "Folks!",
+ "Forever Young",
+ "Four Eyes and Six Guns",
+ "Freejack",
+ "Frozen Assets",
+ "Gas Food Lodging",
+ "Gladiator",
+ "Glengarry Glen Ross",
+ "The Gun in Betty Lou's Handbag",
+ "The Hand That Rocks the Cradle",
+ "Hero",
+ "Highway to Hell",
+ "Hoffa",
+ "Home Alone 2: Lost in New York",
+ "Honey, I Blew Up the Kid",
+ "Honeymoon in Vegas",
+ "Housesitter",
+ "Husbands and Wives",
+ "In the Soup",
+ "Innocent Blood",
+ "Into the Sun",
+ "Jennifer 8",
+ "Juice",
+ "Just Another Girl on the I.R.T.",
+ "Knight Moves",
+ "Kuffs",
+ "Ladybugs",
+ "The Last of the Mohicans",
+ "The Lawnmower Man",
+ "A League of Their Own",
+ "Leap of Faith",
+ "Leaving Normal",
+ "Lethal Weapon 3",
+ "Light Sleeper",
+ "Live Wire",
+ "Lorenzo's Oil",
+ "Love Crimes",
+ "Love Field",
+ "Love Potion No. 9",
+ "Mac",
+ "Mad at the Moon",
+ "Malcolm X",
+ "The Mambo Kings",
+ "Man Bites Dog",
+ "Man Trouble",
+ "Meatballs 4",
+ "Medicine Man",
+ "Medusa: Dare to Be Truthful",
+ "Memoirs of an Invisible Man",
+ "Me, Myself & I",
+ "A Midnight Clear",
+ "The Mighty Ducks",
+ "Miracle Beach",
+ "Mistress",
+ "Mo' Money",
+ "Mom and Dad Save the World",
+ "Monster in a Box",
+ "Mr. Baseball",
+ "Mr. Saturday Night",
+ "Mrs. 'Arris Goes to Paris",
+ "The Muppet Christmas Carol",
+ "My Cousin Vinny",
+ "My New Gun",
+ "Nemesis",
+ "Newsies",
+ "Night and the City",
+ "Nitrate Kisses",
+ "Noises Off",
+ "O Pioneers!",
+ "Of Mice and Men",
+ "Oh, What a Night",
+ "Once Upon a Crime",
+ "One False Move",
+ "Only You",
+ "Out on a Limb",
+ "Passed Away",
+ "Passenger 57",
+ "Passion Fish",
+ "Patriot Games",
+ "Pet Sematary Two",
+ "Pets or Meat: The Return to Flint",
+ "Pinocchio",
+ "The Playboys",
+ "The Player",
+ "Poison Ivy",
+ "Post No Bills",
+ "The Power of One",
+ "Praying with Anger",
+ "Prelude to a Kiss",
+ "Primary Motive",
+ "Prison Planet",
+ "A Private Matter",
+ "Prom Night IV: Deliver Us from Evil",
+ "The Public Eye",
+ "Pure Country",
+ "Quicksand: No Escape",
+ "Radio Flyer",
+ "Rain Without Thunder",
+ "Raising Cain",
+ "Rapid Fire",
+ "Red Rock West",
+ "Reservoir Dogs",
+ "The Resurrected",
+ "Revenge of the Nerds III: The Next Generation",
+ "A River Runs Through It",
+ "Roadside Prophets",
+ "RoboCop 3",
+ "Rock-a-Doodle",
+ "Ruby",
+ "Samantha",
+ "Samurai Vampire Bikers From Hell",
+ "Scent of a Woman",
+ "School Ties",
+ "Seed People",
+ "The Setting Sun",
+ "Shakes the Clown",
+ "Shining Through",
+ "Shipwrecked",
+ "Sidekicks",
+ "Silent Night, Deadly Night 5: The Toy Maker",
+ "Simple Men",
+ "Sinatra",
+ "Sinbad",
+ "Single White Female",
+ "Singles",
+ "Sister Act",
+ "Sleepwalkers",
+ "Sneakers",
+ "Society",
+ "South Central",
+ "The Spirit of Christmas",
+ "Star Time",
+ "Stay Tuned",
+ "Stop! Or My Mom Will Shoot",
+ "Stormy Weathers",
+ "Storyville",
+ "Straight Talk",
+ "A Stranger Among Us",
+ "Swoon",
+ "That Night",
+ "There Goes the Neighborhood",
+ "This Is My Life",
+ "The Three Musketeers",
+ "Thumbelina",
+ "Thunderheart",
+ "Tiny Toon Adventures: How I Spent My Vacation",
+ "To Grandmother's House We Go",
+ "Tom and Jerry: The Movie",
+ "Topsy and Bunker: The Cat Killers",
+ "Toys",
+ "Traces of Red",
+ "Trespass",
+ "The Tune",
+ "The Turning",
+ "Twin Peaks: Fire Walk with Me",
+ "Under Siege",
+ "Unforgiven",
+ "Universal Soldier",
+ "Unlawful Entry",
+ "Used People",
+ "Visions of Light",
+ "The Waterdance",
+ "Waxwork II: Lost in Time",
+ "Wayne's World",
+ "Where the Day Takes You",
+ "Whispers in the Dark",
+ "White Men Can't Jump",
+ "White Sands",
+ "Who Do I Gotta Kill?",
+ "Wind",
+ "The Witness",
+ "The Year of the Comet",
+ "Zebrahead",
+ "Zipperface",
+ "Acting on Impulse",
+ "Addams Family Values",
+ "The Adventures of Huck Finn",
+ "The Age of Innocence",
+ "Aileen Wuornos: The Selling of a Serial Killer",
+ "Airborne",
+ "Alive",
+ "Amos & Andrew",
+ "Another Stakeout",
+ "Arizona Dream",
+ "Evil Dead 3: Army of Darkness",
+ "Aspen Extreme",
+ "The Ballad of Little Jo",
+ "Bank Robber",
+ "Batman: Mask of the Phantasm",
+ "Beethoven's 2nd",
+ "Benny & Joon",
+ "Best of the Best 2",
+ "The Beverly Hillbillies",
+ "Blood In Blood Out",
+ "Bodies, Rest & Motion",
+ "Body of Evidence",
+ "Body Snatchers",
+ "Boiling Point",
+ "Bopha!",
+ "Born Yesterday",
+ "Boxing Helena",
+ "A Bronx Tale",
+ "CB4",
+ "Calendar Girl",
+ "Cannibal! The Musical",
+ "Carlito's Way",
+ "The Cemetery Club",
+ "Cliffhanger",
+ "Coneheads",
+ "Cool Runnings",
+ "Cop and a Half",
+ "The Crush",
+ "The Cruel Path",
+ "Dangerous Game",
+ "A Dangerous Woman",
+ "The Dark Half",
+ "Dave",
+ "Dazed and Confused",
+ "Deadfall",
+ "Demolition Man",
+ "Dennis the Menace",
+ "Dragon: The Bruce Lee Story",
+ "Ernest Rides Again",
+ "Ethan Frome",
+ "Excessive Force",
+ "Extreme Justice",
+ "Falling Down",
+ "A Far Off Place",
+ "Fatal Instinct",
+ "Fearless",
+ "Fire on the Amazon",
+ "Fire in the Sky",
+ "The Firm",
+ "Flesh and Bone",
+ "Fly by Night",
+ "For Love or Money",
+ "Free Willy",
+ "The Fugitive",
+ "Geronimo: An American Legend",
+ "Gettysburg",
+ "Ghost in the Machine",
+ "The Good Son",
+ "Groundhog Day",
+ "Grumpy Old Men",
+ "Guilty as Sin",
+ "Happily Ever After",
+ "Hard Target",
+ "Heart and Souls",
+ "Heaven & Earth",
+ "Hexed",
+ "Hocus Pocus",
+ "A Home of Our Own",
+ "Homeward Bound: The Incredible Journey",
+ "Hot Shots! Part Deux",
+ "House of Cards",
+ "A House in the Hills",
+ "The House of the Spirits",
+ "In the Line of Fire",
+ "In the Name of the Father",
+ "Indecent Proposal",
+ "Indian Summer",
+ "Jack the Bear",
+ "Jason Goes to Hell: The Final Friday",
+ "Josh and S.A.M.",
+ "Joshua Tree",
+ "The Joy Luck Club",
+ "Judgment Night",
+ "Jurassic Park",
+ "Kalifornia",
+ "King of the Hill",
+ "Last Action Hero",
+ "Leprechaun",
+ "Life with Mikey",
+ "Loaded Weapon 1",
+ "Lost in Yonkers",
+ "M. Butterfly",
+ "Mad Dog and Glory",
+ "Made in America",
+ "Malice",
+ "The Man Without a Face",
+ "Man's Best Friend",
+ "Manhattan Murder Mystery",
+ "Matinee",
+ "Me and the Kid",
+ "Menace II Society",
+ "The Meteor Man",
+ "Money for Nothing",
+ "Monolith",
+ "Mr. Jones",
+ "Mr. Nanny",
+ "Mr. Wonderful",
+ "Mrs. Doubtfire",
+ "Much Ado About Nothing",
+ "The Music of Chance",
+ "My Life",
+ "Naked in New York",
+ "Needful Things",
+ "The Nightmare Before Christmas",
+ "Nowhere to Run",
+ "Once Upon a Forest",
+ "Only the Strong",
+ "The Pelican Brief",
+ "A Perfect World",
+ "Philadelphia",
+ "The Piano",
+ "Poetic Justice",
+ "Point of No Return",
+ "Posse",
+ "The Program",
+ "Public Access",
+ "Puppet Master 4",
+ "The Real McCoy",
+ "Red Rock West",
+ "The Remains of the Day",
+ "Return of the Living Dead 3",
+ "Rich in Love",
+ "Rising Sun",
+ "Robin Hood: Men in Tights",
+ "RoboCop 3",
+ "Romeo Is Bleeding",
+ "Rookie of the Year",
+ "Roosters",
+ "Ruby Cairo",
+ "Ruby in Paradise",
+ "Rudy",
+ "The Saint of Fort Washington",
+ "The Sandlot",
+ "Schindler's List",
+ "Searching for Bobby Fischer",
+ "Sesame Street's 25th Birthday: A Musical Celebration!",
+ "Short Cuts",
+ "Sister Act 2: Back in the Habit",
+ "Six Degrees of Separation",
+ "Slaughter of the Innocents",
+ "Sleepless in Seattle",
+ "Sliver",
+ "Sniper",
+ "So I Married an Axe Murderer",
+ "Sommersby",
+ "Son in Law",
+ "Son of the Pink Panther",
+ "Striking Distance",
+ "Sunset Grill",
+ "Super Mario Bros.",
+ "Suture",
+ "Swing Kids",
+ "Teenage Mutant Ninja Turtles III",
+ "The Temp",
+ "Theremin: An Electronic Odyssey",
+ "The Thing Called Love",
+ "This Boy's Life",
+ "The Three Musketeers",
+ "Three of Hearts",
+ "Tom and Jerry: The Movie",
+ "Tombstone",
+ "Totally F***ed Up",
+ "True Romance",
+ "Twenty Bucks",
+ "Undercover Blues",
+ "Untamed Heart",
+ "The Vanishing",
+ "The War Room",
+ "Warlock: The Armageddon",
+ "Watch It",
+ "Wayne's World 2",
+ "We're Back! A Dinosaur's Story",
+ "The Wedding Banquet",
+ "Weekend at Bernie's II",
+ "What's Eating Gilbert Grape",
+ "What's Love Got to Do with It",
+ "Where's God When I'm S-Scared?",
+ "White Wolves: A Cry in the Wild II",
+ "Who's the Man?",
+ "Wilder Napalm",
+ "Woman of Desire",
+ "Wrestling Ernest Hemingway",
+ "The Wrong Man",
+ "Younger and Younger",
+ "3 Chains o' Gold",
+ "3 Ninjas Kick Back",
+ "8 Seconds",
+ "Above the Rim",
+ "Abraham",
+ "Ace Ventura: Pet Detective",
+ "Africa: The Serengeti",
+ "The Air Up There",
+ "Airheads",
+ "Aladdin: The Return of Jafar",
+ "Alien Nation: Dark Horizon",
+ "Amateur",
+ "Andre",
+ "Angels in the Outfield",
+ "Angie",
+ "Another Midnight Run",
+ "Baby's Day Out",
+ "Bad Girls",
+ "Bar Girls",
+ "Barcelona",
+ "Beretta's Island",
+ "Beverly Hills Cop III",
+ "The Birds II: Land's End",
+ "Black Beauty",
+ "Blank Check",
+ "Blankman",
+ "Blind Justice",
+ "Blink",
+ "Bloodfist V: Human Target",
+ "Bloodlust: Subspecies III",
+ "Blown Away",
+ "Blue Chips",
+ "Blue Sky",
+ "Brainscan",
+ "Breach of Conduct",
+ "Breathing Lessons",
+ "Bullets over Broadway",
+ "Cabin Boy",
+ "Camp Nowhere",
+ "Campground Massacre",
+ "Cancer Wars",
+ "Car 54, Where Are You?",
+ "Chariots of Fur",
+ "The Chase",
+ "Chasers",
+ "China Moon",
+ "Cinderella",
+ "City Slickers II: The Legend of Curly's Gold",
+ "Class of Nuke 'Em High 3: The Good, the Bad and the Subhumanoid",
+ "Clean, Shaven",
+ "Clean Slate",
+ "Clear and Present Danger",
+ "Clerks",
+ "The Client",
+ "Clifford",
+ "Cobb",
+ "Color of Night",
+ "Confessions of a Sorority Girl",
+ "The Cool Surface",
+ "Cool and the Crazy",
+ "Cops and Robbersons",
+ "Corrina, Corrina",
+ "The Cowboy Way",
+ "The Cremaster Cycle",
+ "Crooklyn",
+ "The Crow",
+ "Crumb",
+ "Cyborg 3: The Recycler",
+ "D2: The Mighty Ducks",
+ "The Dallas Connection",
+ "Deadly Target",
+ "Death and the Maiden",
+ "Death Wish V: The Face of Death",
+ "Dinosaur Island",
+ "Disclosure",
+ "Don't Drink the Water",
+ "Doomsday Gun",
+ "Double Dragon",
+ "Dream Lover",
+ "Drop Zone",
+ "Dumb and Dumber",
+ "Ed Wood",
+ "Emmanuelle in Space",
+ "Even Cowgirls Get the Blues",
+ "Exit to Eden",
+ "F.T.W.",
+ "The Fantastic Four",
+ "Fast Getaway II",
+ "The Favor",
+ "Fear of a Black Hat",
+ "The Flintstones",
+ "The Foot Shooting Party",
+ "The Force",
+ "Forrest Gump",
+ "Frank & Jesse",
+ "Fresh",
+ "Gang War: Bangin' In Little Rock",
+ "Gary Larson's Tales from the Far Side",
+ "The Getaway",
+ "Getting Even with Dad",
+ "The Gift",
+ "The Girlie Show - Live Down Under",
+ "Go Fish",
+ "God Wants Me To Forgive Them!?!",
+ "Golden Gate",
+ "Greedy",
+ "Guarding Tess",
+ "Guinevere",
+ "Gunmen",
+ "Hail Caesar",
+ "Hated: GG Allin and the Murder Junkies",
+ "The Hidden II",
+ "Highlander III: The Sorcerer",
+ "Holy Matrimony",
+ "Honey, I Shrunk the Audience",
+ "Hoop Dreams",
+ "House Party 3",
+ "How the West Was Fun",
+ "The Hudsucker Proxy",
+ "I Don't Hate Las Vegas Anymore",
+ "I Like It Like That",
+ "I Love Trouble",
+ "I'll Do Anything",
+ "I.Q.",
+ "Imaginary Crimes",
+ "Immortal Beloved",
+ "In Search of Dr. Seuss",
+ "In the Army Now",
+ "The Inkwell",
+ "Intersection",
+ "Interview with the Vampire",
+ "Iron Will",
+ "Is There Life Out There?",
+ "It Could Happen to You",
+ "It Don't Cost Nothin' to Say Good Morning",
+ "It's Pat",
+ "Jacob",
+ "Jason's Lyric",
+ "Jimmy Hollywood",
+ "Junior",
+ "Kickboxer 4",
+ "Kill the Moonlight",
+ "Killing Zoe",
+ "Knight Rider 2010",
+ "The Land Before Time II: The Great Valley Adventure",
+ "Lassie",
+ "The Last Seduction",
+ "Legends of the Fall",
+ "Leprechaun 2",
+ "Life with Billy",
+ "The Lion King",
+ "Little Big League",
+ "Little Buddha",
+ "Little Giants",
+ "Little Odessa",
+ "The Little Rascals",
+ "Little Women",
+ "Love Affair",
+ "Love and a .45",
+ "A Low Down Dirty Shame",
+ "The Lurking Fear",
+ "Major League II",
+ "Mary Shelley's Frankenstein",
+ "The Mask",
+ "Maverick",
+ "Men of War",
+ "Midnight Run for Your Life",
+ "Midnight Runaround",
+ "Milk Money",
+ "A Million to Juan",
+ "Miracle on 34th Street",
+ "Mixed Nuts",
+ "Molly & Gina",
+ "Monkey Trouble",
+ "The Monster",
+ "Mrs. Parker and the Vicious Circle",
+ "Multi-Facial",
+ "My Father the Hero",
+ "My Girl 2",
+ "My Summer Story",
+ "Naked Gun 33⅓: The Final Insult",
+ "National Lampoon's Last Resort",
+ "Natural Born Killers",
+ "Nell",
+ "The NeverEnding Story III: Escape from Fantasia",
+ "The Next Karate Kid",
+ "No Dessert, Dad, till You Mow the Lawn",
+ "Night Of The Axe",
+ "No Escape",
+ "Nobody's Fool",
+ "North",
+ "On Deadly Ground",
+ "One Survivor Remembers",
+ "Only You",
+ "Out of Darkness",
+ "PCU",
+ "The Pagemaster",
+ "The Paper",
+ "Party",
+ "Pentathlon",
+ "Pet Shop",
+ "Phantasm III: Lord of the Dead",
+ "Police Academy: Mission to Moscow",
+ "Pontiac Moon",
+ "Prêt-à-Porter",
+ "Princess Caraboo",
+ "Pulp Fiction",
+ "Pumpkinhead II: Blood Wings",
+ "Puppet Master 5: The Final Chapter",
+ "The Puppet Masters",
+ "Quiz Show",
+ "Radio Inside",
+ "Radioland Murders",
+ "Rapa Nui",
+ "Raw Justice",
+ "Reality Bites",
+ "The Ref",
+ "Renaissance Man",
+ "Revenge of the Nerds IV: Nerds in Love",
+ "Richie Rich",
+ "The River Wild",
+ "The Road to Wellville",
+ "Roadracers",
+ "Romeo Is Bleeding",
+ "Roswell",
+ "The Jungle Book",
+ "S.F.W.",
+ "Sabotage",
+ "The Santa Clause",
+ "Scooby-Doo in Arabian Nights",
+ "The Scout",
+ "The Search for One-eye Jimmy",
+ "Sesame Street Jam: A Musical Celebration",
+ "The Secret of Roan Inish",
+ "Serial Mom",
+ "The Shadow",
+ "Shatter Dead",
+ "The Shawshank Redemption",
+ "The Silence of the Hams",
+ "Silent Fall",
+ "Silent Tongue",
+ "A Simple Twist of Fate",
+ "Sioux City",
+ "Sleep with Me",
+ "Spanking the Monkey",
+ "The Specialist",
+ "Speechless",
+ "Speed",
+ "Squanto: A Warrior's Tale",
+ "The Stand",
+ "Star Trek Generations",
+ "Stargate",
+ "Street Fighter",
+ "The Stoned Age",
+ "Sugar Hill",
+ "Surviving the Game",
+ "The Swan Princess",
+ "Swimming with Sharks",
+ "Teresa's Tattoo",
+ "Terminal Velocity",
+ "Texas Chainsaw Massacre: The Next Generation",
+ "That's Entertainment! III",
+ "Threesome",
+ "Thumbelina",
+ "Time Chasers",
+ "A Time to Heal",
+ "Timecop",
+ "Tom & Viv",
+ "Trapped in Paradise",
+ "Trial by Jury",
+ "A Troll in Central Park",
+ "Troublemakers",
+ "True Lies",
+ "Undefeatable",
+ "Vanya on 42nd Street",
+ "The Visual Bible: Acts",
+ "Wagons East!",
+ "The War",
+ "Wes Craven's New Nightmare",
+ "What Happened Was",
+ "When a Man Loves a Woman",
+ "White Fang 2: Myth of the White Wolf",
+ "Whore II",
+ "Widows' Peak",
+ "With Honors",
+ "Without Warning",
+ "Witness to the Execution",
+ "Wolf",
+ "World and Time Enough",
+ "Wyatt Earp",
+ "The Yearling",
+ "You So Crazy",
+ "3 Ninjas Knuckle Up",
+ "Above Suspicion",
+ "Ace Ventura: When Nature Calls",
+ "The Addiction",
+ "Amanda and the Alien",
+ "The Amazing Panda Adventure",
+ "The American President",
+ "Angela",
+ "Angels and Insects",
+ "Angus",
+ "Apollo 13",
+ "Assassins",
+ "Attack of the 60 Foot Centerfold",
+ "Aurora: Operation Intercept",
+ "Babe",
+ "The Baby-Sitters Club",
+ "Bad Boys",
+ "Bad Company",
+ "Balto",
+ "Bang",
+ "The Basketball Diaries",
+ "Batman Forever",
+ "Baywatch the Movie: Forbidden Paradise",
+ "Before Sunrise",
+ "Beyond Rangoon",
+ "The Big Green",
+ "Billy Madison",
+ "Black Scorpion",
+ "Bloodfist VI: Ground Zero",
+ "Bloodfist VII: Manhunt",
+ "Blue in the Face",
+ "Born to Be Wild",
+ "Boys Life",
+ "Boys on the Side",
+ "The Brady Bunch Movie",
+ "Braveheart",
+ "The Bridges of Madison County",
+ "The Brothers McMullen",
+ "A Bucket of Blood",
+ "Bushwhacked",
+ "Bye Bye Love",
+ "Canadian Bacon",
+ "Candyman 2: Farewell to the Flesh",
+ "Carnosaur 2",
+ "Casino",
+ "Casper",
+ "Castle Freak",
+ "Catherine the Great",
+ "The Celluloid Closet",
+ "The Chicken from Outer Space",
+ "Children of the Corn III: Urban Harvest",
+ "Citizen X",
+ "Clockers",
+ "Clueless",
+ "Coldblooded",
+ "The Computer Wore Tennis Shoes",
+ "Congo",
+ "Copycat",
+ "Cover Me",
+ "Crimson Tide",
+ "The Crossing Guard",
+ "Cry, the Beloved Country",
+ "The Cure",
+ "Cutthroat Island",
+ "Cyborg Cop II",
+ "Dangerous Minds",
+ "Dead Man",
+ "Dead Man Walking",
+ "Dead Presidents",
+ "Demon Knight",
+ "Desperado",
+ "Devil in a Blue Dress",
+ "Die Hard with a Vengeance",
+ "Dolores Claiborne",
+ "Don Juan DeMarco",
+ "Don't Hang Up, Tough Guy!",
+ "The Doom Generation",
+ "Dr. Jekyll and Ms. Hyde",
+ "Dracula: Dead and Loving It",
+ "Dream a Little Dream 2",
+ "The Dying Rooms",
+ "Ebbie",
+ "Empire Records",
+ "Escape to Witch Mountain",
+ "Evolver",
+ "Eyes Beyond Seeing",
+ "Faces of Death 5",
+ "Fair Game",
+ "Fall Time",
+ "Far from Home: The Adventures of Yellow Dog",
+ "Father of the Bride Part II",
+ "First Knight",
+ "Flirt",
+ "Fluke",
+ "Forget Paris",
+ "Four Rooms",
+ "Free Willy 2: The Adventure Home",
+ "French Kiss",
+ "Friday",
+ "Friendship's Field",
+ "Frisk",
+ "From the Journals of Jean Seberg",
+ "From the Mixed-Up Files of Mrs. Basil E. Frankweiler",
+ "Full Body Massage",
+ "Funny Bones",
+ "The Gate of Heavenly Peace",
+ "Georgia",
+ "Get Shorty",
+ "The Glass Shield",
+ "Go Now",
+ "Gold Diggers: The Secret of Bear Mountain",
+ "A Goofy Movie",
+ "Gordy",
+ "The Great Mom Swap",
+ "Grumpier Old Men",
+ "Gumby: The Movie",
+ "Hackers",
+ "Halloween: The Curse of Michael Myers",
+ "Harrison Bergeron",
+ "Haunted",
+ "Heat",
+ "Heavy",
+ "Heavyweights",
+ "Here Come The Munsters",
+ "Hideaway",
+ "High on Crack Street",
+ "Higher Learning",
+ "The Hills Have Eyes III",
+ "Home Movies",
+ "Home for the Holidays",
+ "Houseguest",
+ "How to Make an American Quilt",
+ "Howling: New Moon Rising",
+ "The Hunted",
+ "Ice Cream Man",
+ "The Immortals",
+ "In the Mouth of Madness",
+ "The Incredibly True Adventure of Two Girls in Love",
+ "The Indian in the Cupboard",
+ "Indictment: The McMartin Trial",
+ "The Infiltrator",
+ "It Takes Two",
+ "Jack-O",
+ "Jade",
+ "Jefferson in Paris",
+ "Jeffrey",
+ "The Jerky Boys: The Movie",
+ "Johnny Mnemonic",
+ "Joseph",
+ "Josh Kirby... Time Warrior!",
+ "Judge Dredd",
+ "Jumanji",
+ "Jury Duty",
+ "Just Cause",
+ "Kicking and Screaming",
+ "A Kid in King Arthur's Court",
+ "Kidnapped",
+ "Kids",
+ "Kiss of Death",
+ "The Land Before Time III: The Time of the Great Giving",
+ "The Last Supper",
+ "Last of the Dogmen",
+ "Leaving Las Vegas",
+ "Let It Be Me",
+ "Life 101",
+ "A Little Princess",
+ "Live Nude Girls",
+ "Living in Oblivion",
+ "The Living Sea",
+ "Liz: The Elizabeth Taylor Story",
+ "Lord of Illusions",
+ "Losing Isaiah",
+ "Mad Love",
+ "The Maddening",
+ "Magic in the Water",
+ "Magic Island (film)",
+ "Major Payne",
+ "Mallrats",
+ "Man of the House",
+ "Man of the Year",
+ "The Mangler",
+ "Margaret's Museum",
+ "Message to Love",
+ "Miami Rhapsody",
+ "A Midwinter's Tale",
+ "Mighty Aphrodite",
+ "Mighty Morphin Power Rangers: The Movie",
+ "Money Train",
+ "Monster Mash",
+ "Moonlight and Valentino",
+ "Mortal Kombat",
+ "Mortal Kombat: The Journey Begins",
+ "Mr. Holland's Opus",
+ "Multi-Facial",
+ "Murder in the First",
+ "My Antonia",
+ "My Family",
+ "National Lampoon's Senior Trip",
+ "The Nature of the Beast",
+ "The Net",
+ "Never Talk to Strangers",
+ "New Jersey Drive",
+ "Nick of Time",
+ "Night Watch",
+ "The Night and the Moment",
+ "Nine Months",
+ "Nixon",
+ "No Exit",
+ "The Nona Tapes",
+ "Now and Then",
+ "Operation Dumbo Drop",
+ "Othello",
+ "The Other Woman",
+ "Outbreak",
+ "Palookaville",
+ "Panther",
+ "Parallel Sons",
+ "Party Girl",
+ "The Passion of Darkly Noon",
+ "Payback",
+ "The Pebble and the Penguin",
+ "The Perez Family",
+ "A Personal Journey with Martin Scorsese Through American Movies",
+ "Persuasion",
+ "Picture Bride",
+ "Piranha",
+ "Pocahontas",
+ "Powder",
+ "The Power Within",
+ "Problem Child 3: Junior in Love",
+ "The Prophecy",
+ "The Quick and the Dead",
+ "Rack, Shack, and Benny",
+ "Reckless",
+ "Requiem",
+ "Restoration",
+ "Richard III",
+ "Rob Roy",
+ "Roommates",
+ "Runaway Brain",
+ "Sabrina",
+ "Safe",
+ "Sailor Moon SuperS movie",
+ "The Scarlet Letter",
+ "Screamers",
+ "Sense and Sensibility",
+ "Seven",
+ "The Set-Up",
+ "Shock Treatment",
+ "Showgirls",
+ "Skin",
+ "Slam Dunk Ernest",
+ "Slave of Dreams",
+ "Sleepstalker",
+ "Smoke",
+ "Soldier Boyz",
+ "Something to Talk About",
+ "Species",
+ "Spin",
+ "The Spirit of Christmas",
+ "The Stars Fell on Henrietta",
+ "Stonewall",
+ "Strange Days",
+ "Stuart Saves His Family",
+ "Sudden Death",
+ "The Surrogate",
+ "Tales from the Hood",
+ "Tall Tale",
+ "Tank Girl",
+ "Theodore Rex",
+ "The Thief and the Cobbler",
+ "Things to Do in Denver When You're Dead",
+ "Three Wishes",
+ "The Tie That Binds",
+ "To Die For",
+ "To Wong Foo, Thanks for Everything! Julie Newmar",
+ "To the Limit",
+ "Tom and Huck",
+ "Tommy Boy",
+ "Top Dog",
+ "Toy Story",
+ "Trinity and Beyond",
+ "Truman",
+ "Twelve Monkeys",
+ "Two Bits",
+ "Under Siege 2: Dark Territory",
+ "Underneath",
+ "Unzipped",
+ "The Usual Suspects",
+ "Vampire in Brooklyn",
+ "Village of the Damned",
+ "Virtuosity",
+ "Waiting to Exhale",
+ "A Walk in the Clouds",
+ "The Walking Dead",
+ "Waterworld",
+ "Welcome to the Dollhouse",
+ "The West Side Waltz",
+ "While You Were Sleeping",
+ "White Man's Burden",
+ "The Wife",
+ "Wigstock: The Movie",
+ "Wild Bill",
+ "Wild Side",
+ "Wings of Courage",
+ "Without Evidence",
+ "The Wrong Woman",
+ "101 Dalmatians",
+ "2 Days in the Valley",
+ "Adrenalin: Fear the Rush",
+ "The Adventures of Pinocchio",
+ "Aladdin and the King of Thieves",
+ "Alaska",
+ "Alien Nation: Millennium",
+ "Alien Nation: The Enemy Within",
+ "All Dogs Go to Heaven 2",
+ "Amityville Dollhouse",
+ "Andersonville",
+ "The Arrival",
+ "The Associate",
+ "August",
+ "Back to Back",
+ "Bad Moon",
+ "Barb Wire",
+ "Basquiat",
+ "Bastard Out of Carolina",
+ "The Beast",
+ "Beautiful Girls",
+ "Beavis and Butt-Head Do America",
+ "Bed of Roses",
+ "Before and After",
+ "Best of the Best 3: No Turning Back",
+ "Big Bully",
+ "Big Night",
+ "Bio-Dome",
+ "The Birdcage",
+ "Black Sheep",
+ "Black Sun",
+ "Blood Brothers",
+ "Blood and Wine",
+ "Bloodsport II: The Next Kumite",
+ "Bottle Rocket",
+ "Bound",
+ "Box of Moon Light",
+ "Boys",
+ "The Boys Next Door",
+ "Brain Candy",
+ "Brassed Off",
+ "Breaking the Waves",
+ "Broken Arrow",
+ "Bullet",
+ "Bulletproof",
+ "Busted",
+ "Butch Camp",
+ "The Cable Guy",
+ "Camp Stories",
+ "Cannes Man",
+ "Cannibal! The Musical",
+ "Carnosaur 3: Primal Species",
+ "Carpool",
+ "Carried Away",
+ "Celtic Pride",
+ "Chain Reaction",
+ "The Chamber",
+ "The Cherokee Kid",
+ "Children of the Corn IV: The Gathering",
+ "Christmas Every Day",
+ "Cinema Europe: The Other Hollywood",
+ "Citizen Ruth",
+ "City Hall",
+ "Clancy's Kitchen",
+ "Close Up",
+ "Color of a Brisk and Leaping Day",
+ "Cosmic Voyage",
+ "Courage Under Fire",
+ "The Craft",
+ "Crossworlds",
+ "The Cremaster Cycle",
+ "The Crow: City of Angels",
+ "The Crucible",
+ "Curdled",
+ "D3: The Mighty Ducks",
+ "Daddy's Girl",
+ "Dallas: J.R. Returns",
+ "Daylight",
+ "The Daytrippers",
+ "Dead Man's Island",
+ "Deadly Outbreak",
+ "Dear Diary",
+ "Dear God",
+ "Death and the Compass",
+ "Demolition High",
+ "Denise Calls Up",
+ "The Dentist",
+ "Diabolique",
+ "Diary of a Camper",
+ "Don't Be a Menace to South Central While Drinking Your Juice in the Hood",
+ "Don't Look Back",
+ "Dorf on the Diamond",
+ "Down Periscope",
+ "Dragonheart",
+ "Drawing Flies",
+ "Dream for an Insomniac",
+ "Dunston Checks In",
+ "East Palace, West Palace",
+ "Ed",
+ "Ed's Next Move",
+ "Eddie",
+ "Emma",
+ "The Empty Mirror",
+ "The English Patient",
+ "Entertaining Angels: The Dorothy Day Story",
+ "Eraser",
+ "Escape from L.A.",
+ "The Evening Star",
+ "Everyone Says I Love You",
+ "Evita",
+ "Executive Decision",
+ "Extreme Measures",
+ "Eye for an Eye",
+ "The Face",
+ "Faces of Death VI",
+ "Faithful",
+ "A Family Thing",
+ "The Fan",
+ "Fargo",
+ "Fear",
+ "Feeling Minnesota",
+ "Fetishes",
+ "Fever Lake",
+ "Fire on the Mountain",
+ "First Kid",
+ "The First Wives Club",
+ "Fled",
+ "Flipper",
+ "Flirting with Disaster",
+ "Fly Away Home",
+ "Follow Me Home",
+ "For Hope",
+ "Foxfire",
+ "Freeway",
+ "Frequent Flyer",
+ "The Frighteners",
+ "From Dusk Till Dawn",
+ "Frostbiter: Wrath of the Wendigo",
+ "The Funeral",
+ "Gang in Blue",
+ "Generation X",
+ "Get on the Bus",
+ "Getting Away with Murder",
+ "The Ghost and the Darkness",
+ "Ghosts of Mississippi",
+ "Giant Mine",
+ "Girl 6",
+ "Girls Town",
+ "The Glimmer Man",
+ "Gone in the Night",
+ "Gotti",
+ "Grace of My Heart",
+ "The Grave",
+ "Gray's Anatomy",
+ "The Great White Hype",
+ "Hamlet",
+ "Happy Gilmore",
+ "Hard Eight",
+ "Harriet the Spy",
+ "Heaven's Prisoners",
+ "Heidi Fleiss: Hollywood Madam",
+ "Hellraiser: Bloodline",
+ "High School High",
+ "Hollow Point",
+ "Homeward Bound II: Lost in San Francisco",
+ "House Arrest",
+ "The Hunchback of Notre Dame",
+ "Hustler White",
+ "Hype!",
+ "I Love You, I Love You Not",
+ "I Shot Andy Warhol",
+ "I'm Not Rappaport",
+ "If Lucy Fell",
+ "If These Walls Could Talk",
+ "In Cold Blood",
+ "In Love and War",
+ "Independence Day",
+ "Infinity",
+ "Irma Vep",
+ "The Island of Dr. Moreau",
+ "It's My Party",
+ "Jack",
+ "Jake's Women",
+ "James and the Giant Peach",
+ "Jane Eyre",
+ "Jerry Maguire",
+ "Jimmy Zip",
+ "Jingle All the Way",
+ "Joe's Apartment",
+ "Johns",
+ "The Juror",
+ "Just Your Luck",
+ "Kama Sutra: A Tale of Love",
+ "Kansas City",
+ "Kazaam",
+ "Killer: A Journal of Murder",
+ "Kingpin",
+ "Kounterfeit",
+ "The Land Before Time IV: Journey Through the Mists",
+ "Larger Than Life",
+ "The Last Angel of History",
+ "Last Dance",
+ "The Last Days of Frankie the Fly",
+ "Last Man Standing",
+ "The Late Shift",
+ "The Lawnmower Man 2: Beyond Cyberspace",
+ "Lewis and Clark and George",
+ "Listen",
+ "The Little Riders",
+ "Little Witches",
+ "Loch Ness",
+ "London Suite",
+ "Lone Star",
+ "Long Day's Journey Into Night",
+ "The Long Kiss Goodnight",
+ "Looking for Richard",
+ "Love Is All There Is",
+ "Lumière and Company",
+ "Mad Dog Time",
+ "Magenta",
+ "Malicious",
+ "The Man Who Captured Eichmann",
+ "Manny & Lo",
+ "Mars Attacks!",
+ "Marvin's Room",
+ "Mary Reilly",
+ "Matilda",
+ "Maximum Risk",
+ "Memory Run",
+ "Merlin's Shop of Mystical Wonders",
+ "Michael",
+ "Michael Collins",
+ "The Mirror Has Two Faces",
+ "Mission: Impossible",
+ "Mojave Moon",
+ "Moll Flanders",
+ "Mother",
+ "Mother Night",
+ "A Mother's Instinct",
+ "Mr. Wrong",
+ "Mrs. Santa Claus",
+ "Mrs. Winterbourne",
+ "Mulholland Falls",
+ "Multiplicity",
+ "Muppet Treasure Island",
+ "My Fellow Americans",
+ "Mystery Science Theater 3000: The Movie",
+ "The Night Hunter",
+ "Norma Jean & Marilyn",
+ "The Nutty Professor",
+ "One Fine Day",
+ "The One That Got Away",
+ "Orientation",
+ "Original Gangstas",
+ "Our Son, the Matchmaker",
+ "The Pallbearer",
+ "Pandora's Clock",
+ "Paradise Lost: The Child Murders at Robin Hood Hills",
+ "The People vs. Larry Flynt",
+ "The Phantom",
+ "Phat Beach",
+ "Phenomenon",
+ "Pie in the Sky",
+ "Pinocchio's Revenge",
+ "Poison Ivy II: Lily",
+ "The Pompatus of Love",
+ "The Portrait of a Lady",
+ "The Preacher's Wife",
+ "Primal Fear",
+ "The Proprietor",
+ "Public Enemies",
+ "Puddle Cruiser",
+ "The Quest",
+ "Race the Sun",
+ "Ransom",
+ "Rasputin: Dark Servant of Destiny",
+ "Red Ribbon Blues",
+ "Return of Techno-Destructo",
+ "The Rich Man's Wife",
+ "Riders of the Purple Sage",
+ "The Rock",
+ "Romeo + Juliet",
+ "Sabrina the Teenage Witch",
+ "Samson and Delilah",
+ "Santa Claws",
+ "Santa with Muscles",
+ "Schizopolis",
+ "Scream",
+ "Set It Off",
+ "Sgt. Bilko",
+ "She Cried No",
+ "She's the One",
+ "Shiloh",
+ "Silent Trigger",
+ "Skin & Bone",
+ "Sleepers",
+ "Sling Blade",
+ "Snowboard Academy",
+ "Solo",
+ "Sometimes They Come Back... Again",
+ "Space Jam",
+ "Space Truckers",
+ "Special Effects: Anything Can Happen",
+ "The Spitfire Grill",
+ "Spy Hard",
+ "Star Trek: First Contact",
+ "Stealing Beauty",
+ "Stolen Memories: Secrets from the Rose Garden",
+ "A Story of Healing",
+ "Striptease",
+ "The Stupids",
+ "The Substance of Fire",
+ "The Substitute",
+ "The Sunchaser",
+ "Sunset Park",
+ "Surviving Picasso",
+ "Susie Q",
+ "Sweet Temptation",
+ "Swingers",
+ "Tales of Erotica",
+ "Talk to Me",
+ "Tender Fictions",
+ "That Thing You Do!",
+ "A Thin Line Between Love and Hate",
+ "Thinner",
+ "Ticket to New Year's",
+ "A Time to Kill",
+ "Tin Cup",
+ "Titanic",
+ "To Brave Alaska",
+ "To Gillian on Her 37th Birthday",
+ "To Sir, with Love II",
+ "Toad Warrior",
+ "The Toilers and the Wayfarers",
+ "Tornado!",
+ "Trees Lounge",
+ "Tremors 2: Aftershocks",
+ "The Trigger Effect",
+ "Trilogy of Terror II",
+ "Tromeo and Juliet",
+ "True Crime",
+ "The Truth About Cats & Dogs",
+ "Twisted Desire",
+ "Twister",
+ "Two Much",
+ "Unforgettable",
+ "Unhook the Stars",
+ "Unlikely Angel",
+ "Up Close & Personal",
+ "A Very Brady Sequel",
+ "Walking and Talking",
+ "The War at Home",
+ "The Watermelon Woman",
+ "Wedding Bell Blues",
+ "Werewolf",
+ "When We Were Kings",
+ "White Squall",
+ "The Whole Wide World",
+ "Windsor Protocol",
+ "The Winner",
+ "Wish Upon a Star",
+ "Your Studio and You",
+ "Zarkorr! The Invader",
+ "…First Do No Harm",
+ "12 Angry Men",
+ "20,000 Leagues Under the Sea",
+ "20,000 Leagues Under the Sea",
+ "4 Little Girls",
+ "8 Heads in a Duffel Bag",
+ "Aberration",
+ "Absolute Power",
+ "Addicted to Love",
+ "Afterglow",
+ "Against the Law",
+ "Air Force One",
+ "The Alarmist",
+ "Alaska: Spirit of the Wild",
+ "Albino Alligator",
+ "Alien Resurrection",
+ "Alien Nation: The Udara Legacy",
+ "All Over Me",
+ "American Perfekt",
+ "An Alan Smithee Film: Burn Hollywood Burn",
+ "An American Werewolf in Paris",
+ "Amistad",
+ "Anaconda",
+ "Anastasia",
+ "Angels in the Endzone",
+ "Anna Karenina",
+ "Anthem to Beauty",
+ "The Apostle",
+ "As Good as It Gets",
+ "The Assignment",
+ "Asteroid",
+ "Austin Powers: International Man of Mystery",
+ "B*A*P*S",
+ "Back in Business",
+ "Bang",
+ "Batman and Robin",
+ "Bean",
+ "The Beautician and the Beast",
+ "Beauty and the Beast: The Enchanted Christmas",
+ "Below Utopia",
+ "The Best Bad Thing",
+ "Best Men",
+ "A Better Place",
+ "Beverly Hills Ninja",
+ "The Big One",
+ "Black Scorpion II: Aftershock",
+ "The Blood Oranges",
+ "Bloodsport III",
+ "Bongwater",
+ "Boogie Boy",
+ "Boogie Nights",
+ "Booty Call",
+ "The Boxer",
+ "Boys Life 2",
+ "The Brave",
+ "Breakdown",
+ "Breast Men",
+ "Broadway Damage",
+ "A Brooklyn State of Mind",
+ "Buddy",
+ "The Butcher Boy",
+ "Campfire Tales",
+ "Cannibal Rollerbabes",
+ "Casper: A Spirited Beginning",
+ "Cats Don't Dance",
+ "Chasing Amy",
+ "Chicago Cab",
+ "Chinese Box",
+ "A Christmas Carol",
+ "City of Industry",
+ "Clockwatchers",
+ "Commandments",
+ "Common Bonds",
+ "Con Air",
+ "Conspiracy Theory",
+ "Contact",
+ "Cop Land",
+ "Coven",
+ "Crayola Kids Adventures",
+ "The Cremaster Cycle",
+ "Crossed Swords",
+ "Crowned and Dangerous",
+ "Danger Zone",
+ "Dangerous Ground",
+ "Dante's Peak",
+ "Deconstructing Harry",
+ "Def Jam's How to Be a Player",
+ "Defying Gravity",
+ "Demolition University",
+ "Detective Conan: The Time-Bombed Skyscraper",
+ "The Devil's Advocate",
+ "Different Strokes",
+ "Dogtown",
+ "Donnie Brasco",
+ "Double Team",
+ "Dream with the Fishes",
+ "The Edge",
+ "Eight Days a Week",
+ "Elevated",
+ "Elvis Meets Nixon",
+ "The End of Violence",
+ "Ernest Goes to Africa",
+ "Eve's Bayou",
+ "Event Horizon",
+ "The Ex",
+ "Excess Baggage",
+ "Face/Off",
+ "FairyTale: A True Story",
+ "Fakin' Da Funk",
+ "Fast, Cheap and Out of Control",
+ "Fathers' Day",
+ "Favorite Son",
+ "Fierce Creatures",
+ "The Fifth Element",
+ "Fire Down Below",
+ "Firehouse",
+ "Firelight",
+ "First Time Felon",
+ "Flash",
+ "Flubber",
+ "Flying Saucer Rock'n'Roll",
+ "Free Willy 3: The Rescue",
+ "Fools Rush In",
+ "For Richer or Poorer",
+ "Full Tilt Boogie",
+ "Future War",
+ "G.I. Jane",
+ "The Game",
+ "Gang Related",
+ "Gattaca",
+ "George Wallace",
+ "George of the Jungle",
+ "Geri's Game",
+ "Get a Clue",
+ "Ghosts",
+ "Going All the Way",
+ "Gone Fishin'",
+ "Good Burger",
+ "Good Will Hunting",
+ "Goodbye America",
+ "Grateful Dead: Downhill from Here",
+ "Gridlock'd",
+ "Grosse Pointe Blank",
+ "Hacks",
+ "Hands on a Hard Body: The Documentary",
+ "Hard Eight",
+ "Hav Plenty",
+ "Henry Fool",
+ "Hercules",
+ "Highball",
+ "Hitler",
+ "Home Alone 3",
+ "Honey, We Shrunk Ourselves",
+ "Hoodlum",
+ "The House of Yes",
+ "Hugo Pool",
+ "Hurricane Streets",
+ "I Know What You Did Last Summer",
+ "I Married a Strange Person!",
+ "I'm Bout It",
+ "The Ice Storm",
+ "In & Out",
+ "In the Company of Men",
+ "In the Gloaming",
+ "Inferno",
+ "The Informant",
+ "Intensity",
+ "Inventing the Abbotts",
+ "It's In the Water",
+ "The Jackal",
+ "Jackie Brown",
+ "Jane Eyre",
+ "Jungle 2 Jungle",
+ "Jungle Emperor Leo",
+ "Just in Time",
+ "Just Write",
+ "Justice League of America",
+ "Keeping the Promise",
+ "Keys to Tulsa",
+ "Kiss the Girls",
+ "Knockin' On Heaven's Door",
+ "Kull the Conqueror",
+ "Kundun",
+ "L.A. Confidential",
+ "The Land Before Time V: The Mysterious Island",
+ "Last Stand at Saber River",
+ "The Last Time I Committed Suicide",
+ "Latter-Day Saints",
+ "Lawn Dogs",
+ "Leave It to Beaver",
+ "Leprechaun 4: In Space",
+ "Lewis and Clark and George",
+ "Liar Liar",
+ "Liberty!",
+ "A Life Less Ordinary",
+ "Little City",
+ "Little Red Riding Hood",
+ "Lolita",
+ "Lost Highway",
+ "The Lost World: Jurassic Park",
+ "Love Jones",
+ "Love and Death on Long Island",
+ "Love! Valour! Compassion!",
+ "Lovelife",
+ "Lucky Three",
+ "MPG: Motion Picture Genocide",
+ "Mad City",
+ "The Man Who Knew Too Little",
+ "Masterminds",
+ "The MatchMaker",
+ "McHale's Navy",
+ "Mean Guns",
+ "Meet Wally Sparks",
+ "The Member of the Wedding",
+ "Men in Black",
+ "Men with Guns",
+ "Metro",
+ "The Midas Touch",
+ "Midnight in the Garden of Good and Evil",
+ "Mighty Ducks the Movie: The First Face-Off",
+ "Mimic",
+ "Miss Evers' Boys",
+ "Money Talks",
+ "Monty Roberts: A Real Horse Whisperer",
+ "Mortal Kombat: Annihilation",
+ "Most Wanted",
+ "MouseHunt",
+ "Mr. Magoo",
+ "Mrs Dalloway",
+ "Murder at 1600",
+ "My Best Friend's Wedding",
+ "My Teacher Ate My Homework",
+ "The Myth of Fingerprints",
+ "Nevada",
+ "Niagara, Niagara",
+ "Night Falls on Manhattan",
+ "The Night Flier",
+ "Night of the Demons 3",
+ "Nightwatch",
+ "Northern Lights",
+ "Nothing to Lose",
+ "Nowhere",
+ "The Odyssey",
+ "Office Killer",
+ "Oliver Twist",
+ "Omega Doom",
+ "On the 2nd Day of Christmas",
+ "On the Edge of Innocence",
+ "One Eight Seven",
+ "One Night Stand",
+ "Orgazmo",
+ "Oscar and Lucinda",
+ "Out to Sea",
+ "Painted Angels",
+ "Paradise Road",
+ "The Peacemaker",
+ "Perfect Body",
+ "The Pest",
+ "Picture Perfect",
+ "Playing God",
+ "Poison Ivy: The New Seduction",
+ "Police 2020",
+ "Pooh's Grand Adventure: The Search for Christopher Robin",
+ "The Postman",
+ "Preaching to the Perverted",
+ "Prefontaine",
+ "Pressurecooker",
+ "Private Parts",
+ "Pullet Surprise",
+ "Quicksilver Highway",
+ "Quiet Days in Hollywood",
+ "The Rainmaker",
+ "Red Corner",
+ "The Relic",
+ "A River Made to Drown In",
+ "Robinson Crusoe",
+ "RocketMan",
+ "Romy and Michele's High School Reunion",
+ "Rosewood",
+ "Rough Riders",
+ "Running Time",
+ "Sick: The Life and Death of Bob Flanagan, Supermasochist",
+ "The Saint",
+ "Saint-Ex",
+ "Scream 2",
+ "The Second Jungle Book: Mowgli & Baloo",
+ "Selena",
+ "Seven Years in Tibet",
+ "Shadow Conspiracy",
+ "She's So Lovely",
+ "Shrieker",
+ "A Simple Wish",
+ "Six Ways to Sunday",
+ "The 6th Man",
+ "A Smile Like Yours",
+ "Snow White: A Tale of Terror",
+ "Soul Food",
+ "Space Marines",
+ "Spaceman",
+ "The Spanish Prisoner",
+ "Spawn",
+ "Speed 2: Cruise Control",
+ "Sprung",
+ "Star Kid",
+ "Starship Troopers",
+ "Steel",
+ "Stranger in the House",
+ "Strategic Command",
+ "Strawberry Fields",
+ "Suicide Kings",
+ "Sunday",
+ "Super Speedway",
+ "The Swan Princess II: Escape from Castle Mountain",
+ "Swept from the Sea",
+ "Switchback",
+ "Telling Lies in America",
+ "That Darn Cat",
+ "That Old Feeling",
+ "This World, Then the Fireworks",
+ "A Thousand Acres",
+ "'Til There Was You",
+ "Titanic",
+ "Top of the World",
+ "Touch",
+ "Toothless",
+ "Touch Me",
+ "Tower of Terror",
+ "Traveller",
+ "Trekkies",
+ "Trial and Error",
+ "Trojan War",
+ "Truth or Consequences, N.M.",
+ "Turbo: A Power Rangers Movie",
+ "Turbulence",
+ "The Twilight of the Golds",
+ "Twisted",
+ "U Turn",
+ "Ulee's Gold",
+ "Under Wraps",
+ "Vampire Journals",
+ "Vanishing Point",
+ "Vegas Vacation",
+ "Velocity Trap",
+ "Volcano",
+ "Waco: The Rules of Engagement",
+ "Wag the Dog",
+ "Waiting for Guffman",
+ "Warriors of Virtue",
+ "Washington Square",
+ "Weapons of Mass Distraction",
+ "Welcome to Sarajevo",
+ "What the Deaf Man Heard",
+ "Wild America",
+ "The Wings of the Dove",
+ "The Winter Guest",
+ "Wishmaster",
+ "The Woodlanders",
+ "The Wrong Guy",
+ "Year of the Horse",
+ "Young Thugs: Innocent Blood",
+ "Young and Dangerous 4",
+ "Zeus and Roxanne",
+ "20 Dates",
+ "54",
+ "Addams Family Reunion",
+ "The Adventures of Sebastian Cole",
+ "Almost Heroes",
+ "Ambushed",
+ "American History X",
+ "An Alan Smithee Film: Burn Hollywood Burn",
+ "Another Day in Paradise",
+ "Antz",
+ "Apt Pupil",
+ "Armageddon",
+ "The Avengers",
+ "B. Monkey",
+ "Babe: Pig in the City",
+ "BASEketball",
+ "Belly",
+ "Beloved",
+ "The Big Hit",
+ "The Big Lebowski",
+ "Billy's Hollywood Screen Kiss",
+ "Black Dog",
+ "Blade",
+ "Blues Brothers 2000",
+ "Break Up",
+ "Bride of Chucky",
+ "Broken Vessels",
+ "Brown's Requiem",
+ "Buffalo '66",
+ "A Bug's Life",
+ "Bulworth",
+ "Can't Hardly Wait",
+ "Casper Meets Wendy",
+ "Caught Up",
+ "Celebrity",
+ "Chairman of the Board",
+ "City of Angels",
+ "A Civil Action",
+ "Clay Pigeons",
+ "Cousin Bette",
+ "Curse of the Puppet Master",
+ "The Curve",
+ "Dance with Me",
+ "Dancer, Texas Pop. 81",
+ "Dancing at Lughnasa",
+ "Dangerous Beauty",
+ "Dark City",
+ "Dead Man on Campus",
+ "Deep Impact",
+ "Deep Rising",
+ "Dennis the Menace Strikes Again",
+ "The Dentist 2",
+ "Desert Blue",
+ "Desperate Measures",
+ "Digging to China",
+ "Dirty Work",
+ "Disturbing Behavior",
+ "Dr. Dolittle",
+ "Down in the Delta",
+ "Drive",
+ "Edge of Seventeen",
+ "The Eighteenth Angel",
+ "Enemy of the State",
+ "Ever After",
+ "The Faculty",
+ "Fallen",
+ "The Farm: Angola, USA",
+ "Fear and Loathing in Las Vegas",
+ "Finding Graceland",
+ "Firestorm",
+ "The Gingerbread Man",
+ "God Said \"Ha!\"",
+ "Gods and Monsters",
+ "The Godson",
+ "Godzilla",
+ "Goodbye Lover",
+ "Great Expectations",
+ "The Hairy Bird",
+ "Half Baked",
+ "Halloween H20: 20 Years Later",
+ "Happiness",
+ "Hard Rain",
+ "He Got Game",
+ "Hell's Kitchen",
+ "The Hi-Lo Country",
+ "High Art",
+ "Holy Man",
+ "Home Fries",
+ "Homegrown",
+ "Hope Floats",
+ "The Horse Whisperer",
+ "How Stella Got Her Groove Back",
+ "How to Make the Cruelest Month",
+ "Hurlyburly",
+ "Hush",
+ "I Got the Hook Up",
+ "I Still Know What You Did Last Summer",
+ "I'll Be Home For Christmas",
+ "Illuminata",
+ "The Impostors",
+ "Jack Frost",
+ "Jane Austen's Mafia!",
+ "Judas Kiss",
+ "Killer Flick",
+ "Kissing a Fool",
+ "Knock Off",
+ "Krippendorf's Tribe",
+ "Kurt & Courtney",
+ "The Last Days of Disco",
+ "The Last Days",
+ "Lenny Bruce: Swear to Tell the Truth",
+ "Les Misérables",
+ "Let's Talk About Sex",
+ "Lethal Weapon 4",
+ "The Life and Times of Hank Greenberg",
+ "The Lion King II: Simba's Pride",
+ "Living Out Loud",
+ "Lost In Space",
+ "Lulu on the Bridge",
+ "Madeline",
+ "Major League: Back to the Minors",
+ "The Man in the Iron Mask",
+ "The Mask of Zorro",
+ "Meet Joe Black",
+ "Meet the Deedles",
+ "Melting Pot",
+ "Mercury Rising",
+ "Mighty Joe Young",
+ "The Mighty",
+ "The Mighty Kong",
+ "Montana",
+ "Monument Ave.",
+ "Mulan",
+ "Music from Another Room",
+ "My Giant",
+ "The Naked Man",
+ "The Negotiator",
+ "New Rose Hotel",
+ "The Newton Boys",
+ "Next Stop Wonderland",
+ "A Night at the Roxbury",
+ "No Looking Back",
+ "The Object of My Affection",
+ "October 22",
+ "The Odd Couple II",
+ "One Tough Cop",
+ "One True Thing",
+ "The Opposite of Sex",
+ "Out of Sight",
+ "Outside Ozona",
+ "Overnight Delivery",
+ "Palmetto",
+ "The Parent Trap",
+ "Patch Adams",
+ "Pauli",
+ "Pecker",
+ "The Pentagon Wars",
+ "A Perfect Murder",
+ "Permanent Midnight",
+ "Phantasm IV: Oblivion",
+ "Phantoms",
+ "Phoenix",
+ "Pi",
+ "The Players Club",
+ "Playing by Heart",
+ "Pleasantville",
+ "Polish Wedding",
+ "Poodle Springs",
+ "Practical Magic",
+ "A Price Above Rubies",
+ "Primary Colors",
+ "The Prince of Egypt",
+ "Psycho",
+ "Quest for Camelot",
+ "The Rat Pack",
+ "Reach the Rock",
+ "Regret to Inform",
+ "The Replacement Killers",
+ "Restaurant",
+ "Return to Paradise",
+ "Riddler's Moon",
+ "Ride",
+ "Ringmaster",
+ "Ronin",
+ "Rounders",
+ "Rudolph the Red-Nosed Reindeer: The Movie",
+ "The Rugrats Movie",
+ "Rush Hour",
+ "Rushmore",
+ "Safe Men",
+ "Saving Private Ryan",
+ "Savior",
+ "The Second Arrival",
+ "Senseless",
+ "Shadrach",
+ "Shakespeare in Love",
+ "The Siege",
+ "Simon Birch",
+ "A Simple Plan",
+ "Since You've Been Gone",
+ "Six Days Seven Nights",
+ "Six-String Samurai",
+ "Slam",
+ "Slappy and the Stinkers",
+ "Slums of Beverly Hills",
+ "Small Soldiers",
+ "Smoke Signals",
+ "Snake Eyes",
+ "Soldier",
+ "Somewhere in the City",
+ "Sour Grapes",
+ "Species II",
+ "Sphere",
+ "Spice World",
+ "Star Trek: Insurrection",
+ "Stepmom",
+ "Strangeland",
+ "Suicide Kings",
+ "Target Zero II",
+ "Tarzan and the Lost City",
+ "There's Something About Mary",
+ "Thick as Thieves",
+ "The Thin Red Line",
+ "The Truman Show",
+ "Twilight",
+ "U.S. Marshals",
+ "Urban Legend",
+ "Vampires",
+ "Very Bad Things",
+ "The Waterboy",
+ "The Wedding Singer",
+ "What Dreams May Come",
+ "Why Do Fools Fall in Love",
+ "Wide Awake",
+ "Wild Things",
+ "Without Limits",
+ "Woo",
+ "Wrongfully Accused",
+ "The X-Files",
+ "Your Friends & Neighbors",
+ "You've Got Mail",
+ "Zero Effect",
+ "10 Things I Hate About You",
+ "The 13th Warrior",
+ "200 Cigarettes",
+ "The 4th Floor",
+ "8mm",
+ "The Adventures of Elmo in Grouchland",
+ "American Beauty",
+ "American Movie",
+ "American Pie",
+ "Analyze This",
+ "Angel's Dance",
+ "Animal Farm",
+ "Anna and the King",
+ "Annie",
+ "Any Given Sunday",
+ "Anywhere but Here",
+ "Arlington Road",
+ "The Astronaut's Wife",
+ "At First Sight",
+ "Atomic Train",
+ "Austin Powers: The Spy Who Shagged Me",
+ "Baby Geniuses",
+ "The Bachelor",
+ "Bats",
+ "Being John Malkovich",
+ "Bellyfruit",
+ "Beowulf",
+ "Best Laid Plans",
+ "The Best Man",
+ "Beyond the Mat",
+ "Bicentennial Man",
+ "Big Daddy",
+ "The Big Kahuna",
+ "Black and White",
+ "The Blair Witch Project",
+ "Blast from the Past",
+ "Blue Streak",
+ "The Bone Collector",
+ "The Boondock Saints",
+ "Bowfinger",
+ "Boys Don't Cry",
+ "Breakfast of Champions",
+ "Bringing Out the Dead",
+ "Brokedown Palace",
+ "But I'm a Cheerleader",
+ "Chill Factor",
+ "Chutney Popcorn",
+ "The Cider House Rules",
+ "Coming Soon",
+ "The Corruptor",
+ "Cradle Will Rock",
+ "Crazy in Alabama",
+ "The Crimson Code",
+ "Cruel Intentions",
+ "Deep Blue Sea",
+ "The Deep End of the Ocean",
+ "Deterrence",
+ "Detroit Rock City",
+ "Deuce Bigalow: Male Gigolo",
+ "Dick",
+ "Dill Scallion",
+ "A Dog of Flanders",
+ "Dogma",
+ "Double Jeopardy",
+ "Drop Dead Gorgeous",
+ "Dudley Do-Right",
+ "EDtv",
+ "Election",
+ "End of Days",
+ "Entrapment",
+ "Entropy",
+ "eXistenZ",
+ "Eye of the Beholder",
+ "Eyes Wide Shut",
+ "Fantasia 2000",
+ "Fight Club",
+ "Flawless",
+ "The Florentine",
+ "For Love of the Game",
+ "Forces of Nature",
+ "Friends & Lovers",
+ "Galaxy Quest",
+ "The General's Daughter",
+ "Ghost Dog: The Way of the Samurai",
+ "Girl, Interrupted",
+ "Gloria",
+ "Go",
+ "The Green Mile",
+ "Guinevere",
+ "Happy, Texas",
+ "The Haunting",
+ "Heaven or Vegas",
+ "Held Up",
+ "The Hi-Line",
+ "House on Haunted Hill",
+ "The Hurricane",
+ "An Ideal Husband",
+ "Idle Hands",
+ "In Dreams",
+ "In Too Deep",
+ "The Insider",
+ "Inspector Gadget",
+ "Instinct",
+ "The Iron Giant",
+ "Jakob the Liar",
+ "Jawbreaker",
+ "Jesus' Son",
+ "Joe the King",
+ "Just a Little Harmless Sex",
+ "Just the Ticket",
+ "K-911",
+ "The King and I",
+ "Kiss the Sky",
+ "Kiss Toledo Goodbye",
+ "Lake Placid",
+ "Liberty Heights",
+ "Life",
+ "Light It Up",
+ "The Limey",
+ "Lost & Found",
+ "Love Stinks",
+ "Lovers Lane",
+ "Lycanthrope",
+ "Magnolia",
+ "Man of the Century",
+ "Man on the Moon",
+ "A Map of the World",
+ "The Mating Habits of the Earthbound Human",
+ "The Matrix",
+ "Message in a Bottle",
+ "The Messenger: The Story of Joan of Arc",
+ "Mickey Blue Eyes",
+ "A Midsummer Night's Dream",
+ "Miss Julie",
+ "The Mod Squad",
+ "Mr. Death",
+ "Mumford",
+ "The Mummy",
+ "Muppets from Space",
+ "The Muse",
+ "Music of the Heart",
+ "My Favorite Martian",
+ "My Voyage to Italy",
+ "Mystery, Alaska",
+ "Mystery Men",
+ "Never Been Kissed",
+ "The Ninth Gate",
+ "Ninth Street",
+ "Notting Hill",
+ "October Sky",
+ "Office Space",
+ "The Omega Code",
+ "One Man's Hero",
+ "The Other Sister",
+ "Our Friend, Martin",
+ "P.U.N.K.S.",
+ "The Passion of Ayn Rand",
+ "Passport to Paris",
+ "Payback",
+ "Play It to the Bone",
+ "Pushing Tin",
+ "The Rage: Carrie 2",
+ "Random Hearts",
+ "Ravenous",
+ "Retro Puppet Master",
+ "Revelation aka Apocalypse",
+ "Rites of Passage",
+ "Runaway Bride",
+ "The Runner",
+ "She's All That",
+ "Simon Sez",
+ "Simply Irresistible",
+ "The Sixth Sense",
+ "Sleepy Hollow",
+ "A Slipping-Down Life",
+ "Snow Falling on Cedars",
+ "South Park: Bigger, Longer & Uncut",
+ "Speedway Junky",
+ "Star Wars: Episode I – The Phantom Menace",
+ "Stigmata",
+ "Stir of Echoes",
+ "Storm",
+ "The Story of Us",
+ "The Straight Story",
+ "Stuart Little",
+ "Summer of Sam",
+ "Superstar",
+ "Sweet and Lowdown",
+ "The Talented Mr. Ripley",
+ "Tarzan",
+ "Teaching Mrs. Tingle",
+ "That Championship Season",
+ "Thicker than Water",
+ "The Thirteenth Floor",
+ "The Thirteenth Year",
+ "The Thomas Crown Affair",
+ "Three Kings",
+ "Three to Tango",
+ "Titus",
+ "Toy Story 2",
+ "Trippin'",
+ "True Crime",
+ "Tumbleweeds",
+ "Twin Falls Idaho",
+ "Universal Soldier: The Return",
+ "Varsity Blues",
+ "The Virgin Suicides",
+ "Virus",
+ "The Waiting Game",
+ "Wakko's Wish",
+ "A Walk on the Moon",
+ "Walking Across Egypt",
+ "When the Day Breaks",
+ "Whiteboyz",
+ "Wild Wild West",
+ "Wing Commander",
+ "Winnie the Pooh: Seasons of Giving",
+ "Wisconsin Death Trip",
+ "The Woman Chaser",
+ "A Woman Scorned",
+ "The Wood",
+ "102 Dalmatians",
+ "28 Days",
+ "3 Strikes",
+ "The 6th Day",
+ "Across the Line",
+ "Adventures in Wild California",
+ "The Adventures of Rocky and Bullwinkle",
+ "All the Pretty Horses",
+ "Almost Famous",
+ "American Psycho",
+ "Animal Factory",
+ "The Art of War",
+ "Autumn in New York",
+ "Bait",
+ "The Ballad of Ramblin' Jack",
+ "Bamboozled",
+ "Battlefield Earth",
+ "The Beach",
+ "Beat",
+ "Beautiful",
+ "Beautiful Joe",
+ "Bedazzled",
+ "Before Night Falls",
+ "Best in Show",
+ "Big Momma's House",
+ "The Big Tease",
+ "Bless the Child",
+ "Boiler Room",
+ "Book of Shadows: Blair Witch 2",
+ "Bounce",
+ "A Boy Named Sue",
+ "Boys and Girls",
+ "Bring It On",
+ "The Broken Hearts Club: A Romantic Comedy",
+ "Brother",
+ "Cast Away",
+ "Cecil B. Demented",
+ "The Cell",
+ "Center Stage",
+ "Charlie's Angels",
+ "Cherry Falls",
+ "Chinese Coffee",
+ "Chocolat",
+ "Chuck & Buck",
+ "The Contender",
+ "Coyote Ugly",
+ "The Crew",
+ "The Crossing",
+ "Digimon: The Movie",
+ "Dinosaur",
+ "Down to You",
+ "Dr. T & the Women",
+ "Dracula 2000",
+ "Drowning Mona",
+ "Dude, Where's My Car?",
+ "Duets",
+ "Dungeons & Dragons",
+ "The Emperor's New Groove",
+ "Erin Brockovich",
+ "An Everlasting Piece",
+ "The Eyes of Tammy Faye",
+ "The Family Man",
+ "Final Destination",
+ "Finding Forrester",
+ "The Flintstones in Viva Rock Vegas",
+ "For Love or Country: The Arturo Sandoval Story",
+ "Frequency",
+ "Get Carter",
+ "The Gift",
+ "The Girl",
+ "Girlfight",
+ "Gladiator",
+ "The Golden Bowl",
+ "Gone in 60 Seconds",
+ "Gossip",
+ "Gun Shy",
+ "Hamlet",
+ "Hanging Up",
+ "Held Up",
+ "Here on Earth",
+ "High Fidelity",
+ "Highlander: Endgame",
+ "Hollow Man",
+ "The House of Mirth",
+ "How the Grinch Stole Christmas",
+ "How to Kill Your Neighbor's Dog",
+ "I Dreamed of Africa",
+ "Icebreaker",
+ "The In Crowd",
+ "Into the Arms of Strangers: Stories of the Kindertransport",
+ "Isn't She Great",
+ "Ivans Xtc",
+ "Joe Gould's Secret",
+ "Just One Night",
+ "Keeping the Faith",
+ "The Kid",
+ "The Ladies Man",
+ "The Last Producer",
+ "Legacy",
+ "The Legend of Bagger Vance",
+ "Little Nicky",
+ "The Little Vampire",
+ "Long Night's Journey into Day",
+ "Loser",
+ "Lost Souls",
+ "Love & Basketball",
+ "Lucky Numbers",
+ "Maryam",
+ "Maze",
+ "Me, Myself & Irene",
+ "Meet the Parents",
+ "Memento",
+ "Men of Honor",
+ "Mercy Streets",
+ "The Million Dollar Hotel",
+ "Miss Congeniality",
+ "Mission to Mars",
+ "Mission: Impossible 2",
+ "My Dog Skip",
+ "My 5 Wives",
+ "The Next Best Thing",
+ "Next Friday",
+ "Nothin' 2 Lose",
+ "Nutty Professor II: The Klumps",
+ "Nurse Betty",
+ "O Brother, Where Art Thou?",
+ "The Opportunists",
+ "The Original Kings of Comedy",
+ "Our Song",
+ "Panic",
+ "Passion of Mind",
+ "The Patriot",
+ "Pay It Forward",
+ "The Perfect Storm",
+ "Picking Up the Pieces",
+ "Pitch Black",
+ "Pollock",
+ "Poor White Trash",
+ "Price of Glory",
+ "Prince of Central Park",
+ "Proof of Life",
+ "Psycho Beach Party",
+ "Quills",
+ "Ready to Rumble",
+ "Reckless Indifference",
+ "Red Planet",
+ "Reindeer Games",
+ "Remember the Titans",
+ "The Replacements",
+ "Requiem for a Dream",
+ "Return to Me",
+ "The Road to El Dorado",
+ "Road Trip",
+ "Romeo Must Die",
+ "Rugrats in Paris: The Movie",
+ "Rules of Engagement",
+ "The Scarecrow",
+ "Scary Movie",
+ "Scottsboro: An American Tragedy",
+ "Scream 3",
+ "Screwed",
+ "Seventeen Again",
+ "Sexy Beast",
+ "Shadow of the Vampire",
+ "Shaft",
+ "Shanghai Noon",
+ "Shriek If You Know What I Did Last Friday the Thirteenth",
+ "The Skulls",
+ "Small Time Crooks",
+ "The Smokers",
+ "Snatch",
+ "Snow Day",
+ "Songcatcher",
+ "Sound and Fury",
+ "Space Cowboys",
+ "The Specials",
+ "Steal This Movie!",
+ "Supernova",
+ "The Tao of Steve",
+ "Terror Tract",
+ "Things You Can Tell Just by Looking at Her",
+ "Thirteen Days",
+ "Thomas & the Magic Railroad",
+ "Tigerland",
+ "The Tigger Movie",
+ "Timecode",
+ "Titan A.E.",
+ "Traffic",
+ "Tripfall",
+ "Turn It Up",
+ "U-571",
+ "Unbreakable",
+ "Under Suspicion",
+ "Up at the Villa",
+ "Urban Legends: Final Cut",
+ "Vertical Limit",
+ "The Visit",
+ "Waking the Dead",
+ "The Watcher",
+ "The Way of the Gun",
+ "What Lies Beneath",
+ "What Planet Are You From?",
+ "What Women Want",
+ "Whatever It Takes",
+ "Where the Heart Is",
+ "Where the Money Is",
+ "Whipped",
+ "The Whole Nine Yards",
+ "Woman on Top",
+ "Wonder Boys",
+ "X-Men",
+ "The Yards",
+ "You Can Count on Me",
+ "15 Minutes",
+ "3 A.M.",
+ "3000 Miles to Graceland",
+ "A.I. Artificial Intelligence",
+ "The Affair of the Necklace",
+ "Ali",
+ "All Over the Guy",
+ "Along Came a Spider",
+ "The Amati Girls",
+ "America's Sweethearts",
+ "The American Astronaut",
+ "American Outlaws",
+ "American Pie 2",
+ "An American Rhapsody",
+ "Amy's Orgasm",
+ "Angel Eyes",
+ "The Animal",
+ "The Anniversary Party",
+ "Antitrust",
+ "Atlantis: The Lost Empire",
+ "Baby Boy",
+ "Bandits",
+ "Bartleby",
+ "A Beautiful Mind",
+ "Behind Enemy Lines",
+ "The Believer",
+ "Big Bad Love",
+ "Black Hawk Down",
+ "Black Knight",
+ "Blow",
+ "Bones",
+ "Boom: The Sound of Eviction",
+ "A Boy Named Sue",
+ "The Brothers",
+ "Bubble Boy",
+ "Buffalo Soldiers",
+ "Bully",
+ "The Business of Strangers",
+ "Captain Corelli's Mandolin",
+ "The Cat's Meow",
+ "Cats & Dogs",
+ "The Caveman's Valentine",
+ "The Center of the World",
+ "Corky Romano",
+ "CQ",
+ "Crazy/Beautiful",
+ "Crocodile Dundee in Los Angeles",
+ "Cruel Intentions 2",
+ "The Curse of the Jade Scorpion",
+ "The Deep End",
+ "Delivering Milo",
+ "Den",
+ "Dogtown and Z-Boys",
+ "Domestic Disturbance",
+ "Don't Say a Word",
+ "Donnie Darko",
+ "Double Take",
+ "Down to Earth",
+ "Dr. Dolittle 2",
+ "Driven",
+ "Dumb Luck",
+ "Earth vs. the Spider",
+ "Elvira's Haunted Hills",
+ "Enemy at the Gates",
+ "Escape from Hell",
+ "Evolution",
+ "Exit Wounds",
+ "The Fast and the Furious",
+ "Festival in Cannes",
+ "Final Fantasy: The Spirits Within",
+ "Finder's Fee",
+ "The Fluffer",
+ "The Forsaken",
+ "Frailty",
+ "Freddy Got Fingered",
+ "From Hell",
+ "Full Frontal",
+ "Get Over It",
+ "Ghost World",
+ "Ghosts of Mars",
+ "The Glass House",
+ "Glitter",
+ "God Didn't Give Me a Week's Notice",
+ "Good Neighbor",
+ "Gosford Park",
+ "The Grey Zone",
+ "Hannibal",
+ "Hardball",
+ "Harry Potter and the Sorcerer's Stone",
+ "Harvard Man",
+ "Head Over Heels",
+ "Heartbreakers",
+ "Hearts in Atlantis",
+ "Hedwig and the Angry Inch",
+ "Heist",
+ "Herman U.S.A.",
+ "How High",
+ "How to Make a Monster",
+ "Human Nature",
+ "I Am Sam",
+ "In the Bedroom",
+ "Jay and Silent Bob Strike Back",
+ "Jeepers Creepers",
+ "Jimmy Neutron: Boy Genius",
+ "The Jimmy Show",
+ "Joe Dirt",
+ "Joe Somebody",
+ "Josie and the Pussycats",
+ "Joy Ride",
+ "Jurassic Park III",
+ "Just Visiting",
+ "K-PAX",
+ "Kate & Leopold",
+ "Kill Me Later",
+ "Kingdom Come",
+ "Kiss of the Dragon",
+ "Kissing Jessica Stein",
+ "A Knight's Tale",
+ "Knockaround Guys",
+ "L.I.E.",
+ "Lara Croft: Tomb Raider",
+ "The Last Castle",
+ "Laughter on the 23rd Floor",
+ "Legally Blonde",
+ "Life as a House",
+ "Lloyd",
+ "The Lord of the Rings: The Fellowship of the Ring",
+ "The Lost Skeleton of Cadavra",
+ "Lovely & Amazing",
+ "The Majestic",
+ "The Man Who Wasn't There",
+ "Max Keeble's Big Move",
+ "Megiddo: The Omega Code 2",
+ "The Mexican",
+ "Mockingbird Don't Sing",
+ "Monkeybone",
+ "Monsoon Wedding",
+ "Monster's Ball",
+ "Monsters, Inc.",
+ "A Month of Sundays",
+ "Moulin Rouge!",
+ "Mulholland Drive",
+ "The Mummy Returns",
+ "Murder on a Sunday Morning",
+ "The Musketeer",
+ "My Big Break",
+ "My Big Fat Greek Wedding",
+ "My First Mister",
+ "Not Another Teen Movie",
+ "Novocaine",
+ "O",
+ "Ocean's Eleven",
+ "On the Line",
+ "The One",
+ "One Night at McCool's",
+ "Original Sin",
+ "Osmosis Jones",
+ "The Others",
+ "Out Cold",
+ "Out of the Black",
+ "The Pact",
+ "Pearl Harbor",
+ "Perfume",
+ "Piñero",
+ "Planet of the Apes",
+ "The Pledge",
+ "Pootie Tang",
+ "The Princess Diaries",
+ "Rat Race",
+ "Recess: School's Out",
+ "Revolution OS",
+ "Riding in Cars with Boys",
+ "Rock Star",
+ "The Royal Tenenbaums",
+ "Rush Hour 2",
+ "The Safety of Objects",
+ "Save the Last Dance",
+ "Saving Silverman",
+ "Say It Isn't So",
+ "Scary Movie 2",
+ "The Score",
+ "Scotland, Pennsylvania",
+ "Scratch",
+ "See Spot Run",
+ "Serendipity",
+ "Session 9",
+ "Shallow Hal",
+ "She Creature",
+ "The Shipping News",
+ "Shrek",
+ "The Shrink Is In",
+ "Sidewalks of New York",
+ "Someone Like You",
+ "Soul Survivors",
+ "Southern Comfort",
+ "Southlander",
+ "Spy Game",
+ "Spy Kids",
+ "Storytelling",
+ "Sugar & Spice",
+ "Summer Catch",
+ "Super Troopers",
+ "Sweet November",
+ "Swordfish",
+ "The Tailor of Panama",
+ "Tape",
+ "Thirteen Conversations About One Thing",
+ "Thirteen Ghosts",
+ "To End All Wars",
+ "Tomcats",
+ "Tortilla Soup",
+ "Town & Country",
+ "Training Day",
+ "Two Can Play That Game",
+ "Uprising",
+ "Valentine",
+ "Vanilla Sky",
+ "Waking Life",
+ "The Wash",
+ "The Wedding Planner",
+ "West 47th Street",
+ "Wet Hot American Summer",
+ "What's the Worst That Could Happen?",
+ "When Strangers Appear",
+ "The Zeros",
+ "Zoolander",
+ "13 Moons",
+ "25th Hour",
+ "40 Days and 40 Nights",
+ "8 Mile",
+ "Abandon",
+ "About a Boy",
+ "About Schmidt",
+ "Adaptation.",
+ "The Adventures of Pluto Nash",
+ "All About the Benjamins",
+ "Analyze That",
+ "Antwone Fisher",
+ "Austin Powers in Goldmember",
+ "Auto Focus",
+ "Avenging Angelo",
+ "Baby Beethoven",
+ "Baby Newton",
+ "Back by Midnight",
+ "Bad Company",
+ "Ballistic: Ecks vs. Sever",
+ "The Banger Sisters",
+ "Barbershop",
+ "Below",
+ "Better Luck Tomorrow",
+ "Big Fat Liar",
+ "Big Trouble",
+ "Biggie & Tupac",
+ "Birthday Girl",
+ "Blade II",
+ "Blood Work",
+ "Blue Crush",
+ "Book of Love",
+ "The Bourne Identity",
+ "Bowling for Columbine",
+ "Brown Sugar",
+ "Bubba Ho-tep",
+ "The Burial Society",
+ "Buying the Cow",
+ "Cabin Fever",
+ "Carrie",
+ "Catch Me If You Can",
+ "Chance",
+ "Changing Lanes",
+ "Chat Room",
+ "Chelsea Walls",
+ "Chicago",
+ "Ciao America\nCinderella 2 Dreams Come True The Movie",
+ "City by the Sea",
+ "City of Ghosts",
+ "Civil Brand",
+ "Clockstoppers",
+ "The Cockettes",
+ "Collateral Damage",
+ "The Crocodile Hunter: Collision Course",
+ "Comedian",
+ "Confessions of a Dangerous Mind",
+ "The Count of Monte Cristo",
+ "The Country Bears",
+ "Crazy as Hell",
+ "Crossroads",
+ "Cypher",
+ "The Dancer Upstairs",
+ "The Dangerous Lives of Altar Boys",
+ "Dark Blue",
+ "Darkness",
+ "Daughter from Da Nang",
+ "Death to Smoochy",
+ "Demon Island",
+ "Deuces Wild",
+ "Divine Secrets of the Ya-Ya Sisterhood",
+ "Dragonfly",
+ "Drumline",
+ "Easy Listening",
+ "Eight Crazy Nights",
+ "Eight Legged Freaks",
+ "The Emperor's Club",
+ "Empire",
+ "Enough",
+ "Equilibrium",
+ "Evelyn",
+ "Far from Heaven",
+ "FeardotCom",
+ "The First $20 Million Is Always the Hardest",
+ "Frida",
+ "Friday After Next",
+ "The Four Feathers",
+ "Full Frontal",
+ "Gangs of New York",
+ "Ghost Ship",
+ "The Good Girl",
+ "Groom Lake",
+ "The Guru",
+ "The Guys",
+ "Half Past Dead",
+ "Halloween: Resurrection",
+ "Harry Potter and the Chamber of Secrets",
+ "Hart's War",
+ "Hey Arnold!: The Movie",
+ "High Crimes",
+ "Highway",
+ "Hollywood Ending",
+ "Home Room",
+ "The Hot Chick",
+ "The Hours",
+ "Hysterical Blindness",
+ "I Spy",
+ "Ice Age",
+ "Igby Goes Down",
+ "Impostor",
+ "Interstate 60",
+ "Insomnia",
+ "Jackass: The Movie",
+ "Jason X",
+ "John Q",
+ "Jonah: A VeggieTales Movie",
+ "Juwanna Mann",
+ "K-19: The Widowmaker",
+ "K-9: P.I.",
+ "The Kid Stays in the Picture",
+ "Killing Me Softly",
+ "Kiss the Bride",
+ "Kung Pow! Enter the Fist",
+ "The Laramie Project",
+ "Last Call",
+ "Laurel Canyon",
+ "Life or Something Like It",
+ "Like Mike",
+ "Lilo & Stitch",
+ "The Lord of the Rings: The Two Towers",
+ "Maid in Manhattan",
+ "The Man from Elysian Fields",
+ "The Master of Disguise",
+ "Men in Black II",
+ "Minority Report",
+ "Moonlight Mile",
+ "The Mothman Prophecies",
+ "Mr. Deeds",
+ "Murder by Numbers",
+ "My Big Fat Greek Wedding",
+ "Narc",
+ "National Lampoon's Van Wilder",
+ "New Best Friend",
+ "The New Guy",
+ "Nicholas Nickleby",
+ "Night at the Golden Eagle",
+ "On Line",
+ "One Hour Photo",
+ "Orange County",
+ "Paid in Full",
+ "Panic Room",
+ "Path to War",
+ "Personal Velocity: Three Portraits",
+ "Pinocchio",
+ "Poolhall Junkies",
+ "Possession",
+ "The Powerpuff Girls Movie",
+ "Prisoner of Paradise",
+ "Pumpkin",
+ "Punch-Drunk Love",
+ "Queen of the Damned",
+ "The Quiet American",
+ "R.S.V.P.",
+ "Real Women Have Curves",
+ "Red Dragon",
+ "Reign of Fire",
+ "Return to Never Land",
+ "The Ring",
+ "Ripley's Game",
+ "Road to Perdition",
+ "Roger Dodger",
+ "Rollerball",
+ "The Rookie",
+ "The Rules of Attraction",
+ "S1m0ne",
+ "The Salton Sea",
+ "The Santa Clause 2",
+ "Scooby-Doo",
+ "The Scorpion King",
+ "The Secret Lives of Dentists",
+ "Secretary",
+ "Serving Sara",
+ "Showboy",
+ "Showtime",
+ "The Singles Ward",
+ "Signs",
+ "Slackers",
+ "Snow Dogs",
+ "Solaris",
+ "Sorority Boys",
+ "Spellbound",
+ "Spider-Man",
+ "Spirit: Stallion of the Cimarron",
+ "Spun",
+ "Spy Kids 2: The Island of Lost Dreams",
+ "Star Wars: Episode II – Attack of the Clones",
+ "Star Trek Nemesis",
+ "State Property",
+ "Stealing Harvard",
+ "Stevie",
+ "Stolen Summer",
+ "Stuart Little 2",
+ "The Sum of All Fears",
+ "Sunshine State",
+ "The Sweetest Thing",
+ "Sweet Home Alabama",
+ "Swept Away",
+ "Swimfan",
+ "Tadpole",
+ "They",
+ "Time Changer",
+ "The Time Machine",
+ "Timequest",
+ "The Transporter",
+ "Trapped",
+ "Treasure Planet",
+ "The Trials of Henry Kissinger",
+ "The Truth About Charlie",
+ "Tuck Everlasting",
+ "The Tuxedo",
+ "Two Weeks Notice",
+ "Undercover Brother",
+ "Undisputed",
+ "Unfaithful",
+ "Waking Up in Reno",
+ "A Walk to Remember",
+ "We Were Soldiers",
+ "Welcome to Collinwood",
+ "White Oleander",
+ "The Wild Thornberrys Movie",
+ "Windtalkers",
+ "xXx",
+ "Zig Zag",
+ "11:14",
+ "101 Dalmatians II: Patch's London Adventure",
+ "2 Fast 2 Furious",
+ "21 Grams",
+ "44 Minutes: The North Hollywood Shoot-Out",
+ "Abby Singer",
+ "Afro-Punk",
+ "Agent Cody Banks",
+ "Aileen: Life and Death of a Serial Killer",
+ "Alex & Emma",
+ "Alien Hunter",
+ "All the Real Girls",
+ "Amandla!: A Revolution in Four-Part Harmony",
+ "American Splendor",
+ "American Wedding",
+ "Anger Management",
+ "Anne B. Real",
+ "Anything Else",
+ "BAADASSSSS!",
+ "Bad Boys II",
+ "Bad Santa",
+ "Basic",
+ "The Battle of Shaker Heights",
+ "Bells of Innocence",
+ "The Best Two Years",
+ "Beyond Borders",
+ "Big Fish",
+ "Biker Boyz",
+ "Black Cadillac",
+ "Blind Horizon",
+ "Blizzard",
+ "Boat Trip",
+ "Bringing Down the House",
+ "Bringing Rain",
+ "Brother Bear",
+ "The Brown Bunny",
+ "Bruce Almighty",
+ "Bulletproof Monk",
+ "Camp",
+ "Carolina",
+ "Casa de los Babys",
+ "The Cat in the Hat",
+ "Charlie's Angels: Full Throttle",
+ "Chasing Papi",
+ "Cheaper by the Dozen",
+ "Christmas Child",
+ "Coffee and Cigarettes",
+ "Cold Creek Manor",
+ "Cold Mountain",
+ "Comandante",
+ "The Company",
+ "Confidence",
+ "The Cooler",
+ "The Core",
+ "Cosmopolitan",
+ "Cradle 2 the Grave",
+ "Crime Spree",
+ "Daddy Day Care",
+ "Daredevil",
+ "Dark Blue",
+ "Darkness Falls",
+ "Deliver Us from Eva",
+ "Devil's Pond",
+ "Dickie Roberts: Former Child Star",
+ "Le Divorce",
+ "Down with Love",
+ "Dreamcatcher",
+ "Dumb and Dumberer: When Harry Met Lloyd",
+ "Duplex",
+ "Dysfunktional Family",
+ "Elephant",
+ "Elf",
+ "Evil Alien Conquerors",
+ "Faster",
+ "Festival Express",
+ "The Fighting Temptations",
+ "Final Destination 2",
+ "Finding Nemo",
+ "Flywheel",
+ "The Fog of War",
+ "Freaky Friday",
+ "Freddy vs. Jason",
+ "From Justin to Kelly",
+ "Gang of Roses",
+ "Gigli",
+ "Gods and Generals",
+ "Good Boy!",
+ "Gothika",
+ "Grand Theft Parsons",
+ "Grind",
+ "A Guy Thing",
+ "The Haunted Mansion",
+ "Head of State",
+ "Hey DJ",
+ "Holes",
+ "Hollywood Homicide",
+ "Honey",
+ "Hope Springs",
+ "House of 1000 Corpses",
+ "House of Sand and Fog",
+ "House of the Dead",
+ "How to Deal",
+ "How to Lose a Guy in 10 Days",
+ "Hulk",
+ "The Human Stain",
+ "The Hunted",
+ "I Am David",
+ "Identity",
+ "Imagining Argentina",
+ "In the Cut",
+ "The In-Laws",
+ "Indigo",
+ "Intolerable Cruelty",
+ "It Runs in the Family",
+ "The Italian Job",
+ "Jeepers Creepers II",
+ "The Jungle Book 2",
+ "Just Married",
+ "Kangaroo Jack",
+ "Kill Bill Volume 1",
+ "Lara Croft Tomb Raider: The Cradle of Life",
+ "The Last Samurai",
+ "The League of Extraordinary Gentlemen",
+ "Legally Blonde 2: Red, White & Blonde",
+ "The Life of David Gale",
+ "The Lizzie McGuire Movie",
+ "Looney Tunes: Back in Action",
+ "The Lord of the Rings: The Return of the King",
+ "Lost in Translation",
+ "Love Don't Cost a Thing",
+ "Malibu's Most Wanted",
+ "A Man Apart",
+ "Manhood",
+ "Marci X",
+ "Masked and Anonymous",
+ "Master and Commander: The Far Side of the World",
+ "Matchstick Men",
+ "The Matrix Reloaded",
+ "The Matrix Revolutions",
+ "May",
+ "The Medallion",
+ "A Mighty Wind",
+ "Milwaukee, Minnesota",
+ "The Missing",
+ "Mona Lisa Smile",
+ "Monster",
+ "Monster Man",
+ "My Boss's Daughter",
+ "My Flesh and Blood",
+ "Mystic River",
+ "National Lampoon Presents Dorm Daze",
+ "National Lampoon's Gold Diggers",
+ "National Security",
+ "The Night We Called it a Day",
+ "Old School",
+ "Once Upon a Time in Mexico",
+ "Open Range",
+ "Open Water",
+ "The Order",
+ "Out of Time",
+ "Party Monster",
+ "Paper Soldiers",
+ "Pauly Shore Is Dead",
+ "Paycheck",
+ "Peter Pan",
+ "Phone Booth",
+ "Pieces of April",
+ "Piglet's Big Movie",
+ "Pirates of the Caribbean: The Curse of the Black Pearl",
+ "Poolhall Junkies",
+ "Prey for Rock & Roll",
+ "Puppet Master: The Legacy",
+ "Quicksand",
+ "Radio",
+ "The Real Cancun",
+ "The Recruit",
+ "The Room",
+ "Rugrats Go Wild",
+ "Runaway Jury",
+ "The Rundown",
+ "S.W.A.T.",
+ "Scary Movie 3",
+ "School of Rock",
+ "Seabiscuit",
+ "Secondhand Lions",
+ "Shanghai Knights",
+ "Shattered Glass",
+ "Sinbad: Legend of the Seven Seas",
+ "The Singing Detective",
+ "Sky Blue",
+ "Something's Gotta Give",
+ "Spy Kids 3-D: Game Over",
+ "The Station Agent",
+ "Stuck on You",
+ "Tarnationthe",
+ "Tears of the Sun",
+ "Terminator 3: Rise of the Machines",
+ "Testosterone",
+ "The Texas Chainsaw Massacre",
+ "Thirteen",
+ "This Girl's Life",
+ "This Thing of Ours",
+ "Timeline",
+ "Tupac: Resurrection",
+ "Two Days",
+ "Uncle Nino",
+ "Under the Tuscan Sun",
+ "Underworld",
+ "Uptown Girls",
+ "V-Day: Until the Violence Stops",
+ "Veronica Guerin",
+ "View from the Top",
+ "What a Girl Wants",
+ "When Eagles Strike",
+ "Willard",
+ "Wonderland",
+ "Wrong Turn",
+ "X2: X-Men United",
+ "The Yes Men",
+ "The Young Black Stallion",
+ "Zero Day",
+ "13 Going on 30",
+ "50 First Dates",
+ "After the Sunset",
+ "Against the Ropes",
+ "Agent Cody Banks 2: Destination London",
+ "The Alamo",
+ "Alexander",
+ "Alfie",
+ "Alien vs. Predator",
+ "Along Came Polly",
+ "America's Heart and Soul",
+ "Anacondas: The Hunt for the Blood Orchid",
+ "Anchorman: The Legend of Ron Burgundy",
+ "Around the Bend",
+ "Around the World in 80 Days",
+ "The Assassination of Richard Nixon",
+ "The Aviator",
+ "Barbershop 2: Back in Business",
+ "Before Sunset",
+ "Being Julia",
+ "Benji: Off the Leash!",
+ "The Best Thief in the World",
+ "Beyond the Sea",
+ "The Big Bounce",
+ "Birth",
+ "Blade: Trinity",
+ "Black Cloud",
+ "The Blue Butterfly",
+ "Bobby Jones: Stroke of Genius",
+ "Book of Love",
+ "Born into Brothels",
+ "The Bourne Supremacy",
+ "Breakin' All the Rules",
+ "Bridget Jones: The Edge of Reason",
+ "Brother to Brother",
+ "The Butterfly Effect",
+ "Catch That Kid",
+ "Catwoman",
+ "Cellular",
+ "Celsius 41.11",
+ "Chasing Liberty",
+ "Christmas with the Kranks",
+ "The Chronicles of Riddick",
+ "A Cinderella Story",
+ "The Clearing",
+ "Clifford's Really Big Movie",
+ "Closer",
+ "Cloud Cuckoo Land",
+ "Club Dread",
+ "Collateral",
+ "Communication Breakdown",
+ "Confessions of a Teenage Drama Queen",
+ "Connie and Carla",
+ "Control Room",
+ "The Cookout",
+ "Crash",
+ "Criminal",
+ "D.E.B.S.",
+ "Dawn of the Dead",
+ "The Day After Tomorrow",
+ "A Day Without a Mexican",
+ "De-Lovely",
+ "Dead & Breakfast",
+ "Dead Birds",
+ "Dig!",
+ "Dirty Dancing: Havana Nights",
+ "A Dirty Shame",
+ "DodgeBall: A True Underdog Story",
+ "The Door in the Floor",
+ "Drum",
+ "Ella Enchanted",
+ "Envy",
+ "Eternal Sunshine of the Spotless Mind",
+ "Exorcist: The Beginning",
+ "EuroTrip",
+ "Fade to Black",
+ "Fahrenheit 9/11",
+ "Fat Albert",
+ "Finding Neverland",
+ "The Final Cut",
+ "First Daughter",
+ "Flight of the Phoenix",
+ "The Forgotten",
+ "Forty Shades of Blue",
+ "Friday Night Lights",
+ "Gamebox 1.0",
+ "Garden State",
+ "Garfield: The Movie",
+ "The Girl Next Door",
+ "Godsend",
+ "Godzilla: Final Wars",
+ "The Grudge",
+ "Hair Show",
+ "Harold & Kumar Go to White Castle",
+ "Harry Potter and the Prisoner of Azkaban",
+ "Heights",
+ "Hellboy",
+ "Her Summer",
+ "Hidalgo",
+ "Highwaymen",
+ "A Home at the End of the World",
+ "Home on the Range",
+ "Hotel Rwanda",
+ "The Hunting of the President",
+ "I Heart Huckabees",
+ "I, Robot",
+ "Imaginary Heroes",
+ "The Incredibles",
+ "In Good Company",
+ "Jailbait",
+ "Jandek on Corwood",
+ "Jersey Girl",
+ "Johnson Family Vacation",
+ "Keane",
+ "Kill Bill Volume 2",
+ "King Arthur",
+ "Kinsey",
+ "Knots",
+ "Ladder 49",
+ "The Ladykillers",
+ "The Land Has Eyes",
+ "The Last Shot",
+ "Lemony Snicket's A Series of Unfortunate Events",
+ "The Life and Death of Peter Sellers",
+ "The Life Aquatic with Steve Zissou",
+ "Little Black Book",
+ "A Love Song for Bobby Long",
+ "Man on Fire",
+ "The Manchurian Candidate",
+ "Maria Full of Grace",
+ "Mean Creek",
+ "Mean Girls",
+ "Meet the Fockers",
+ "The Merchant of Venice",
+ "Melinda and Melinda",
+ "Million Dollar Baby",
+ "Mindbenders",
+ "Mindhunters",
+ "Miracle",
+ "The Misbehavers",
+ "Modigliani",
+ "Mojados: Through the Night",
+ "Mondovino",
+ "The Motorcycle Diaries",
+ "Mr. 3000",
+ "My Baby's Daddy",
+ "Mysterious Skin",
+ "Napoleon Dynamite",
+ "National Treasure",
+ "Never Die Alone",
+ "New York Minute",
+ "Noel",
+ "The Notebook",
+ "November",
+ "Ocean's Twelve",
+ "Otaku Unite!",
+ "P.S.",
+ "Palindromes",
+ "Paparazzi",
+ "The Passion of the Christ",
+ "The Perfect Score",
+ "The Phantom of the Opera",
+ "The Polar Express",
+ "Primer",
+ "The Prince and Me",
+ "The Princess Diaries 2: Royal Engagement",
+ "Proud",
+ "The Punisher",
+ "Raise Your Voice",
+ "Raising Helen",
+ "Ray",
+ "Riding Giants",
+ "Riding the Bullet",
+ "Ripley's Game",
+ "Saved!",
+ "Saw",
+ "Scooby-Doo 2: Monsters Unleashed",
+ "Secret Window",
+ "Seed of Chucky",
+ "Shall We Dance?",
+ "Shark Tale",
+ "She Hate Me",
+ "Shrek 2",
+ "Sideways",
+ "Six: The Mark Unleashed",
+ "Silver City",
+ "Sky Captain and the World of Tomorrow",
+ "Sleepover",
+ "Some Kind of Monster",
+ "Soul Plane",
+ "Spanglish",
+ "Spartan",
+ "Speak",
+ "Spider-Man 2",
+ "The SpongeBob SquarePants Movie",
+ "Stage Beauty",
+ "Starsky & Hutch",
+ "Stateside",
+ "The Stepford Wives",
+ "Straight-Jacket",
+ "Super Size Me",
+ "SuperBabies: Baby Geniuses 2",
+ "Surviving Christmas",
+ "Suspect Zero",
+ "Taking Lives",
+ "Taxi",
+ "Teacher's Pet",
+ "Team America: World Police",
+ "The Terminal",
+ "Torque",
+ "Troy",
+ "Twisted",
+ "Tying the Knot",
+ "Undertow",
+ "University Heights",
+ "Van Helsing",
+ "Vanity Fair",
+ "A Very Long Engagement",
+ "The Village",
+ "Voces inocentes",
+ "Voices of Iraq",
+ "Walking Tall",
+ "Wake of Death",
+ "Watermarks",
+ "We Don't Live Here Anymore",
+ "Welcome to Mooseport",
+ "When Will I Be Loved",
+ "White Chicks",
+ "The Whole Ten Yards",
+ "Wicker Park",
+ "Win a Date with Tad Hamilton!",
+ "Winter Solstice",
+ "With All Deliberate Speed",
+ "Without a Paddle",
+ "Woman Thou Art Loosed",
+ "The Woodsman",
+ "The Work and the Glory",
+ "The Year of the Yao",
+ "You Got Served",
+ "The 40-Year-Old Virgin",
+ "51 Birch Street",
+ "The Adventures of Sharkboy and Lavagirl in 3-D",
+ "Æon Flux",
+ "Aliens of the Deep",
+ "Alone in the Dark",
+ "The Amityville Horror",
+ "Are We There Yet?",
+ "The Aristocrats",
+ "Assault on Precinct 13",
+ "Bad News Bears",
+ "The Ballad of Jack and Rose",
+ "Batman Begins",
+ "The Baxter",
+ "Be Cool",
+ "Beauty Shop",
+ "Because of Winn-Dixie",
+ "Bee Season",
+ "Bewitched",
+ "Bigger Than the Sky",
+ "Boogeyman",
+ "Brick",
+ "Brokeback Mountain",
+ "Broken Flowers",
+ "The Brothers Grimm",
+ "Capote",
+ "Casanova",
+ "The Cave",
+ "Charlie and the Chocolate Factory",
+ "Cheaper by the Dozen 2",
+ "Chicken Little",
+ "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe",
+ "The Chumscrubber",
+ "Cinderella Man",
+ "Coach Carter",
+ "Constantine",
+ "Corpse Bride",
+ "The Crow: Wicked Prayer",
+ "Cruel World",
+ "Cry_Wolf",
+ "Cursed",
+ "Daltry Calhoun",
+ "Dark Water",
+ "Deepwater",
+ "Derailed",
+ "The Derby Stallion",
+ "Deuce Bigalow: European Gigolo",
+ "The Devil's Rejects",
+ "Diary of a Mad Black Woman",
+ "Dirty Love",
+ "Dominion: Prequel to the Exorcist",
+ "Domino",
+ "Don't Come Knocking",
+ "Doom",
+ "Dreamer",
+ "Duck",
+ "The Dukes of Hazzard",
+ "Duma",
+ "The Dying Gaul",
+ "Elektra",
+ "Elizabethtown",
+ "Enron: The Smartest Guys in the Room",
+ "Everything Is Illuminated",
+ "The Exorcism of Emily Rose",
+ "The Family Stone",
+ "Fantastic Four",
+ "Favela Rising",
+ "Fever Pitch",
+ "First Descent",
+ "Flightplan",
+ "The Fog",
+ "Forty Shades of Blue",
+ "Four Brothers",
+ "Frankenstein vs. the Creature from Blood Cove",
+ "Fun with Dick and Jane",
+ "The Game of Their Lives",
+ "Get Rich or Die Tryin'",
+ "Getting Played",
+ "Goal!",
+ "The Gospel",
+ "Good Night, and Good Luck",
+ "The Great Raid",
+ "The Greatest Game Ever Played",
+ "Green Street",
+ "Grizzly Man",
+ "Guess Who",
+ "Happy Endings",
+ "Harry Potter and the Goblet of Fire",
+ "Her Minor Thing",
+ "Herbie: Fully Loaded",
+ "Hide and Seek",
+ "A History of Violence",
+ "Hitch",
+ "The Hitchhiker's Guide to the Galaxy",
+ "The Honeymooners",
+ "Hoodwinked!",
+ "Hostage",
+ "Hostel",
+ "House of D",
+ "House of Wax",
+ "Hustle & Flow",
+ "The Ice Harvest",
+ "Ice Princess",
+ "In Her Shoes",
+ "In the Mix",
+ "Inside Deep Throat",
+ "Intermedio",
+ "The Interpreter",
+ "Into the Blue",
+ "The Island",
+ "The Jacket",
+ "Jarhead",
+ "Junebug",
+ "Just Friends",
+ "Just Like Heaven",
+ "Kicking & Screaming",
+ "Kids in America",
+ "King Kong",
+ "King's Ransom",
+ "Kingdom of Heaven",
+ "Kiss Kiss Bang Bang",
+ "The L.A. Riot Spectacular",
+ "Land of the Dead",
+ "Lassie",
+ "Last Days",
+ "The League of Gentlemen's Apocalypse",
+ "The Legend of Zorro",
+ "Lonesome Jim",
+ "Long Distance",
+ "The Longest Yard",
+ "Lord of War",
+ "Lords of Dogtown",
+ "The Lost City",
+ "A Lot Like Love",
+ "Mad Hot Ballroom",
+ "Madagascar",
+ "The Man",
+ "Man of the House",
+ "Marilyn Hotchkiss' Ballroom Dancing and Charm School",
+ "The Matador",
+ "Match Point",
+ "Me and You and Everyone We Know",
+ "Memoirs of a Geisha",
+ "MirrorMask",
+ "Miss Congeniality 2: Armed and Fabulous",
+ "Monster-in-Law",
+ "The Mostly Unfabulous Social Life of Ethan Green",
+ "Mr. & Mrs. Smith",
+ "Mrs. Palfrey at the Claremont",
+ "Munich",
+ "Murderball",
+ "Must Love Dogs",
+ "Nanny McPhee",
+ "Never Been Thawed",
+ "The New World",
+ "Neverwas",
+ "New York Doll",
+ "Nine Lives",
+ "No Direction Home",
+ "North Country",
+ "Our Very Own",
+ "The Pacifier",
+ "The Perfect Man",
+ "Pooh's Heffalump Movie",
+ "Popstar",
+ "Pretty Persuasion",
+ "Prime",
+ "The Prize Winner of Defiance, Ohio",
+ "The Producers",
+ "Proof",
+ "Racing Stripes",
+ "Rebound",
+ "Red Eye",
+ "Rent",
+ "The Ring Two",
+ "The Ringer",
+ "Rize",
+ "Robots",
+ "Roll Bounce",
+ "Rumor Has It...",
+ "Sahara",
+ "Sarah Silverman: Jesus Is Magic",
+ "Saw II",
+ "Serenity",
+ "Shadowboxer",
+ "Shopgirl",
+ "Sin City",
+ "The Sisterhood of the Traveling Pants",
+ "The Sisters",
+ "The Skeleton Key",
+ "Sky High",
+ "Smile",
+ "Son of the Mask",
+ "A Sound of Thunder",
+ "The Squid and the Whale",
+ "Star Wars: Episode III – Revenge of the Sith",
+ "Stay",
+ "Stealth",
+ "Street Fight",
+ "Supercross",
+ "Syriana",
+ "The Thing About My Folks",
+ "The Three Burials of Melquiades Estrada",
+ "Thru the Moebius Strip",
+ "Thumbsucker",
+ "Traci Townsend",
+ "Transamerica",
+ "Transporter 2",
+ "Two for the Money",
+ "Underclassman",
+ "Undiscovered",
+ "An Unfinished Life",
+ "The Upside of Anger",
+ "Venom",
+ "Waiting...",
+ "Walk the Line",
+ "War of the Worlds",
+ "The War Within",
+ "The Weather Man",
+ "Wedding Crashers",
+ "The Wedding Date",
+ "Where the Truth Lies",
+ "White Noise",
+ "Why We Fight",
+ "The World's Fastest Indian",
+ "xXx: State of the Union",
+ "Yours, Mine and Ours",
+ "Zathura",
+ ".45",
+ "10 Items or Less",
+ "10th & Wolf",
+ "16 Blocks",
+ "29 Reasons to Run",
+ "The 8th Plague",
+ "9/Tenths",
+ "a/k/a Tommy Chong",
+ "Abominable",
+ "Accepted",
+ "After...",
+ "Air Guitar Nation",
+ "Akeelah and the Bee",
+ "Al Franken: God Spoke",
+ "The Alibi",
+ "All the King's Men",
+ "Alone with Her",
+ "Amazing Grace",
+ "America: Freedom to Fascism",
+ "American Blackout",
+ "American Dreamz",
+ "American Hardcore",
+ "Analog Days",
+ "Andy Warhol: A Documentary Film",
+ "Annapolis",
+ "Another Gay Movie",
+ "The Ant Bully",
+ "Apocalypto",
+ "Aquamarine",
+ "The Architect",
+ "Art School Confidential",
+ "Artie Lange's Beer League",
+ "As You Like It",
+ "Asian Stories",
+ "Ask the Dust",
+ "The Astronaut Farmer",
+ "ATL",
+ "Automaton Transfusion",
+ "Automatons",
+ "Awesome; I Fuckin' Shot That!",
+ "Babel",
+ "Bambi II",
+ "Barnyard",
+ "Basic Instinct 2",
+ "The Beach Party at the Threshold of Hell",
+ "Beerfest",
+ "Behind the Mask: The Rise of Leslie Vernon",
+ "Bella",
+ "The Benchwarmers",
+ "Beyond Conviction",
+ "Bickford Shmeckler's Cool Ideas",
+ "The Big Bad Swim",
+ "Big Bad Wolf",
+ "Big Dreams Little Tokyo",
+ "Big Momma's House 2",
+ "Black Christmas",
+ "The Black Dahlia",
+ "Black Gold",
+ "Blind Dating",
+ "Blood Diamond",
+ "Blood Tea and Red String",
+ "Bloody Mary",
+ "Bobby",
+ "Borat! Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan",
+ "Bordertown",
+ "Brand Upon the Brain!",
+ "Breaking and Entering",
+ "The Break-Up",
+ "The Breed",
+ "The Bridge",
+ "Broken Bridges",
+ "Busgirl",
+ "Caffeine",
+ "Cars",
+ "Casino Royale",
+ "Catch a Fire",
+ "The Cats of Mirikitani",
+ "Chalk",
+ "Charlotte's Web",
+ "Chasing the Horizon",
+ "Children of Men",
+ "Christmas at Maxwell's",
+ "Church Ball",
+ "Civic Duty",
+ "Clear Cut: The Story of Philomath, Oregon",
+ "Clerks II",
+ "Click",
+ "Cocaine Cowboys",
+ "Coffee Date",
+ "Color of the Cross",
+ "Come Early Morning",
+ "The Contract",
+ "Copying Beethoven",
+ "The Covenant",
+ "Crank",
+ "Crossover",
+ "Crude Impact",
+ "Curious George",
+ "The Curiosity of Chance",
+ "The Da Vinci Code",
+ "Daft Punk's Electroma",
+ "Dance Party USA",
+ "Danika",
+ "Danny Roane: First Time Director",
+ "Dark Corners",
+ "Dark Ride",
+ "The Darwin Awards",
+ "Date Movie",
+ "Dave Chappelle's Block Party",
+ "Day Night Day Night",
+ "Day on Fire",
+ "The Dead Girl",
+ "The Death of Poe",
+ "Déjà Vu",
+ "Deck the Halls",
+ "Deliver Us from Evil",
+ "The Departed",
+ "The Devil and Daniel Johnston",
+ "The Devil Wears Prada",
+ "Diggers",
+ "Disappearances",
+ "Dixie Chicks: Shut Up and Sing",
+ "DOA: Dead or Alive",
+ "The Dog Problem",
+ "Dreamgirls",
+ "Dreamland",
+ "Driftwood",
+ "Disaster Zone: Volcano in New York",
+ "East Side Story",
+ "Employee of the Month",
+ "Encounter Point",
+ "End Game",
+ "End of the Spear",
+ "Eight Below",
+ "Eragon",
+ "Everyone's Hero",
+ "Evil Bong",
+ "Expiration Date",
+ "Facing the Giants",
+ "Factory Girl",
+ "Failure to Launch",
+ "The Fall",
+ "The Fast and the Furious: Tokyo Drift",
+ "Fast Food Nation",
+ "Fatwa",
+ "Fay Grim",
+ "Fifty Pills",
+ "Final Destination 3",
+ "Find Me Guilty",
+ "Firewall",
+ "First Snow",
+ "Flags of Our Fathers",
+ "Flicka",
+ "Flock of Dodos",
+ "Flourish",
+ "Flushed Away",
+ "Flyboys",
+ "For Your Consideration",
+ "Forget About It",
+ "The Fountain",
+ "Freedomland",
+ "Free Jimmy",
+ "Friends with Money",
+ "Full Grown Men",
+ "Fur",
+ "Game 6",
+ "Garfield: A Tail of Two Kitties",
+ "The Genius Club",
+ "GI Jesus",
+ "Glastonbury",
+ "Glory Road",
+ "God Grew Tired of Us",
+ "The Good German",
+ "The Good Shepherd",
+ "A Good Year",
+ "Goya's Ghosts",
+ "Grandma's Boy",
+ "The Great Warming",
+ "Gridiron Gang",
+ "The Groomsmen",
+ "The Grudge 2",
+ "The Guardian",
+ "The Guatemalan Handshake",
+ "A Guide to Recognizing Your Saints",
+ "Half Nelson",
+ "The Hamiltons",
+ "Happy Feet",
+ "The Hard Corps",
+ "Harsh Times",
+ "The Hawk Is Dying",
+ "Header",
+ "The Heart of Steel",
+ "The Heart of the Game",
+ "The Hills Have Eyes",
+ "Hip-Hop: Beyond Beats and Rhymes",
+ "The Holiday",
+ "Hollywoodland",
+ "Hollow Man 2",
+ "Home of the Brave",
+ "Hood of Horror",
+ "Hoot",
+ "The Hottest State",
+ "How to Eat Fried Worms",
+ "Hurricane on the Bayou",
+ "I Want Someone to Eat Cheese With",
+ "Ice Age: The Meltdown",
+ "Idiocracy",
+ "Idlewild",
+ "The Illusionist",
+ "An Inconvenient Truth",
+ "Infamous",
+ "Inland Empire",
+ "Inside Man",
+ "The Insurgents",
+ "Invincible",
+ "Interkosmos",
+ "Iraq for Sale: The War Profiteers",
+ "Iraq in Fragments",
+ "Irish Jam",
+ "Jackass Number Two",
+ "Jack Smith and the Destruction of Atlantis",
+ "Jesus Camp",
+ "Jewish American Princess",
+ "Jimmy and Judy",
+ "John Tucker Must Die",
+ "Jonestown: The Life and Death of Peoples Temple",
+ "Just My Luck",
+ "Kalamazoo?",
+ "Karla",
+ "Keeping Up with the Steins",
+ "Kill Your Darlings",
+ "Kurt Cobain About a Son",
+ "Lady in the Water",
+ "The Lake House",
+ "Land of the Blind",
+ "Larry the Cable Guy: Health Inspector",
+ "The Last Kiss",
+ "Last Holiday",
+ "The Last Winter",
+ "The Legend of Simon Conjurer",
+ "Let's Go to Prison",
+ "Letters from Iwo Jima",
+ "Lime Salted Love",
+ "Little Chenier",
+ "Little Children",
+ "Little Man",
+ "Little Miss Sunshine",
+ "Live Freaky! Die Freaky!",
+ "Live Free or Die",
+ "Local Color",
+ "LOL",
+ "Lonely Hearts",
+ "The Long Weekend",
+ "Loren Cass",
+ "Loving Annabelle",
+ "Lucky Number Slevin",
+ "Mad Cowgirl",
+ "Madea's Family Reunion",
+ "Man About Town",
+ "Man of the Year",
+ "Marie Antoinette",
+ "The Marine",
+ "Mark of the Damned",
+ "Material Girls",
+ "Matthew Barney: No Restraint",
+ "Maxed Out",
+ "Miami Vice",
+ "Mini's First Time",
+ "Minotaur",
+ "Miss Potter",
+ "Modern Man",
+ "Monster House",
+ "The Monster of Phantom Lake",
+ "Moonshine",
+ "Mustang Sally",
+ "My Country, My Country",
+ "Mission: Impossible III",
+ "My Super Ex-Girlfriend",
+ "Nacho Libre",
+ "National Lampoon's Van Wilder: The Rise of Taj",
+ "The Nativity Story",
+ "Neil Young: Heart of Gold",
+ "Night at the Museum",
+ "The Night Listener",
+ "Night of the Living Dead 3D",
+ "The Night of the White Pants",
+ "Nightmare Man",
+ "No Limit",
+ "O Jerusalem",
+ "Occupation 101",
+ "The Oh in Ohio",
+ "Old Joy",
+ "The Omen",
+ "Once in a Lifetime: The Extraordinary Story of the New York Cosmos",
+ "One Night with the King",
+ "The One Percent",
+ "Open Season",
+ "Over the Hedge",
+ "The Painted Veil",
+ "Pan's Labyrinth",
+ "Paper Dolls",
+ "Park",
+ "Peaceful Warrior",
+ "Penelope",
+ "Perfume: The Story of a Murderer",
+ "Phat Girlz",
+ "The Phobic",
+ "The Pink Panther",
+ "Pirates of the Caribbean: Dead Man's Chest",
+ "Poseidon",
+ "Poultrygeist: Night of the Chicken Dead",
+ "The Power of Community: How Cuba Survived Peak Oil",
+ "Premium",
+ "The Prisoner or: How I Planned to Kill Tony Blair",
+ "A Prairie Home Companion",
+ "The Prestige",
+ "Puff, Puff, Pass",
+ "Pulse",
+ "The Pursuit of Happyness",
+ "The Quick and the Undead",
+ "Quick Pick",
+ "Quinceañera",
+ "The Rape of the Sabine Women",
+ "Relative Strangers",
+ "The Return",
+ "Right at Your Door",
+ "Robotech: The Shadow Chronicles",
+ "Rocky Balboa",
+ "Roman",
+ "Romeo & Juliet: Sealed with a Kiss",
+ "Room 6",
+ "Rune",
+ "Running Scared",
+ "Running with Scissors",
+ "RV",
+ "...So Goes the Nation",
+ "Sacco and Vanzetti",
+ "The Santa Clause 3: The Escape Clause",
+ "The Sasquatch Gang",
+ "Saving Shiloh",
+ "Saw III",
+ "A Scanner Darkly",
+ "Scary Movie 4",
+ "School for Scoundrels",
+ "Scoop",
+ "Scott Walker: 30 Century Man",
+ "The Second Chance",
+ "Secret of the Cave",
+ "See No Evil",
+ "The Sentinel",
+ "The Shaggy Dog",
+ "Shark Bait",
+ "She's the Man",
+ "Sherrybaby",
+ "Shortbus",
+ "Shottas",
+ "Silent Hill",
+ "Simon Says",
+ "Sleeping Dogs Lie",
+ "Slither",
+ "Small Town Gay Bar",
+ "Snakes on a Plane",
+ "Snow Blind",
+ "So Much So Fast",
+ "Something New",
+ "Sonhos de Peixe",
+ "Special",
+ "Stalking Santa",
+ "Starter for 10",
+ "Stay Alive",
+ "Step Up",
+ "Stephanie Daley",
+ "Stick It",
+ "Stranger Than Fiction",
+ "Stormbreaker",
+ "Strawberry Shortcake: The Sweet Dreams Movie",
+ "Subject Two",
+ "Suicide Killers",
+ "Superman Returns",
+ "Swarm of the Snakehead",
+ "Sweet Insanity",
+ "Take the Lead",
+ "Talladega Nights: The Ballad of Ricky Bobby",
+ "The Teddy Bear Master",
+ "Tenacious D in The Pick of Destiny",
+ "The Texas Chainsaw Massacre: The Beginning",
+ "Thank You for Smoking",
+ "This Film Is Not Yet Rated",
+ "Threat",
+ "Tomorrow Is Today",
+ "Trantasia",
+ "Tristan & Isolde",
+ "Trust the Man",
+ "Turistas",
+ "Two Weeks",
+ "The U.S. vs. John Lennon",
+ "Ultraviolet",
+ "Unaccompanied Minors",
+ "Underworld: Evolution",
+ "Undoing",
+ "Unidentified",
+ "United 93",
+ "Unrest",
+ "V for Vendetta",
+ "Vacationland",
+ "Vanaja",
+ "Waist Deep",
+ "The War Tapes",
+ "We Are Marshall",
+ "When a Stranger Calls",
+ "When I Came Home",
+ "Who Killed the Electric Car?",
+ "Wicked Little Things",
+ "The Wicker Man",
+ "The Wild",
+ "The Woods",
+ "Wordplay",
+ "World Trade Center",
+ "Wristcutters: A Love Story",
+ "X-Men: The Last Stand",
+ "Yellow",
+ "Yeti: A Love Story",
+ "You, Me and Dupree",
+ "Zoom",
+ "Zyzzyx Road",
+ "10 MPH",
+ "The 11th Hour",
+ "1408",
+ "3:10 to Yuma",
+ "30 Days of Night",
+ "300",
+ "Across the Universe",
+ "Adrift in Manhattan",
+ "Adventures of Johnny Tao",
+ "Afghan Knights",
+ "After Sex",
+ "Alibi",
+ "Alice Upside Down",
+ "Aliens vs. Predator: Requiem",
+ "All the Days Before Tomorrow",
+ "Alvin and the Chipmunks",
+ "An American Crime",
+ "American Gangster",
+ "American Pastime",
+ "Americanizing Shelley",
+ "Anamorph",
+ "Aqua Teen Hunger Force Colon Movie Film for Theaters",
+ "Arctic Tale",
+ "Are We Done Yet?",
+ "The Assassination of Jesse James by the Coward Robert Ford",
+ "August Rush",
+ "Autism: The Musical",
+ "Awake",
+ "Balls of Fury",
+ "Because I Said So",
+ "Bee Movie",
+ "Before the Devil Knows You're Dead",
+ "Believe",
+ "Beowulf",
+ "Beyond Belief",
+ "Big Stan",
+ "Blades of Glory",
+ "Blonde Ambition",
+ "The Blue Hour",
+ "Blue State",
+ "The Bourne Ultimatum",
+ "Bratz: The Movie",
+ "The Brave One",
+ "Breach",
+ "Bridge to Terabithia",
+ "Broken English",
+ "Brooklyn Rules",
+ "Brotherhood of Blood",
+ "The Brothers Solomon",
+ "The Bucket List",
+ "Cake: A Wedding Story",
+ "Captivity",
+ "Care Bears: Oopsy Does It!",
+ "Cassandra's Dream",
+ "Catacombs",
+ "Chapter 27",
+ "Charlie Wilson's War",
+ "Chicago 10",
+ "Code Name: The Cleaner",
+ "The Comebacks",
+ "The Condemned",
+ "Control",
+ "Crazy Love",
+ "Cthulhu",
+ "Daddy Day Camp",
+ "Daddy's Little Girls",
+ "Dalai Lama Renaissance",
+ "Dan in Real Life",
+ "Darfur Now",
+ "Dark Matter",
+ "Day Zero",
+ "Dead Silence",
+ "Death Sentence",
+ "Delta Farce",
+ "Devil Girl",
+ "Dirty Country",
+ "Disturbia",
+ "The Diving Bell and the Butterfly",
+ "Eastern Promises",
+ "Ed Gein: The Butcher of Plainfield",
+ "Elvis and Anabelle",
+ "Enchanted",
+ "Epic Movie",
+ "Evan Almighty",
+ "Evening",
+ "The Ex",
+ "Extreme Movie",
+ "Fantastic Four: Rise of the Silver Surfer",
+ "Feel the Noise",
+ "Finishing the Game",
+ "Firehouse Dog",
+ "The Flock",
+ "For the Bible Tells Me So",
+ "Fracture",
+ "Freakshow",
+ "Fred Claus",
+ "Freedom Writers",
+ "Full of It",
+ "The Game Plan",
+ "The Gene Generation",
+ "Georgia Rule",
+ "Ghost Rider",
+ "Ghosts of Abu Ghraib",
+ "The Girl in the Park",
+ "Glass Lips",
+ "The Go-Getter",
+ "God's Ears",
+ "The Golden Compass",
+ "Gone Baby Gone",
+ "Good Luck Chuck",
+ "The Good Night",
+ "Grace Is Gone",
+ "Gracie",
+ "The Great Debaters",
+ "Grindhouse",
+ "Hairspray",
+ "Halloween",
+ "The Hammer",
+ "Happily N'Ever After",
+ "Harry Potter and the Order of the Phoenix",
+ "Hear and Now",
+ "The Heartbreak Kid",
+ "Highlander: The Source",
+ "The Hills Have Eyes 2",
+ "The Hitcher",
+ "Hitman",
+ "The Hoax",
+ "Honeydripper",
+ "Hostel: Part II",
+ "Hot Rod",
+ "The Hunting Party",
+ "I Am an American Soldier",
+ "I Am Legend",
+ "I Could Never Be Your Woman",
+ "I Know Who Killed Me",
+ "I Now Pronounce You Chuck and Larry",
+ "I Think I Love My Wife",
+ "I'm Not There",
+ "In the Land of Women",
+ "In the Valley of Elah",
+ "Interview",
+ "Into the Wild",
+ "The Invasion",
+ "The Invisible",
+ "Itty Bitty Titty Committee",
+ "Joshua",
+ "Juno",
+ "Kickin' It Old Skool",
+ "Killing Zelda Sparks",
+ "The King of Kong: A Fistful of Quarters",
+ "King of Punk",
+ "The Kingdom",
+ "The Kite Runner",
+ "Knock Knock",
+ "Knocked Up",
+ "Lady Magdalene's",
+ "Lake of Fire",
+ "Lars and the Real Girl",
+ "The Last Mimzy",
+ "The Last Sin Eater",
+ "License to Wed",
+ "The Life Before Her Eyes",
+ "Lions for Lambs",
+ "The List",
+ "Live Free or Die Hard",
+ "The Lookout",
+ "Love in the Time of Cholera",
+ "Lucky You",
+ "Lust, Caution",
+ "Manda Bala (Send a Bullet)",
+ "Margot at the Wedding",
+ "Marigold",
+ "Married Life",
+ "Martian Child",
+ "Meet the Robinsons",
+ "The Messengers",
+ "Michael Clayton",
+ "A Mighty Heart",
+ "The Mist",
+ "Mister Lonely",
+ "A Modern Twain Story: The Prince and the Pauper",
+ "Monster Camp",
+ "The Mother of Tears",
+ "Moving McAllister",
+ "Mr. Brooks",
+ "Mr. Magorium's Wonder Emporium",
+ "Mr. Schneider Goes to Washington",
+ "Mr. Woodcock",
+ "Mr. Untouchable",
+ "Music and Lyrics",
+ "My Bollywood Bride",
+ "My Sexiest Year",
+ "Nancy Drew",
+ "Nanking",
+ "The Nanny Diaries",
+ "National Treasure: Book of Secrets",
+ "Netherbeast Incorporated",
+ "Next",
+ "No Country for Old Men",
+ "No End in Sight",
+ "No Reservations",
+ "Nobel Son",
+ "Norbit",
+ "Normal Adolescent Behavior",
+ "Numb",
+ "The Number 23",
+ "Ocean's Thirteen",
+ "Oh, Saigon",
+ "Only for You",
+ "Operation Homecoming: Writing the Wartime Experience",
+ "P.S. I Love You",
+ "P2",
+ "Padre Nuestro",
+ "Paranoid Park",
+ "Passage to Zarahemla",
+ "Pathfinder",
+ "The Perfect Holiday",
+ "Perfect Stranger",
+ "Persepolis",
+ "Pirates of the Caribbean: At World's End",
+ "The Poughkeepsie Tapes",
+ "Premonition",
+ "Press Start",
+ "Pride",
+ "Primeval",
+ "Ratatouille",
+ "The Reaping",
+ "Redline",
+ "Redrum",
+ "Reign Over Me",
+ "Remember the Daze",
+ "Rendition",
+ "Reno 911!: Miami",
+ "Reservation Road",
+ "Resident Evil: Extinction",
+ "Resurrecting the Champ",
+ "Rocket Science",
+ "Rolling",
+ "Rush Hour 3",
+ "Savage Grace",
+ "The Savages",
+ "Saw IV",
+ "The Seeker",
+ "Seraphim Falls",
+ "Shadow Puppets",
+ "Shoot 'Em Up",
+ "Shooter",
+ "ShowBusiness: The Road to Broadway",
+ "Shrek the Third",
+ "Sicko",
+ "The Simpsons Movie",
+ "Sinner",
+ "Sinners",
+ "Sleuth",
+ "Slipstream",
+ "Smiley Face",
+ "Smokin' Aces",
+ "Socket",
+ "Spider-Man 3",
+ "Spiral",
+ "Stardust",
+ "The Star of Bethlehem",
+ "Starting Out in the Evening",
+ "A State of Vine",
+ "Still Green",
+ "Stomp the Yard",
+ "Strange Culture",
+ "Stuck",
+ "Suburban Girl",
+ "Suffering Man's Charity",
+ "Sunshine",
+ "Superbad",
+ "Surf's Up",
+ "Sweeney Todd: The Demon Barber of Fleet Street",
+ "Talk to Me",
+ "Taxi to the Dark Side",
+ "The Ten",
+ "There Will Be Blood",
+ "Things We Lost in the Fire",
+ "TMNT",
+ "Transformers",
+ "Underdog",
+ "Vacancy",
+ "Waitress",
+ "Walk Hard: The Dewey Cox Story",
+ "War",
+ "War/Dance",
+ "The Water Horse: Legend of the Deep",
+ "We Are the Strange",
+ "Welcome to Nollywood",
+ "We Own the Night",
+ "What Love Is",
+ "What We Do Is Secret",
+ "Whisper",
+ "White Noise: The Light",
+ "Who's Your Caddy?",
+ "Why Did I Get Married?",
+ "Wild Hogs",
+ "Wind Chill",
+ "Year of the Dog",
+ "Year of the Fish",
+ "You Kill Me",
+ "Youth Without Youth",
+ "Zodiac",
+ "10,000 BC",
+ "21",
+ "27 Dresses",
+ "88 Minutes",
+ "The Accidental Husband",
+ "An American Carol",
+ "American Teen",
+ "Appaloosa",
+ "August",
+ "Baby Mama",
+ "Babylon A.D.",
+ "Ballast",
+ "Bangkok Dangerous",
+ "Be Kind Rewind",
+ "Bedtime Stories",
+ "Beer for My Horses",
+ "The Betrayal - Nerakhoon",
+ "Beverly Hills Chihuahua",
+ "Body of Lies",
+ "Bolt",
+ "The Boy in the Striped Pyjamas",
+ "The Brothers Bloom",
+ "Burn After Reading",
+ "Cadillac Records",
+ "Changeling",
+ "Che",
+ "Choke",
+ "The Chronicles of Narnia: Prince Caspian",
+ "City of Ember",
+ "Cloverfield",
+ "College",
+ "College Road Trip",
+ "The Curious Case of Benjamin Button",
+ "The Dark Knight",
+ "The Day the Earth Stood Still",
+ "Deal",
+ "The Deal",
+ "Death Race",
+ "Deception",
+ "Defiance",
+ "Definitely, Maybe",
+ "Delgo",
+ "Disaster Movie",
+ "Doomsday",
+ "Doubt",
+ "Drillbit Taylor",
+ "Eagle Eye",
+ "Elegy",
+ "Expelled: No Intelligence Allowed",
+ "The Express",
+ "The Eye",
+ "The Family That Preys",
+ "Felon",
+ "Fireflies in the Garden",
+ "Fireproof",
+ "First Sunday",
+ "Flash of Genius",
+ "Fool's Gold",
+ "The Forbidden Kingdom",
+ "Forever Strong",
+ "Forgetting Sarah Marshall",
+ "Four Christmases",
+ "Frost/Nixon",
+ "Frozen River",
+ "Funny Games",
+ "The Garden",
+ "Garden Party",
+ "Get Smart",
+ "Ghost Town",
+ "Gran Torino",
+ "Hamlet 2",
+ "Hancock",
+ "Hannah Montana & Miley Cyrus: Best of Both Worlds Concert",
+ "The Happening",
+ "Harold",
+ "Harold & Kumar Escape from Guantanamo Bay",
+ "The Haunting of Molly Hartley",
+ "Hellboy II: The Golden Army",
+ "Henry Poole Is Here",
+ "Hero Wanted",
+ "High School Musical 3: Senior Year",
+ "Horton Hears a Who!",
+ "The Hottie and the Nottie",
+ "The House Bunny",
+ "Igor",
+ "In Bruges",
+ "The Incredible Hulk",
+ "Indiana Jones and the Kingdom of the Crystal Skull",
+ "Inkheart",
+ "Iron Man",
+ "Journey to the Center of the Earth",
+ "Jumper",
+ "Kit Kittredge: An American Girl",
+ "Kung Fu Panda",
+ "Lakeview Terrace",
+ "Last Chance Harvey",
+ "Leatherheads",
+ "The Love Guru",
+ "The Longshots",
+ "The Lucky Ones",
+ "Mad Money",
+ "Madagascar: Escape 2 Africa",
+ "Made of Honor",
+ "Mamma Mia!",
+ "Man on Wire",
+ "Marley & Me",
+ "Max Payne",
+ "Meet Dave",
+ "Meet the Browns",
+ "Meet the Spartans",
+ "The Midnight Meat Train",
+ "Milk",
+ "Miracle at St. Anna",
+ "Mirrors",
+ "The Mummy: Tomb of the Dragon Emperor",
+ "My Best Friend's Girl",
+ "My Sassy Girl",
+ "Never Back Down",
+ "Nick and Norah's Infinite Playlist",
+ "Nights in Rodanthe",
+ "Nim's Island",
+ "Nothing But the Truth",
+ "Nothing Like the Holidays",
+ "One Missed Call",
+ "The Other Boleyn Girl",
+ "Over Her Dead Body",
+ "Passengers",
+ "Pathology",
+ "Patti Smith: Dream of Life",
+ "Pineapple Express",
+ "The Pirates Who Don't Do Anything: A VeggieTales Movie",
+ "Pray the Devil Back to Hell",
+ "Pride and Glory",
+ "Prom Night",
+ "The Promotion",
+ "Proud American",
+ "Punisher: War Zone",
+ "Quantum of Solace",
+ "Quarantine",
+ "Rachel Getting Married",
+ "Rambo",
+ "The Reader",
+ "Redbelt",
+ "Religulous",
+ "Rent: Filmed Live on Broadway",
+ "Repo! The Genetic Opera",
+ "Revolutionary Road",
+ "Righteous Kill",
+ "The Rocker",
+ "Role Models",
+ "The Ruins",
+ "Saw V",
+ "The Secret Life of Bees",
+ "Semi-Pro",
+ "Seven Pounds",
+ "Sex and the City",
+ "Sex Drive",
+ "Shutter",
+ "The Sisterhood of the Traveling Pants 2",
+ "Sleepwalking",
+ "Smart People",
+ "Soul Men",
+ "Space Chimps",
+ "Speed Racer",
+ "The Spiderwick Chronicles",
+ "Spike",
+ "The Spirit",
+ "Spy School",
+ "Star Wars: The Clone Wars",
+ "Step Brothers",
+ "Step Up 2: The Streets",
+ "Stop-Loss",
+ "Strange Wilderness",
+ "The Strangers",
+ "Street Kings",
+ "Superhero Movie",
+ "Swing Vote",
+ "Taken",
+ "The Tale of Despereaux",
+ "Traitor",
+ "Tropic Thunder",
+ "Trouble the Water",
+ "Twilight",
+ "U2 3D",
+ "Untraceable",
+ "Valkyrie",
+ "Vantage Point",
+ "Vicky Cristina Barcelona",
+ "Visioneers",
+ "W.",
+ "The Wackness",
+ "WALL-E",
+ "Waltz with Bashir",
+ "Wanted",
+ "War, Inc.",
+ "Welcome Home Roscoe Jenkins",
+ "What Doesn't Kill You",
+ "What Happens in Vegas",
+ "What Just Happened",
+ "Witless Protection",
+ "The Women",
+ "The Wrestler",
+ "The X-Files: I Want to Believe",
+ "Yes Man",
+ "You Don't Mess with the Zohan",
+ "Zack and Miri Make a Porno",
+ "(500) Days of Summer",
+ "12 Rounds",
+ "17 Again",
+ "2012",
+ "9",
+ "Adam",
+ "Adventureland",
+ "After.Life",
+ "Alien Trespass",
+ "Aliens in the Attic",
+ "All About Steve",
+ "Alvin and the Chipmunks: The Squeakquel",
+ "Amelia",
+ "American Violet",
+ "Angels & Demons",
+ "The Answer Man",
+ "Arcadia Lost",
+ "Armored",
+ "Assassination of a High School President",
+ "Astro Boy",
+ "Avatar",
+ "Away We Go",
+ "The Bad Lieutenant: Port of Call New Orleans",
+ "Bandslam",
+ "Battle for Terra",
+ "Berdella[2]",
+ "Beyond a Reasonable Doubt",
+ "Big Fan",
+ "The Blind Side",
+ "Boogie Town",
+ "The Boondock Saints II: All Saints Day",
+ "The Box",
+ "Bride Wars",
+ "Brothers",
+ "The Brothers Bloom",
+ "Brother's War",
+ "Brothers at War",
+ "Brüno",
+ "C Me Dance",
+ "Capitalism: A Love Story",
+ "Carriers",
+ "The Chaos Experiment",
+ "A Christmas Carol",
+ "Cirque du Freak: The Vampire's Assistant",
+ "Cloudy with a Chance of Meatballs",
+ "Cold Souls",
+ "The Collector",
+ "Confessions of a Shopaholic",
+ "Coraline",
+ "Couples Retreat",
+ "The Cove",
+ "Crank: High Voltage",
+ "Crazy Heart",
+ "The Cross",
+ "Crossing Over",
+ "Dance Flick",
+ "Did You Hear About the Morgans?",
+ "District 9",
+ "Drag Me to Hell",
+ "Dragonball Evolution",
+ "Duplicity",
+ "Echelon Conspiracy",
+ "Every Little Step",
+ "Everybody's Fine",
+ "Extract",
+ "Fame",
+ "Fantastic Mr. Fox",
+ "Fast & Furious",
+ "Fighting",
+ "The Final Destination",
+ "Fired Up!",
+ "Food, Inc.",
+ "Fragments",
+ "Friday the 13th",
+ "Funny People",
+ "G-Force",
+ "G.I. Joe: The Rise of Cobra",
+ "Gallowwalker",
+ "Gamer",
+ "Gentlemen Broncos",
+ "Ghosts of Girlfriends Past",
+ "Gigantic",
+ "The Girlfriend Experience",
+ "The Goods: Live Hard, Sell Hard",
+ "The Great Buck Howard",
+ "The Grudge 3",
+ "Halloween II",
+ "The Hangover",
+ "Hannah Montana: The Movie",
+ "Harry Potter and the Half-Blood Prince",
+ "The Haunting in Connecticut",
+ "He's Just Not That Into You",
+ "The Hole",
+ "Homecoming",
+ "Horrorween",
+ "Horsemen",
+ "Hotel for Dogs",
+ "Humpday",
+ "I Can Do Bad All By Myself",
+ "I Hate Valentine's Day",
+ "I Hope They Serve Beer in Hell",
+ "The Hurt Locker",
+ "I Love You, Beth Cooper",
+ "I Love You, Man",
+ "Ice Age: Dawn of the Dinosaurs",
+ "Imagine That",
+ "The Imaginarium of Doctor Parnassus",
+ "The Informant!",
+ "The Informers",
+ "Inglourious Basterds",
+ "Ink",
+ "The International",
+ "Invictus",
+ "An Invisible Sign",
+ "The Invention of Lying",
+ "It Might Get Loud",
+ "It's Complicated",
+ "Janky Promoters",
+ "Jennifer's Body",
+ "Jonas Brothers: The 3D Concert Experience",
+ "Julie & Julia",
+ "Knowing",
+ "Labor Pains",
+ "Laid to Rest",
+ "Land of the Lost",
+ "The Last House on the Left",
+ "Law Abiding Citizen",
+ "Life During Wartime",
+ "The Lightkeepers",
+ "The Limits of Control",
+ "Love Happens",
+ "Love N' Dancing",
+ "The Lovely Bones",
+ "Lymelife",
+ "Madea Goes to Jail",
+ "The Maiden Heist",
+ "Management",
+ "Me and Orson Welles",
+ "The Men Who Stare at Goats",
+ "The Merry Gentleman",
+ "The Messenger",
+ "Michael Jackson's This Is It",
+ "Miss March",
+ "Monsters vs. Aliens",
+ "Motherhood",
+ "My Bloody Valentine 3D",
+ "My Life in Ruins",
+ "My Sister's Keeper",
+ "My One and Only",
+ "New in Town",
+ "New Moon",
+ "New York, I Love You",
+ "Next Day Air",
+ "Night at the Museum: Battle of the Smithsonian",
+ "Nine",
+ "Ninja Assassin",
+ "Not Easily Broken",
+ "Not Forgotten",
+ "Notorious",
+ "Observe and Report",
+ "Obsessed",
+ "Old Dogs",
+ "Opie Gets Laid",
+ "Orphan",
+ "Pandorum",
+ "Paper Heart",
+ "Paul Blart: Mall Cop",
+ "A Perfect Getaway",
+ "Phoebe in Wonderland",
+ "The Pink Panther 2",
+ "Planet 51",
+ "Post Grad",
+ "Powder Blue",
+ "Precious",
+ "The Princess and the Frog",
+ "The Private Lives of Pippa Lee",
+ "The Proposal",
+ "Public Enemies",
+ "Push",
+ "Quantum Quest: A Cassini Space Odyssey",
+ "Race to Witch Mountain",
+ "The Road",
+ "Saw VI",
+ "A Serious Man",
+ "Sherlock Holmes",
+ "Shrink",
+ "Shorts",
+ "A Single Man",
+ "The Slammin' Salmon",
+ "The Soloist",
+ "Sorority Row",
+ "Spread",
+ "The Star of Bethlehem",
+ "Star Trek",
+ "State of Play",
+ "The Stepfather",
+ "Street Fighter: The Legend of Chun-Li",
+ "Surrogates",
+ "The Taking of Pelham 123",
+ "Taking Woodstock",
+ "Tekken",
+ "Tennessee",
+ "Terminator Salvation",
+ "Tetro",
+ "The Time Traveler's Wife",
+ "Transformers: Revenge of the Fallen",
+ "Trick 'r Treat",
+ "True Adolescents",
+ "Tyson",
+ "The Ugly Truth",
+ "The Unborn",
+ "Underworld: Rise of the Lycans",
+ "The Uninvited",
+ "Up",
+ "Up in the Air",
+ "Wah Do Dem",
+ "Watchmen",
+ "We Live in Public",
+ "What Goes Up",
+ "Whatever Works",
+ "Where the Wild Things Are",
+ "Whiteout",
+ "Whip It",
+ "World's Greatest Dad",
+ "X Games 3D: The Movie",
+ "X-Men Origins: Wolverine",
+ "Year One",
+ "The Young Victoria",
+ "Zombieland",
+ "127 Hours",
+ "8: The Mormon Proposition",
+ "The A-Team",
+ "A Little Help",
+ "Adventures of Power",
+ "Alice in Wonderland",
+ "All Good Things",
+ "All My Friends Are Funeral Singers",
+ "Alpha and Omega",
+ "The American",
+ "The Back-up Plan",
+ "Barry Munday",
+ "BearCity",
+ "Big Money Rustlas",
+ "Black Swan",
+ "Blue Valentine",
+ "The Book of Eli",
+ "Bouncing Cats",
+ "The Bounty Hunter",
+ "Brooklyn's Finest",
+ "Brutal Beauty: Tales of the Rose City Rollers",
+ "Buried",
+ "Burlesque",
+ "Case 39",
+ "Casino Jack",
+ "Casino Jack and the United States of Money",
+ "Cats & Dogs: The Revenge of Kitty Galore",
+ "Charlie St. Cloud",
+ "The Chronicles of Narnia: The Voyage of the Dawn Treader",
+ "City Island",
+ "Clash of the Titans",
+ "Client 9: The Rise and Fall of Eliot Spitzer",
+ "The Company Men",
+ "Conviction",
+ "Cop Out",
+ "Countdown to Zero",
+ "Country Strong",
+ "The Crazies",
+ "Crazy on the Outside",
+ "Cyrus",
+ "Date Night",
+ "Darkening Sky",
+ "Daybreakers",
+ "Dead Awake",
+ "Dear John",
+ "Death at a Funeral",
+ "Despicable Me",
+ "Devil",
+ "Diary of a Wimpy Kid",
+ "Dinner for Schmucks",
+ "Dirty Girl",
+ "Due Date",
+ "Easy A",
+ "Eat Pray Love",
+ "The Twilight Saga: Eclipse",
+ "Edge of Darkness",
+ "The Expendables",
+ "The Extra Man",
+ "Extraordinary Measures",
+ "Fair Game",
+ "Faster",
+ "The Fighter",
+ "Flipped",
+ "For Colored Girls",
+ "Freakonomics",
+ "From Paris with Love",
+ "Frozen",
+ "Furry Vengeance",
+ "Game of Death",
+ "Get Him to the Greek",
+ "Get Low",
+ "Going the Distance",
+ "The Good Guy",
+ "The Greatest",
+ "Green Zone",
+ "Greenberg",
+ "Grown Ups",
+ "Gulliver's Travels",
+ "Happy Tears",
+ "Hachiko: A Dog's Story",
+ "Harry Potter and the Deathly Hallows: Part 1",
+ "Hereafter",
+ "Holy Rollers",
+ "Hot Tub Time Machine",
+ "How Do You Know",
+ "How to Train Your Dragon",
+ "Hubble 3D",
+ "Hurricane Season",
+ "Hyenas",
+ "I Love You Phillip Morris",
+ "I'm Still Here",
+ "Inception",
+ "Iron Man 2",
+ "It's Kind of a Funny Story",
+ "Jack Goes Boating",
+ "Jackass 3-D",
+ "Jonah Hex",
+ "The Joneses",
+ "Just Wright",
+ "Kaboom",
+ "The Karate Kid",
+ "Kick-Ass",
+ "The Kids Are All Right",
+ "The Killer Inside Me",
+ "Killers",
+ "Knight and Day",
+ "Knucklehead",
+ "The Last Airbender",
+ "The Last Exorcism",
+ "The Last Song",
+ "Leap Year",
+ "Legend of the Guardians: The Owls of Ga'Hoole",
+ "Legendary",
+ "Legion",
+ "Let Me In",
+ "Letters to God",
+ "Letters to Juliet",
+ "Life as We Know It",
+ "Like Dandelion Dust",
+ "Little Fockers",
+ "The Losers",
+ "Lottery Ticket",
+ "Love Ranch",
+ "Love & Other Drugs",
+ "MacGruber",
+ "Machete",
+ "Marmaduke",
+ "Marwencol",
+ "Megamind",
+ "Middle Men",
+ "Mirrors 2",
+ "Morning Glory",
+ "Mother and Child",
+ "My Soul to Take",
+ "Nanny McPhee Returns",
+ "Never Let Me Go",
+ "The Next Three Days",
+ "Night Catches Us",
+ "A Nightmare on Elm Street",
+ "The Other Guys",
+ "Our Family Wedding",
+ "Paper Man",
+ "Paranormal Activity 2",
+ "Passion Play",
+ "Percy Jackson & the Olympians: The Lightning Thief",
+ "The Perfect Game",
+ "Piranha 3-D",
+ "Please Give",
+ "Preacher's Kid",
+ "Predators",
+ "Prince of Persia: The Sands of Time",
+ "Rabbit Hole",
+ "Ramona and Beezus",
+ "The Rebound",
+ "Red",
+ "Remember Me",
+ "Repo Men",
+ "Resident Evil: Afterlife",
+ "Robin Hood",
+ "The Romantics",
+ "The Runaways",
+ "Saint John of Las Vegas",
+ "Salt",
+ "Saw VII",
+ "Scott Pilgrim vs. the World",
+ "Secretariat",
+ "Sex and the City 2",
+ "She's Out of My League",
+ "Shrek Forever After",
+ "Shutter Island",
+ "Skyline",
+ "Small Town Saturday Night",
+ "The Social Network",
+ "Solitary Man",
+ "Somewhere",
+ "The Sorcerer's Apprentice",
+ "Splice",
+ "The Spy Next Door",
+ "Step Up 3D",
+ "Stone",
+ "The Sundowner",
+ "The Switch",
+ "Takers",
+ "Tangled",
+ "The Tempest",
+ "Tooth Fairy",
+ "The Town",
+ "The Tourist",
+ "Toy Story 3",
+ "Tron: Legacy",
+ "True Grit",
+ "Twelve",
+ "Unstoppable",
+ "Valentine's Day",
+ "Vampires Suck",
+ "Waiting for Superman",
+ "Wall Street: Money Never Sleeps",
+ "Welcome to the Rileys",
+ "What If...",
+ "What's Wrong with Virginia",
+ "When in Rome",
+ "Why Did I Get Married Too?",
+ "Winnebago Man",
+ "Winter's Bone",
+ "The Wolfman",
+ "Wonderful World",
+ "Yogi Bear",
+ "You Again",
+ "You Will Meet a Tall Dark Stranger",
+ "Youth in Revolt",
+ "11-11-11",
+ "30 Minutes or Less",
+ "35 and Ticking",
+ "50/50",
+ "Abduction",
+ "The Adjustment Bureau",
+ "The Adventures of Tintin: The Secret of the Unicorn",
+ "African Cats",
+ "Alvin and the Chipmunks: Chipwrecked",
+ "Another Earth",
+ "Apollo 18",
+ "The Art of Getting By",
+ "Arthur",
+ "Arthur Christmas",
+ "Atlas Shrugged: Part I",
+ "Bad Teacher",
+ "Battle: Los Angeles",
+ "Beastly",
+ "Beats, Rhymes & Life: The Travels of a Tribe Called Quest",
+ "The Beaver",
+ "Beginners",
+ "A Better Life",
+ "Big Mommas: Like Father, Like Son",
+ "The Big Year",
+ "Born to Be Wild 3D",
+ "The Twilight Saga: Breaking Dawn - Part 1",
+ "Bridesmaids",
+ "Buck",
+ "Bucky Larson: Born to Be a Star",
+ "Captain America: The First Avenger",
+ "Carnage",
+ "Cars 2",
+ "Cedar Rapids",
+ "The Change-Up",
+ "The Chaperone",
+ "Colombiana",
+ "Conan the Barbarian",
+ "The Conspirator",
+ "Contagion",
+ "Courageous",
+ "Cowboys & Aliens",
+ "Crazy, Stupid, Love.",
+ "The Darkest Hour",
+ "Dead Stop",
+ "The Debt",
+ "The Descendants",
+ "The Devil's Double",
+ "Diary of a Wimpy Kid: Rodrick Rules",
+ "The Dilemma",
+ "Dirty Girl",
+ "Dolphin Tale",
+ "Don't Be Afraid of the Dark",
+ "The Double",
+ "Dream House",
+ "Drive",
+ "Drive Angry",
+ "Dylan Dog: Dead of Night",
+ "The Eagle",
+ "Everything Must Go",
+ "Extremely Loud and Incredibly Close",
+ "Fast Five",
+ "Father of Invention",
+ "Fear of a Black Republican",
+ "Final Destination 5",
+ "Footloose",
+ "Friends with Benefits",
+ "Fright Night",
+ "From Prada to Nada",
+ "The Future",
+ "The Girl with the Dragon Tattoo",
+ "Glee: The 3D Concert Movie",
+ "Gnomeo and Juliet",
+ "A Good Old Fashioned Orgy",
+ "The Good Doctor",
+ "The Greatest Movie Ever Sold",
+ "The Green Hornet",
+ "Green Lantern",
+ "Hall Pass",
+ "The Hangover: Part II",
+ "Hanna",
+ "Happy Feet Two",
+ "Happythankyoumoreplease",
+ "Harry Potter and the Deathly Hallows: Part 2",
+ "The Heart Specialist",
+ "The Help",
+ "Hesher",
+ "Higher Ground",
+ "Hoodwinked Too! Hood vs. Evil",
+ "Hop",
+ "Horrible Bosses",
+ "Hugo",
+ "I Am Number Four",
+ "I Don't Know How She Does It",
+ "I Melt with You",
+ "The Ides of March",
+ "Immortals",
+ "In Time",
+ "Inside Out",
+ "Insidious",
+ "J. Edgar",
+ "Jack and Jill",
+ "Janie Jones",
+ "Judy Moody and the Not Bummer Summer",
+ "Jumping the Broom",
+ "Just Go with It",
+ "Justin Bieber: Never Say Never",
+ "Kill the Irishman",
+ "Killer Elite",
+ "Kung Fu Panda 2",
+ "Larry Crowne",
+ "Life in a Day",
+ "Like Crazy",
+ "Limitless",
+ "The Lincoln Lawyer",
+ "Lucky",
+ "Machine Gun Preacher",
+ "Madea's Big Happy Family",
+ "Margaret",
+ "Margin Call",
+ "Mars Needs Moms",
+ "Martha Marcy May Marlene",
+ "The Mechanic",
+ "Midnight in Paris",
+ "Mission: Impossible – Ghost Protocol",
+ "Moneyball",
+ "Money Matters",
+ "Monte Carlo",
+ "Mr. Popper's Penguins",
+ "The Muppets",
+ "The Music Never Stopped",
+ "New Year's Eve",
+ "No Strings Attached",
+ "One Day",
+ "Our Idiot Brother",
+ "Page One: A Year Inside the New York Times",
+ "Paranormal Activity 3",
+ "Paul",
+ "Pearl Jam Twenty",
+ "Peep World",
+ "The Perfect Host",
+ "Pirates of the Caribbean: On Stranger Tides",
+ "Priest",
+ "Prom",
+ "Puncture",
+ "Puss in Boots",
+ "Rango",
+ "Real Steel",
+ "Red Riding Hood",
+ "Red State",
+ "Restless",
+ "The Reunion",
+ "Rio",
+ "Rise of the Planet of the Apes",
+ "The Rite",
+ "The Roommate",
+ "The Rum Diary",
+ "Sanctum",
+ "Scream 4",
+ "Seance: The Summoning",
+ "Season of the Witch",
+ "Seven Days in Utopia",
+ "Shark Night 3D",
+ "Sherlock Holmes: A Game of Shadows",
+ "The Sitter",
+ "Skateland",
+ "The Smurfs",
+ "Snow Flower and the Secret Fan",
+ "Something Borrowed",
+ "The Son of No One",
+ "Soul Surfer",
+ "Source Code",
+ "Spy Kids: All the Time in the World",
+ "Straw Dogs",
+ "Sucker Punch",
+ "Super",
+ "Super 8",
+ "Take Me Home Tonight",
+ "Take Shelter",
+ "Texas Killing Fields",
+ "That's What I Am",
+ "The Thing",
+ "Thor",
+ "The Three Musketeers",
+ "Tower Heist",
+ "Transformers: Dark of the Moon",
+ "The Tree of Life",
+ "Trespass",
+ "Unknown",
+ "A Very Harold & Kumar 3D Christmas",
+ "Waiting for Forever",
+ "Warrior",
+ "Water for Elephants",
+ "The Way",
+ "We Bought a Zoo",
+ "What's Your Number?",
+ "Win Win",
+ "Winnie the Pooh",
+ "X-Men: First Class",
+ "Young Adult",
+ "Your Highness",
+ "Zookeeper",
+ "12/12/12",
+ "2-Headed Shark Attack",
+ "21 Jump Street",
+ "28 Hotel Rooms",
+ "3,2,1... Frankie Go Boom",
+ "40 Days and Nights",
+ "40 Point Plan",
+ "The ABCs of Death",
+ "About Cherry",
+ "Abraham Lincoln vs. Zombies",
+ "Abraham Lincoln: Vampire Hunter",
+ "Act of Valor",
+ "After",
+ "The Aggression Scale",
+ "Air Collision",
+ "Alex Cross",
+ "Alien Origin",
+ "Allegiance",
+ "Alter Egos",
+ "The Amazing Adventures of the Living Corpse",
+ "The Amazing Spider-Man",
+ "American Reunion",
+ "Any Day Now",
+ "Apostle Peter and the Last Supper",
+ "The Apparition",
+ "Arbitrage",
+ "Arcadia",
+ "Argo",
+ "Art Machine",
+ "Atlas Shrugged: Part II",
+ "ATM",
+ "Atom the Amazing Zombie Killer",
+ "The Avengers",
+ "The Babymakers",
+ "Bachelorette",
+ "Bad Ass",
+ "Bad Kids Go to Hell",
+ "Barbie in A Mermaid Tale 2",
+ "Barbie: The Princess and the Popstar",
+ "The Barrens",
+ "Barricade",
+ "Batman Revealed",
+ "Batman: The Dark Knight Returns",
+ "The Battery",
+ "Battlefield America",
+ "Battleship",
+ "The Bay",
+ "BearCity 2: The Proposal",
+ "Beasts of the Southern Wild",
+ "Beauty and the Beast 3D",
+ "The Beauty Inside",
+ "Being Flynn",
+ "Ben Banks",
+ "Bending the Rules",
+ "Bernie",
+ "Best Man Down",
+ "Beverly Hills Chihuahua 3: Viva la Fiesta!",
+ "Beyond",
+ "Big Miracle",
+ "Big Top Scooby-Doo!",
+ "Bill W",
+ "Bindlestiffs",
+ "Black Rock",
+ "Blood for Irina",
+ "Border Run",
+ "The Bourne Legacy",
+ "Brake",
+ "Branded",
+ "Brave",
+ "Breaking Wind",
+ "Broken Roads",
+ "Bully",
+ "Butter",
+ "The Cabin in the Woods",
+ "Caesar and Otto's Deadly Christmas",
+ "California Solo",
+ "California Winter",
+ "Call Me Kuchu",
+ "The Campaign",
+ "Caroline and Jackie",
+ "Casa de Mi Padre",
+ "Celeste and Jesse Forever",
+ "The Central Park Five",
+ "Changing the Game",
+ "Chasing Ice",
+ "Chasing Mavericks",
+ "Chernobyl Diaries",
+ "Chimpanzee",
+ "A Christmas Story 2",
+ "Christmas with the Dead",
+ "Chronicle",
+ "The Citizen",
+ "Clash of the Empires",
+ "Cloud Atlas",
+ "The Cold Light of Day",
+ "The Collection",
+ "Come Morning",
+ "The Comedy",
+ "Compliance",
+ "Contraband",
+ "Cowgirls 'n Angels",
+ "Crave",
+ "Crazy Eyes",
+ "Crooked Arrows",
+ "Damsels in Distress",
+ "The Dark Knight Rises",
+ "Dark Shadows",
+ "Dark Tide",
+ "A Dark Truth",
+ "Darling Companion",
+ "Day One",
+ "Dead Before Dawn",
+ "Dead Man's Burden",
+ "Deadfall",
+ "Deadline",
+ "Death Race 3: Inferno",
+ "Deep Dark Canyon",
+ "Detachment",
+ "Detention of the Dead",
+ "The Devil Inside",
+ "Diary of a Wimpy Kid: Dog Days",
+ "The Dictator",
+ "Divorce Invitation",
+ "Django Unchained",
+ "The Do-Deca-Pentathlon",
+ "Don't Change the Subject",
+ "Dracula Reborn",
+ "Dragon Eyes",
+ "Dysfunctional Friends",
+ "Eating Out 5: The Open Weekend",
+ "Eden",
+ "Elevator",
+ "Elf-Man",
+ "The End of Love",
+ "End of Watch",
+ "Evidence",
+ "Evil Head",
+ "Excision",
+ "Exit Strategy",
+ "The Expendables 2",
+ "Extracted",
+ "Filly Brown",
+ "Finding Nemo 3D",
+ "Fire with Fire",
+ "The First Time",
+ "The Fitzgerald Family Christmas",
+ "The Five-Year Engagement",
+ "Flicka: Country Pride",
+ "Flight",
+ "For a Good Time, Call...",
+ "For Ellen",
+ "For the Love of Money",
+ "The Forger",
+ "Forgetting the Girl",
+ "Fortress",
+ "Frankenweenie",
+ "Friends with Kids",
+ "Fun Size",
+ "Gambit",
+ "Gayby",
+ "Ghost Rider: Spirit of Vengeance",
+ "Girl in Progress",
+ "God Bless America",
+ "Gone",
+ "Good Deeds",
+ "The Grey",
+ "The Guilt Trip",
+ "Haywire",
+ "Hello I Must Be Going",
+ "Here Comes the Boom",
+ "Hick",
+ "High School",
+ "Hit and Run",
+ "Hope Springs",
+ "Hotel Transylvania",
+ "House at the End of the Street",
+ "The Hunger Games",
+ "I Do",
+ "Ice Age: Continental Drift",
+ "Jack Reacher",
+ "Jeff, Who Lives at Home",
+ "John Carter",
+ "Journey 2: The Mysterious Island",
+ "Joyful Noise",
+ "Katy Perry: Part of Me 3D",
+ "Keep the Lights On",
+ "Killer Joe",
+ "A Late Quartet",
+ "Lawless",
+ "Liberal Arts",
+ "Life of Pi",
+ "Lincoln",
+ "A Little Bit of Heaven",
+ "Lockout",
+ "Lola Versus",
+ "The Loneliest Planet",
+ "Looper",
+ "Dr. Seuss' The Lorax",
+ "The Lucky One",
+ "Madagascar 3: Europe's Most Wanted",
+ "Madea's Witness Protection",
+ "Magic Mike",
+ "The Magic of Belle Isle",
+ "Maladies (2012 film)",
+ "Man on a Ledge",
+ "The Man with the Iron Fists",
+ "Marley",
+ "The Master",
+ "Men in Black 3",
+ "Mirror Mirror",
+ "Monsters, Inc. 3D",
+ "Moonrise Kingdom",
+ "Nobody Walks",
+ "The Odd Life of Timothy Green",
+ "One for the Money",
+ "The Oogieloves in the Big Balloon Adventure",
+ "The Oranges",
+ "The Paperboy",
+ "Paranormal Activity 4",
+ "ParaNorman",
+ "Parental Guidance",
+ "Peace, Love, & Misunderstanding",
+ "People Like Us",
+ "The Perks of Being a Wallflower",
+ "Piranha 3DD",
+ "Pitch Perfect",
+ "The Possession",
+ "Premium Rush",
+ "Price Check",
+ "Project X",
+ "Prometheus",
+ "Puppet Master X: Axis Rising",
+ "The Queen of Versailles",
+ "Rampart",
+ "The Raven",
+ "Red Dawn",
+ "Red Hook Summer",
+ "Red Lights",
+ "Red Tails",
+ "The Reluctant Fundamentalist",
+ "Resident Evil: Retribution",
+ "Rise of the Guardians",
+ "Robot & Frank",
+ "Rock of Ages",
+ "Ruby Sparks",
+ "Safe",
+ "Safe House",
+ "Safety Not Guaranteed",
+ "Samsara",
+ "Savages",
+ "Seeking a Friend for the End of the World",
+ "The Sessions",
+ "Silent Hill: Revelation 3D",
+ "Silent House",
+ "Silver Linings Playbook",
+ "Sinister",
+ "Sleepwalk with Me",
+ "Smashed",
+ "Snow White & the Huntsman",
+ "Sound of My Voice",
+ "Sparkle",
+ "Star Wars: Episode I – The Phantom Menace 3D",
+ "Step Up Revolution",
+ "Stolen",
+ "The Swan Princess Christmas",
+ "Taken 2",
+ "The Tall Man",
+ "Ted",
+ "That's My Boy",
+ "Think Like a Man",
+ "This Is 40",
+ "This Means War",
+ "A Thousand Words",
+ "The Three Stooges",
+ "Thunderstruck",
+ "Titanic 3D",
+ "Tomorrow You're Gone",
+ "Total Recall",
+ "Touchback",
+ "Trouble with the Curve",
+ "The Twilight Saga: Breaking Dawn - Part 2",
+ "Underworld: Awakening",
+ "The Unspeakable Act",
+ "V/H/S",
+ "Virginia",
+ "The Vow",
+ "Wanderlust",
+ "The Watch",
+ "What to Expect When You're Expecting",
+ "Won't Back Down",
+ "The Words",
+ "Wrath of the Titans",
+ "Wreck-It Ralph",
+ "Goodbye Promise",
+ "Zero Dark Thirty",
+ "2 Guns",
+ "12 Rounds 2: Reloaded",
+ "12 Years a Slave",
+ "20 Feet from Stardom",
+ "21 and Over",
+ "3 Geezers!",
+ "30 Nights of Paranormal Activity with the Devil Inside the Girl with the Dragon Tattoo",
+ "42",
+ "47 Ronin",
+ "9 Full Moons",
+ "The ABCs of Death",
+ "Abandoned Mine",
+ "A.C.O.D.",
+ "Admission",
+ "After Earth",
+ "Aftershock",
+ "Ain't Them Bodies Saints",
+ "All Is Lost",
+ "Alone yet Not Alone",
+ "American Hustle",
+ "Anchorman 2: The Legend Continues",
+ "Angels Sing",
+ "Apartment 1303 3D",
+ "Apocalypse Earth",
+ "At Any Price",
+ "Arthur Newman",
+ "Artifact",
+ "Ass Backwards",
+ "Assault on Wall Street",
+ "August: Osage County",
+ "Baggage Claim",
+ "Battle of the Year",
+ "The Baytown Outlaws",
+ "Beautiful Creatures",
+ "Before Midnight",
+ "Behind the Candelabra",
+ "Beneath",
+ "Beside Still Waters",
+ "Best Kept Secret",
+ "Best Man Down",
+ "The Best Man Holiday",
+ "Beyond the Farthest Star",
+ "Big Ass Spider!",
+ "Big Sur",
+ "The Big Wedding",
+ "Black Nativity",
+ "Blackfish",
+ "Black Rock",
+ "Bless Me, Ultima",
+ "The Bling Ring",
+ "Blue Caprice",
+ "Blue Jasmine",
+ "Blue Ruin",
+ "The Book of Esther",
+ "The Book Thief",
+ "Bounty Killer",
+ "The Brass Teapot",
+ "Breathe In",
+ "Bridegroom",
+ "Broken City",
+ "Bullet to the Head",
+ "The Butler",
+ "C.O.G.",
+ "The Call",
+ "Can a Song Save Your Life?",
+ "The Canyons",
+ "Captain Phillips",
+ "Carrie",
+ "CBGB",
+ "Charlie Countryman",
+ "Cheech & Chong's Animated Movie",
+ "Chilling Visions: 5 Senses of Fear",
+ "Clark: A Gonzomentary",
+ "The Cloth",
+ "Cloudy with a Chance of Meatballs 2",
+ "Coffin Baby",
+ "Company of Heroes",
+ "The Company You Keep",
+ "Computer Chess",
+ "Concussion",
+ "The Conjuring",
+ "Contest",
+ "Continental",
+ "Contracted",
+ "The Contractor",
+ "The Counselor",
+ "The Croods",
+ "Cutie and the Boxer",
+ "Dallas Buyers Club",
+ "Dark Skies",
+ "A Dark Truth",
+ "Dead Man Down",
+ "Despicable Me 2",
+ "Disconnect",
+ "Dirty Wars",
+ "Don Jon",
+ "Don't Stop Believin': Everyman's Journey",
+ "Dracula: The Dark Prince",
+ "Drinking Buddies",
+ "Elysium",
+ "Emperor",
+ "Empire State",
+ "Ender's Game",
+ "The English Teacher",
+ "Enough Said",
+ "Epic",
+ "Erased",
+ "Escape from Planet Earth",
+ "Escape Plan",
+ "Europa Report",
+ "Evil Dead",
+ "The Face of Love",
+ "Family Weekend",
+ "Far Marfa",
+ "Fast & Furious 6",
+ "The Fifth Estate",
+ "Five Dances",
+ "Foodfight!",
+ "Frances Ha",
+ "The Frankenstein Theory",
+ "Free Birds",
+ "Fright Night 2: New Blood",
+ "Frozen",
+ "The Frozen Ground",
+ "Fruitvale Station",
+ "G.B.F.",
+ "G.I. Joe: Retaliation",
+ "Gangster Squad",
+ "Generation Iron",
+ "Geography Club",
+ "Getaway",
+ "The Ghost Army",
+ "Girl Most Likely",
+ "A Glimpse Inside the Mind of Charles Swan III",
+ "Go for Sisters",
+ "A Good Day to Die Hard",
+ "Grace Unplugged",
+ "Gravity",
+ "The Great Gatsby",
+ "The Green Inferno",
+ "Greetings from Tim Buckley",
+ "Grow Up, Tony Phillips",
+ "Grown Ups 2",
+ "Grudge Match",
+ "The Hangover Part III",
+ "Hansel & Gretel",
+ "Hansel & Gretel Get Baked",
+ "Hansel & Gretel: Witch Hunters",
+ "Hansel & Gretel: Warriors of Witchcraft",
+ "Hatchet III",
+ "Hateship, Loveship",
+ "A Haunted House",
+ "The Haunting in Connecticut 2: Ghosts of Georgia",
+ "He's Way More Famous Than You",
+ "The Heat",
+ "Hell Baby",
+ "Her",
+ "Hit & Stay",
+ "The Hobbit: The Desolation of Smaug",
+ "Home Run",
+ "Homefront",
+ "The Hospital",
+ "The Host",
+ "The Hot Flashes",
+ "Hours",
+ "House of Dust",
+ "How to Lose Your Virginity",
+ "How to Be a Man",
+ "The Hunger Games: Catching Fire",
+ "I Am Divine",
+ "I'm in Love with a Church Girl",
+ "I Know That Voice",
+ "I Spit on Your Grave 2",
+ "I Used to Be Darker",
+ "The Iceman",
+ "Identity Thief",
+ "In a World...",
+ "InAPPropriate Comedy",
+ "The Incredible Burt Wonderstone",
+ "Indescribable",
+ "Inequality for All",
+ "The Inevitable Defeat of Mister & Pete",
+ "Inside Llewyn Davis",
+ "Insidious: Chapter 2",
+ "The Internship",
+ "Iron Man 3",
+ "ISteve",
+ "It's a Disaster",
+ "Jack the Giant Killer",
+ "Jack the Giant Slayer",
+ "Jackass Presents: Bad Grandpa",
+ "Java Heat",
+ "Jay & Silent Bob's Super Groovy Cartoon Movie",
+ "Jayne Mansfield's Car",
+ "Jobs",
+ "John Dies at the End",
+ "Joe",
+ "Jug Face",
+ "Justice League: The Flashpoint Paradox",
+ "Justin Bieber's Believe",
+ "Kevin Hart: Let Me Explain",
+ "Kick-Ass 2",
+ "Kill Your Darlings",
+ "Killing Season",
+ "The Kings of Summer",
+ "Kink",
+ "Kiss of the Damned",
+ "Knife Fight",
+ "Koch",
+ "Lake Windfall",
+ "Last Call",
+ "The Last Exorcism Part II",
+ "The Last of Robin Hood",
+ "The Last Stand",
+ "Last Vegas",
+ "Last Weekend",
+ "The Legend of Jimi Lazer",
+ "Let the Fire Burn",
+ "Liars All",
+ "Life of Crime",
+ "The Lifeguard",
+ "Lil Bub & Friendz",
+ "Little Feet",
+ "The Lone Ranger",
+ "The Lords of Salem",
+ "The Lost Medallion: The Adventures of Billy Stone",
+ "Lovelace",
+ "Lone Survivor",
+ "Lucky Them",
+ "LUV",
+ "Machete Kills",
+ "A Madea Christmas",
+ "Magic Magic",
+ "Manhattan Romance",
+ "Man of Steel",
+ "Manhunt: The Search for Bin Laden",
+ "The Marine 3: Homefront",
+ "Masterminds",
+ "McCanick",
+ "Medora",
+ "The Men Who Lost China",
+ "Metallica Through the Never",
+ "Monsters University",
+ "The Mortal Instruments: City of Bones",
+ "Movie 43",
+ "Much Ado About Nothing",
+ "Mud",
+ "Nebraska",
+ "No One Lives",
+ "Now You See Me",
+ "Oblivion",
+ "Officer Down",
+ "Oldboy",
+ "Olympus Has Fallen",
+ "One Direction: This Is Us",
+ "Out of the Furnace",
+ "Oz the Great and Powerful",
+ "Pacific Rim",
+ "The Package",
+ "Pain & Gain",
+ "Palominas",
+ "Half Life",
+ "Paradise",
+ "Paranoia",
+ "The Pardon",
+ "Parker",
+ "Parkland",
+ "Pawn",
+ "Pawn Shop Chronicles",
+ "Penthouse North",
+ "Percy Jackson: Sea of Monsters",
+ "Phantom",
+ "Philomena",
+ "Pit Stop",
+ "The Place Beyond the Pines",
+ "Planes",
+ "Plush",
+ "Plus One",
+ "The Power Inside",
+ "The Pretty One",
+ "Prince Avalanche",
+ "Prisoners",
+ "Project 2x1",
+ "Proxy",
+ "The Punk Singer",
+ "The Purge",
+ "Rapture-Palooza",
+ "The Red Robin",
+ "RED 2",
+ "A Resurrection",
+ "Riddick",
+ "R.I.P.D.",
+ "Roadside",
+ "Robosapien: Rebooted",
+ "Robotech: Love Live Alive",
+ "Runner Runner",
+ "Safe Haven",
+ "Salinger",
+ "The Saratov Approach",
+ "Savannah",
+ "Saving Lincoln",
+ "Saving Mr. Banks",
+ "Saving Santa",
+ "Scary Movie 5",
+ "Scenic Route",
+ "Scrapper",
+ "Season of Miracles",
+ "Sex Boss",
+ "The Secret Life of Walter Mitty",
+ "Sexy Evil Genius",
+ "Shadow People",
+ "She Wants Me",
+ "Short Term 12",
+ "Shotgun Wedding",
+ "Side Effects",
+ "A Single Shot",
+ "Skinwalker Ranch",
+ "The Smurfs 2",
+ "The Smurfs: The Legend of Smurfy Hollow",
+ "Snitch",
+ "Some Velvet Morning",
+ "Sound City",
+ "The Spectacular Now",
+ "Spiders 3D",
+ "Spirit of the Marathon II",
+ "Spring Breakers",
+ "Standing Up",
+ "Stand Up Guys",
+ "Star Trek Into Darkness",
+ "The Starving Games",
+ "Stoker",
+ "Straight A's",
+ "Struck by Lightning",
+ "Submit the Documentary",
+ "Sunlight Jr.",
+ "Super Buddies",
+ "Superman: Unbound",
+ "Sweetwater",
+ "A Teacher",
+ "Temptation: Confessions of a Marriage Counselor",
+ "Test",
+ "Texas Chainsaw 3D",
+ "The Square",
+ "This Is the End",
+ "Thor: The Dark World",
+ "Turbo",
+ "Tyler Perry Presents Peeples",
+ "UnHung Hero",
+ "The Unknown Known",
+ "The Unspeakable Act",
+ "Unsupersize Me",
+ "The Upper Footage",
+ "Upstream Color",
+ "V/H/S/2",
+ "Vehicle 19",
+ "Violet & Daisy",
+ "The Wait",
+ "Walking with Dinosaurs",
+ "Warm Bodies",
+ "The Way, Way Back",
+ "We Are What We Are",
+ "We Steal Secrets: The Story of WikiLeaks",
+ "We're the Millers",
+ "Welcome to the Jungle",
+ "White House Down",
+ "White Reindeer",
+ "The Wicked",
+ "The Wolf of Wall Street",
+ "The Wolverine",
+ "World War Z",
+ "Wrong",
+ "Wrong Cops",
+ "You're Next",
+ "You Are Here",
+ "Zero Charisma",
+ "Zombie Hunter",
+ "Paranormal Activity: The Marked Ones",
+ "Open Grave",
+ "Cold Comes the Night",
+ "Dumbbells",
+ "The Legend of Hercules",
+ "Raze",
+ "Back in the Day",
+ "Devil's Due",
+ "Jack Ryan: Shadow Recruit",
+ "Jamesy Boy",
+ "The Nut Job",
+ "Ride Along",
+ "Black Water Vampire",
+ "I, Frankenstein",
+ "Mega Shark Versus Mecha Shark",
+ "Labor Day",
+ "That Awkward Moment",
+ "Somewhere Slow",
+ "Android Cop",
+ "The Monuments Men",
+ "The Outsider",
+ "Scorned",
+ "After the Dark",
+ "Nurse 3D",
+ "The Pretty One",
+ "Vampire Academy",
+ "About Last Night",
+ "Adult World",
+ "Camp Takota",
+ "Date and Switch",
+ "Endless Love",
+ "RoboCop",
+ "Someone Marry Barry",
+ "Apocalypse Pompeii",
+ "3 Days to Kill",
+ "Angels in Stardust",
+ "Barefoot",
+ "Holy Ghost People",
+ "The Bag Man",
+ "Non-Stop",
+ "Repentance",
+ "Son of God",
+ "300: Rise of an Empire",
+ "Mr. Peabody & Sherman",
+ "Better Living Through Chemistry",
+ "Need for Speed",
+ "The Single Moms Club",
+ "Veronica Mars",
+ "Cheap Thrills (film)",
+ "Divergent",
+ "God's Not Dead",
+ "Muppets Most Wanted",
+ "50 to 1",
+ "Noah",
+ "Sabotage",
+ "The Ladies of the House",
+ "Alien Abduction",
+ "Captain America: The Winter Soldier",
+ "In the Blood",
+ "Jinn",
+ "Draft Day",
+ "Oculus",
+ "Rio 2",
+ "Asian School Girls",
+ "Heaven Is for Real",
+ "Authors Anonymous",
+ "A Haunted House 2",
+ "Kid Cannabis",
+ "Transcendence",
+ "13 Sins",
+ "Brick Mansions",
+ "The Other Woman",
+ "Walking with the Enemy",
+ "The Amazing Spider-Man 2",
+ "Bad Johnson",
+ "Decoding Annie Parker",
+ "Walk of Shame",
+ "Devil's Knot",
+ "God's Pocket",
+ "'Moms' Night Out",
+ "Neighbors",
+ "Stage Fright",
+ "Godzilla",
+ "Million Dollar Arm",
+ "The Angriest Man in Brooklyn",
+ "Blended",
+ "Cold in July",
+ "X-Men: Days of Future Past",
+ "Maleficent",
+ "A Million Ways to Die in the West",
+ "Edge of Tomorrow",
+ "The Fault in Our Stars",
+ "Ping Pong Summer",
+ "22 Jump Street",
+ "Hellion",
+ "How to Train Your Dragon 2",
+ "Lullaby",
+ "Murder 101",
+ "Obvious Child",
+ "The Signal",
+ "Jersey Boys",
+ "Think Like a Man Too",
+ "Rebound",
+ "America: Imagine the World Without Her",
+ "They Came Together",
+ "Transformers: Age of Extinction",
+ "Deliver Us from Evil",
+ "Earth to Echo",
+ "School Dance",
+ "Tammy",
+ "Boyhood",
+ "Dawn of the Planet of the Apes",
+ "Rage",
+ "Road to Paloma",
+ "I Origins",
+ "Persecuted",
+ "Planes: Fire & Rescue",
+ "The Purge: Anarchy",
+ "Sex Tape",
+ "Tiger Orange",
+ "Wish I Was Here",
+ "And So It Goes",
+ "Happy Christmas",
+ "Hercules",
+ "Magic in the Moonlight",
+ "My Man Is a Loser",
+ "Get on Up",
+ "Guardians of the Galaxy",
+ "Mercenaries",
+ "4 Minute Mile",
+ "The Hundred-Foot Journey",
+ "Into the Storm",
+ "Step Up: All In",
+ "Teenage Mutant Nina Turtles",
+ "Let's Be Cops",
+ "The Expendables 3",
+ "The Giver",
+ "Life After Beth",
+ "The One I Love",
+ "If I Stay",
+ "Leprechaun: Origins",
+ "Love Is Strange",
+ "The Prince",
+ "Sin City: A Dame to Kill For",
+ "As Above, So Below",
+ "Cake",
+ "Atlas Shrugged: Part III",
+ "Dolphin Tale 2",
+ "Honeymoon",
+ "No Good Deed",
+ "The Guest",
+ "A Walk Among the Tombstones",
+ "The Maze Runner",
+ "The Scribbler",
+ "The Skeleton Twins",
+ "This Is Where I Leave You",
+ "Tusk",
+ "The Boxtrolls",
+ "The Equalizer",
+ "The Song",
+ "The Two Faces of January",
+ "Annabelle",
+ "Gone Girl",
+ "The Good Lie",
+ "Left Behind",
+ "Last Shift",
+ "Addicted",
+ "Alexander and the Terrible, Horrible, No Good, Very Bad Day",
+ "Dracula Untold",
+ "The Judge",
+ "Whiplash",
+ "You're Not You",
+ "Birdman or (The Unexpected Virtue of Ignorance)",
+ "The Book of Life",
+ "Camp X-Ray",
+ "The Czar of Black Hollywood",
+ "Dear White People",
+ "Fury",
+ "Listen Up Philip",
+ "Nightcrawler",
+ "Pernicious",
+ "Young Ones",
+ "Laggies",
+ "Ouija",
+ "Interstellar",
+ "A Merry Friggin' Christmas",
+ "The Better Angels",
+ "Big Hero 6",
+ "Elsa & Fred",
+ "Jessabelle",
+ "The Peripheral",
+ "Beside Still Waters",
+ "Beyond the Lights",
+ "Dumb and Dumber To",
+ "Foxcatcher",
+ "The Homesman",
+ "Saving Christmas",
+ "Witching Hour",
+ "The Hunger Games: Mockingjay – Part 1",
+ "Horrible Bosses 2",
+ "Penguins of Madagascar",
+ "Comet",
+ "Wild",
+ "Exodus: Gods and Kings",
+ "Inherent Vice",
+ "The Color of Time",
+ "Top Five",
+ "Goodbye To All That",
+ "Annie",
+ "Night at the Museum: Secret of the Tomb",
+ "Big Eyes",
+ "The Interview",
+ "Into the Woods",
+ "Unbroken",
+ "The Woman in Black 2: Angel of Death",
+ "Taken 3",
+ "Let's Kill Ward's Wife",
+ "Match",
+ "Blackhat",
+ "Little Accidents",
+ "Paddington",
+ "Spare Parts",
+ "The Wedding Ringer",
+ "Vice",
+ "Veronika Decides to Die",
+ "The Boy Next Door",
+ "Cake",
+ "The Humbling",
+ "Mortdecai",
+ "Song One",
+ "Strange Magic",
+ "We'll Never Have Paris",
+ "Black or White",
+ "The Loft",
+ "Project Almanac",
+ "Wild Card",
+ "3 Nights in the Desert",
+ "Enter the Dangerous Mind",
+ "Jupiter Ascending",
+ "Love, Rosie",
+ "Seventh Son",
+ "The SpongeBob Movie: Sponge Out of Water",
+ "The Voices",
+ "Accidental Love",
+ "Da Sweet Blood of Jesus",
+ "Fifty Shades of Grey",
+ "Kingsman: The Secret Service",
+ "The Last 5 Years",
+ "The Duff",
+ "Hot Tub Time Machine 2",
+ "McFarland, USA",
+ "Everly",
+ "Focus",
+ "The Lazarus Effect",
+ "Maps to the Stars",
+ "Out of the Dark",
+ "Bad Asses on the Bayou",
+ "Chappie",
+ "Road Hard",
+ "The Second Best Exotic Marigold Hotel",
+ "Unfinished Business",
+ "Cinderella",
+ "The Cobbler",
+ "Cymbeline",
+ "Home Sweet Hell",
+ "It Follows",
+ "Muck",
+ "Run All Night",
+ "Danny Collins",
+ "The Divergent Series: Insurgent",
+ "Do You Believe",
+ "The Gunman",
+ "Tracers",
+ "The Walking Deceased",
+ "Get Hard",
+ "Home",
+ "Serena",
+ "While We're Young",
+ "Furious 7",
+ "Woman in Gold",
+ "Ex Machina",
+ "The Longest Ride",
+ "Lost River",
+ "1915",
+ "Alex of Venice",
+ "Beyond the Reach",
+ "Child 44",
+ "Monkey Kingdom",
+ "Paul Blart: Mall Cop 2",
+ "The Road Within",
+ "True Story",
+ "Unfriended",
+ "Adult Beginners",
+ "Blackbird",
+ "Brotherly Love",
+ "Just Before I Go",
+ "Little Boy",
+ "The Age of Adaline",
+ "Avengers: Age of Ultron",
+ "Far from the Madding Crowd",
+ "The D Train",
+ "Hot Pursuit",
+ "Maggie",
+ "Mad Max: Fury Road",
+ "Pitch Perfect 2",
+ "Poltergeist",
+ "Tomorrowland",
+ "When Marnie Was There",
+ "Aloha",
+ "San Andreas",
+ "Spy",
+ "Entourage",
+ "Insidious: Chapter 3",
+ "Love & Mercy",
+ "Jurassic World",
+ "Me and Earl and the Dying Girl",
+ "Dope",
+ "Inside Out",
+ "Max",
+ "Ted 2",
+ "Terminator Genisys",
+ "Minions",
+ "Ant-Man",
+ "Trainwreck",
+ "Pixels",
+ "The Vatican Tapes",
+ "She's Funny That Way",
+ "No Escape",
+ "Agent 47",
+ "Black Mass",
+ "Everest",
+ "War Pigs",
+ "The Martian",
+ "Room (2015 film)",
+ "Crimson Peak",
+ "The Peanuts Movie",
+ "The Good Dinosaur",
+ "Victor Frankenstein",
+ "In the Heart of the Sea",
+ "Concussion",
+ "Daddy's Home",
+ "Joy",
+ "Point Break",
+ "The Revenant",
+ "The Forest",
+ "Anesthesia",
+ "Lamb",
+ "Ride Along 2",
+ "13 Hours: The Secret Soldiers of Benghazi",
+ "Norm of the North",
+ "The Benefactor",
+ "Dirty Grandpa",
+ "The 5th Wave",
+ "The Boy",
+ "Ip Man 3",
+ "Synchronicity",
+ "Kung Fu Panda 3",
+ "The Finest Hours",
+ "Fifty Shades of Black",
+ "Jane Got a Gun",
+ "Hail, Caesar!",
+ "Pride + Prejudice + Zombies",
+ "The Choice",
+ "Deadpool",
+ "Zoolander 2",
+ "How to Be Single",
+ "Risen",
+ "The Witch",
+ "Race",
+ "Gods of Egypt",
+ "Triple 9",
+ "Eddie the Eagle",
+ "Zootopia",
+ "London Has Fallen",
+ "Whiskey Tango Foxtrot",
+ "The Other Side of the Door",
+ "10 Cloverfield Lane",
+ "The Young Messiah",
+ "The Perfect Match",
+ "Hello, My Name Is Doris",
+ "Miracles from Heaven",
+ "The Divergent Series: Allegiant",
+ "The Bronze",
+ "Midnight Special",
+ "Batman v Superman: Dawn of Justice",
+ "My Big Fat Greek Wedding 2",
+ "I Saw the Light",
+ "Everybody Wants Some!!",
+ "God's Not Dead 2",
+ "Meet the Blacks",
+ "Miles Ahead",
+ "The Boss",
+ "Hardcore Henry",
+ "Demolition",
+ "The Invitation",
+ "The Jungle Book",
+ "Barbershop: The Next Cut",
+ "Criminal",
+ "Green Room",
+ "The Huntsman: Winter's War",
+ "A Hologram for the King",
+ "Elvis & Nixon",
+ "Keanu",
+ "Mother's Day",
+ "Ratchet & Clank",
+ "Captain America: Civil War",
+ "Money Monster",
+ "The Darkness",
+ "Love & Friendship",
+ "The Angry Birds Movie",
+ "Neighbors 2: Sorority Rising",
+ "The Nice Guys",
+ "X-Men: Apocalypse",
+ "Alice Through the Looking Glass",
+ "TMNT 2: Out of the Shadows",
+ "Me Before You",
+ "Popstar: Never Stop Never Stopping",
+ "The Conjuring 2",
+ "Warcraft",
+ "Now You See Me 2",
+ "Finding Dory",
+ "Central Intelligence",
+ "Independence Day: Resurgence",
+ "The Shallows",
+ "Free State of Jones",
+ "The Neon Demon",
+ "The Legend of Tarzan",
+ "The BFG",
+ "The Purge: Election Year",
+ "The Secret Life of Pets",
+ "Mike and Dave Need Wedding Dates",
+ "Characterz",
+ "The Infiltrator",
+ "Ghostbusters",
+ "Star Trek Beyond",
+ "Ice Age: Collision Course",
+ "Lights Out",
+ "Jason Bourne",
+ "Bad Moms",
+ "Nerve",
+ "Suicide Squad",
+ "Nine Lives",
+ "Pete's Dragon",
+ "Sausage Party",
+ "Florence Foster Jenkins",
+ "Ben-Hur",
+ "Kubo and the Two Strings",
+ "War Dogs",
+ "Mechanic: Resurrection",
+ "Don't Breathe",
+ "Hands of Stone",
+ "The Light Between Oceans",
+ "Morgan",
+ "Sully",
+ "When the Bough Breaks",
+ "The Wild Life",
+ "The Disappointments Room",
+ "Bridget Jones's Baby",
+ "Snowden",
+ "Blair Witch",
+ "Hillsong: Let Hope Rise",
+ "The Magnificent Seven",
+ "Storks",
+ "South of 8",
+ "Miss Peregrine's Home for Peculiar Children",
+ "Deepwater Horizon",
+ "Masterminds",
+ "The Girl on the Train",
+ "The Birth of a Nation",
+ "Middle School: The Worst Years of My Life",
+ "The Accountant",
+ "Kevin Hart: What Now?",
+ "Max Steel",
+ "Jack Reacher: Never Go Back",
+ "Keeping Up with the Joneses",
+ "Ouija: Origin of Evil",
+ "Boo! A Madea Halloween",
+ "I'm Not Ashamed",
+ "American Pastoral",
+ "Inferno",
+ "Friend Request",
+ "Moana",
+ "Rogue One: A Star Wars Story (film)",
+ "The Founder",
+ "Sing",
+ "A Monster Calls",
+ "Rings",
+ "Underworld: Blood Wars",
+ "Arsenal",
+ "Between Us",
+ "Monster Trucks",
+ "The Bye Bye Man",
+ "Sleepless",
+ "100 Streets",
+ "The Book of Love",
+ "Split",
+ "xXx: Return of Xander Cage",
+ "The Resurrection of Gavin Stone",
+ "Trespass Against Us",
+ "Sophie and the Rising Sun",
+ "A Dog's Purpose",
+ "Resident Evil: The Final Chapter",
+ "Lost in Florence",
+ "I Am Michael",
+ "iBoy",
+ "Rings",
+ "The Space Between Us",
+ "Youth in Oregon",
+ "I Am Not Your Negro",
+ "Growing Up Smith",
+ "The Lego Batman Movie",
+ "Fifty Shades Darker",
+ "John Wick: Chapter 2",
+ "Bornless Ones",
+ "The Great Wall",
+ "A Cure for Wellness",
+ "Fist Fight",
+ "American Fable",
+ "XX",
+ "Lovesong",
+ "Get Out",
+ "Rock Dog",
+ "Collide",
+ "The Girl with All the Gifts",
+ "I Don't Feel at Home in This World Anymore",
+ "Contemporary Color",
+ "Logan",
+ "The Shack",
+ "Before I Fall",
+ "Table 19",
+ "The Last Word",
+ "Catfight",
+ "Donald Cried",
+ "Kong: Skull Island",
+ "Burning Sands",
+ "Beauty and the Beast",
+ "The Belko Experiment",
+ "Song to Song",
+ "Atomica",
+ "All Nighter",
+ "The Devil's Candy",
+ "Power Rangers",
+ "Life",
+ "CHiPs",
+ "Wilson",
+ "Victor",
+ "Car Dogs",
+ "Walk of Fame",
+ "Ghost in the Shell",
+ "The Boss Baby",
+ "The Zookeeper's Wife",
+ "The Blackcoat's Daughter",
+ "The Discovery",
+ "Carrie Pilby",
+ "The Case for Christ",
+ "Smurfs: The Lost Village",
+ "Going in Style",
+ "Colossal",
+ "Gifted",
+ "Aftermath",
+ "The Fate of the Furious",
+ "Spark",
+ "The Lost City of Z",
+ "My Entire High School Sinking Into the Sea",
+ "The Outcasts",
+ "Born in China",
+ "Unforgettable",
+ "The Promise",
+ "The Circle",
+ "How to Be a Latin Lover",
+ "Sleight",
+ "Guardians of the Galaxy Vol. 2",
+ "The Lovers",
+ "3 Generations",
+ "King Arthur: Legend of the Sword",
+ "Snatched",
+ "Lowriders",
+ "The Wall",
+ "Paris Can Wait",
+ "Alien: Covenant",
+ "Diary of a Wimpy Kid: The Long Haul",
+ "Everything, Everything",
+ "Wakefield",
+ "Baywatch",
+ "Pirates of the Caribbean: Dead Men Tell No Tales",
+ "Buena Vista Social Club: Adios",
+ "War Machine",
+ "Wonder Woman",
+ "Captain Underpants: The First Epic Movie",
+ "Dean",
+ "The Mummy",
+ "It Comes at Night",
+ "My Cousin Rachel",
+ "Megan Leavey",
+ "Beatriz at Dinner",
+ "Cars 3",
+ "Rough Night",
+ "All Eyez on Me",
+ "47 Meters Down",
+ "The Book of Henry",
+ "Transformers: The Last Knight",
+ "The Beguiled",
+ "The Big Sick",
+ "The Bad Batch",
+ "Baby Driver",
+ "Okja",
+ "Despicable Me 3",
+ "The House",
+ "The Little Hours",
+ "Inconceivable",
+ "2:22",
+ "A Ghost Story",
+ "Spider-Man: Homecoming",
+ "War for the Planet of the Apes",
+ "Wish Upon",
+ "Dunkirk",
+ "Valerian and the City of a Thousand Planets",
+ "Girls Trip",
+ "First Kill",
+ "Atomic Blonde",
+ "The Emoji Movie",
+ "An Inconvenient Sequel: Truth to Power",
+ "Detroit",
+ "Brigsby Bear",
+ "Menashe",
+ "The Dark Tower",
+ "Kidnap",
+ "Step",
+ "Wind River",
+ "Armed Response",
+ "Annabelle: Creation",
+ "The Glass Castle",
+ "The Nut Job 2: Nutty by Nature",
+ "Good Time",
+ "Ingrid Goes West",
+ "The Only Living Boy in New York",
+ "The Hitman's Bodyguard",
+ "Logan Lucky",
+ "Patti Cake$",
+ "All Saints",
+ "Served Like A Girl",
+ "Beach Rats",
+ "Tulip Fever",
+ "Unlocked",
+ "It",
+ "Home Again",
+ "9/11",
+ "The Good Catholic",
+ "Gun Shy",
+ "American Assassin",
+ "Mother!",
+ "Brad's Status",
+ "Kingsman: The Golden Circle",
+ "The Lego Ninjago Movie",
+ "Stronger",
+ "Battle of the Sexes",
+ "Woodshock",
+ "Victoria & Abdul",
+ "Jeepers Creepers 3",
+ "American Made",
+ "Flatliners",
+ "Mark Felt: The Man Who Brought Down the White House",
+ "Blade Runner 2049",
+ "The Mountain Between Us",
+ "My Little Pony: The Movie",
+ "The Florida Project",
+ "Brawl in Cell Block 99",
+ "Happy Death Day",
+ "Marshall",
+ "Breathe",
+ "Goodbye Christopher Robin",
+ "Professor Marston and the Wonder Women",
+ "Blood Money",
+ "Geostorm",
+ "Only the Brave",
+ "Boo 2! A Madea Halloween",
+ "Same Kind of Different as Me",
+ "Leatherface",
+ "Wonderstruck",
+ "The Killing of a Sacred Deer",
+ "Thank You for Your Service",
+ "Suburbicon",
+ "Jigsaw",
+ "Novitiate",
+ "All I See Is You",
+ "Amityville: The Awakening",
+ "Thor: Ragnarok",
+ "A Bad Moms Christmas",
+ "Last Flag Flying",
+ "Lady Bird",
+ "Murder on the Orient Express",
+ "Daddy's Home 2",
+ "LBJ",
+ "Three Billboards Outside Ebbing, Missouri",
+ "Mayhem",
+ "Justice League",
+ "The Star",
+ "Wonder",
+ "Cook Off!",
+ "Mr. Roosevelt",
+ "Roman J. Israel, Esq.",
+ "Coco",
+ "Darkest Hour",
+ "The Man Who Invented Christmas",
+ "Call Me by Your Name",
+ "The Disaster Artist",
+ "The Shape of Water",
+ "Wonder Wheel",
+ "I, Tonya",
+ "Just Getting Started",
+ "Star Wars: The Last Jedi",
+ "Ferdinand",
+ "Beyond Skyline",
+ "Jumanji: Welcome to the Jungle",
+ "The Greatest Showman",
+ "Pitch Perfect 3",
+ "Downsizing",
+ "Father Figures",
+ "The Post",
+ "Bright",
+ "Crooked House",
+ "Hostiles",
+ "All the Money in the World",
+ "Molly's Game",
+ "Phantom Thread",
+ "Insidious: The Last Key",
+ "The Strange Ones",
+ "Sweet Country",
+ "The Commuter",
+ "Proud Mary",
+ "Acts of Violence",
+ "Freak Show",
+ "Humor Me",
+ "12 Strong",
+ "Den of Thieves",
+ "Forever My Girl",
+ "Maze Runner: The Death Cure",
+ "The Insult",
+ "Please Stand By",
+ "Winchester",
+ "A Fantastic Woman",
+ "Armed",
+ "The Cloverfield Paradox",
+ "The 15:17 to Paris",
+ "Fifty Shades Freed",
+ "Peter Rabbit",
+ "La Boda de Valentina",
+ "Permission",
+ "Monster Family",
+ "Golden Exits",
+ "Black Panther",
+ "Nostalgia",
+ "Samson",
+ "Game Night",
+ "Annihilation",
+ "Every Day",
+ "The Lodgers",
+ "The Cured",
+ "Red Sparrow",
+ "Pickings",
+ "Death Wish",
+ "The Vanishing of Sidney Hall",
+ "A Wrinkle in Time",
+ "Gringo",
+ "Thoroughbreds",
+ "The Hurricane Heist",
+ "The Strangers: Prey at Night",
+ "Tomb Raider",
+ "Love, Simon",
+ "I Can Only Imagine",
+ "7 Days in Entebbe",
+ "Furlough",
+ "Josie",
+ "Flower",
+ "Pacific Rim Uprising",
+ "Isle of Dogs",
+ "Sherlock Gnomes",
+ "Unsane",
+ "Paul, Apostle of Christ",
+ "Final Portrait",
+ "Midnight Sun",
+ "Followers",
+ "Ready Player One",
+ "Tyler Perry's Acrimony",
+ "God's Not Dead: A Light in Darkness",
+ "Gemini",
+ "The Last Movie Star",
+ "A Quiet Place",
+ "Blockers",
+ "You Were Never Really Here",
+ "Chappaquiddick",
+ "Pandas",
+ "The Miracle Season",
+ "Beirut",
+ "Rampage",
+ "Truth or Dare",
+ "The Rider",
+ "Sgt. Stubby: An American Hero",
+ "I Feel Pretty",
+ "Super Troopers 2",
+ "Traffik",
+ "The House of Tomorrow",
+ "Avengers: Infinity War",
+ "Disobedience",
+ "Backstabbing for Beginners",
+ "Kings",
+ "Overboard",
+ "The Cleanse",
+ "Tully",
+ "Bad Samaritan",
+ "Life of the Party",
+ "Breaking In",
+ "The Seagull",
+ "Terminal",
+ "Deadpool 2",
+ "Book Club",
+ "First Reformed",
+ "Pope Francis: A Man of His Word",
+ "Show Dogs",
+ "Solo: A Star Wars Story",
+ "How to Talk to Girls at Parties",
+ "In Darkness",
+ "Future World",
+ "Action Point",
+ "Adrift",
+ "Upgrade",
+ "American Animals",
+ "Social Animals",
+ "Ocean's 8",
+ "Won't You Be My Neighbor?",
+ "Hereditary",
+ "Hotel Artemis",
+ "Superfly",
+ "Incredibles 2",
+ "Tag",
+ "On Chesil Beach",
+ "Gotti",
+ "Jurassic World: Fallen Kingdom",
+ "Boundaries",
+ "Damsel",
+ "The Domestics",
+ "Sicario: Day of the Soldado",
+ "Leave No Trace",
+ "Uncle Drew",
+ "Woman Walks Ahead",
+ "The First Purge",
+ "Ant-Man and the Wasp",
+ "Sorry to Bother You",
+ "Whitney",
+ "Hotel Transylvania 3: Summer Vacation",
+ "Skyscraper",
+ "Eighth Grade",
+ "Don't Worry, He Won't Get Far on Foot",
+ "Shock and Awe",
+ "Mamma Mia! Here We Go Again",
+ "The Equalizer 2",
+ "Blindspotting",
+ "Unfriended: Dark Web",
+ "Gauguin - Voyage de Tahiti",
+ "Mission: Impossible – Fallout",
+ "Teen Titans Go! To the Movies",
+ "Hot Summer Nights",
+ "Puzzle",
+ "Christopher Robin",
+ "The Darkest Minds",
+ "The Spy Who Dumped Me",
+ "Billionaire Boys Club",
+ "Never Goin' Back",
+ "The Miseducation of Cameron Post",
+ "Dog Days",
+ "The Meg",
+ "BlacKkKlansman",
+ "Slender Man",
+ "A Prayer Before Dawn",
+ "Crazy Rich Asians",
+ "Alpha",
+ "Mile 22",
+ "Down a Dark Hall",
+ "The Wife",
+ "The Happytime Murders",
+ "Searching",
+ "Papillon",
+ "A.X.L.",
+ "Operation Finale",
+ "Kin",
+ "Juliet, Naked",
+ "Destination Wedding",
+ "The Nun",
+ "Peppermint",
+ "The Predator",
+ "White Boy Rick",
+ "A Simple Favor",
+ "The Children Act",
+ "Lizzie",
+ "Unbroken: Path to Redemption",
+ "The House with a Clock in Its Walls",
+ "Life Itself",
+ "The Sisters Brothers",
+ "Colette",
+ "Assassination Nation",
+ "Fahrenheit 11/9",
+ "Night School",
+ "Smallfoot",
+ "The Old Man & the Gun",
+ "Hell Fest",
+ "Power of the Air",
+ "Venom",
+ "A Star Is Born",
+ "The Hate U Give",
+ "First Man",
+ "Bad Times at the El Royale",
+ "Goosebumps 2: Haunted Halloween",
+ "Beautiful Boy",
+ "The Oath",
+ "Halloween",
+ "Can You Ever Forgive Me?",
+ "Serenity",
+ "Mid90s",
+ "What They Had",
+ "Wildlife",
+ "Hunter Killer",
+ "Suspiria",
+ "Indivisible",
+ "The Nutcracker and the Four Realms",
+ "Bohemian Rhapsody",
+ "Nobody's Fool",
+ "Boy Erased",
+ "A Private War",
+ "Bodied",
+ "The Front Runner",
+ "The Grinch",
+ "The Girl in the Spider's Web",
+ "Overlord",
+ "Conundrum: Secrets Among Friends",
+ "Fantastic Beasts: The Crimes of Grindelwald",
+ "Widows",
+ "Instant Family",
+ "Ralph Breaks the Internet",
+ "Creed II",
+ "Robin Hood",
+ "Green Book",
+ "The Favourite",
+ "Anna and the Apocalypse",
+ "If Beale Street Could Talk",
+ "Mary Queen of Scots",
+ "Under the Silver Lake",
+ "The Silence",
+ "This One's for the Ladies",
+ "Ben Is Back",
+ "Mortal Engines",
+ "Spider-Man: Into the Spider-Verse",
+ "The Mule",
+ "Vice",
+ "Second Act",
+ "Mary Poppins Returns",
+ "Aquaman",
+ "Bumblebee",
+ "Welcome to Marwen",
+ "Holmes and Watson",
+ "On the Basis of Sex",
+ "Destroyer"
+];
\ No newline at end of file
diff --git a/demo/autocomplete.html b/demo/autocomplete.html
new file mode 100644
index 0000000..756d312
--- /dev/null
+++ b/demo/autocomplete.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+ Demo: Auto-Complete
+
+
+
+
+
+
+
+
+
diff --git a/dist/flexsearch.compact.js b/dist/flexsearch.compact.js
index 763c897..80db403 100644
--- a/dist/flexsearch.compact.js
+++ b/dist/flexsearch.compact.js
@@ -1,23 +1,23 @@
/*
- FlexSearch v0.3.61
+ FlexSearch v0.3.62
Copyright 2019 Nextapps GmbH
Author: Thomas Wilkerling
Released under the Apache 2.0 Licence
https://github.com/nextapps-de/flexsearch
*/
-'use strict';(function(f,p,d){let k;(k=d.define)&&k.amd?k([],function(){return p}):(k=d.modules)?k[f.toLowerCase()]=p:"object"===typeof exports?module.exports=p:d[f]=p})("FlexSearch",function(){function f(b){z(b)&&(b=F[b]);b||(b=v);this.id=b.id||L++;this.init(b);p(this,"index",function(){return this.b});p(this,"length",function(){return Object.keys(this.b).length})}function p(b,a,c){Object.defineProperty(b,a,{get:c})}function d(b){return new RegExp(b,"g")}function k(b,a){for(let c=0;c=m&&(b=b[9-(e+.5>>0)],b=b[c]||(b[c]=[]),b[b.length]=g);return e}function C(b,a){if(b){const c=Object.keys(b);for(let g=0,d=c.length;gb?1:b?-1:0}function N(b,a){b=b.length-a.length;return 0>b?-1:b?1:0}function O(b,a,c){let d=[],e;const t=b.length;if(1a&&(d=d.slice(0,a)));return d}function z(b){return"string"===typeof b}function A(b){return"function"===typeof b}function B(b){return"undefined"===typeof b}function H(b){const a=
-Array(b);for(let c=0;ch;c--)n=m.substring(h,c),y(t,k,n,b,a,l,q)}break;default:if(f=y(t,k,m,b,1,l,q),r&&1=q)for(f=k._ctx[m]||(k._ctx[m]=u()),m=this.c[m]||(this.c[m]=H(10-(q||0))),l=a-r,n=a+r+1,0>l&&(l=0),n>w&&(n=w);l=m&&(b=b[9-(e+.5>>0)],b=b[c]||(b[c]=[]),b[b.length]=g);return e}function C(b,a){if(b){const c=Object.keys(b);for(let g=0,d=c.length;gb?1:b?-1:0}function N(b,a){b=b.length-a.length;return 0>b?-1:b?1:0}function O(b,a,c){let d=[],e;const t=b.length;if(1a&&(d=d.slice(0,a)));return d}function A(b){return"string"===typeof b}function B(b){return"function"===typeof b}function y(b){return"undefined"===typeof b}function G(b){const a=Array(b);for(let c=
+0;ch;c--)n=m.substring(h,c),z(t,k,n,b,a,l,q)}break;default:if(f=z(t,k,m,b,1,l,q),r&&1=q)for(f=k._ctx[m]||(k._ctx[m]=u()),m=this.c[m]||(this.c[m]=G(10-(q||0))),l=a-r,n=a+r+1,0>l&&(l=0),n>v&&(n=v);l=c&&(this.v=this.h),
-this.C&&this.v===this.h&&(this.cache&&this.o.set(a,this.l),this.C(this.l),this.l=[]));return this}function l(b,a,f){Object.defineProperty(b,a,{get:f})}function c(b){return new RegExp(b,"g")}function d(b,a){for(var f=0;f=g&&(b=b[9-(d+.5>>0)],b=b[f]||(b[f]=[]),b[b.length]=c);return d}function D(b,a){if(b)for(var f=Object.keys(b),c=0,d=f.length;cb?1:b?-1:0}function W(b,a){b=b.length-a.length;return 0>b?
--1:b?1:0}function V(b,a,f){var c=[],d=b.length;if(1a&&(c=c.slice(0,a)));return c}function C(b){return"string"===typeof b}function H(b){return"function"===typeof b}function v(b){return"undefined"===typeof b}function N(b){for(var a=Array(b),f=0;f=this.f.length&&(this.u=0),this.f[this.u].postMessage({add:!0,id:b,content:a}),this.a[e]=""+this.u,f&&f(),this;if(!d){if(this.async&&
-"function"!==typeof importScripts){var g=this;e=new Promise(function(f){setTimeout(function(){g.add(b,a,null,c,!0);g=null;f()})});if(f)e.then(f);else return e;return this}if(f)return this.add(b,a,null,c,!0),f(),this}a=this.encode(a);if(!a.length)return this;f=this.g;d=H(f)?f(a):a.split(O);var h=z();h._ctx=z();for(var B=this.threshold,l=this.depth,I=this.b,q=d.length,x=this.B,u=0;ut;r--)w=p.substring(t,r),A(I,h,w,b,v,n,B);break;default:if(m=A(I,h,p,b,1,n,B),l&&1=B)for(m=h._ctx[p]||(h._ctx[p]=z()),p=this.c[p]||(this.c[p]=N(10-(B||0))),n=u-l,w=u+l+1,0>n&&(n=0),w>q&&(w=q);n=c&&(this.v=this.h),this.C&&this.v===this.h&&(this.cache&&this.o.set(a,
+this.l),this.C(this.l),this.l=[]));return this}function l(b,a,f){Object.defineProperty(b,a,{get:f})}function c(b){return new RegExp(b,"g")}function d(b,a){for(var f=0;f=g&&(b=b[9-(d+.5>>0)],b=b[f]||(b[f]=[]),b[b.length]=c);return d}function D(b,a){if(b)for(var f=Object.keys(b),c=0,d=f.length;cb?1:b?-1:0}function W(b,a){b=b.length-a.length;return 0>b?-1:b?1:0}function V(b,a,f){var c=[],d=b.length;if(1a&&(c=c.slice(0,a)));return c}function C(b){return"string"===
+typeof b}function H(b){return"function"===typeof b}function t(b){return"undefined"===typeof b}function M(b){for(var a=Array(b),f=0;f=this.f.length&&(this.u=0),this.f[this.u].postMessage({add:!0,id:b,content:a}),this.a[e]=""+this.u,f&&f(),this;if(!d){if(this.async&&
+"function"!==typeof importScripts){var g=this;e=new Promise(function(f){setTimeout(function(){g.add(b,a,null,c,!0);g=null;f()})});if(f)e.then(f);else return e;return this}if(f)return this.add(b,a,null,c,!0),f(),this}a=this.encode(a);if(!a.length)return this;f=this.g;d=H(f)?f(a):a.split(O);var h=z();h._ctx=z();for(var B=this.threshold,l=this.depth,I=this.b,q=d.length,x=this.B,u=0;ur;v--)w=p.substring(r,v),A(I,h,w,b,t,n,B);break;default:if(m=A(I,h,p,b,1,n,B),l&&1=B)for(m=h._ctx[p]||(h._ctx[p]=z()),p=this.c[p]||(this.c[p]=M(10-(B||0))),n=u-l,w=u+l+1,0>n&&(n=0),w>q&&(w=q);nd;c--)h=g[c-1],g[c]=h,e[h]=
+z();this.s=[]};b.prototype.set=function(a,b){if(this.D&&t(this.cache[a])){var c=this.s.length;if(c===this.D){c--;var e=this.s[c];delete this.cache[e];delete this.count[e];delete this.index[e]}this.index[a]=c;this.s[c]=a;this.count[a]=-1;this.cache[a]=b;this.get(a)}else this.cache[a]=b};b.prototype.get=function(a){var b=this.cache[a];if(this.D&&b){var c=++this.count[a],e=this.index,d=e[a];if(0d;c--)h=g[c-1],g[c]=h,e[h]=
c;g[d]=a;e[a]=d}}}return b};return b}();return e}(function(){var g={},k="undefined"!==typeof Blob&&"undefined"!==typeof URL&&URL.createObjectURL;return function(e,h,l,c,d){l=k?URL.createObjectURL(new Blob(["("+l.toString()+")()"],{type:"text/javascript"})):e+".es5.js";e+="-"+h;g[e]||(g[e]=[]);g[e][d]=new Worker(l);g[e][d].onmessage=c;console.log("Register Worker: "+e+"@"+d);return g[e][d]}}()),this);
diff --git a/dist/flexsearch.light.js b/dist/flexsearch.light.js
index d07ebcc..168fa63 100644
--- a/dist/flexsearch.light.js
+++ b/dist/flexsearch.light.js
@@ -1,18 +1,18 @@
/*
- FlexSearch v0.3.61
+ FlexSearch v0.3.62
Copyright 2019 Nextapps GmbH
Author: Thomas Wilkerling
Released under the Apache 2.0 Licence
https://github.com/nextapps-de/flexsearch
*/
-'use strict';(function(e,l,u){let n;(n=u.define)&&n.amd?n([],function(){return l}):(n=u.modules)?n[e.toLowerCase()]=l:"object"===typeof exports?module.exports=l:u[e]=l})("FlexSearch",function(){function e(a){a||(a=v);this.id=a.id||G++;this.init(a);l(this,"index",function(){return this.a});l(this,"length",function(){return Object.keys(this.a).length})}function l(a,b,c){Object.defineProperty(a,b,{get:c})}function u(a,b){for(let c=0;c=g&&(a=a[9-(d+.5>>0)],a=a[c]||(a[c]=[]),a[a.length]=f);return d}function y(a,b){if(a){const c=Object.keys(a);for(let f=0,d=c.length;fa?1:a?-1:0}function I(a,b){a=a.length-b.length;return 0>a?-1:a?1:0}function x(a){return"function"===typeof a}
-function z(a){return"undefined"===typeof a}function C(a){const b=Array(a);for(let c=0;c=g&&(a=a[9-(d+.5>>0)],a=a[c]||(a[c]=[]),a[a.length]=f);return d}function z(a,b){if(a){const c=Object.keys(a);for(let f=0,d=c.length;fa?1:a?-1:0}function I(a,b){a=a.length-b.length;return 0>a?-1:a?1:0}function y(a){return"function"===
+typeof a}function x(a){return"undefined"===typeof a}function C(a){const b=Array(a);for(let c=0;ch;c--)m=p.substring(h,c),n(r,f,m,a,b,k,d)}break;default:if(g=n(r,f,p,a,1,k,d),B&&1=d)for(g=f._ctx[p]||(f._ctx[p]=t()),p=this.c[p]||(this.c[p]=C(10-(d||0))),k=e-B,m=e+B+1,0>k&&(k=0),m>q&&(m=q);kb&&(g=g.slice(0,b)));e=g}return e};e.prototype.clear=function(){return this.destroy().init()};e.prototype.destroy=function(){this.g=this.c=
-this.a=null;return this};const w={icase:function(a){return a.toLowerCase()}};return e}(!1),this);
+this.a=null;return this};const v={icase:function(a){return a.toLowerCase()}};return e}(!1),this);
diff --git a/dist/flexsearch.min.js b/dist/flexsearch.min.js
index 99fc966..f2c4716 100644
--- a/dist/flexsearch.min.js
+++ b/dist/flexsearch.min.js
@@ -1,30 +1,30 @@
/*
- FlexSearch v0.3.61
+ FlexSearch v0.3.62
Copyright 2019 Nextapps GmbH
Author: Thomas Wilkerling
Released under the Apache 2.0 Licence
https://github.com/nextapps-de/flexsearch
*/
-'use strict';(function(u,A,h){let w;(w=h.define)&&w.amd?w([],function(){return A}):(w=h.modules)?w[u.toLowerCase()]=A:"object"===typeof exports?module.exports=A:h[u]=A})("FlexSearch",function P(u){function h(b){E(b)&&(b=K[b]);b||(b=v);this.id=b.id||Q++;this.init(b);B(this,"index",function(){return this.a});B(this,"length",function(){return Object.keys(this.a).length})}function w(b,a,c,d){this.m!==this.c&&(this.g=this.g.concat(c),this.m++,d&&this.g.length>=d&&(this.m=this.c),this.B&&this.m===this.c&&
-(this.cache&&this.j.set(a,this.g),this.B(this.g),this.g=[]));return this}function B(b,a,c){Object.defineProperty(b,a,{get:c})}function f(b){return new RegExp(b,"g")}function m(b,a){for(let c=0;c=g&&(b=b[9-(e+.5>>0)],b=b[c]||(b[c]=[]),b[b.length]=d);return e}function I(b,a){if(b){const c=Object.keys(b);for(let d=0,e=c.length;db?1:b?-1:0}function S(b,a){b=b.length-a.length;return 0>b?-1:b?
-1:0}function T(b,a,c){let d=[],e;const l=b.length;if(1a&&(d=d.slice(0,a)));return d}function E(b){return"string"===typeof b}function G(b){return"function"===typeof b}function x(b){return"undefined"===typeof b}function L(b){const a=Array(b);for(let c=0;c=d&&(this.m=this.c),this.B&&this.m===this.c&&(this.cache&&
+this.j.set(a,this.g),this.B(this.g),this.g=[]));return this}function B(b,a,c){Object.defineProperty(b,a,{get:c})}function f(b){return new RegExp(b,"g")}function m(b,a){for(let c=0;c=g&&(b=b[9-(e+.5>>0)],b=b[c]||(b[c]=[]),b[b.length]=d);return e}function I(b,a){if(b){const c=Object.keys(b);for(let d=0,e=c.length;db?1:b?-1:0}function S(b,a){b=b.length-a.length;return 0>b?-1:b?1:0}function T(b,
+a,c){let d=[],e;const l=b.length;if(1a&&(d=d.slice(0,a)));return d}function F(b){return"string"===typeof b}function G(b){return"function"===typeof b}function w(b){return"undefined"===typeof b}function K(b){const a=Array(b);for(let c=0;c=this.i.length&&(this.w=0),this.i[this.w].postMessage({add:!0,id:b,content:a}),this.a[f]=""+this.w,c&&c(),this;if(!e){if(this.async&&"function"!==
-typeof importScripts){let e=this;f=new Promise(function(c){setTimeout(function(){e.add(b,a,null,d,!0);e=null;c()})});if(c)f.then(c);else return f;return this}if(c)return this.add(b,a,null,d,!0),c(),this}a=this.encode(a);if(!a.length)return this;c=this.b;e=G(c)?c(a):a.split(M);const l=r();l._ctx=r();const q=this.threshold,t=this.depth,F=this.f,m=e.length,y=this.A;for(let a=0;ak;c--)n=g.substring(k,c),D(F,l,n,b,a,p,q)}break;default:if(h=D(F,l,g,b,1,p,q),t&&1=q)for(h=l._ctx[g]||(l._ctx[g]=r()),g=this.h[g]||(this.h[g]=L(10-(q||0))),p=a-t,n=a+t+1,0>p&&(p=0),n>m&&(n=m);p=this.i.length&&(this.w=0),this.i[this.w].postMessage({add:!0,id:b,content:a}),this.a[f]=""+this.w,c&&c(),this;if(!e){if(this.async&&
+"function"!==typeof importScripts){let e=this;f=new Promise(function(c){setTimeout(function(){e.add(b,a,null,d,!0);e=null;c()})});if(c)f.then(c);else return f;return this}if(c)return this.add(b,a,null,d,!0),c(),this}a=this.encode(a);if(!a.length)return this;c=this.b;e=G(c)?c(a):a.split(M);const l=r();l._ctx=r();const q=this.threshold,t=this.depth,E=this.f,m=e.length,y=this.A;for(let a=0;ak;c--)n=g.substring(k,c),D(E,l,n,b,a,p,q)}break;default:if(h=D(E,l,g,b,1,p,q),t&&1=q)for(h=l._ctx[g]||(l._ctx[g]=r()),g=this.h[g]||(this.h[g]=K(10-(q||0))),p=a-t,n=a+t+1,0>p&&(p=0),n>m&&(n=m);pc;d--)e=f[d-1],f[d]=e,b[e]=d;f[c]=a;b[a]=c}}}return b};return b}();return h}(function(){const u={},A="undefined"!==typeof Blob&&"undefined"!==typeof URL&&URL.createObjectURL;return function(h,w,B,f,m){B=A?URL.createObjectURL(new Blob(["("+B.toString()+")()"],{type:"text/javascript"})):h+".min.js";h+="-"+w;u[h]||(u[h]=[]);u[h][m]=new Worker(B);u[h][m].onmessage=f;return u[h][m]}}()),this);
+function(){this.cache=r();this.count=r();this.index=r();this.l=[]};b.prototype.set=function(a,b){if(this.C&&w(this.cache[a])){let c=this.l.length;if(c===this.C){c--;const a=this.l[c];delete this.cache[a];delete this.count[a];delete this.index[a]}this.index[a]=c;this.l[c]=a;this.count[a]=-1;this.cache[a]=b;this.get(a)}else this.cache[a]=b};b.prototype.get=function(a){const b=this.cache[a];if(this.C&&b){var d=++this.count[a];const b=this.index;let c=b[a];if(0c;d--)e=f[d-1],f[d]=e,b[e]=d;f[c]=a;b[a]=c}}}return b};return b}();return h}(function(){const u={},A="undefined"!==typeof Blob&&"undefined"!==typeof URL&&URL.createObjectURL;return function(h,v,B,f,m){B=A?URL.createObjectURL(new Blob(["("+B.toString()+")()"],{type:"text/javascript"})):h+".min.js";h+="-"+v;u[h]||(u[h]=[]);u[h][m]=new Worker(B);u[h][m].onmessage=f;return u[h][m]}}()),this);
diff --git a/dist/flexsearch.node.js b/dist/flexsearch.node.js
index 6eb1636..f345ea0 100644
--- a/dist/flexsearch.node.js
+++ b/dist/flexsearch.node.js
@@ -1,27 +1,27 @@
/*
- FlexSearch v0.3.61
+ FlexSearch v0.3.62
Copyright 2019 Nextapps GmbH
Author: Thomas Wilkerling
Released under the Apache 2.0 Licence
https://github.com/nextapps-de/flexsearch
*/
-'use strict';(function(g,w,d){let m;(m=d.define)&&m.amd?m([],function(){return w}):(m=d.modules)?m[g.toLowerCase()]=w:"object"===typeof exports?module.exports=w:d[g]=w})("FlexSearch",function(){function g(b){B(b)&&(b=G[b]);b||(b=n);this.id=b.id||L++;this.init(b);w(this,"index",function(){return this.b});w(this,"length",function(){return Object.keys(this.b).length})}function w(b,a,c){Object.defineProperty(b,a,{get:c})}function d(b){return new RegExp(b,"g")}function m(b,a){for(let c=0;c=h&&(b=b[9-(e+.5>>0)],b=b[c]||(b[c]=[]),b[b.length]=f);return e}function E(b,a){if(b){const c=Object.keys(b);for(let f=0,e=c.length;fb?1:b?-1:0}function N(b,a){b=b.length-a.length;return 0>b?-1:b?1:0}function O(b,a,c){let f=[],e;const d=b.length;if(1a&&(f=f.slice(0,a)));return f}function B(b){return"string"===typeof b}function C(b){return"function"===typeof b}function y(b){return"undefined"===typeof b}function H(b){const a=
-Array(b);for(let c=0;ck;c--)r=h.substring(k,c),A(m,p,r,b,a,l,q)}break;default:if(g=A(m,p,h,b,1,l,q),u&&1=q)for(g=p._ctx[h]||(p._ctx[h]=t()),h=this.f[h]||(this.f[h]=H(10-
-(q||0))),l=a-u,r=a+u+1,0>l&&(l=0),r>v&&(r=v);l=h&&(b=b[9-(e+.5>>0)],b=b[c]||(b[c]=[]),b[b.length]=f);return e}function E(b,a){if(b){const c=Object.keys(b);for(let f=0,e=c.length;fb?1:b?-1:0}function N(b,a){b=b.length-a.length;return 0>b?-1:b?1:0}function O(b,a,c){let f=[],e;const d=b.length;if(1a&&(f=f.slice(0,a)));return f}function B(b){return"string"===typeof b}function C(b){return"function"===typeof b}function t(b){return"undefined"===typeof b}function G(b){const a=Array(b);for(let c=
+0;ck;c--)q=h.substring(k,c),A(m,n,q,b,a,l,p)}break;default:if(g=A(m,n,h,b,1,l,p),v&&1=p)for(g=n._ctx[h]||(n._ctx[h]=u()),h=this.f[h]||(this.f[h]=G(10-
+(p||0))),l=a-v,q=a+v+1,0>l&&(l=0),q>w&&(q=w);lc;d--)e=f[d-1],f[d]=e,b[e]=d;f[c]=a;b[a]=c}}}return b};
+""];return function(a){if(!a)return a;a=this.advanced(a,!0);if(1c;d--)e=f[d-1],f[d]=e,b[e]=d;f[c]=a;b[a]=c}}}return b};
return b}();return g}(!1),this);
diff --git a/flexsearch.js b/flexsearch.js
index 56bb6f6..fd3e13d 100644
--- a/flexsearch.js
+++ b/flexsearch.js
@@ -1,5 +1,5 @@
/**!
- * @preserve FlexSearch v0.3.61
+ * @preserve FlexSearch v0.3.62
* Copyright 2019 Nextapps GmbH
* Author: Thomas Wilkerling
* Released under the Apache 2.0 Licence
@@ -165,6 +165,7 @@
this.stats = profile;
}
+ /*
if(SUPPORT_PRESETS && is_string(options)){
options = presets[options];
@@ -174,13 +175,14 @@
console.warn("Preset not found: " + options);
}
}
+ */
- options || (options = defaults);
+ //options || (options = defaults);
// generate UID
/** @export */
- this.id = options["id"] || id_counter++;
+ this.id = options && !is_undefined(options["id"]) ? options["id"] : id_counter++;
// initialize index
@@ -312,7 +314,7 @@
}
/**
- * @param {Object=} options
+ * @param {Object|string=} options
* @export
*/
@@ -324,11 +326,30 @@
options || (options = defaults);
let custom = /** @type {?string} */ (options["preset"]);
- const preset = SUPPORT_PRESETS && custom ? presets[custom] : {};
+ let preset = {};
- if(DEBUG && !preset){
+ if(SUPPORT_PRESETS){
- console.warn("Preset not found: " + custom);
+ if(is_string(options)){
+
+ preset = presets[options];
+
+ if(DEBUG && !preset){
+
+ console.warn("Preset not found: " + options);
+ }
+
+ options = {};
+ }
+ else if(custom){
+
+ preset = presets[custom];
+
+ if(DEBUG && !preset){
+
+ console.warn("Preset not found: " + custom);
+ }
+ }
}
// initialize worker
@@ -2964,6 +2985,8 @@
)), this);
+ /* istanbul ignore next */
+
/** --------------------------------------------------------------------------------------
* UMD Wrapper for Browser and Node.js
* @param {!string} name
diff --git a/package.json b/package.json
index 1993364..08bf044 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "flexsearch",
- "version": "0.3.61",
+ "version": "0.3.62",
"description": "Next-Generation full text search library with zero dependencies.",
"homepage": "https://github.com/nextapps-de/flexsearch/",
"author": "Thomas Wilkerling",
diff --git a/test/test.js b/test/test.js
index d8dcc07..642b504 100644
--- a/test/test.js
+++ b/test/test.js
@@ -873,7 +873,7 @@ describe("CJK Word Break", function(){
var index = FlexSearch.create({
encode: false,
tokenize: function(str){
- return str.split(/[\x00-\x7F]+/);
+ return str.replace(/[\x00-\x7F]/g, "").split("");
}
});
@@ -881,6 +881,10 @@ describe("CJK Word Break", function(){
expect(index.search("든")).to.include(0);
expect(index.search("시간에")).to.include(0);
+
+ index.add(1, "一个单词");
+
+ expect(index.search("单词")).to.include(1);
});
});