About

Quantitative Descriptive Analytics aims to gather an in-depth understanding of the underlying reasons and motivations for an event or observation. It is typically represented with visuals or charts.

Qualitative Descriptive Analytics focuses on investigating a phenomenon via statistical, mathematical, and computationaly techniques. It aims to quantify an event with metrics and numbers.

In this lab, we will explore the marketing data set and understand it better through simple statistics.

Setup

Make sure to download the folder titled ‘bsad_lab03’ zip folder and extract the folder to unzip it. Next, we must set this folder as the working directory. The way to do this is to open R Studio, go to ‘Session’, scroll down to ‘Set Working Directory’, and click ‘To Source File Location’. Now, follow the directions to complete the lab.


Task 1

First begin by reading in the data from the ‘marketing.csv’ file, and viewing it to make sure we see it being read in correctly.

The data was read into RStudio. The data neaded to be cleaned because the “NA” markings in the data would not allow some statistical measures to be found.

mydata = read.csv(file="data/rottentomatoes.csv")
mydata
##                                                                                        ï..title
## 1                                                                                    AvatarÃ<U+0082> 
## 2                                                  Pirates of the Caribbean: At World's EndÃ<U+0082> 
## 3                                                                                   SpectreÃ<U+0082> 
## 4                                                                     The Dark Knight RisesÃ<U+0082> 
## 5                                    Star Wars: Episode VII - The Force AwakensÃ<U+0082>             
## 6                                                                               John CarterÃ<U+0082> 
## 7                                                                              Spider-Man 3Ã<U+0082> 
## 8                                                                                   TangledÃ<U+0082> 
## 9                                                                   Avengers: Age of UltronÃ<U+0082> 
## 10                                                   Harry Potter and the Half-Blood PrinceÃ<U+0082> 
## 11                                                       Batman v Superman: Dawn of JusticeÃ<U+0082> 
## 12                                                                         Superman ReturnsÃ<U+0082> 
## 13                                                                        Quantum of SolaceÃ<U+0082> 
## 14                                               Pirates of the Caribbean: Dead Man's ChestÃ<U+0082> 
## 15                                                                          The Lone RangerÃ<U+0082> 
## 16                                                                             Man of SteelÃ<U+0082> 
## 17                                                 The Chronicles of Narnia: Prince CaspianÃ<U+0082> 
## 18                                                                             The AvengersÃ<U+0082> 
## 19                                              Pirates of the Caribbean: On Stranger TidesÃ<U+0082> 
## 20                                                                           Men in Black 3Ã<U+0082> 
## 21                                                The Hobbit: The Battle of the Five ArmiesÃ<U+0082> 
## 22                                                                   The Amazing Spider-ManÃ<U+0082> 
## 23                                                                               Robin HoodÃ<U+0082> 
## 24                                                      The Hobbit: The Desolation of SmaugÃ<U+0082> 
## 25                                                                       The Golden CompassÃ<U+0082> 
## 26                                                                                King KongÃ<U+0082> 
## 27                                                                                  TitanicÃ<U+0082> 
## 28                                                               Captain America: Civil WarÃ<U+0082> 
## 29                                                                               BattleshipÃ<U+0082> 
## 30                                                                           Jurassic WorldÃ<U+0082> 
## 31                                                                                  SkyfallÃ<U+0082> 
## 32                                                                             Spider-Man 2Ã<U+0082> 
## 33                                                                               Iron Man 3Ã<U+0082> 
## 34                                                                      Alice in WonderlandÃ<U+0082> 
## 35                                                                    X-Men: The Last StandÃ<U+0082> 
## 36                                                                      Monsters UniversityÃ<U+0082> 
## 37                                                      Transformers: Revenge of the FallenÃ<U+0082> 
## 38                                                          Transformers: Age of ExtinctionÃ<U+0082> 
## 39                                                                Oz the Great and PowerfulÃ<U+0082> 
## 40                                                                 The Amazing Spider-Man 2Ã<U+0082> 
## 41                                                                             TRON: LegacyÃ<U+0082> 
## 42                                                                                   Cars 2Ã<U+0082> 
## 43                                                                            Green LanternÃ<U+0082> 
## 44                                                                              Toy Story 3Ã<U+0082> 
## 45                                                                     Terminator SalvationÃ<U+0082> 
## 46                                                                                Furious 7Ã<U+0082> 
## 47                                                                              World War ZÃ<U+0082> 
## 48                                                               X-Men: Days of Future PastÃ<U+0082> 
## 49                                                                  Star Trek Into DarknessÃ<U+0082> 
## 50                                                                    Jack the Giant SlayerÃ<U+0082> 
## 51                                                                         The Great GatsbyÃ<U+0082> 
## 52                                                      Prince of Persia: The Sands of TimeÃ<U+0082> 
## 53                                                                              Pacific RimÃ<U+0082> 
## 54                                                           Transformers: Dark of the MoonÃ<U+0082> 
## 55                                       Indiana Jones and the Kingdom of the Crystal SkullÃ<U+0082> 
## 56                                                                        The Good DinosaurÃ<U+0082> 
## 57                                                                                    BraveÃ<U+0082> 
## 58                                                                         Star Trek BeyondÃ<U+0082> 
## 59                                                                                WALLÃ<U+0082>·EÃ<U+0082> 
## 60                                                                              Rush Hour 3Ã<U+0082> 
## 61                                                                                     2012Ã<U+0082> 
## 62                                                                        A Christmas CarolÃ<U+0082> 
## 63                                                                        Jupiter AscendingÃ<U+0082> 
## 64                                                                     The Legend of TarzanÃ<U+0082> 
## 65                           The Chronicles of Narnia: The Lion, the Witch and the WardrobeÃ<U+0082> 
## 66                                                                        X-Men: ApocalypseÃ<U+0082> 
## 67                                                                          The Dark KnightÃ<U+0082> 
## 68                                                                                       UpÃ<U+0082> 
## 69                                                                      Monsters vs. AliensÃ<U+0082> 
## 70                                                                                 Iron ManÃ<U+0082> 
## 71                                                                                     HugoÃ<U+0082> 
## 72                                                                           Wild Wild WestÃ<U+0082> 
## 73                                                    The Mummy: Tomb of the Dragon EmperorÃ<U+0082> 
## 74                                                                            Suicide SquadÃ<U+0082> 
## 75                                                                            Evan AlmightyÃ<U+0082> 
## 76                                                                         Edge of TomorrowÃ<U+0082> 
## 77                                                                               WaterworldÃ<U+0082> 
## 78                                                              G.I. Joe: The Rise of CobraÃ<U+0082> 
## 79                                                                               Inside OutÃ<U+0082> 
## 80                                                                          The Jungle BookÃ<U+0082> 
## 81                                                                               Iron Man 2Ã<U+0082> 
## 82                                                              Snow White and the HuntsmanÃ<U+0082> 
## 83                                                                               MaleficentÃ<U+0082> 
## 84                                                           Dawn of the Planet of the ApesÃ<U+0082> 
## 85                                                                               The LoversÃ<U+0082> 
## 86                                                                                 47 RoninÃ<U+0082> 
## 87                                                      Captain America: The Winter SoldierÃ<U+0082> 
## 88                                                                      Shrek Forever AfterÃ<U+0082> 
## 89                                                                             TomorrowlandÃ<U+0082> 
## 90                                                                               Big Hero 6Ã<U+0082> 
## 91                                                                           Wreck-It RalphÃ<U+0082> 
## 92                                                                        The Polar ExpressÃ<U+0082> 
## 93                                                             Independence Day: ResurgenceÃ<U+0082> 
## 94                                                                 How to Train Your DragonÃ<U+0082> 
## 95                                                       Terminator 3: Rise of the MachinesÃ<U+0082> 
## 96                                                                  Guardians of the GalaxyÃ<U+0082> 
## 97                                                                             InterstellarÃ<U+0082> 
## 98                                                                                InceptionÃ<U+0082> 
## 99                                                                      Godzilla ResurgenceÃ<U+0082> 
## 100                                                       The Hobbit: An Unexpected JourneyÃ<U+0082> 
## 101                                                                The Fast and the FuriousÃ<U+0082> 
## 102                                                     The Curious Case of Benjamin ButtonÃ<U+0082> 
## 103                                                                      X-Men: First ClassÃ<U+0082> 
## 104                                                   The Hunger Games: Mockingjay - Part 2Ã<U+0082> 
## 105                                                               The Sorcerer's ApprenticeÃ<U+0082> 
## 106                                                                                PoseidonÃ<U+0082> 
## 107                                                         Alice Through the Looking GlassÃ<U+0082> 
## 108                                                                         Shrek the ThirdÃ<U+0082> 
## 109                                                                                WarcraftÃ<U+0082> 
## 110                                                                      Terminator GenisysÃ<U+0082> 
## 111                                The Chronicles of Narnia: The Voyage of the Dawn TreaderÃ<U+0082> 
## 112                                                                            Pearl HarborÃ<U+0082> 
## 113                                                                            TransformersÃ<U+0082> 
## 114                                                                               AlexanderÃ<U+0082> 
## 115                                               Harry Potter and the Order of the PhoenixÃ<U+0082> 
## 116                                                     Harry Potter and the Goblet of FireÃ<U+0082> 
## 117                                                                                 HancockÃ<U+0082> 
## 118                                                                             I Am LegendÃ<U+0082> 
## 119                                                       Charlie and the Chocolate FactoryÃ<U+0082> 
## 120                                                                             RatatouilleÃ<U+0082> 
## 121                                                                           Batman BeginsÃ<U+0082> 
## 122                                                             Madagascar: Escape 2 AfricaÃ<U+0082> 
## 123                                          Night at the Museum: Battle of the SmithsonianÃ<U+0082> 
## 124                                                                X-Men Origins: WolverineÃ<U+0082> 
## 125                                                                  The Matrix RevolutionsÃ<U+0082> 
## 126                                                                                  FrozenÃ<U+0082> 
## 127                                                                     The Matrix ReloadedÃ<U+0082> 
## 128                                                                    Thor: The Dark WorldÃ<U+0082> 
## 129                                                                      Mad Max: Fury RoadÃ<U+0082> 
## 130                                                                         Angels & DemonsÃ<U+0082> 
## 131                                                                                    ThorÃ<U+0082> 
## 132                                                                                    BoltÃ<U+0082> 
## 133                                                                                 G-ForceÃ<U+0082> 
## 134                                                                     Wrath of the TitansÃ<U+0082> 
## 135                                                                            Dark ShadowsÃ<U+0082> 
## 136                                                      Mission: Impossible - Rogue NationÃ<U+0082> 
## 137                                                                             The WolfmanÃ<U+0082> 
## 138                                                                    The Legend of TarzanÃ<U+0082> 
## 139                                                                               Bee MovieÃ<U+0082> 
## 140                                                                         Kung Fu Panda 2Ã<U+0082> 
## 141                                                                      The Last AirbenderÃ<U+0082> 
## 142                                                                 Mission: Impossible IIIÃ<U+0082> 
## 143                                                                        White House DownÃ<U+0082> 
## 144                                                                         Mars Needs MomsÃ<U+0082> 
## 145                                                                            Flushed AwayÃ<U+0082> 
## 146                                                                                     PanÃ<U+0082> 
## 147                                                                   Mr. Peabody & ShermanÃ<U+0082> 
## 148                                                                                    TroyÃ<U+0082> 
## 149                                                      Madagascar 3: Europe's Most WantedÃ<U+0082> 
## 150                                                                         Die Another DayÃ<U+0082> 
## 151                                                                            GhostbustersÃ<U+0082> 
## 152                                                                              ArmageddonÃ<U+0082> 
## 153                                                                         Men in Black IIÃ<U+0082> 
## 154                                                                                 BeowulfÃ<U+0082> 
## 155                                                                         Kung Fu Panda 3Ã<U+0082> 
## 156                                                    Mission: Impossible - Ghost ProtocolÃ<U+0082> 
## 157                                                                   Rise of the GuardiansÃ<U+0082> 
## 158                                                                  Fun with Dick and JaneÃ<U+0082> 
## 159                                                                        The Last SamuraiÃ<U+0082> 
## 160                                                                  Exodus: Gods and KingsÃ<U+0082> 
## 161                                                                               Star TrekÃ<U+0082> 
## 162                                                                              Spider-ManÃ<U+0082> 
## 163                                                              How to Train Your Dragon 2Ã<U+0082> 
## 164                                                                           Gods of EgyptÃ<U+0082> 
## 165                                                                                 StealthÃ<U+0082> 
## 166                                                                                WatchmenÃ<U+0082> 
## 167                                                                         Lethal Weapon 4Ã<U+0082> 
## 168                                                                                    HulkÃ<U+0082> 
## 169                                                                   G.I. Joe: RetaliationÃ<U+0082> 
## 170                                                                                  SaharaÃ<U+0082> 
## 171                                                       Final Fantasy: The Spirits WithinÃ<U+0082> 
## 172                                                      Captain America: The First AvengerÃ<U+0082> 
## 173                                                                 The World Is Not EnoughÃ<U+0082> 
## 174                                         Master and Commander: The Far Side of the WorldÃ<U+0082> 
## 175                                               The Twilight Saga: Breaking Dawn - Part 2Ã<U+0082> 
## 176                                                                            Happy Feet 2Ã<U+0082> 
## 177                                                                     The Incredible HulkÃ<U+0082> 
## 178                                                                  Miami ViceÃ<U+0082>             
## 179                                                                                 The BFGÃ<U+0082> 
## 180                                                                            The RevenantÃ<U+0082> 
## 181                                                                                   TurboÃ<U+0082> 
## 182                                                                                   RangoÃ<U+0082> 
## 183                                                                  Penguins of MadagascarÃ<U+0082> 
## 184                                                                    The Bourne UltimatumÃ<U+0082> 
## 185                                                                           Kung Fu PandaÃ<U+0082> 
## 186                                                                                 Ant-ManÃ<U+0082> 
## 187                                                         The Hunger Games: Catching FireÃ<U+0082> 
## 188                                               The Twilight Saga: Breaking Dawn - Part 2Ã<U+0082> 
## 189                                                                                    HomeÃ<U+0082> 
## 190                                                                       War of the WorldsÃ<U+0082> 
## 191                                                                             Bad Boys IIÃ<U+0082> 
## 192                                                                           Puss in BootsÃ<U+0082> 
## 193                                                                                    SaltÃ<U+0082> 
## 194                                                                                    NoahÃ<U+0082> 
## 195                                                                The Adventures of TintinÃ<U+0082> 
## 196                                                Harry Potter and the Prisoner of AzkabanÃ<U+0082> 
## 197                                                                               AustraliaÃ<U+0082> 
## 198                                                                             After EarthÃ<U+0082> 
## 199                                                                                DinosaurÃ<U+0082> 
## 200                                           Harry Potter and the Deathly Hallows: Part IIÃ<U+0082> 
## 201                                                 Night at the Museum: Secret of the TombÃ<U+0082> 
## 202                                                                                MegamindÃ<U+0082> 
## 203                                                   Harry Potter and the Sorcerer's StoneÃ<U+0082> 
## 204                                                                                R.I.P.D.Ã<U+0082> 
## 205                                                                     Godzilla ResurgenceÃ<U+0082> 
## 206                                  Pirates of the Caribbean: The Curse of the Black PearlÃ<U+0082> 
## 207                                            Harry Potter and the Deathly Hallows: Part IÃ<U+0082> 
## 208                                                   The Hunger Games: Mockingjay - Part 1Ã<U+0082> 
## 209                                                                       The Da Vinci CodeÃ<U+0082> 
## 210                                                                                   Rio 2Ã<U+0082> 
## 211                                                                                 X-Men 2Ã<U+0082> 
## 212                                                                               Fast FiveÃ<U+0082> 
## 213                                                      Sherlock Holmes: A Game of ShadowsÃ<U+0082> 
## 214                                                                     Clash of the TitansÃ<U+0082> 
## 215                                                                            Total RecallÃ<U+0082> 
## 216                                                                        The 13th WarriorÃ<U+0082> 
## 217                                                                       The Bourne LegacyÃ<U+0082> 
## 218                                                                          Batman & RobinÃ<U+0082> 
## 219                                                          How the Grinch Stole ChristmasÃ<U+0082> 
## 220                                                                  The Day After TomorrowÃ<U+0082> 
## 221                                                                  Mission: Impossible IIÃ<U+0082> 
## 222                                                                       The Perfect StormÃ<U+0082> 
## 223                                                  Fantastic 4: Rise of the Silver SurferÃ<U+0082> 
## 224                                                                              Life of PiÃ<U+0082> 
## 225                                                                             Ghost RiderÃ<U+0082> 
## 226                                                                            Jason BourneÃ<U+0082> 
## 227                                                         Charlie's Angels: Full ThrottleÃ<U+0082> 
## 228                                                                              PrometheusÃ<U+0082> 
## 229                                                                         Stuart Little 2Ã<U+0082> 
## 230                                                                                 ElysiumÃ<U+0082> 
## 231                                                               The Chronicles of RiddickÃ<U+0082> 
## 232                                                                                 RoboCopÃ<U+0082> 
## 233                                                                             Speed RacerÃ<U+0082> 
## 234                                                                         How Do You KnowÃ<U+0082> 
## 235                                                                          Knight and DayÃ<U+0082> 
## 236                                                                                OblivionÃ<U+0082> 
## 237                                            Star Wars: Episode III - Revenge of the SithÃ<U+0082> 
## 238                                            Star Wars: Episode II - Attack of the ClonesÃ<U+0082> 
## 239                                                                          Monsters, Inc.Ã<U+0082> 
## 240                                                                           The WolverineÃ<U+0082> 
## 241                                               Star Wars: Episode I - The Phantom MenaceÃ<U+0082> 
## 242                                                                              The CroodsÃ<U+0082> 
## 243                                                            Asterix at the Olympic GamesÃ<U+0082> 
## 244                                                                             WindtalkersÃ<U+0082> 
## 245                                                              The Huntsman: Winter's WarÃ<U+0082> 
## 246                                                            Teenage Mutant Ninja TurtlesÃ<U+0082> 
## 247                                                                                 GravityÃ<U+0082> 
## 248                                                                            Dante's PeakÃ<U+0082> 
## 249                                        Teenage Mutant Ninja Turtles: Out of the ShadowsÃ<U+0082> 
## 250                                                                          Fantastic FourÃ<U+0082> 
## 251                                                                     Night at the MuseumÃ<U+0082> 
## 252                                                                             San AndreasÃ<U+0082> 
## 253                                                                     Tomorrow Never DiesÃ<U+0082> 
## 254                                                                             The PatriotÃ<U+0082> 
## 255                                                                          Ocean's TwelveÃ<U+0082> 
## 256                                                                        Mr. & Mrs. SmithÃ<U+0082> 
## 257                                                                               InsurgentÃ<U+0082> 
## 258                                                                             The AviatorÃ<U+0082> 
## 259                                                                      Gulliver's TravelsÃ<U+0082> 
## 260                                                                        The Green HornetÃ<U+0082> 
## 261                                                                  The A-TeamÃ<U+0082>             
## 262                                                                  300: Rise of an EmpireÃ<U+0082> 
## 263                                                                              The SmurfsÃ<U+0082> 
## 264                                                                       Home on the RangeÃ<U+0082> 
## 265                                                                               AllegiantÃ<U+0082> 
## 266                                                                              Real SteelÃ<U+0082> 
## 267                                                                            The Smurfs 2Ã<U+0082> 
## 268                                                                 Speed 2: Cruise ControlÃ<U+0082> 
## 269                                                                            Ender's GameÃ<U+0082> 
## 270                                                                   Live Free or Die HardÃ<U+0082> 
## 271                                       The Lord of the Rings: The Fellowship of the RingÃ<U+0082> 
## 272                                                             Around the World in 80 DaysÃ<U+0082> 
## 273                                                                                     AliÃ<U+0082> 
## 274                                                                      The Cat in the HatÃ<U+0082> 
## 275                                                                                I, RobotÃ<U+0082> 
## 276                                                                       Kingdom of HeavenÃ<U+0082> 
## 277                                                                           Stuart LittleÃ<U+0082> 
## 278                                                               The Princess and the FrogÃ<U+0082> 
## 279                                                                             The MartianÃ<U+0082> 
## 280                                                                 10,000 B.C.Ã<U+0082>             
## 281                                                                              The IslandÃ<U+0082> 
## 282                                                                          Town & CountryÃ<U+0082> 
## 283                                                                   Gone in Sixty SecondsÃ<U+0082> 
## 284                                                                               GladiatorÃ<U+0082> 
## 285                                                                         Minority ReportÃ<U+0082> 
## 286                                                 Harry Potter and the Chamber of SecretsÃ<U+0082> 
## 287                                                                           Casino RoyaleÃ<U+0082> 
## 288                                                                      Planet of the ApesÃ<U+0082> 
## 289                                                              Terminator 2: Judgment DayÃ<U+0082> 
## 290                                                                          Public EnemiesÃ<U+0082> 
## 291                                                                       American GangsterÃ<U+0082> 
## 292                                                                               True LiesÃ<U+0082> 
## 293                                                              The Taking of Pelham 1 2 3Ã<U+0082> 
## 294                                                                          Little FockersÃ<U+0082> 
## 295                                                                          The Other GuysÃ<U+0082> 
## 296                                                                                  EraserÃ<U+0082> 
## 297                                                                        Django UnchainedÃ<U+0082> 
## 298                                                             The Hunchback of Notre DameÃ<U+0082> 
## 299                                                                The Emperor's New GrooveÃ<U+0082> 
## 300                                                                       The Expendables 2Ã<U+0082> 
## 301                                                                       National TreasureÃ<U+0082> 
## 302                                                                                  EragonÃ<U+0082> 
## 303                                                               Where the Wild Things AreÃ<U+0082> 
## 304                                                                                     PanÃ<U+0082> 
## 305                                                                                    EpicÃ<U+0082> 
## 306                                                                             The TouristÃ<U+0082> 
## 307                                                                             End of DaysÃ<U+0082> 
## 308                                                                           Blood DiamondÃ<U+0082> 
## 309                                                                 The Wolf of Wall StreetÃ<U+0082> 
## 310                                                                          Batman ForeverÃ<U+0082> 
## 311                                                                       Starship TroopersÃ<U+0082> 
## 312                                                                             Cloud AtlasÃ<U+0082> 
## 313                                           Legend of the Guardians: The Owls of Ga'HooleÃ<U+0082> 
## 314                                                                                CatwomanÃ<U+0082> 
## 315                                                                                HerculesÃ<U+0082> 
## 316                                                                         Treasure PlanetÃ<U+0082> 
## 317                                                                        Land of the LostÃ<U+0082> 
## 318                                                                       The Expendables 3Ã<U+0082> 
## 319                                                                             Point BreakÃ<U+0082> 
## 320                                                                         Son of the MaskÃ<U+0082> 
## 321                                                                 In the Heart of the SeaÃ<U+0082> 
## 322                                                            The Adventures of Pluto NashÃ<U+0082> 
## 323                                                                              Green ZoneÃ<U+0082> 
## 324                                                                       The Peanuts MovieÃ<U+0082> 
## 325                                                                    The Spanish PrisonerÃ<U+0082> 
## 326                                                                       The Mummy ReturnsÃ<U+0082> 
## 327                                                                       Gangs of New YorkÃ<U+0082> 
## 328                                                                      The Flowers of WarÃ<U+0082> 
## 329                                                                               Surf's UpÃ<U+0082> 
## 330                                                                      The Stepford WivesÃ<U+0082> 
## 331                                                                         Black Hawk DownÃ<U+0082> 
## 332                                                                            The CampaignÃ<U+0082> 
## 333                                                                       The Fifth ElementÃ<U+0082> 
## 334                                                                      Sex and the City 2Ã<U+0082> 
## 335                                                                   The Road to El DoradoÃ<U+0082> 
## 336                                                              Ice Age: Continental DriftÃ<U+0082> 
## 337                                                                              CinderellaÃ<U+0082> 
## 338                                                                        The Lovely BonesÃ<U+0082> 
## 339                                                                            Finding NemoÃ<U+0082> 
## 340                                           The Lord of the Rings: The Return of the KingÃ<U+0082> 
## 341                                                   The Lord of the Rings: The Two TowersÃ<U+0082> 
## 342                                                                             Seventh SonÃ<U+0082> 
## 343                                                                 Lara Croft: Tomb RaiderÃ<U+0082> 
## 344                                                                           TranscendenceÃ<U+0082> 
## 345                                                                       Jurassic Park IIIÃ<U+0082> 
## 346                                                          Rise of the Planet of the ApesÃ<U+0082> 
## 347                                                               The Spiderwick ChroniclesÃ<U+0082> 
## 348                                                                  A Good Day to Die HardÃ<U+0082> 
## 349                                                                               The AlamoÃ<U+0082> 
## 350                                                                         The IncrediblesÃ<U+0082> 
## 351                                                                        Cutthroat IslandÃ<U+0082> 
## 352                                      Percy Jackson & the Olympians: The Lightning ThiefÃ<U+0082> 
## 353                                                                            Men in BlackÃ<U+0082> 
## 354                                                                             Toy Story 2Ã<U+0082> 
## 355                                                                             UnstoppableÃ<U+0082> 
## 356                                                                             Rush Hour 2Ã<U+0082> 
## 357                                                                       What Lies BeneathÃ<U+0082> 
## 358                                                       Cloudy with a Chance of MeatballsÃ<U+0082> 
## 359                                                          Ice Age: Dawn of the DinosaursÃ<U+0082> 
## 360                                                         The Secret Life of Walter MittyÃ<U+0082> 
## 361                                                                        Charlie's AngelsÃ<U+0082> 
## 362                                                                            The DepartedÃ<U+0082> 
## 363                                                                                   MulanÃ<U+0082> 
## 364                                                                          Tropic ThunderÃ<U+0082> 
## 365                                                         The Girl with the Dragon TattooÃ<U+0082> 
## 366                                                               Die Hard with a VengeanceÃ<U+0082> 
## 367                                                                         Sherlock HolmesÃ<U+0082> 
## 368                                                                                 Ben-HurÃ<U+0082> 
## 369                                                               Atlantis: The Lost EmpireÃ<U+0082> 
## 370                                                  Alvin and the Chipmunks: The Road ChipÃ<U+0082> 
## 371                                                                                ValkyrieÃ<U+0082> 
## 372                                                           You Don't Mess with the ZohanÃ<U+0082> 
## 373                                                                                  PixelsÃ<U+0082> 
## 374                                                            A.I. Artificial IntelligenceÃ<U+0082> 
## 375                                                                     The Haunted MansionÃ<U+0082> 
## 376                                                                                 ContactÃ<U+0082> 
## 377                                                                              Hollow ManÃ<U+0082> 
## 378                                                                         The InterpreterÃ<U+0082> 
## 379                                                          Percy Jackson: Sea of MonstersÃ<U+0082> 
## 380                                              Lara Croft Tomb Raider: The Cradle of LifeÃ<U+0082> 
## 381                                                                        Now You See Me 2Ã<U+0082> 
## 382                                                                               The SaintÃ<U+0082> 
## 383                                                                                Spy GameÃ<U+0082> 
## 384                                                                         Mission to MarsÃ<U+0082> 
## 385                                                                                     RioÃ<U+0082> 
## 386                                                                        Bicentennial ManÃ<U+0082> 
## 387                                                                                 VolcanoÃ<U+0082> 
## 388                                                                         The Devil's OwnÃ<U+0082> 
## 389                                                                    K-19: The WidowmakerÃ<U+0082> 
## 390                                                                          Fantastic FourÃ<U+0082> 
## 391                                                                     Conan the BarbarianÃ<U+0082> 
## 392                                                                          Cinderella ManÃ<U+0082> 
## 393                                                                    The Nutcracker in 3DÃ<U+0082> 
## 394                                                                              SeabiscuitÃ<U+0082> 
## 395                                                                                 TwisterÃ<U+0082> 
## 396                                                                The Fast and the FuriousÃ<U+0082> 
## 397                                                                               Cast AwayÃ<U+0082> 
## 398                                                                              Happy FeetÃ<U+0082> 
## 399                                                                    The Bourne SupremacyÃ<U+0082> 
## 400                                                                           Air Force OneÃ<U+0082> 
## 401                                                                          Ocean's ElevenÃ<U+0082> 
## 402                                                                    The Three MusketeersÃ<U+0082> 
## 403                                                                      Hotel TransylvaniaÃ<U+0082> 
## 404                                                                               EnchantedÃ<U+0082> 
## 405                                                                    HannibalÃ<U+0082>             
## 406                                                                              Safe HouseÃ<U+0082> 
## 407                                                                          102 DalmatiansÃ<U+0082> 
## 408                                                                             Tower HeistÃ<U+0082> 
## 409                                                                             The HolidayÃ<U+0082> 
## 410                                                                      Enemy of the StateÃ<U+0082> 
## 411                                                                        It's ComplicatedÃ<U+0082> 
## 412                                                                        Ocean's ThirteenÃ<U+0082> 
## 413                                                                             Open SeasonÃ<U+0082> 
## 414                                                                               DivergentÃ<U+0082> 
## 415                                                                      Enemy at the GatesÃ<U+0082> 
## 416                                                                             The RundownÃ<U+0082> 
## 417                                                                        Last Action HeroÃ<U+0082> 
## 418                                                                     Memoirs of a GeishaÃ<U+0082> 
## 419                                                   The Fast and the Furious: Tokyo DriftÃ<U+0082> 
## 420                                                                        Arthur ChristmasÃ<U+0082> 
## 421                                                                          Meet Joe BlackÃ<U+0082> 
## 422                                                                       Collateral DamageÃ<U+0082> 
## 423                                                                           All That JazzÃ<U+0082> 
## 424                                                                           Mirror MirrorÃ<U+0082> 
## 425                                                             Scott Pilgrim vs. the WorldÃ<U+0082> 
## 426                                                                                The CoreÃ<U+0082> 
## 427                                                          Nutty Professor II: The KlumpsÃ<U+0082> 
## 428                                                                              Scooby-DooÃ<U+0082> 
## 429                                                                                   DreddÃ<U+0082> 
## 430                                                                                   ClickÃ<U+0082> 
## 431                                                                               CreepshowÃ<U+0082> 
## 432                                                Cats & Dogs: The Revenge of Kitty GaloreÃ<U+0082> 
## 433                                                                                  JumperÃ<U+0082> 
## 434                                                             Hellboy II: The Golden ArmyÃ<U+0082> 
## 435                                                                                  ZodiacÃ<U+0082> 
## 436                                                                             The 6th DayÃ<U+0082> 
## 437                                                                          Bruce AlmightyÃ<U+0082> 
## 438                                                                         The ExpendablesÃ<U+0082> 
## 439                                                                     Mission: ImpossibleÃ<U+0082> 
## 440                                                                        The Hunger GamesÃ<U+0082> 
## 441                                                                    The Hangover Part IIÃ<U+0082> 
## 442                                                                          Batman ReturnsÃ<U+0082> 
## 443                                                                          Over the HedgeÃ<U+0082> 
## 444                                                                           Lilo & StitchÃ<U+0082> 
## 445                                                                         Charlotte's WebÃ<U+0082> 
## 446                                                                             Deep ImpactÃ<U+0082> 
## 447                                                                                   RED 2Ã<U+0082> 
## 448                                                                        The Longest YardÃ<U+0082> 
## 449                                                    Alvin and the Chipmunks: ChipwreckedÃ<U+0082> 
## 450                                                                             Grown Ups 2Ã<U+0082> 
## 451                                                                               Get SmartÃ<U+0082> 
## 452                                                                  Something's Gotta GiveÃ<U+0082> 
## 453                                                                          Shutter IslandÃ<U+0082> 
## 454                                                                        Four ChristmasesÃ<U+0082> 
## 455                                                                                  RobotsÃ<U+0082> 
## 456                                                                                Face/OffÃ<U+0082> 
## 457                                                                         Bedtime StoriesÃ<U+0082> 
## 458                                                                       Road to PerditionÃ<U+0082> 
## 459                                                                         Just Go with ItÃ<U+0082> 
## 460                                                                   DaredevilÃ<U+0082>             
## 461                                                                                 Con AirÃ<U+0082> 
## 462                                                                               Eagle EyeÃ<U+0082> 
## 463                                                                           Cold MountainÃ<U+0082> 
## 464                                                                         The Book of EliÃ<U+0082> 
## 465                                                                                 FlubberÃ<U+0082> 
## 466                                                                            The HauntingÃ<U+0082> 
## 467                                                                               Space JamÃ<U+0082> 
## 468                                                                        The Pink PantherÃ<U+0082> 
## 469                                                           The Day the Earth Stood StillÃ<U+0082> 
## 470                                                                       Conspiracy TheoryÃ<U+0082> 
## 471                                                                                    FuryÃ<U+0082> 
## 472                                                                   Six Days Seven NightsÃ<U+0082> 
## 473                                                                               Yogi BearÃ<U+0082> 
## 474                                                        Spirit: Stallion of the CimarronÃ<U+0082> 
## 475                                                                               ZookeeperÃ<U+0082> 
## 476                                                                           Lost in SpaceÃ<U+0082> 
## 477                                                                The Manchurian CandidateÃ<U+0082> 
## 478                                                                           DÃ<U+0083>©jÃ<U+0083>  VuÃ<U+0082> 
## 479                                                                    Hotel Transylvania 2Ã<U+0082> 
## 480                                                                   BewitchedÃ<U+0082>             
## 481                                                                           Fantasia 2000Ã<U+0082> 
## 482                                                                        The Time MachineÃ<U+0082> 
## 483                                                                        Mighty Joe YoungÃ<U+0082> 
## 484                                                                               SwordfishÃ<U+0082> 
## 485                                                                     The Legend of ZorroÃ<U+0082> 
## 486                                                                    What Dreams May ComeÃ<U+0082> 
## 487                                                                            Little NickyÃ<U+0082> 
## 488                                                                      The Brothers GrimmÃ<U+0082> 
## 489                                                                           Mars Attacks!Ã<U+0082> 
## 490                                                                               EvolutionÃ<U+0082> 
## 491                                                                                The EdgeÃ<U+0082> 
## 492                                                                              SurrogatesÃ<U+0082> 
## 493                                                                           Thirteen DaysÃ<U+0082> 
## 494                                                                                DaylightÃ<U+0082> 
## 495                                                               Walking with Dinosaurs 3DÃ<U+0082> 
## 496                                                                       Battlefield EarthÃ<U+0082> 
## 497                                                            Looney Tunes: Back in ActionÃ<U+0082> 
## 498                                                                                    NineÃ<U+0082> 
## 499                                                                                TimelineÃ<U+0082> 
## 500                                                                             The PostmanÃ<U+0082> 
## 501                                                                   Babe: Pig in the CityÃ<U+0082> 
## 502                                                                   The Last Witch HunterÃ<U+0082> 
## 503                                                                              Red PlanetÃ<U+0082> 
## 504                                                               Arthur and the InvisiblesÃ<U+0082> 
## 505                                                                                  OceansÃ<U+0082> 
## 506                                                                      A Sound of ThunderÃ<U+0082> 
## 507                                                                                 PompeiiÃ<U+0082> 
## 508                                                                          Top Cat BeginsÃ<U+0082> 
## 509                                                                        A Beautiful MindÃ<U+0082> 
## 510                                                                           The Lion KingÃ<U+0082> 
## 511                                                        Journey 2: The Mysterious IslandÃ<U+0082> 
## 512                                                     Cloudy with a Chance of Meatballs 2Ã<U+0082> 
## 513                                                                              Red DragonÃ<U+0082> 
## 514                                                                                 HidalgoÃ<U+0082> 
## 515                                                                           Jack and JillÃ<U+0082> 
## 516                                                                        2 Fast 2 FuriousÃ<U+0082> 
## 517                                                                       The Little PrinceÃ<U+0082> 
## 518                                                                            The InvasionÃ<U+0082> 
## 519                                                    The Adventures of Rocky & BullwinkleÃ<U+0082> 
## 520                                                                 The Secret Life of PetsÃ<U+0082> 
## 521                                                   The League of Extraordinary GentlemenÃ<U+0082> 
## 522                                                                         Despicable Me 2Ã<U+0082> 
## 523                                                                        Independence DayÃ<U+0082> 
## 524                                                           The Lost World: Jurassic ParkÃ<U+0082> 
## 525                                                                              MadagascarÃ<U+0082> 
## 526                                                                         Children of MenÃ<U+0082> 
## 527                                                                                   X-MenÃ<U+0082> 
## 528                                                                                  WantedÃ<U+0082> 
## 529                                                                                The RockÃ<U+0082> 
## 530                                                                   Ice Age: The MeltdownÃ<U+0082> 
## 531                                                                          50 First DatesÃ<U+0082> 
## 532                                                                               HairsprayÃ<U+0082> 
## 533                                                                 Exorcist: The BeginningÃ<U+0082> 
## 534                                                                        Inspector GadgetÃ<U+0082> 
## 535                                                                          Now You See MeÃ<U+0082> 
## 536                                                                               Grown UpsÃ<U+0082> 
## 537                                                                            The TerminalÃ<U+0082> 
## 538                                                                 ConstantineÃ<U+0082>             
## 539                                                                          Hotel for DogsÃ<U+0082> 
## 540                                                                          Vertical LimitÃ<U+0082> 
## 541                                                                    Charlie Wilson's WarÃ<U+0082> 
## 542                                                                              Shark TaleÃ<U+0082> 
## 543                                                                              DreamgirlsÃ<U+0082> 
## 544                                                                        LifeÃ<U+0082>             
## 545                                                                                 Be CoolÃ<U+0082> 
## 546                                                                                  MunichÃ<U+0082> 
## 547                                                                        Tears of the SunÃ<U+0082> 
## 548                                                                                 KillersÃ<U+0082> 
## 549                                                                 The Man from U.N.C.L.E.Ã<U+0082> 
## 550                                                                               SpanglishÃ<U+0082> 
## 551                                                                           Monster HouseÃ<U+0082> 
## 552                                                                                 BanditsÃ<U+0082> 
## 553                                                                            First KnightÃ<U+0082> 
## 554                                                                       Anna and the KingÃ<U+0082> 
## 555                                                                               ImmortalsÃ<U+0082> 
## 556                                                                                 HostageÃ<U+0082> 
## 557                                                                              Titan A.E.Ã<U+0082> 
## 558                                                                      Hollywood HomicideÃ<U+0082> 
## 559                                                                                 SoldierÃ<U+0082> 
## 560                                                                                CarriersÃ<U+0082> 
## 561                                                                              MonkeyboneÃ<U+0082> 
## 562                                                                   Flight of the PhoenixÃ<U+0082> 
## 563                                                                             UnbreakableÃ<U+0082> 
## 564                                                                                 MinionsÃ<U+0082> 
## 565                                                                            Sucker PunchÃ<U+0082> 
## 566                                                                              Snake EyesÃ<U+0082> 
## 567                                                                                  SphereÃ<U+0082> 
## 568                                                                   The Angry Birds MovieÃ<U+0082> 
## 569                                                                             Fool's GoldÃ<U+0082> 
## 570                                                                            Funny PeopleÃ<U+0082> 
## 571                                                                             The KingdomÃ<U+0082> 
## 572                                             Talladega Nights: The Ballad of Ricky BobbyÃ<U+0082> 
## 573                                                                          Dr. Dolittle 2Ã<U+0082> 
## 574                                                                              BraveheartÃ<U+0082> 
## 575                                                                                 JarheadÃ<U+0082> 
## 576                                                                      The Simpsons MovieÃ<U+0082> 
## 577                                                                            The MajesticÃ<U+0082> 
## 578                                                                                  DrivenÃ<U+0082> 
## 579                                                                            Two BrothersÃ<U+0082> 
## 580                                                                             The VillageÃ<U+0082> 
## 581                                                                         Doctor DolittleÃ<U+0082> 
## 582                                                                                   SignsÃ<U+0082> 
## 583                                                                                 Shrek 2Ã<U+0082> 
## 584                                                                                    CarsÃ<U+0082> 
## 585                                                                           Runaway BrideÃ<U+0082> 
## 586                                                                                     xXxÃ<U+0082> 
## 587                                                The SpongeBob Movie: Sponge Out of WaterÃ<U+0082> 
## 588                                                                                  RansomÃ<U+0082> 
## 589                                                                    Inglourious BasterdsÃ<U+0082> 
## 590                                                                                    HookÃ<U+0082> 
## 591                                                                                HerculesÃ<U+0082> 
## 592                                                                              Die Hard 2Ã<U+0082> 
## 593                                                                                S.W.A.T.Ã<U+0082> 
## 594                                                               Sleepy HollowÃ<U+0082>             
## 595                                                                             Vanilla SkyÃ<U+0082> 
## 596                                                                       Lady in the WaterÃ<U+0082> 
## 597                                                                 AVP: Alien vs. PredatorÃ<U+0082> 
## 598                                                 Alvin and the Chipmunks: The SqueakquelÃ<U+0082> 
## 599                                                                        We Were SoldiersÃ<U+0082> 
## 600                                                                      Olympus Has FallenÃ<U+0082> 
## 601                                                                 Star Trek: InsurrectionÃ<U+0082> 
## 602                                                                      Battle Los AngelesÃ<U+0082> 
## 603                                                                                Big FishÃ<U+0082> 
## 604                                                                                    WolfÃ<U+0082> 
## 605                                                                               War HorseÃ<U+0082> 
## 606                                                                       The Monuments MenÃ<U+0082> 
## 607                                                                               The AbyssÃ<U+0082> 
## 608                                                         Wall Street: Money Never SleepsÃ<U+0082> 
## 609                                                                          Dracula UntoldÃ<U+0082> 
## 610                                                                               The SiegeÃ<U+0082> 
## 611                                                                                StardustÃ<U+0082> 
## 612                                                                    Seven Years in TibetÃ<U+0082> 
## 613                                                                             The DilemmaÃ<U+0082> 
## 614                                                                             Bad CompanyÃ<U+0082> 
## 615                                                                                    DoomÃ<U+0082> 
## 616                                                                                   I SpyÃ<U+0082> 
## 617                                                                   Underworld: AwakeningÃ<U+0082> 
## 618                                                                            Rock of AgesÃ<U+0082> 
## 619                                                                              Hart's WarÃ<U+0082> 
## 620                                                                            Killer EliteÃ<U+0082> 
## 621                                                                              RollerballÃ<U+0082> 
## 622                                                               Ballistic: Ecks vs. SeverÃ<U+0082> 
## 623                                                                               Hard RainÃ<U+0082> 
## 624                                                                           Osmosis JonesÃ<U+0082> 
## 625                                                         Legends of Oz: Dorothy's ReturnÃ<U+0082> 
## 626                                                                                BlackhatÃ<U+0082> 
## 627                                                   Sky Captain and the World of TomorrowÃ<U+0082> 
## 628                                                                        Basic Instinct 2Ã<U+0082> 
## 629                                                                             Escape PlanÃ<U+0082> 
## 630                                                                  The Legend of HerculesÃ<U+0082> 
## 631                                                                    The Sum of All FearsÃ<U+0082> 
## 632                                                              The Twilight Saga: EclipseÃ<U+0082> 
## 633                                                                               The ScoreÃ<U+0082> 
## 634                                                                           Despicable MeÃ<U+0082> 
## 635                                                                             Money TrainÃ<U+0082> 
## 636                                                                                   Ted 2Ã<U+0082> 
## 637                                                                                   AgoraÃ<U+0082> 
## 638                                                                             Mystery MenÃ<U+0082> 
## 639                                                                               Hall PassÃ<U+0082> 
## 640                                                                             The InsiderÃ<U+0082> 
## 641                                                                        The Finest HoursÃ<U+0082> 
## 642                                                                            Body of LiesÃ<U+0082> 
## 643                                                                     Dinner for SchmucksÃ<U+0082> 
## 644                                                         Abraham Lincoln: Vampire HunterÃ<U+0082> 
## 645                                                                              EntrapmentÃ<U+0082> 
## 646                                                           Last Man StandingÃ<U+0082>             
## 647                                                                             The X FilesÃ<U+0082> 
## 648                                                                         The Last LegionÃ<U+0082> 
## 649                                                                     Saving Private RyanÃ<U+0082> 
## 650                                                                          Need for SpeedÃ<U+0082> 
## 651                                                                         What Women WantÃ<U+0082> 
## 652                                                                                 Ice AgeÃ<U+0082> 
## 653                                                                            DreamcatcherÃ<U+0082> 
## 654                                                                                 LincolnÃ<U+0082> 
## 655                                                                              The MatrixÃ<U+0082> 
## 656                                                                               Apollo 13Ã<U+0082> 
## 657                                                                            Total RecallÃ<U+0082> 
## 658                                                                      The Santa Clause 2Ã<U+0082> 
## 659                                                                       Les MisÃ<U+0083>©rablesÃ<U+0082> 
## 660                                                                         You've Got MailÃ<U+0082> 
## 661                                                                           Step BrothersÃ<U+0082> 
## 662                                                                       The Mask of ZorroÃ<U+0082> 
## 663                                                                                Due DateÃ<U+0082> 
## 664                                                                                UnbrokenÃ<U+0082> 
## 665                                                                           Space CowboysÃ<U+0082> 
## 666                                                                             CliffhangerÃ<U+0082> 
## 667                                                                            Broken ArrowÃ<U+0082> 
## 668                                                                                 The KidÃ<U+0082> 
## 669                                                                      World Trade CenterÃ<U+0082> 
## 670                                                                         Mona Lisa SmileÃ<U+0082> 
## 671                                                                            The DictatorÃ<U+0082> 
## 672                                                                          Eyes Wide ShutÃ<U+0082> 
## 673                                                                                   AnnieÃ<U+0082> 
## 674                                                                                   FocusÃ<U+0082> 
## 675                                                                          This Means WarÃ<U+0082> 
## 676                                                                          Blade: TrinityÃ<U+0082> 
## 677                                                                                Red DawnÃ<U+0082> 
## 678                                                                          Primary ColorsÃ<U+0082> 
## 679                                                              Resident Evil: RetributionÃ<U+0082> 
## 680                                                                              Death RaceÃ<U+0082> 
## 681                                                                 The Long Kiss GoodnightÃ<U+0082> 
## 682                                                                           Proof of LifeÃ<U+0082> 
## 683                                                              Zathura: A Space AdventureÃ<U+0082> 
## 684                                                                              Fight ClubÃ<U+0082> 
## 685                                                                         We Are MarshallÃ<U+0082> 
## 686                                                                 The MissingÃ<U+0082>             
## 687                                                                             Hudson HawkÃ<U+0082> 
## 688                                                                           Lucky NumbersÃ<U+0082> 
## 689                                                                         I, FrankensteinÃ<U+0082> 
## 690                                                                            Oliver TwistÃ<U+0082> 
## 691                                                                                 ElektraÃ<U+0082> 
## 692                                                            Sin City: A Dame to Kill ForÃ<U+0082> 
## 693                                                                           Random HeartsÃ<U+0082> 
## 694                                                                                 EverestÃ<U+0082> 
## 695                                                        Perfume: The Story of a MurdererÃ<U+0082> 
## 696                                                             Austin Powers in GoldmemberÃ<U+0082> 
## 697                                                                               Astro BoyÃ<U+0082> 
## 698                                                                           Jurassic ParkÃ<U+0082> 
## 699                                                                              Wyatt EarpÃ<U+0082> 
## 700                                                                Clear and Present DangerÃ<U+0082> 
## 701                                                                            Dragon BladeÃ<U+0082> 
## 702                                                                               LittlemanÃ<U+0082> 
## 703                                                                                   U-571Ã<U+0082> 
## 704                                                                  The American PresidentÃ<U+0082> 
## 705                                                                           The Love GuruÃ<U+0082> 
## 706                                                                 3000 Miles to GracelandÃ<U+0082> 
## 707                                                                       The Hateful EightÃ<U+0082> 
## 708                                                                         Blades of GloryÃ<U+0082> 
## 709                                                                                     HopÃ<U+0082> 
## 710                                                                                     300Ã<U+0082> 
## 711                                                                        Meet the FockersÃ<U+0082> 
## 712                                                                             Marley & MeÃ<U+0082> 
## 713                                                                          The Green MileÃ<U+0082> 
## 714                                                                               Wild HogsÃ<U+0082> 
## 715                                                                          Chicken LittleÃ<U+0082> 
## 716                                                                               Gone GirlÃ<U+0082> 
## 717                                                                     The Bourne IdentityÃ<U+0082> 
## 718                                                                               GoldenEyeÃ<U+0082> 
## 719                                                                  The General's DaughterÃ<U+0082> 
## 720                                                                         The Truman ShowÃ<U+0082> 
## 721                                                                     The Prince of EgyptÃ<U+0082> 
## 722                                                                          Daddy Day CareÃ<U+0082> 
## 723                                                                                  2 GunsÃ<U+0082> 
## 724                                                                             Cats & DogsÃ<U+0082> 
## 725                                                                         The Italian JobÃ<U+0082> 
## 726                                                                        Two Weeks NoticeÃ<U+0082> 
## 727                                                                                    AntzÃ<U+0082> 
## 728                                                                         Couples RetreatÃ<U+0082> 
## 729                                                                         Days of ThunderÃ<U+0082> 
## 730                                                                  Cheaper by the Dozen 2Ã<U+0082> 
## 731                                                                       The Scorch TrialsÃ<U+0082> 
## 732                                                                           Eat Pray LoveÃ<U+0082> 
## 733                                                                          The Family ManÃ<U+0082> 
## 734                                                                                     REDÃ<U+0082> 
## 735                                                                        Any Given SundayÃ<U+0082> 
## 736                                                                     The Horse WhispererÃ<U+0082> 
## 737                                                                              CollateralÃ<U+0082> 
## 738                                                                       The Scorpion KingÃ<U+0082> 
## 739                                                                               Ladder 49Ã<U+0082> 
## 740                                                                            Jack ReacherÃ<U+0082> 
## 741                                                                           Deep Blue SeaÃ<U+0082> 
## 742                                                                              This Is ItÃ<U+0082> 
## 743                                                                               ContagionÃ<U+0082> 
## 744                                                                           Kangaroo JackÃ<U+0082> 
## 745                                                                                CoralineÃ<U+0082> 
## 746                                                                           The HappeningÃ<U+0082> 
## 747                                                                             Man on FireÃ<U+0082> 
## 748                                                                          The Shaggy DogÃ<U+0082> 
## 749                                                                         Starsky & HutchÃ<U+0082> 
## 750                                                                      Jingle All the WayÃ<U+0082> 
## 751                                                                                 HellboyÃ<U+0082> 
## 752                                                                          A Civil ActionÃ<U+0082> 
## 753                                                                              ParaNormanÃ<U+0082> 
## 754                                                                              The JackalÃ<U+0082> 
## 755                                                                                PaycheckÃ<U+0082> 
## 756                                                                     Up Close & PersonalÃ<U+0082> 
## 757                                                                  The Tale of DespereauxÃ<U+0082> 
## 758                                                         Rules of EngagementÃ<U+0082>             
## 759                                                                              The TuxedoÃ<U+0082> 
## 760                                                           Under Siege 2: Dark TerritoryÃ<U+0082> 
## 761                                                               Jack Ryan: Shadow RecruitÃ<U+0082> 
## 762                                                                                     JoyÃ<U+0082> 
## 763                                                                       London Has FallenÃ<U+0082> 
## 764                                                                     Alien: ResurrectionÃ<U+0082> 
## 765                                                                                 ShooterÃ<U+0082> 
## 766                                                                           The BoxtrollsÃ<U+0082> 
## 767                                                                         Practical MagicÃ<U+0082> 
## 768                                                                          The Lego MovieÃ<U+0082> 
## 769                                                 Miss Congeniality 2: Armed and FabulousÃ<U+0082> 
## 770                                                                           Reign of FireÃ<U+0082> 
## 771                                                                          Gangster SquadÃ<U+0082> 
## 772                                                                                Year OneÃ<U+0082> 
## 773                                                                                InvictusÃ<U+0082> 
## 774                                                                           State of PlayÃ<U+0082> 
## 775                                                                               DuplicityÃ<U+0082> 
## 776                                                                     My Favorite MartianÃ<U+0082> 
## 777                                                                            The SentinelÃ<U+0082> 
## 778                                                                               Planet 51Ã<U+0082> 
## 779                                                                      Star Trek: NemesisÃ<U+0082> 
## 780                                                                     Intolerable CrueltyÃ<U+0082> 
## 781                                                                  Trouble with the CurveÃ<U+0082> 
## 782                                                                        Edge of DarknessÃ<U+0082> 
## 783                                                                               The RelicÃ<U+0082> 
## 784                                                                            Analyze ThatÃ<U+0082> 
## 785                                                                          Righteous KillÃ<U+0082> 
## 786                                                                          Mercury RisingÃ<U+0082> 
## 787                                                                             The SoloistÃ<U+0082> 
## 788                                                              The Legend of Bagger VanceÃ<U+0082> 
## 789                                                                           Almost FamousÃ<U+0082> 
## 790                                                                              Garfield 2Ã<U+0082> 
## 791                                                                 xXx: State of the UnionÃ<U+0082> 
## 792                                                                                  PriestÃ<U+0082> 
## 793                                                        Sinbad: Legend of the Seven SeasÃ<U+0082> 
## 794                                                                           Event HorizonÃ<U+0082> 
## 795                                                                            The AvengersÃ<U+0082> 
## 796                                                                               DragonflyÃ<U+0082> 
## 797                                                                        The Black DahliaÃ<U+0082> 
## 798                                                                                 FlyboysÃ<U+0082> 
## 799                                                                         The Last CastleÃ<U+0082> 
## 800                                                                               SupernovaÃ<U+0082> 
## 801                                                                           Winter's TaleÃ<U+0082> 
## 802                                                   The Mortal Instruments: City of BonesÃ<U+0082> 
## 803                                                                               Meet DaveÃ<U+0082> 
## 804                                                                              Dark WaterÃ<U+0082> 
## 805                                                                                    EdtvÃ<U+0082> 
## 806                                                                                InkheartÃ<U+0082> 
## 807                                                                              The SpiritÃ<U+0082> 
## 808                                                                               MortdecaiÃ<U+0082> 
## 809                                           In the Name of the King: A Dungeon Siege TaleÃ<U+0082> 
## 810                                                                          Beyond BordersÃ<U+0082> 
## 811                                             Xi you ji zhi: Sun Wukong san da Baigu JingÃ<U+0082> 
## 812                                                                          The Great RaidÃ<U+0082> 
## 813                                                                                DeadpoolÃ<U+0082> 
## 814                                                                                Holy ManÃ<U+0082> 
## 815                                                                         American SniperÃ<U+0082> 
## 816                                                                              GoosebumpsÃ<U+0082> 
## 817                                                  Sabrina, the Teenage WitchÃ<U+0082>             
## 818                                                                        Just Like HeavenÃ<U+0082> 
## 819                                                      The Flintstones in Viva Rock VegasÃ<U+0082> 
## 820                                                                               Rambo IIIÃ<U+0082> 
## 821                                                                            LeatherheadsÃ<U+0082> 
## 822                                                                        The Ridiculous 6Ã<U+0082> 
## 823                                                         Did You Hear About the Morgans?Ã<U+0082> 
## 824                                                                          The InternshipÃ<U+0082> 
## 825                                                                Resident Evil: AfterlifeÃ<U+0082> 
## 826                                                                               Red TailsÃ<U+0082> 
## 827                                                            Sex and the CityÃ<U+0082>             
## 828                                                                    The Devil's AdvocateÃ<U+0082> 
## 829                                                                           That's My BoyÃ<U+0082> 
## 830                                                                             DragonHeartÃ<U+0082> 
## 831                                                                        After the SunsetÃ<U+0082> 
## 832                                                        Ghost Rider: Spirit of VengeanceÃ<U+0082> 
## 833                                                              Captain Corelli's MandolinÃ<U+0082> 
## 834                                                            Anger ManagementÃ<U+0082>             
## 835                                                                            The PacifierÃ<U+0082> 
## 836                                                                            Walking TallÃ<U+0082> 
## 837                                                                            Forrest GumpÃ<U+0082> 
## 838                                                                 Alvin and the ChipmunksÃ<U+0082> 
## 839                                                                        Meet the ParentsÃ<U+0082> 
## 840                                                                              PocahontasÃ<U+0082> 
## 841                                                                                SupermanÃ<U+0082> 
## 842                                                                     The Nutty ProfessorÃ<U+0082> 
## 843                                                                                   HitchÃ<U+0082> 
## 844                                                                    George of the JungleÃ<U+0082> 
## 845                                                                        American WeddingÃ<U+0082> 
## 846                                                                        Captain PhillipsÃ<U+0082> 
## 847                                                                              Date NightÃ<U+0082> 
## 848                                                                                  CasperÃ<U+0082> 
## 849                                                                           The EqualizerÃ<U+0082> 
## 850                                                                       Maid in ManhattanÃ<U+0082> 
## 851                                                                            Crimson TideÃ<U+0082> 
## 852                                                                The Pursuit of HappynessÃ<U+0082> 
## 853                                                                              FlightplanÃ<U+0082> 
## 854                                                                              DisclosureÃ<U+0082> 
## 855                                                                          City of AngelsÃ<U+0082> 
## 856                                                                       Kill Bill: Vol. 1Ã<U+0082> 
## 857                                                                               BowfingerÃ<U+0082> 
## 858                                                               Stargate SG-1Ã<U+0082>             
## 859                                                                       Kill Bill: Vol. 2Ã<U+0082> 
## 860                                                                            Tango & CashÃ<U+0082> 
## 861                                                                       Death Becomes HerÃ<U+0082> 
## 862                                                                           Shanghai NoonÃ<U+0082> 
## 863                                                                      Executive DecisionÃ<U+0082> 
## 864                                                                   Mr. Popper's PenguinsÃ<U+0082> 
## 865                                                                   The Forbidden KingdomÃ<U+0082> 
## 866                                                                              Free BirdsÃ<U+0082> 
## 867                                                                                 Alien 3Ã<U+0082> 
## 868                                                                                   EvitaÃ<U+0082> 
## 869                                                                                   RoninÃ<U+0082> 
## 870                                                              The Ghost and the DarknessÃ<U+0082> 
## 871                                                                              PaddingtonÃ<U+0082> 
## 872                                                                               The WatchÃ<U+0082> 
## 873                                                                              The HuntedÃ<U+0082> 
## 874                                                                                InstinctÃ<U+0082> 
## 875                                                                            Stuck on YouÃ<U+0082> 
## 876                                                                                Semi-ProÃ<U+0082> 
## 877                                                            The Pirates! Band of MisfitsÃ<U+0082> 
## 878                                                                              ChangelingÃ<U+0082> 
## 879                                                                          Chain ReactionÃ<U+0082> 
## 880                                                                                 The FanÃ<U+0082> 
## 881                                                                The Phantom of the OperaÃ<U+0082> 
## 882                                                               Elizabeth: The Golden AgeÃ<U+0082> 
## 883                                                                            Ã<U+0083>â<U+0080> on FluxÃ<U+0082> 
## 884                                                                       Gods and GeneralsÃ<U+0082> 
## 885                                                                              TurbulenceÃ<U+0082> 
## 886                                                                            Imagine ThatÃ<U+0082> 
## 887                                                                     Muppets Most WantedÃ<U+0082> 
## 888                                                                            ThunderbirdsÃ<U+0082> 
## 889                                                                               BurlesqueÃ<U+0082> 
## 890                                                                  A Very Long EngagementÃ<U+0082> 
## 891                                                                                  LolitaÃ<U+0082> 
## 892                                                                             Eye See YouÃ<U+0082> 
## 893                                                                                Blade IIÃ<U+0082> 
## 894                                                                            Seven PoundsÃ<U+0082> 
## 895                                                                      Bullet to the HeadÃ<U+0082> 
## 896                                                                 The Godfather: Part IIIÃ<U+0082> 
## 897                                                                           ElizabethtownÃ<U+0082> 
## 898                                                                      You, Me and DupreeÃ<U+0082> 
## 899                                                                             Superman IIÃ<U+0082> 
## 900                                                                                   GigliÃ<U+0082> 
## 901                                                                      All the King's MenÃ<U+0082> 
## 902                                                                                   ShaftÃ<U+0082> 
## 903                                                                               AnastasiaÃ<U+0082> 
## 904                                                                           Moulin Rouge!Ã<U+0082> 
## 905                                                                    Domestic DisturbanceÃ<U+0082> 
## 906                                                                              Black MassÃ<U+0082> 
## 907                                                                    Flags of Our FathersÃ<U+0082> 
## 908                                                                     Law Abiding CitizenÃ<U+0082> 
## 909                                                                              GrindhouseÃ<U+0082> 
## 910                                                                                 BelovedÃ<U+0082> 
## 911                                                                               Lucky YouÃ<U+0082> 
## 912                                                                     Catch Me If You CanÃ<U+0082> 
## 913                                                                        Zero Dark ThirtyÃ<U+0082> 
## 914                                                                            The Break-UpÃ<U+0082> 
## 915                                                                              Mamma Mia!Ã<U+0082> 
## 916                                                                         Valentine's DayÃ<U+0082> 
## 917                                                                    The Dukes of HazzardÃ<U+0082> 
## 918                                                                       The Thin Red LineÃ<U+0082> 
## 919                                                                           The Change-UpÃ<U+0082> 
## 920                                                                         Man on the MoonÃ<U+0082> 
## 921                                                                                  CasinoÃ<U+0082> 
## 922                                                                    From Paris with LoveÃ<U+0082> 
## 923                                                                        Bulletproof MonkÃ<U+0082> 
## 924                                                                      Me, Myself & IreneÃ<U+0082> 
## 925                                                                                BarnyardÃ<U+0082> 
## 926                                                                          Deck the HallsÃ<U+0082> 
## 927                                                             The Twilight Saga: New MoonÃ<U+0082> 
## 928                                                                                   ShrekÃ<U+0082> 
## 929                                                                   The Adjustment BureauÃ<U+0082> 
## 930                                                           Robin Hood: Prince of ThievesÃ<U+0082> 
## 931                                                                           Jerry MaguireÃ<U+0082> 
## 932                                                                                     TedÃ<U+0082> 
## 933                                                                      As Good as It GetsÃ<U+0082> 
## 934                                                                             Patch AdamsÃ<U+0082> 
## 935                                                       Anchorman 2: The Legend ContinuesÃ<U+0082> 
## 936                                                                               Mr. DeedsÃ<U+0082> 
## 937                                                                                 Super 8Ã<U+0082> 
## 938                                                                         Erin BrockovichÃ<U+0082> 
## 939                                                            How to Lose a Guy in 10 DaysÃ<U+0082> 
## 940                                                                          22 Jump StreetÃ<U+0082> 
## 941                                      Interview with the Vampire: The Vampire ChroniclesÃ<U+0082> 
## 942                                                                                 Yes ManÃ<U+0082> 
## 943                                                                    Central IntelligenceÃ<U+0082> 
## 944                                                                                 StepmomÃ<U+0082> 
## 945                                                                            Daddy's HomeÃ<U+0082> 
## 946                                                                          Into the WoodsÃ<U+0082> 
## 947                                                                              Inside ManÃ<U+0082> 
## 948                                                                                 PaybackÃ<U+0082> 
## 949                                                                                   CongoÃ<U+0082> 
## 950                                                                         We Bought a ZooÃ<U+0082> 
## 951                                                                                 KnowingÃ<U+0082> 
## 952                                                                       Failure to LaunchÃ<U+0082> 
## 953                                                                            The Ring TwoÃ<U+0082> 
## 954                                                                    Crazy, Stupid, Love.Ã<U+0082> 
## 955                                                                                GarfieldÃ<U+0082> 
## 956                                                               Christmas with the KranksÃ<U+0082> 
## 957                                                                               MoneyballÃ<U+0082> 
## 958                                                                                OutbreakÃ<U+0082> 
## 959                                                                                Non-StopÃ<U+0082> 
## 960                                                                  Race to Witch MountainÃ<U+0082> 
## 961                                                                          V for VendettaÃ<U+0082> 
## 962                                                                        Shanghai KnightsÃ<U+0082> 
## 963                                                                 UnforgottenÃ<U+0082>             
## 964                                                                          Curious GeorgeÃ<U+0082> 
## 965                                                                     Herbie Fully LoadedÃ<U+0082> 
## 966                                                                        Don't Say a WordÃ<U+0082> 
## 967                                                          Hansel & Gretel: Witch HuntersÃ<U+0082> 
## 968                                                                              UnfaithfulÃ<U+0082> 
## 969                                                                        I Am Number FourÃ<U+0082> 
## 970                                                                                 SyrianaÃ<U+0082> 
## 971                                                                                13 HoursÃ<U+0082> 
## 972                                                                        The Book of LifeÃ<U+0082> 
## 973                                                                                FirewallÃ<U+0082> 
## 974                                                                          Absolute PowerÃ<U+0082> 
## 975                                                                               G.I. JaneÃ<U+0082> 
## 976                                                                                The GameÃ<U+0082> 
## 977                                                                             Silent HillÃ<U+0082> 
## 978                                                                        The ReplacementsÃ<U+0082> 
## 979                                                                        American ReunionÃ<U+0082> 
## 980                                                                          The NegotiatorÃ<U+0082> 
## 981                                                                          Into the StormÃ<U+0082> 
## 982                                                                   Beverly Hills Cop IIIÃ<U+0082> 
## 983                                                               Gremlins 2: The New BatchÃ<U+0082> 
## 984                                                                               The JudgeÃ<U+0082> 
## 985                                                                          The PeacemakerÃ<U+0082> 
## 986                                                               Resident Evil: ApocalypseÃ<U+0082> 
## 987                                                       Bridget Jones: The Edge of ReasonÃ<U+0082> 
## 988                                                                             Out of TimeÃ<U+0082> 
## 989                                                                        On Deadly GroundÃ<U+0082> 
## 990                                             The Adventures of Sharkboy and Lavagirl 3-DÃ<U+0082> 
## 991                                                                               The BeachÃ<U+0082> 
## 992                                                                           Raising HelenÃ<U+0082> 
## 993                                                                          Ninja AssassinÃ<U+0082> 
## 994                                                                    For Love of the GameÃ<U+0082> 
## 995                                                            A Touch of FrostÃ<U+0082>             
## 996                                                                              StripteaseÃ<U+0082> 
## 997                                                                               MarmadukeÃ<U+0082> 
## 998                                                                               HereafterÃ<U+0082> 
## 999                                                                       Murder by NumbersÃ<U+0082> 
## 1000                                                                              AssassinsÃ<U+0082> 
## 1001                                                                        Hannibal RisingÃ<U+0082> 
## 1002                                                                        The Story of UsÃ<U+0082> 
## 1003                                                                               The HostÃ<U+0082> 
## 1004                                                                                  BasicÃ<U+0082> 
## 1005                                                                             Blood WorkÃ<U+0082> 
## 1006                                                                      The InternationalÃ<U+0082> 
## 1007                                                                       Escape from L.A.Ã<U+0082> 
## 1008                                                                    TwistedÃ<U+0082>             
## 1009                                                                         The Iron GiantÃ<U+0082> 
## 1010                                                     The Life Aquatic with Steve ZissouÃ<U+0082> 
## 1011                                                                    Free State of JonesÃ<U+0082> 
## 1012                                                                 The Life of David GaleÃ<U+0082> 
## 1013                                                                       Man of the HouseÃ<U+0082> 
## 1014                                                                          Run All NightÃ<U+0082> 
## 1015                                                                       Eastern PromisesÃ<U+0082> 
## 1016                                                                          Into the BlueÃ<U+0082> 
## 1017                                                The Messenger: The Story of Joan of ArcÃ<U+0082> 
## 1018                                                                          Your HighnessÃ<U+0082> 
## 1019                                                                            Dream HouseÃ<U+0082> 
## 1020                                                                               Mad CityÃ<U+0082> 
## 1021                                                                         Baby's Day OutÃ<U+0082> 
## 1022                                                                     The Scarlet LetterÃ<U+0082> 
## 1023                                                                              Fair GameÃ<U+0082> 
## 1024                                                                   DefianceÃ<U+0082>             
## 1025                                                                                 DominoÃ<U+0082> 
## 1026                                                                                   JadeÃ<U+0082> 
## 1027                                                                                  GamerÃ<U+0082> 
## 1028                                                                    Beautiful CreaturesÃ<U+0082> 
## 1029                                                                       Death to SmoochyÃ<U+0082> 
## 1030                                                                            Zoolander 2Ã<U+0082> 
## 1031                                                                         The Big BounceÃ<U+0082> 
## 1032                                                              What Planet Are You From?Ã<U+0082> 
## 1033                                                                            Drive AngryÃ<U+0082> 
## 1034                                                  Street Fighter: The Legend of Chun-LiÃ<U+0082> 
## 1035                                                                                The OneÃ<U+0082> 
## 1036                                                                  OutlanderÃ<U+0082>             
## 1037                                                        The Adventures of Ford FairlaneÃ<U+0082> 
## 1038                                                                           Pirate RadioÃ<U+0082> 
## 1039                                                                                TrafficÃ<U+0082> 
## 1040                                                     Indiana Jones and the Last CrusadeÃ<U+0082> 
## 1041                                                                          Anna KareninaÃ<U+0082> 
## 1042                                                                                ChappieÃ<U+0082> 
## 1043                                                                     The Bone CollectorÃ<U+0082> 
## 1044                                                                             Panic RoomÃ<U+0082> 
## 1045                                                                        The Tooth FairyÃ<U+0082> 
## 1046                                                                            Three KingsÃ<U+0082> 
## 1047                                                                               Child 44Ã<U+0082> 
## 1048                                                                               Rat RaceÃ<U+0082> 
## 1049                                                                                  K-PAXÃ<U+0082> 
## 1050                                                                         Kate & LeopoldÃ<U+0082> 
## 1051                                                                              BedazzledÃ<U+0082> 
## 1052                                                                        The Cotton ClubÃ<U+0082> 
## 1053                                                                           3:10 to YumaÃ<U+0082> 
## 1054                                                                                Taken 3Ã<U+0082> 
## 1055                                                                           Out of SightÃ<U+0082> 
## 1056                                                                          The Cable GuyÃ<U+0082> 
## 1057                                                                                  EarthÃ<U+0082> 
## 1058                                                                             Dick TracyÃ<U+0082> 
## 1059                                                                The Thomas Crown AffairÃ<U+0082> 
## 1060                                                               Riding in Cars with BoysÃ<U+0082> 
## 1061                                                                            First BloodÃ<U+0082> 
## 1062                                                                                SolarisÃ<U+0082> 
## 1063                                                                   Happily N'Ever AfterÃ<U+0082> 
## 1064                                                                            Mary ReillyÃ<U+0082> 
## 1065                                                               My Best Friend's WeddingÃ<U+0082> 
## 1066                                                                  America's SweetheartsÃ<U+0082> 
## 1067                                                                               InsomniaÃ<U+0082> 
## 1068                                                               Star Trek: First ContactÃ<U+0082> 
## 1069                                                                              Jonah HexÃ<U+0082> 
## 1070                                                                     Courage Under FireÃ<U+0082> 
## 1071                                                                              Liar LiarÃ<U+0082> 
## 1072                                                                        The InfiltratorÃ<U+0082> 
## 1073                                                                                 InchonÃ<U+0082> 
## 1074                                                                        The FlintstonesÃ<U+0082> 
## 1075                                                                                Taken 2Ã<U+0082> 
## 1076                                                                          Scary Movie 3Ã<U+0082> 
## 1077                                                                      Miss CongenialityÃ<U+0082> 
## 1078                                                     Journey to the Center of the EarthÃ<U+0082> 
## 1079                                               The Princess Diaries 2: Royal EngagementÃ<U+0082> 
## 1080                                                                      The Pelican BriefÃ<U+0082> 
## 1081                                                                             The ClientÃ<U+0082> 
## 1082                                                                        The Bucket ListÃ<U+0082> 
## 1083                                                                          Patriot GamesÃ<U+0082> 
## 1084                                                                         Monster-in-LawÃ<U+0082> 
## 1085                                                                              PrisonersÃ<U+0082> 
## 1086                                                                           Training DayÃ<U+0082> 
## 1087                                                                           Galaxy QuestÃ<U+0082> 
## 1088                                                                          Scary Movie 2Ã<U+0082> 
## 1089                                                                            The MuppetsÃ<U+0082> 
## 1090                                                                                  BladeÃ<U+0082> 
## 1091                                                                           Coach CarterÃ<U+0082> 
## 1092                                                                         Changing LanesÃ<U+0082> 
## 1093                                                                               AnacondaÃ<U+0082> 
## 1094                                                                            Coyote UglyÃ<U+0082> 
## 1095                                                                          Love ActuallyÃ<U+0082> 
## 1096                                                                           A Bug's LifeÃ<U+0082> 
## 1097                                                                              From HellÃ<U+0082> 
## 1098                                                                         The SpecialistÃ<U+0082> 
## 1099                                                                                Tin CupÃ<U+0082> 
## 1100                                                                   Yours, Mine and OursÃ<U+0082> 
## 1101                                                                    Kicking & ScreamingÃ<U+0082> 
## 1102                                                   The Hitchhiker's Guide to the GalaxyÃ<U+0082> 
## 1103                                                                             Fat AlbertÃ<U+0082> 
## 1104                                                              Resident Evil: ExtinctionÃ<U+0082> 
## 1105                                                                                BlendedÃ<U+0082> 
## 1106                                                                           Last HolidayÃ<U+0082> 
## 1107                                                                         The River WildÃ<U+0082> 
## 1108                                                             The Indian in the CupboardÃ<U+0082> 
## 1109                                                                                SavagesÃ<U+0082> 
## 1110                                                                               CellularÃ<U+0082> 
## 1111                                                                         Johnny EnglishÃ<U+0082> 
## 1112                                                                          The Ant BullyÃ<U+0082> 
## 1113                                                                                   DuneÃ<U+0082> 
## 1114                                                                    Across the UniverseÃ<U+0082> 
## 1115                                                                     Revolutionary RoadÃ<U+0082> 
## 1116                                                                              16 BlocksÃ<U+0082> 
## 1117                                                                           Babylon A.D.Ã<U+0082> 
## 1118                                                                        The Glimmer ManÃ<U+0082> 
## 1119                                                                           MultiplicityÃ<U+0082> 
## 1120                                                                    Aliens in the AtticÃ<U+0082> 
## 1121                                                                             The PledgeÃ<U+0082> 
## 1122                                                                          The ProducersÃ<U+0082> 
## 1123                                                                                  DreddÃ<U+0082> 
## 1124                                                                            The PhantomÃ<U+0082> 
## 1125                                                                  All the Pretty HorsesÃ<U+0082> 
## 1126                                                                                  NixonÃ<U+0082> 
## 1127                                                                       The Ghost WriterÃ<U+0082> 
## 1128                                                                            Deep RisingÃ<U+0082> 
## 1129                                                                    Miracle at St. AnnaÃ<U+0082> 
## 1130                                                             Curse of the Golden FlowerÃ<U+0082> 
## 1131                                                                      Bangkok DangerousÃ<U+0082> 
## 1132                                                                            Big TroubleÃ<U+0082> 
## 1133                                                            Love in the Time of CholeraÃ<U+0082> 
## 1134                                                               The ReturnedÃ<U+0082>             
## 1135                                                                      Shadow ConspiracyÃ<U+0082> 
## 1136                                                                  Johnny English RebornÃ<U+0082> 
## 1137                                                                             Foodfight!Ã<U+0082> 
## 1138                                                                                   ArgoÃ<U+0082> 
## 1139                                                                           The FugitiveÃ<U+0082> 
## 1140                                                                      The Bounty HunterÃ<U+0082> 
## 1141                                                                               SleepersÃ<U+0082> 
## 1142                                                             Rambo: First Blood Part IIÃ<U+0082> 
## 1143                                                                              The JurorÃ<U+0082> 
## 1144                                                                              PinocchioÃ<U+0082> 
## 1145                                                                          Heaven's GateÃ<U+0082> 
## 1146                                                                  Underworld: EvolutionÃ<U+0082> 
## 1147                                                                    Victor FrankensteinÃ<U+0082> 
## 1148                                                                      Finding ForresterÃ<U+0082> 
## 1149                                                                                28 DaysÃ<U+0082> 
## 1150                                                                              UnleashedÃ<U+0082> 
## 1151                                                                     The Sweetest ThingÃ<U+0082> 
## 1152                                                                               The FirmÃ<U+0082> 
## 1153                                                                      Charlie St. CloudÃ<U+0082> 
## 1154                                                                           The MechanicÃ<U+0082> 
## 1155                                                                         21 Jump StreetÃ<U+0082> 
## 1156                                                                           Notting HillÃ<U+0082> 
## 1157                                                                            Chicken RunÃ<U+0082> 
## 1158                                                                       Along Came PollyÃ<U+0082> 
## 1159                                                                              BoomerangÃ<U+0082> 
## 1160                                                                               The HeatÃ<U+0082> 
## 1161                                                                              CleopatraÃ<U+0082> 
## 1162                                                                    Here Comes the BoomÃ<U+0082> 
## 1163                                                                            High CrimesÃ<U+0082> 
## 1164                                                               The Mirror Has Two FacesÃ<U+0082> 
## 1165                                                                 The Mothman PropheciesÃ<U+0082> 
## 1166                                                                               BrÃ<U+0083>¼noÃ<U+0082> 
## 1167                                                                        Licence to KillÃ<U+0082> 
## 1168                                                                        Red Riding HoodÃ<U+0082> 
## 1169                                                                             15 MinutesÃ<U+0082> 
## 1170                                                                      Super Mario Bros.Ã<U+0082> 
## 1171                                                                            Lord of WarÃ<U+0082> 
## 1172                                                                                   HeroÃ<U+0082> 
## 1173                                                                      One for the MoneyÃ<U+0082> 
## 1174                                                                          The InterviewÃ<U+0082> 
## 1175                                                                      The Warrior's WayÃ<U+0082> 
## 1176                                                              McHale's NavyÃ<U+0082>             
## 1177                                                                                MicmacsÃ<U+0082> 
## 1178                                                                                 8 MileÃ<U+0082> 
## 1179                                                           Animal Kingdom: Let's go ApeÃ<U+0082> 
## 1180                                                                        A Knight's TaleÃ<U+0082> 
## 1181                                                                          The MedallionÃ<U+0082> 
## 1182                                                                        The Sixth SenseÃ<U+0082> 
## 1183                                                                         Man on a LedgeÃ<U+0082> 
## 1184                                                                           The Big YearÃ<U+0082> 
## 1185                                                                         The Karate KidÃ<U+0082> 
## 1186                                                                        American HustleÃ<U+0082> 
## 1187                                                                           The ProposalÃ<U+0082> 
## 1188                                                                        Double JeopardyÃ<U+0082> 
## 1189                                                             Back to the Future Part IIÃ<U+0082> 
## 1190                                                                                   LucyÃ<U+0082> 
## 1191                                                                   Fifty Shades of GreyÃ<U+0082> 
## 1192                                                                Spy Kids 3-D: Game OverÃ<U+0082> 
## 1193                                                                         A Time to KillÃ<U+0082> 
## 1194                                                                   Cheaper by the DozenÃ<U+0082> 
## 1195                                                                          Lone SurvivorÃ<U+0082> 
## 1196                                                                  A League of Their OwnÃ<U+0082> 
## 1197                                                                        The Conjuring 2Ã<U+0082> 
## 1198                                                                     The Social NetworkÃ<U+0082> 
## 1199                                                            He's Just Not That Into YouÃ<U+0082> 
## 1200                                                                          Scary Movie 4Ã<U+0082> 
## 1201                                                                               Scream 3Ã<U+0082> 
## 1202                                                            Back to the Future Part IIIÃ<U+0082> 
## 1203                                                                               Get HardÃ<U+0082> 
## 1204                                                                  Bram Stoker's DraculaÃ<U+0082> 
## 1205                                                                          Julie & JuliaÃ<U+0082> 
## 1206                                                                                     42Ã<U+0082> 
## 1207                                                                The Talented Mr. RipleyÃ<U+0082> 
## 1208                                                                     Dumb and Dumber ToÃ<U+0082> 
## 1209                                                                            Eight BelowÃ<U+0082> 
## 1210                                                                             The InternÃ<U+0082> 
## 1211                                                                           Ride Along 2Ã<U+0082> 
## 1212                                                               The Last of the MohicansÃ<U+0082> 
## 1213                                                                                    RayÃ<U+0082> 
## 1214                                                                               Sin CityÃ<U+0082> 
## 1215                                                                          Vantage PointÃ<U+0082> 
## 1216                                                                        I Love You, ManÃ<U+0082> 
## 1217                                                                            Shallow HalÃ<U+0082> 
## 1218                                                                                    JFKÃ<U+0082> 
## 1219                                                                    Big Momma's House 2Ã<U+0082> 
## 1220                                                                            The MexicanÃ<U+0082> 
## 1221                                                                               UnbrokenÃ<U+0082> 
## 1222                                                                               17 AgainÃ<U+0082> 
## 1223                                                                        The Other WomanÃ<U+0082> 
## 1224                                                                  The Final DestinationÃ<U+0082> 
## 1225                                                                        Bridge of SpiesÃ<U+0082> 
## 1226                                                                     Behind Enemy LinesÃ<U+0082> 
## 1227                                                                   Get Him to the GreekÃ<U+0082> 
## 1228                                                                         Shall We DanceÃ<U+0082> 
## 1229                                                                         Small SoldiersÃ<U+0082> 
## 1230                                                                                  SpawnÃ<U+0082> 
## 1231                                                              The Count of Monte CristoÃ<U+0082> 
## 1232                                                                     The Lincoln LawyerÃ<U+0082> 
## 1233                                                                                UnknownÃ<U+0082> 
## 1234                                                                           The PrestigeÃ<U+0082> 
## 1235                                                                      Horrible Bosses 2Ã<U+0082> 
## 1236                                                               Escape from Planet EarthÃ<U+0082> 
## 1237                                                                             ApocalyptoÃ<U+0082> 
## 1238                                                                   The Living DaylightsÃ<U+0082> 
## 1239                                                                              PredatorsÃ<U+0082> 
## 1240                                                                           Legal EaglesÃ<U+0082> 
## 1241                                                                          Secret WindowÃ<U+0082> 
## 1242                                                                         The Lake HouseÃ<U+0082> 
## 1243                                                                       The Skeleton KeyÃ<U+0082> 
## 1244                                                          The Odd Life of Timothy GreenÃ<U+0082> 
## 1245                                                                          Made of HonorÃ<U+0082> 
## 1246                                                                            Jersey BoysÃ<U+0082> 
## 1247                                                                          The RainmakerÃ<U+0082> 
## 1248                                                                                GothikaÃ<U+0082> 
## 1249                                                                                AmistadÃ<U+0082> 
## 1250                                                                           Medicine ManÃ<U+0082> 
## 1251                                                           Aliens vs. Predator: RequiemÃ<U+0082> 
## 1252                                                                      RiÃ<U+0082>¢hie RiÃ<U+0082>¢hÃ<U+0082> 
## 1253                                                                     Autumn in New YorkÃ<U+0082> 
## 1254                                                                       Music and LyricsÃ<U+0082> 
## 1255                                                                                   PaulÃ<U+0082> 
## 1256                                                                         The Guilt TripÃ<U+0082> 
## 1257                                                                               Scream 4Ã<U+0082> 
## 1258                                                                                    8MMÃ<U+0082> 
## 1259                                                                              The DoorsÃ<U+0082> 
## 1260                                                                               Sex TapeÃ<U+0082> 
## 1261                                                                             Hanging UpÃ<U+0082> 
## 1262                                                                    Final Destination 5Ã<U+0082> 
## 1263                                                                       Mickey Blue EyesÃ<U+0082> 
## 1264                                                                         Pay It ForwardÃ<U+0082> 
## 1265                                                                            Fever PitchÃ<U+0082> 
## 1266                                                                     ArthurÃ<U+0082>             
## 1267                                                                        Drillbit TaylorÃ<U+0082> 
## 1268                                                      A Million Ways to Die in the WestÃ<U+0082> 
## 1269                                                                             The ShadowÃ<U+0082> 
## 1270                                                      Extremely Loud & Incredibly CloseÃ<U+0082> 
## 1271                                                                          Morning GloryÃ<U+0082> 
## 1272                                                                 Get Rich or Die Tryin'Ã<U+0082> 
## 1273                                                                         The Art of WarÃ<U+0082> 
## 1274                                                                                   RentÃ<U+0082> 
## 1275                                                                        Bless the ChildÃ<U+0082> 
## 1276                                                                     The Out-of-TownersÃ<U+0082> 
## 1277                                                               The Island of Dr. MoreauÃ<U+0082> 
## 1278                                                                          The MusketeerÃ<U+0082> 
## 1279                                                                  The Other Boleyn GirlÃ<U+0082> 
## 1280                                                                         Sweet NovemberÃ<U+0082> 
## 1281                                                                            The ReapingÃ<U+0082> 
## 1282                                                                           Mean StreetsÃ<U+0082> 
## 1283                                                                        Renaissance ManÃ<U+0082> 
## 1284                                                                             ColombianaÃ<U+0082> 
## 1285                                                     The Magic Sword: Quest for CamelotÃ<U+0082> 
## 1286                                                                        City by the SeaÃ<U+0082> 
## 1287                                                                         At First SightÃ<U+0082> 
## 1288                                                                                 TorqueÃ<U+0082> 
## 1289                                                                              City HallÃ<U+0082> 
## 1290                                                                              ShowgirlsÃ<U+0082> 
## 1291                                                                       Marie AntoinetteÃ<U+0082> 
## 1292                                                                          Kiss of DeathÃ<U+0082> 
## 1293                                                                             Get CarterÃ<U+0082> 
## 1294                                                                         The ImpossibleÃ<U+0082> 
## 1295                                                                                 IshtarÃ<U+0082> 
## 1296                                                                      Fantastic Mr. FoxÃ<U+0082> 
## 1297                                                              Life or Something Like ItÃ<U+0082> 
## 1298                                                            Memoirs of an Invisible ManÃ<U+0082> 
## 1299                                                                              AmÃ<U+0083>©lieÃ<U+0082> 
## 1300                                                                        New York MinuteÃ<U+0082> 
## 1301                                                                                  AlfieÃ<U+0082> 
## 1302                                                                            Big MiracleÃ<U+0082> 
## 1303                                                              The Deep End of the OceanÃ<U+0082> 
## 1304                                                                             FeardotcomÃ<U+0082> 
## 1305                                               Cirque du Freak: The Vampire's AssistantÃ<U+0082> 
## 1306                                                                    Victor FrankensteinÃ<U+0082> 
## 1307                                                                                 DuplexÃ<U+0082> 
## 1308                                                                               Soul MenÃ<U+0082> 
## 1309                                                                      Raise the TitanicÃ<U+0082> 
## 1310                                                          Universal Soldier: The ReturnÃ<U+0082> 
## 1311                                                                               PandorumÃ<U+0082> 
## 1312                                                                               ImpostorÃ<U+0082> 
## 1313                                                                            Extreme OpsÃ<U+0082> 
## 1314                                                                          Just VisitingÃ<U+0082> 
## 1315                                                                               SunshineÃ<U+0082> 
## 1316                                                                       A Thousand WordsÃ<U+0082> 
## 1317                                                                                  DelgoÃ<U+0082> 
## 1318                                                                             The GunmanÃ<U+0082> 
## 1319                                                     Alex Rider: Operation StormbreakerÃ<U+0082> 
## 1320                                                                              DisturbiaÃ<U+0082> 
## 1321                                                                                HackersÃ<U+0082> 
## 1322                                                                      The Hunting PartyÃ<U+0082> 
## 1323                                                                    The Hudsucker ProxyÃ<U+0082> 
## 1324                                                                           The WarlordsÃ<U+0082> 
## 1325                                                                     Nomad: The WarriorÃ<U+0082> 
## 1326                                                                            SnowpiercerÃ<U+0082> 
## 1327                                                                     A Monster in ParisÃ<U+0082> 
## 1328                                                                          The Last ShotÃ<U+0082> 
## 1329                                                                               The CrowÃ<U+0082> 
## 1330                                                               Baahubali: The BeginningÃ<U+0082> 
## 1331                                                               The Time Traveler's WifeÃ<U+0082> 
## 1332                                                                      Because I Said SoÃ<U+0082> 
## 1333                                                               The Fast and the FuriousÃ<U+0082> 
## 1334                                                                          FrankenweenieÃ<U+0082> 
## 1335                                                                               SerenityÃ<U+0082> 
## 1336                                                                      Against the RopesÃ<U+0082> 
## 1337                                                                           Superman IIIÃ<U+0082> 
## 1338                                                                           Grudge MatchÃ<U+0082> 
## 1339                                                                              Red CliffÃ<U+0082> 
## 1340                                                                     Sweet Home AlabamaÃ<U+0082> 
## 1341                                                                         The Ugly TruthÃ<U+0082> 
## 1342                                                                             Sgt. BilkoÃ<U+0082> 
## 1343                                                      Spy Kids 2: Island of Lost DreamsÃ<U+0082> 
## 1344                                                                 Star Trek: GenerationsÃ<U+0082> 
## 1345                                                                        The GrandmasterÃ<U+0082> 
## 1346                                                                    Water for ElephantsÃ<U+0082> 
## 1347                                                      3rd Rock from the SunÃ<U+0082>             
## 1348                                                            Dragon Nest: Warriors' DawnÃ<U+0082> 
## 1349                                                                          The HurricaneÃ<U+0082> 
## 1350                                                                                 EnoughÃ<U+0082> 
## 1351                                                                          HeartbreakersÃ<U+0082> 
## 1352                                                                 Paul Blart: Mall Cop 2Ã<U+0082> 
## 1353                                                                             Angel EyesÃ<U+0082> 
## 1354                                                                           Joe SomebodyÃ<U+0082> 
## 1355                                                                         The Ninth GateÃ<U+0082> 
## 1356                                                                       Extreme MeasuresÃ<U+0082> 
## 1357                                                                              Rock StarÃ<U+0082> 
## 1358                                                                               PreciousÃ<U+0082> 
## 1359                                                                           White SquallÃ<U+0082> 
## 1360                                                                              The ThingÃ<U+0082> 
## 1361                                                                                RiddickÃ<U+0082> 
## 1362                                                                             SwitchbackÃ<U+0082> 
## 1363                                                                          Texas RangersÃ<U+0082> 
## 1364                                                                          City of EmberÃ<U+0082> 
## 1365                                                                             The MasterÃ<U+0082> 
## 1366                                                                       Virgin TerritoryÃ<U+0082> 
## 1367                                                                            The ExpressÃ<U+0082> 
## 1368                                                                           The 5th WaveÃ<U+0082> 
## 1369                                                                                  CreedÃ<U+0082> 
## 1370                                                                               The TownÃ<U+0082> 
## 1371                                                   What to Expect When You're ExpectingÃ<U+0082> 
## 1372                                                                     Burn After ReadingÃ<U+0082> 
## 1373                                                                           Nim's IslandÃ<U+0082> 
## 1374                                                                                   RushÃ<U+0082> 
## 1375                                                                               MagnoliaÃ<U+0082> 
## 1376                                                                                Cop OutÃ<U+0082> 
## 1377                                                                       How to Be SingleÃ<U+0082> 
## 1378                                                                           Dolphin TaleÃ<U+0082> 
## 1379                                                                               TwilightÃ<U+0082> 
## 1380                                                                                 John QÃ<U+0082> 
## 1381                                                                            Blue StreakÃ<U+0082> 
## 1382                                                                      We're the MillersÃ<U+0082> 
## 1383                                                                       Obitaemyy ostrovÃ<U+0082> 
## 1384                                                                              BreakdownÃ<U+0082> 
## 1385                                                                  Never Say Never AgainÃ<U+0082> 
## 1386                                                                   Hot Tub Time MachineÃ<U+0082> 
## 1387                                                                         Dolphin Tale 2Ã<U+0082> 
## 1388                                                                         Reindeer GamesÃ<U+0082> 
## 1389                                                                            A Man ApartÃ<U+0082> 
## 1390                                                                                  AlohaÃ<U+0082> 
## 1391                                                                  Ghosts of MississippiÃ<U+0082> 
## 1392                                                                 Snow Falling on CedarsÃ<U+0082> 
## 1393                                                                               The RiteÃ<U+0082> 
## 1394                                                                                GattacaÃ<U+0082> 
## 1395                                                                        Isn't She GreatÃ<U+0082> 
## 1396                                                                           Space ChimpsÃ<U+0082> 
## 1397                                                                          Head of StateÃ<U+0082> 
## 1398                                                                           The HangoverÃ<U+0082> 
## 1399                                                                               Ip Man 3Ã<U+0082> 
## 1400                                                  Austin Powers: The Spy Who Shagged MeÃ<U+0082> 
## 1401                                                                                 BatmanÃ<U+0082> 
## 1402                                                                       There Be DragonsÃ<U+0082> 
## 1403                                                                        Lethal Weapon 3Ã<U+0082> 
## 1404                                                                         The Blind SideÃ<U+0082> 
## 1405                                                                  Rush HourÃ<U+0082>             
## 1406                                                                               Spy KidsÃ<U+0082> 
## 1407                                                                        Horrible BossesÃ<U+0082> 
## 1408                                                                              True GritÃ<U+0082> 
## 1409                                                                  The Devil Wears PradaÃ<U+0082> 
## 1410                                                          Star Trek: The Motion PictureÃ<U+0082> 
## 1411                                                                         Identity ThiefÃ<U+0082> 
## 1412                                                                              Cape FearÃ<U+0082> 
## 1413                                                                                     21Ã<U+0082> 
## 1414                                                                             TrainwreckÃ<U+0082> 
## 1415                                                                              Guess WhoÃ<U+0082> 
## 1416                                                                    The English PatientÃ<U+0082> 
## 1417                                                                      L.A. ConfidentialÃ<U+0082> 
## 1418                                                                               Sky HighÃ<U+0082> 
## 1419                                                                               In & OutÃ<U+0082> 
## 1420                                                                                SpeciesÃ<U+0082> 
## 1421                                                              A Nightmare on Elm StreetÃ<U+0082> 
## 1422                                                                               The CellÃ<U+0082> 
## 1423                                                               The Man in the Iron MaskÃ<U+0082> 
## 1424                                                                            SecretariatÃ<U+0082> 
## 1425                                                                                   TMNTÃ<U+0082> 
## 1426                                                                                  RadioÃ<U+0082> 
## 1427                                                                  Friends with BenefitsÃ<U+0082> 
## 1428                                                           Neighbors 2: Sorority RisingÃ<U+0082> 
## 1429                                                                       Saving Mr. BanksÃ<U+0082> 
## 1430                                                                              Malcolm XÃ<U+0082> 
## 1431                                                                             This Is 40Ã<U+0082> 
## 1432                                                                               Old DogsÃ<U+0082> 
## 1433                                                         Underworld: Rise of the LycansÃ<U+0082> 
## 1434                                                                         License to WedÃ<U+0082> 
## 1435                                                                       The BenchwarmersÃ<U+0082> 
## 1436                                                                         Must Love DogsÃ<U+0082> 
## 1437                                                                          Donnie BrascoÃ<U+0082> 
## 1438                                                                          Resident EvilÃ<U+0082> 
## 1439                                                                            PoltergeistÃ<U+0082> 
## 1440                                                                        The LadykillersÃ<U+0082> 
## 1441                                                                              Max PayneÃ<U+0082> 
## 1442                                                                                In TimeÃ<U+0082> 
## 1443                                                                       The Back-up PlanÃ<U+0082> 
## 1444                                                                     Something BorrowedÃ<U+0082> 
## 1445                                                              Hit the FloorÃ<U+0082>             
## 1446                                                                           Black KnightÃ<U+0082> 
## 1447                                                                     The Bad News BearsÃ<U+0082> 
## 1448                                                                         Street FighterÃ<U+0082> 
## 1449                                                                            The PianistÃ<U+0082> 
## 1450                                                                              From HellÃ<U+0082> 
## 1451                                                                     The Nativity StoryÃ<U+0082> 
## 1452                                                                           House of WaxÃ<U+0082> 
## 1453                                                                                 CloserÃ<U+0082> 
## 1454                                                                               J. EdgarÃ<U+0082> 
## 1455                                                                                MirrorsÃ<U+0082> 
## 1456                                                                    Queen of the DamnedÃ<U+0082> 
## 1457                                                                             Predator 2Ã<U+0082> 
## 1458                                                                            UntraceableÃ<U+0082> 
## 1459                                                                    Blast from the PastÃ<U+0082> 
## 1460                                                                           Flash GordonÃ<U+0082> 
## 1461                                                                            Jersey GirlÃ<U+0082> 
## 1462                                                                             Alex CrossÃ<U+0082> 
## 1463                                                Midnight in the Garden of Good and EvilÃ<U+0082> 
## 1464                                                                                  HeistÃ<U+0082> 
## 1465                                                                   Nanny McPhee ReturnsÃ<U+0082> 
## 1466                                                                                  HoffaÃ<U+0082> 
## 1467                                                         The X Files: I Want to BelieveÃ<U+0082> 
## 1468                                                                         Ella EnchantedÃ<U+0082> 
## 1469                                                                             ConcussionÃ<U+0082> 
## 1470                                                                              AbductionÃ<U+0082> 
## 1471                                                                                ValiantÃ<U+0082> 
## 1472                                                                            Wonder BoysÃ<U+0082> 
## 1473                                                                        Superhero MovieÃ<U+0082> 
## 1474                                                                            Broken CityÃ<U+0082> 
## 1475                                                                                 CursedÃ<U+0082> 
## 1476                                                                           Premium RushÃ<U+0082> 
## 1477                                                                            Hot PursuitÃ<U+0082> 
## 1478                                                                      The Four FeathersÃ<U+0082> 
## 1479                                                                                 ParkerÃ<U+0082> 
## 1480                                                                              WimbledonÃ<U+0082> 
## 1481                                                                        Furry VengeanceÃ<U+0082> 
## 1482                                                                                   BaitÃ<U+0082> 
## 1483                                                                                  KrullÃ<U+0082> 
## 1484                                                                        Lions for LambsÃ<U+0082> 
## 1485                                                                 Flight of the IntruderÃ<U+0082> 
## 1486                                                         Walk Hard: The Dewey Cox StoryÃ<U+0082> 
## 1487                                                                      The Shipping NewsÃ<U+0082> 
## 1488                                                                       American OutlawsÃ<U+0082> 
## 1489                                                                     The Young VictoriaÃ<U+0082> 
## 1490                                                                               WhiteoutÃ<U+0082> 
## 1491                                                                       The Tree of LifeÃ<U+0082> 
## 1492                                                                              Knock OffÃ<U+0082> 
## 1493                                                                               SabotageÃ<U+0082> 
## 1494                                                                              The OrderÃ<U+0082> 
## 1495                                                                     Punisher: War ZoneÃ<U+0082> 
## 1496                                                                                   ZoomÃ<U+0082> 
## 1497                                                                               The WalkÃ<U+0082> 
## 1498                                                                     Warriors of VirtueÃ<U+0082> 
## 1499                                                                            A Good YearÃ<U+0082> 
## 1500                                                                     LutherÃ<U+0082>             
## 1501                                                                            Radio FlyerÃ<U+0082> 
## 1502                                                                    Blood In, Blood OutÃ<U+0082> 
## 1503                                                                 Smilla's Sense of SnowÃ<U+0082> 
## 1504                                                                           Femme FataleÃ<U+0082> 
## 1505                                                                     Lion of the DesertÃ<U+0082> 
## 1506                                                               The Horseman on the RoofÃ<U+0082> 
## 1507                                                                    Ride with the DevilÃ<U+0082> 
## 1508                                                                               BiutifulÃ<U+0082> 
## 1509                                                                             The LoversÃ<U+0082> 
## 1510                                                                               BandidasÃ<U+0082> 
## 1511                                                                    Black Water TransitÃ<U+0082> 
## 1512                                                                        The Maze RunnerÃ<U+0082> 
## 1513                                                                    Unfinished BusinessÃ<U+0082> 
## 1514                                                                   The Age of InnocenceÃ<U+0082> 
## 1515                                                                           The FountainÃ<U+0082> 
## 1516                                                                           Chill FactorÃ<U+0082> 
## 1517                                                                                 StolenÃ<U+0082> 
## 1518                                                                                  PonyoÃ<U+0082> 
## 1519                                                                       The Longest RideÃ<U+0082> 
## 1520                                                                   The Astronaut's WifeÃ<U+0082> 
## 1521                                                                    I Dreamed of AfricaÃ<U+0082> 
## 1522                                                                      Playing for KeepsÃ<U+0082> 
## 1523                                                          Mandela: Long Walk to FreedomÃ<U+0082> 
## 1524                                                                                   RedsÃ<U+0082> 
## 1525                                                                         A Few Good MenÃ<U+0082> 
## 1526                                                                            Exit WoundsÃ<U+0082> 
## 1527                                                                      Big Momma's HouseÃ<U+0082> 
## 1528                                                         Thunder and the House of MagicÃ<U+0082> 
## 1529                                                                       The Darkest HourÃ<U+0082> 
## 1530                                                                     Step Up RevolutionÃ<U+0082> 
## 1531                                                                      Snakes on a PlaneÃ<U+0082> 
## 1532                                                                            The WatcherÃ<U+0082> 
## 1533                                                                           The PunisherÃ<U+0082> 
## 1534                                                                 Goal! The Dream BeginsÃ<U+0082> 
## 1535                                                                                   SafeÃ<U+0082> 
## 1536                                                                            Pushing TinÃ<U+0082> 
## 1537                                             Star Wars: Episode VI - Return of the JediÃ<U+0082> 
## 1538                                                                               DoomsdayÃ<U+0082> 
## 1539                                                                             The ReaderÃ<U+0082> 
## 1540                                                                             WanderlustÃ<U+0082> 
## 1541                                                                                    ElfÃ<U+0082> 
## 1542                                                                             PhenomenonÃ<U+0082> 
## 1543                                                                              Snow DogsÃ<U+0082> 
## 1544                                                                               ScroogedÃ<U+0082> 
## 1545                                                                            Nacho LibreÃ<U+0082> 
## 1546                                                                            BridesmaidsÃ<U+0082> 
## 1547                                                                        This Is the EndÃ<U+0082> 
## 1548                                                                               StigmataÃ<U+0082> 
## 1549                                                                           Men of HonorÃ<U+0082> 
## 1550                                                                                 TakersÃ<U+0082> 
## 1551                                                                        The Big WeddingÃ<U+0082> 
## 1552                                                      Big Mommas: Like Father, Like SonÃ<U+0082> 
## 1553                                                                            Source CodeÃ<U+0082> 
## 1554                                                                                  AliveÃ<U+0082> 
## 1555                                                                          The Number 23Ã<U+0082> 
## 1556                                                   The Young and Prodigious T.S. SpivetÃ<U+0082> 
## 1557                                                                                   1941Ã<U+0082> 
## 1558                                                      Dreamer: Inspired by a True StoryÃ<U+0082> 
## 1559                                                                  A History of ViolenceÃ<U+0082> 
## 1560                                                                          Transporter 2Ã<U+0082> 
## 1561                                                                 The Quick and the DeadÃ<U+0082> 
## 1562                                                                     Laws of AttractionÃ<U+0082> 
## 1563                                                                  Bringing Out the DeadÃ<U+0082> 
## 1564                                                                               Repo MenÃ<U+0082> 
## 1565                                                                     Dragon Wars: D-WarÃ<U+0082> 
## 1566                                                                                  BogusÃ<U+0082> 
## 1567                                                        The Incredible Burt WonderstoneÃ<U+0082> 
## 1568                                                                       Cats Don't DanceÃ<U+0082> 
## 1569                                                                       Cradle Will RockÃ<U+0082> 
## 1570                                                                        The Good GermanÃ<U+0082> 
## 1571                                                                  George and the DragonÃ<U+0082> 
## 1572                                                                         Apocalypse NowÃ<U+0082> 
## 1573                                                                     Going the DistanceÃ<U+0082> 
## 1574                                                                     Mr. Holland's OpusÃ<U+0082> 
## 1575                                                                               CriminalÃ<U+0082> 
## 1576                                                                          Out of AfricaÃ<U+0082> 
## 1577                                                                                 FlightÃ<U+0082> 
## 1578                                                                              MoonrakerÃ<U+0082> 
## 1579                                                               The Grand Budapest HotelÃ<U+0082> 
## 1580                                                                     Hearts in AtlantisÃ<U+0082> 
## 1581                                                                          ArachnophobiaÃ<U+0082> 
## 1582                                                                              FrequencyÃ<U+0082> 
## 1583                                                                           GhostbustersÃ<U+0082> 
## 1584                                                                               VacationÃ<U+0082> 
## 1585                                                                             Get ShortyÃ<U+0082> 
## 1586                                                                                ChicagoÃ<U+0082> 
## 1587                                                                              Big DaddyÃ<U+0082> 
## 1588                                                                         American Pie 2Ã<U+0082> 
## 1589                                                                              Toy StoryÃ<U+0082> 
## 1590                                                                                  SpeedÃ<U+0082> 
## 1591                                                                                The VowÃ<U+0082> 
## 1592                                                                 Extraordinary MeasuresÃ<U+0082> 
## 1593                                                                    Remember the TitansÃ<U+0082> 
## 1594                                                               The Hunt for Red OctoberÃ<U+0082> 
## 1595                                                                Lee Daniels' The ButlerÃ<U+0082> 
## 1596                                                       Dodgeball: A True Underdog StoryÃ<U+0082> 
## 1597                                                                      The Addams FamilyÃ<U+0082> 
## 1598                                                         Ace Ventura: When Nature CallsÃ<U+0082> 
## 1599                                                                   The Princess DiariesÃ<U+0082> 
## 1600                                                                   The First Wives ClubÃ<U+0082> 
## 1601                                                                                  Se7enÃ<U+0082> 
## 1602                                                                             District 9Ã<U+0082> 
## 1603                                                        The SpongeBob SquarePants MovieÃ<U+0082> 
## 1604                                                                           Mystic RiverÃ<U+0082> 
## 1605                                                                    Million Dollar BabyÃ<U+0082> 
## 1606                                                                           Analyze ThisÃ<U+0082> 
## 1607                                                                           The NotebookÃ<U+0082> 
## 1608                                                                             27 DressesÃ<U+0082> 
## 1609                                                              Hannah Montana: The MovieÃ<U+0082> 
## 1610                                                            Rugrats in Paris: The MovieÃ<U+0082> 
## 1611                                                                    The Prince of TidesÃ<U+0082> 
## 1612                                                                    Legends of the FallÃ<U+0082> 
## 1613                                                                          Up in the AirÃ<U+0082> 
## 1614                                                                          About SchmidtÃ<U+0082> 
## 1615                                                                            Warm BodiesÃ<U+0082> 
## 1616                                                                                 LooperÃ<U+0082> 
## 1617                                                                          Down to EarthÃ<U+0082> 
## 1618                                                                                   BabeÃ<U+0082> 
## 1619                                                                           Hope SpringsÃ<U+0082> 
## 1620                                                              Forgetting Sarah MarshallÃ<U+0082> 
## 1621                                                        Friday Night LightsÃ<U+0082>             
## 1622                                                                          Four BrothersÃ<U+0082> 
## 1623                                                                              Baby MamaÃ<U+0082> 
## 1624                                                                            Hope FloatsÃ<U+0082> 
## 1625                                                                             Bride WarsÃ<U+0082> 
## 1626                                                                       Without a PaddleÃ<U+0082> 
## 1627                                                                         13 Going on 30Ã<U+0082> 
## 1628                                                                      Midnight in ParisÃ<U+0082> 
## 1629                                                                            The Nut JobÃ<U+0082> 
## 1630                                                                                   BlowÃ<U+0082> 
## 1631                                                                    Message in a BottleÃ<U+0082> 
## 1632                                                        Star Trek V: The Final FrontierÃ<U+0082> 
## 1633                                                                              Like MikeÃ<U+0082> 
## 1634                                                     Naked Gun 33 1/3: The Final InsultÃ<U+0082> 
## 1635                                                                       A View to a KillÃ<U+0082> 
## 1636                                                           The Curse of the Were-RabbitÃ<U+0082> 
## 1637                                                                        P.S. I Love YouÃ<U+0082> 
## 1638                                                                         Racing StripesÃ<U+0082> 
## 1639                                                                              AtonementÃ<U+0082> 
## 1640                                                                      Letters to JulietÃ<U+0082> 
## 1641                                                                             Black RainÃ<U+0082> 
## 1642                                                                      The Three StoogesÃ<U+0082> 
## 1643                                                                           Corpse BrideÃ<U+0082> 
## 1644                                                                             Glory RoadÃ<U+0082> 
## 1645                                                                                SicarioÃ<U+0082> 
## 1646                                                                               SouthpawÃ<U+0082> 
## 1647                                                                        Drag Me to HellÃ<U+0082> 
## 1648                                                                     The Age of AdalineÃ<U+0082> 
## 1649                                                                       Secondhand LionsÃ<U+0082> 
## 1650                                                                             Step Up 3DÃ<U+0082> 
## 1651                                                                             Blue CrushÃ<U+0082> 
## 1652                                                                  Stranger Than FictionÃ<U+0082> 
## 1653                                                                       30 Days of NightÃ<U+0082> 
## 1654                                                                 The Cabin in the WoodsÃ<U+0082> 
## 1655                                                                      Meet the SpartansÃ<U+0082> 
## 1656                                                                           Midnight RunÃ<U+0082> 
## 1657                                                                        The Running ManÃ<U+0082> 
## 1658                                                                 Little Shop of HorrorsÃ<U+0082> 
## 1659                                                                                  HannaÃ<U+0082> 
## 1660                                                                 The FamilyÃ<U+0082>             
## 1661                                                            Mortal Kombat: AnnihilationÃ<U+0082> 
## 1662                                                                           Larry CrowneÃ<U+0082> 
## 1663                                                                                 CarrieÃ<U+0082> 
## 1664                                                                          Take the LeadÃ<U+0082> 
## 1665                                                                  EntourageÃ<U+0082>             
## 1666                                                                          Gridiron GangÃ<U+0082> 
## 1667                                                    What's the Worst That Could Happen?Ã<U+0082> 
## 1668                                                                                      9Ã<U+0082> 
## 1669                                                                           Side EffectsÃ<U+0082> 
## 1670                                                                      The Prince and MeÃ<U+0082> 
## 1671                                                                        Winnie the PoohÃ<U+0082> 
## 1672                                                Dumb and Dumberer: When Harry Met LloydÃ<U+0082> 
## 1673                                                                               BulworthÃ<U+0082> 
## 1674                                                                              Get on UpÃ<U+0082> 
## 1675                                                                         One True ThingÃ<U+0082> 
## 1676                                                                             VirtuosityÃ<U+0082> 
## 1677                                                                 My Super Ex-GirlfriendÃ<U+0082> 
## 1678                                                                   Deliver Us from EvilÃ<U+0082> 
## 1679                                                                                SanctumÃ<U+0082> 
## 1680                                                                      Little Black BookÃ<U+0082> 
## 1681                                                               The Five-Year EngagementÃ<U+0082> 
## 1682                                                                                Mr 3000Ã<U+0082> 
## 1683                                                                    The Next Three DaysÃ<U+0082> 
## 1684                                                                            UltravioletÃ<U+0082> 
## 1685                                                                 Assault on Precinct 13Ã<U+0082> 
## 1686                                                                The Replacement KillersÃ<U+0082> 
## 1687                                                                                   FledÃ<U+0082> 
## 1688                                                                    Eight Legged FreaksÃ<U+0082> 
## 1689                                                                     Love & Other DrugsÃ<U+0082> 
## 1690                                                                             88 MinutesÃ<U+0082> 
## 1691                                                                          North CountryÃ<U+0082> 
## 1692                                                                    The Whole Ten YardsÃ<U+0082> 
## 1693                                                                                 SpliceÃ<U+0082> 
## 1694                                                                        Howard the DuckÃ<U+0082> 
## 1695                                                                        Pride and GloryÃ<U+0082> 
## 1696                                                                               The CaveÃ<U+0082> 
## 1697                                                                            Alex & EmmaÃ<U+0082> 
## 1698                                                                            Wicker ParkÃ<U+0082> 
## 1699                                                                           Fright NightÃ<U+0082> 
## 1700                                                                          The New WorldÃ<U+0082> 
## 1701                                                                         Wing CommanderÃ<U+0082> 
## 1702                                                                              In DreamsÃ<U+0082> 
## 1703                                                                  Dragonball: EvolutionÃ<U+0082> 
## 1704                                                                         The Last StandÃ<U+0082> 
## 1705                                                                                GodsendÃ<U+0082> 
## 1706                                                                        Chasing LibertyÃ<U+0082> 
## 1707                                                          Hoodwinked Too! Hood vs. EvilÃ<U+0082> 
## 1708                                                                     An Unfinished LifeÃ<U+0082> 
## 1709                                                    The Imaginarium of Doctor ParnassusÃ<U+0082> 
## 1710                                                                       Barney's VersionÃ<U+0082> 
## 1711                                                                    TrappedÃ<U+0082>             
## 1712                                                                          Runner RunnerÃ<U+0082> 
## 1713                                                                              AntitrustÃ<U+0082> 
## 1714                                                                                  GloryÃ<U+0082> 
## 1715                                                            Once Upon a Time in AmericaÃ<U+0082> 
## 1716                                                                          Dead Man DownÃ<U+0082> 
## 1717                                                                 The Merchant of VeniceÃ<U+0082> 
## 1718                                                                         The Good ThiefÃ<U+0082> 
## 1719                                                                             SupercrossÃ<U+0082> 
## 1720                                                                            Miss PotterÃ<U+0082> 
## 1721                                                                            The PromiseÃ<U+0082> 
## 1722                                                                     DOA: Dead or AliveÃ<U+0082> 
## 1723                             The Assassination of Jesse James by the Coward Robert FordÃ<U+0082> 
## 1724                                                                                   1911Ã<U+0082> 
## 1725                                                                        Little NicholasÃ<U+0082> 
## 1726                                                                              Wild CardÃ<U+0082> 
## 1727                                                                   Machine Gun PreacherÃ<U+0082> 
## 1728                                                                         Animals UnitedÃ<U+0082> 
## 1729                                                                   The Color of FreedomÃ<U+0082> 
## 1730                                                                        United PassionsÃ<U+0082> 
## 1731                                                                        Grace of MonacoÃ<U+0082> 
## 1732                                                                       A Warrior's TailÃ<U+0082> 
## 1733                                                                          Ripley's GameÃ<U+0082> 
## 1734                                                                          Sausage PartyÃ<U+0082> 
## 1735                                                                        Pitch Perfect 2Ã<U+0082> 
## 1736                                                                          Walk the LineÃ<U+0082> 
## 1737                                                                 12 MonkeysÃ<U+0082>             
## 1738                                                                      Keeping the FaithÃ<U+0082> 
## 1739                                                                          The BorrowersÃ<U+0082> 
## 1740                                                                            Frost/NixonÃ<U+0082> 
## 1741                                                        Confessions of a Dangerous MindÃ<U+0082> 
## 1742                                                                           Serving SaraÃ<U+0082> 
## 1743                                                                               The BossÃ<U+0082> 
## 1744                                                                            Cry FreedomÃ<U+0082> 
## 1745                                                                                MumfordÃ<U+0082> 
## 1746                                                                         Seed of ChuckyÃ<U+0082> 
## 1747                                                                             The JacketÃ<U+0082> 
## 1748                                                                                AladdinÃ<U+0082> 
## 1749                                                                 Straight Outta ComptonÃ<U+0082> 
## 1750                                                   Indiana Jones and the Temple of DoomÃ<U+0082> 
## 1751                                                                      The Rugrats MovieÃ<U+0082> 
## 1752                                                                    Along Came a SpiderÃ<U+0082> 
## 1753                                                                Florence Foster JenkinsÃ<U+0082> 
## 1754                                                             Once Upon a Time in MexicoÃ<U+0082> 
## 1755                                                                               Die HardÃ<U+0082> 
## 1756                                                                            Role ModelsÃ<U+0082> 
## 1757                                                                          The Big ShortÃ<U+0082> 
## 1758                                                                       Taking WoodstockÃ<U+0082> 
## 1759                                                                                MiracleÃ<U+0082> 
## 1760                                                                       Dawn of the DeadÃ<U+0082> 
## 1761                                                                    The Wedding PlannerÃ<U+0082> 
## 1762                                                                  Harlock: Space PirateÃ<U+0082> 
## 1763                                                                   The Royal TenenbaumsÃ<U+0082> 
## 1764                                                                               IdentityÃ<U+0082> 
## 1765                                                                             Last VegasÃ<U+0082> 
## 1766                                                                     For Your Eyes OnlyÃ<U+0082> 
## 1767                                                                            SerendipityÃ<U+0082> 
## 1768                                                                                TimecopÃ<U+0082> 
## 1769                                                                              ZoolanderÃ<U+0082> 
## 1770                                                                             Safe HavenÃ<U+0082> 
## 1771                                                                            Hocus PocusÃ<U+0082> 
## 1772                                                                        No ReservationsÃ<U+0082> 
## 1773                                                                               Kick-AssÃ<U+0082> 
## 1774                                                                     30 Minutes or LessÃ<U+0082> 
## 1775                                                                           Dracula 2000Ã<U+0082> 
## 1776                            Alexander and the Terrible, Horrible, No Good, Very Bad DayÃ<U+0082> 
## 1777                                                                      Pride & PrejudiceÃ<U+0082> 
## 1778                                                                           Blade RunnerÃ<U+0082> 
## 1779                                                                                Rob RoyÃ<U+0082> 
## 1780                                                                         3 Days to KillÃ<U+0082> 
## 1781                                                                       We Own the NightÃ<U+0082> 
## 1782                                                                             Lost SoulsÃ<U+0082> 
## 1783                                                                       Winged MigrationÃ<U+0082> 
## 1784                                                                           Just My LuckÃ<U+0082> 
## 1785                                                                        Mystery, AlaskaÃ<U+0082> 
## 1786                                                                      The Spy Next DoorÃ<U+0082> 
## 1787                                                                          A Simple WishÃ<U+0082> 
## 1788                                                                         Ghosts of MarsÃ<U+0082> 
## 1789                                                                    Our Brand Is CrisisÃ<U+0082> 
## 1790                                                        Pride and Prejudice and ZombiesÃ<U+0082> 
## 1791                                                                                 KundunÃ<U+0082> 
## 1792                                                  How to Lose Friends & Alienate PeopleÃ<U+0082> 
## 1793                                                                             Kick-Ass 2Ã<U+0082> 
## 1794                                               Captain Alatriste: The Spanish MusketeerÃ<U+0082> 
## 1795                                                                         Brick MansionsÃ<U+0082> 
## 1796                                                                              OctopussyÃ<U+0082> 
## 1797                                                                             Knocked UpÃ<U+0082> 
## 1798                                                                     My Sister's KeeperÃ<U+0082> 
## 1799                                                           Welcome Home, Roscoe JenkinsÃ<U+0082> 
## 1800                                                                     A Passage to IndiaÃ<U+0082> 
## 1801                                                                     Notes on a ScandalÃ<U+0082> 
## 1802                                                                              RenditionÃ<U+0082> 
## 1803                                                                  LimitlessÃ<U+0082>             
## 1804                                                 Star Trek VI: The Undiscovered CountryÃ<U+0082> 
## 1805                                                 Divine Secrets of the Ya-Ya SisterhoodÃ<U+0082> 
## 1806                                                                        The Jungle BookÃ<U+0082> 
## 1807                                                                         Kiss the GirlsÃ<U+0082> 
## 1808                                                                     The Blues BrothersÃ<U+0082> 
## 1809                                                The Sisterhood of the Traveling Pants 2Ã<U+0082> 
## 1810                                                                           Joyful NoiseÃ<U+0082> 
## 1811                                                                            About a BoyÃ<U+0082> 
## 1812                                                                            Lake PlacidÃ<U+0082> 
## 1813                                                                    Lucky Number SlevinÃ<U+0082> 
## 1814                                                                        The Right StuffÃ<U+0082> 
## 1815                                                                              AnonymousÃ<U+0082> 
## 1816                                                                  The NeverEnding StoryÃ<U+0082> 
## 1817                                                                              Dark CityÃ<U+0082> 
## 1818                                                                            The DuchessÃ<U+0082> 
## 1819                                                           The HoneymoonersÃ<U+0082>             
## 1820                                                                           Return to OzÃ<U+0082> 
## 1821                                                                        The Newton BoysÃ<U+0082> 
## 1822                                                                                Case 39Ã<U+0082> 
## 1823                                                                           Suspect ZeroÃ<U+0082> 
## 1824                                                                          Martian ChildÃ<U+0082> 
## 1825                                              Spy Kids: All the Time in the World in 4DÃ<U+0082> 
## 1826                                                                          Money MonsterÃ<U+0082> 
## 1827                                                                             Formula 51Ã<U+0082> 
## 1828                                                                               FlawlessÃ<U+0082> 
## 1829                                                                            MindhuntersÃ<U+0082> 
## 1830                                                                     What Just HappenedÃ<U+0082> 
## 1831                                                                          The StatementÃ<U+0082> 
## 1832                                                                        The Magic FluteÃ<U+0082> 
## 1833                                                                   Paul Blart: Mall CopÃ<U+0082> 
## 1834                                                                          Freaky FridayÃ<U+0082> 
## 1835                                                                 The 40-Year-Old VirginÃ<U+0082> 
## 1836                                                                    Shakespeare in LoveÃ<U+0082> 
## 1837                                                            A Walk Among the TombstonesÃ<U+0082> 
## 1838                                                                       Kindergarten CopÃ<U+0082> 
## 1839                                                                      Pineapple ExpressÃ<U+0082> 
## 1840                                                         Ever After: A Cinderella StoryÃ<U+0082> 
## 1841                                                                             Open RangeÃ<U+0082> 
## 1842                                                                             FlatlinersÃ<U+0082> 
## 1843                                          It's Always Sunny in PhiladelphiaÃ<U+0082>             
## 1844                                                                       A Bridge Too FarÃ<U+0082> 
## 1845                                                                                Red EyeÃ<U+0082> 
## 1846                                                                    Final Destination 2Ã<U+0082> 
## 1847                                                             O Brother, Where Art Thou?Ã<U+0082> 
## 1848                                                                                 LegionÃ<U+0082> 
## 1849                                                                            Pain & GainÃ<U+0082> 
## 1850                                                                        In Good CompanyÃ<U+0082> 
## 1851                                                                          ClockstoppersÃ<U+0082> 
## 1852                                                                              SilveradoÃ<U+0082> 
## 1853                                                                               BrothersÃ<U+0082> 
## 1854                                                 Agent Cody Banks 2: Destination LondonÃ<U+0082> 
## 1855                                                                         New Year's EveÃ<U+0082> 
## 1856                                                                           Original SinÃ<U+0082> 
## 1857                                                                              The RavenÃ<U+0082> 
## 1858                                                                   Welcome to MooseportÃ<U+0082> 
## 1859                                                        Highlander: The Final DimensionÃ<U+0082> 
## 1860                                                                         Blood and WineÃ<U+0082> 
## 1861                                                           Snow White: A Tale of TerrorÃ<U+0082> 
## 1862                                                         The Curse of the Jade ScorpionÃ<U+0082> 
## 1863                                                                        Accidental LoveÃ<U+0082> 
## 1864                                                                                FlipperÃ<U+0082> 
## 1865                                                                              Self/lessÃ<U+0082> 
## 1866                                                                  The Constant GardenerÃ<U+0082> 
## 1867                                                              The Passion of the ChristÃ<U+0082> 
## 1868                                                                         Mrs. DoubtfireÃ<U+0082> 
## 1869                                                                               Rain ManÃ<U+0082> 
## 1870                                                                            Gran TorinoÃ<U+0082> 
## 1871                                                                                     W.Ã<U+0082> 
## 1872                                                                                  TakenÃ<U+0082> 
## 1873                                                                         The Best of MeÃ<U+0082> 
## 1874                                                                          The BodyguardÃ<U+0082> 
## 1875                                                                       Schindler's ListÃ<U+0082> 
## 1876                                                                               The HelpÃ<U+0082> 
## 1877                                                                       The Fifth EstateÃ<U+0082> 
## 1878                                                       Scooby-Doo 2: Monsters UnleashedÃ<U+0082> 
## 1879                                                                                    ViyÃ<U+0082> 
## 1880                                                                       Freddy vs. JasonÃ<U+0082> 
## 1881                                                                   The Face of an AngelÃ<U+0082> 
## 1882                                                              Jimmy Neutron: Boy GeniusÃ<U+0082> 
## 1883                                                                            CloverfieldÃ<U+0082> 
## 1884                                Teenage Mutant Ninja Turtles II: The Secret of the OozeÃ<U+0082> 
## 1885                                                                       The UntouchablesÃ<U+0082> 
## 1886                                                                 No Country for Old MenÃ<U+0082> 
## 1887                                                                             Ride AlongÃ<U+0082> 
## 1888                                                                  Bridget Jones's DiaryÃ<U+0082> 
## 1889                                                                               ChocolatÃ<U+0082> 
## 1890                                                  Legally Blonde 2: Red, White & BlondeÃ<U+0082> 
## 1891                                                                      Parental GuidanceÃ<U+0082> 
## 1892                                                                    No Strings AttachedÃ<U+0082> 
## 1893                                                                              TombstoneÃ<U+0082> 
## 1894                                                                         Romeo Must DieÃ<U+0082> 
## 1895                                                                               The OmenÃ<U+0082> 
## 1896                                                                    Final Destination 3Ã<U+0082> 
## 1897                                                                          The Lucky OneÃ<U+0082> 
## 1898                                                                   Bridge to TerabithiaÃ<U+0082> 
## 1899                                                                      Finding NeverlandÃ<U+0082> 
## 1900                                                                      A Madea ChristmasÃ<U+0082> 
## 1901                                                                               The GreyÃ<U+0082> 
## 1902                                                                          Hide and SeekÃ<U+0082> 
## 1903                                                  Anchorman: The Legend of Ron BurgundyÃ<U+0082> 
## 1904                                                                             GoodfellasÃ<U+0082> 
## 1905                                                                       Agent Cody BanksÃ<U+0082> 
## 1906                                                                           Nanny McPheeÃ<U+0082> 
## 1907                                                                               ScarfaceÃ<U+0082> 
## 1908                                                                        Nothing to LoseÃ<U+0082> 
## 1909                                                                       The Last EmperorÃ<U+0082> 
## 1910                                                                             ContrabandÃ<U+0082> 
## 1911                                                                            Money TalksÃ<U+0082> 
## 1912                                                                    There Will Be BloodÃ<U+0082> 
## 1913                                                             The Wild Thornberrys MovieÃ<U+0082> 
## 1914                                                                        Rugrats Go WildÃ<U+0082> 
## 1915                                                                     Undercover BrotherÃ<U+0082> 
## 1916                                                  The Sisterhood of the Traveling PantsÃ<U+0082> 
## 1917                                                                     Kiss of the DragonÃ<U+0082> 
## 1918                                                                        The House BunnyÃ<U+0082> 
## 1919                                                                            Beauty ShopÃ<U+0082> 
## 1920                                                                     Million Dollar ArmÃ<U+0082> 
## 1921                                                                              The GiverÃ<U+0082> 
## 1922                                                                      What a Girl WantsÃ<U+0082> 
## 1923                                                                    Jeepers Creepers IIÃ<U+0082> 
## 1924                                                                        Good Luck ChuckÃ<U+0082> 
## 1925                                                                     Cradle 2 the GraveÃ<U+0082> 
## 1926                                                                              The HoursÃ<U+0082> 
## 1927                                                                          She's the ManÃ<U+0082> 
## 1928                                                                     Mr. Bean's HolidayÃ<U+0082> 
## 1929                                               Anacondas: The Hunt for the Blood OrchidÃ<U+0082> 
## 1930                                                                             Blood TiesÃ<U+0082> 
## 1931                                                                            August RushÃ<U+0082> 
## 1932                                                                              ElizabethÃ<U+0082> 
## 1933                                                                        Bride of ChuckyÃ<U+0082> 
## 1934                                                                      Tora! Tora! Tora!Ã<U+0082> 
## 1935                                                                            Spice WorldÃ<U+0082> 
## 1936                                                                             The SitterÃ<U+0082> 
## 1937                                                                            Dance FlickÃ<U+0082> 
## 1938                                                               The Shawshank RedemptionÃ<U+0082> 
## 1939                                                        Crocodile Dundee in Los AngelesÃ<U+0082> 
## 1940                                                                                KingpinÃ<U+0082> 
## 1941                                                                            The GamblerÃ<U+0082> 
## 1942                                                                   August: Osage CountyÃ<U+0082> 
## 1943                                                                           Ice PrincessÃ<U+0082> 
## 1944                                                                        A Lot Like LoveÃ<U+0082> 
## 1945                                                                        Eddie the EagleÃ<U+0082> 
## 1946                                                                            He Got GameÃ<U+0082> 
## 1947                                                                       Don Juan DeMarcoÃ<U+0082> 
## 1948                                                            Shaun the SheepÃ<U+0082>             
## 1949                                                                              Dear JohnÃ<U+0082> 
## 1950                                                                             The LosersÃ<U+0082> 
## 1951                                                            Don't Be Afraid of the DarkÃ<U+0082> 
## 1952                                                                                    WarÃ<U+0082> 
## 1953                                                                       Punch-Drunk LoveÃ<U+0082> 
## 1954                                                                               EuroTripÃ<U+0082> 
## 1955                                                                         Half Past DeadÃ<U+0082> 
## 1956                                                                   Unaccompanied MinorsÃ<U+0082> 
## 1957                                                                Bright Lights, Big CityÃ<U+0082> 
## 1958                                                            The Adventures of PinocchioÃ<U+0082> 
## 1959                                                          The Greatest Game Ever PlayedÃ<U+0082> 
## 1960                                                                                The BoxÃ<U+0082> 
## 1961                                                                              The RuinsÃ<U+0082> 
## 1962                                                                    The Next Best ThingÃ<U+0082> 
## 1963                                                                        My Soul to TakeÃ<U+0082> 
## 1964                                                                     The Girl Next DoorÃ<U+0082> 
## 1965                                                                           Maximum RiskÃ<U+0082> 
## 1966                                                                       Stealing HarvardÃ<U+0082> 
## 1967                                                                                 LegendÃ<U+0082> 
## 1968                                                                                Hot RodÃ<U+0082> 
## 1969                                                                         Shark Night 3DÃ<U+0082> 
## 1970                                                                         Angela's AshesÃ<U+0082> 
## 1971                                                                              Draft DayÃ<U+0082> 
## 1972                                                                              LifeforceÃ<U+0082> 
## 1973                                                        The Powerpuff GirlsÃ<U+0082>             
## 1974                                                                        The ConspiratorÃ<U+0082> 
## 1975                                                                       Lords of DogtownÃ<U+0082> 
## 1976                                                                                 The 33Ã<U+0082> 
## 1977                                                            Big Trouble in Little ChinaÃ<U+0082> 
## 1978                                                                         A Perfect PlanÃ<U+0082> 
## 1979                                                                                WarriorÃ<U+0082> 
## 1980                                                                        Michael CollinsÃ<U+0082> 
## 1981                                                                             GettysburgÃ<U+0082> 
## 1982                                                                              Stop-LossÃ<U+0082> 
## 1983                                                                                AbandonÃ<U+0082> 
## 1984                                                                       Brokedown PalaceÃ<U+0082> 
## 1985                                                                         The PossessionÃ<U+0082> 
## 1986                                                                      Mrs. WinterbourneÃ<U+0082> 
## 1987                                                                             Straw DogsÃ<U+0082> 
## 1988                                                                               The HoaxÃ<U+0082> 
## 1989                                                                             Stone ColdÃ<U+0082> 
## 1990                                                                               The RoadÃ<U+0082> 
## 1991                                                                                 SheenaÃ<U+0082> 
## 1992                                                                          UnderclassmanÃ<U+0082> 
## 1993                                                                        Say It Isn't SoÃ<U+0082> 
## 1994                                                             The World's Fastest IndianÃ<U+0082> 
## 1995                                                                      Snakes on a PlaneÃ<U+0082> 
## 1996                                                                              Tank GirlÃ<U+0082> 
## 1997                                                                          King's RansomÃ<U+0082> 
## 1998                                                                              BlindnessÃ<U+0082> 
## 1999                                                                             BloodRayneÃ<U+0082> 
## 2000                                                                                CarnageÃ<U+0082> 
## 2001                                                                   Where the Truth LiesÃ<U+0082> 
## 2002                                                          Cirque du Soleil: Worlds AwayÃ<U+0082> 
## 2003                                                                         Without LimitsÃ<U+0082> 
## 2004                                                                    Me and Orson WellesÃ<U+0082> 
## 2005                                                                         The Best OfferÃ<U+0082> 
## 2006                                               Bad Lieutenant: Port of Call New OrleansÃ<U+0082> 
## 2007                                                    A Turtle's Tale: Sammy's AdventuresÃ<U+0082> 
## 2008                                                                      Little White LiesÃ<U+0082> 
## 2009                                                                             Love RanchÃ<U+0082> 
## 2010                                                         The True Story of Puss'N BootsÃ<U+0082> 
## 2011                                                                             Space DogsÃ<U+0082> 
## 2012                                                                          The CounselorÃ<U+0082> 
## 2013                                                                               IroncladÃ<U+0082> 
## 2014                                                                               WaterlooÃ<U+0082> 
## 2015                                                                         Kung Fu KillerÃ<U+0082> 
## 2016                                                                                Red SkyÃ<U+0082> 
## 2017                                                                     Dangerous LiaisonsÃ<U+0082> 
## 2018                                                                            On the RoadÃ<U+0082> 
## 2019                                                          Star Trek IV: The Voyage HomeÃ<U+0082> 
## 2020                                                                           Rocky BalboaÃ<U+0082> 
## 2021                                                                            Point BreakÃ<U+0082> 
## 2022                                                                               Scream 2Ã<U+0082> 
## 2023                                                                         Jane Got a GunÃ<U+0082> 
## 2024                                                                   Think Like a Man TooÃ<U+0082> 
## 2025                                                                   The Whole Nine YardsÃ<U+0082> 
## 2026                                                                              FootlooseÃ<U+0082> 
## 2027                                                                             Old SchoolÃ<U+0082> 
## 2028                                                                        The Fisher KingÃ<U+0082> 
## 2029                                                  I Still Know What You Did Last SummerÃ<U+0082> 
## 2030                                                                           Return to MeÃ<U+0082> 
## 2031                                                             Zack and Miri Make a PornoÃ<U+0082> 
## 2032                                                                            Nurse BettyÃ<U+0082> 
## 2033                                                             The Men Who Stare at GoatsÃ<U+0082> 
## 2034                                                                            Double TakeÃ<U+0082> 
## 2035                                                                      Girl, InterruptedÃ<U+0082> 
## 2036                                                          Win a Date with Tad Hamilton!Ã<U+0082> 
## 2037                                                                     Muppets from SpaceÃ<U+0082> 
## 2038                                                                                The WizÃ<U+0082> 
## 2039                                                                        Ready to RumbleÃ<U+0082> 
## 2040                                                                    Play It to the BoneÃ<U+0082> 
## 2041                                                           I Don't Know How She Does ItÃ<U+0082> 
## 2042                                                                             Piranha 3DÃ<U+0082> 
## 2043                                                                         Beyond the SeaÃ<U+0082> 
## 2044                                                                       Meet the DeedlesÃ<U+0082> 
## 2045                                                           The Princess and the CobblerÃ<U+0082> 
## 2046                                                             The Bridge of San Luis ReyÃ<U+0082> 
## 2047                                                                                 FasterÃ<U+0082> 
## 2048                                                                   Howl's Moving CastleÃ<U+0082> 
## 2049                                                                             ZombielandÃ<U+0082> 
## 2050                                                                              King KongÃ<U+0082> 
## 2051                                                                           The WaterboyÃ<U+0082> 
## 2052                                         Star Wars: Episode V - The Empire Strikes BackÃ<U+0082> 
## 2053                                                                               Bad BoysÃ<U+0082> 
## 2054                                                 The Naked Gun 2Ã<U+0082>½: The Smell of FearÃ<U+0082> 
## 2055                                                                      Final DestinationÃ<U+0082> 
## 2056                                                                      The Ides of MarchÃ<U+0082> 
## 2057                                                                            Pitch BlackÃ<U+0082> 
## 2058                                                                    Someone Like You...Ã<U+0082> 
## 2059                                                                                    HerÃ<U+0082> 
## 2060                                                                        Eddie the EagleÃ<U+0082> 
## 2061                                                                               Joy RideÃ<U+0082> 
## 2062                                             The Adventurer: The Curse of the Midas BoxÃ<U+0082> 
## 2063                                                                      Anywhere But HereÃ<U+0082> 
## 2064                                                                        Chasing LibertyÃ<U+0082> 
## 2065                                                                               The CrewÃ<U+0082> 
## 2066                                                                                HaywireÃ<U+0082> 
## 2067                                                                      Jaws: The RevengeÃ<U+0082> 
## 2068                                                                          Marvin's RoomÃ<U+0082> 
## 2069                                                                          The LongshotsÃ<U+0082> 
## 2070                                                                  The End of the AffairÃ<U+0082> 
## 2071                                                   Harley Davidson and the Marlboro ManÃ<U+0082> 
## 2072                                                                  In the Valley of ElahÃ<U+0082> 
## 2073                                                                     Coco Before ChanelÃ<U+0082> 
## 2074                                                                               ForsakenÃ<U+0082> 
## 2075                                                                               ChÃ<U+0083>©riÃ<U+0082> 
## 2076                                                                      RogueÃ<U+0082>             
## 2077                                                                            Vanity FairÃ<U+0082> 
## 2078                                                               Bodyguards and AssassinsÃ<U+0082> 
## 2079                                                                                   1408Ã<U+0082> 
## 2080                                                                             SpaceballsÃ<U+0082> 
## 2081                                                                      The Water DivinerÃ<U+0082> 
## 2082                                                                                  GhostÃ<U+0082> 
## 2083                                                           There's Something About MaryÃ<U+0082> 
## 2084                                                                       The Santa ClauseÃ<U+0082> 
## 2085                                                                             The RookieÃ<U+0082> 
## 2086                                                                          The Game PlanÃ<U+0082> 
## 2087                                                          The Bridges of Madison CountyÃ<U+0082> 
## 2088                                                                             The AnimalÃ<U+0082> 
## 2089                                                                                 GandhiÃ<U+0082> 
## 2090                                                               The Hundred-Foot JourneyÃ<U+0082> 
## 2091                                                                                The NetÃ<U+0082> 
## 2092                                                                               I Am SamÃ<U+0082> 
## 2093                                                                             Son of GodÃ<U+0082> 
## 2094                                                                             UnderworldÃ<U+0082> 
## 2095                                                                               DerailedÃ<U+0082> 
## 2096                                                                         The Informant!Ã<U+0082> 
## 2097                                                                            ShadowlandsÃ<U+0082> 
## 2098                                                         Deuce Bigalow: European GigoloÃ<U+0082> 
## 2099                                                                           Delivery ManÃ<U+0082> 
## 2100                                                                    Victor FrankensteinÃ<U+0082> 
## 2101                                                                    Our Kind of TraitorÃ<U+0082> 
## 2102                                                                       Saving SilvermanÃ<U+0082> 
## 2103                                                         Diary of a Wimpy Kid: Dog DaysÃ<U+0082> 
## 2104                                                                          Summer of SamÃ<U+0082> 
## 2105                                                         Jay and Silent Bob Strike BackÃ<U+0082> 
## 2106                                                                             The IslandÃ<U+0082> 
## 2107                                                                        The Glass HouseÃ<U+0082> 
## 2108                                                                          Hail, Caesar!Ã<U+0082> 
## 2109                                                                Josie and the PussycatsÃ<U+0082> 
## 2110                                                                              HomefrontÃ<U+0082> 
## 2111                                                                     The Little VampireÃ<U+0082> 
## 2112                                                                      I Heart HuckabeesÃ<U+0082> 
## 2113                                                                              RoboCop 3Ã<U+0082> 
## 2114                                                              Megiddo: The Omega Code 2Ã<U+0082> 
## 2115                                                                           Darling LiliÃ<U+0082> 
## 2116                                                                        Dudley Do-RightÃ<U+0082> 
## 2117                                                               The Transporter RefueledÃ<U+0082> 
## 2118                                                                          The LibertineÃ<U+0082> 
## 2119                                                                             Black BookÃ<U+0082> 
## 2120                                                                            Joyeux NoelÃ<U+0082> 
## 2121                                                                            Hit and RunÃ<U+0082> 
## 2122                                                                              Mad MoneyÃ<U+0082> 
## 2123                                                                   Before I Go to SleepÃ<U+0082> 
## 2124                                                                               SorcererÃ<U+0082> 
## 2125                                                                                  StoneÃ<U+0082> 
## 2126                                                                             MoliÃ<U+0083>¨reÃ<U+0082> 
## 2127                                                                     Out of the FurnaceÃ<U+0082> 
## 2128                                                                        Michael ClaytonÃ<U+0082> 
## 2129                                                                    My Fellow AmericansÃ<U+0082> 
## 2130                                                                         Arlington RoadÃ<U+0082> 
## 2131                                                                              UnderdogsÃ<U+0082> 
## 2132                                                                      To Rome with LoveÃ<U+0082> 
## 2133                                                                                FirefoxÃ<U+0082> 
## 2134                                                      South Park: Bigger Longer & UncutÃ<U+0082> 
## 2135                                                                     Death at a FuneralÃ<U+0082> 
## 2136                                                       Teenage Mutant Ninja Turtles IIIÃ<U+0082> 
## 2137                                                                               HardballÃ<U+0082> 
## 2138                                                                Silver Linings PlaybookÃ<U+0082> 
## 2139                                                                        Freedom WritersÃ<U+0082> 
## 2140                                                                      For Colored GirlsÃ<U+0082> 
## 2141                                                                        The TransporterÃ<U+0082> 
## 2142                                                                        Never Back DownÃ<U+0082> 
## 2143                                                                     The Rage: Carrie 2Ã<U+0082> 
## 2144                                                               The BachelorÃ<U+0082>             
## 2145                                                                             Away We GoÃ<U+0082> 
## 2146                                                                             Swing VoteÃ<U+0082> 
## 2147                                                                         Moonlight MileÃ<U+0082> 
## 2148                                                              Tinker Tailor Soldier SpyÃ<U+0082> 
## 2149                                                                                  MollyÃ<U+0082> 
## 2150                                                                             The BeaverÃ<U+0082> 
## 2151                                                    The Best Little Whorehouse in TexasÃ<U+0082> 
## 2152                                                                               eXistenZÃ<U+0082> 
## 2153                                                                Raiders of the Lost ArkÃ<U+0082> 
## 2154                                                         Home Alone 2: Lost in New YorkÃ<U+0082> 
## 2155                                                     Close Encounters of the Third KindÃ<U+0082> 
## 2156                                                                                  PulseÃ<U+0082> 
## 2157                                                                   Beverly Hills Cop IIÃ<U+0082> 
## 2158                                                                Bringing Down the HouseÃ<U+0082> 
## 2159                                                               The Silence of the LambsÃ<U+0082> 
## 2160                                                                          Wayne's WorldÃ<U+0082> 
## 2161                                                                             Jackass 3DÃ<U+0082> 
## 2162                                                                                 Jaws 2Ã<U+0082> 
## 2163                                                                Beverly Hills ChihuahuaÃ<U+0082> 
## 2164                                                                          The ConjuringÃ<U+0082> 
## 2165                                                                      Are We There Yet?Ã<U+0082> 
## 2166                                                                                  TammyÃ<U+0082> 
## 2167                                                                              DisturbiaÃ<U+0082> 
## 2168                                                                         School of RockÃ<U+0082> 
## 2169                                                                          Mortal KombatÃ<U+0082> 
## 2170                                                                            Wicker ParkÃ<U+0082> 
## 2171                                                                           White ChicksÃ<U+0082> 
## 2172                                                                        The DescendantsÃ<U+0082> 
## 2173                                                                                  HolesÃ<U+0082> 
## 2174                                                                          The Last SongÃ<U+0082> 
## 2175                                                                       12 Years a SlaveÃ<U+0082> 
## 2176                                                                               DrumlineÃ<U+0082> 
## 2177                                                             Why Did I Get Married Too?Ã<U+0082> 
## 2178                                                                    Edward ScissorhandsÃ<U+0082> 
## 2179                                                                          Me Before YouÃ<U+0082> 
## 2180                                                             Madea's Witness ProtectionÃ<U+0082> 
## 2181                                                                  The French ConnectionÃ<U+0082> 
## 2182                                                                               Bad MomsÃ<U+0082> 
## 2183                                                                             Date MovieÃ<U+0082> 
## 2184                                                                   Return to Never LandÃ<U+0082> 
## 2185                                                                                  SelmaÃ<U+0082> 
## 2186                                                                      The Jungle Book 2Ã<U+0082> 
## 2187                                                                              BoogeymanÃ<U+0082> 
## 2188                                                                            PremonitionÃ<U+0082> 
## 2189                                                                       The Tigger MovieÃ<U+0082> 
## 2190                                                                                 OrphanÃ<U+0082> 
## 2191                                                                                    MaxÃ<U+0082> 
## 2192                                                            Meet the BrownsÃ<U+0082>             
## 2193                                                                             Epic MovieÃ<U+0082> 
## 2194                                                                    Conan the BarbarianÃ<U+0082> 
## 2195                                                                              SpotlightÃ<U+0082> 
## 2196                                                                       Lakeview TerraceÃ<U+0082> 
## 2197                                                                           The Grudge 2Ã<U+0082> 
## 2198                                                         How Stella Got Her Groove BackÃ<U+0082> 
## 2199                                                             Bill & Ted's Bogus JourneyÃ<U+0082> 
## 2200                                                                        Man of the YearÃ<U+0082> 
## 2201                                                                         The Black HoleÃ<U+0082> 
## 2202                                                                           The AmericanÃ<U+0082> 
## 2203                                                                                 SelenaÃ<U+0082> 
## 2204                                                                          Vampires SuckÃ<U+0082> 
## 2205                                                                                  BabelÃ<U+0082> 
## 2206                                                              This Is Where I Leave YouÃ<U+0082> 
## 2207                                                                                  DoubtÃ<U+0082> 
## 2208                                                             Team America: World PoliceÃ<U+0082> 
## 2209                                                                      Texas Chainsaw 3DÃ<U+0082> 
## 2210                                                                                CopycatÃ<U+0082> 
## 2211                                                                          Scary Movie 5Ã<U+0082> 
## 2212                                                                       Paint Your WagonÃ<U+0082> 
## 2213                                                                                   MilkÃ<U+0082> 
## 2214                                                                                  RisenÃ<U+0082> 
## 2215                                                                             Ghost ShipÃ<U+0082> 
## 2216                                                     A Very Harold & Kumar 3D ChristmasÃ<U+0082> 
## 2217                                                                            Wild ThingsÃ<U+0082> 
## 2218                                                                         The StepfatherÃ<U+0082> 
## 2219                                                                               The DebtÃ<U+0082> 
## 2220                                                                          High FidelityÃ<U+0082> 
## 2221                                                                        One Missed CallÃ<U+0082> 
## 2222                                                                         Eye for an EyeÃ<U+0082> 
## 2223                                                                           The Bank JobÃ<U+0082> 
## 2224                                                  Eternal Sunshine of the Spotless MindÃ<U+0082> 
## 2225                                                                              You AgainÃ<U+0082> 
## 2226                                                                           Street KingsÃ<U+0082> 
## 2227                                                                        The World's EndÃ<U+0082> 
## 2228                                                                             Nancy DrewÃ<U+0082> 
## 2229                                                                            DaybreakersÃ<U+0082> 
## 2230                                                                 She's Out of My LeagueÃ<U+0082> 
## 2231                                                                            Monte CarloÃ<U+0082> 
## 2232                                                                             Stay AliveÃ<U+0082> 
## 2233                                                                     Quigley Down UnderÃ<U+0082> 
## 2234                                                                        Alpha and OmegaÃ<U+0082> 
## 2235                                                                           The CovenantÃ<U+0082> 
## 2236                                                                               Stick ItÃ<U+0082> 
## 2237                                                                                 ShortsÃ<U+0082> 
## 2238                                                                             To Die ForÃ<U+0082> 
## 2239                                                                                  NerveÃ<U+0082> 
## 2240                                                                              AppaloosaÃ<U+0082> 
## 2241                                                                               VampiresÃ<U+0082> 
## 2242                                                    Yu-Gi-Oh! Duel MonstersÃ<U+0082>             
## 2243                                                                                 PsychoÃ<U+0082> 
## 2244                                                                  My Best Friend's GirlÃ<U+0082> 
## 2245                                                                           Endless LoveÃ<U+0082> 
## 2246                                                                           Georgia RuleÃ<U+0082> 
## 2247                                                                      Under the RainbowÃ<U+0082> 
## 2248                                                                              LadyhawkeÃ<U+0082> 
## 2249                                                                            Simon BirchÃ<U+0082> 
## 2250                                                                          Reign Over MeÃ<U+0082> 
## 2251                                                                          Into the WildÃ<U+0082> 
## 2252                                                                  School for ScoundrelsÃ<U+0082> 
## 2253                                                             Silent Hill: Revelation 3DÃ<U+0082> 
## 2254                                                                    From Dusk Till DawnÃ<U+0082> 
## 2255                                                                 Pooh's Heffalump MovieÃ<U+0082> 
## 2256                                                                  Home for the HolidaysÃ<U+0082> 
## 2257                                                                         Kung Fu HustleÃ<U+0082> 
## 2258                                                                   Fired UpÃ<U+0082>             
## 2259                                                                      The Country BearsÃ<U+0082> 
## 2260                                                                        The Kite RunnerÃ<U+0082> 
## 2261                                                                               21 GramsÃ<U+0082> 
## 2262                                                                              PaparazziÃ<U+0082> 
## 2263                                                                               TwilightÃ<U+0082> 
## 2264                                                                            A Guy ThingÃ<U+0082> 
## 2265                                                                                  LoserÃ<U+0082> 
## 2266                                                               Capitalism: A Love StoryÃ<U+0082> 
## 2267                                                           The Greatest Story Ever ToldÃ<U+0082> 
## 2268                                                                   Secret in Their EyesÃ<U+0082> 
## 2269                                                                         Disaster MovieÃ<U+0082> 
## 2270                                                                                ArmoredÃ<U+0082> 
## 2271                                                            The Man Who Knew Too LittleÃ<U+0082> 
## 2272                                                                    What's Your Number?Ã<U+0082> 
## 2273                                                                                LockoutÃ<U+0082> 
## 2274                                                                                   EnvyÃ<U+0082> 
## 2275                                                                    Crank: High VoltageÃ<U+0082> 
## 2276                                                                  Bullets Over BroadwayÃ<U+0082> 
## 2277                                                                One Night with the KingÃ<U+0082> 
## 2278                                                                     The Quiet AmericanÃ<U+0082> 
## 2279                                                                        The Weather ManÃ<U+0082> 
## 2280                                                                             UndisputedÃ<U+0082> 
## 2281                                                                             Ghost TownÃ<U+0082> 
## 2282                                                                              12 RoundsÃ<U+0082> 
## 2283                                                                              Let Me InÃ<U+0082> 
## 2284                                                                     3 Ninjas Kick BackÃ<U+0082> 
## 2285                                                                         Be Kind RewindÃ<U+0082> 
## 2286                                                                 Mrs Henderson PresentsÃ<U+0082> 
## 2287                                                                               Triple 9Ã<U+0082> 
## 2288                                                                   Deconstructing HarryÃ<U+0082> 
## 2289                                                                         Three to TangoÃ<U+0082> 
## 2290                                                                                  BurntÃ<U+0082> 
## 2291                                                                        We're No AngelsÃ<U+0082> 
## 2292                                                               Everyone Says I Love YouÃ<U+0082> 
## 2293                                                                     Death at a FuneralÃ<U+0082> 
## 2294                                                                         Death SentenceÃ<U+0082> 
## 2295                                                                       Everybody's FineÃ<U+0082> 
## 2296                                                           Superbabies: Baby Geniuses 2Ã<U+0082> 
## 2297                                                                                The ManÃ<U+0082> 
## 2298                                                                 Code Name: The CleanerÃ<U+0082> 
## 2299                                                                       Connie and CarlaÃ<U+0082> 
## 2300                                                                          Sweet CharityÃ<U+0082> 
## 2301                                                                          Inherent ViceÃ<U+0082> 
## 2302                                                                                 DoogalÃ<U+0082> 
## 2303                                                                     Battle of the YearÃ<U+0082> 
## 2304                                                                 PerceptionÃ<U+0082>             
## 2305                                                                      An American CarolÃ<U+0082> 
## 2306                                                                          Machete KillsÃ<U+0082> 
## 2307                                                                                WillardÃ<U+0082> 
## 2308                                                                     Strange WildernessÃ<U+0082> 
## 2309                                                                            Topsy-TurvyÃ<U+0082> 
## 2310                                                                             Little BoyÃ<U+0082> 
## 2311                                                                     A Dangerous MethodÃ<U+0082> 
## 2312                                                                       A Scanner DarklyÃ<U+0082> 
## 2313                                                                      Chasing MavericksÃ<U+0082> 
## 2314                                                                      Alone in the DarkÃ<U+0082> 
## 2315                                                                               BandslamÃ<U+0082> 
## 2316                                                                                  BirthÃ<U+0082> 
## 2317                                                                    A Most Violent YearÃ<U+0082> 
## 2318                                                                          PasschendaeleÃ<U+0082> 
## 2319                                                                        Flash of GeniusÃ<U+0082> 
## 2320                                                                         I'm Not There.Ã<U+0082> 
## 2321                                                                  The Cold Light of DayÃ<U+0082> 
## 2322                                                                     The Brothers BloomÃ<U+0082> 
## 2323                                                                   Synecdoche, New YorkÃ<U+0082> 
## 2324                                                                      Princess MononokeÃ<U+0082> 
## 2325                                                                             Bon voyageÃ<U+0082> 
## 2326                                                                   Can't Stop the MusicÃ<U+0082> 
## 2327                                                                        The PropositionÃ<U+0082> 
## 2328                                                                                CourageÃ<U+0082> 
## 2329                                                                                Marci XÃ<U+0082> 
## 2330                                                                            EquilibriumÃ<U+0082> 
## 2331                                                              The Children of Huang ShiÃ<U+0082> 
## 2332                                                                              The YardsÃ<U+0082> 
## 2333                                            The Oogieloves in the Big Balloon AdventureÃ<U+0082> 
## 2334                                                                             By the SeaÃ<U+0082> 
## 2335                                                                               SteamboyÃ<U+0082> 
## 2336                                                                The Game of Their LivesÃ<U+0082> 
## 2337                                                                        All Good ThingsÃ<U+0082> 
## 2338                                                                               Rapa NuiÃ<U+0082> 
## 2339                                                                                    CJ7Ã<U+0082> 
## 2340                                                Les couloirs du temps: Les visiteurs IIÃ<U+0082> 
## 2341                                                               Dylan Dog: Dead of NightÃ<U+0082> 
## 2342                                                                          People I KnowÃ<U+0082> 
## 2343                                                         The Doombolt ChaseÃ<U+0082>             
## 2344                                                                            The TempestÃ<U+0082> 
## 2345                                                                             RegressionÃ<U+0082> 
## 2346                                                                              The TouchÃ<U+0082> 
## 2347                                             Three Kingdoms: Resurrection of the DragonÃ<U+0082> 
## 2348                                                                              ShatteredÃ<U+0082> 
## 2349                                                                               ZambeziaÃ<U+0082> 
## 2350                                                                              RamanujanÃ<U+0082> 
## 2351                                                                Dwegons and LeprechaunsÃ<U+0082> 
## 2352                                                                         Hands of StoneÃ<U+0082> 
## 2353                                                                               SurvivorÃ<U+0082> 
## 2354                                                                      The Frozen GroundÃ<U+0082> 
## 2355                                                                       The Painted VeilÃ<U+0082> 
## 2356                                                             The Baader Meinhof ComplexÃ<U+0082> 
## 2357                                                                     Dances with WolvesÃ<U+0082> 
## 2358                                                                            Bad TeacherÃ<U+0082> 
## 2359                                                                            Sea of LoveÃ<U+0082> 
## 2360                                                                     A Cinderella StoryÃ<U+0082> 
## 2361                                                                                 ScreamÃ<U+0082> 
## 2362                                                                        Thir13en GhostsÃ<U+0082> 
## 2363                                                                            The ShiningÃ<U+0082> 
## 2364                                                                     Back to the FutureÃ<U+0082> 
## 2365                                                                  House on Haunted HillÃ<U+0082> 
## 2366                                                             I Can Do Bad All by MyselfÃ<U+0082> 
## 2367                                                                           Fight ValleyÃ<U+0082> 
## 2368                                                                             The SwitchÃ<U+0082> 
## 2369                                                                           Just MarriedÃ<U+0082> 
## 2370                                                                     The Devil's DoubleÃ<U+0082> 
## 2371                                                           Gone, Baby, GoneÃ<U+0082>             
## 2372                                                          Thomas and the Magic RailroadÃ<U+0082> 
## 2373                                                                            The CraziesÃ<U+0082> 
## 2374                                                                          Spirited AwayÃ<U+0082> 
## 2375                                                                              FirestormÃ<U+0082> 
## 2376                                                                             The BountyÃ<U+0082> 
## 2377                                                                         The Book ThiefÃ<U+0082> 
## 2378                                                                              Sex DriveÃ<U+0082> 
## 2379                                                                              Leap YearÃ<U+0082> 
## 2380                                                           The Fall of the Roman EmpireÃ<U+0082> 
## 2381                                                                   Take Me Home TonightÃ<U+0082> 
## 2382                                                                        Won't Back DownÃ<U+0082> 
## 2383                                                                         The NutcrackerÃ<U+0082> 
## 2384                                                                            Kansas CityÃ<U+0082> 
## 2385                                                                            IndignationÃ<U+0082> 
## 2386                                                                  The Amityville HorrorÃ<U+0082> 
## 2387                                                                            Adaptation.Ã<U+0082> 
## 2388                                                                       Land of the DeadÃ<U+0082> 
## 2389                                                                         Out of InfernoÃ<U+0082> 
## 2390                                                         Fear and Loathing in Las VegasÃ<U+0082> 
## 2391                                                                 The Invention of LyingÃ<U+0082> 
## 2392                                                                              NeighborsÃ<U+0082> 
## 2393                                                                               The MaskÃ<U+0082> 
## 2394                                                                                    BigÃ<U+0082> 
## 2395    Borat: Cultural Learnings of America for Make Benefit Glorious Nation of KazakhstanÃ<U+0082> 
## 2396                                                                         Legally BlondeÃ<U+0082> 
## 2397                                                    Star Trek III: The Search for SpockÃ<U+0082> 
## 2398                                                             The Exorcism of Emily RoseÃ<U+0082> 
## 2399                                                             Deuce Bigalow: Male GigoloÃ<U+0082> 
## 2400                                                                            Left BehindÃ<U+0082> 
## 2401                                                                       The Family StoneÃ<U+0082> 
## 2402                                                         Barbershop 2: Back in BusinessÃ<U+0082> 
## 2403                                                                              Bad SantaÃ<U+0082> 
## 2404                                            Austin Powers: International Man of MysteryÃ<U+0082> 
## 2405                                                             My Big Fat Greek Wedding 2Ã<U+0082> 
## 2406                                                    Diary of a Wimpy Kid: Rodrick RulesÃ<U+0082> 
## 2407                                                                               PredatorÃ<U+0082> 
## 2408                                                                                AmadeusÃ<U+0082> 
## 2409                                                                             Prom NightÃ<U+0082> 
## 2410                                                                             Mean GirlsÃ<U+0082> 
## 2411                                                                   Under the Tuscan SunÃ<U+0082> 
## 2412                                                                           Gosford ParkÃ<U+0082> 
## 2413                                                                   The O.C.Ã<U+0082>             
## 2414                                                                  Peggy Sue Got MarriedÃ<U+0082> 
## 2415                                        Birdman or (The Unexpected Virtue of Ignorance)Ã<U+0082> 
## 2416                                                                           Blue JasmineÃ<U+0082> 
## 2417                                                                              United 93Ã<U+0082> 
## 2418                                                                                  HoneyÃ<U+0082> 
## 2419                                                                                  GloryÃ<U+0082> 
## 2420                                                                               Spy HardÃ<U+0082> 
## 2421                                                                                The FogÃ<U+0082> 
## 2422                                                                            Soul SurferÃ<U+0082> 
## 2423                                                                               Catch-22Ã<U+0082> 
## 2424                                                                     Observe and ReportÃ<U+0082> 
## 2425                                                                    Conan the DestroyerÃ<U+0082> 
## 2426                                                                            Raging BullÃ<U+0082> 
## 2427                                                                           Love HappensÃ<U+0082> 
## 2428                                                                  Young Sherlock HolmesÃ<U+0082> 
## 2429                                                                                   FameÃ<U+0082> 
## 2430                                                                              127 HoursÃ<U+0082> 
## 2431                                                                      Small Time CrooksÃ<U+0082> 
## 2432                                                                           Center StageÃ<U+0082> 
## 2433                                                                       Love the CoopersÃ<U+0082> 
## 2434                                                                         Catch That KidÃ<U+0082> 
## 2435                                                                        Life as a HouseÃ<U+0082> 
## 2436                                                                             Steve JobsÃ<U+0082> 
## 2437                                                                I Love You, Beth CooperÃ<U+0082> 
## 2438                                                                        Youth in RevoltÃ<U+0082> 
## 2439                                                          The Legend of the Lone RangerÃ<U+0082> 
## 2440                                                                   The Tailor of PanamaÃ<U+0082> 
## 2441                                                                               Blow OutÃ<U+0082> 
## 2442                                                                                GetawayÃ<U+0082> 
## 2443                                                                          The Ice StormÃ<U+0082> 
## 2444                                                                         And So It GoesÃ<U+0082> 
## 2445                                                                    Troop Beverly HillsÃ<U+0082> 
## 2446                                                                            Being JuliaÃ<U+0082> 
## 2447                                                                            9Ã<U+0082>½ WeeksÃ<U+0082> 
## 2448                                                                           DragonslayerÃ<U+0082> 
## 2449                                                                       The Last StationÃ<U+0082> 
## 2450                                                                                Ed WoodÃ<U+0082> 
## 2451                                                                              Labor DayÃ<U+0082> 
## 2452                                                       Mongol: The Rise of Genghis KhanÃ<U+0082> 
## 2453                                                                             RocknRollaÃ<U+0082> 
## 2454                                                                              MegaforceÃ<U+0082> 
## 2455                                                                                 HamletÃ<U+0082> 
## 2456                                                                      Mao's Last DancerÃ<U+0082> 
## 2457                                                                       Midnight SpecialÃ<U+0082> 
## 2458                                                                          Anything ElseÃ<U+0082> 
## 2459                                                                        The Railway ManÃ<U+0082> 
## 2460                                                              UnforgettableÃ<U+0082>             
## 2461                                                                       The White RibbonÃ<U+0082> 
## 2462                                                                            RestorationÃ<U+0082> 
## 2463                                                                             The WraithÃ<U+0082> 
## 2464                                                                         The Salton SeaÃ<U+0082> 
## 2465                                                            Metallica Through the NeverÃ<U+0082> 
## 2466                                                                          The InformersÃ<U+0082> 
## 2467                                                                     CarlosÃ<U+0082>             
## 2468                                                                   I Come with the RainÃ<U+0082> 
## 2469                                                                         One Man's HeroÃ<U+0082> 
## 2470                                                                        Day of the DeadÃ<U+0082> 
## 2471                                                                             I Am WrathÃ<U+0082> 
## 2472                                                                            RenaissanceÃ<U+0082> 
## 2473                                                                               ForsakenÃ<U+0082> 
## 2474                                                                              Red SonjaÃ<U+0082> 
## 2475                                                                             Red LightsÃ<U+0082> 
## 2476                                                                               SuperbadÃ<U+0082> 
## 2477                                                                     Madea Goes to JailÃ<U+0082> 
## 2478                                                                                 WolvesÃ<U+0082> 
## 2479                                                                 Step Up 2: The StreetsÃ<U+0082> 
## 2480                                                                            Hoodwinked!Ã<U+0082> 
## 2481                                                                           Hotel RwandaÃ<U+0082> 
## 2482                                                                                 HitmanÃ<U+0082> 
## 2483                                                                         Black NativityÃ<U+0082> 
## 2484                                                                             The PrinceÃ<U+0082> 
## 2485                                                                         City of GhostsÃ<U+0082> 
## 2486                                                                             The OthersÃ<U+0082> 
## 2487                                                                                 AliensÃ<U+0082> 
## 2488                                                                           My Fair LadyÃ<U+0082> 
## 2489                                                        I Know What You Did Last SummerÃ<U+0082> 
## 2490                                                                          Let's Be CopsÃ<U+0082> 
## 2491                                                                               SidewaysÃ<U+0082> 
## 2492                                                                               BeerfestÃ<U+0082> 
## 2493                                                                              HalloweenÃ<U+0082> 
## 2494                                                                                   HeroÃ<U+0082> 
## 2495                                                                              Good Boy!Ã<U+0082> 
## 2496                                                                   The Best Man HolidayÃ<U+0082> 
## 2497                                                                           Smokin' AcesÃ<U+0082> 
## 2498                                                              Saw 3D: The Final ChapterÃ<U+0082> 
## 2499                                                                  40 Days and 40 NightsÃ<U+0082> 
## 2500                                                                           TRON: LegacyÃ<U+0082> 
## 2501                                                                 A Night at the RoxburyÃ<U+0082> 
## 2502                                                                                BeastlyÃ<U+0082> 
## 2503                                                                    The Hills Have EyesÃ<U+0082> 
## 2504                                                      Dickie Roberts: Former Child StarÃ<U+0082> 
## 2505                                                                         McFarland, USAÃ<U+0082> 
## 2506                                                                         Lottery TicketÃ<U+0082> 
## 2507                                                                                    ATLÃ<U+0082> 
## 2508                                                                          Pitch PerfectÃ<U+0082> 
## 2509                                                                           Summer CatchÃ<U+0082> 
## 2510                                                                          A Simple PlanÃ<U+0082> 
## 2511                                                                                   TheyÃ<U+0082> 
## 2512                                                  Larry the Cable Guy: Health InspectorÃ<U+0082> 
## 2513                                                   The Adventures of Elmo in GrouchlandÃ<U+0082> 
## 2514                                                                      Brooklyn's FinestÃ<U+0082> 
## 2515                                                                      55 Days at PekingÃ<U+0082> 
## 2516                                                                              Evil DeadÃ<U+0082> 
## 2517                                                                       My Life in RuinsÃ<U+0082> 
## 2518                                                                        American DreamzÃ<U+0082> 
## 2519                                                       Superman IV: The Quest for PeaceÃ<U+0082> 
## 2520                                                                           How She MoveÃ<U+0082> 
## 2521                                                                         Running ScaredÃ<U+0082> 
## 2522                                                          Bobby Jones: Stroke of GeniusÃ<U+0082> 
## 2523                                                                      Shanghai SurpriseÃ<U+0082> 
## 2524                                                                        The IllusionistÃ<U+0082> 
## 2525                                                                                   RoarÃ<U+0082> 
## 2526                                                                        Veronica GuerinÃ<U+0082> 
## 2527                                                                 Escobar: Paradise LostÃ<U+0082> 
## 2528                                                                        Southland TalesÃ<U+0082> 
## 2529                                                                         Dragon HuntersÃ<U+0082> 
## 2530                                                                        Damnation AlleyÃ<U+0082> 
## 2531                                                                         The ApparitionÃ<U+0082> 
## 2532                                                                                My GirlÃ<U+0082> 
## 2533                                              Fur: An Imaginary Portrait of Diane ArbusÃ<U+0082> 
## 2534                                                                        The IllusionistÃ<U+0082> 
## 2535                                                                            Wall StreetÃ<U+0082> 
## 2536                                                                  Sense and SensibilityÃ<U+0082> 
## 2537                                                                          Becoming JaneÃ<U+0082> 
## 2538                                                                           Sydney WhiteÃ<U+0082> 
## 2539                                                                  House of Sand and FogÃ<U+0082> 
## 2540                                                                     Dead Poets SocietyÃ<U+0082> 
## 2541                                                                          Dumb & DumberÃ<U+0082> 
## 2542                                                                When Harry Met Sally...Ã<U+0082> 
## 2543                                                                            The VerdictÃ<U+0082> 
## 2544                                                                              Road TripÃ<U+0082> 
## 2545                                                                          Varsity BluesÃ<U+0082> 
## 2546                                                                             The ArtistÃ<U+0082> 
## 2547                                                                             The UnbornÃ<U+0082> 
## 2548                                                                       Moonrise KingdomÃ<U+0082> 
## 2549                                             The Texas Chainsaw Massacre: The BeginningÃ<U+0082> 
## 2550                                                                      The Young MessiahÃ<U+0082> 
## 2551                                                                 The Master of DisguiseÃ<U+0082> 
## 2552                                                                        Pan's LabyrinthÃ<U+0082> 
## 2553                                                             The MessengersÃ<U+0082>             
## 2554                                                                           See Spot RunÃ<U+0082> 
## 2555                                                                               Baby BoyÃ<U+0082> 
## 2556                                                                           The RoommateÃ<U+0082> 
## 2557                                                                               Joe DirtÃ<U+0082> 
## 2558                                                                          Double ImpactÃ<U+0082> 
## 2559                                                                               Hot FuzzÃ<U+0082> 
## 2560                                                                              The WomenÃ<U+0082> 
## 2561                                                               Vicky Cristina BarcelonaÃ<U+0082> 
## 2562                                                                Arn: The Knight TemplarÃ<U+0082> 
## 2563                                                                               Bad MomsÃ<U+0082> 
## 2564                                                                         Boys and GirlsÃ<U+0082> 
## 2565                                                                         White OleanderÃ<U+0082> 
## 2566                                                                        Jennifer's BodyÃ<U+0082> 
## 2567                                                                          Drowning MonaÃ<U+0082> 
## 2568                                                                             Radio DaysÃ<U+0082> 
## 2569                                                                            Left BehindÃ<U+0082> 
## 2570                                                                            Remember MeÃ<U+0082> 
## 2571                                                                            How to DealÃ<U+0082> 
## 2572                                                              My Stepmother Is an AlienÃ<U+0082> 
## 2573                                                                           PhiladelphiaÃ<U+0082> 
## 2574                                                                   The Thirteenth FloorÃ<U+0082> 
## 2575                                                                            The CookoutÃ<U+0082> 
## 2576                                                                                 MeteorÃ<U+0082> 
## 2577                                                                                  DuetsÃ<U+0082> 
## 2578                                                                       Hollywood EndingÃ<U+0082> 
## 2579                                                                      Detroit Rock CityÃ<U+0082> 
## 2580                                                                             HighlanderÃ<U+0082> 
## 2581                                                             Things We Lost in the FireÃ<U+0082> 
## 2582                                                                                  SteelÃ<U+0082> 
## 2583                                                                          The ImmigrantÃ<U+0082> 
## 2584                                                                     The White CountessÃ<U+0082> 
## 2585                                                                                 TranceÃ<U+0082> 
## 2586                                                                             Soul PlaneÃ<U+0082> 
## 2587                                                                  Welcome to the SticksÃ<U+0082> 
## 2588                                                                                   GoodÃ<U+0082> 
## 2589                                                                         Enter the VoidÃ<U+0082> 
## 2590                                                                                  VampsÃ<U+0082> 
## 2591                                                                    Hachi: A Dog's TaleÃ<U+0082> 
## 2592                                                                                   ZuluÃ<U+0082> 
## 2593                                                                           The HomesmanÃ<U+0082> 
## 2594                                                                           Juwanna MannÃ<U+0082> 
## 2595                                                                 LilyhammerÃ<U+0082>             
## 2596                                                                                 AraratÃ<U+0082> 
## 2597                                                                                MadisonÃ<U+0082> 
## 2598                                                                              Slow BurnÃ<U+0082> 
## 2599                                                                                 WasabiÃ<U+0082> 
## 2600                                                                                SlitherÃ<U+0082> 
## 2601                                                                      Beverly Hills CopÃ<U+0082> 
## 2602                                                                             Home AloneÃ<U+0082> 
## 2603                                                                       3 Men and a BabyÃ<U+0082> 
## 2604                                                                                TootsieÃ<U+0082> 
## 2605                                                                                Top GunÃ<U+0082> 
## 2606                                                         Crouching Tiger, Hidden DragonÃ<U+0082> 
## 2607                                                                        American BeautyÃ<U+0082> 
## 2608                                                                      The King's SpeechÃ<U+0082> 
## 2609                                                                                  TwinsÃ<U+0082> 
## 2610                                                      Scream: The TV SeriesÃ<U+0082>             
## 2611                                                                The Yellow HandkerchiefÃ<U+0082> 
## 2612                                                                       The Color PurpleÃ<U+0082> 
## 2613                                                                             Tidal WaveÃ<U+0082> 
## 2614                                                                                Ben-HurÃ<U+0082> 
## 2615                                                                     The Imitation GameÃ<U+0082> 
## 2616                                                                       Private BenjaminÃ<U+0082> 
## 2617                                                                  Coal Miner's DaughterÃ<U+0082> 
## 2618                                                                   Diary of a Wimpy KidÃ<U+0082> 
## 2619                                                                                   MamaÃ<U+0082> 
## 2620                                                                              HalloweenÃ<U+0082> 
## 2621                                                            National Lampoon's VacationÃ<U+0082> 
## 2622                                                                            Bad GrandpaÃ<U+0082> 
## 2623                                                                              The QueenÃ<U+0082> 
## 2624                                                                            BeetlejuiceÃ<U+0082> 
## 2625                                                                 Why Did I Get Married?Ã<U+0082> 
## 2626                                                                           Little WomenÃ<U+0082> 
## 2627                                                                     The Woman in BlackÃ<U+0082> 
## 2628                                                                  When a Stranger CallsÃ<U+0082> 
## 2629                                                                           Big Fat LiarÃ<U+0082> 
## 2630                                                                        The Deer HunterÃ<U+0082> 
## 2631                                                                            Wag the DogÃ<U+0082> 
## 2632                                                               The Lizzie McGuire MovieÃ<U+0082> 
## 2633                                                                                 SnitchÃ<U+0082> 
## 2634                                                                                KrampusÃ<U+0082> 
## 2635                                                                            The FacultyÃ<U+0082> 
## 2636                                                          What's Love Got to Do with ItÃ<U+0082> 
## 2637                                                                               Cop LandÃ<U+0082> 
## 2638                                                                 Not Another Teen MovieÃ<U+0082> 
## 2639                                                                           End of WatchÃ<U+0082> 
## 2640                                                                                  AlohaÃ<U+0082> 
## 2641                                                                             The SkullsÃ<U+0082> 
## 2642                                                               The Theory of EverythingÃ<U+0082> 
## 2643                                                                   Malibu's Most WantedÃ<U+0082> 
## 2644                                                                     Where the Heart IsÃ<U+0082> 
## 2645                                                                     Lawrence of ArabiaÃ<U+0082> 
## 2646                                                                           Halloween IIÃ<U+0082> 
## 2647                                                                                   WildÃ<U+0082> 
## 2648                                                             The Last House on the LeftÃ<U+0082> 
## 2649                                                                       The Wedding DateÃ<U+0082> 
## 2650                                                                Halloween: ResurrectionÃ<U+0082> 
## 2651                                                                    Clash of the TitansÃ<U+0082> 
## 2652                                                                     The Princess BrideÃ<U+0082> 
## 2653                                                                     The Great DebatersÃ<U+0082> 
## 2654                                                                                  DriveÃ<U+0082> 
## 2655                                                   Confessions of a Teenage Drama QueenÃ<U+0082> 
## 2656                                                             The Object of My AffectionÃ<U+0082> 
## 2657                                                                         28 Weeks LaterÃ<U+0082> 
## 2658                                                              When the Game Stands TallÃ<U+0082> 
## 2659                                                                  Because of Winn-DixieÃ<U+0082> 
## 2660                                                                      Love & BasketballÃ<U+0082> 
## 2661                                                                    Grosse Pointe BlankÃ<U+0082> 
## 2662                                                                        All About SteveÃ<U+0082> 
## 2663                                                         Book of Shadows: Blair Witch 2Ã<U+0082> 
## 2664                                                                              The CraftÃ<U+0082> 
## 2665                                                                            Match PointÃ<U+0082> 
## 2666                                                                      Ramona and BeezusÃ<U+0082> 
## 2667                                                                 The Remains of the DayÃ<U+0082> 
## 2668                                                                          Boogie NightsÃ<U+0082> 
## 2669                                                                         Nowhere to RunÃ<U+0082> 
## 2670                                                                                 FlickaÃ<U+0082> 
## 2671                                                                 The Hills Have Eyes IIÃ<U+0082> 
## 2672                                                               Urban Legends: Final CutÃ<U+0082> 
## 2673                                                                       Tuck EverlastingÃ<U+0082> 
## 2674                                                                             The MarineÃ<U+0082> 
## 2675                                                                                  KeanuÃ<U+0082> 
## 2676                                                                         Country StrongÃ<U+0082> 
## 2677                                                                    Disturbing BehaviorÃ<U+0082> 
## 2678                                                             The Place Beyond the PinesÃ<U+0082> 
## 2679                                                                       The November ManÃ<U+0082> 
## 2680                                                                    Eye of the BeholderÃ<U+0082> 
## 2681                                                                        The Hurt LockerÃ<U+0082> 
## 2682                                                                            FirestarterÃ<U+0082> 
## 2683                                                                    Killing Them SoftlyÃ<U+0082> 
## 2684                                                                      A Most Wanted ManÃ<U+0082> 
## 2685                                                                    Freddy Got FingeredÃ<U+0082> 
## 2686                                 The Pirates Who Don't Do Anything: A VeggieTales MovieÃ<U+0082> 
## 2687                                                                                  U2 3DÃ<U+0082> 
## 2688                                                                    Highlander: EndgameÃ<U+0082> 
## 2689                                                                               IdlewildÃ<U+0082> 
## 2690                                                                                One DayÃ<U+0082> 
## 2691                                                                                Whip ItÃ<U+0082> 
## 2692                                                                       Knockaround GuysÃ<U+0082> 
## 2693                                                                             ConfidenceÃ<U+0082> 
## 2694                                                                               The MuseÃ<U+0082> 
## 2695                                                                              De-LovelyÃ<U+0082> 
## 2696                                                                       New York StoriesÃ<U+0082> 
## 2697                                                               Barney's Great AdventureÃ<U+0082> 
## 2698                                                            The Man with the Iron FistsÃ<U+0082> 
## 2699                                                                             Home FriesÃ<U+0082> 
## 2700                                                                          Here on EarthÃ<U+0082> 
## 2701                                                                                 BrazilÃ<U+0082> 
## 2702                                                                       Raise Your VoiceÃ<U+0082> 
## 2703                                                              The Dead ZoneÃ<U+0082>             
## 2704                                                                       The Big LebowskiÃ<U+0082> 
## 2705                                                                       Black Snake MoanÃ<U+0082> 
## 2706                                                                              Dark BlueÃ<U+0082> 
## 2707                                                                         A Mighty HeartÃ<U+0082> 
## 2708                                                                      Whatever It TakesÃ<U+0082> 
## 2709                                                                              Boat TripÃ<U+0082> 
## 2710                                                        The Importance of Being EarnestÃ<U+0082> 
## 2711                                                                        The Love LetterÃ<U+0082> 
## 2712                                                                                   HootÃ<U+0082> 
## 2713                                                                              In BrugesÃ<U+0082> 
## 2714                                                                                PeeplesÃ<U+0082> 
## 2715                                                                             The RockerÃ<U+0082> 
## 2716                                                                              Post GradÃ<U+0082> 
## 2717                                                                          Promised LandÃ<U+0082> 
## 2718                                                                         Whatever WorksÃ<U+0082> 
## 2719                                                                           The In CrowdÃ<U+0082> 
## 2720                                                                          Three BurialsÃ<U+0082> 
## 2721                                                                         Jakob the LiarÃ<U+0082> 
## 2722                                                                    Kiss Kiss Bang BangÃ<U+0082> 
## 2723                                                                             Idle HandsÃ<U+0082> 
## 2724                                                                       Mulholland DriveÃ<U+0082> 
## 2725                                                                    Blood and ChocolateÃ<U+0082> 
## 2726                                                     You Will Meet a Tall Dark StrangerÃ<U+0082> 
## 2727                                                                        Never Let Me GoÃ<U+0082> 
## 2728                                                                The CompanyÃ<U+0082>             
## 2729                                                                          TranssiberianÃ<U+0082> 
## 2730                                                              The Clan of the Cave BearÃ<U+0082> 
## 2731                                                                       Crazy in AlabamaÃ<U+0082> 
## 2732                                                                            Funny GamesÃ<U+0082> 
## 2733                                                                              ListeningÃ<U+0082> 
## 2734                                                                      Felicia's JourneyÃ<U+0082> 
## 2735                                                                             MetropolisÃ<U+0082> 
## 2736                                                                           District B13Ã<U+0082> 
## 2737                                                Things to Do in Denver When You're DeadÃ<U+0082> 
## 2738                                                                           The AssassinÃ<U+0082> 
## 2739                                                                       Buffalo SoldiersÃ<U+0082> 
## 2740                                                                             The ReturnÃ<U+0082> 
## 2741                                                                              Ong-bak 2Ã<U+0082> 
## 2742                                                                              CenturionÃ<U+0082> 
## 2743                                                                         Silent TriggerÃ<U+0082> 
## 2744                                                                The Midnight Meat TrainÃ<U+0082> 
## 2745                                                                         Winnie MandelaÃ<U+0082> 
## 2746                                                                      The Son of No OneÃ<U+0082> 
## 2747                                                                    All the Queen's MenÃ<U+0082> 
## 2748                                                                         The Good NightÃ<U+0082> 
## 2749                                                             Bathory: Countess of BloodÃ<U+0082> 
## 2750                                                                                 KhumbaÃ<U+0082> 
## 2751                                                                               AutomataÃ<U+0082> 
## 2752                                            Dungeons & Dragons: Wrath of the Dragon GodÃ<U+0082> 
## 2753                                             Chiamatemi Francesco - Il Papa della genteÃ<U+0082> 
## 2754                                                                      Shinjuku IncidentÃ<U+0082> 
## 2755                                                                           PandaemoniumÃ<U+0082> 
## 2756                                                                          Groundhog DayÃ<U+0082> 
## 2757                                                                         Magic Mike XXLÃ<U+0082> 
## 2758                                                                         Romeo + JulietÃ<U+0082> 
## 2759                                                                            Sarah's KeyÃ<U+0082> 
## 2760                                                                                FreedomÃ<U+0082> 
## 2761                                                                             UnforgivenÃ<U+0082> 
## 2762                                                                              ManderlayÃ<U+0082> 
## 2763                                                                    Slumdog MillionaireÃ<U+0082> 
## 2764                                                                       Fatal AttractionÃ<U+0082> 
## 2765                                                                           Pretty WomanÃ<U+0082> 
## 2766                                                           Towering InfernoÃ<U+0082>             
## 2767                                                                    Crocodile Dundee IIÃ<U+0082> 
## 2768                                                                          Broken HorsesÃ<U+0082> 
## 2769                                                             Born on the Fourth of JulyÃ<U+0082> 
## 2770                                                                          Cool RunningsÃ<U+0082> 
## 2771                                                                    My Bloody ValentineÃ<U+0082> 
## 2772                                                                         The PossessionÃ<U+0082> 
## 2773                                                                            First BloodÃ<U+0082> 
## 2774                                                                         Stomp the YardÃ<U+0082> 
## 2775                                                                   The Spy Who Loved MeÃ<U+0082> 
## 2776                                                              Ghost HuntersÃ<U+0082>             
## 2777                                                                           Urban LegendÃ<U+0082> 
## 2778                                                                     Dangerous LiaisonsÃ<U+0082> 
## 2779                                                                             Good DeedsÃ<U+0082> 
## 2780                                                                             White FangÃ<U+0082> 
## 2781                                                                              SuperstarÃ<U+0082> 
## 2782                                                                          The Iron LadyÃ<U+0082> 
## 2783                                                             Jonah: A VeggieTales MovieÃ<U+0082> 
## 2784                                                                         Poetic JusticeÃ<U+0082> 
## 2785                                                                All About the BenjaminsÃ<U+0082> 
## 2786                                                                    Vampire in BrooklynÃ<U+0082> 
## 2787                                                               Exorcist II: The HereticÃ<U+0082> 
## 2788                                                                   An American HauntingÃ<U+0082> 
## 2789                                                                     My Boss's DaughterÃ<U+0082> 
## 2790                                                                      A Perfect GetawayÃ<U+0082> 
## 2791                                                                     Our Family WeddingÃ<U+0082> 
## 2792                                                                     Dead Man on CampusÃ<U+0082> 
## 2793                                                                     Tea with MussoliniÃ<U+0082> 
## 2794                                                                                ThinnerÃ<U+0082> 
## 2795                                                                     New York, New YorkÃ<U+0082> 
## 2796                                                                               CrooklynÃ<U+0082> 
## 2797                                                                 I Think I Love My WifeÃ<U+0082> 
## 2798                                                                                Jason XÃ<U+0082> 
## 2799                                                                           Big Fat LiarÃ<U+0082> 
## 2800                                                                                  BobbyÃ<U+0082> 
## 2801                                                                        Head Over HeelsÃ<U+0082> 
## 2802                                                                               Fun SizeÃ<U+0082> 
## 2803                                                      The Diving Bell and the ButterflyÃ<U+0082> 
## 2804                                                                        Little ChildrenÃ<U+0082> 
## 2805                                                                                 GossipÃ<U+0082> 
## 2806                                                                     A Walk on the MoonÃ<U+0082> 
## 2807                                                                           Catch a FireÃ<U+0082> 
## 2808                                                                         Soul SurvivorsÃ<U+0082> 
## 2809                                                                     Jefferson in ParisÃ<U+0082> 
## 2810                                                                            Easy VirtueÃ<U+0082> 
## 2811                                                                               CaravansÃ<U+0082> 
## 2812                                                                             Mr. TurnerÃ<U+0082> 
## 2813                                                                             Wild GrassÃ<U+0082> 
## 2814                                                                                  Amen.Ã<U+0082> 
## 2815                                                                     Reign of AssassinsÃ<U+0082> 
## 2816                                                                         The Lucky OnesÃ<U+0082> 
## 2817                                                                               MargaretÃ<U+0082> 
## 2818                                                                           Stan HelsingÃ<U+0082> 
## 2819                                                                                FlippedÃ<U+0082> 
## 2820                                                                     Brokeback MountainÃ<U+0082> 
## 2821                                                           Teenage Mutant Ninja TurtlesÃ<U+0082> 
## 2822                                                                               CluelessÃ<U+0082> 
## 2823                                                                        Far from HeavenÃ<U+0082> 
## 2824                                                                 Hot Tub Time Machine 2Ã<U+0082> 
## 2825                                                                    DekalogÃ<U+0082>             
## 2826                                                                                 QuillsÃ<U+0082> 
## 2827                                                                      Seven PsychopathsÃ<U+0082> 
## 2828                                                                The Caveman's ValentineÃ<U+0082> 
## 2829                                                                 The BorderÃ<U+0082>             
## 2830                                                                               DownfallÃ<U+0082> 
## 2831                                                                         The Sea InsideÃ<U+0082> 
## 2832                                                                         Under the SkinÃ<U+0082> 
## 2833                                                                  Good Morning, VietnamÃ<U+0082> 
## 2834                                                                     The Last GodfatherÃ<U+0082> 
## 2835                                                         Justin Bieber: Never Say NeverÃ<U+0082> 
## 2836                                                                             Black SwanÃ<U+0082> 
## 2837                                                                                RoboCopÃ<U+0082> 
## 2838                                                                 The Godfather: Part IIÃ<U+0082> 
## 2839                                                                    Save the Last DanceÃ<U+0082> 
## 2840                                          A Nightmare on Elm Street 4: The Dream MasterÃ<U+0082> 
## 2841                                                                   Miracles from HeavenÃ<U+0082> 
## 2842                                                                  Dude, Where's My Car?Ã<U+0082> 
## 2843                                                                             Young GunsÃ<U+0082> 
## 2844                                                                            St. VincentÃ<U+0082> 
## 2845                                                                       About Last NightÃ<U+0082> 
## 2846                                                             10 Things I Hate About YouÃ<U+0082> 
## 2847                                                                            The New GuyÃ<U+0082> 
## 2848                                                                        Loaded Weapon 1Ã<U+0082> 
## 2849                                                                           The ShallowsÃ<U+0082> 
## 2850                                                                   The Butterfly EffectÃ<U+0082> 
## 2851                                                                               Snow DayÃ<U+0082> 
## 2852                                                                         This ChristmasÃ<U+0082> 
## 2853                                                                          Baby GeniusesÃ<U+0082> 
## 2854                                                                            The Big HitÃ<U+0082> 
## 2855                                                                        Harriet the SpyÃ<U+0082> 
## 2856                                                                         Child's Play 2Ã<U+0082> 
## 2857                                                                           No Good DeedÃ<U+0082> 
## 2858                                                                               The MistÃ<U+0082> 
## 2859                                                                             Ex MachinaÃ<U+0082> 
## 2860                                                                   Being John MalkovichÃ<U+0082> 
## 2861                                                                 Two Can Play That GameÃ<U+0082> 
## 2862                                                                          Earth to EchoÃ<U+0082> 
## 2863                                                                        Crazy/BeautifulÃ<U+0082> 
## 2864                                                                  Letters from Iwo JimaÃ<U+0082> 
## 2865                                                                   The Astronaut FarmerÃ<U+0082> 
## 2866                                                                                    WooÃ<U+0082> 
## 2867                                                                                   RoomÃ<U+0082> 
## 2868                                                                             Dirty WorkÃ<U+0082> 
## 2869                                                                             Serial MomÃ<U+0082> 
## 2870                                                                                   DickÃ<U+0082> 
## 2871                                           Del 1 - MÃ<U+0083>¤n som hatar kvinnorÃ<U+0082>             
## 2872                                                                            Light It UpÃ<U+0082> 
## 2873                                                                                     54Ã<U+0082> 
## 2874                                                                             Bubble BoyÃ<U+0082> 
## 2875                                                                          Birthday GirlÃ<U+0082> 
## 2876                                                                              21 & OverÃ<U+0082> 
## 2877                                                                       Paris, je t'aimeÃ<U+0082> 
## 2878                                                                 Resurrecting the ChampÃ<U+0082> 
## 2879                                                                              AdmissionÃ<U+0082> 
## 2880                                                              The Widow of Saint-PierreÃ<U+0082> 
## 2881                                                                                  ChloeÃ<U+0082> 
## 2882                                                                               FaithfulÃ<U+0082> 
## 2883                                                                               BrothersÃ<U+0082> 
## 2884                                                                         Find Me GuiltyÃ<U+0082> 
## 2885                                                        The Perks of Being a WallflowerÃ<U+0082> 
## 2886                                                                        Excessive ForceÃ<U+0082> 
## 2887                                                                               InfamousÃ<U+0082> 
## 2888                                                                              The ClaimÃ<U+0082> 
## 2889                                                                      The Vatican TapesÃ<U+0082> 
## 2890                                                                       Attack the BlockÃ<U+0082> 
## 2891                                                         In the Land of Blood and HoneyÃ<U+0082> 
## 2892                                                                               The CallÃ<U+0082> 
## 2893                                                                     Operation ChromiteÃ<U+0082> 
## 2894                                                 The Crocodile Hunter: Collision CourseÃ<U+0082> 
## 2895                                                              I Love You Phillip MorrisÃ<U+0082> 
## 2896                                                                         Quest for FireÃ<U+0082> 
## 2897                                                                         Antwone FisherÃ<U+0082> 
## 2898                                                                     The Emperor's ClubÃ<U+0082> 
## 2899                                                                           True RomanceÃ<U+0082> 
## 2900                                                                                   WombÃ<U+0082> 
## 2901                                                                    Glengarry Glen RossÃ<U+0082> 
## 2902                                                                   The Killer Inside MeÃ<U+0082> 
## 2903                                                                             Cat PeopleÃ<U+0082> 
## 2904                                                                           Sorority RowÃ<U+0082> 
## 2905                                                                  The Prisoner of ZendaÃ<U+0082> 
## 2906                                                                 Lars and the Real GirlÃ<U+0082> 
## 2907                                                         The Boy in the Striped PajamasÃ<U+0082> 
## 2908                                                                     Dancer in the DarkÃ<U+0082> 
## 2909                                                                      Oscar and LucindaÃ<U+0082> 
## 2910                                                                            The FuneralÃ<U+0082> 
## 2911                                                                           Solitary ManÃ<U+0082> 
## 2912                                                                                MacheteÃ<U+0082> 
## 2913                                                                            Casino JackÃ<U+0082> 
## 2914                                                                   The Land Before TimeÃ<U+0082> 
## 2915                                                     Tae Guk Gi: The Brotherhood of WarÃ<U+0082> 
## 2916                                                                       The Perfect GameÃ<U+0082> 
## 2917                                                                           The ExorcistÃ<U+0082> 
## 2918                                                                                   JawsÃ<U+0082> 
## 2919                                                                           American PieÃ<U+0082> 
## 2920                                                                     Ernest & CelestineÃ<U+0082> 
## 2921                                                                       The Golden ChildÃ<U+0082> 
## 2922                                                                       Think Like a ManÃ<U+0082> 
## 2923                                                                             BarbershopÃ<U+0082> 
## 2924                                                        Star Trek II: The Wrath of KhanÃ<U+0082> 
## 2925                                                             Ace Ventura: Pet DetectiveÃ<U+0082> 
## 2926                                                                               WarGamesÃ<U+0082> 
## 2927                                                                                WitnessÃ<U+0082> 
## 2928                                                                           Act of ValorÃ<U+0082> 
## 2929                                                                                Step UpÃ<U+0082> 
## 2930                                                        Beavis and Butt-Head Do AmericaÃ<U+0082> 
## 2931                                                                           Jackie BrownÃ<U+0082> 
## 2932                                              Harold & Kumar Escape from Guantanamo BayÃ<U+0082> 
## 2933                                                                              ChronicleÃ<U+0082> 
## 2934                                                                                  YentlÃ<U+0082> 
## 2935                                                                           Time BanditsÃ<U+0082> 
## 2936                                                                             CrossroadsÃ<U+0082> 
## 2937                                                                              Project XÃ<U+0082> 
## 2938                                                                                 PattonÃ<U+0082> 
## 2939                                                                         One Hour PhotoÃ<U+0082> 
## 2940                                                                             QuarantineÃ<U+0082> 
## 2941                                                                                The EyeÃ<U+0082> 
## 2942                                                                Johnson Family VacationÃ<U+0082> 
## 2943                                                                               How HighÃ<U+0082> 
## 2944                                                             The Muppet Christmas CarolÃ<U+0082> 
## 2945                                                                          Casino RoyaleÃ<U+0082> 
## 2946                                                                                  FridaÃ<U+0082> 
## 2947                                                                 Katy Perry: Part of MeÃ<U+0082> 
## 2948                                                                 The Fault in Our StarsÃ<U+0082> 
## 2949                                                                               RoundersÃ<U+0082> 
## 2950                                                                               Top FiveÃ<U+0082> 
## 2951                                                                               ProphecyÃ<U+0082> 
## 2952                                                                         Stir of EchoesÃ<U+0082> 
## 2953                                               Spartacus: War of the DamnedÃ<U+0082>             
## 2954                                                                              PhilomenaÃ<U+0082> 
## 2955                                                                    The Upside of AngerÃ<U+0082> 
## 2956                                                                   The Boys from BrazilÃ<U+0082> 
## 2957                                                                             AquamarineÃ<U+0082> 
## 2958                                                                            Paper TownsÃ<U+0082> 
## 2959                                                                        My Baby's DaddyÃ<U+0082> 
## 2960                                                                               NebraskaÃ<U+0082> 
## 2961                                                     Tales from the Crypt: Demon KnightÃ<U+0082> 
## 2962                                                                  Max Keeble's Big MoveÃ<U+0082> 
## 2963                                                                            Young AdultÃ<U+0082> 
## 2964                                                                                  CrankÃ<U+0082> 
## 2965                                                                     How to Be a PlayerÃ<U+0082> 
## 2966                                                                        Living Out LoudÃ<U+0082> 
## 2967                                                                            Just WrightÃ<U+0082> 
## 2968                                                                 Rachel Getting MarriedÃ<U+0082> 
## 2969                                                         The Postman Always Rings TwiceÃ<U+0082> 
## 2970                                                              Girl with a Pearl EarringÃ<U+0082> 
## 2971                                                                               Das BootÃ<U+0082> 
## 2972                                                                              The AlamoÃ<U+0082> 
## 2973                                                                          Sorority BoysÃ<U+0082> 
## 2974                                                                             About TimeÃ<U+0082> 
## 2975                                                                House of Flying DaggersÃ<U+0082> 
## 2976                                                                              ArbitrageÃ<U+0082> 
## 2977                                                                        Project AlmanacÃ<U+0082> 
## 2978                                                                       Cadillac RecordsÃ<U+0082> 
## 2979                                                                                ScrewedÃ<U+0082> 
## 2980                                                                               FortressÃ<U+0082> 
## 2981                                                                 For Your ConsiderationÃ<U+0082> 
## 2982                                                                              CelebrityÃ<U+0082> 
## 2983                                                                  Running with ScissorsÃ<U+0082> 
## 2984                                                                   From Justin to KellyÃ<U+0082> 
## 2985                                                                                 Girl 6Ã<U+0082> 
## 2986                                                                             In the CutÃ<U+0082> 
## 2987                                                                             Two LoversÃ<U+0082> 
## 2988                                                                            Last OrdersÃ<U+0082> 
## 2989                                                                               The HostÃ<U+0082> 
## 2990                                                             The Pursuit of D.B. CooperÃ<U+0082> 
## 2991                                                                               RavenousÃ<U+0082> 
## 2992                                                                       Charlie BartlettÃ<U+0082> 
## 2993                                                                       The Great BeautyÃ<U+0082> 
## 2994                                                      The Dangerous Lives of Altar BoysÃ<U+0082> 
## 2995                                                                                 StokerÃ<U+0082> 
## 2996                                                                                   2046Ã<U+0082> 
## 2997                                                                           Married LifeÃ<U+0082> 
## 2998                                                                                   DumaÃ<U+0082> 
## 2999                                                                                 OndineÃ<U+0082> 
## 3000                                                                                BrotherÃ<U+0082> 
## 3001                                                                  Welcome to CollinwoodÃ<U+0082> 
## 3002                                                                          Critical CareÃ<U+0082> 
## 3003                                                               The Life Before Her EyesÃ<U+0082> 
## 3004                                                                      Darling CompanionÃ<U+0082> 
## 3005                                                                                  TradeÃ<U+0082> 
## 3006                                                                               FatelessÃ<U+0082> 
## 3007                                                                 Breakfast of ChampionsÃ<U+0082> 
## 3008                                                       A Woman, a Gun and a Noodle ShopÃ<U+0082> 
## 3009                                                                                 CypherÃ<U+0082> 
## 3010                                                                 City of Life and DeathÃ<U+0082> 
## 3011                                                                                   HomeÃ<U+0082> 
## 3012                                                               Legend of Kung Fu RabbitÃ<U+0082> 
## 3013                                                                Space Battleship YamatoÃ<U+0082> 
## 3014                                                                          5 Days of WarÃ<U+0082> 
## 3015                                                                               TriangleÃ<U+0082> 
## 3016                                                                  10 Days in a MadhouseÃ<U+0082> 
## 3017                                                                     Heaven Is for RealÃ<U+0082> 
## 3018                                                                                 SnatchÃ<U+0082> 
## 3019                                                                        Dancin' It's OnÃ<U+0082> 
## 3020                                                                           Pet SemataryÃ<U+0082> 
## 3021                                                                               MadadayoÃ<U+0082> 
## 3022                                                                     The Cry of the OwlÃ<U+0082> 
## 3023                                                                 A Tale of Three CitiesÃ<U+0082> 
## 3024                                                                               GremlinsÃ<U+0082> 
## 3025                                                     Star Wars: Episode IV - A New HopeÃ<U+0082> 
## 3026                                                                          Dirty GrandpaÃ<U+0082> 
## 3027                                                                         Doctor ZhivagoÃ<U+0082> 
## 3028                                                                                  TrashÃ<U+0082> 
## 3029                                                     High School Musical 3: Senior YearÃ<U+0082> 
## 3030                                                                            The FighterÃ<U+0082> 
## 3031                                                                     Jackass Number TwoÃ<U+0082> 
## 3032                                                                        My Cousin VinnyÃ<U+0082> 
## 3033                                                                              If I StayÃ<U+0082> 
## 3034                                                                             Drive HardÃ<U+0082> 
## 3035                                                                           Major LeagueÃ<U+0082> 
## 3036                                                                          St. Trinian'sÃ<U+0082> 
## 3037                                                                            Phone BoothÃ<U+0082> 
## 3038                                                                     A Walk to RememberÃ<U+0082> 
## 3039                                                                       Dead Man WalkingÃ<U+0082> 
## 3040                                                                       Cruel IntentionsÃ<U+0082> 
## 3041                                                                                 Saw VIÃ<U+0082> 
## 3042                                                           History of the World: Part IÃ<U+0082> 
## 3043                                                                The Secret Life of BeesÃ<U+0082> 
## 3044                                                                           Corky RomanoÃ<U+0082> 
## 3045                                                                           Raising CainÃ<U+0082> 
## 3046                                                                               F.I.S.T.Ã<U+0082> 
## 3047                                                                     Invaders from MarsÃ<U+0082> 
## 3048                                                                               BrooklynÃ<U+0082> 
## 3049                                                                           Barry LyndonÃ<U+0082> 
## 3050                                                                               Out ColdÃ<U+0082> 
## 3051                                                                         The Ladies ManÃ<U+0082> 
## 3052                                                                                QuartetÃ<U+0082> 
## 3053                                                                                TomcatsÃ<U+0082> 
## 3054                                                                                FrailtyÃ<U+0082> 
## 3055                                                                          Woman in GoldÃ<U+0082> 
## 3056                                                                                 KinseyÃ<U+0082> 
## 3057                                                                       Army of DarknessÃ<U+0082> 
## 3058                                                                               SlackersÃ<U+0082> 
## 3059                                                            What's Eating Gilbert GrapeÃ<U+0082> 
## 3060                                                   The Visual Bible: The Gospel of JohnÃ<U+0082> 
## 3061                                                                             Vera DrakeÃ<U+0082> 
## 3062                                                                               The GuruÃ<U+0082> 
## 3063                                                                       The Perez FamilyÃ<U+0082> 
## 3064                                                                    Inside Llewyn DavisÃ<U+0082> 
## 3065                                                                                      OÃ<U+0082> 
## 3066                                                              Return to the Blue LagoonÃ<U+0082> 
## 3067                                                                     The Molly MaguiresÃ<U+0082> 
## 3068                                                                   Romance & CigarettesÃ<U+0082> 
## 3069                                                                      Copying BeethovenÃ<U+0082> 
## 3070                                                                            PoltergeistÃ<U+0082> 
## 3071                                                                          Brighton RockÃ<U+0082> 
## 3072                                                                                  Saw VÃ<U+0082> 
## 3073                                                                     Machine Gun McCainÃ<U+0082> 
## 3074                                                                                    LOLÃ<U+0082> 
## 3075                                                                              JindabyneÃ<U+0082> 
## 3076                                                                 Kabhi Alvida Naa KehnaÃ<U+0082> 
## 3077                                                                       An Ideal HusbandÃ<U+0082> 
## 3078                                                                  The Last Days on MarsÃ<U+0082> 
## 3079                                                                               DarknessÃ<U+0082> 
## 3080                                                                  2001: A Space OdysseyÃ<U+0082> 
## 3081                                                             E.T. the Extra-TerrestrialÃ<U+0082> 
## 3082                                                                   In the Land of WomenÃ<U+0082> 
## 3083                                                                     The Blue ButterflyÃ<U+0082> 
## 3084                                                                     There Goes My BabyÃ<U+0082> 
## 3085                                                                   LovesickÃ<U+0082>             
## 3086                                                                              HousefullÃ<U+0082> 
## 3087                                                                         September DawnÃ<U+0082> 
## 3088                                         For Greater Glory: The True Story of CristiadaÃ<U+0082> 
## 3089                                                                   La Famille BÃ<U+0083>©lierÃ<U+0082> 
## 3090                                                                      Good Will HuntingÃ<U+0082> 
## 3091                                                                             MisconductÃ<U+0082> 
## 3092                                                                                Saw IIIÃ<U+0082> 
## 3093                                                                                StripesÃ<U+0082> 
## 3094                                                                            Bring It OnÃ<U+0082> 
## 3095                                                               The Purge: Election YearÃ<U+0082> 
## 3096                                                                         She's All ThatÃ<U+0082> 
## 3097                                                                               PreciousÃ<U+0082> 
## 3098                                                                                 Saw IVÃ<U+0082> 
## 3099                                                                            White NoiseÃ<U+0082> 
## 3100                                                                 Madea's Family ReunionÃ<U+0082> 
## 3101                                                                     The Color of MoneyÃ<U+0082> 
## 3102                                                                        The Longest DayÃ<U+0082> 
## 3103                                                                       The Mighty DucksÃ<U+0082> 
## 3104                                                                             The GrudgeÃ<U+0082> 
## 3105                                                                          Happy GilmoreÃ<U+0082> 
## 3106                                                                       Jeepers CreepersÃ<U+0082> 
## 3107                                                       Bill & Ted's Excellent AdventureÃ<U+0082> 
## 3108                                                                                Oliver!Ã<U+0082> 
## 3109                                                         The Best Exotic Marigold HotelÃ<U+0082> 
## 3110                                                                   Recess: School's OutÃ<U+0082> 
## 3111                                                             Mad Max Beyond ThunderdomeÃ<U+0082> 
## 3112                                                                               CommandoÃ<U+0082> 
## 3113                                                                                The BoyÃ<U+0082> 
## 3114                                                                                  DevilÃ<U+0082> 
## 3115                                                                      Friday After NextÃ<U+0082> 
## 3116                                                                   Insidious: Chapter 3Ã<U+0082> 
## 3117                                                                        The Last DragonÃ<U+0082> 
## 3118                                                                                 SnatchÃ<U+0082> 
## 3119                                                                      The Lawnmower ManÃ<U+0082> 
## 3120                                                     Nick and Norah's Infinite PlaylistÃ<U+0082> 
## 3121                                                                                  DogmaÃ<U+0082> 
## 3122                                                                     The Banger SistersÃ<U+0082> 
## 3123                                                               Twilight Zone: The MovieÃ<U+0082> 
## 3124                                                                             Road HouseÃ<U+0082> 
## 3125                                                                 A Low Down Dirty ShameÃ<U+0082> 
## 3126                                                                                SwimfanÃ<U+0082> 
## 3127                                                                  Employee of the MonthÃ<U+0082> 
## 3128                                                                      Can't Hardly WaitÃ<U+0082> 
## 3129                                                                          The OutsidersÃ<U+0082> 
## 3130                                                                          Pete's DragonÃ<U+0082> 
## 3131                                                                          The Dead ZoneÃ<U+0082> 
## 3132                                                                             Sinister 2Ã<U+0082> 
## 3133                                                                                SparkleÃ<U+0082> 
## 3134                                                                              ValentineÃ<U+0082> 
## 3135                                                                        The Fourth KindÃ<U+0082> 
## 3136                                                               A Prairie Home CompanionÃ<U+0082> 
## 3137                                                                             Sugar HillÃ<U+0082> 
## 3138                                                                        Invasion U.S.A.Ã<U+0082> 
## 3139                                                                            Roll BounceÃ<U+0082> 
## 3140                                                                               RushmoreÃ<U+0082> 
## 3141                                                                                SkylineÃ<U+0082> 
## 3142                                                  The Second Best Exotic Marigold HotelÃ<U+0082> 
## 3143                                                        Kit Kittredge: An American GirlÃ<U+0082> 
## 3144                                                                        The Perfect ManÃ<U+0082> 
## 3145                                                                       Mo' Better BluesÃ<U+0082> 
## 3146                                                               Kung Pow: Enter the FistÃ<U+0082> 
## 3147                                                                                TremorsÃ<U+0082> 
## 3148                                                                             Wrong TurnÃ<U+0082> 
## 3149                                                                        The Long RidersÃ<U+0082> 
## 3150                                                                          The CorruptorÃ<U+0082> 
## 3151                                                                                    MudÃ<U+0082> 
## 3152                                                                       Reno 911!: MiamiÃ<U+0082> 
## 3153                                                              One Direction: This Is UsÃ<U+0082> 
## 3154                                                        The Goods: Live Hard, Sell HardÃ<U+0082> 
## 3155                                                                  Hey Arnold! The MovieÃ<U+0082> 
## 3156                                                                   My Week with MarilynÃ<U+0082> 
## 3157                                                                            The MatadorÃ<U+0082> 
## 3158                                                                             Love JonesÃ<U+0082> 
## 3159                                                                               The GiftÃ<U+0082> 
## 3160                                                                       End of the SpearÃ<U+0082> 
## 3161                                                                            Get Over ItÃ<U+0082> 
## 3162                                                                           Office SpaceÃ<U+0082> 
## 3163                                                                     Drop Dead GorgeousÃ<U+0082> 
## 3164                                                                               Big EyesÃ<U+0082> 
## 3165                                                                        Very Bad ThingsÃ<U+0082> 
## 3166                                                                              SleepoverÃ<U+0082> 
## 3167                                                                            Body DoubleÃ<U+0082> 
## 3168                                                                              MacGruberÃ<U+0082> 
## 3169                                                                    Dirty Pretty ThingsÃ<U+0082> 
## 3170                                                                               Movie 43Ã<U+0082> 
## 3171                                                                            The TouristÃ<U+0082> 
## 3172                                                                     Over Her Dead BodyÃ<U+0082> 
## 3173                                              Seeking a Friend for the End of the WorldÃ<U+0082> 
## 3174                                                                           Cedar RapidsÃ<U+0082> 
## 3175                                                                      BonesÃ<U+0082>             
## 3176                                                                     American History XÃ<U+0082> 
## 3177                                                                         The CollectionÃ<U+0082> 
## 3178                                                                          Teacher's PetÃ<U+0082> 
## 3179                                                                         The Red ViolinÃ<U+0082> 
## 3180                                                                     The Straight StoryÃ<U+0082> 
## 3181                                                                            Deuces WildÃ<U+0082> 
## 3182                                                                              Bad WordsÃ<U+0082> 
## 3183                                                                       Run, Fatboy, RunÃ<U+0082> 
## 3184                                                                             HeartbeepsÃ<U+0082> 
## 3185                                                                         Black or WhiteÃ<U+0082> 
## 3186                                                                            On the LineÃ<U+0082> 
## 3187                                                                            Rescue DawnÃ<U+0082> 
## 3188                                                                          Danny CollinsÃ<U+0082> 
## 3189                                                                Jeff, Who Lives at HomeÃ<U+0082> 
## 3190                                                                              I Am LoveÃ<U+0082> 
## 3191                                                          Atlas Shrugged II: The StrikeÃ<U+0082> 
## 3192                                                                      Romeo Is BleedingÃ<U+0082> 
## 3193                                                                              The LimeyÃ<U+0082> 
## 3194                                                                                  CrashÃ<U+0082> 
## 3195                                                                     The House of MirthÃ<U+0082> 
## 3196                                                                                 MaloneÃ<U+0082> 
## 3197                                                                       Peaceful WarriorÃ<U+0082> 
## 3198                                                        Bucky Larson: Born to Be a StarÃ<U+0082> 
## 3199                                                                             BamboozledÃ<U+0082> 
## 3200                                                                             The ForestÃ<U+0082> 
## 3201                                                                                 SphinxÃ<U+0082> 
## 3202                                                                      While We're YoungÃ<U+0082> 
## 3203                                                                          A Better LifeÃ<U+0082> 
## 3204                                                                                 SpiderÃ<U+0082> 
## 3205                                                                                Gun ShyÃ<U+0082> 
## 3206                                                                      Nicholas NicklebyÃ<U+0082> 
## 3207                                                                             The IcemanÃ<U+0082> 
## 3208                                                                    DekalogÃ<U+0082>             
## 3209                                                                                 KrrishÃ<U+0082> 
## 3210                                                                      Cecil B. DeMentedÃ<U+0082> 
## 3211                                                                             Killer JoeÃ<U+0082> 
## 3212                                                                            The JonesesÃ<U+0082> 
## 3213                                                                         Owning MahownyÃ<U+0082> 
## 3214                                                                   The Brothers SolomonÃ<U+0082> 
## 3215                                                                    My Blueberry NightsÃ<U+0082> 
## 3216                                                                             IlluminataÃ<U+0082> 
## 3217                                                                             Swept AwayÃ<U+0082> 
## 3218                                                                              War, Inc.Ã<U+0082> 
## 3219                                                                         Shaolin SoccerÃ<U+0082> 
## 3220                                                                        The Brown BunnyÃ<U+0082> 
## 3221                                                                            The SwindleÃ<U+0082> 
## 3222                                                                              RosewaterÃ<U+0082> 
## 3223                                                         The Chambermaid on the TitanicÃ<U+0082> 
## 3224                                                                             CoriolanusÃ<U+0082> 
## 3225                                                                       Imaginary HeroesÃ<U+0082> 
## 3226                                                               High Heels and Low LifesÃ<U+0082> 
## 3227                                                                   World's Greatest DadÃ<U+0082> 
## 3228                                                                              SeveranceÃ<U+0082> 
## 3229                                                                                 EdmondÃ<U+0082> 
## 3230                                                                  Welcome to the RileysÃ<U+0082> 
## 3231                                                      Police Academy: Mission to MoscowÃ<U+0082> 
## 3232                                                                Blood Done Sign My NameÃ<U+0082> 
## 3233                                                              Cinco de Mayo, La BatallaÃ<U+0082> 
## 3234                                                                            Elsa & FredÃ<U+0082> 
## 3235                                              An Alan Smithee Film: Burn Hollywood BurnÃ<U+0082> 
## 3236                                                                          The Open RoadÃ<U+0082> 
## 3237                                                                           The Good GuyÃ<U+0082> 
## 3238                                                                             MotherhoodÃ<U+0082> 
## 3239                                                                             Free StyleÃ<U+0082> 
## 3240                                                                           StrangerlandÃ<U+0082> 
## 3241                                                                    The Janky PromotersÃ<U+0082> 
## 3242                                                                        Blonde AmbitionÃ<U+0082> 
## 3243                                                                     The Oxford MurdersÃ<U+0082> 
## 3244                                                                               The ReefÃ<U+0082> 
## 3245                                                                                 EulogyÃ<U+0082> 
## 3246                                                               White Noise 2: The LightÃ<U+0082> 
## 3247                                                         You Got Served: Beat the WorldÃ<U+0082> 
## 3248                                                                 Fifty Dead Men WalkingÃ<U+0082> 
## 3249                                                                         Jungle ShuffleÃ<U+0082> 
## 3250                                                                       Adam ResurrectedÃ<U+0082> 
## 3251                                                                      Of Horses and MenÃ<U+0082> 
## 3252                                                             It's a Wonderful AfterlifeÃ<U+0082> 
## 3253                                                                       The Devil's TombÃ<U+0082> 
## 3254                                                                              PartitionÃ<U+0082> 
## 3255                                                                        Good IntentionsÃ<U+0082> 
## 3256                                                           The Good, the Bad, the WeirdÃ<U+0082> 
## 3257                                                                               Nurse 3DÃ<U+0082> 
## 3258                                                                                GunlessÃ<U+0082> 
## 3259                                                                          AdventurelandÃ<U+0082> 
## 3260                                                                          The Lost CityÃ<U+0082> 
## 3261                                                                            Next FridayÃ<U+0082> 
## 3262                                                                         American HeistÃ<U+0082> 
## 3263                                                                    You Only Live TwiceÃ<U+0082> 
## 3264                                                                                PlasticÃ<U+0082> 
## 3265                                                                                  AmourÃ<U+0082> 
## 3266                                                                        Poltergeist IIIÃ<U+0082> 
## 3267                                                                                Re-KillÃ<U+0082> 
## 3268                                                        It's a Mad, Mad, Mad, Mad WorldÃ<U+0082> 
## 3269                                                                                 VolverÃ<U+0082> 
## 3270                                                                            Heavy MetalÃ<U+0082> 
## 3271                                                                      Gentlemen BroncosÃ<U+0082> 
## 3272                                                                            Richard IIIÃ<U+0082> 
## 3273                                                                  Into the Grizzly MazeÃ<U+0082> 
## 3274                                                                                  KitesÃ<U+0082> 
## 3275                                                                            MelancholiaÃ<U+0082> 
## 3276                                                                                Red DogÃ<U+0082> 
## 3277                                                                       Jab Tak Hai JaanÃ<U+0082> 
## 3278                                                                                  AlienÃ<U+0082> 
## 3279                                                           The Texas Chain Saw MassacreÃ<U+0082> 
## 3280                                                                           The RunawaysÃ<U+0082> 
## 3281                                                                    Fiddler on the RoofÃ<U+0082> 
## 3282                                                                            ThunderballÃ<U+0082> 
## 3283                                                                              DetentionÃ<U+0082> 
## 3284                                                                          Loose CannonsÃ<U+0082> 
## 3285                                                                             Set It OffÃ<U+0082> 
## 3286                                                                           The Best ManÃ<U+0082> 
## 3287                                                                           Child's PlayÃ<U+0082> 
## 3288                                                                                  SickoÃ<U+0082> 
## 3289                                                                     The Purge: AnarchyÃ<U+0082> 
## 3290                                                                            Down to YouÃ<U+0082> 
## 3291                                                      Harold & Kumar Go to White CastleÃ<U+0082> 
## 3292                                                                          The ContenderÃ<U+0082> 
## 3293                                                                            Boiler RoomÃ<U+0082> 
## 3294                                                                         Trading PlacesÃ<U+0082> 
## 3295                                                                        Black ChristmasÃ<U+0082> 
## 3296                                                                 Breakin' All the RulesÃ<U+0082> 
## 3297                                                                                Henry VÃ<U+0082> 
## 3298                                                                            The SavagesÃ<U+0082> 
## 3299                                                                           Chasing PapiÃ<U+0082> 
## 3300                                                                     The Way of the GunÃ<U+0082> 
## 3301                                                                         Igby Goes DownÃ<U+0082> 
## 3302                                                                                    PCUÃ<U+0082> 
## 3303                                                                      The Ultimate GiftÃ<U+0082> 
## 3304                                                 The Bold and the BeautifulÃ<U+0082>             
## 3305                                                                        The Ice PiratesÃ<U+0082> 
## 3306                                                                                 GracieÃ<U+0082> 
## 3307                                                                          Trust the ManÃ<U+0082> 
## 3308                                                                               Hamlet 2Ã<U+0082> 
## 3309                                                                        Velvet GoldmineÃ<U+0082> 
## 3310                                                                            The WailingÃ<U+0082> 
## 3311                                                             Glee: The 3D Concert MovieÃ<U+0082> 
## 3312                                                               The Legend of SuriyothaiÃ<U+0082> 
## 3313                                                                          Two Evil EyesÃ<U+0082> 
## 3314                                                                               BarbecueÃ<U+0082> 
## 3315                                                                         All or NothingÃ<U+0082> 
## 3316                                                                      Princess KaiulaniÃ<U+0082> 
## 3317                                                                             Opal DreamÃ<U+0082> 
## 3318                                                                                  HeistÃ<U+0082> 
## 3319                                                                       Flame and CitronÃ<U+0082> 
## 3320                                                                           UndiscoveredÃ<U+0082> 
## 3321                                               Red Riding: In the Year of Our Lord 1974Ã<U+0082> 
## 3322                                                                  The Girl on the TrainÃ<U+0082> 
## 3323                                                                Veronika Decides to DieÃ<U+0082> 
## 3324                                                                       Crocodile DundeeÃ<U+0082> 
## 3325                                                 Ultramarines: A Warhammer 40,000 MovieÃ<U+0082> 
## 3326                                                                           The I InsideÃ<U+0082> 
## 3327                                                                        Beneath Hill 60Ã<U+0082> 
## 3328                                                                                PolisseÃ<U+0082> 
## 3329                                                                                  AwakeÃ<U+0082> 
## 3330                                                  Star Wars: The Clone WarsÃ<U+0082>             
## 3331                                                                             Skin TradeÃ<U+0082> 
## 3332                                                                          The Lost BoysÃ<U+0082> 
## 3333                                                                            Crazy HeartÃ<U+0082> 
## 3334                                                                               The RoseÃ<U+0082> 
## 3335                                                                          Baggage ClaimÃ<U+0082> 
## 3336                                                                             BarbarellaÃ<U+0082> 
## 3337                                                                            ShipwreckedÃ<U+0082> 
## 3338                                                                               ElectionÃ<U+0082> 
## 3339                                                                           The NamesakeÃ<U+0082> 
## 3340                                                                               The DUFFÃ<U+0082> 
## 3341                                                                                GlitterÃ<U+0082> 
## 3342                                       The Haunting in Connecticut 2: Ghosts of GeorgiaÃ<U+0082> 
## 3343                                                                                SilmidoÃ<U+0082> 
## 3344                                                                            Bright StarÃ<U+0082> 
## 3345                                                                        My Name Is KhanÃ<U+0082> 
## 3346                                                                              FootlooseÃ<U+0082> 
## 3347                                                                            All Is LostÃ<U+0082> 
## 3348                                                                                  LimboÃ<U+0082> 
## 3349                                                                        Namastey LondonÃ<U+0082> 
## 3350                                                        The Wind That Shakes the BarleyÃ<U+0082> 
## 3351                                                                Yeh Jawaani Hai DeewaniÃ<U+0082> 
## 3352                                                                         The Karate KidÃ<U+0082> 
## 3353                                                                              Quo VadisÃ<U+0082> 
## 3354                                                                Repo! The Genetic OperaÃ<U+0082> 
## 3355                                                             Valley of the Wolves: IraqÃ<U+0082> 
## 3356                                                                           Pulp FictionÃ<U+0082> 
## 3357                                                                       The Muppet MovieÃ<U+0082> 
## 3358                                                                           NightcrawlerÃ<U+0082> 
## 3359                                                                             Club DreadÃ<U+0082> 
## 3360                                                                     The Sound of MusicÃ<U+0082> 
## 3361                                                                                 SplashÃ<U+0082> 
## 3362                                                                   Little Miss SunshineÃ<U+0082> 
## 3363                                                                            Stand by MeÃ<U+0082> 
## 3364                                                                       28 Days Later...Ã<U+0082> 
## 3365                                                                         You Got ServedÃ<U+0082> 
## 3366                                                                   Escape from AlcatrazÃ<U+0082> 
## 3367                                                                            Brown SugarÃ<U+0082> 
## 3368                                                      A Thin Line Between Love and HateÃ<U+0082> 
## 3369                                                                                  50/50Ã<U+0082> 
## 3370                                                                                ShutterÃ<U+0082> 
## 3371                                                                              CreepshowÃ<U+0082> 
## 3372                                                                    That Awkward MomentÃ<U+0082> 
## 3373                                                                        Modern ProblemsÃ<U+0082> 
## 3374                                                                                  KicksÃ<U+0082> 
## 3375                                                                 Much Ado About NothingÃ<U+0082> 
## 3376                                                        On Her Majesty's Secret ServiceÃ<U+0082> 
## 3377                                                                 The PlayerÃ<U+0082>             
## 3378                                                                          New NightmareÃ<U+0082> 
## 3379                                                                         Drive Me CrazyÃ<U+0082> 
## 3380                                                                    Akeelah and the BeeÃ<U+0082> 
## 3381                                                                             Half BakedÃ<U+0082> 
## 3382                                                                            New in TownÃ<U+0082> 
## 3383                                                                                SyrianaÃ<U+0082> 
## 3384                                                                        American PsychoÃ<U+0082> 
## 3385                                                                          The Good GirlÃ<U+0082> 
## 3386                                                                        Bon Cop Bad CopÃ<U+0082> 
## 3387                                                 The Boondock Saints II: All Saints DayÃ<U+0082> 
## 3388                                                     The City of Your Final DestinationÃ<U+0082> 
## 3389                                                                            Enough SaidÃ<U+0082> 
## 3390                                                                                 Easy AÃ<U+0082> 
## 3391                                                                            The InkwellÃ<U+0082> 
## 3392                                                                  Shadow of the VampireÃ<U+0082> 
## 3393                                                                                   PromÃ<U+0082> 
## 3394                                                                         The PallbearerÃ<U+0082> 
## 3395                                                                                Held UpÃ<U+0082> 
## 3396                                                                           Woman on TopÃ<U+0082> 
## 3397                                                                            Howards EndÃ<U+0082> 
## 3398                                                                   PreacherÃ<U+0082>             
## 3399                                                                              AnomalisaÃ<U+0082> 
## 3400                                                                           Another YearÃ<U+0082> 
## 3401                                                                                8 WomenÃ<U+0082> 
## 3402                                                               Showdown in Little TokyoÃ<U+0082> 
## 3403                                                                           Clay PigeonsÃ<U+0082> 
## 3404                                                             It's Kind of a Funny StoryÃ<U+0082> 
## 3405                                                                       Made in DagenhamÃ<U+0082> 
## 3406                                                     When Did You Last See Your Father?Ã<U+0082> 
## 3407                                                                            PrefontaineÃ<U+0082> 
## 3408                                                                        The Wicked LadyÃ<U+0082> 
## 3409                                                                    The Secret of KellsÃ<U+0082> 
## 3410                                                                            Begin AgainÃ<U+0082> 
## 3411                                                                     Down in the ValleyÃ<U+0082> 
## 3412                                                                         Brooklyn RulesÃ<U+0082> 
## 3413                                                                               RestlessÃ<U+0082> 
## 3414                                                                  The Singing DetectiveÃ<U+0082> 
## 3415                                                                         The Land GirlsÃ<U+0082> 
## 3416                                                                                   FidoÃ<U+0082> 
## 3417                                                                The Wendell Baker StoryÃ<U+0082> 
## 3418                                                                            Wild TargetÃ<U+0082> 
## 3419                                                                              PathologyÃ<U+0082> 
## 3420                                                          Wuthering HeightsÃ<U+0082>             
## 3421                                                                            10th & WolfÃ<U+0082> 
## 3422                                                                             Dear WendyÃ<U+0082> 
## 3423                                                                                  AloftÃ<U+0082> 
## 3424                                                                                  AkiraÃ<U+0082> 
## 3425                                                          The Death and Life of Bobby ZÃ<U+0082> 
## 3426                                               The Rocket: The Legend of Rocket RichardÃ<U+0082> 
## 3427                                                                                SwelterÃ<U+0082> 
## 3428                                                                          My Lucky StarÃ<U+0082> 
## 3429                                                                       Imagine Me & YouÃ<U+0082> 
## 3430                                                                             Mr. ChurchÃ<U+0082> 
## 3431                                                                          Swimming PoolÃ<U+0082> 
## 3432                                                        Green Street 3: Never Back DownÃ<U+0082> 
## 3433                                                                    The Blood of HeroesÃ<U+0082> 
## 3434                                                                          Code of HonorÃ<U+0082> 
## 3435                                                                     Driving Miss DaisyÃ<U+0082> 
## 3436                                                                              Soul FoodÃ<U+0082> 
## 3437                                                                    Rumble in the BronxÃ<U+0082> 
## 3438                                                                           Far from MenÃ<U+0082> 
## 3439                                                                  Thank You for SmokingÃ<U+0082> 
## 3440                                                                        Hostel: Part IIÃ<U+0082> 
## 3441                                                                           An EducationÃ<U+0082> 
## 3442                                                                               ShopgirlÃ<U+0082> 
## 3443                                                                The Hotel New HampshireÃ<U+0082> 
## 3444                                                                                   NarcÃ<U+0082> 
## 3445                                                                        Men with BroomsÃ<U+0082> 
## 3446                                                                     Witless ProtectionÃ<U+0082> 
## 3447                                                                 The Work and the GloryÃ<U+0082> 
## 3448                                                                                ExtractÃ<U+0082> 
## 3449                                                                   Masked and AnonymousÃ<U+0082> 
## 3450                                                                            Alias BettyÃ<U+0082> 
## 3451                                                                                Code 46Ã<U+0082> 
## 3452                                                                            Outside BetÃ<U+0082> 
## 3453                                                                                  CrashÃ<U+0082> 
## 3454                                                                           Albert NobbsÃ<U+0082> 
## 3455                                                                         Black NovemberÃ<U+0082> 
## 3456                                                                          Ta Ra Rum PumÃ<U+0082> 
## 3457                                                                             PersepolisÃ<U+0082> 
## 3458                                                                               The HoleÃ<U+0082> 
## 3459                                                                               The WaveÃ<U+0082> 
## 3460                                                                         The Neon DemonÃ<U+0082> 
## 3461                                                                            Harry BrownÃ<U+0082> 
## 3462                                                                           Spider-Man 3Ã<U+0082> 
## 3463                                                                         The Omega CodeÃ<U+0082> 
## 3464                                                                                   JunoÃ<U+0082> 
## 3465                                                                         Pound of FleshÃ<U+0082> 
## 3466                                                                   Diamonds Are ForeverÃ<U+0082> 
## 3467                                                                          The GodfatherÃ<U+0082> 
## 3468                                                                             FlashdanceÃ<U+0082> 
## 3469                                                                     500 Days of SummerÃ<U+0082> 
## 3470                                                                              The PianoÃ<U+0082> 
## 3471                                                                             Magic MikeÃ<U+0082> 
## 3472                                                                         Darkness FallsÃ<U+0082> 
## 3473                                                                       Live and Let DieÃ<U+0082> 
## 3474                                                                            My Dog SkipÃ<U+0082> 
## 3475                                                                      Definitely, MaybeÃ<U+0082> 
## 3476                                                                      Jumping the BroomÃ<U+0082> 
## 3477                                                                       The Great GatsbyÃ<U+0082> 
## 3478                                                             Good Night, and Good Luck.Ã<U+0082> 
## 3479                                                                                 CapoteÃ<U+0082> 
## 3480                                                                              DesperadoÃ<U+0082> 
## 3481                                                                              The ClaimÃ<U+0082> 
## 3482                                                                      FargoÃ<U+0082>             
## 3483                                                                            Logan's RunÃ<U+0082> 
## 3484                                                            The Man with the Golden GunÃ<U+0082> 
## 3485                                                                         Action JacksonÃ<U+0082> 
## 3486                                                                            The DescentÃ<U+0082> 
## 3487                                                              Michael Jordan to the MaxÃ<U+0082> 
## 3488                                                                            Devil's DueÃ<U+0082> 
## 3489                                                                 Flirting with DisasterÃ<U+0082> 
## 3490                                                                    The Devil's RejectsÃ<U+0082> 
## 3491                                                   Buffy the Vampire SlayerÃ<U+0082>             
## 3492                                                                                   DopeÃ<U+0082> 
## 3493                                                                            In Too DeepÃ<U+0082> 
## 3494                                                                                SkyfallÃ<U+0082> 
## 3495                                                                  House of 1000 CorpsesÃ<U+0082> 
## 3496                                                                             Alien ZoneÃ<U+0082> 
## 3497                                                                          A Serious ManÃ<U+0082> 
## 3498                                                                                Get LowÃ<U+0082> 
## 3499                                                                                WarlockÃ<U+0082> 
## 3500                                                                      Beyond the LightsÃ<U+0082> 
## 3501                                                                           A Single ManÃ<U+0082> 
## 3502                                                          The Last Temptation of ChristÃ<U+0082> 
## 3503                                                                     Outside ProvidenceÃ<U+0082> 
## 3504                                                                      Bride & PrejudiceÃ<U+0082> 
## 3505                                                                     Rabbit-Proof FenceÃ<U+0082> 
## 3506                                                                      Who's Your Caddy?Ã<U+0082> 
## 3507                                                                           Split SecondÃ<U+0082> 
## 3508                                                                     NikitaÃ<U+0082>             
## 3509                                                               The Other Side of HeavenÃ<U+0082> 
## 3510                                                                 Dark AngelÃ<U+0082>             
## 3511                                                                             Veer-ZaaraÃ<U+0082> 
## 3512                                                                                RedbeltÃ<U+0082> 
## 3513                                                                                  CyrusÃ<U+0082> 
## 3514                                                                      A Dog of FlandersÃ<U+0082> 
## 3515                                                                             Auto FocusÃ<U+0082> 
## 3516                                                                           Factory GirlÃ<U+0082> 
## 3517                                                            We Need to Talk About KevinÃ<U+0082> 
## 3518                                                                   The Christmas CandleÃ<U+0082> 
## 3519                                                                        The Mighty MacsÃ<U+0082> 
## 3520                                                                              Losin' ItÃ<U+0082> 
## 3521                                                                       Mother and ChildÃ<U+0082> 
## 3522                                                                           March or DieÃ<U+0082> 
## 3523                                                                          Les visiteursÃ<U+0082> 
## 3524                                                                              SomewhereÃ<U+0082> 
## 3525                                                         I Hope They Serve Beer in HellÃ<U+0082> 
## 3526                                                                  Chairman of the BoardÃ<U+0082> 
## 3527                                                                                 HesherÃ<U+0082> 
## 3528                                                                          Dom HemingwayÃ<U+0082> 
## 3529                                                                                  GerryÃ<U+0082> 
## 3530                                                                        The Heart of MeÃ<U+0082> 
## 3531                                                                               FreeheldÃ<U+0082> 
## 3532                                                                          The Extra ManÃ<U+0082> 
## 3533                                                                       Hard to Be a GodÃ<U+0082> 
## 3534                                                                                   Ca$hÃ<U+0082> 
## 3535                                                                                Wah-WahÃ<U+0082> 
## 3536                                                                    The Boondock SaintsÃ<U+0082> 
## 3537                                                                                Z StormÃ<U+0082> 
## 3538                                                                                  TwixtÃ<U+0082> 
## 3539                                                                             Snow QueenÃ<U+0082> 
## 3540                                  Alpha and Omega 4: The Legend of the Saw Toothed CaveÃ<U+0082> 
## 3541                                                                             Pale RiderÃ<U+0082> 
## 3542                                                             Stargate: The Ark of TruthÃ<U+0082> 
## 3543                                                                     Dazed and ConfusedÃ<U+0082> 
## 3544                                                                  High School Musical 2Ã<U+0082> 
## 3545                                                                  Two Lovers and a BearÃ<U+0082> 
## 3546                                                                    Criminal ActivitiesÃ<U+0082> 
## 3547                                                                         Aimee & JaguarÃ<U+0082> 
## 3548                                                                       The ChumscrubberÃ<U+0082> 
## 3549                                                                                  ShadeÃ<U+0082> 
## 3550                                                         House at the End of the StreetÃ<U+0082> 
## 3551                                                                              IncendiesÃ<U+0082> 
## 3552                                                                   Remember Me, My LoveÃ<U+0082> 
## 3553                                                                       Perrier's BountyÃ<U+0082> 
## 3554                                                                            Elite SquadÃ<U+0082> 
## 3555                                                                              AnnabelleÃ<U+0082> 
## 3556                                                                           Bran Nue DaeÃ<U+0082> 
## 3557                                                                        Boyz n the HoodÃ<U+0082> 
## 3558                                                                               La BambaÃ<U+0082> 
## 3559                                                                       The Four SeasonsÃ<U+0082> 
## 3560                                                                        Dressed to KillÃ<U+0082> 
## 3561                                                            The Adventures of Huck FinnÃ<U+0082> 
## 3562                                                                                     GoÃ<U+0082> 
## 3563                                                                     Friends with MoneyÃ<U+0082> 
## 3564                                                                   The Andromeda StrainÃ<U+0082> 
## 3565                                                                                   BatsÃ<U+0082> 
## 3566                                                                      Nowhere in AfricaÃ<U+0082> 
## 3567                                                                                  ShameÃ<U+0082> 
## 3568                                                                             Layer CakeÃ<U+0082> 
## 3569                                               The Work and the Glory II: American ZionÃ<U+0082> 
## 3570                                                                               The EastÃ<U+0082> 
## 3571                                                         A Home at the End of the WorldÃ<U+0082> 
## 3572                                                                               AberdeenÃ<U+0082> 
## 3573                                                                          The MessengerÃ<U+0082> 
## 3574                                                                                TrackerÃ<U+0082> 
## 3575                                                                                ControlÃ<U+0082> 
## 3576                                                                         The TerminatorÃ<U+0082> 
## 3577                                                                        Good Bye Lenin!Ã<U+0082> 
## 3578                                                                      The Damned UnitedÃ<U+0082> 
## 3579                                                          The Return of the Living DeadÃ<U+0082> 
## 3580                                                                   GomorrahÃ<U+0082>             
## 3581                                                                               MallratsÃ<U+0082> 
## 3582                                                                                 GreaseÃ<U+0082> 
## 3583                                                                                PlatoonÃ<U+0082> 
## 3584                                                                        Fahrenheit 9/11Ã<U+0082> 
## 3585                                                     Butch Cassidy and the Sundance KidÃ<U+0082> 
## 3586                                                                           Mary PoppinsÃ<U+0082> 
## 3587                                                                        Ordinary PeopleÃ<U+0082> 
## 3588                                                            Around the World in 80 DaysÃ<U+0082> 
## 3589                                                                        West Side StoryÃ<U+0082> 
## 3590                                                                             CaddyshackÃ<U+0082> 
## 3591                                                                           The BrothersÃ<U+0082> 
## 3592                                                                               The WoodÃ<U+0082> 
## 3593                                                                     The Usual SuspectsÃ<U+0082> 
## 3594                                           A Nightmare on Elm Street 5: The Dream ChildÃ<U+0082> 
## 3595                                                              Van Wilder: Party LiaisonÃ<U+0082> 
## 3596                                                                           The WrestlerÃ<U+0082> 
## 3597                                                                        Duel in the SunÃ<U+0082> 
## 3598                                                                           Best in ShowÃ<U+0082> 
## 3599                                                                   Escape from New YorkÃ<U+0082> 
## 3600                                                                            School DazeÃ<U+0082> 
## 3601                                                                         Daddy Day CampÃ<U+0082> 
## 3602                                                                           Mr. Nice GuyÃ<U+0082> 
## 3603                                                                          A Mighty WindÃ<U+0082> 
## 3604                                                                           Mystic PizzaÃ<U+0082> 
## 3605                                                                War & PeaceÃ<U+0082>             
## 3606                                                                          Sliding DoorsÃ<U+0082> 
## 3607                                                                    Tales from the HoodÃ<U+0082> 
## 3608                                                              The Last King of ScotlandÃ<U+0082> 
## 3609                                                                            Halloween 5Ã<U+0082> 
## 3610                                                                                 BernieÃ<U+0082> 
## 3611                                            Dolphins and Whales 3D: Tribes of the OceanÃ<U+0082> 
## 3612                                                                                PollockÃ<U+0082> 
## 3613                                                                         200 CigarettesÃ<U+0082> 
## 3614                                                                              The WordsÃ<U+0082> 
## 3615                                                                       Casa de mi PadreÃ<U+0082> 
## 3616                                                                            City IslandÃ<U+0082> 
## 3617                                                                              The GuardÃ<U+0082> 
## 3618                                                                                CollegeÃ<U+0082> 
## 3619                                                                    The Virgin SuicidesÃ<U+0082> 
## 3620                                                                           Little VoiceÃ<U+0082> 
## 3621                                                                             Miss MarchÃ<U+0082> 
## 3622                                                                        Wish I Was HereÃ<U+0082> 
## 3623                                                                    Simply IrresistibleÃ<U+0082> 
## 3624                                                              Veronica MarsÃ<U+0082>             
## 3625                                                              Hedwig and the Angry InchÃ<U+0082> 
## 3626                                                                        Only the StrongÃ<U+0082> 
## 3627                                                                        Goddess of LoveÃ<U+0082> 
## 3628                                                                        Shattered GlassÃ<U+0082> 
## 3629                                                                              NovocaineÃ<U+0082> 
## 3630                                                              The Business of StrangersÃ<U+0082> 
## 3631                                                                         The Wild BunchÃ<U+0082> 
## 3632                                                                           The WacknessÃ<U+0082> 
## 3633                                                                The Great Train RobberyÃ<U+0082> 
## 3634                                                                         Morvern CallarÃ<U+0082> 
## 3635                                              Beastmaster 2: Through the Portal of TimeÃ<U+0082> 
## 3636                                                                        The 5th QuarterÃ<U+0082> 
## 3637                                                                     The Flower of EvilÃ<U+0082> 
## 3638                                                                           The GreatestÃ<U+0082> 
## 3639                                                         Snow Flower and the Secret FanÃ<U+0082> 
## 3640                                                                     Come Early MorningÃ<U+0082> 
## 3641                                                                            Lucky BreakÃ<U+0082> 
## 3642                                                                                  JuliaÃ<U+0082> 
## 3643                                                                           Surfer, DudeÃ<U+0082> 
## 3644                                                                           Lake of FireÃ<U+0082> 
## 3645                                                                                  11:14Ã<U+0082> 
## 3646                                                                             Men of WarÃ<U+0082> 
## 3647                                                                              Don McKayÃ<U+0082> 
## 3648                                                                               DeadfallÃ<U+0082> 
## 3649                                                                    A Shine of RainbowsÃ<U+0082> 
## 3650                                                                           The Hit ListÃ<U+0082> 
## 3651                                                                       EmmaÃ<U+0082>             
## 3652                                                                             VideodromeÃ<U+0082> 
## 3653                                                                    L'auberge espagnoleÃ<U+0082> 
## 3654                                                                               Song OneÃ<U+0082> 
## 3655                                                                      Murder by NumbersÃ<U+0082> 
## 3656                                                                      Winter in WartimeÃ<U+0082> 
## 3657                                                                           Freaky DeakyÃ<U+0082> 
## 3658                                                                              The TrainÃ<U+0082> 
## 3659                                                                     Trade of InnocentsÃ<U+0082> 
## 3660                                                                          The ProtectorÃ<U+0082> 
## 3661                                                                       Stiff Upper LipsÃ<U+0082> 
## 3662                                                           The InbetweenersÃ<U+0082>             
## 3663                                                                   Bend It Like BeckhamÃ<U+0082> 
## 3664                                                                         Sunshine StateÃ<U+0082> 
## 3665                                                                              CrossoverÃ<U+0082> 
## 3666                                                                            Khiladi 786Ã<U+0082> 
## 3667                                                                                [Rec] 2Ã<U+0082> 
## 3668                                                                       Standing OvationÃ<U+0082> 
## 3669                                                                              The StingÃ<U+0082> 
## 3670                                                                       Chariots of FireÃ<U+0082> 
## 3671                                                             Diary of a Mad Black WomanÃ<U+0082> 
## 3672                                                                                  ShineÃ<U+0082> 
## 3673                                                                                Don JonÃ<U+0082> 
## 3674                                                                    High Plains DrifterÃ<U+0082> 
## 3675                                                                            Ghost WorldÃ<U+0082> 
## 3676                                                                                   IrisÃ<U+0082> 
## 3677                                                                               GalaxinaÃ<U+0082> 
## 3678                                                                             The ChorusÃ<U+0082> 
## 3679                                                                         Mambo ItalianoÃ<U+0082> 
## 3680                                                                             WonderlandÃ<U+0082> 
## 3681                                                                     Do the Right ThingÃ<U+0082> 
## 3682                                                                            Harvard ManÃ<U+0082> 
## 3683                                                                               Le HavreÃ<U+0082> 
## 3684                                                                           IrreversibleÃ<U+0082> 
## 3685                                                                                   R100Ã<U+0082> 
## 3686                                                                        Rang De BasantiÃ<U+0082> 
## 3687                                                                                AnimalsÃ<U+0082> 
## 3688                                                                    Salvation BoulevardÃ<U+0082> 
## 3689                                                                                The TenÃ<U+0082> 
## 3690                                                                 A Room for Romeo BrassÃ<U+0082> 
## 3691                                                                            HeadhuntersÃ<U+0082> 
## 3692                                                                               GrabbersÃ<U+0082> 
## 3693                                                                            Saint RalphÃ<U+0082> 
## 3694                                                                             Miss JulieÃ<U+0082> 
## 3695                                                                      Somewhere in TimeÃ<U+0082> 
## 3696                                                                          Dum Maaro DumÃ<U+0082> 
## 3697                                                                   Insidious: Chapter 2Ã<U+0082> 
## 3698                                                                                 Saw IIÃ<U+0082> 
## 3699                                                                    10 Cloverfield LaneÃ<U+0082> 
## 3700                                                                     Jackass: The MovieÃ<U+0082> 
## 3701                                                                             Lights OutÃ<U+0082> 
## 3702                                                                  Paranormal Activity 3Ã<U+0082> 
## 3703                                                                                  OuijaÃ<U+0082> 
## 3704                                            A Nightmare on Elm Street 3: Dream WarriorsÃ<U+0082> 
## 3705                                                                               The GiftÃ<U+0082> 
## 3706                                                              Instructions Not IncludedÃ<U+0082> 
## 3707                                                                  Paranormal Activity 4Ã<U+0082> 
## 3708                                                                               The RobeÃ<U+0082> 
## 3709                                                         The Return of the Pink PantherÃ<U+0082> 
## 3710                                                     Freddy's Dead: The Final NightmareÃ<U+0082> 
## 3711                                                                                MonsterÃ<U+0082> 
## 3712                                                           20,000 Leagues Under the SeaÃ<U+0082> 
## 3713                                                   Paranormal Activity: The Marked OnesÃ<U+0082> 
## 3714                                                                       The Elephant ManÃ<U+0082> 
## 3715                                                                     Dallas Buyers ClubÃ<U+0082> 
## 3716                                                                     The Lazarus EffectÃ<U+0082> 
## 3717                                                                                MementoÃ<U+0082> 
## 3718                                                                                 OculusÃ<U+0082> 
## 3719                                                                              Clerks IIÃ<U+0082> 
## 3720                                                                           Billy ElliotÃ<U+0082> 
## 3721                                                                       The Way Way BackÃ<U+0082> 
## 3722                                                                          House Party 2Ã<U+0082> 
## 3723                                                               The Man from Snowy RiverÃ<U+0082> 
## 3724                                                                       Doug's 1st MovieÃ<U+0082> 
## 3725                                                                            The ApostleÃ<U+0082> 
## 3726                                                                         Mommie DearestÃ<U+0082> 
## 3727                                                                      Our Idiot BrotherÃ<U+0082> 
## 3728                                                                                   RaceÃ<U+0082> 
## 3729                                                                       The Players ClubÃ<U+0082> 
## 3730                                                                                      OÃ<U+0082> 
## 3731                                                                     As Above, So BelowÃ<U+0082> 
## 3732                                                                               AddictedÃ<U+0082> 
## 3733                                                                            Eve's BayouÃ<U+0082> 
## 3734                                                                            Still AliceÃ<U+0082> 
## 3735                                                                           The EgyptianÃ<U+0082> 
## 3736                                                                             NighthawksÃ<U+0082> 
## 3737                                       Friday the 13th Part VIII: Jason Takes ManhattanÃ<U+0082> 
## 3738                                                               My Big Fat Greek WeddingÃ<U+0082> 
## 3739                                                                        Spring BreakersÃ<U+0082> 
## 3740                                                  Halloween: The Curse of Michael MyersÃ<U+0082> 
## 3741                                                                Y Tu MamÃ<U+0083>¡ TambiÃ<U+0083>©nÃ<U+0082> 
## 3742                                                                      Shaun of the DeadÃ<U+0082> 
## 3743                                                          The Haunting of Molly HartleyÃ<U+0082> 
## 3744                                                                              Lone StarÃ<U+0082> 
## 3745                                               Halloween 4: The Return of Michael MyersÃ<U+0082> 
## 3746                                                                       April Fool's DayÃ<U+0082> 
## 3747                                                                                  DinerÃ<U+0082> 
## 3748                                                                      Lone Wolf McQuadeÃ<U+0082> 
## 3749                                                                              Apollo 18Ã<U+0082> 
## 3750                                                                      Sunshine CleaningÃ<U+0082> 
## 3751                                                                              No EscapeÃ<U+0082> 
## 3752                                                                        The BeastmasterÃ<U+0082> 
## 3753                                                                      Solomon and ShebaÃ<U+0082> 
## 3754                                                                  Fifty Shades of BlackÃ<U+0082> 
## 3755                                                                      Not Easily BrokenÃ<U+0082> 
## 3756                                                                     A Farewell to ArmsÃ<U+0082> 
## 3757                                                                      The Perfect MatchÃ<U+0082> 
## 3758                                                                     Digimon: The MovieÃ<U+0082> 
## 3759                                                                                 Saved!Ã<U+0082> 
## 3760                                                                The Barbarian InvasionsÃ<U+0082> 
## 3761                                                                       Robin and MarianÃ<U+0082> 
## 3762                                                                           The ForsakenÃ<U+0082> 
## 3763                                                                 Force 10 from NavaroneÃ<U+0082> 
## 3764                                                                                    UHFÃ<U+0082> 
## 3765                                                                          Grandma's BoyÃ<U+0082> 
## 3766                                                                 Slums of Beverly HillsÃ<U+0082> 
## 3767                                                           Once Upon a Time in the WestÃ<U+0082> 
## 3768                                                                                   MadeÃ<U+0082> 
## 3769                                                                                   MoonÃ<U+0082> 
## 3770                                                             Keeping Up with the SteinsÃ<U+0082> 
## 3771                                             Sea Rex 3D: Journey to a Prehistoric WorldÃ<U+0082> 
## 3772                                                                    The Sweet HereafterÃ<U+0082> 
## 3773                                                                        Of Gods and MenÃ<U+0082> 
## 3774                                                                           Bottle ShockÃ<U+0082> 
## 3775                                                      Jekyll and Hyde... Together AgainÃ<U+0082> 
## 3776                                                                     Heavenly CreaturesÃ<U+0082> 
## 3777                                                                   90 Minutes in HeavenÃ<U+0082> 
## 3778                                                                     Everything Must GoÃ<U+0082> 
## 3779                                                                            Zero EffectÃ<U+0082> 
## 3780                                                                          The MachinistÃ<U+0082> 
## 3781                                                                          Light SleeperÃ<U+0082> 
## 3782                                                                     Kill the MessengerÃ<U+0082> 
## 3783                                                                            Rabbit HoleÃ<U+0082> 
## 3784                                                                          Party MonsterÃ<U+0082> 
## 3785                                                                             Green RoomÃ<U+0082> 
## 3786                                                                         The Oh in OhioÃ<U+0082> 
## 3787                                                      Atlas Shrugged: Who Is John Galt?Ã<U+0082> 
## 3788                                                                          Bottle RocketÃ<U+0082> 
## 3789                                                                       Albino AlligatorÃ<U+0082> 
## 3790                                                                      Gandhi, My FatherÃ<U+0082> 
## 3791                                                           Standard Operating ProcedureÃ<U+0082> 
## 3792                                                                        Out of the BlueÃ<U+0082> 
## 3793                                                                Tucker and Dale vs EvilÃ<U+0082> 
## 3794                                                                          Lovely, StillÃ<U+0082> 
## 3795                                                                                 TycoonÃ<U+0082> 
## 3796                                                                            Desert BlueÃ<U+0082> 
## 3797                                                                                 DecoysÃ<U+0082> 
## 3798                                                                              The VisitÃ<U+0082> 
## 3799                                                                               RedactedÃ<U+0082> 
## 3800                                                                            FascinationÃ<U+0082> 
## 3801                                                               Saving GraceÃ<U+0082>             
## 3802                                                                                Area 51Ã<U+0082> 
## 3803                                                                            Sleep TightÃ<U+0082> 
## 3804                                                                            The CottageÃ<U+0082> 
## 3805                                                         Dead Like Me: Life After DeathÃ<U+0082> 
## 3806                                                                  Farce of the PenguinsÃ<U+0082> 
## 3807                                                                              Flying ByÃ<U+0082> 
## 3808                                                                      PsychÃ<U+0082>             
## 3809                                                                             RudderlessÃ<U+0082> 
## 3810                                                                             Henry & MeÃ<U+0082> 
## 3811                                                                          Christmas EveÃ<U+0082> 
## 3812                                                                   We Have Your HusbandÃ<U+0082> 
## 3813                                                                     Dying of the LightÃ<U+0082> 
## 3814                                                                            Born of WarÃ<U+0082> 
## 3815                                                                          Capricorn OneÃ<U+0082> 
## 3816                                                                   Should've Been RomeoÃ<U+0082> 
## 3817                                                                        Running ForeverÃ<U+0082> 
## 3818                                                                            Yoga HosersÃ<U+0082> 
## 3819                                                                 Navy Seals vs. ZombiesÃ<U+0082> 
## 3820                                                           I Served the King of EnglandÃ<U+0082> 
## 3821                                                                           Soul KitchenÃ<U+0082> 
## 3822                                                                            Sling BladeÃ<U+0082> 
## 3823                                                                          The AwakeningÃ<U+0082> 
## 3824                                                                                 HostelÃ<U+0082> 
## 3825                                                 Tristram Shandy: A Cock and Bull StoryÃ<U+0082> 
## 3826                                                                           Take ShelterÃ<U+0082> 
## 3827                                                                          Lady in WhiteÃ<U+0082> 
## 3828                                                                        Driving LessonsÃ<U+0082> 
## 3829                                                                 Let's Kill Ward's WifeÃ<U+0082> 
## 3830                                                          The Texas Chainsaw Massacre 2Ã<U+0082> 
## 3831                                                            Pat Garrett & Billy the KidÃ<U+0082> 
## 3832                                                                      Only God ForgivesÃ<U+0082> 
## 3833                                                                        Camping sauvageÃ<U+0082> 
## 3834                                                                            Without MenÃ<U+0082> 
## 3835                                                                                  BarfiÃ<U+0082> 
## 3836                                                                           Dear FrankieÃ<U+0082> 
## 3837                                                                                All HatÃ<U+0082> 
## 3838                                                                      The Names of LoveÃ<U+0082> 
## 3839                                                                         Treading WaterÃ<U+0082> 
## 3840                                                                           Savage GraceÃ<U+0082> 
## 3841                                                                        Out of the BlueÃ<U+0082> 
## 3842                                                                         Police AcademyÃ<U+0082> 
## 3843                                                                        The Blue LagoonÃ<U+0082> 
## 3844                                                            Four Weddings and a FuneralÃ<U+0082> 
## 3845                                                           Fast Times at Ridgemont HighÃ<U+0082> 
## 3846                                                                              Moby DickÃ<U+0082> 
## 3847                                                                              25th HourÃ<U+0082> 
## 3848                                                           Secrets and LiesÃ<U+0082>             
## 3849                                                                                  BoundÃ<U+0082> 
## 3850                                                                    Requiem for a DreamÃ<U+0082> 
## 3851                                                                             State FairÃ<U+0082> 
## 3852                                                                                  TangoÃ<U+0082> 
## 3853                                                                               SalvadorÃ<U+0082> 
## 3854                                                                        Moms' Night OutÃ<U+0082> 
## 3855                                                                           Donnie DarkoÃ<U+0082> 
## 3856                                                                   Saving Private PerezÃ<U+0082> 
## 3857                                                                              CharacterÃ<U+0082> 
## 3858                                                                                   SpunÃ<U+0082> 
## 3859                                                                    Life During WartimeÃ<U+0082> 
## 3860                                                                         Lady VengeanceÃ<U+0082> 
## 3861                                                                        Mozart's SisterÃ<U+0082> 
## 3862                                                                           Mean MachineÃ<U+0082> 
## 3863                                                                                 ExiledÃ<U+0082> 
## 3864                                                                             BlackthornÃ<U+0082> 
## 3865                                                                           Lilya 4-EverÃ<U+0082> 
## 3866                                                                             After.LifeÃ<U+0082> 
## 3867                                                                                  FuglyÃ<U+0082> 
## 3868                                                        One Flew Over the Cuckoo's NestÃ<U+0082> 
## 3869                                        R.L. Stine's Monsterville: The Cabinet of SoulsÃ<U+0082> 
## 3870                                                                           Silent MovieÃ<U+0082> 
## 3871                                                                                AirliftÃ<U+0082> 
## 3872                                                       Anne of Green GablesÃ<U+0082>             
## 3873                                                                          Falcon RisingÃ<U+0082> 
## 3874                                                                            The SweeneyÃ<U+0082> 
## 3875                                                                             Sexy BeastÃ<U+0082> 
## 3876                                                                             Easy MoneyÃ<U+0082> 
## 3877                                                                            Whale RiderÃ<U+0082> 
## 3878                                                                                    PaaÃ<U+0082> 
## 3879                                                                                  CargoÃ<U+0082> 
## 3880                                                                                    PanÃ<U+0082> 
## 3881                                                                    High School MusicalÃ<U+0082> 
## 3882                                                             Animal KingdomÃ<U+0082>             
## 3883                                                          Love and Death on Long IslandÃ<U+0082> 
## 3884                                                                            Night WatchÃ<U+0082> 
## 3885                                                                        The Crying GameÃ<U+0082> 
## 3886                                                                                Porky'sÃ<U+0082> 
## 3887                                                                   Survival of the DeadÃ<U+0082> 
## 3888                                                               Night of the Living DeadÃ<U+0082> 
## 3889                                                                    Lost in TranslationÃ<U+0082> 
## 3890                                                                             Annie HallÃ<U+0082> 
## 3891                                                             The Greatest Show on EarthÃ<U+0082> 
## 3892                                                                 Exodus: Gods and KingsÃ<U+0082> 
## 3893                                                                         Monster's BallÃ<U+0082> 
## 3894                                                                                 MaggieÃ<U+0082> 
## 3895                                                                      Leaving Las VegasÃ<U+0082> 
## 3896                                                              Hansel & Gretel Get BakedÃ<U+0082> 
## 3897                                                          The Return of the Living DeadÃ<U+0082> 
## 3898                                                                         The Front PageÃ<U+0082> 
## 3899                                                                      The Boy Next DoorÃ<U+0082> 
## 3900                                                                                TrapezeÃ<U+0082> 
## 3901                                                               Saving GraceÃ<U+0082>             
## 3902                                                                 The Kids Are All RightÃ<U+0082> 
## 3903                                                                              They LiveÃ<U+0082> 
## 3904                                                                       The Great EscapeÃ<U+0082> 
## 3905                                                           What the #$*! Do We (K)now!?Ã<U+0082> 
## 3906                                                              The Last Exorcism Part IIÃ<U+0082> 
## 3907                                                                                BoyhoodÃ<U+0082> 
## 3908                                                                                  ScoopÃ<U+0082> 
## 3909                                                                     Planet of the ApesÃ<U+0082> 
## 3910                                                                               The WashÃ<U+0082> 
## 3911                                                                              3 StrikesÃ<U+0082> 
## 3912                                                                             The CoolerÃ<U+0082> 
## 3913                                                                            The MisfitsÃ<U+0082> 
## 3914                                                                     The Night ListenerÃ<U+0082> 
## 3915                                                                         The Jerky BoysÃ<U+0082> 
## 3916                                                                        My Soul to TakeÃ<U+0082> 
## 3917                                                                          The OrphanageÃ<U+0082> 
## 3918                                                                      A Haunted House 2Ã<U+0082> 
## 3919                                                                The Rules of AttractionÃ<U+0082> 
## 3920                                                                                  TopazÃ<U+0082> 
## 3921                                                                     Let's Go to PrisonÃ<U+0082> 
## 3922                                                                             Four RoomsÃ<U+0082> 
## 3923                                                                              SecretaryÃ<U+0082> 
## 3924                                                                        The Real CancunÃ<U+0082> 
## 3925                                                                             Talk RadioÃ<U+0082> 
## 3926                                                                    Waiting for GuffmanÃ<U+0082> 
## 3927                                                                            Love StinksÃ<U+0082> 
## 3928                                                                            You Kill MeÃ<U+0082> 
## 3929                                                                            ThumbsuckerÃ<U+0082> 
## 3930                                                                              Red StateÃ<U+0082> 
## 3931                                                                             MirrormaskÃ<U+0082> 
## 3932                                                                                SamsaraÃ<U+0082> 
## 3933                                                                         The BarbariansÃ<U+0082> 
## 3934                                                                  The Art of Getting ByÃ<U+0082> 
## 3935                                                                                 ZipperÃ<U+0082> 
## 3936                                                                       Poolhall JunkiesÃ<U+0082> 
## 3937                                                           The Loss of Sexual InnocenceÃ<U+0082> 
## 3938                                                                            Holy MotorsÃ<U+0082> 
## 3939                                                                                    JoeÃ<U+0082> 
## 3940                                                                          Shooting FishÃ<U+0082> 
## 3941                                                                                 PrisonÃ<U+0082> 
## 3942                                                                     Psycho Beach PartyÃ<U+0082> 
## 3943                                                                          The Big TeaseÃ<U+0082> 
## 3944                                                                  Buen DÃ<U+0083>­a, RamÃ<U+0083>³nÃ<U+0082> 
## 3945                                                                                  TrustÃ<U+0082> 
## 3946                                                                   An Everlasting PieceÃ<U+0082> 
## 3947                                                                           Among GiantsÃ<U+0082> 
## 3948                                                                                  AdoreÃ<U+0082> 
## 3949                                                                   The Velocity of GaryÃ<U+0082> 
## 3950                                                                     Mondays in the SunÃ<U+0082> 
## 3951                                                                             Stake LandÃ<U+0082> 
## 3952                                                        Sonny with a ChanceÃ<U+0082>             
## 3953                                                      The Last Time I Committed SuicideÃ<U+0082> 
## 3954                                                                           Futuro BeachÃ<U+0082> 
## 3955                                                                      Another Happy DayÃ<U+0082> 
## 3956                                                                  A Lonely Place to DieÃ<U+0082> 
## 3957                                                                                NothingÃ<U+0082> 
## 3958                                                    The Geographer Drank His Globe AwayÃ<U+0082> 
## 3959                                                                                   1776Ã<U+0082> 
## 3960                                                                            InescapableÃ<U+0082> 
## 3961                                                                          Hell's AngelsÃ<U+0082> 
## 3962                                                                         Purple VioletsÃ<U+0082> 
## 3963                                                                               The VeilÃ<U+0082> 
## 3964                                                                         The Loved OnesÃ<U+0082> 
## 3965                                                                             No VacancyÃ<U+0082> 
## 3966                                                                    How to Fall in LoveÃ<U+0082> 
## 3967                                                                       The Perfect WaveÃ<U+0082> 
## 3968                                                                                Ben-HurÃ<U+0082> 
## 3969                                                                  A Man for All SeasonsÃ<U+0082> 
## 3970                                                                                NetworkÃ<U+0082> 
## 3971                                                                     Gone with the WindÃ<U+0082> 
## 3972                                                                          Desert DancerÃ<U+0082> 
## 3973                                                                           Major DundeeÃ<U+0082> 
## 3974                                                                          Down for LifeÃ<U+0082> 
## 3975                                                                     Annie Get Your GunÃ<U+0082> 
## 3976                                                                             Four LionsÃ<U+0082> 
## 3977                                                                          House of SandÃ<U+0082> 
## 3978                                                                               DefendorÃ<U+0082> 
## 3979                                                                             The PirateÃ<U+0082> 
## 3980                                                                         The Good HeartÃ<U+0082> 
## 3981                                                                       The History BoysÃ<U+0082> 
## 3982                                                                                UnknownÃ<U+0082> 
## 3983                                                                    M*A*S*HÃ<U+0082>             
## 3984                                                                        Midnight CowboyÃ<U+0082> 
## 3985                                                                         The Full MontyÃ<U+0082> 
## 3986                                                                              Airplane!Ã<U+0082> 
## 3987                                                                       Chain of CommandÃ<U+0082> 
## 3988                                                                                 FridayÃ<U+0082> 
## 3989                                                                      Menace II SocietyÃ<U+0082> 
## 3990                                                                     EmpireÃ<U+0082>             
## 3991                                                                            Creepshow 2Ã<U+0082> 
## 3992                                                              The Ballad of Cable HogueÃ<U+0082> 
## 3993                                                                          In Cold BloodÃ<U+0082> 
## 3994                                                                        The Nun's StoryÃ<U+0082> 
## 3995                                                                                 HarperÃ<U+0082> 
## 3996                                                                                 FrenzyÃ<U+0082> 
## 3997                                                                              The WitchÃ<U+0082> 
## 3998                                                                      I Got the Hook UpÃ<U+0082> 
## 3999                                                                          She's the OneÃ<U+0082> 
## 4000                                                                      Gods and MonstersÃ<U+0082> 
## 4001                                                               The Secret in Their EyesÃ<U+0082> 
## 4002                                                                        Day of the DeadÃ<U+0082> 
## 4003                                                                                  TrainÃ<U+0082> 
## 4004                                                                           Evil Dead IIÃ<U+0082> 
## 4005                                                                            Pootie TangÃ<U+0082> 
## 4006                                                                              SharknadoÃ<U+0082> 
## 4007                                                                      La otra conquistaÃ<U+0082> 
## 4008                                                                            TrollhunterÃ<U+0082> 
## 4009                                                                             Ira & AbbyÃ<U+0082> 
## 4010                                                                              The WatchÃ<U+0082> 
## 4011                                                                         Winter PassingÃ<U+0082> 
## 4012                                                                               D.E.B.S.Ã<U+0082> 
## 4013                                                                       The Masked SaintÃ<U+0082> 
## 4014                                                                           The BetrayedÃ<U+0082> 
## 4015                                                                                 TaxmanÃ<U+0082> 
## 4016                                                                 The SecretÃ<U+0082>             
## 4017                                                                                   2:13Ã<U+0082> 
## 4018                                                Batman: The Dark Knight Returns, Part 2Ã<U+0082> 
## 4019                                                                         Time to ChooseÃ<U+0082> 
## 4020                                                  In the Name of the King: The Last JobÃ<U+0082> 
## 4021                                                                           Wicked BloodÃ<U+0082> 
## 4022                                                                            Dawn PatrolÃ<U+0082> 
## 4023                                                                        Lords of LondonÃ<U+0082> 
## 4024                                                                           High AnxietyÃ<U+0082> 
## 4025                                                                  March of the PenguinsÃ<U+0082> 
## 4026                                                                            Margin CallÃ<U+0082> 
## 4027                                                                                 AugustÃ<U+0082> 
## 4028                                                                                  ChokeÃ<U+0082> 
## 4029                                                                               WhiplashÃ<U+0082> 
## 4030                                                                            City of GodÃ<U+0082> 
## 4031                                                                          Human TrafficÃ<U+0082> 
## 4032                                                                                Day OneÃ<U+0082> 
## 4033                                                                          The Dead GirlÃ<U+0082> 
## 4034                                                                               The HuntÃ<U+0082> 
## 4035                                                                      A Christmas StoryÃ<U+0082> 
## 4036                                                                                  BellaÃ<U+0082> 
## 4037                                                                          Class of 1984Ã<U+0082> 
## 4038                                                                       The Opposite SexÃ<U+0082> 
## 4039                                                                Dreaming of Joseph LeesÃ<U+0082> 
## 4040                                                                              The ClassÃ<U+0082> 
## 4041                                                                        Rosemary's BabyÃ<U+0082> 
## 4042                                                       The Man Who Shot Liberty ValanceÃ<U+0082> 
## 4043                                                                                   AdamÃ<U+0082> 
## 4044                                                                    Maria Full of GraceÃ<U+0082> 
## 4045                                                                              BeginnersÃ<U+0082> 
## 4046                                                                                  FeastÃ<U+0082> 
## 4047                                                                           Animal HouseÃ<U+0082> 
## 4048                                                                             GoldfingerÃ<U+0082> 
## 4049                                                                              AntiviralÃ<U+0082> 
## 4050                                                                  It's a Wonderful LifeÃ<U+0082> 
## 4051                                                                          TrainspottingÃ<U+0082> 
## 4052                                                           The Original Kings of ComedyÃ<U+0082> 
## 4053                                                                  Paranormal Activity 2Ã<U+0082> 
## 4054                                                                      Waking Ned DevineÃ<U+0082> 
## 4055                                                                  Bowling for ColumbineÃ<U+0082> 
## 4056                                                                            Coming HomeÃ<U+0082> 
## 4057                                          A Nightmare on Elm Street 2: Freddy's RevengeÃ<U+0082> 
## 4058                                                                     A Room with a ViewÃ<U+0082> 
## 4059                                                                              The PurgeÃ<U+0082> 
## 4060                                                                               SinisterÃ<U+0082> 
## 4061                                                        Martin Lawrence Live: RunteldatÃ<U+0082> 
## 4062                                                                  Cat on a Hot Tin RoofÃ<U+0082> 
## 4063                                                         Beneath the Planet of the ApesÃ<U+0082> 
## 4064                                                                                Air BudÃ<U+0082> 
## 4065                                                                PokÃ<U+0083>©mon 3: The MovieÃ<U+0082> 
## 4066                                                   Jason Lives: Friday the 13th Part VIÃ<U+0082> 
## 4067                                                           The Bridge on the River KwaiÃ<U+0082> 
## 4068                                                                        Spaced InvadersÃ<U+0082> 
## 4069                                                                            Family PlotÃ<U+0082> 
## 4070                                                                          The ApartmentÃ<U+0082> 
## 4071                                                   Jason Goes to Hell: The Final FridayÃ<U+0082> 
## 4072                                                                           Torn CurtainÃ<U+0082> 
## 4073                                                           Dave Chappelle's Block PartyÃ<U+0082> 
## 4074                                                                              Slow WestÃ<U+0082> 
## 4075                                                                           Krush GrooveÃ<U+0082> 
## 4076                                                                           Next Day AirÃ<U+0082> 
## 4077                                                                           Elmer GantryÃ<U+0082> 
## 4078                                                                  Judgment at NurembergÃ<U+0082> 
## 4079                                                                               Trippin'Ã<U+0082> 
## 4080                                                              Robot ChickenÃ<U+0082>             
## 4081                                                                              Red RiverÃ<U+0082> 
## 4082                                                                             Phat GirlzÃ<U+0082> 
## 4083                                                                        Before MidnightÃ<U+0082> 
## 4084                                                                          Teen Wolf TooÃ<U+0082> 
## 4085                                                                            Phantasm IIÃ<U+0082> 
## 4086                                                                  Woman Thou Art LoosedÃ<U+0082> 
## 4087                                                                 Real Women Have CurvesÃ<U+0082> 
## 4088                                                         Deadline GallipoliÃ<U+0082>             
## 4089                                                                                  WaterÃ<U+0082> 
## 4090                                                                           East Is EastÃ<U+0082> 
## 4091                                                                                WhippedÃ<U+0082> 
## 4092                                                             Kama Sutra: A Tale of LoveÃ<U+0082> 
## 4093                                                                            Please GiveÃ<U+0082> 
## 4094                                                    Willy Wonka & the Chocolate FactoryÃ<U+0082> 
## 4095                                                                Warlock: The ArmageddonÃ<U+0082> 
## 4096                                                                8 Heads in a Duffel BagÃ<U+0082> 
## 4097                                                                         Days of HeavenÃ<U+0082> 
## 4098                                                 Thirteen Conversations About One ThingÃ<U+0082> 
## 4099                                                                             JawbreakerÃ<U+0082> 
## 4100                                                                               BasquiatÃ<U+0082> 
## 4101                                                                             Frances HaÃ<U+0082> 
## 4102                                                                                 TsotsiÃ<U+0082> 
## 4103                                                                              HappinessÃ<U+0082> 
## 4104                                                                   DysFunktional FamilyÃ<U+0082> 
## 4105                                                                                   TuskÃ<U+0082> 
## 4106                                                                                 OldboyÃ<U+0082> 
## 4107                                                                         Letters to GodÃ<U+0082> 
## 4108                                                                    Hobo with a ShotgunÃ<U+0082> 
## 4109                                                                              CompadresÃ<U+0082> 
## 4110                                                                                FreewayÃ<U+0082> 
## 4111                                                                     Love's Abiding JoyÃ<U+0082> 
## 4112                                                                              Fish TankÃ<U+0082> 
## 4113                                                                    Damsels in DistressÃ<U+0082> 
## 4114                                                                   CreatureÃ<U+0082>             
## 4115                                                                           BacheloretteÃ<U+0082> 
## 4116                                                                  BrainDeadÃ<U+0082>             
## 4117                                                                         Brave New GirlÃ<U+0082> 
## 4118                                                    Tim and Eric's Billion Dollar MovieÃ<U+0082> 
## 4119                                                                            The GamblerÃ<U+0082> 
## 4120                                                                  The GrandÃ<U+0082>             
## 4121                                                                           Summer StormÃ<U+0082> 
## 4122                                                                             Fort McCoyÃ<U+0082> 
## 4123                                                                           Chain LetterÃ<U+0082> 
## 4124                                                                           Just LookingÃ<U+0082> 
## 4125                                                                             The DivideÃ<U+0082> 
## 4126                                                                            The EclipseÃ<U+0082> 
## 4127                                                                                DemonicÃ<U+0082> 
## 4128                                                           My Big Fat Independent MovieÃ<U+0082> 
## 4129                                                                    Alice in WonderlandÃ<U+0082> 
## 4130                                                                           The DeportedÃ<U+0082> 
## 4131                                                                            Tanner HallÃ<U+0082> 
## 4132                                                                              Open RoadÃ<U+0082> 
## 4133                                                                     They Came TogetherÃ<U+0082> 
## 4134 30 Nights of Paranormal Activity with the Devil Inside the Girl with the Dragon TattooÃ<U+0082> 
## 4135                                                        Never Back Down 2: The BeatdownÃ<U+0082> 
## 4136                                                                            Point BlankÃ<U+0082> 
## 4137                                                                    Four Single FathersÃ<U+0082> 
## 4138                                                               Enter the Dangerous MindÃ<U+0082> 
## 4139                                                                       Something WickedÃ<U+0082> 
## 4140                                                                                AWOL-72Ã<U+0082> 
## 4141                                                                                 IguanaÃ<U+0082> 
## 4142                                                                             CinderellaÃ<U+0082> 
## 4143                                                                       Chicago OvercoatÃ<U+0082> 
## 4144                                                                           Barry MundayÃ<U+0082> 
## 4145                                                                        Central StationÃ<U+0082> 
## 4146                                                                  Pocketful of MiraclesÃ<U+0082> 
## 4147                                                                            Close RangeÃ<U+0082> 
## 4148                                                                     Boynton Beach ClubÃ<U+0082> 
## 4149                                                                               AmnesiacÃ<U+0082> 
## 4150                                                                           FreakonomicsÃ<U+0082> 
## 4151                                                                               The OmenÃ<U+0082> 
## 4152                                                                           High TensionÃ<U+0082> 
## 4153                                                                    Griff the InvisibleÃ<U+0082> 
## 4154                                                                              UnnaturalÃ<U+0082> 
## 4155                                                                          Hustle & FlowÃ<U+0082> 
## 4156                                                                       Some Like It HotÃ<U+0082> 
## 4157                                                Friday the 13th Part VII: The New BloodÃ<U+0082> 
## 4158                                                                       The Wizard of OzÃ<U+0082> 
## 4159                                                                     Young FrankensteinÃ<U+0082> 
## 4160                                                                      Diary of the DeadÃ<U+0082> 
## 4161                                                                   Lage Raho Munna BhaiÃ<U+0082> 
## 4162                                                                            Ulee's GoldÃ<U+0082> 
## 4163                                                                     The Black StallionÃ<U+0082> 
## 4164                                                                             Sardaar JiÃ<U+0082> 
## 4165                                                                      Journey to SaturnÃ<U+0082> 
## 4166                                                                         Donovan's ReefÃ<U+0082> 
## 4167                                                                              The DressÃ<U+0082> 
## 4168                                                                        A Guy Named JoeÃ<U+0082> 
## 4169                                                                        Blazing SaddlesÃ<U+0082> 
## 4170                                                     Friday the 13th: The Final ChapterÃ<U+0082> 
## 4171                                                                                    IdaÃ<U+0082> 
## 4172                                                                                MauriceÃ<U+0082> 
## 4173                                                                            Beer LeagueÃ<U+0082> 
## 4174                                                                   The Astronaut's WifeÃ<U+0082> 
## 4175                                                                          Riding GiantsÃ<U+0082> 
## 4176                                                                             TimecrimesÃ<U+0082> 
## 4177                                                                       Silver MedallistÃ<U+0082> 
## 4178                                                                           Timber FallsÃ<U+0082> 
## 4179                                                                    Singin' in the RainÃ<U+0082> 
## 4180                                                                Fat, Sick & Nearly DeadÃ<U+0082> 
## 4181                                                                        A Haunted HouseÃ<U+0082> 
## 4182                                                                  2016: Obama's AmericaÃ<U+0082> 
## 4183                                                                           Halloween IIÃ<U+0082> 
## 4184                                                                     That Thing You Do!Ã<U+0082> 
## 4185                                                     Halloween III: Season of the WitchÃ<U+0082> 
## 4186                                                     Escape from the Planet of the ApesÃ<U+0082> 
## 4187                                                                                    HudÃ<U+0082> 
## 4188                                                             Kevin Hart: Let Me ExplainÃ<U+0082> 
## 4189                                                                   My Own Private IdahoÃ<U+0082> 
## 4190                                                                           Garden StateÃ<U+0082> 
## 4191                                                                         Before SunriseÃ<U+0082> 
## 4192                                                                           Sur le seuilÃ<U+0082> 
## 4193                                                                             Jesus' SonÃ<U+0082> 
## 4194                                                                            Saving FaceÃ<U+0082> 
## 4195                                                                             Brick LaneÃ<U+0082> 
## 4196                                                                          Robot & FrankÃ<U+0082> 
## 4197                                                                     My Life Without MeÃ<U+0082> 
## 4198                                                                    The Spectacular NowÃ<U+0082> 
## 4199                                   Marilyn Hotchkiss' Ballroom Dancing and Charm SchoolÃ<U+0082> 
## 4200                                                                             ReligulousÃ<U+0082> 
## 4201                                                                                   FuelÃ<U+0082> 
## 4202                                                          Valley of the Heart's DelightÃ<U+0082> 
## 4203                                                       Dodgeball: A True Underdog StoryÃ<U+0082> 
## 4204                                                                     Eye of the DolphinÃ<U+0082> 
## 4205                                                              8: The Mormon PropositionÃ<U+0082> 
## 4206                                                              The Other End of the LineÃ<U+0082> 
## 4207                                                                                AnatomyÃ<U+0082> 
## 4208                                                                           Sleep DealerÃ<U+0082> 
## 4209                                                                                  SuperÃ<U+0082> 
## 4210                                                                         Christmas MailÃ<U+0082> 
## 4211                                                                                  StungÃ<U+0082> 
## 4212                                                                              AntibirthÃ<U+0082> 
## 4213                                                                         Get on the BusÃ<U+0082> 
## 4214                                                                                  Thr3eÃ<U+0082> 
## 4215                                                                              IdiocracyÃ<U+0082> 
## 4216                                                                  The Rise of the KraysÃ<U+0082> 
## 4217                                                                        This Is EnglandÃ<U+0082> 
## 4218                                                                         Alien UprisingÃ<U+0082> 
## 4219                                                                         Bathing BeautyÃ<U+0082> 
## 4220                                                                             Go for It!Ã<U+0082> 
## 4221                                                                  Dancer, Texas Pop. 81Ã<U+0082> 
## 4222                                                                              Show BoatÃ<U+0082> 
## 4223                                                                        Redemption RoadÃ<U+0082> 
## 4224                                                                            The CallingÃ<U+0082> 
## 4225                                                               The Brave Little ToasterÃ<U+0082> 
## 4226                                                                               FantasiaÃ<U+0082> 
## 4227                                                                  The French ConnectionÃ<U+0082> 
## 4228                                                                                 8 DaysÃ<U+0082> 
## 4229                                                               Friday the 13th Part IIIÃ<U+0082> 
## 4230                                                       Friday the 13th: A New BeginningÃ<U+0082> 
## 4231                                                                     The Last Sin EaterÃ<U+0082> 
## 4232                                                                        Do You Believe?Ã<U+0082> 
## 4233                                                                           Impact PointÃ<U+0082> 
## 4234                                                                 The Valley of DecisionÃ<U+0082> 
## 4235                                                                                   EdenÃ<U+0082> 
## 4236                                                                   Chicken Tikka MasalaÃ<U+0082> 
## 4237                                                                       Always WoodstockÃ<U+0082> 
## 4238                                                            Jack Brooks: Monster SlayerÃ<U+0082> 
## 4239                                                            The Best Years of Our LivesÃ<U+0082> 
## 4240                                                                                  BullyÃ<U+0082> 
## 4241                                                                                 EllingÃ<U+0082> 
## 4242                                                                             Mi AmericaÃ<U+0082> 
## 4243                                                                                  [Rec]Ã<U+0082> 
## 4244                                                                    Lies in Plain SightÃ<U+0082> 
## 4245                                                                              SharkskinÃ<U+0082> 
## 4246                                                                            ContainmentÃ<U+0082> 
## 4247                                                                             The TimberÃ<U+0082> 
## 4248                                                                  From Russia with LoveÃ<U+0082> 
## 4249                                                              The Toxic Avenger Part IIÃ<U+0082> 
## 4250                                                   In the Heat of the NightÃ<U+0082>             
## 4251                                                                                SleeperÃ<U+0082> 
## 4252                                                                             It FollowsÃ<U+0082> 
## 4253                Everything You Always Wanted to Know About Sex * But Were Afraid to AskÃ<U+0082> 
## 4254                                                                  To Kill a MockingbirdÃ<U+0082> 
## 4255                                                            Mad Max 2: The Road WarriorÃ<U+0082> 
## 4256                                                           The Legend of Drunken MasterÃ<U+0082> 
## 4257                                                                                 LolitaÃ<U+0082> 
## 4258                                                                         Boys Don't CryÃ<U+0082> 
## 4259                                                                           Silent HouseÃ<U+0082> 
## 4260                                                                    The Lives of OthersÃ<U+0082> 
## 4261                                                                             CourageousÃ<U+0082> 
## 4262                                                                            The HustlerÃ<U+0082> 
## 4263                                                                              Boom TownÃ<U+0082> 
## 4264                                                             The Triplets of BellevilleÃ<U+0082> 
## 4265                                                                          Smoke SignalsÃ<U+0082> 
## 4266                                                                      American SplendorÃ<U+0082> 
## 4267                                                                          Before SunsetÃ<U+0082> 
## 4268                                                                          Amores PerrosÃ<U+0082> 
## 4269                                                                               ThirteenÃ<U+0082> 
## 4270                                                                  Gentleman's AgreementÃ<U+0082> 
## 4271                                                                          Winter's BoneÃ<U+0082> 
## 4272                                                                      Touching the VoidÃ<U+0082> 
## 4273                                                               Alexander's Ragtime BandÃ<U+0082> 
## 4274                                                        Me and You and Everyone We KnowÃ<U+0082> 
## 4275                                                                             Inside JobÃ<U+0082> 
## 4276                                                                    We Are Your FriendsÃ<U+0082> 
## 4277                                                      Ghost Dog: The Way of the SamuraiÃ<U+0082> 
## 4278                                                                            Harsh TimesÃ<U+0082> 
## 4279                                                                                CaptiveÃ<U+0082> 
## 4280                                                                           Full FrontalÃ<U+0082> 
## 4281                                                                             WitchboardÃ<U+0082> 
## 4282                                                       Strangers with CandyÃ<U+0082>             
## 4283                                                                                 HamletÃ<U+0082> 
## 4284                                                                               ShortbusÃ<U+0082> 
## 4285                                                                      Waltz with BashirÃ<U+0082> 
## 4286                                        The Book of Mormon Movie, Volume 1: The JourneyÃ<U+0082> 
## 4287                                                                        No End in SightÃ<U+0082> 
## 4288                                                            The Diary of a Teenage GirlÃ<U+0082> 
## 4289                                                                   Get RealÃ<U+0082>             
## 4290                                                              In the Shadow of the MoonÃ<U+0082> 
## 4291                                                                          Meek's CutoffÃ<U+0082> 
## 4292                                                                     Inside Deep ThroatÃ<U+0082> 
## 4293                                                                            Dinner RushÃ<U+0082> 
## 4294                                                                          ClockwatchersÃ<U+0082> 
## 4295                                                                      The Virginity HitÃ<U+0082> 
## 4296                                                                                 SubwayÃ<U+0082> 
## 4297                                                                             House of DÃ<U+0082> 
## 4298                                                                                  TeethÃ<U+0082> 
## 4299                                                                     Six-String SamuraiÃ<U+0082> 
## 4300                                                                 Hum To Mohabbat KaregaÃ<U+0082> 
## 4301                                                                It's All Gone Pete TongÃ<U+0082> 
## 4302                                                                Saint John of Las VegasÃ<U+0082> 
## 4303                                                                24 7: Twenty Four SevenÃ<U+0082> 
## 4304                                                                              StonewallÃ<U+0082> 
## 4305                                                                     EurekaÃ<U+0082>             
## 4306                                                                         Roadside RomeoÃ<U+0082> 
## 4307                                                                     This Thing of OursÃ<U+0082> 
## 4308                                      The Lost Medallion: The Adventures of Billy StoneÃ<U+0082> 
## 4309                                                                    The Last Five YearsÃ<U+0082> 
## 4310                                                                     The Missing PersonÃ<U+0082> 
## 4311                                                          Return of the Living Dead IIIÃ<U+0082> 
## 4312                                                                                 LondonÃ<U+0082> 
## 4313                                                                             SherrybabyÃ<U+0082> 
## 4314                                                                       Stealing HarvardÃ<U+0082> 
## 4315                                                                                 CircleÃ<U+0082> 
## 4316                                                                              Eden LakeÃ<U+0082> 
## 4317                                                                                  PlushÃ<U+0082> 
## 4318                                                                        Vampire KillersÃ<U+0082> 
## 4319                                                        Gangster's Paradise: JerusalemaÃ<U+0082> 
## 4320                                                                           Freeze FrameÃ<U+0082> 
## 4321                                                                       Grave EncountersÃ<U+0082> 
## 4322                                                                               StitchesÃ<U+0082> 
## 4323                                                                              Nine DeadÃ<U+0082> 
## 4324                                                            To Be Frank, Sinatra at 100Ã<U+0082> 
## 4325                                                                                BananasÃ<U+0082> 
## 4326                                                                        SupercapitalistÃ<U+0082> 
## 4327                                                                               RockawayÃ<U+0082> 
## 4328                                                                      WingsÃ<U+0082>             
## 4329                                                                 The Lady from ShanghaiÃ<U+0082> 
## 4330                                                      No Man's Land: The Rise of ReekerÃ<U+0082> 
## 4331                                                                                HighwayÃ<U+0082> 
## 4332                                                                       Small ApartmentsÃ<U+0082> 
## 4333                                                                            Coffee TownÃ<U+0082> 
## 4334                                                           The Ghastly Love of Johnny XÃ<U+0082> 
## 4335                                                                          All Is BrightÃ<U+0082> 
## 4336                                                      The Torture Chamber of Dr. SadismÃ<U+0082> 
## 4337                                                                           Straight A'sÃ<U+0082> 
## 4338                                         A Funny Thing Happened on the Way to the ForumÃ<U+0082> 
## 4339                                                                       Slacker UprisingÃ<U+0082> 
## 4340                                      The Legend of Hell's Gate: An American ConspiracyÃ<U+0082> 
## 4341                                                                   The Walking DeceasedÃ<U+0082> 
## 4342                                                             The Curse of Downers GroveÃ<U+0082> 
## 4343                                                                             Shark LakeÃ<U+0082> 
## 4344                                                                           River's EdgeÃ<U+0082> 
## 4345                                                                              NorthforkÃ<U+0082> 
## 4346                                                            The Marine 4: Moving TargetÃ<U+0082> 
## 4347                                                                                 BuriedÃ<U+0082> 
## 4348                                                                              SubmarineÃ<U+0082> 
## 4349                                                                             The SquareÃ<U+0082> 
## 4350                                                                         One to AnotherÃ<U+0082> 
## 4351                                                                                 CarrieÃ<U+0082> 
## 4352                                                              ABCD (Any Body Can Dance)Ã<U+0082> 
## 4353                                                              A Nightmare on Elm StreetÃ<U+0082> 
## 4354                                                                            Man on WireÃ<U+0082> 
## 4355                                                                              AbandonedÃ<U+0082> 
## 4356                                                                         Brotherly LoveÃ<U+0082> 
## 4357                                                                      The Last ExorcismÃ<U+0082> 
## 4358                                                                            Nowhere BoyÃ<U+0082> 
## 4359                                                               A Streetcar Named DesireÃ<U+0082> 
## 4360                   Dr. Strangelove or: How I Learned to Stop Worrying and Love the BombÃ<U+0082> 
## 4361                                                              El crimen del padre AmaroÃ<U+0082> 
## 4362                                                            Beasts of the Southern WildÃ<U+0082> 
## 4363                                                      Battle for the Planet of the ApesÃ<U+0082> 
## 4364                                                                            SongcatcherÃ<U+0082> 
## 4365                                                                          Higher GroundÃ<U+0082> 
## 4366                                                                                  VaaluÃ<U+0082> 
## 4367                                                           The Greatest Movie Ever SoldÃ<U+0082> 
## 4368                                                                 Ed and His Dead MotherÃ<U+0082> 
## 4369                                                                Travelers and MagiciansÃ<U+0082> 
## 4370                                                                          Hang 'Em HighÃ<U+0082> 
## 4371                                                                      Deadline - U.S.A.Ã<U+0082> 
## 4372                                                                                SublimeÃ<U+0082> 
## 4373                                                            A Beginner's Guide to SnuffÃ<U+0082> 
## 4374                                                                 Independence DaysasterÃ<U+0082> 
## 4375                                                                  Dysfunctional FriendsÃ<U+0082> 
## 4376                                                                           Run Lola RunÃ<U+0082> 
## 4377                                                                                    MayÃ<U+0082> 
## 4378                                                                       Against the WildÃ<U+0082> 
## 4379                                                Living Dark: The Story of Ted the CaverÃ<U+0082> 
## 4380                                                                    Under the Same MoonÃ<U+0082> 
## 4381                                                     Conquest of the Planet of the ApesÃ<U+0082> 
## 4382                                                                         In the BedroomÃ<U+0082> 
## 4383                                                                   I Spit on Your GraveÃ<U+0082> 
## 4384                                                                           Happy, TexasÃ<U+0082> 
## 4385                                                                      My Summer of LoveÃ<U+0082> 
## 4386                                                                           The LunchboxÃ<U+0082> 
## 4387                                                                                    YesÃ<U+0082> 
## 4388                                                             You Can't Take It with YouÃ<U+0082> 
## 4389                                                                  From Here to EternityÃ<U+0082> 
## 4390                                                               She Wore a Yellow RibbonÃ<U+0082> 
## 4391                                                                        Grace UnpluggedÃ<U+0082> 
## 4392                                                                                FoolishÃ<U+0082> 
## 4393                                                                               N-SecureÃ<U+0082> 
## 4394                                                                                CaramelÃ<U+0082> 
## 4395                                                                        Out of the DarkÃ<U+0082> 
## 4396                                                                             The BubbleÃ<U+0082> 
## 4397                                                                       The ConversationÃ<U+0082> 
## 4398                                                                    Dil Jo Bhi Kahey...Ã<U+0082> 
## 4399                                                                    Mississippi MermaidÃ<U+0082> 
## 4400                                                                       I Love Your WorkÃ<U+0082> 
## 4401                                                                            Cabin FeverÃ<U+0082> 
## 4402                                                                       Dawn of the DeadÃ<U+0082> 
## 4403                                                                               WaitressÃ<U+0082> 
## 4404                                                                             BloodsportÃ<U+0082> 
## 4405                                                           Mr. Smith Goes to WashingtonÃ<U+0082> 
## 4406                                                                                   KidsÃ<U+0082> 
## 4407                                                                The Squid and the WhaleÃ<U+0082> 
## 4408                                                                  Kissing Jessica SteinÃ<U+0082> 
## 4409                                                       A Woman, a Gun and a Noodle ShopÃ<U+0082> 
## 4410                                                                   Kickboxer: VengeanceÃ<U+0082> 
## 4411                                                                             SpellboundÃ<U+0082> 
## 4412                                                                                ExoticaÃ<U+0082> 
## 4413                                                                            Buffalo '66Ã<U+0082> 
## 4414                                                                              InsidiousÃ<U+0082> 
## 4415                                                                               Repo ManÃ<U+0082> 
## 4416                                                                            Nine QueensÃ<U+0082> 
## 4417                                                                        The GatekeepersÃ<U+0082> 
## 4418                                                            The Ballad of Jack and RoseÃ<U+0082> 
## 4419                                                                         The To Do ListÃ<U+0082> 
## 4420                                                                            Killing ZoeÃ<U+0082> 
## 4421                                                                           The BelieverÃ<U+0082> 
## 4422                                                                            Snow AngelsÃ<U+0082> 
## 4423                                                                              UnsulliedÃ<U+0082> 
## 4424                                                                              Session 9Ã<U+0082> 
## 4425                                                      I Want Someone to Eat Cheese WithÃ<U+0082> 
## 4426                                                                               Mooz-LumÃ<U+0082> 
## 4427                                                                                HatchetÃ<U+0082> 
## 4428                                                                           Modern TimesÃ<U+0082> 
## 4429                                                                          Stolen SummerÃ<U+0082> 
## 4430                                                                       My Name Is BruceÃ<U+0082> 
## 4431                                                                              The SalonÃ<U+0082> 
## 4432                                                                              Road HardÃ<U+0082> 
## 4433                                                                   Forty Shades of BlueÃ<U+0082> 
## 4434                                                                                  AmigoÃ<U+0082> 
## 4435                                                                              PontypoolÃ<U+0082> 
## 4436                                                                                TruckerÃ<U+0082> 
## 4437                                                                  Me You and Five BucksÃ<U+0082> 
## 4438                                                                     The Lords of SalemÃ<U+0082> 
## 4439                                                                             HouseboundÃ<U+0082> 
## 4440                                                   Wal-Mart: The High Cost of Low PriceÃ<U+0082> 
## 4441                                                                          Fetching CodyÃ<U+0082> 
## 4442                                                             Once Upon a Time in QueensÃ<U+0082> 
## 4443                                                                     Closer to the MoonÃ<U+0082> 
## 4444                                                                           Mutant WorldÃ<U+0082> 
## 4445                                                                       Growing Up SmithÃ<U+0082> 
## 4446                                                                              CheckmateÃ<U+0082> 
## 4447                                                                           Jack ReacherÃ<U+0082> 
## 4448                                                                                #HorrorÃ<U+0082> 
## 4449                                                                           Wind WalkersÃ<U+0082> 
## 4450                                                        Snow White and the Seven DwarfsÃ<U+0082> 
## 4451                                                                          The Holy GirlÃ<U+0082> 
## 4452                                                                                ShalakoÃ<U+0082> 
## 4453                                                                  Incident at Loch NessÃ<U+0082> 
## 4454                                                                          The Dog LoverÃ<U+0082> 
## 4455                                                                             Girl HouseÃ<U+0082> 
## 4456                                                                          The Blue RoomÃ<U+0082> 
## 4457                                                          House at the End of the DriveÃ<U+0082> 
## 4458                                                                      Batman: The MovieÃ<U+0082> 
## 4459                                                    Lock, Stock and Two Smoking BarrelsÃ<U+0082> 
## 4460                                                          The Ballad of Gregorio CortezÃ<U+0082> 
## 4461                                               The Streets of San FranciscoÃ<U+0082>             
## 4462                                                                        The CelebrationÃ<U+0082> 
## 4463                                                                           Trees LoungeÃ<U+0082> 
## 4464                                                                  Journey from the FallÃ<U+0082> 
## 4465                                                                             The BasketÃ<U+0082> 
## 4466                                                       Eddie: The Sleepwalking CannibalÃ<U+0082> 
## 4467                                                                         Mercury RisingÃ<U+0082> 
## 4468                                                    Space: Above and BeyondÃ<U+0082>             
## 4469                                                                 Queen of the MountainsÃ<U+0082> 
## 4470                                                                              Def-Con 4Ã<U+0082> 
## 4471                                                                      The Hebrew HammerÃ<U+0082> 
## 4472                                                                         Neal 'N' NikkiÃ<U+0082> 
## 4473        The 41-Year-Old Virgin Who Knocked Up Sarah Marshall and Felt Superbad About ItÃ<U+0082> 
## 4474                                                                          Forget Me NotÃ<U+0082> 
## 4475                                                                                RebeccaÃ<U+0082> 
## 4476                                                                 Friday the 13th Part 2Ã<U+0082> 
## 4477                                                                       The Lost WeekendÃ<U+0082> 
## 4478                                                                               C.H.U.D.Ã<U+0082> 
## 4479                                                                            Filly BrownÃ<U+0082> 
## 4480                                                                      The Lion of JudahÃ<U+0082> 
## 4481                                                                                NiagaraÃ<U+0082> 
## 4482                                                                How Green Was My ValleyÃ<U+0082> 
## 4483                                                  The Girlfriend ExperienceÃ<U+0082>             
## 4484                                                                Da Sweet Blood of JesusÃ<U+0082> 
## 4485                                                               Sex, Lies, and VideotapeÃ<U+0082> 
## 4486                                                                                    SawÃ<U+0082> 
## 4487                                                                         Super TroopersÃ<U+0082> 
## 4488                                                                           The AlgerianÃ<U+0082> 
## 4489                                                                    The Amazing CatfishÃ<U+0082> 
## 4490                                                          The Day the Earth Stood StillÃ<U+0082> 
## 4491                                                                        Monsoon WeddingÃ<U+0082> 
## 4492                                                                    You Can Count on MeÃ<U+0082> 
## 4493                                                                 The Trouble with HarryÃ<U+0082> 
## 4494                                                                    Lucky Number SlevinÃ<U+0082> 
## 4495                                                                  But I'm a CheerleaderÃ<U+0082> 
## 4496                                                                               Home RunÃ<U+0082> 
## 4497                                                                         Reservoir DogsÃ<U+0082> 
## 4498                                                                          The Blue BirdÃ<U+0082> 
## 4499                                                         The Good, the Bad and the UglyÃ<U+0082> 
## 4500                                                                      The Second MotherÃ<U+0082> 
## 4501                                                                         Blue Like JazzÃ<U+0082> 
## 4502                                                            Down and Out with the DollsÃ<U+0082> 
## 4503                                                                     Pink Ribbons, Inc.Ã<U+0082> 
## 4504                                                                   Certifiably JonathanÃ<U+0082> 
## 4505                                                                                      QÃ<U+0082> 
## 4506                                                                  The Knife of Don JuanÃ<U+0082> 
## 4507                                                                    Grand Theft ParsonsÃ<U+0082> 
## 4508                                                                          Extreme MovieÃ<U+0082> 
## 4509                                                        The Charge of the Light BrigadeÃ<U+0082> 
## 4510                                                                             Below ZeroÃ<U+0082> 
## 4511                                                                              CrowsnestÃ<U+0082> 
## 4512                                                                               AirborneÃ<U+0082> 
## 4513                                                                 Cotton Comes to HarlemÃ<U+0082> 
## 4514                                                                      The Wicked WithinÃ<U+0082> 
## 4515                                                                        Bleeding HeartsÃ<U+0082> 
## 4516                                                                             Waiting...Ã<U+0082> 
## 4517                                                                       Dead Man's ShoesÃ<U+0082> 
## 4518                                                                 Wolf CreekÃ<U+0082>             
## 4519                                                             From a Whisper to a ScreamÃ<U+0082> 
## 4520                                                                     Sex with StrangersÃ<U+0082> 
## 4521                                                   Dracula: Pages from a Virgin's DiaryÃ<U+0082> 
## 4522                                                                    Faith Like PotatoesÃ<U+0082> 
## 4523                                                               Beyond the Black RainbowÃ<U+0082> 
## 4524                                                                   The Raid: RedemptionÃ<U+0082> 
## 4525                                                                        The Dead UndeadÃ<U+0082> 
## 4526                                                                  The Vatican ExorcismsÃ<U+0082> 
## 4527                                                                             CasablancaÃ<U+0082> 
## 4528                                                                             Lake MungoÃ<U+0082> 
## 4529                                                     Rocket Singh: Salesman of the YearÃ<U+0082> 
## 4530                                                                         Silent RunningÃ<U+0082> 
## 4531                                                                                  RockyÃ<U+0082> 
## 4532                                                                        The SleepwalkerÃ<U+0082> 
## 4533                                                                                The FogÃ<U+0082> 
## 4534                                                                              Tom JonesÃ<U+0082> 
## 4535                                                                             UnfriendedÃ<U+0082> 
## 4536                                                                            Taxi DriverÃ<U+0082> 
## 4537                                                                            The HowlingÃ<U+0082> 
## 4538                                                                                 Dr. NoÃ<U+0082> 
## 4539                                                                      Chernobyl DiariesÃ<U+0082> 
## 4540                                                                             HellraiserÃ<U+0082> 
## 4541                                                                       God's Not Dead 2Ã<U+0082> 
## 4542                                                                               Cry_WolfÃ<U+0082> 
## 4543                                                                          Godzilla 2000Ã<U+0082> 
## 4544                                                                         Blue ValentineÃ<U+0082> 
## 4545                                                                           TransamericaÃ<U+0082> 
## 4546                                                                       The Devil InsideÃ<U+0082> 
## 4547                                                         Beyond the Valley of the DollsÃ<U+0082> 
## 4548                                                                         Love Me TenderÃ<U+0082> 
## 4549                                                                  An Inconvenient TruthÃ<U+0082> 
## 4550                                                                      Sands of Iwo JimaÃ<U+0082> 
## 4551                                                                          Shine a LightÃ<U+0082> 
## 4552                                                                      The Green InfernoÃ<U+0082> 
## 4553                                                                              DepartureÃ<U+0082> 
## 4554                                                                           The SessionsÃ<U+0082> 
## 4555                                                                             Food, Inc.Ã<U+0082> 
## 4556                                                                           October BabyÃ<U+0082> 
## 4557                                                                   Next Stop WonderlandÃ<U+0082> 
## 4558                                                                                   JunoÃ<U+0082> 
## 4559                                                                     The Skeleton TwinsÃ<U+0082> 
## 4560                                                               Martha Marcy May MarleneÃ<U+0082> 
## 4561                                                                          Obvious ChildÃ<U+0082> 
## 4562                                                                           Frozen RiverÃ<U+0082> 
## 4563                                                                   20 Feet from StardomÃ<U+0082> 
## 4564                                                                    Two Girls and a GuyÃ<U+0082> 
## 4565                                                                    Walking and TalkingÃ<U+0082> 
## 4566                                                                         The Full MontyÃ<U+0082> 
## 4567                                                           Who Killed the Electric Car?Ã<U+0082> 
## 4568                                              The Broken Hearts Club: A Romantic ComedyÃ<U+0082> 
## 4569                                                                           Bubba Ho-TepÃ<U+0082> 
## 4570                                                                             GoosebumpsÃ<U+0082> 
## 4571                                                                                   SlamÃ<U+0082> 
## 4572                                                                           Brigham CityÃ<U+0082> 
## 4573                                                                                   FizaÃ<U+0082> 
## 4574                                                           History of the World: Part IÃ<U+0082> 
## 4575                                                                                OrgazmoÃ<U+0082> 
## 4576                                                                     All the Real GirlsÃ<U+0082> 
## 4577                                                                  Dream with the FishesÃ<U+0082> 
## 4578                                                                               Blue CarÃ<U+0082> 
## 4579                                                                             LuminariasÃ<U+0082> 
## 4580                                                                              Palo AltoÃ<U+0082> 
## 4581                                                                                  AjamiÃ<U+0082> 
## 4582                                                             Wristcutters: A Love StoryÃ<U+0082> 
## 4583                                                                              I OriginsÃ<U+0082> 
## 4584                                                           The Battle of Shaker HeightsÃ<U+0082> 
## 4585                                                                       The Lovely BonesÃ<U+0082> 
## 4586                                                                     The Act of KillingÃ<U+0082> 
## 4587                                                                  Taxi to the Dark SideÃ<U+0082> 
## 4588                     Once in a Lifetime: The Extraordinary Story of the New York CosmosÃ<U+0082> 
## 4589                                                                            Guiana 1838Ã<U+0082> 
## 4590                                                                  Lisa Picard Is FamousÃ<U+0082> 
## 4591                                                              Antarctica: A Year on IceÃ<U+0082> 
## 4592                                                                   A Lego BrickumentaryÃ<U+0082> 
## 4593                                                                               HardflipÃ<U+0082> 
## 4594                                                           Chocolate: Deep Dark SecretsÃ<U+0082> 
## 4595                                                                 The House of the DevilÃ<U+0082> 
## 4596                                                                       The Perfect HostÃ<U+0082> 
## 4597                                                                               Safe MenÃ<U+0082> 
## 4598                                                                         Speedway JunkyÃ<U+0082> 
## 4599                                                                     The Last Big ThingÃ<U+0082> 
## 4600                                                                           The SpecialsÃ<U+0082> 
## 4601                                                                             16 to LifeÃ<U+0082> 
## 4602                                                                         Alone with HerÃ<U+0082> 
## 4603                                                                       Creative ControlÃ<U+0082> 
## 4604                                                                                SpecialÃ<U+0082> 
## 4605                                                                               SparklerÃ<U+0082> 
## 4606                                                                    The Helix... LoadedÃ<U+0082> 
## 4607                                                                    In Her Line of FireÃ<U+0082> 
## 4608                                                                         The Jimmy ShowÃ<U+0082> 
## 4609                                                                                   HeliÃ<U+0082> 
## 4610                                                                      Karachi se LahoreÃ<U+0082> 
## 4611                                                                       Loving AnnabelleÃ<U+0082> 
## 4612                                                                                   HitsÃ<U+0082> 
## 4613                                                                         Jimmy and JudyÃ<U+0082> 
## 4614                                                                             Frat PartyÃ<U+0082> 
## 4615                                                                       The Party's OverÃ<U+0082> 
## 4616                                                                                  ProudÃ<U+0082> 
## 4617                                                                        The Poker HouseÃ<U+0082> 
## 4618                                                                              ChildlessÃ<U+0082> 
## 4619                                                       ZMD: Zombies of Mass DestructionÃ<U+0082> 
## 4620                                                            Snow White: A Deadly SummerÃ<U+0082> 
## 4621                                                                            Hidden AwayÃ<U+0082> 
## 4622                                                                My Last Day Without YouÃ<U+0082> 
## 4623                                                                     Steppin: The MovieÃ<U+0082> 
## 4624                                                                 Doc Holliday's RevengeÃ<U+0082> 
## 4625                                                                             Black RockÃ<U+0082> 
## 4626                                                                           Truth or DieÃ<U+0082> 
## 4627                                                                                The PetÃ<U+0082> 
## 4628                                                                         Bang Bang BabyÃ<U+0082> 
## 4629                                                                            Fear ClinicÃ<U+0082> 
## 4630                                                                          Zombie HunterÃ<U+0082> 
## 4631                                                                            A Fine StepÃ<U+0082> 
## 4632                                                                                 TranceÃ<U+0082> 
## 4633                                                                                 CharlyÃ<U+0082> 
## 4634                                                                        Banshee ChapterÃ<U+0082> 
## 4635                                                                      JesseÃ<U+0082>             
## 4636                                                                        Ask Me AnythingÃ<U+0082> 
## 4637                                                                     And Then Came LoveÃ<U+0082> 
## 4638                                                                            Food ChainsÃ<U+0082> 
## 4639                                                                      On the WaterfrontÃ<U+0082> 
## 4640                                                                           L!fe HappensÃ<U+0082> 
## 4641                                                           4 Months, 3 Weeks and 2 DaysÃ<U+0082> 
## 4642                                                              The Horror Network Vol. 1Ã<U+0082> 
## 4643                                                                             Hard CandyÃ<U+0082> 
## 4644                                                                              The QuietÃ<U+0082> 
## 4645                                                                           CircumstanceÃ<U+0082> 
## 4646                                                                      Fruitvale StationÃ<U+0082> 
## 4647                                                                       The Brass TeapotÃ<U+0082> 
## 4648                                                                                  BambiÃ<U+0082> 
## 4649                                                                             The HammerÃ<U+0082> 
## 4650                                                                                 SnitchÃ<U+0082> 
## 4651                                                                            Latter DaysÃ<U+0082> 
## 4652                                                                                   ElzaÃ<U+0082> 
## 4653                                                                                   1982Ã<U+0082> 
## 4654                                                               For a Good Time, Call...Ã<U+0082> 
## 4655                                                                Celeste & Jesse ForeverÃ<U+0082> 
## 4656                                                                           Time ChangerÃ<U+0082> 
## 4657                                                                     London to BrightonÃ<U+0082> 
## 4658                                                                          American HeroÃ<U+0082> 
## 4659                                                                          Windsor DriveÃ<U+0082> 
## 4660                                                                           A SeparationÃ<U+0082> 
## 4661                                                                   Crying with LaughterÃ<U+0082> 
## 4662                                                               Welcome to the DollhouseÃ<U+0082> 
## 4663                                                                       Ruby in ParadiseÃ<U+0082> 
## 4664                                                                  Raising Victor VargasÃ<U+0082> 
## 4665                                                                          Pandora's BoxÃ<U+0082> 
## 4666                                                                    Harrison MontgomeryÃ<U+0082> 
## 4667                                                                           Live-In MaidÃ<U+0082> 
## 4668                                                                             DeterrenceÃ<U+0082> 
## 4669                                                                          The Mudge BoyÃ<U+0082> 
## 4670                                                                     The Young UnknownsÃ<U+0082> 
## 4671                                                                               Not CoolÃ<U+0082> 
## 4672                                                                              Dead SnowÃ<U+0082> 
## 4673                                                                    Saints and SoldiersÃ<U+0082> 
## 4674                                                                                 VesselÃ<U+0082> 
## 4675                                                                      American GraffitiÃ<U+0082> 
## 4676                                                      Iraq for Sale: The War ProfiteersÃ<U+0082> 
## 4677                                   Aqua Teen Hunger Force Colon Movie Film for TheatersÃ<U+0082> 
## 4678                                                                  Safety Not GuaranteedÃ<U+0082> 
## 4679                                                           Kevin Hart: Laugh at My PainÃ<U+0082> 
## 4680                                                                              Kill ListÃ<U+0082> 
## 4681                                                                         The InnkeepersÃ<U+0082> 
## 4682                                                                             The UnbornÃ<U+0082> 
## 4683                                                                         The ConformistÃ<U+0082> 
## 4684                                                            Interview with the AssassinÃ<U+0082> 
## 4685                                                                           Donkey PunchÃ<U+0082> 
## 4686                                                           All the Boys Love Mandy LaneÃ<U+0082> 
## 4687                                                                                   BledÃ<U+0082> 
## 4688                                                                              High NoonÃ<U+0082> 
## 4689                                                                            Hoop DreamsÃ<U+0082> 
## 4690                                                                                   RizeÃ<U+0082> 
## 4691                                                                                DestinyÃ<U+0082> 
## 4692                                                                                 L.I.E.Ã<U+0082> 
## 4693                                                                The Sisterhood of NightÃ<U+0082> 
## 4694                                                                                 B-GirlÃ<U+0082> 
## 4695                                                                              King KongÃ<U+0082> 
## 4696                                                                           House of WaxÃ<U+0082> 
## 4697                                                                            Half NelsonÃ<U+0082> 
## 4698                                                                       Naturally NativeÃ<U+0082> 
## 4699                                                                             Hav PlentyÃ<U+0082> 
## 4700                                                                             AdulterersÃ<U+0082> 
## 4701                                                                   Escape from TomorrowÃ<U+0082> 
## 4702                                                                            StarsuckersÃ<U+0082> 
## 4703                                                           The Hadza: Last of the FirstÃ<U+0082> 
## 4704                                                                                  AfterÃ<U+0082> 
## 4705                                                                              TreacheryÃ<U+0082> 
## 4706                                                                                 WalterÃ<U+0082> 
## 4707                                                                                Top HatÃ<U+0082> 
## 4708                                                                The Blair Witch ProjectÃ<U+0082> 
## 4709                                                                              WoodstockÃ<U+0082> 
## 4710                                                               The Kentucky Fried MovieÃ<U+0082> 
## 4711                                                                          Mercy StreetsÃ<U+0082> 
## 4712                                                                           Arnolds ParkÃ<U+0082> 
## 4713                                                                         Broken VesselsÃ<U+0082> 
## 4714                                                                          Water & PowerÃ<U+0082> 
## 4715                                                        They Will Have to Kill Us FirstÃ<U+0082> 
## 4716                                                          Crop Circles: Quest for TruthÃ<U+0082> 
## 4717                                                                Light from the DarkroomÃ<U+0082> 
## 4718                                                                          IrreplaceableÃ<U+0082> 
## 4719                                                                        The Maid's RoomÃ<U+0082> 
## 4720                                                                     A Hard Day's NightÃ<U+0082> 
## 4721                                                                 The Harvest/La CosechaÃ<U+0082> 
## 4722                                                                           Love LettersÃ<U+0082> 
## 4723                                                                   Julija in alfa RomeoÃ<U+0082> 
## 4724                                                                              FireproofÃ<U+0082> 
## 4725                                                                      Faith ConnectionsÃ<U+0082> 
## 4726                                                                                  BenjiÃ<U+0082> 
## 4727                                                                             Open WaterÃ<U+0082> 
## 4728                                                                              High RoadÃ<U+0082> 
## 4729                                                                 Kingdom of the SpidersÃ<U+0082> 
## 4730                                                                       Mad Hot BallroomÃ<U+0082> 
## 4731                                                                      The Station AgentÃ<U+0082> 
## 4732                                                                         To Save a LifeÃ<U+0082> 
## 4733                                                                               WordplayÃ<U+0082> 
## 4734                                                                         Beyond the MatÃ<U+0082> 
## 4735                                                                       The Singles WardÃ<U+0082> 
## 4736                                                                                  OsamaÃ<U+0082> 
## 4737                                              Sholem Aleichem: Laughing in the DarknessÃ<U+0082> 
## 4738                                                                                 GrooveÃ<U+0082> 
## 4739                                                                               The R.M.Ã<U+0082> 
## 4740                                                                       Twin Falls IdahoÃ<U+0082> 
## 4741                                                                             Mean CreekÃ<U+0082> 
## 4742                                                                      Hurricane StreetsÃ<U+0082> 
## 4743                                                                            Never AgainÃ<U+0082> 
## 4744                                                                            Civil BrandÃ<U+0082> 
## 4745                                                                           Lonesome JimÃ<U+0082> 
## 4746                                                                       Drinking BuddiesÃ<U+0082> 
## 4747                             Deceptive Practice: The Mysteries and Mentors of Ricky JayÃ<U+0082> 
## 4748                                                                          Seven SamuraiÃ<U+0082> 
## 4749                                                                   The Other Dream TeamÃ<U+0082> 
## 4750                                                                           Johnny SuedeÃ<U+0082> 
## 4751                                     Finishing the Game: The Search for a New Bruce LeeÃ<U+0082> 
## 4752                                                                                 RubberÃ<U+0082> 
## 4753                                                                                   HomeÃ<U+0082> 
## 4754                                                                         Kiss the BrideÃ<U+0082> 
## 4755                                                                     The Slaughter RuleÃ<U+0082> 
## 4756                                                                               MonstersÃ<U+0082> 
## 4757                                                                       The CaliforniansÃ<U+0082> 
## 4758                                                                        The Living WakeÃ<U+0082> 
## 4759                                                                  Detention of the DeadÃ<U+0082> 
## 4760                                                                            Crazy StoneÃ<U+0082> 
## 4761                                                           Scott Walker: 30 Century ManÃ<U+0082> 
##                                                                genres
## 1                                     Action|Adventure|Fantasy|Sci-Fi
## 2                                            Action|Adventure|Fantasy
## 3                                           Action|Adventure|Thriller
## 4                                                     Action|Thriller
## 5                                                         Documentary
## 6                                             Action|Adventure|Sci-Fi
## 7                                            Action|Adventure|Romance
## 8           Adventure|Animation|Comedy|Family|Fantasy|Musical|Romance
## 9                                             Action|Adventure|Sci-Fi
## 10                                   Adventure|Family|Fantasy|Mystery
## 11                                            Action|Adventure|Sci-Fi
## 12                                            Action|Adventure|Sci-Fi
## 13                                                   Action|Adventure
## 14                                           Action|Adventure|Fantasy
## 15                                           Action|Adventure|Western
## 16                                    Action|Adventure|Fantasy|Sci-Fi
## 17                                    Action|Adventure|Family|Fantasy
## 18                                            Action|Adventure|Sci-Fi
## 19                                           Action|Adventure|Fantasy
## 20                      Action|Adventure|Comedy|Family|Fantasy|Sci-Fi
## 21                                                  Adventure|Fantasy
## 22                                           Action|Adventure|Fantasy
## 23                                     Action|Adventure|Drama|History
## 24                                                  Adventure|Fantasy
## 25                                           Adventure|Family|Fantasy
## 26                                     Action|Adventure|Drama|Romance
## 27                                                      Drama|Romance
## 28                                            Action|Adventure|Sci-Fi
## 29                                   Action|Adventure|Sci-Fi|Thriller
## 30                                   Action|Adventure|Sci-Fi|Thriller
## 31                                          Action|Adventure|Thriller
## 32                                   Action|Adventure|Fantasy|Romance
## 33                                            Action|Adventure|Sci-Fi
## 34                                           Adventure|Family|Fantasy
## 35                           Action|Adventure|Fantasy|Sci-Fi|Thriller
## 36                          Adventure|Animation|Comedy|Family|Fantasy
## 37                                            Action|Adventure|Sci-Fi
## 38                                            Action|Adventure|Sci-Fi
## 39                                           Adventure|Family|Fantasy
## 40                                    Action|Adventure|Fantasy|Sci-Fi
## 41                                            Action|Adventure|Sci-Fi
## 42                            Adventure|Animation|Comedy|Family|Sport
## 43                                            Action|Adventure|Sci-Fi
## 44                          Adventure|Animation|Comedy|Family|Fantasy
## 45                                            Action|Adventure|Sci-Fi
## 46                                              Action|Crime|Thriller
## 47                            Action|Adventure|Horror|Sci-Fi|Thriller
## 48                           Action|Adventure|Fantasy|Sci-Fi|Thriller
## 49                                            Action|Adventure|Sci-Fi
## 50                                                  Adventure|Fantasy
## 51                                                      Drama|Romance
## 52                                   Action|Adventure|Fantasy|Romance
## 53                                            Action|Adventure|Sci-Fi
## 54                                            Action|Adventure|Sci-Fi
## 55                                           Action|Adventure|Fantasy
## 56                          Adventure|Animation|Comedy|Family|Fantasy
## 57                          Adventure|Animation|Comedy|Family|Fantasy
## 58                                   Action|Adventure|Sci-Fi|Thriller
## 59                                  Adventure|Animation|Family|Sci-Fi
## 60                                       Action|Comedy|Crime|Thriller
## 61                                            Action|Adventure|Sci-Fi
## 62                                     Animation|Drama|Family|Fantasy
## 63                                            Action|Adventure|Sci-Fi
## 64                                     Action|Adventure|Drama|Romance
## 65                                           Adventure|Family|Fantasy
## 66                                            Action|Adventure|Sci-Fi
## 67                                        Action|Crime|Drama|Thriller
## 68                                  Adventure|Animation|Comedy|Family
## 69                    Action|Adventure|Animation|Comedy|Family|Sci-Fi
## 70                                            Action|Adventure|Sci-Fi
## 71                                     Adventure|Drama|Family|Mystery
## 72                                       Action|Comedy|Sci-Fi|Western
## 73                           Action|Adventure|Fantasy|Horror|Thriller
## 74                                     Action|Adventure|Comedy|Sci-Fi
## 75                                              Comedy|Family|Fantasy
## 76                                            Action|Adventure|Sci-Fi
## 77                                   Action|Adventure|Sci-Fi|Thriller
## 78                                   Action|Adventure|Sci-Fi|Thriller
## 79                    Adventure|Animation|Comedy|Drama|Family|Fantasy
## 80                                     Adventure|Drama|Family|Fantasy
## 81                                            Action|Adventure|Sci-Fi
## 82                                     Action|Adventure|Drama|Fantasy
## 83                            Action|Adventure|Family|Fantasy|Romance
## 84                                      Action|Adventure|Drama|Sci-Fi
## 85                                    Action|Adventure|Romance|Sci-Fi
## 86                                     Action|Adventure|Drama|Fantasy
## 87                                            Action|Adventure|Sci-Fi
## 88                          Adventure|Animation|Comedy|Family|Fantasy
## 89                             Action|Adventure|Family|Mystery|Sci-Fi
## 90              Action|Adventure|Animation|Comedy|Drama|Family|Sci-Fi
## 91                           Adventure|Animation|Comedy|Family|Sci-Fi
## 92                                 Adventure|Animation|Family|Fantasy
## 93                                            Action|Adventure|Sci-Fi
## 94                                 Adventure|Animation|Family|Fantasy
## 95                                                      Action|Sci-Fi
## 96                                            Action|Adventure|Sci-Fi
## 97                                             Adventure|Drama|Sci-Fi
## 98                                   Action|Adventure|Sci-Fi|Thriller
## 99                               Action|Adventure|Drama|Horror|Sci-Fi
## 100                                                 Adventure|Fantasy
## 101                                             Action|Crime|Thriller
## 102                                             Drama|Fantasy|Romance
## 103                                           Action|Adventure|Sci-Fi
## 104                                                  Adventure|Sci-Fi
## 105                                   Action|Adventure|Family|Fantasy
## 106                                   Action|Adventure|Drama|Thriller
## 107                                          Adventure|Family|Fantasy
## 108                         Adventure|Animation|Comedy|Family|Fantasy
## 109                                          Action|Adventure|Fantasy
## 110                                           Action|Adventure|Sci-Fi
## 111                                          Adventure|Family|Fantasy
## 112                                  Action|Drama|History|Romance|War
## 113                                           Action|Adventure|Sci-Fi
## 114              Action|Adventure|Biography|Drama|History|Romance|War
## 115                                  Adventure|Family|Fantasy|Mystery
## 116                                  Adventure|Family|Fantasy|Mystery
## 117                                                      Action|Drama
## 118                                               Drama|Horror|Sci-Fi
## 119                                   Adventure|Comedy|Family|Fantasy
## 120                                   Animation|Comedy|Family|Fantasy
## 121                                                  Action|Adventure
## 122                          Action|Adventure|Animation|Comedy|Family
## 123                                   Adventure|Comedy|Family|Fantasy
## 124                          Action|Adventure|Fantasy|Sci-Fi|Thriller
## 125                                                     Action|Sci-Fi
## 126                 Adventure|Animation|Comedy|Family|Fantasy|Musical
## 127                                                     Action|Sci-Fi
## 128                                          Action|Adventure|Fantasy
## 129                                  Action|Adventure|Sci-Fi|Thriller
## 130                                                  Mystery|Thriller
## 131                                          Action|Adventure|Fantasy
## 132                           Adventure|Animation|Comedy|Drama|Family
## 133           Action|Adventure|Animation|Comedy|Family|Fantasy|Sci-Fi
## 134                                          Action|Adventure|Fantasy
## 135                                             Comedy|Fantasy|Horror
## 136                                         Action|Adventure|Thriller
## 137                                     Drama|Fantasy|Horror|Thriller
## 138                                    Action|Adventure|Drama|Romance
## 139                                 Adventure|Animation|Comedy|Family
## 140                          Action|Adventure|Animation|Comedy|Family
## 141                                   Action|Adventure|Family|Fantasy
## 142                                         Action|Adventure|Thriller
## 143                                             Action|Drama|Thriller
## 144                   Action|Adventure|Animation|Comedy|Family|Sci-Fi
## 145                                 Adventure|Animation|Comedy|Family
## 146                                          Adventure|Family|Fantasy
## 147                          Adventure|Animation|Comedy|Family|Sci-Fi
## 148                                                         Adventure
## 149                                 Adventure|Animation|Comedy|Family
## 150                                         Action|Adventure|Thriller
## 151                                      Action|Comedy|Fantasy|Sci-Fi
## 152                                  Action|Adventure|Sci-Fi|Thriller
## 153             Action|Adventure|Comedy|Family|Fantasy|Mystery|Sci-Fi
## 154                                Action|Adventure|Animation|Fantasy
## 155                          Action|Adventure|Animation|Comedy|Family
## 156                                         Action|Adventure|Thriller
## 157                                Adventure|Animation|Family|Fantasy
## 158                                                      Comedy|Crime
## 159                                          Action|Drama|History|War
## 160                                            Action|Adventure|Drama
## 161                                           Action|Adventure|Sci-Fi
## 162                                  Action|Adventure|Fantasy|Romance
## 163                  Action|Adventure|Animation|Comedy|Family|Fantasy
## 164                                          Action|Adventure|Fantasy
## 165                                  Action|Adventure|Sci-Fi|Thriller
## 166                                       Action|Drama|Mystery|Sci-Fi
## 167                                             Action|Crime|Thriller
## 168                                                     Action|Sci-Fi
## 169                                  Action|Adventure|Sci-Fi|Thriller
## 170                                  Action|Adventure|Comedy|Thriller
## 171                 Action|Adventure|Animation|Fantasy|Romance|Sci-Fi
## 172                                           Action|Adventure|Sci-Fi
## 173                                         Action|Adventure|Thriller
## 174                                Action|Adventure|Drama|History|War
## 175                                   Adventure|Drama|Fantasy|Romance
## 176                                   Animation|Comedy|Family|Musical
## 177                                           Action|Adventure|Sci-Fi
## 178                               Action|Crime|Drama|Mystery|Thriller
## 179                                          Adventure|Family|Fantasy
## 180                                  Adventure|Drama|Thriller|Western
## 181                           Adventure|Animation|Comedy|Family|Sport
## 182                         Adventure|Animation|Comedy|Family|Western
## 183                                 Adventure|Animation|Comedy|Family
## 184                                           Action|Mystery|Thriller
## 185                          Action|Adventure|Animation|Comedy|Family
## 186                                    Action|Adventure|Comedy|Sci-Fi
## 187                                         Adventure|Sci-Fi|Thriller
## 188                                   Adventure|Drama|Fantasy|Romance
## 189                  Adventure|Animation|Comedy|Family|Fantasy|Sci-Fi
## 190                                         Adventure|Sci-Fi|Thriller
## 191                                      Action|Comedy|Crime|Thriller
## 192                  Action|Adventure|Animation|Comedy|Family|Fantasy
## 193                                     Action|Crime|Mystery|Thriller
## 194                                            Action|Adventure|Drama
## 195                                   Action|Adventure|Family|Mystery
## 196                                  Adventure|Family|Fantasy|Mystery
## 197                                       Adventure|Drama|Romance|War
## 198                                           Action|Adventure|Sci-Fi
## 199                               Adventure|Animation|Family|Thriller
## 200                                                    Action|Fantasy
## 201                                   Adventure|Comedy|Family|Fantasy
## 202                             Action|Animation|Comedy|Family|Sci-Fi
## 203                                          Adventure|Family|Fantasy
## 204                                             Action|Comedy|Fantasy
## 205                              Action|Adventure|Drama|Horror|Sci-Fi
## 206                                          Action|Adventure|Fantasy
## 207                                                           Fantasy
## 208                                         Adventure|Sci-Fi|Thriller
## 209                                                  Mystery|Thriller
## 210                         Adventure|Animation|Comedy|Family|Musical
## 211                          Action|Adventure|Fantasy|Sci-Fi|Thriller
## 212                                             Action|Crime|Thriller
## 213                           Action|Adventure|Crime|Mystery|Thriller
## 214                                          Action|Adventure|Fantasy
## 215                                                     Action|Sci-Fi
## 216                                          Action|Adventure|History
## 217                                         Action|Adventure|Thriller
## 218                                                            Action
## 219                                             Comedy|Family|Fantasy
## 220                                  Action|Adventure|Sci-Fi|Thriller
## 221                                         Action|Adventure|Thriller
## 222                                   Action|Adventure|Drama|Thriller
## 223                                  Action|Adventure|Sci-Fi|Thriller
## 224                                           Adventure|Drama|Fantasy
## 225                                           Action|Fantasy|Thriller
## 226                                                   Action|Thriller
## 227                                     Action|Adventure|Comedy|Crime
## 228                                          Adventure|Mystery|Sci-Fi
## 229                         Adventure|Animation|Comedy|Family|Fantasy
## 230                                      Action|Drama|Sci-Fi|Thriller
## 231                                  Action|Adventure|Sci-Fi|Thriller
## 232                                      Action|Crime|Sci-Fi|Thriller
## 233                                               Action|Family|Sport
## 234                                              Comedy|Drama|Romance
## 235                                             Action|Comedy|Romance
## 236                                   Action|Adventure|Mystery|Sci-Fi
## 237                                   Action|Adventure|Fantasy|Sci-Fi
## 238                                   Action|Adventure|Fantasy|Sci-Fi
## 239                         Adventure|Animation|Comedy|Family|Fantasy
## 240                                  Action|Adventure|Sci-Fi|Thriller
## 241                                   Action|Adventure|Fantasy|Sci-Fi
## 242                         Adventure|Animation|Comedy|Family|Fantasy
## 243                                   Adventure|Comedy|Family|Fantasy
## 244                                                  Action|Drama|War
## 245                                    Action|Adventure|Drama|Fantasy
## 246                                    Action|Adventure|Comedy|Sci-Fi
## 247                                   Adventure|Drama|Sci-Fi|Thriller
## 248                                         Action|Adventure|Thriller
## 249                                    Action|Adventure|Comedy|Sci-Fi
## 250                                           Action|Adventure|Sci-Fi
## 251                            Action|Adventure|Comedy|Family|Fantasy
## 252                                   Action|Adventure|Drama|Thriller
## 253                                         Action|Adventure|Thriller
## 254                                          Action|Drama|History|War
## 255                                                    Crime|Thriller
## 256                              Action|Comedy|Crime|Romance|Thriller
## 257                                         Adventure|Sci-Fi|Thriller
## 258                                                   Biography|Drama
## 259                                   Adventure|Comedy|Family|Fantasy
## 260                               Action|Comedy|Crime|Sci-Fi|Thriller
## 261                                            Action|Adventure|Crime
## 262                                          Action|Drama|Fantasy|War
## 263                         Adventure|Animation|Comedy|Family|Fantasy
## 264                             Animation|Comedy|Family|Music|Western
## 265                          Action|Adventure|Mystery|Sci-Fi|Thriller
## 266                                         Action|Drama|Sci-Fi|Sport
## 267                         Adventure|Animation|Comedy|Family|Fantasy
## 268                                     Action|Crime|Romance|Thriller
## 269                                                     Action|Sci-Fi
## 270                                         Action|Adventure|Thriller
## 271                                    Action|Adventure|Drama|Fantasy
## 272                                           Action|Adventure|Comedy
## 273                                             Biography|Drama|Sport
## 274                                   Adventure|Comedy|Family|Fantasy
## 275                                    Action|Mystery|Sci-Fi|Thriller
## 276                                Action|Adventure|Drama|History|War
## 277                                   Adventure|Comedy|Family|Fantasy
## 278                          Animation|Family|Fantasy|Musical|Romance
## 279                                            Adventure|Drama|Sci-Fi
## 280                                                            Comedy
## 281                          Action|Adventure|Romance|Sci-Fi|Thriller
## 282                                                    Comedy|Romance
## 283                                             Action|Crime|Thriller
## 284                                              Action|Drama|Romance
## 285                                    Action|Mystery|Sci-Fi|Thriller
## 286                                  Adventure|Family|Fantasy|Mystery
## 287                                         Action|Adventure|Thriller
## 288                                  Action|Adventure|Sci-Fi|Thriller
## 289                                                     Action|Sci-Fi
## 290                             Biography|Crime|Drama|History|Romance
## 291                                             Biography|Crime|Drama
## 292                                            Action|Comedy|Thriller
## 293                                             Action|Crime|Thriller
## 294                                                    Comedy|Romance
## 295                                               Action|Comedy|Crime
## 296                                     Action|Drama|Mystery|Thriller
## 297                                                     Drama|Western
## 298                            Animation|Drama|Family|Musical|Romance
## 299                         Adventure|Animation|Comedy|Family|Fantasy
## 300                                         Action|Adventure|Thriller
## 301                            Action|Adventure|Comedy|Family|Mystery
## 302                                   Action|Adventure|Family|Fantasy
## 303                                    Adventure|Drama|Family|Fantasy
## 304                                          Adventure|Family|Fantasy
## 305                                Adventure|Animation|Family|Fantasy
## 306                                           Action|Romance|Thriller
## 307                                     Action|Fantasy|Horror|Mystery
## 308                                          Adventure|Drama|Thriller
## 309                                      Biography|Comedy|Crime|Drama
## 310                                          Action|Adventure|Fantasy
## 311                                                 Action|Sci-Fi|War
## 312                                                      Drama|Sci-Fi
## 313                         Action|Adventure|Animation|Family|Fantasy
## 314                             Action|Crime|Fantasy|Romance|Thriller
## 315                                                  Action|Adventure
## 316                                 Adventure|Animation|Family|Sci-Fi
## 317                                           Adventure|Comedy|Sci-Fi
## 318                                         Action|Adventure|Thriller
## 319                                       Action|Crime|Sport|Thriller
## 320                                             Comedy|Family|Fantasy
## 321                 Action|Adventure|Biography|Drama|History|Thriller
## 322                                              Action|Comedy|Sci-Fi
## 323                                         Action|Drama|Thriller|War
## 324                                 Adventure|Animation|Comedy|Family
## 325                                            Drama|Mystery|Thriller
## 326                                 Action|Adventure|Fantasy|Thriller
## 327                                                       Crime|Drama
## 328                                         Drama|History|Romance|War
## 329                                     Animation|Comedy|Family|Sport
## 330                                            Comedy|Sci-Fi|Thriller
## 331                                                 Drama|History|War
## 332                                                            Comedy
## 333                                           Action|Adventure|Sci-Fi
## 334                                              Comedy|Drama|Romance
## 335                         Adventure|Animation|Comedy|Family|Romance
## 336                                 Adventure|Animation|Comedy|Family
## 337                                      Drama|Family|Fantasy|Romance
## 338                                            Drama|Fantasy|Thriller
## 339                                 Adventure|Animation|Comedy|Family
## 340                                    Action|Adventure|Drama|Fantasy
## 341                                    Action|Adventure|Drama|Fantasy
## 342                                          Action|Adventure|Fantasy
## 343                                 Action|Adventure|Fantasy|Thriller
## 344                             Drama|Mystery|Romance|Sci-Fi|Thriller
## 345                                  Action|Adventure|Sci-Fi|Thriller
## 346                                      Action|Drama|Sci-Fi|Thriller
## 347                                          Adventure|Family|Fantasy
## 348                                                   Action|Thriller
## 349                                         Drama|History|War|Western
## 350                                 Action|Adventure|Animation|Family
## 351                                           Action|Adventure|Comedy
## 352                                          Adventure|Family|Fantasy
## 353                            Adventure|Comedy|Family|Mystery|Sci-Fi
## 354                         Adventure|Animation|Comedy|Family|Fantasy
## 355                                                   Action|Thriller
## 356                                      Action|Comedy|Crime|Thriller
## 357                             Drama|Fantasy|Horror|Mystery|Thriller
## 358                                    Animation|Comedy|Family|Sci-Fi
## 359                          Action|Adventure|Animation|Comedy|Family
## 360                            Adventure|Comedy|Drama|Fantasy|Romance
## 361                            Action|Adventure|Comedy|Crime|Thriller
## 362                                              Crime|Drama|Thriller
## 363                    Adventure|Animation|Family|Fantasy|Musical|War
## 364                                                     Action|Comedy
## 365                                      Crime|Drama|Mystery|Thriller
## 366                                         Action|Adventure|Thriller
## 367                           Action|Adventure|Crime|Mystery|Thriller
## 368                                           Adventure|Drama|History
## 369                  Action|Adventure|Animation|Family|Fantasy|Sci-Fi
## 370                   Adventure|Animation|Comedy|Family|Fantasy|Music
## 371                                        Drama|History|Thriller|War
## 372                                                     Action|Comedy
## 373                                    Action|Animation|Comedy|Sci-Fi
## 374                                            Adventure|Drama|Sci-Fi
## 375                              Comedy|Family|Fantasy|Horror|Mystery
## 376                                     Drama|Mystery|Sci-Fi|Thriller
## 377                                     Action|Horror|Sci-Fi|Thriller
## 378                                            Crime|Mystery|Thriller
## 379                                          Adventure|Family|Fantasy
## 380                                          Action|Adventure|Fantasy
## 381                    Action|Adventure|Comedy|Crime|Mystery|Thriller
## 382                          Action|Adventure|Romance|Sci-Fi|Thriller
## 383                                             Action|Crime|Thriller
## 384                                         Adventure|Sci-Fi|Thriller
## 385                         Adventure|Animation|Comedy|Family|Musical
## 386                                               Comedy|Drama|Sci-Fi
## 387                                      Action|Drama|Sci-Fi|Thriller
## 388                                       Action|Crime|Drama|Thriller
## 389                                        Drama|History|Thriller|War
## 390                                           Action|Adventure|Sci-Fi
## 391                                                 Adventure|Fantasy
## 392                                             Biography|Drama|Sport
## 393                                     Action|Family|Fantasy|Musical
## 394                                               Drama|History|Sport
## 395                                   Action|Adventure|Drama|Thriller
## 396                                             Action|Crime|Thriller
## 397                                           Adventure|Drama|Romance
## 398                             Animation|Comedy|Family|Music|Romance
## 399                                           Action|Mystery|Thriller
## 400                                   Action|Adventure|Drama|Thriller
## 401                                                    Crime|Thriller
## 402                                          Action|Adventure|Romance
## 403                                   Animation|Comedy|Family|Fantasy
## 404                   Animation|Comedy|Family|Fantasy|Musical|Romance
## 405                               Crime|Drama|Horror|Mystery|Thriller
## 406                                     Action|Crime|Mystery|Thriller
## 407                                           Adventure|Comedy|Family
## 408                                               Action|Comedy|Crime
## 409                                                    Comedy|Romance
## 410                               Action|Crime|Drama|Mystery|Thriller
## 411                                              Comedy|Drama|Romance
## 412                                                    Crime|Thriller
## 413                                 Adventure|Animation|Comedy|Family
## 414                                          Adventure|Mystery|Sci-Fi
## 415                                                 Drama|History|War
## 416                                  Action|Adventure|Comedy|Thriller
## 417                                   Action|Adventure|Comedy|Fantasy
## 418                                                     Drama|Romance
## 419                                             Action|Crime|Thriller
## 420                         Adventure|Animation|Comedy|Family|Fantasy
## 421                                             Drama|Fantasy|Romance
## 422                                             Action|Drama|Thriller
## 423                                        Comedy|Drama|Music|Musical
## 424                             Adventure|Comedy|Drama|Family|Fantasy
## 425                                     Action|Comedy|Fantasy|Romance
## 426                                  Action|Adventure|Sci-Fi|Thriller
## 427                                             Comedy|Romance|Sci-Fi
## 428                                          Adventure|Comedy|Mystery
## 429                                                     Action|Sci-Fi
## 430                                      Comedy|Drama|Fantasy|Romance
## 431                                             Comedy|Fantasy|Horror
## 432                                      Action|Comedy|Family|Fantasy
## 433                                  Action|Adventure|Sci-Fi|Thriller
## 434                            Action|Adventure|Fantasy|Horror|Sci-Fi
## 435                              Crime|Drama|History|Mystery|Thriller
## 436                                    Action|Mystery|Sci-Fi|Thriller
## 437                                                      Comedy|Drama
## 438                                         Action|Adventure|Thriller
## 439                                         Action|Adventure|Thriller
## 440                                   Adventure|Drama|Sci-Fi|Thriller
## 441                                                            Comedy
## 442                                                            Action
## 443                                 Adventure|Animation|Comedy|Family
## 444            Adventure|Animation|Comedy|Drama|Family|Fantasy|Sci-Fi
## 445                                             Comedy|Family|Fantasy
## 446                              Action|Drama|Romance|Sci-Fi|Thriller
## 447                                      Action|Comedy|Crime|Thriller
## 448                                                Comedy|Crime|Sport
## 449                   Adventure|Animation|Comedy|Family|Fantasy|Music
## 450                                                            Comedy
## 451                                           Action|Adventure|Comedy
## 452                                              Comedy|Drama|Romance
## 453                                                  Mystery|Thriller
## 454                                              Comedy|Drama|Romance
## 455                          Adventure|Animation|Comedy|Family|Sci-Fi
## 456                                      Action|Crime|Sci-Fi|Thriller
## 457                                     Comedy|Family|Fantasy|Romance
## 458                                              Crime|Drama|Thriller
## 459                                                    Comedy|Romance
## 460                      Action|Adventure|Crime|Drama|Sci-Fi|Thriller
## 461                                             Action|Crime|Thriller
## 462                                           Action|Mystery|Thriller
## 463                               Adventure|Drama|History|Romance|War
## 464                                   Action|Adventure|Drama|Thriller
## 465                                              Comedy|Family|Sci-Fi
## 466                                   Fantasy|Horror|Mystery|Thriller
## 467            Adventure|Animation|Comedy|Family|Fantasy|Sci-Fi|Sport
## 468                             Adventure|Comedy|Crime|Family|Mystery
## 469                                             Drama|Sci-Fi|Thriller
## 470                             Action|Crime|Mystery|Romance|Thriller
## 471                                                  Action|Drama|War
## 472                                   Action|Adventure|Comedy|Romance
## 473                                 Adventure|Animation|Comedy|Family
## 474                                Adventure|Animation|Family|Western
## 475                                             Comedy|Family|Romance
## 476                           Action|Adventure|Family|Sci-Fi|Thriller
## 477                                     Drama|Mystery|Sci-Fi|Thriller
## 478                                                     Drama|Romance
## 479                                   Animation|Comedy|Family|Fantasy
## 480                                             Comedy|Family|Fantasy
## 481                                    Animation|Family|Fantasy|Music
## 482                                           Action|Adventure|Sci-Fi
## 483                          Action|Adventure|Family|Fantasy|Thriller
## 484                                             Action|Crime|Thriller
## 485                                          Action|Adventure|Western
## 486                                             Drama|Fantasy|Romance
## 487                                                    Comedy|Fantasy
## 488                          Action|Adventure|Comedy|Fantasy|Thriller
## 489                                              Action|Comedy|Sci-Fi
## 490                                       Drama|Horror|Mystery|Sci-Fi
## 491                                   Action|Adventure|Drama|Thriller
## 492                                            Action|Sci-Fi|Thriller
## 493                                            Drama|History|Thriller
## 494                                   Action|Adventure|Drama|Thriller
## 495                                        Adventure|Animation|Family
## 496                                           Action|Adventure|Sci-Fi
## 497                  Adventure|Animation|Comedy|Family|Fantasy|Sci-Fi
## 498                                             Drama|Musical|Romance
## 499                                           Action|Adventure|Sci-Fi
## 500                                     Action|Adventure|Drama|Sci-Fi
## 501                             Adventure|Comedy|Drama|Family|Fantasy
## 502                                          Action|Adventure|Fantasy
## 503                                            Action|Sci-Fi|Thriller
## 504                                Adventure|Animation|Family|Fantasy
## 505                                                 Documentary|Drama
## 506                           Action|Adventure|Horror|Sci-Fi|Thriller
## 507                            Action|Adventure|Drama|History|Romance
## 508                                                  Animation|Family
## 509                                                   Biography|Drama
## 510                          Adventure|Animation|Drama|Family|Musical
## 511                     Action|Adventure|Comedy|Family|Fantasy|Sci-Fi
## 512                            Animation|Comedy|Family|Fantasy|Sci-Fi
## 513                                              Crime|Drama|Thriller
## 514                                          Action|Adventure|Western
## 515                                                            Comedy
## 516                                             Action|Crime|Thriller
## 517                          Adventure|Animation|Drama|Family|Fantasy
## 518                                                   Sci-Fi|Thriller
## 519                         Adventure|Animation|Comedy|Family|Fantasy
## 520                                           Animation|Comedy|Family
## 521                                   Action|Adventure|Fantasy|Sci-Fi
## 522                                    Animation|Comedy|Family|Sci-Fi
## 523                                           Action|Adventure|Sci-Fi
## 524                                           Action|Adventure|Sci-Fi
## 525                                 Adventure|Animation|Comedy|Family
## 526                                             Drama|Sci-Fi|Thriller
## 527                                           Action|Adventure|Sci-Fi
## 528                                     Action|Crime|Fantasy|Thriller
## 529                                         Action|Adventure|Thriller
## 530                  Action|Adventure|Animation|Comedy|Family|Fantasy
## 531                                                    Comedy|Romance
## 532                         Comedy|Drama|Family|Music|Musical|Romance
## 533                                           Horror|Mystery|Thriller
## 534                             Action|Adventure|Comedy|Family|Sci-Fi
## 535                                            Crime|Mystery|Thriller
## 536                                                            Comedy
## 537                                                      Comedy|Drama
## 538                                     Drama|Fantasy|Horror|Thriller
## 539                                                     Comedy|Family
## 540                                   Action|Adventure|Drama|Thriller
## 541                                    Biography|Comedy|Drama|History
## 542                                 Adventure|Animation|Comedy|Family
## 543                                               Drama|Music|Musical
## 544                                               Crime|Drama|Mystery
## 545                                                Comedy|Crime|Music
## 546                                            Drama|History|Thriller
## 547                                         Action|Drama|Thriller|War
## 548                                    Action|Comedy|Romance|Thriller
## 549                                           Action|Adventure|Comedy
## 550                                              Comedy|Drama|Romance
## 551                           Animation|Comedy|Family|Fantasy|Mystery
## 552                                        Comedy|Crime|Drama|Romance
## 553                                 Action|Adventure|Romance|Thriller
## 554                                             Drama|History|Romance
## 555                                      Action|Drama|Fantasy|Romance
## 556                               Action|Crime|Drama|Mystery|Thriller
## 557                          Action|Adventure|Animation|Family|Sci-Fi
## 558                                      Action|Comedy|Crime|Thriller
## 559                                               Action|Drama|Sci-Fi
## 560                                      Drama|Horror|Sci-Fi|Thriller
## 561                                          Animation|Comedy|Fantasy
## 562                                   Action|Adventure|Drama|Thriller
## 563                                     Drama|Mystery|Sci-Fi|Thriller
## 564                             Action|Animation|Comedy|Family|Sci-Fi
## 565                                                    Action|Fantasy
## 566                                            Crime|Mystery|Thriller
## 567                                     Drama|Mystery|Sci-Fi|Thriller
## 568                                    Action|Animation|Comedy|Family
## 569                          Action|Adventure|Comedy|Romance|Thriller
## 570                                                      Comedy|Drama
## 571                                             Action|Drama|Thriller
## 572                                               Action|Comedy|Sport
## 573                                             Comedy|Family|Fantasy
## 574                                       Biography|Drama|History|War
## 575                                                  Action|Drama|War
## 576                                        Adventure|Animation|Comedy
## 577                                                     Drama|Romance
## 578                                                Action|Drama|Sport
## 579                                            Adventure|Drama|Family
## 580                                    Drama|Mystery|Romance|Thriller
## 581                                             Comedy|Family|Fantasy
## 582                                             Drama|Sci-Fi|Thriller
## 583                 Adventure|Animation|Comedy|Family|Fantasy|Romance
## 584                           Adventure|Animation|Comedy|Family|Sport
## 585                                                    Comedy|Romance
## 586                                         Action|Adventure|Thriller
## 587                         Adventure|Animation|Comedy|Family|Fantasy
## 588                                                    Crime|Thriller
## 589                                               Adventure|Drama|War
## 590                                   Adventure|Comedy|Family|Fantasy
## 591                                                  Action|Adventure
## 592                                                   Action|Thriller
## 593                                   Action|Adventure|Crime|Thriller
## 594                          Adventure|Drama|Fantasy|Mystery|Thriller
## 595                           Fantasy|Mystery|Romance|Sci-Fi|Thriller
## 596                                    Drama|Fantasy|Mystery|Thriller
## 597                                     Action|Horror|Sci-Fi|Thriller
## 598                             Animation|Comedy|Family|Fantasy|Music
## 599                                          Action|Drama|History|War
## 600                                                   Action|Thriller
## 601                                  Action|Adventure|Sci-Fi|Thriller
## 602                                                     Action|Sci-Fi
## 603                                           Adventure|Drama|Fantasy
## 604                                     Drama|Horror|Romance|Thriller
## 605                                                         Drama|War
## 606                                                         Drama|War
## 607                                   Adventure|Drama|Sci-Fi|Thriller
## 608                                                             Drama
## 609                                   Action|Drama|Fantasy|Horror|War
## 610                                                   Action|Thriller
## 611                                  Adventure|Family|Fantasy|Romance
## 612                             Adventure|Biography|Drama|History|War
## 613                                                      Comedy|Drama
## 614                                  Action|Adventure|Comedy|Thriller
## 615                                    Action|Adventure|Horror|Sci-Fi
## 616                                  Action|Adventure|Comedy|Thriller
## 617                                             Action|Fantasy|Horror
## 618                                      Comedy|Drama|Musical|Romance
## 619                                                         Drama|War
## 620                                             Action|Crime|Thriller
## 621                                               Action|Sci-Fi|Sport
## 622                                      Action|Crime|Sci-Fi|Thriller
## 623                                       Action|Crime|Drama|Thriller
## 624            Action|Adventure|Animation|Comedy|Crime|Family|Fantasy
## 625                        Adventure|Animation|Family|Fantasy|Musical
## 626                               Action|Crime|Drama|Mystery|Thriller
## 627                          Action|Adventure|Mystery|Sci-Fi|Thriller
## 628                                            Crime|Mystery|Thriller
## 629                              Action|Crime|Mystery|Sci-Fi|Thriller
## 630                                          Action|Adventure|Fantasy
## 631                                             Action|Drama|Thriller
## 632                                   Adventure|Drama|Fantasy|Romance
## 633                                              Crime|Drama|Thriller
## 634                                           Animation|Comedy|Family
## 635                                Action|Comedy|Crime|Drama|Thriller
## 636                                                            Comedy
## 637                                   Adventure|Drama|History|Romance
## 638                                      Action|Comedy|Fantasy|Sci-Fi
## 639                                                    Comedy|Romance
## 640                                          Biography|Drama|Thriller
## 641                                     Action|Drama|History|Thriller
## 642                                             Action|Drama|Thriller
## 643                                                            Comedy
## 644                                             Action|Fantasy|Horror
## 645                                     Action|Crime|Romance|Thriller
## 646                                                            Comedy
## 647                                     Drama|Mystery|Sci-Fi|Thriller
## 648                                      Action|Adventure|Fantasy|War
## 649                                                  Action|Drama|War
## 650                                       Action|Crime|Drama|Thriller
## 651                                            Comedy|Fantasy|Romance
## 652                                 Adventure|Animation|Comedy|Family
## 653                                      Drama|Horror|Sci-Fi|Thriller
## 654                                       Biography|Drama|History|War
## 655                                                     Action|Sci-Fi
## 656                                           Adventure|Drama|History
## 657                                                     Action|Sci-Fi
## 658                                             Comedy|Family|Fantasy
## 659                                             Drama|Musical|Romance
## 660                                              Comedy|Drama|Romance
## 661                                                            Comedy
## 662                  Action|Adventure|Comedy|Romance|Thriller|Western
## 663                                                      Comedy|Drama
## 664                                         Biography|Drama|Sport|War
## 665                                         Action|Adventure|Thriller
## 666                                         Action|Adventure|Thriller
## 667                                             Action|Crime|Thriller
## 668                                             Comedy|Family|Fantasy
## 669                                            Drama|History|Thriller
## 670                                                             Drama
## 671                                                    Comedy|Romance
## 672                                            Drama|Mystery|Thriller
## 673                                       Comedy|Drama|Family|Musical
## 674                                        Comedy|Crime|Drama|Romance
## 675                                             Action|Comedy|Romance
## 676                   Action|Adventure|Fantasy|Horror|Sci-Fi|Thriller
## 677                                                  Action|Drama|War
## 678                                                      Comedy|Drama
## 679                                     Action|Horror|Sci-Fi|Thriller
## 680                                            Action|Sci-Fi|Thriller
## 681                               Action|Crime|Drama|Mystery|Thriller
## 682                                             Action|Drama|Thriller
## 683                     Action|Adventure|Comedy|Family|Fantasy|Sci-Fi
## 684                                                             Drama
## 685                                                       Drama|Sport
## 686                                               Crime|Drama|Mystery
## 687                                           Action|Adventure|Comedy
## 688                                                      Comedy|Crime
## 689                                    Action|Fantasy|Sci-Fi|Thriller
## 690                                                       Crime|Drama
## 691                                     Action|Crime|Fantasy|Thriller
## 692                                             Action|Crime|Thriller
## 693                                             Drama|Mystery|Romance
## 694                  Adventure|Biography|Drama|History|Sport|Thriller
## 695                                               Crime|Drama|Fantasy
## 696                                               Action|Comedy|Crime
## 697                             Action|Animation|Comedy|Family|Sci-Fi
## 698                                         Adventure|Sci-Fi|Thriller
## 699                           Adventure|Biography|Crime|Drama|Western
## 700                                       Action|Crime|Drama|Thriller
## 701                                    Action|Adventure|Drama|History
## 702                                                      Comedy|Crime
## 703                                                        Action|War
## 704                                              Comedy|Drama|Romance
## 705                                              Comedy|Romance|Sport
## 706                                      Action|Comedy|Crime|Thriller
## 707                              Crime|Drama|Mystery|Thriller|Western
## 708                                                      Comedy|Sport
## 709                         Adventure|Animation|Comedy|Family|Fantasy
## 710                                          Action|Drama|Fantasy|War
## 711                                                    Comedy|Romance
## 712                                               Comedy|Drama|Family
## 713                                       Crime|Drama|Fantasy|Mystery
## 714                                           Action|Adventure|Comedy
## 715                          Adventure|Animation|Comedy|Family|Sci-Fi
## 716                                      Crime|Drama|Mystery|Thriller
## 717                                           Action|Mystery|Thriller
## 718                                         Action|Adventure|Thriller
## 719                                            Drama|Mystery|Thriller
## 720                                               Comedy|Drama|Sci-Fi
## 721        Adventure|Animation|Biography|Drama|Family|Fantasy|Musical
## 722                                                     Comedy|Family
## 723                                Action|Comedy|Crime|Drama|Thriller
## 724                                      Action|Comedy|Family|Fantasy
## 725                                             Action|Crime|Thriller
## 726                                                    Comedy|Romance
## 727                                 Adventure|Animation|Comedy|Family
## 728                                                            Comedy
## 729                                                Action|Drama|Sport
## 730                                           Adventure|Comedy|Family
## 731                                            Action|Sci-Fi|Thriller
## 732                                                     Drama|Romance
## 733                                      Comedy|Drama|Fantasy|Romance
## 734                                      Action|Comedy|Crime|Thriller
## 735                                                       Drama|Sport
## 736                                             Drama|Romance|Western
## 737                                              Crime|Drama|Thriller
## 738                                 Action|Adventure|Fantasy|Thriller
## 739                                             Action|Drama|Thriller
## 740                                     Action|Crime|Mystery|Thriller
## 741                                            Action|Sci-Fi|Thriller
## 742                                                 Documentary|Music
## 743                                                    Drama|Thriller
## 744                                     Action|Adventure|Comedy|Crime
## 745                                          Animation|Family|Fantasy
## 746                                                   Sci-Fi|Thriller
## 747                                       Action|Crime|Drama|Thriller
## 748                                             Comedy|Family|Fantasy
## 749                                                      Comedy|Crime
## 750                                                     Comedy|Family
## 751                                      Action|Fantasy|Horror|Sci-Fi
## 752                                                             Drama
## 753                         Adventure|Animation|Comedy|Family|Fantasy
## 754                                   Action|Adventure|Crime|Thriller
## 755                                    Action|Mystery|Sci-Fi|Thriller
## 756                                                     Drama|Romance
## 757                         Adventure|Animation|Comedy|Family|Fantasy
## 758                                                    Comedy|Romance
## 759                                              Action|Comedy|Sci-Fi
## 760                                                   Action|Thriller
## 761                                             Action|Drama|Thriller
## 762                                            Biography|Comedy|Drama
## 763                                       Action|Crime|Drama|Thriller
## 764                                              Action|Horror|Sci-Fi
## 765                               Action|Crime|Drama|Mystery|Thriller
## 766                         Adventure|Animation|Comedy|Family|Fantasy
## 767                                      Comedy|Drama|Fantasy|Romance
## 768                  Action|Adventure|Animation|Comedy|Family|Fantasy
## 769                                               Action|Comedy|Crime
## 770                          Action|Adventure|Fantasy|Sci-Fi|Thriller
## 771                                       Action|Crime|Drama|Thriller
## 772                                                  Adventure|Comedy
## 773                                     Biography|Drama|History|Sport
## 774                                      Crime|Drama|Mystery|Thriller
## 775                                     Comedy|Crime|Romance|Thriller
## 776                                              Comedy|Family|Sci-Fi
## 777                                             Action|Crime|Thriller
## 778                          Adventure|Animation|Comedy|Family|Sci-Fi
## 779                                  Action|Adventure|Sci-Fi|Thriller
## 780                                              Comedy|Crime|Romance
## 781                                                       Drama|Sport
## 782                                      Crime|Drama|Mystery|Thriller
## 783                                    Horror|Mystery|Sci-Fi|Thriller
## 784                                                      Comedy|Crime
## 785                               Action|Crime|Drama|Mystery|Thriller
## 786                                       Action|Crime|Drama|Thriller
## 787                                             Biography|Drama|Music
## 788                                               Drama|Fantasy|Sport
## 789                                      Adventure|Comedy|Drama|Music
## 790                                   Animation|Comedy|Family|Fantasy
## 791                                   Action|Adventure|Crime|Thriller
## 792                             Action|Fantasy|Horror|Sci-Fi|Thriller
## 793           Adventure|Animation|Comedy|Drama|Family|Fantasy|Romance
## 794                                            Horror|Sci-Fi|Thriller
## 795                                           Action|Adventure|Sci-Fi
## 796                            Drama|Fantasy|Mystery|Romance|Thriller
## 797                                      Crime|Drama|Mystery|Thriller
## 798                        Action|Adventure|Drama|History|Romance|War
## 799                                             Action|Drama|Thriller
## 800                                            Horror|Sci-Fi|Thriller
## 801                                     Drama|Fantasy|Mystery|Romance
## 802                                    Fantasy|Horror|Mystery|Romance
## 803                            Adventure|Comedy|Family|Romance|Sci-Fi
## 804                                             Drama|Horror|Thriller
## 805                                                      Comedy|Drama
## 806                                          Adventure|Family|Fantasy
## 807                                     Action|Crime|Fantasy|Thriller
## 808                                     Action|Comedy|Mystery|Romance
## 809                                 Action|Adventure|Fantasy|Thriller
## 810                                       Adventure|Drama|Romance|War
## 811                                          Action|Adventure|Fantasy
## 812                                                  Action|Drama|War
## 813                            Action|Adventure|Comedy|Romance|Sci-Fi
## 814                                                      Comedy|Drama
## 815                       Action|Biography|Drama|History|Thriller|War
## 816                            Adventure|Comedy|Family|Fantasy|Horror
## 817                                             Comedy|Family|Fantasy
## 818                                            Comedy|Fantasy|Romance
## 819                                      Comedy|Family|Romance|Sci-Fi
## 820                                     Action|Adventure|Thriller|War
## 821                                        Comedy|Drama|Romance|Sport
## 822                                                    Comedy|Western
## 823                                              Comedy|Drama|Romance
## 824                                                            Comedy
## 825                                    Action|Adventure|Horror|Sci-Fi
## 826                                Action|Adventure|Drama|History|War
## 827                                                    Comedy|Romance
## 828                                            Drama|Mystery|Thriller
## 829                                                            Comedy
## 830                                          Action|Adventure|Fantasy
## 831                                         Action|Comedy|Crime|Drama
## 832                                           Action|Fantasy|Thriller
## 833                                           Drama|Music|Romance|War
## 834                                                    Comedy|Romance
## 835                               Action|Comedy|Drama|Family|Thriller
## 836                                                      Action|Crime
## 837                                                      Comedy|Drama
## 838                             Animation|Comedy|Family|Fantasy|Music
## 839                                                            Comedy
## 840          Adventure|Animation|Drama|Family|History|Musical|Romance
## 841                             Action|Adventure|Drama|Romance|Sci-Fi
## 842                                             Comedy|Romance|Sci-Fi
## 843                                                    Comedy|Romance
## 844                            Action|Adventure|Comedy|Family|Romance
## 845                                                    Comedy|Romance
## 846                                          Biography|Drama|Thriller
## 847                                     Comedy|Crime|Romance|Thriller
## 848                                             Comedy|Family|Fantasy
## 849                                             Action|Crime|Thriller
## 850                                              Comedy|Drama|Romance
## 851                                         Action|Drama|Thriller|War
## 852                                                   Biography|Drama
## 853                                            Drama|Mystery|Thriller
## 854                                                    Drama|Thriller
## 855                                             Drama|Fantasy|Romance
## 856                                                            Action
## 857                                                            Comedy
## 858                                     Action|Adventure|Drama|Sci-Fi
## 859                                       Action|Crime|Drama|Thriller
## 860                                      Action|Comedy|Crime|Thriller
## 861                                             Comedy|Fantasy|Horror
## 862                                   Action|Adventure|Comedy|Western
## 863                                         Action|Adventure|Thriller
## 864                                             Comedy|Family|Fantasy
## 865                                          Action|Adventure|Fantasy
## 866                                 Adventure|Animation|Comedy|Family
## 867                                              Action|Horror|Sci-Fi
## 868                                   Biography|Drama|History|Musical
## 869                                   Action|Adventure|Crime|Thriller
## 870                                   Adventure|Drama|Horror|Thriller
## 871                                   Animation|Comedy|Family|Fantasy
## 872                                              Action|Comedy|Sci-Fi
## 873                                       Action|Crime|Drama|Thriller
## 874                                                    Drama|Thriller
## 875                                                            Comedy
## 876                                                      Comedy|Sport
## 877                                 Adventure|Animation|Comedy|Family
## 878                                      Crime|Drama|Mystery|Thriller
## 879                                      Action|Drama|Sci-Fi|Thriller
## 880                                       Action|Drama|Sport|Thriller
## 881                                    Drama|Musical|Romance|Thriller
## 882                                       Biography|Drama|History|War
## 883                                                     Action|Sci-Fi
## 884                                                 Drama|History|War
## 885                                                   Action|Thriller
## 886                                       Comedy|Drama|Family|Fantasy
## 887                             Adventure|Comedy|Crime|Family|Musical
## 888                             Action|Adventure|Comedy|Family|Sci-Fi
## 889                                       Drama|Music|Musical|Romance
## 890                                         Drama|Mystery|Romance|War
## 891                                               Crime|Drama|Romance
## 892                                     Crime|Horror|Mystery|Thriller
## 893                                     Action|Horror|Sci-Fi|Thriller
## 894                                                     Drama|Romance
## 895                                                   Action|Thriller
## 896                                                       Crime|Drama
## 897                                              Comedy|Drama|Romance
## 898                                                    Comedy|Romance
## 899                                   Action|Adventure|Romance|Sci-Fi
## 900                                              Comedy|Crime|Romance
## 901                                                    Drama|Thriller
## 902                                             Action|Crime|Thriller
## 903  Adventure|Animation|Drama|Family|Fantasy|Musical|Mystery|Romance
## 904                                             Drama|Musical|Romance
## 905                                            Crime|Mystery|Thriller
## 906                                             Biography|Crime|Drama
## 907                                                 Drama|History|War
## 908                                              Crime|Drama|Thriller
## 909                                            Action|Horror|Thriller
## 910                                              Drama|History|Horror
## 911                                               Drama|Romance|Sport
## 912                                             Biography|Crime|Drama
## 913                                            Drama|History|Thriller
## 914                                              Comedy|Drama|Romance
## 915                                     Comedy|Family|Musical|Romance
## 916                                                    Comedy|Romance
## 917                                           Action|Adventure|Comedy
## 918                                                         Drama|War
## 919                                                    Comedy|Fantasy
## 920                                            Biography|Comedy|Drama
## 921                                             Biography|Crime|Drama
## 922                                                   Action|Thriller
## 923                                             Action|Comedy|Fantasy
## 924                                                            Comedy
## 925                                           Animation|Comedy|Family
## 926                                                     Comedy|Family
## 927                                   Adventure|Drama|Fantasy|Romance
## 928                         Adventure|Animation|Comedy|Family|Fantasy
## 929                                           Romance|Sci-Fi|Thriller
## 930                                    Action|Adventure|Drama|Romance
## 931                                        Comedy|Drama|Romance|Sport
## 932                                                    Comedy|Fantasy
## 933                                              Comedy|Drama|Romance
## 934                                    Biography|Comedy|Drama|Romance
## 935                                                            Comedy
## 936                                                    Comedy|Romance
## 937                                           Mystery|Sci-Fi|Thriller
## 938                                                   Biography|Drama
## 939                                                    Comedy|Romance
## 940                                               Action|Comedy|Crime
## 941                                              Drama|Fantasy|Horror
## 942                                                    Comedy|Romance
## 943                                               Action|Comedy|Crime
## 944                                                      Comedy|Drama
## 945                                                     Comedy|Family
## 946                            Adventure|Comedy|Drama|Fantasy|Musical
## 947                                      Crime|Drama|Mystery|Thriller
## 948                                       Action|Crime|Drama|Thriller
## 949                                   Action|Adventure|Mystery|Sci-Fi
## 950                                               Comedy|Drama|Family
## 951                                     Drama|Mystery|Sci-Fi|Thriller
## 952                                                    Comedy|Romance
## 953                                                    Horror|Mystery
## 954                                              Comedy|Drama|Romance
## 955                                   Animation|Comedy|Family|Fantasy
## 956                                                     Comedy|Family
## 957                                             Biography|Drama|Sport
## 958                                             Action|Drama|Thriller
## 959                                           Action|Mystery|Thriller
## 960                   Action|Adventure|Family|Fantasy|Sci-Fi|Thriller
## 961                                             Action|Drama|Thriller
## 962                                           Action|Adventure|Comedy
## 963                                                       Crime|Drama
## 964                                 Adventure|Animation|Comedy|Family
## 965                     Adventure|Comedy|Family|Fantasy|Romance|Sport
## 966                                      Crime|Drama|Mystery|Thriller
## 967                                             Action|Fantasy|Horror
## 968                                                    Drama|Thriller
## 969                                  Action|Adventure|Sci-Fi|Thriller
## 970                                                    Drama|Thriller
## 971                                         Action|Drama|Thriller|War
## 972                 Adventure|Animation|Comedy|Family|Fantasy|Romance
## 973                                                    Crime|Thriller
## 974                                       Action|Crime|Drama|Thriller
## 975                                                  Action|Drama|War
## 976                                            Drama|Mystery|Thriller
## 977                                          Adventure|Horror|Mystery
## 978                                                      Comedy|Sport
## 979                                                            Comedy
## 980                               Action|Crime|Drama|Mystery|Thriller
## 981                                                   Action|Thriller
## 982                                      Action|Comedy|Crime|Thriller
## 983                                             Comedy|Fantasy|Horror
## 984                                                       Crime|Drama
## 985                                                   Action|Thriller
## 986                                     Action|Horror|Sci-Fi|Thriller
## 987                                              Comedy|Drama|Romance
## 988                                      Crime|Drama|Romance|Thriller
## 989                                         Action|Adventure|Thriller
## 990                                   Action|Adventure|Family|Fantasy
## 991                                          Adventure|Drama|Thriller
## 992                                              Comedy|Drama|Romance
## 993                                             Action|Crime|Thriller
## 994                                               Drama|Romance|Sport
## 995                                               Crime|Drama|Mystery
## 996                                       Comedy|Crime|Drama|Thriller
## 997                                                     Comedy|Family
## 998                                                     Drama|Fantasy
## 999                                            Crime|Mystery|Thriller
## 1000                                            Action|Crime|Thriller
## 1001                                             Crime|Drama|Thriller
## 1002                                             Comedy|Drama|Romance
## 1003                         Action|Adventure|Romance|Sci-Fi|Thriller
## 1004                              Action|Crime|Drama|Mystery|Thriller
## 1005                              Action|Crime|Drama|Mystery|Thriller
## 1006                              Action|Crime|Drama|Mystery|Thriller
## 1007                                 Action|Adventure|Sci-Fi|Thriller
## 1008                                           Drama|Mystery|Thriller
## 1009            Action|Adventure|Animation|Comedy|Drama|Family|Sci-Fi
## 1010                                           Adventure|Comedy|Drama
## 1011                               Action|Biography|Drama|History|War
## 1012                                             Crime|Drama|Thriller
## 1013                                                    Action|Comedy
## 1014                                      Action|Crime|Drama|Thriller
## 1015                                           Crime|Mystery|Thriller
## 1016                                  Action|Adventure|Crime|Thriller
## 1017                            Adventure|Biography|Drama|History|War
## 1018                                         Adventure|Comedy|Fantasy
## 1019                                           Drama|Mystery|Thriller
## 1020                                             Crime|Drama|Thriller
## 1021                              Adventure|Comedy|Crime|Drama|Family
## 1022                                                    Drama|Romance
## 1023                                         Biography|Drama|Thriller
## 1024                                              Action|Drama|Sci-Fi
## 1025                            Action|Biography|Crime|Drama|Thriller
## 1026                                             Crime|Drama|Thriller
## 1027                                           Action|Sci-Fi|Thriller
## 1028                                            Drama|Fantasy|Romance
## 1029                                      Comedy|Crime|Drama|Thriller
## 1030                                                           Comedy
## 1031                                                     Comedy|Crime
## 1032                                                    Comedy|Sci-Fi
## 1033                                          Action|Fantasy|Thriller
## 1034                              Action|Crime|Drama|Mystery|Thriller
## 1035                                           Action|Sci-Fi|Thriller
## 1036                                             Drama|Romance|Sci-Fi
## 1037                      Action|Adventure|Comedy|Crime|Music|Mystery
## 1038                                               Comedy|Drama|Music
## 1039                                             Crime|Drama|Thriller
## 1040                                         Action|Adventure|Fantasy
## 1041                                                    Drama|Romance
## 1042                               Action|Crime|Drama|Sci-Fi|Thriller
## 1043                                     Crime|Drama|Mystery|Thriller
## 1044                                             Crime|Drama|Thriller
## 1045                                                  Horror|Thriller
## 1046                                Action|Adventure|Comedy|Drama|War
## 1047                                             Crime|Drama|Thriller
## 1048                                                 Adventure|Comedy
## 1049                                             Drama|Mystery|Sci-Fi
## 1050                                           Comedy|Fantasy|Romance
## 1051                                           Comedy|Fantasy|Romance
## 1052                                                Crime|Drama|Music
## 1053                                    Adventure|Crime|Drama|Western
## 1054                                                  Action|Thriller
## 1055                                     Crime|Drama|Romance|Thriller
## 1056                                            Comedy|Drama|Thriller
## 1057                                                Drama|Romance|War
## 1058                       Action|Comedy|Crime|Music|Romance|Thriller
## 1059                                           Crime|Romance|Thriller
## 1060                                           Biography|Comedy|Drama
## 1061                                           Action|Adventure|Drama
## 1062                                             Drama|Mystery|Sci-Fi
## 1063                        Adventure|Animation|Comedy|Family|Fantasy
## 1064                                    Drama|Horror|Romance|Thriller
## 1065                                                   Comedy|Romance
## 1066                                                   Comedy|Romance
## 1067                                           Drama|Mystery|Thriller
## 1068                           Action|Adventure|Drama|Sci-Fi|Thriller
## 1069                            Action|Drama|Fantasy|Thriller|Western
## 1070                                Action|Drama|Mystery|Thriller|War
## 1071                                           Comedy|Fantasy|Romance
## 1072                                   Biography|Crime|Drama|Thriller
## 1073                                                Drama|History|War
## 1074                                            Comedy|Family|Fantasy
## 1075                                            Action|Crime|Thriller
## 1076                                                           Comedy
## 1077                                      Action|Comedy|Crime|Romance
## 1078                           Action|Adventure|Family|Fantasy|Sci-Fi
## 1079                                            Comedy|Family|Romance
## 1080                                     Crime|Drama|Mystery|Thriller
## 1081                                     Crime|Drama|Mystery|Thriller
## 1082                                           Adventure|Comedy|Drama
## 1083                                                  Action|Thriller
## 1084                                                   Comedy|Romance
## 1085                                     Crime|Drama|Mystery|Thriller
## 1086                                             Crime|Drama|Thriller
## 1087                                          Adventure|Comedy|Sci-Fi
## 1088                                                           Comedy
## 1089                                  Adventure|Comedy|Family|Musical
## 1090                                                    Action|Horror
## 1091                                                      Drama|Sport
## 1092                                                   Drama|Thriller
## 1093                                 Action|Adventure|Horror|Thriller
## 1094                                       Comedy|Drama|Music|Romance
## 1095                                             Comedy|Drama|Romance
## 1096                        Adventure|Animation|Comedy|Family|Fantasy
## 1097                                          Horror|Mystery|Thriller
## 1098                              Action|Crime|Drama|Romance|Thriller
## 1099                                       Comedy|Drama|Romance|Sport
## 1100                                                    Comedy|Family
## 1101                                      Comedy|Family|Romance|Sport
## 1102                                          Adventure|Comedy|Sci-Fi
## 1103                                    Comedy|Family|Fantasy|Romance
## 1104                                    Action|Horror|Sci-Fi|Thriller
## 1105                                                   Comedy|Romance
## 1106                                           Adventure|Comedy|Drama
## 1107                                  Action|Adventure|Crime|Thriller
## 1108                                             Drama|Family|Fantasy
## 1109                                             Crime|Drama|Thriller
## 1110                                            Action|Crime|Thriller
## 1111                                          Action|Adventure|Comedy
## 1112                        Adventure|Animation|Comedy|Family|Fantasy
## 1113                                          Action|Adventure|Sci-Fi
## 1114                                    Drama|Fantasy|Musical|Romance
## 1115                                                    Drama|Romance
## 1116                                      Action|Crime|Drama|Thriller
## 1117                                 Action|Adventure|Sci-Fi|Thriller
## 1118                               Action|Comedy|Crime|Drama|Thriller
## 1119                                            Comedy|Romance|Sci-Fi
## 1120                           Adventure|Comedy|Family|Fantasy|Sci-Fi
## 1121                                     Crime|Drama|Mystery|Thriller
## 1122                                                   Comedy|Musical
## 1123                                                    Action|Sci-Fi
## 1124                                  Action|Adventure|Comedy|Fantasy
## 1125                                            Drama|Romance|Western
## 1126                                          Biography|Drama|History
## 1127                                                 Mystery|Thriller
## 1128                                   Action|Adventure|Horror|Sci-Fi
## 1129                                  Action|Crime|Drama|Thriller|War
## 1130                                                    Drama|Romance
## 1131                                            Action|Crime|Thriller
## 1132                                            Comedy|Crime|Thriller
## 1133                                                    Drama|Romance
## 1134                                     Drama|Fantasy|Horror|Mystery
## 1135                                                  Action|Thriller
## 1136                                    Action|Adventure|Comedy|Crime
## 1137                           Action|Animation|Comedy|Family|Fantasy
## 1138                                 Biography|Drama|History|Thriller
## 1139                    Action|Adventure|Crime|Drama|Mystery|Thriller
## 1140                                            Action|Comedy|Romance
## 1141                                             Crime|Drama|Thriller
## 1142                                    Action|Adventure|Thriller|War
## 1143                                                   Drama|Thriller
## 1144                                 Animation|Family|Fantasy|Musical
## 1145                                          Adventure|Drama|Western
## 1146                         Action|Adventure|Fantasy|Sci-Fi|Thriller
## 1147                                     Drama|Horror|Sci-Fi|Thriller
## 1148                                                            Drama
## 1149                                                     Comedy|Drama
## 1150                                      Action|Crime|Drama|Thriller
## 1151                                                   Comedy|Romance
## 1152                                           Drama|Mystery|Thriller
## 1153                                            Drama|Fantasy|Romance
## 1154                                            Action|Crime|Thriller
## 1155                                              Action|Comedy|Crime
## 1156                                             Comedy|Drama|Romance
## 1157                          Adventure|Animation|Comedy|Drama|Family
## 1158                                                   Comedy|Romance
## 1159                                             Comedy|Drama|Romance
## 1160                                              Action|Comedy|Crime
## 1161                                  Biography|Drama|History|Romance
## 1162                                              Action|Comedy|Sport
## 1163                                     Crime|Drama|Mystery|Thriller
## 1164                                             Comedy|Drama|Romance
## 1165                                    Drama|Horror|Mystery|Thriller
## 1166                                                           Comedy
## 1167                                        Action|Adventure|Thriller
## 1168                                  Fantasy|Horror|Mystery|Thriller
## 1169                                      Action|Crime|Drama|Thriller
## 1170                           Adventure|Comedy|Family|Fantasy|Sci-Fi
## 1171                                             Crime|Drama|Thriller
## 1172                                         Action|Adventure|History
## 1173                             Action|Comedy|Crime|Romance|Thriller
## 1174                                                           Comedy
## 1175                                           Action|Fantasy|Western
## 1176                                                       Comedy|War
## 1177                                              Action|Comedy|Crime
## 1178                                                      Drama|Music
## 1179                                Adventure|Animation|Comedy|Family
## 1180                                         Action|Adventure|Romance
## 1181                                            Action|Comedy|Fantasy
## 1182                                           Drama|Mystery|Thriller
## 1183                                            Action|Crime|Thriller
## 1184                                                           Comedy
## 1185                                        Action|Drama|Family|Sport
## 1186                                                      Crime|Drama
## 1187                                             Comedy|Drama|Romance
## 1188                                           Crime|Mystery|Thriller
## 1189                                          Adventure|Comedy|Sci-Fi
## 1190                                           Action|Sci-Fi|Thriller
## 1191                                                    Drama|Romance
## 1192                            Action|Adventure|Comedy|Family|Sci-Fi
## 1193                                             Crime|Drama|Thriller
## 1194                                                    Comedy|Family
## 1195                              Action|Biography|Drama|Thriller|War
## 1196                                               Comedy|Drama|Sport
## 1197                                          Horror|Mystery|Thriller
## 1198                                                  Biography|Drama
## 1199                                             Comedy|Drama|Romance
## 1200                                                           Comedy
## 1201                                                   Horror|Mystery
## 1202                                  Adventure|Comedy|Sci-Fi|Western
## 1203                                                     Comedy|Crime
## 1204                                           Fantasy|Horror|Romance
## 1205                                          Biography|Drama|Romance
## 1206                                            Biography|Drama|Sport
## 1207                                             Crime|Drama|Thriller
## 1208                                                           Comedy
## 1209                                           Adventure|Drama|Family
## 1210                                                     Comedy|Drama
## 1211                                                    Action|Comedy
## 1212                               Action|Adventure|Drama|Romance|War
## 1213                                            Biography|Drama|Music
## 1214                                                   Crime|Thriller
## 1215                                     Crime|Drama|Mystery|Thriller
## 1216                                                   Comedy|Romance
## 1217                                     Comedy|Drama|Fantasy|Romance
## 1218                                           Drama|History|Thriller
## 1219                                                     Comedy|Crime
## 1220                                   Adventure|Comedy|Crime|Romance
## 1221                                        Biography|Drama|Sport|War
## 1222                              Comedy|Drama|Family|Fantasy|Romance
## 1223                                                   Comedy|Romance
## 1224                                                           Horror
## 1225                                           Drama|History|Thriller
## 1226                                        Action|Drama|Thriller|War
## 1227                                                     Comedy|Music
## 1228                                             Comedy|Drama|Romance
## 1229                            Action|Adventure|Comedy|Family|Sci-Fi
## 1230                                                    Action|Horror
## 1231                          Action|Adventure|Drama|Romance|Thriller
## 1232                                             Crime|Drama|Thriller
## 1233                                          Action|Mystery|Thriller
## 1234                                    Drama|Mystery|Sci-Fi|Thriller
## 1235                                                     Comedy|Crime
## 1236                         Adventure|Animation|Comedy|Family|Sci-Fi
## 1237                                  Action|Adventure|Drama|Thriller
## 1238                                        Action|Adventure|Thriller
## 1239                                 Action|Adventure|Sci-Fi|Thriller
## 1240                                             Comedy|Crime|Romance
## 1241                                                 Mystery|Thriller
## 1242                                            Drama|Fantasy|Romance
## 1243                                          Horror|Mystery|Thriller
## 1244                                      Comedy|Drama|Family|Fantasy
## 1245                                                   Comedy|Romance
## 1246                                    Biography|Drama|Music|Musical
## 1247                                             Crime|Drama|Thriller
## 1248                                          Horror|Mystery|Thriller
## 1249                                                    Drama|History
## 1250                                          Adventure|Drama|Romance
## 1251                                    Action|Horror|Sci-Fi|Thriller
## 1252                                                    Comedy|Family
## 1253                                                    Drama|Romance
## 1254                                             Comedy|Music|Romance
## 1255                                          Adventure|Comedy|Sci-Fi
## 1256                                                     Comedy|Drama
## 1257                                                   Horror|Mystery
## 1258                                                 Mystery|Thriller
## 1259                                    Biography|Drama|Music|Musical
## 1260                                                           Comedy
## 1261                                                     Comedy|Drama
## 1262                                                           Horror
## 1263                                             Comedy|Crime|Romance
## 1264                                                            Drama
## 1265                                       Comedy|Drama|Romance|Sport
## 1266                                          Animation|Comedy|Family
## 1267                                                     Comedy|Drama
## 1268                                                   Comedy|Western
## 1269                  Action|Adventure|Crime|Fantasy|Mystery|Thriller
## 1270                                          Adventure|Drama|Mystery
## 1271                                             Comedy|Drama|Romance
## 1272                                      Biography|Crime|Drama|Music
## 1273                                  Action|Adventure|Crime|Thriller
## 1274                                            Drama|Musical|Romance
## 1275                                      Crime|Drama|Horror|Thriller
## 1276                                                           Comedy
## 1277                                           Horror|Sci-Fi|Thriller
## 1278                                         Action|Adventure|Romance
## 1279                                  Biography|Drama|History|Romance
## 1280                                                    Drama|Romance
## 1281                                                  Horror|Thriller
## 1282                                     Crime|Drama|Romance|Thriller
## 1283                                                     Comedy|Drama
## 1284                                      Action|Crime|Drama|Thriller
## 1285          Adventure|Animation|Comedy|Drama|Family|Fantasy|Musical
## 1286                                     Crime|Drama|Mystery|Thriller
## 1287                                                    Drama|Romance
## 1288                                              Action|Comedy|Crime
## 1289                                                   Drama|Thriller
## 1290                                                            Drama
## 1291                                  Biography|Drama|History|Romance
## 1292                                            Action|Crime|Thriller
## 1293                                      Action|Crime|Drama|Thriller
## 1294                                                   Drama|Thriller
## 1295                           Action|Adventure|Comedy|Music|Thriller
## 1296                          Adventure|Animation|Comedy|Crime|Family
## 1297                                                   Comedy|Romance
## 1298                                   Comedy|Romance|Sci-Fi|Thriller
## 1299                                                   Comedy|Romance
## 1300                                      Comedy|Crime|Family|Romance
## 1301                                             Comedy|Drama|Romance
## 1302                                          Biography|Drama|Romance
## 1303                                                            Drama
## 1304                                            Crime|Horror|Thriller
## 1305                                Action|Adventure|Fantasy|Thriller
## 1306                                     Drama|Horror|Sci-Fi|Thriller
## 1307                                                           Comedy
## 1308                                               Comedy|Drama|Music
## 1309                                  Action|Adventure|Drama|Thriller
## 1310                                                    Action|Sci-Fi
## 1311                            Action|Horror|Mystery|Sci-Fi|Thriller
## 1312                                    Drama|Mystery|Sci-Fi|Thriller
## 1313                                        Action|Adventure|Thriller
## 1314                                            Comedy|Fantasy|Sci-Fi
## 1315                                        Adventure|Sci-Fi|Thriller
## 1316                                                     Comedy|Drama
## 1317                       Adventure|Animation|Comedy|Fantasy|Romance
## 1318                              Action|Crime|Drama|Mystery|Thriller
## 1319                                 Action|Adventure|Family|Thriller
## 1320                                           Drama|Mystery|Thriller
## 1321                                      Comedy|Crime|Drama|Thriller
## 1322                      Adventure|Comedy|Drama|Romance|Thriller|War
## 1323                                                   Comedy|Fantasy
## 1324                                 Action|Drama|History|Romance|War
## 1325                                                Drama|History|War
## 1326                                     Action|Drama|Sci-Fi|Thriller
## 1327                 Adventure|Animation|Comedy|Fantasy|Music|Romance
## 1328                                                           Comedy
## 1329                                             Action|Drama|Fantasy
## 1330                               Action|Adventure|Drama|Fantasy|War
## 1331                                     Drama|Fantasy|Romance|Sci-Fi
## 1332                                                   Comedy|Romance
## 1333                                            Action|Crime|Thriller
## 1334                            Animation|Comedy|Family|Horror|Sci-Fi
## 1335                                 Action|Adventure|Sci-Fi|Thriller
## 1336                                    Biography|Drama|Romance|Sport
## 1337                                             Action|Comedy|Sci-Fi
## 1338                                                     Comedy|Sport
## 1339                               Action|Adventure|Drama|History|War
## 1340                                                   Comedy|Romance
## 1341                                                   Comedy|Romance
## 1342                                                           Comedy
## 1343                            Action|Adventure|Comedy|Family|Sci-Fi
## 1344                         Action|Adventure|Mystery|Sci-Fi|Thriller
## 1345                                           Action|Biography|Drama
## 1346                                                    Drama|Romance
## 1347                                             Comedy|Family|Sci-Fi
## 1348                               Adventure|Animation|Family|Fantasy
## 1349                                            Biography|Drama|Sport
## 1350                                             Crime|Drama|Thriller
## 1351                                             Comedy|Crime|Romance
## 1352                                              Action|Comedy|Crime
## 1353                                                    Drama|Romance
## 1354                                                     Comedy|Drama
## 1355                                                 Mystery|Thriller
## 1356                                     Crime|Drama|Mystery|Thriller
## 1357                                                      Drama|Music
## 1358                                                            Drama
## 1359                                                  Adventure|Drama
## 1360                                            Horror|Mystery|Sci-Fi
## 1361                                           Action|Sci-Fi|Thriller
## 1362                                           Crime|Mystery|Thriller
## 1363                          Action|Adventure|Drama|Thriller|Western
## 1364                                  Adventure|Family|Fantasy|Sci-Fi
## 1365                                                            Drama
## 1366                                 Adventure|Comedy|History|Romance
## 1367                                            Biography|Drama|Sport
## 1368                                 Action|Adventure|Sci-Fi|Thriller
## 1369                                                      Drama|Sport
## 1370                                             Crime|Drama|Thriller
## 1371                                             Comedy|Drama|Romance
## 1372                                                     Comedy|Drama
## 1373                                  Adventure|Comedy|Family|Fantasy
## 1374                                     Action|Biography|Drama|Sport
## 1375                                                            Drama
## 1376                                              Action|Comedy|Crime
## 1377                                                   Comedy|Romance
## 1378                                                     Drama|Family
## 1379                                            Drama|Fantasy|Romance
## 1380                                             Crime|Drama|Thriller
## 1381                                     Action|Comedy|Crime|Thriller
## 1382                                                     Comedy|Crime
## 1383                                          Action|Adventure|Sci-Fi
## 1384                              Action|Crime|Drama|Mystery|Thriller
## 1385                                        Action|Adventure|Thriller
## 1386                                                    Comedy|Sci-Fi
## 1387                                                     Drama|Family
## 1388     Action|Adventure|Crime|Drama|Family|Fantasy|Romance|Thriller
## 1389                                      Action|Crime|Drama|Thriller
## 1390                                             Comedy|Drama|Romance
## 1391                                                    Drama|History
## 1392                                   Drama|Mystery|Romance|Thriller
## 1393                                    Drama|Horror|Mystery|Thriller
## 1394                                            Drama|Sci-Fi|Thriller
## 1395                                         Biography|Comedy|Romance
## 1396                         Adventure|Animation|Comedy|Family|Sci-Fi
## 1397                                                           Comedy
## 1398                                                           Comedy
## 1399                                   Action|Biography|Drama|History
## 1400                                    Action|Adventure|Comedy|Crime
## 1401                                                 Action|Adventure
## 1402                                              Biography|Drama|War
## 1403                                            Action|Crime|Thriller
## 1404                                            Biography|Drama|Sport
## 1405                                              Action|Comedy|Crime
## 1406                            Action|Adventure|Comedy|Family|Sci-Fi
## 1407                                                     Comedy|Crime
## 1408                                          Adventure|Drama|Western
## 1409                                             Comedy|Drama|Romance
## 1410                                         Adventure|Mystery|Sci-Fi
## 1411                                                     Comedy|Crime
## 1412                                                   Crime|Thriller
## 1413                                             Crime|Drama|Thriller
## 1414                                                   Comedy|Romance
## 1415                                                   Comedy|Romance
## 1416                                                Drama|Romance|War
## 1417                                     Crime|Drama|Mystery|Thriller
## 1418                                   Adventure|Comedy|Family|Sci-Fi
## 1419                                                           Comedy
## 1420                                    Action|Horror|Sci-Fi|Thriller
## 1421                                                           Horror
## 1422                                           Horror|Sci-Fi|Thriller
## 1423                                                 Action|Adventure
## 1424                             Biography|Drama|Family|History|Sport
## 1425          Action|Adventure|Animation|Comedy|Family|Fantasy|Sci-Fi
## 1426                                            Biography|Drama|Sport
## 1427                                                   Comedy|Romance
## 1428                                                           Comedy
## 1429                             Biography|Comedy|Drama|History|Music
## 1430                                  Biography|Drama|History|Romance
## 1431                                                           Comedy
## 1432                                                    Comedy|Family
## 1433                         Action|Adventure|Fantasy|Sci-Fi|Thriller
## 1434                                                   Comedy|Romance
## 1435                                             Comedy|Romance|Sport
## 1436                                                   Comedy|Romance
## 1437                                            Biography|Crime|Drama
## 1438                                             Action|Horror|Sci-Fi
## 1439                                                   Fantasy|Horror
## 1440                                            Comedy|Crime|Thriller
## 1441                              Action|Crime|Drama|Mystery|Thriller
## 1442                                           Action|Sci-Fi|Thriller
## 1443                                                   Comedy|Romance
## 1444                                             Comedy|Drama|Romance
## 1445                                                    Drama|Romance
## 1446                                         Adventure|Comedy|Fantasy
## 1447                                        Comedy|Drama|Family|Sport
## 1448                                 Action|Adventure|Comedy|Thriller
## 1449                                              Biography|Drama|War
## 1450                                          Horror|Mystery|Thriller
## 1451                                             Drama|Family|Fantasy
## 1452                                                           Horror
## 1453                                                    Drama|Romance
## 1454                                            Biography|Crime|Drama
## 1455                                                   Horror|Mystery
## 1456                                             Drama|Fantasy|Horror
## 1457                                             Action|Horror|Sci-Fi
## 1458                                             Crime|Drama|Thriller
## 1459                                      Comedy|Drama|Romance|Sci-Fi
## 1460                                          Action|Adventure|Sci-Fi
## 1461                                             Comedy|Drama|Romance
## 1462                                    Action|Crime|Mystery|Thriller
## 1463                                     Crime|Drama|Mystery|Thriller
## 1464                                            Action|Crime|Thriller
## 1465                                            Comedy|Family|Fantasy
## 1466                                            Biography|Crime|Drama
## 1467                                    Drama|Mystery|Sci-Fi|Thriller
## 1468                                    Comedy|Family|Fantasy|Romance
## 1469                                            Biography|Drama|Sport
## 1470                                          Action|Mystery|Thriller
## 1471                            Adventure|Animation|Comedy|Family|War
## 1472                                                     Comedy|Drama
## 1473                                    Action|Comedy|Sci-Fi|Thriller
## 1474                                             Crime|Drama|Thriller
## 1475                                                    Comedy|Horror
## 1476                                            Action|Crime|Thriller
## 1477                                              Action|Comedy|Crime
## 1478                                      Adventure|Drama|Romance|War
## 1479                                    Action|Crime|Romance|Thriller
## 1480                                             Comedy|Romance|Sport
## 1481                                                    Comedy|Family
## 1482                                             Action|Horror|Sci-Fi
## 1483                                         Action|Adventure|Fantasy
## 1484                                               Drama|Thriller|War
## 1485                                        Action|Drama|Thriller|War
## 1486                                                     Comedy|Music
## 1487                                                            Drama
## 1488                                                   Action|Western
## 1489                                  Biography|Drama|History|Romance
## 1490                                    Action|Crime|Mystery|Thriller
## 1491                                                    Drama|Fantasy
## 1492                                           Action|Comedy|Thriller
## 1493                                      Action|Crime|Drama|Thriller
## 1494                                          Action|Mystery|Thriller
## 1495                                      Action|Crime|Drama|Thriller
## 1496                                   Action|Adventure|Family|Sci-Fi
## 1497                               Adventure|Biography|Drama|Thriller
## 1498                                         Action|Adventure|Fantasy
## 1499                                             Comedy|Drama|Romance
## 1500                                     Crime|Drama|Mystery|Thriller
## 1501                                                            Drama
## 1502                                                      Crime|Drama
## 1503                                     Action|Drama|Sci-Fi|Thriller
## 1504                                     Crime|Drama|Mystery|Thriller
## 1505                                      Biography|Drama|History|War
## 1506                                      Adventure|Drama|Romance|War
## 1507                                        Drama|Romance|War|Western
## 1508                                                            Drama
## 1509                                  Action|Adventure|Romance|Sci-Fi
## 1510                                      Action|Comedy|Crime|Western
## 1511                                                      Crime|Drama
## 1512                                   Action|Mystery|Sci-Fi|Thriller
## 1513                                                           Comedy
## 1514                                                    Drama|Romance
## 1515                                                     Drama|Sci-Fi
## 1516                           Action|Adventure|Comedy|Drama|Thriller
## 1517                                      Action|Crime|Drama|Thriller
## 1518                               Adventure|Animation|Family|Fantasy
## 1519                                                    Drama|Romance
## 1520                                            Drama|Sci-Fi|Thriller
## 1521                                          Adventure|Drama|Romance
## 1522                                             Comedy|Romance|Sport
## 1523                                          Biography|Drama|History
## 1524                                  Biography|Drama|History|Romance
## 1525                                                   Drama|Thriller
## 1526                               Action|Comedy|Crime|Drama|Thriller
## 1527                                              Action|Comedy|Crime
## 1528                        Adventure|Animation|Comedy|Family|Fantasy
## 1529                          Action|Adventure|Horror|Sci-Fi|Thriller
## 1530                                              Drama|Music|Romance
## 1531                            Action|Adventure|Crime|Drama|Thriller
## 1532                                    Crime|Horror|Mystery|Thriller
## 1533                                      Action|Crime|Drama|Thriller
## 1534                                              Drama|Romance|Sport
## 1535                                            Action|Crime|Thriller
## 1536                                             Comedy|Drama|Romance
## 1537                                  Action|Adventure|Fantasy|Sci-Fi
## 1538                                           Action|Sci-Fi|Thriller
## 1539                                                    Drama|Romance
## 1540                                                           Comedy
## 1541                                    Comedy|Family|Fantasy|Romance
## 1542                                     Drama|Fantasy|Romance|Sci-Fi
## 1543                                    Adventure|Comedy|Family|Sport
## 1544                                             Comedy|Drama|Fantasy
## 1545                                              Comedy|Family|Sport
## 1546                                                   Comedy|Romance
## 1547                                                   Comedy|Fantasy
## 1548                                                           Horror
## 1549                                                  Biography|Drama
## 1550                                            Action|Crime|Thriller
## 1551                                                           Comedy
## 1552                                              Action|Comedy|Crime
## 1553                                          Mystery|Sci-Fi|Thriller
## 1554                               Adventure|Biography|Drama|Thriller
## 1555                                                 Mystery|Thriller
## 1556                                    Action|Adventure|Drama|Family
## 1557                                                Action|Comedy|War
## 1558                                               Drama|Family|Sport
## 1559                                             Crime|Drama|Thriller
## 1560                                            Action|Crime|Thriller
## 1561                                          Action|Thriller|Western
## 1562                                                   Comedy|Romance
## 1563                                                   Drama|Thriller
## 1564                                     Action|Crime|Sci-Fi|Thriller
## 1565                             Action|Drama|Fantasy|Horror|Thriller
## 1566                                            Comedy|Family|Fantasy
## 1567                                                           Comedy
## 1568                          Animation|Comedy|Family|Fantasy|Musical
## 1569                                                            Drama
## 1570                                           Drama|Mystery|Thriller
## 1571                          Action|Adventure|Comedy|Fantasy|Romance
## 1572                                                        Drama|War
## 1573                                                   Comedy|Romance
## 1574                                                      Drama|Music
## 1575                       Action|Crime|Drama|Mystery|Sci-Fi|Thriller
## 1576                                          Biography|Drama|Romance
## 1577                                                   Drama|Thriller
## 1578                                 Action|Adventure|Sci-Fi|Thriller
## 1579                                     Adventure|Comedy|Crime|Drama
## 1580                                                    Drama|Mystery
## 1581                                   Comedy|Fantasy|Horror|Thriller
## 1582                              Crime|Drama|Mystery|Sci-Fi|Thriller
## 1583                                     Action|Comedy|Fantasy|Sci-Fi
## 1584                                                 Adventure|Comedy
## 1585                                            Comedy|Crime|Thriller
## 1586                                             Comedy|Crime|Musical
## 1587                                                     Comedy|Drama
## 1588                                                           Comedy
## 1589                        Adventure|Animation|Comedy|Family|Fantasy
## 1590                                  Action|Adventure|Crime|Thriller
## 1591                                                    Drama|Romance
## 1592                                                            Drama
## 1593                                            Biography|Drama|Sport
## 1594                                        Action|Adventure|Thriller
## 1595                                                  Biography|Drama
## 1596                                                     Comedy|Sport
## 1597                                                   Comedy|Fantasy
## 1598                                                 Adventure|Comedy
## 1599                                            Comedy|Family|Romance
## 1600                                                           Comedy
## 1601                                     Crime|Drama|Mystery|Thriller
## 1602                                           Action|Sci-Fi|Thriller
## 1603                        Adventure|Animation|Comedy|Family|Fantasy
## 1604                                     Crime|Drama|Mystery|Thriller
## 1605                                                      Drama|Sport
## 1606                                                     Comedy|Crime
## 1607                                                    Drama|Romance
## 1608                                                   Comedy|Romance
## 1609                                Comedy|Drama|Family|Music|Romance
## 1610                        Adventure|Animation|Comedy|Family|Romance
## 1611                                                    Drama|Romance
## 1612                                        Drama|Romance|War|Western
## 1613                                                    Drama|Romance
## 1614                                                     Comedy|Drama
## 1615                                            Comedy|Horror|Romance
## 1616                               Action|Crime|Drama|Sci-Fi|Thriller
## 1617                                                   Comedy|Fantasy
## 1618                                              Comedy|Drama|Family
## 1619                                             Comedy|Drama|Romance
## 1620                                             Comedy|Drama|Romance
## 1621                                                      Drama|Sport
## 1622                              Action|Crime|Drama|Mystery|Thriller
## 1623                                                   Comedy|Romance
## 1624                                                    Drama|Romance
## 1625                                                   Comedy|Romance
## 1626                                         Adventure|Comedy|Mystery
## 1627                                           Comedy|Fantasy|Romance
## 1628                                           Comedy|Fantasy|Romance
## 1629                                Adventure|Animation|Comedy|Family
## 1630                                            Biography|Crime|Drama
## 1631                                                    Drama|Romance
## 1632                                 Action|Adventure|Sci-Fi|Thriller
## 1633                                      Comedy|Family|Fantasy|Sport
## 1634                                                     Comedy|Crime
## 1635                                        Action|Adventure|Thriller
## 1636                           Animation|Comedy|Family|Mystery|Sci-Fi
## 1637                                                    Drama|Romance
## 1638                              Adventure|Comedy|Drama|Family|Sport
## 1639                                        Drama|Mystery|Romance|War
## 1640                                             Comedy|Drama|Romance
## 1641                                            Action|Crime|Thriller
## 1642                                                           Comedy
## 1643                   Animation|Drama|Family|Fantasy|Musical|Romance
## 1644                                            Biography|Drama|Sport
## 1645                              Action|Crime|Drama|Mystery|Thriller
## 1646                                                      Drama|Sport
## 1647                                                  Horror|Thriller
## 1648                                            Drama|Fantasy|Romance
## 1649                                              Comedy|Drama|Family
## 1650                                              Drama|Music|Romance
## 1651                                              Drama|Romance|Sport
## 1652                                     Comedy|Drama|Fantasy|Romance
## 1653                                                           Horror
## 1654                                  Fantasy|Horror|Mystery|Thriller
## 1655                                                           Comedy
## 1656                                     Action|Comedy|Crime|Thriller
## 1657                                     Action|Crime|Sci-Fi|Thriller
## 1658                                     Comedy|Horror|Musical|Sci-Fi
## 1659                                            Action|Drama|Thriller
## 1660                                                    Drama|Mystery
## 1661                         Action|Adventure|Fantasy|Sci-Fi|Thriller
## 1662                                             Comedy|Drama|Romance
## 1663                                             Drama|Fantasy|Horror
## 1664                                                      Drama|Music
## 1665                                                     Comedy|Drama
## 1666                                                Crime|Drama|Sport
## 1667                                                     Comedy|Crime
## 1668         Action|Adventure|Animation|Drama|Mystery|Sci-Fi|Thriller
## 1669                                             Crime|Drama|Thriller
## 1670                                            Comedy|Family|Romance
## 1671                        Adventure|Animation|Comedy|Family|Musical
## 1672                                                           Comedy
## 1673                                             Comedy|Drama|Romance
## 1674                                            Biography|Drama|Music
## 1675                                                            Drama
## 1676                                     Action|Crime|Sci-Fi|Thriller
## 1677                                            Comedy|Romance|Sci-Fi
## 1678                                          Horror|Mystery|Thriller
## 1679                                         Adventure|Drama|Thriller
## 1680                                             Comedy|Drama|Romance
## 1681                                                   Comedy|Romance
## 1682                                       Comedy|Drama|Romance|Sport
## 1683                                     Crime|Drama|Romance|Thriller
## 1684                                    Action|Horror|Sci-Fi|Thriller
## 1685                                      Action|Crime|Drama|Thriller
## 1686                                            Action|Crime|Thriller
## 1687                             Action|Adventure|Crime|Drama|Romance
## 1688                                             Action|Comedy|Horror
## 1689                                             Comedy|Drama|Romance
## 1690                                     Crime|Drama|Mystery|Thriller
## 1691                                                            Drama
## 1692                                            Comedy|Crime|Thriller
## 1693                                              Drama|Horror|Sci-Fi
## 1694                           Action|Adventure|Comedy|Romance|Sci-Fi
## 1695                                             Crime|Drama|Thriller
## 1696                                        Adventure|Horror|Thriller
## 1697                                                   Comedy|Romance
## 1698                                   Drama|Mystery|Romance|Thriller
## 1699                                                    Comedy|Horror
## 1700                                  Biography|Drama|History|Romance
## 1701                                          Action|Adventure|Sci-Fi
## 1702                                           Drama|Fantasy|Thriller
## 1703                         Action|Adventure|Fantasy|Sci-Fi|Thriller
## 1704                                            Action|Crime|Thriller
## 1705                                     Drama|Horror|Sci-Fi|Thriller
## 1706                                                   Comedy|Romance
## 1707                                          Animation|Comedy|Family
## 1708                                                            Drama
## 1709                                        Adventure|Fantasy|Mystery
## 1710                                                     Comedy|Drama
## 1711                                             Crime|Drama|Thriller
## 1712                                                   Crime|Thriller
## 1713                                      Action|Crime|Drama|Thriller
## 1714                                                Drama|History|War
## 1715                                                      Crime|Drama
## 1716                                      Action|Crime|Drama|Thriller
## 1717                                                    Drama|Romance
## 1718                              Action|Crime|Drama|Romance|Thriller
## 1719                                       Action|Drama|Romance|Sport
## 1720                                          Biography|Drama|Romance
## 1721                                             Action|Drama|Fantasy
## 1722                                                 Action|Adventure
## 1723                            Biography|Crime|Drama|History|Western
## 1724                               Action|Adventure|Drama|History|War
## 1725                                                    Comedy|Family
## 1726                                      Action|Crime|Drama|Thriller
## 1727                                     Action|Biography|Crime|Drama
## 1728                                          Animation|Comedy|Family
## 1729                                          Biography|Drama|History
## 1730                                              Drama|History|Sport
## 1731                                          Biography|Drama|Romance
## 1732                                      Adventure|Animation|Fantasy
## 1733                                     Crime|Drama|Mystery|Thriller
## 1734                               Adventure|Animation|Comedy|Fantasy
## 1735                                                     Comedy|Music
## 1736                                    Biography|Drama|Music|Romance
## 1737                          Adventure|Drama|Mystery|Sci-Fi|Thriller
## 1738                                             Comedy|Drama|Romance
## 1739                                  Adventure|Comedy|Family|Fantasy
## 1740                                                            Drama
## 1741                    Biography|Comedy|Crime|Drama|Romance|Thriller
## 1742                                                   Comedy|Romance
## 1743                                                           Comedy
## 1744                                          Biography|Drama|History
## 1745                                                     Comedy|Drama
## 1746                                   Comedy|Fantasy|Horror|Thriller
## 1747                                    Drama|Mystery|Sci-Fi|Thriller
## 1748        Adventure|Animation|Comedy|Family|Fantasy|Musical|Romance
## 1749                              Biography|Crime|Drama|History|Music
## 1750                                                 Action|Adventure
## 1751                  Adventure|Animation|Comedy|Drama|Family|Musical
## 1752                                             Crime|Drama|Thriller
## 1753                             Biography|Comedy|Drama|Music|Romance
## 1754                                            Action|Crime|Thriller
## 1755                                                  Action|Thriller
## 1756                                                           Comedy
## 1757                                   Biography|Comedy|Drama|History
## 1758                                               Comedy|Drama|Music
## 1759                                    Biography|Drama|History|Sport
## 1760                                           Action|Horror|Thriller
## 1761                                                   Comedy|Romance
## 1762                                       Adventure|Animation|Sci-Fi
## 1763                                                     Comedy|Drama
## 1764                                                 Mystery|Thriller
## 1765                                                   Comedy|Romance
## 1766                                        Action|Adventure|Thriller
## 1767                                                   Comedy|Romance
## 1768                                     Action|Crime|Sci-Fi|Thriller
## 1769                                                           Comedy
## 1770                                           Drama|Romance|Thriller
## 1771                                            Comedy|Family|Fantasy
## 1772                                             Comedy|Drama|Romance
## 1773                                                    Action|Comedy
## 1774                                              Action|Comedy|Crime
## 1775                                   Action|Fantasy|Horror|Thriller
## 1776                                                    Comedy|Family
## 1777                                                    Drama|Romance
## 1778                                                  Sci-Fi|Thriller
## 1779                                              Adventure|Biography
## 1780                                            Action|Drama|Thriller
## 1781                                             Crime|Drama|Thriller
## 1782                                            Drama|Horror|Thriller
## 1783                                                      Documentary
## 1784                                           Comedy|Fantasy|Romance
## 1785                                               Comedy|Drama|Sport
## 1786                                             Action|Comedy|Family
## 1787                                            Comedy|Family|Fantasy
## 1788                                             Action|Horror|Sci-Fi
## 1789                                                     Comedy|Drama
## 1790                                            Action|Horror|Romance
## 1791                                      Biography|Drama|History|War
## 1792                                             Comedy|Drama|Romance
## 1793                                              Action|Comedy|Crime
## 1794                     Adventure|Drama|History|Romance|Thriller|War
## 1795                                      Action|Crime|Drama|Thriller
## 1796                                        Action|Adventure|Thriller
## 1797                                                   Comedy|Romance
## 1798                                                            Drama
## 1799                                             Comedy|Drama|Romance
## 1800                                          Adventure|Drama|History
## 1801                                     Crime|Drama|Romance|Thriller
## 1802                                                   Drama|Thriller
## 1803                                      Crime|Drama|Sci-Fi|Thriller
## 1804                                 Action|Adventure|Sci-Fi|Thriller
## 1805                                                            Drama
## 1806                                   Adventure|Drama|Family|Fantasy
## 1807                                     Crime|Drama|Mystery|Thriller
## 1808                                        Action|Comedy|Crime|Music
## 1809                                      Comedy|Drama|Family|Romance
## 1810                                                     Comedy|Music
## 1811                                             Comedy|Drama|Romance
## 1812                                             Action|Comedy|Horror
## 1813                                     Crime|Drama|Mystery|Thriller
## 1814                                          Adventure|Drama|History
## 1815                                           Drama|History|Thriller
## 1816                                   Adventure|Drama|Family|Fantasy
## 1817                     Action|Drama|Fantasy|Mystery|Sci-Fi|Thriller
## 1818                                  Biography|Drama|History|Romance
## 1819                                                    Comedy|Family
## 1820                          Adventure|Family|Fantasy|Horror|Mystery
## 1821                               Action|Crime|Drama|History|Western
## 1822                                          Horror|Mystery|Thriller
## 1823                                     Crime|Drama|Mystery|Thriller
## 1824                                              Comedy|Drama|Family
## 1825                            Action|Adventure|Comedy|Family|Sci-Fi
## 1826                                             Crime|Drama|Thriller
## 1827                                     Action|Comedy|Crime|Thriller
## 1828                                               Comedy|Crime|Drama
## 1829                                    Crime|Horror|Mystery|Thriller
## 1830                                                     Comedy|Drama
## 1831                                                   Drama|Thriller
## 1832                                            Drama|Musical|Romance
## 1833                                              Action|Comedy|Crime
## 1834                              Comedy|Family|Fantasy|Music|Romance
## 1835                                                   Comedy|Romance
## 1836                                             Comedy|Drama|Romance
## 1837                                     Crime|Drama|Mystery|Thriller
## 1838                                              Action|Comedy|Crime
## 1839                                              Action|Comedy|Crime
## 1840                                             Comedy|Drama|Romance
## 1841                                            Drama|Romance|Western
## 1842                                     Drama|Horror|Sci-Fi|Thriller
## 1843                                                           Comedy
## 1844                                                Drama|History|War
## 1845                                                 Mystery|Thriller
## 1846                                                  Horror|Thriller
## 1847                                     Adventure|Comedy|Crime|Music
## 1848                                            Action|Fantasy|Horror
## 1849                                               Comedy|Crime|Drama
## 1850                                             Comedy|Drama|Romance
## 1851                          Action|Adventure|Comedy|Sci-Fi|Thriller
## 1852                                       Action|Crime|Drama|Western
## 1853                                                   Drama|Thriller
## 1854                    Action|Adventure|Comedy|Family|Romance|Sci-Fi
## 1855                                                   Comedy|Romance
## 1856                                   Drama|Mystery|Romance|Thriller
## 1857                                           Crime|Mystery|Thriller
## 1858                                                   Comedy|Romance
## 1859                                    Action|Fantasy|Romance|Sci-Fi
## 1860                                             Crime|Drama|Thriller
## 1861                                                   Fantasy|Horror
## 1862                                     Comedy|Crime|Mystery|Romance
## 1863                                                   Comedy|Romance
## 1864                                                 Adventure|Family
## 1865                                   Action|Mystery|Sci-Fi|Thriller
## 1866                                   Drama|Mystery|Romance|Thriller
## 1867                                                            Drama
## 1868                                      Comedy|Drama|Family|Romance
## 1869                                                            Drama
## 1870                                                            Drama
## 1871                                          Biography|Drama|History
## 1872                                                  Action|Thriller
## 1873                                                    Drama|Romance
## 1874                                       Action|Drama|Music|Romance
## 1875                                          Biography|Drama|History
## 1876                                                            Drama
## 1877                                         Biography|Drama|Thriller
## 1878                   Adventure|Comedy|Family|Fantasy|Horror|Mystery
## 1879                               Adventure|Fantasy|Mystery|Thriller
## 1880                                           Action|Horror|Thriller
## 1881                                                            Drama
## 1882                  Action|Adventure|Animation|Comedy|Family|Sci-Fi
## 1883                                   Action|Adventure|Horror|Sci-Fi
## 1884                            Action|Adventure|Comedy|Family|Sci-Fi
## 1885                                             Crime|Drama|Thriller
## 1886                                             Crime|Drama|Thriller
## 1887                                      Action|Comedy|Crime|Romance
## 1888                                             Comedy|Drama|Romance
## 1889                                                    Drama|Romance
## 1890                                                           Comedy
## 1891                                                    Comedy|Family
## 1892                                                   Comedy|Romance
## 1893                   Action|Biography|Drama|History|Romance|Western
## 1894                                            Action|Crime|Thriller
## 1895                                           Fantasy|Horror|Mystery
## 1896                                                           Horror
## 1897                                                    Drama|Romance
## 1898                                   Adventure|Drama|Family|Fantasy
## 1899                                           Biography|Drama|Family
## 1900                                                     Comedy|Drama
## 1901                                  Action|Adventure|Drama|Thriller
## 1902                                    Drama|Horror|Mystery|Thriller
## 1903                                                           Comedy
## 1904                                            Biography|Crime|Drama
## 1905            Action|Adventure|Comedy|Crime|Family|Romance|Thriller
## 1906                                            Comedy|Family|Fantasy
## 1907                                                      Crime|Drama
## 1908                                    Action|Adventure|Comedy|Crime
## 1909                                          Biography|Drama|History
## 1910                                      Action|Crime|Drama|Thriller
## 1911                                     Action|Comedy|Crime|Thriller
## 1912                                                            Drama
## 1913                        Adventure|Animation|Comedy|Family|Fantasy
## 1914                Adventure|Animation|Comedy|Family|Fantasy|Musical
## 1915                                                    Action|Comedy
## 1916                                      Comedy|Drama|Family|Romance
## 1917                                      Action|Crime|Drama|Thriller
## 1918                                                   Comedy|Romance
## 1919                                                           Comedy
## 1920                                            Biography|Drama|Sport
## 1921                                             Drama|Romance|Sci-Fi
## 1922                                      Comedy|Drama|Family|Romance
## 1923                                                           Horror
## 1924                                                   Comedy|Romance
## 1925                                      Action|Crime|Drama|Thriller
## 1926                                                    Drama|Romance
## 1927                                                   Comedy|Romance
## 1928                                                    Comedy|Family
## 1929                                 Action|Adventure|Horror|Thriller
## 1930                                             Crime|Drama|Thriller
## 1931                                                      Drama|Music
## 1932                                          Biography|Drama|History
## 1933                                    Comedy|Fantasy|Horror|Romance
## 1934                                         Action|Drama|History|War
## 1935                                              Comedy|Family|Music
## 1936                                                           Comedy
## 1937                                              Action|Comedy|Music
## 1938                                                      Crime|Drama
## 1939                                           Adventure|Comedy|Crime
## 1940                                                     Comedy|Sport
## 1941                                             Crime|Drama|Thriller
## 1942                                                            Drama
## 1943                                        Comedy|Drama|Family|Sport
## 1944                                             Comedy|Drama|Romance
## 1945                                     Biography|Comedy|Drama|Sport
## 1946                                                      Drama|Sport
## 1947                                             Comedy|Drama|Romance
## 1948                                          Animation|Comedy|Family
## 1949                                                Drama|Romance|War
## 1950                              Action|Crime|Drama|Mystery|Thriller
## 1951                                          Fantasy|Horror|Thriller
## 1952                                            Action|Crime|Thriller
## 1953                                    Comedy|Drama|Romance|Thriller
## 1954                                                           Comedy
## 1955                                            Action|Crime|Thriller
## 1956                                  Adventure|Comedy|Family|Romance
## 1957                                                            Drama
## 1958                                 Adventure|Family|Fantasy|Musical
## 1959                                              Drama|History|Sport
## 1960                                   Drama|Fantasy|Mystery|Thriller
## 1961                                                           Horror
## 1962                                             Comedy|Drama|Romance
## 1963                                          Horror|Mystery|Thriller
## 1964                                             Comedy|Drama|Romance
## 1965                            Action|Crime|Mystery|Romance|Thriller
## 1966                                                     Comedy|Crime
## 1967                           Biography|Crime|Drama|History|Thriller
## 1968                                                           Comedy
## 1969                                                  Horror|Thriller
## 1970                                                            Drama
## 1971                                                      Drama|Sport
## 1972                                    Action|Horror|Sci-Fi|Thriller
## 1973                    Action|Animation|Comedy|Family|Fantasy|Sci-Fi
## 1974                                              Crime|Drama|History
## 1975                                            Biography|Drama|Sport
## 1976                                          Biography|Drama|History
## 1977                                  Action|Adventure|Comedy|Fantasy
## 1978                                                   Comedy|Romance
## 1979                                                      Drama|Sport
## 1980                                     Biography|Drama|Thriller|War
## 1981                                                Drama|History|War
## 1982                                                        Drama|War
## 1983                             Drama|Music|Mystery|Romance|Thriller
## 1984                                           Drama|Mystery|Thriller
## 1985                                                  Horror|Thriller
## 1986                                             Comedy|Drama|Romance
## 1987                                            Action|Drama|Thriller
## 1988                                                     Comedy|Drama
## 1989                                      Action|Crime|Drama|Thriller
## 1990                                                  Adventure|Drama
## 1991                                                Adventure|Fantasy
## 1992                               Action|Comedy|Crime|Drama|Thriller
## 1993                                                   Comedy|Romance
## 1994                                            Biography|Drama|Sport
## 1995                            Action|Adventure|Crime|Drama|Thriller
## 1996                                             Action|Comedy|Sci-Fi
## 1997                                                     Comedy|Crime
## 1998                                    Drama|Mystery|Sci-Fi|Thriller
## 1999                                  Action|Adventure|Fantasy|Horror
## 2000                                                     Comedy|Drama
## 2001                                     Crime|Drama|Mystery|Thriller
## 2002                                                          Fantasy
## 2003                                            Biography|Drama|Sport
## 2004                                                            Drama
## 2005                                      Crime|Drama|Mystery|Romance
## 2006                                                      Crime|Drama
## 2007                                       Adventure|Animation|Family
## 2008                                                     Comedy|Drama
## 2009                                       Comedy|Drama|Romance|Sport
## 2010                                       Adventure|Animation|Comedy
## 2011                                Adventure|Animation|Comedy|Family
## 2012                                             Crime|Drama|Thriller
## 2013                                 Action|Adventure|History|Romance
## 2014                                         Action|Drama|History|War
## 2015                                                     Action|Drama
## 2016                                                  Action|Thriller
## 2017                                                    Drama|Romance
## 2018                                                  Adventure|Drama
## 2019                                          Adventure|Comedy|Sci-Fi
## 2020                                                      Drama|Sport
## 2021                                      Action|Crime|Sport|Thriller
## 2022                                                   Horror|Mystery
## 2023                                             Action|Drama|Western
## 2024                                                   Comedy|Romance
## 2025                                                     Comedy|Crime
## 2026                                              Drama|Music|Romance
## 2027                                                           Comedy
## 2028                                             Comedy|Drama|Fantasy
## 2029                                                   Horror|Mystery
## 2030                                             Comedy|Drama|Romance
## 2031                                                   Comedy|Romance
## 2032                                               Comedy|Crime|Drama
## 2033                                                       Comedy|War
## 2034                                     Action|Comedy|Crime|Thriller
## 2035                                                  Biography|Drama
## 2036                                                   Comedy|Romance
## 2037                     Adventure|Comedy|Family|Fantasy|Music|Sci-Fi
## 2038                           Adventure|Family|Fantasy|Music|Musical
## 2039                                                     Comedy|Sport
## 2040                                               Comedy|Drama|Sport
## 2041                                                   Comedy|Romance
## 2042                                                    Comedy|Horror
## 2043                                    Biography|Drama|Music|Musical
## 2044                                                    Comedy|Family
## 2045                        Action|Adventure|Animation|Comedy|Fantasy
## 2046                                                    Drama|Romance
## 2047                                      Action|Crime|Drama|Thriller
## 2048                               Adventure|Animation|Family|Fantasy
## 2049                                   Adventure|Comedy|Horror|Sci-Fi
## 2050                                   Action|Adventure|Drama|Romance
## 2051                                                     Comedy|Sport
## 2052                                  Action|Adventure|Fantasy|Sci-Fi
## 2053                               Action|Comedy|Crime|Drama|Thriller
## 2054                                                     Comedy|Crime
## 2055                                                  Horror|Thriller
## 2056                                                            Drama
## 2057                                                    Horror|Sci-Fi
## 2058                                                   Comedy|Romance
## 2059                                             Drama|Romance|Sci-Fi
## 2060                                     Biography|Comedy|Drama|Sport
## 2061                                                 Mystery|Thriller
## 2062                                         Adventure|Family|Fantasy
## 2063                                                     Comedy|Drama
## 2064                                                   Comedy|Romance
## 2065                                                     Comedy|Crime
## 2066                                                  Action|Thriller
## 2067                                        Adventure|Horror|Thriller
## 2068                                                            Drama
## 2069                              Biography|Comedy|Drama|Family|Sport
## 2070                                                    Drama|Romance
## 2071                              Action|Crime|Drama|Thriller|Western
## 2072                                     Crime|Drama|Mystery|Thriller
## 2073                                                  Biography|Drama
## 2074                                                    Drama|Western
## 2075                                             Comedy|Drama|Romance
## 2076                                      Action|Crime|Drama|Thriller
## 2077                                                            Drama
## 2078                                             Action|Drama|History
## 2079                                                   Fantasy|Horror
## 2080                                          Adventure|Comedy|Sci-Fi
## 2081                                                        Drama|War
## 2082                                   Drama|Fantasy|Romance|Thriller
## 2083                                                   Comedy|Romance
## 2084                                      Comedy|Drama|Family|Fantasy
## 2085                                               Drama|Family|Sport
## 2086                                              Comedy|Family|Sport
## 2087                                                    Drama|Romance
## 2088                                                    Comedy|Sci-Fi
## 2089                                          Biography|Drama|History
## 2090                                                     Comedy|Drama
## 2091                              Action|Crime|Drama|Mystery|Thriller
## 2092                                                            Drama
## 2093                                          Biography|Drama|History
## 2094                                          Action|Fantasy|Thriller
## 2095                                                   Drama|Thriller
## 2096                                      Comedy|Crime|Drama|Thriller
## 2097                                          Biography|Drama|Romance
## 2098                                                           Comedy
## 2099                                                     Comedy|Drama
## 2100                                     Drama|Horror|Sci-Fi|Thriller
## 2101                                                         Thriller
## 2102                                             Comedy|Crime|Romance
## 2103                                                    Comedy|Family
## 2104                                     Crime|Drama|Romance|Thriller
## 2105                                                           Comedy
## 2106                         Action|Adventure|Romance|Sci-Fi|Thriller
## 2107                                     Crime|Drama|Mystery|Thriller
## 2108                                                   Comedy|Mystery
## 2109                                                     Comedy|Music
## 2110                                      Action|Crime|Drama|Thriller
## 2111                                  Adventure|Comedy|Family|Fantasy
## 2112                                                           Comedy
## 2113                                     Action|Crime|Sci-Fi|Thriller
## 2114                         Action|Adventure|Fantasy|Sci-Fi|Thriller
## 2115                                 Comedy|Drama|Musical|Romance|War
## 2116                                            Comedy|Family|Romance
## 2117                                            Action|Crime|Thriller
## 2118                                                    Drama|Romance
## 2119                                               Drama|Thriller|War
## 2120                                  Drama|History|Music|Romance|War
## 2121                                            Action|Comedy|Romance
## 2122                                            Comedy|Crime|Thriller
## 2123                                           Drama|Mystery|Thriller
## 2124                                         Adventure|Drama|Thriller
## 2125                                                   Drama|Thriller
## 2126                                                   Comedy|History
## 2127                                             Crime|Drama|Thriller
## 2128                                     Crime|Drama|Mystery|Thriller
## 2129                                                 Adventure|Comedy
## 2130                                             Crime|Drama|Thriller
## 2131                                 Adventure|Animation|Family|Sport
## 2132                                                   Comedy|Romance
## 2133                                        Action|Adventure|Thriller
## 2134                                 Animation|Comedy|Fantasy|Musical
## 2135                                                           Comedy
## 2136                    Action|Adventure|Comedy|Family|Fantasy|Sci-Fi
## 2137                                                      Drama|Sport
## 2138                                             Comedy|Drama|Romance
## 2139                                            Biography|Crime|Drama
## 2140                                                            Drama
## 2141                                            Action|Crime|Thriller
## 2142                                               Action|Drama|Sport
## 2143                                           Horror|Sci-Fi|Thriller
## 2144                                     Game-Show|Reality-TV|Romance
## 2145                                             Comedy|Drama|Romance
## 2146                                                     Comedy|Drama
## 2147                                                    Drama|Romance
## 2148                                           Drama|Mystery|Thriller
## 2149                                             Comedy|Drama|Romance
## 2150                                                            Drama
## 2151                                                   Comedy|Musical
## 2152                                           Horror|Sci-Fi|Thriller
## 2153                                                 Action|Adventure
## 2154                                          Adventure|Comedy|Family
## 2155                                                     Drama|Sci-Fi
## 2156                                     Drama|Horror|Sci-Fi|Thriller
## 2157                                     Action|Comedy|Crime|Thriller
## 2158                                                           Comedy
## 2159                                      Crime|Drama|Horror|Thriller
## 2160                                                     Comedy|Music
## 2161                                        Action|Comedy|Documentary
## 2162                                        Adventure|Horror|Thriller
## 2163                            Adventure|Comedy|Drama|Family|Romance
## 2164                                          Horror|Mystery|Thriller
## 2165                                  Adventure|Comedy|Family|Romance
## 2166                                                           Comedy
## 2167                                           Drama|Mystery|Thriller
## 2168                                                     Comedy|Music
## 2169                         Action|Adventure|Fantasy|Sci-Fi|Thriller
## 2170                                   Drama|Mystery|Romance|Thriller
## 2171                                                     Comedy|Crime
## 2172                                                     Comedy|Drama
## 2173                            Adventure|Comedy|Drama|Family|Mystery
## 2174                                       Drama|Family|Music|Romance
## 2175                                          Biography|Drama|History
## 2176                                       Comedy|Drama|Music|Romance
## 2177                                             Comedy|Drama|Romance
## 2178                                                  Fantasy|Romance
## 2179                                                    Drama|Romance
## 2180                                               Comedy|Crime|Drama
## 2181                                      Action|Crime|Drama|Thriller
## 2182                                                           Comedy
## 2183                                                   Comedy|Romance
## 2184                               Adventure|Animation|Family|Fantasy
## 2185                                          Biography|Drama|History
## 2186                               Adventure|Animation|Family|Musical
## 2187                                    Drama|Horror|Mystery|Thriller
## 2188                                           Drama|Mystery|Thriller
## 2189                            Animation|Comedy|Drama|Family|Musical
## 2190                                          Horror|Mystery|Thriller
## 2191                                                 Adventure|Family
## 2192                                                           Comedy
## 2193                                                 Adventure|Comedy
## 2194                                                Adventure|Fantasy
## 2195                                    Biography|Crime|Drama|History
## 2196                                             Crime|Drama|Thriller
## 2197                                                  Horror|Thriller
## 2198                                             Comedy|Drama|Romance
## 2199                            Adventure|Comedy|Fantasy|Music|Sci-Fi
## 2200                                    Comedy|Drama|Romance|Thriller
## 2201                                                    Action|Sci-Fi
## 2202                                             Crime|Drama|Thriller
## 2203                                            Biography|Drama|Music
## 2204                                                           Comedy
## 2205                                                            Drama
## 2206                                                     Comedy|Drama
## 2207                                                    Drama|Mystery
## 2208                                                    Action|Comedy
## 2209                                                  Horror|Thriller
## 2210                                     Crime|Drama|Mystery|Thriller
## 2211                                                           Comedy
## 2212                             Comedy|Drama|Musical|Romance|Western
## 2213                                          Biography|Drama|History
## 2214                                   Action|Adventure|Drama|Mystery
## 2215                                                           Horror
## 2216                                                 Adventure|Comedy
## 2217                                     Crime|Drama|Mystery|Thriller
## 2218                                                   Crime|Thriller
## 2219                                                   Drama|Thriller
## 2220                                       Comedy|Drama|Music|Romance
## 2221                                                   Horror|Mystery
## 2222                                             Crime|Drama|Thriller
## 2223                                     Crime|Drama|Romance|Thriller
## 2224                                     Drama|Fantasy|Romance|Sci-Fi
## 2225                                            Comedy|Family|Romance
## 2226                                      Action|Crime|Drama|Thriller
## 2227                                             Action|Comedy|Sci-Fi
## 2228                     Comedy|Crime|Family|Mystery|Romance|Thriller
## 2229                                    Action|Horror|Sci-Fi|Thriller
## 2230                                                   Comedy|Romance
## 2231                                  Adventure|Comedy|Family|Romance
## 2232                                                  Horror|Thriller
## 2233                           Action|Adventure|Drama|Romance|Western
## 2234                        Adventure|Animation|Comedy|Family|Romance
## 2235                                   Action|Fantasy|Horror|Thriller
## 2236                                               Comedy|Drama|Sport
## 2237                                            Comedy|Family|Fantasy
## 2238                                               Comedy|Crime|Drama
## 2239                          Adventure|Crime|Mystery|Sci-Fi|Thriller
## 2240                                              Crime|Drama|Western
## 2241                                           Action|Horror|Thriller
## 2242                        Action|Adventure|Animation|Family|Fantasy
## 2243                                          Horror|Mystery|Thriller
## 2244                                                   Comedy|Romance
## 2245                                                    Drama|Romance
## 2246                                                     Comedy|Drama
## 2247                                                           Comedy
## 2248                                   Adventure|Comedy|Drama|Fantasy
## 2249                                              Comedy|Drama|Family
## 2250                                                            Drama
## 2251                                        Adventure|Biography|Drama
## 2252                                                           Comedy
## 2253                          Adventure|Drama|Horror|Mystery|Thriller
## 2254                                             Crime|Fantasy|Horror
## 2255                                 Animation|Family|Fantasy|Mystery
## 2256                                             Comedy|Drama|Romance
## 2257                                      Action|Comedy|Crime|Fantasy
## 2258                                                           Comedy
## 2259                                      Comedy|Family|Music|Musical
## 2260                                                            Drama
## 2261                                                            Drama
## 2262                                      Action|Crime|Drama|Thriller
## 2263                                            Drama|Fantasy|Romance
## 2264                                                   Comedy|Romance
## 2265                                                   Comedy|Romance
## 2266                                           Crime|Documentary|News
## 2267                                          Biography|Drama|History
## 2268                                     Crime|Drama|Mystery|Thriller
## 2269                                                           Comedy
## 2270                                            Action|Crime|Thriller
## 2271                                     Action|Comedy|Crime|Thriller
## 2272                                                   Comedy|Romance
## 2273                                 Action|Adventure|Sci-Fi|Thriller
## 2274                                                           Comedy
## 2275                                     Action|Crime|Sci-Fi|Thriller
## 2276                                                     Comedy|Crime
## 2277                                          Biography|Drama|History
## 2278                               Drama|Mystery|Romance|Thriller|War
## 2279                                                     Comedy|Drama
## 2280                                         Action|Crime|Drama|Sport
## 2281                                     Comedy|Drama|Fantasy|Romance
## 2282                                            Action|Crime|Thriller
## 2283                                     Drama|Fantasy|Horror|Mystery
## 2284                                             Action|Comedy|Family
## 2285                                                           Comedy
## 2286                                           Comedy|Drama|Music|War
## 2287                                      Action|Crime|Drama|Thriller
## 2288                                                           Comedy
## 2289                                                   Comedy|Romance
## 2290                                                     Comedy|Drama
## 2291                                                     Comedy|Crime
## 2292                                           Comedy|Musical|Romance
## 2293                                                           Comedy
## 2294                                            Action|Crime|Thriller
## 2295                                                  Adventure|Drama
## 2296                                             Comedy|Family|Sci-Fi
## 2297                                              Action|Comedy|Crime
## 2298                                              Action|Comedy|Crime
## 2299                                               Comedy|Crime|Music
## 2300                               Comedy|Drama|Music|Musical|Romance
## 2301                               Comedy|Crime|Drama|Mystery|Romance
## 2302                        Adventure|Animation|Comedy|Family|Fantasy
## 2303                                                      Drama|Music
## 2304                                     Crime|Drama|Mystery|Thriller
## 2305                                                   Comedy|Fantasy
## 2306                                     Action|Comedy|Crime|Thriller
## 2307                                     Drama|Horror|Sci-Fi|Thriller
## 2308                                                 Adventure|Comedy
## 2309                     Biography|Comedy|Drama|History|Music|Musical
## 2310                                                        Drama|War
## 2311                                         Biography|Drama|Thriller
## 2312                          Animation|Drama|Mystery|Sci-Fi|Thriller
## 2313                                            Biography|Drama|Sport
## 2314                                                    Horror|Sci-Fi
## 2315                                Comedy|Drama|Family|Music|Romance
## 2316                                   Drama|Mystery|Romance|Thriller
## 2317                                      Action|Crime|Drama|Thriller
## 2318                                        Drama|History|Romance|War
## 2319                                                  Biography|Drama
## 2320                                            Biography|Drama|Music
## 2321                                                  Action|Thriller
## 2322                                   Adventure|Comedy|Drama|Romance
## 2323                                             Comedy|Drama|Romance
## 2324                                      Adventure|Animation|Fantasy
## 2325                        Comedy|Drama|Mystery|Romance|Thriller|War
## 2326                                         Biography|Comedy|Musical
## 2327                                              Crime|Drama|Western
## 2328                                            Biography|Drama|Sport
## 2329                                                     Comedy|Music
## 2330                                     Action|Drama|Sci-Fi|Thriller
## 2331                                                        Drama|War
## 2332                                     Crime|Drama|Romance|Thriller
## 2333                                 Adventure|Family|Fantasy|Musical
## 2334                                                    Drama|Romance
## 2335                Action|Adventure|Animation|Family|Sci-Fi|Thriller
## 2336                                              Drama|History|Sport
## 2337                             Crime|Drama|Mystery|Romance|Thriller
## 2338                           Action|Adventure|Drama|History|Romance
## 2339                                             Comedy|Family|Sci-Fi
## 2340                                     Comedy|Family|Fantasy|Sci-Fi
## 2341       Action|Comedy|Crime|Fantasy|Horror|Mystery|Sci-Fi|Thriller
## 2342                                              Crime|Drama|Mystery
## 2343                                                     Drama|Family
## 2344                                     Comedy|Drama|Fantasy|Romance
## 2345                                     Crime|Drama|Mystery|Thriller
## 2346                                                    Romance|Short
## 2347                                         Action|Drama|History|War
## 2348                                             Crime|Drama|Thriller
## 2349                                Adventure|Animation|Comedy|Family
## 2350                                          Biography|Drama|History
## 2351                                                        Animation
## 2352                                     Action|Biography|Drama|Sport
## 2353                                            Action|Crime|Thriller
## 2354                                     Crime|Drama|Mystery|Thriller
## 2355                                                    Drama|Romance
## 2356                                     Action|Biography|Crime|Drama
## 2357                                          Adventure|Drama|Western
## 2358                                                           Comedy
## 2359                                     Crime|Drama|Mystery|Thriller
## 2360                                            Comedy|Family|Romance
## 2361                                                   Horror|Mystery
## 2362                                                           Horror
## 2363                                                     Drama|Horror
## 2364                                          Adventure|Comedy|Sci-Fi
## 2365                                          Horror|Mystery|Thriller
## 2366                                                     Comedy|Drama
## 2367                                                     Action|Drama
## 2368                                             Comedy|Drama|Romance
## 2369                                                   Comedy|Romance
## 2370                                         Biography|Drama|Thriller
## 2371                                  Comedy|Drama|Reality-TV|Romance
## 2372                            Adventure|Comedy|Drama|Family|Fantasy
## 2373                                                  Horror|Thriller
## 2374                               Adventure|Animation|Family|Fantasy
## 2375                                            Action|Crime|Thriller
## 2376                           Action|Adventure|Drama|History|Romance
## 2377                                                        Drama|War
## 2378                                         Adventure|Comedy|Romance
## 2379                                                   Comedy|Romance
## 2380                                                Drama|History|War
## 2381                                             Comedy|Drama|Romance
## 2382                                                            Drama
## 2383                                             Family|Fantasy|Music
## 2384                                       Crime|Drama|Music|Thriller
## 2385                                                            Drama
## 2386                                    Drama|Horror|Mystery|Thriller
## 2387                                                     Comedy|Drama
## 2388                                                           Horror
## 2389                                                           Action
## 2390                                           Adventure|Comedy|Drama
## 2391                                           Comedy|Fantasy|Romance
## 2392                                                           Comedy
## 2393                                      Action|Comedy|Crime|Fantasy
## 2394                              Comedy|Drama|Family|Fantasy|Romance
## 2395                                                           Comedy
## 2396                                                   Comedy|Romance
## 2397                                          Action|Adventure|Sci-Fi
## 2398                                            Drama|Horror|Thriller
## 2399                                                   Comedy|Romance
## 2400                            Action|Drama|Fantasy|Mystery|Thriller
## 2401                                             Comedy|Drama|Romance
## 2402                                                     Comedy|Drama
## 2403                                               Comedy|Crime|Drama
## 2404                                                     Comedy|Crime
## 2405                                            Comedy|Family|Romance
## 2406                                                    Comedy|Family
## 2407                                             Action|Horror|Sci-Fi
## 2408                                    Biography|Drama|History|Music
## 2409                                                   Horror|Mystery
## 2410                                                           Comedy
## 2411                                             Comedy|Drama|Romance
## 2412                                                    Drama|Mystery
## 2413                                             Comedy|Drama|Romance
## 2414                                     Comedy|Drama|Fantasy|Romance
## 2415                                             Comedy|Drama|Romance
## 2416                                                            Drama
## 2417                                           Drama|History|Thriller
## 2418                                              Drama|Music|Romance
## 2419                                                Drama|History|War
## 2420                                                    Action|Comedy
## 2421                                                   Fantasy|Horror
## 2422                                     Biography|Drama|Family|Sport
## 2423                                                 Comedy|Drama|War
## 2424                                               Comedy|Crime|Drama
## 2425                                         Action|Adventure|Fantasy
## 2426                                            Biography|Drama|Sport
## 2427                                                    Drama|Romance
## 2428                               Adventure|Fantasy|Mystery|Thriller
## 2429                                     Comedy|Drama|Musical|Romance
## 2430                               Adventure|Biography|Drama|Thriller
## 2431                                                     Comedy|Crime
## 2432                                              Drama|Music|Romance
## 2433                                                           Comedy
## 2434                                                     Comedy|Crime
## 2435                                                            Drama
## 2436                                                  Biography|Drama
## 2437                                                   Comedy|Romance
## 2438                                             Comedy|Drama|Romance
## 2439                                         Action|Adventure|Western
## 2440                                                   Drama|Thriller
## 2441                                                 Mystery|Thriller
## 2442                                            Action|Crime|Thriller
## 2443                                                            Drama
## 2444                                             Comedy|Drama|Romance
## 2445                                                 Adventure|Comedy
## 2446                                             Comedy|Drama|Romance
## 2447                                                    Drama|Romance
## 2448                                         Action|Adventure|Fantasy
## 2449                                          Biography|Drama|Romance
## 2450                                           Biography|Comedy|Drama
## 2451                                                            Drama
## 2452                            Adventure|Biography|Drama|History|War
## 2453                                            Action|Crime|Thriller
## 2454                                                    Action|Sci-Fi
## 2455                                                            Drama
## 2456                                    Biography|Drama|Music|Romance
## 2457                                  Adventure|Drama|Sci-Fi|Thriller
## 2458                                                   Comedy|Romance
## 2459                                      Biography|Drama|Romance|War
## 2460                                                    Drama|Mystery
## 2461                                                    Drama|Mystery
## 2462                                                           Horror
## 2463                            Action|Horror|Romance|Sci-Fi|Thriller
## 2464                                     Crime|Drama|Mystery|Thriller
## 2465                                                            Music
## 2466                                             Crime|Drama|Thriller
## 2467                                   Biography|Crime|Drama|Thriller
## 2468                                                         Thriller
## 2469                         Action|Drama|History|Romance|War|Western
## 2470                                                           Horror
## 2471                                      Action|Crime|Drama|Thriller
## 2472                                 Action|Animation|Sci-Fi|Thriller
## 2473                                                    Drama|Western
## 2474                                         Action|Adventure|Fantasy
## 2475                                    Drama|Horror|Mystery|Thriller
## 2476                                                           Comedy
## 2477                                               Comedy|Crime|Drama
## 2478                                                    Action|Horror
## 2479                                      Drama|Music|Musical|Romance
## 2480                             Action|Animation|Comedy|Crime|Family
## 2481                                                Drama|History|War
## 2482                                      Action|Crime|Drama|Thriller
## 2483                                       Drama|Family|Music|Musical
## 2484                                                  Action|Thriller
## 2485                                             Crime|Drama|Thriller
## 2486                                          Fantasy|Horror|Thriller
## 2487                                          Action|Adventure|Sci-Fi
## 2488                                     Drama|Family|Musical|Romance
## 2489                                          Horror|Mystery|Thriller
## 2490                                                           Comedy
## 2491                                   Adventure|Comedy|Drama|Romance
## 2492                                                           Comedy
## 2493                                                  Horror|Thriller
## 2494                                         Action|Adventure|History
## 2495                               Comedy|Drama|Family|Fantasy|Sci-Fi
## 2496                                                     Comedy|Drama
## 2497                                      Action|Crime|Drama|Thriller
## 2498                                                   Horror|Mystery
## 2499                                                   Comedy|Romance
## 2500                                          Action|Adventure|Sci-Fi
## 2501                                             Comedy|Music|Romance
## 2502                                            Drama|Fantasy|Romance
## 2503                                                           Horror
## 2504                                                           Comedy
## 2505                                            Biography|Drama|Sport
## 2506                                                           Comedy
## 2507                                 Comedy|Crime|Drama|Music|Romance
## 2508                                             Comedy|Music|Romance
## 2509                                       Comedy|Drama|Romance|Sport
## 2510                                             Crime|Drama|Thriller
## 2511                                          Horror|Mystery|Thriller
## 2512                                                   Comedy|Romance
## 2513                          Adventure|Comedy|Family|Fantasy|Musical
## 2514                                             Crime|Drama|Thriller
## 2515                               Action|Adventure|Drama|History|War
## 2516                                                           Horror
## 2517                                                   Comedy|Romance
## 2518                                                     Comedy|Music
## 2519                                   Action|Adventure|Family|Sci-Fi
## 2520                                                            Drama
## 2521                                      Action|Crime|Drama|Thriller
## 2522                                    Biography|Drama|Romance|Sport
## 2523                                    Adventure|Crime|Drama|Romance
## 2524                                   Drama|Mystery|Romance|Thriller
## 2525                                        Adventure|Horror|Thriller
## 2526                                   Biography|Crime|Drama|Thriller
## 2527                                     Crime|Drama|Romance|Thriller
## 2528                                   Comedy|Mystery|Sci-Fi|Thriller
## 2529                               Adventure|Animation|Family|Fantasy
## 2530                                                           Sci-Fi
## 2531                                                  Horror|Thriller
## 2532                                      Comedy|Drama|Family|Romance
## 2533                                          Biography|Drama|Romance
## 2534                                   Drama|Mystery|Romance|Thriller
## 2535                                                      Crime|Drama
## 2536                                                    Drama|Romance
## 2537                                          Biography|Drama|Romance
## 2538                                                   Comedy|Romance
## 2539                                                            Drama
## 2540                                                     Comedy|Drama
## 2541                                                           Comedy
## 2542                                             Comedy|Drama|Romance
## 2543                                                            Drama
## 2544                                                           Comedy
## 2545                                       Comedy|Drama|Romance|Sport
## 2546                                             Comedy|Drama|Romance
## 2547                            Drama|Fantasy|Horror|Mystery|Thriller
## 2548                                   Adventure|Comedy|Drama|Romance
## 2549                                                           Horror
## 2550                                                            Drama
## 2551                                                    Comedy|Family
## 2552                                                Drama|Fantasy|War
## 2553                                   Drama|Fantasy|Mystery|Thriller
## 2554                                       Action|Comedy|Crime|Family
## 2555                                     Crime|Drama|Romance|Thriller
## 2556                                            Drama|Horror|Thriller
## 2557                                           Adventure|Comedy|Drama
## 2558                                                     Action|Crime
## 2559                                            Action|Comedy|Mystery
## 2560                                                     Comedy|Drama
## 2561                                                    Drama|Romance
## 2562                               Action|Adventure|Drama|Romance|War
## 2563                                                           Comedy
## 2564                                             Comedy|Drama|Romance
## 2565                                                            Drama
## 2566                                            Comedy|Fantasy|Horror
## 2567                                             Comedy|Crime|Mystery
## 2568                                                           Comedy
## 2569                            Action|Drama|Fantasy|Mystery|Thriller
## 2570                                                    Drama|Romance
## 2571                                             Comedy|Drama|Romance
## 2572                                            Comedy|Romance|Sci-Fi
## 2573                                                            Drama
## 2574                                          Mystery|Sci-Fi|Thriller
## 2575                                                           Comedy
## 2576                                     Action|Drama|Sci-Fi|Thriller
## 2577                                               Comedy|Drama|Music
## 2578                                                   Comedy|Romance
## 2579                                                     Comedy|Music
## 2580                                         Action|Adventure|Fantasy
## 2581                                                            Drama
## 2582                                              Action|Crime|Sci-Fi
## 2583                                                    Drama|Romance
## 2584                                        Drama|History|Romance|War
## 2585                                     Crime|Drama|Mystery|Thriller
## 2586                                                           Comedy
## 2587                                                   Comedy|Romance
## 2588                                                Drama|Romance|War
## 2589                                                    Drama|Fantasy
## 2590                                            Comedy|Horror|Romance
## 2591                                                     Drama|Family
## 2592                                             Crime|Drama|Thriller
## 2593                                                    Drama|Western
## 2594                                       Comedy|Drama|Romance|Sport
## 2595                                               Comedy|Crime|Drama
## 2596                                                        Drama|War
## 2597                                                      Drama|Sport
## 2598                                           Drama|Mystery|Thriller
## 2599                               Action|Comedy|Crime|Drama|Thriller
## 2600                                             Comedy|Horror|Sci-Fi
## 2601                                              Action|Comedy|Crime
## 2602                                                    Comedy|Family
## 2603                                              Comedy|Drama|Family
## 2604                                             Comedy|Drama|Romance
## 2605                                             Action|Drama|Romance
## 2606                                             Action|Drama|Romance
## 2607                                                            Drama
## 2608                                  Biography|Drama|History|Romance
## 2609                                                     Comedy|Crime
## 2610                              Crime|Drama|Horror|Mystery|Thriller
## 2611                                                    Drama|Romance
## 2612                                                            Drama
## 2613                                     Action|Comedy|Drama|Thriller
## 2614                                          Adventure|Drama|History
## 2615                                     Biography|Drama|Thriller|War
## 2616                                                       Comedy|War
## 2617                                    Biography|Drama|Music|Musical
## 2618                                                    Comedy|Family
## 2619                                                   Fantasy|Horror
## 2620                                                  Horror|Thriller
## 2621                                                 Adventure|Comedy
## 2622                                                           Comedy
## 2623                                                  Biography|Drama
## 2624                                                   Comedy|Fantasy
## 2625                                                     Comedy|Drama
## 2626                                             Drama|Family|Romance
## 2627                                    Drama|Fantasy|Horror|Thriller
## 2628                                                  Horror|Thriller
## 2629                                          Adventure|Comedy|Family
## 2630                                                        Drama|War
## 2631                                                     Comedy|Drama
## 2632                            Adventure|Comedy|Family|Music|Romance
## 2633                                            Action|Drama|Thriller
## 2634                                            Comedy|Fantasy|Horror
## 2635                                            Horror|Mystery|Sci-Fi
## 2636                                            Biography|Drama|Music
## 2637                                             Crime|Drama|Thriller
## 2638                                                           Comedy
## 2639                                             Crime|Drama|Thriller
## 2640                                             Comedy|Drama|Romance
## 2641                                      Action|Crime|Drama|Thriller
## 2642                                          Biography|Drama|Romance
## 2643                                                     Comedy|Crime
## 2644                                             Comedy|Drama|Romance
## 2645                            Adventure|Biography|Drama|History|War
## 2646                                                           Horror
## 2647                                        Adventure|Biography|Drama
## 2648                                            Crime|Horror|Thriller
## 2649                                                   Comedy|Romance
## 2650                                           Comedy|Horror|Thriller
## 2651                                         Action|Adventure|Fantasy
## 2652                                 Adventure|Family|Fantasy|Romance
## 2653                                                  Biography|Drama
## 2654                                                      Crime|Drama
## 2655                                      Comedy|Family|Music|Romance
## 2656                                             Comedy|Drama|Romance
## 2657                                              Drama|Horror|Sci-Fi
## 2658                                               Drama|Family|Sport
## 2659                                              Comedy|Drama|Family
## 2660                                              Drama|Romance|Sport
## 2661                             Action|Comedy|Crime|Romance|Thriller
## 2662                                                   Comedy|Romance
## 2663                        Adventure|Fantasy|Horror|Mystery|Thriller
## 2664                                    Drama|Fantasy|Horror|Thriller
## 2665                                           Drama|Romance|Thriller
## 2666                                  Adventure|Comedy|Family|Fantasy
## 2667                                                    Drama|Romance
## 2668                                                            Drama
## 2669                              Action|Crime|Drama|Romance|Thriller
## 2670                                           Adventure|Drama|Family
## 2671                                                           Horror
## 2672                                          Horror|Mystery|Thriller
## 2673                                     Drama|Family|Fantasy|Romance
## 2674                                            Action|Drama|Thriller
## 2675                                                    Action|Comedy
## 2676                                                      Drama|Music
## 2677                                   Horror|Mystery|Sci-Fi|Thriller
## 2678                                             Crime|Drama|Thriller
## 2679                                            Action|Crime|Thriller
## 2680                                           Drama|Mystery|Thriller
## 2681                                       Drama|History|Thriller|War
## 2682                                    Action|Horror|Sci-Fi|Thriller
## 2683                                                   Crime|Thriller
## 2684                                             Crime|Drama|Thriller
## 2685                                                           Comedy
## 2686                                Adventure|Animation|Comedy|Family
## 2687                                                Documentary|Music
## 2688                                  Action|Adventure|Fantasy|Sci-Fi
## 2689                                      Crime|Drama|Musical|Romance
## 2690                                                    Drama|Romance
## 2691                                                      Drama|Sport
## 2692                                             Crime|Drama|Thriller
## 2693                                                   Crime|Thriller
## 2694                                                           Comedy
## 2695                                    Biography|Drama|Music|Musical
## 2696                                             Comedy|Drama|Romance
## 2697                                                 Adventure|Family
## 2698                                                           Action
## 2699                                             Comedy|Drama|Romance
## 2700                                                    Drama|Romance
## 2701                                                     Drama|Sci-Fi
## 2702                                             Family|Music|Romance
## 2703                                     Drama|Fantasy|Mystery|Sci-Fi
## 2704                                                     Comedy|Crime
## 2705                                                      Drama|Music
## 2706                                     Crime|Drama|Romance|Thriller
## 2707                             Biography|Drama|History|Thriller|War
## 2708                                             Comedy|Drama|Romance
## 2709                                                           Comedy
## 2710                                             Comedy|Drama|Romance
## 2711                                                  Fantasy|Romance
## 2712                                          Adventure|Comedy|Family
## 2713                                               Comedy|Crime|Drama
## 2714                                                   Comedy|Romance
## 2715                                                     Comedy|Music
## 2716                                                   Comedy|Romance
## 2717                                                            Drama
## 2718                                                   Comedy|Romance
## 2719                                           Drama|Mystery|Thriller
## 2720                            Adventure|Crime|Drama|Mystery|Western
## 2721                                                        Drama|War
## 2722                                             Comedy|Crime|Mystery
## 2723                                   Comedy|Fantasy|Horror|Thriller
## 2724                                           Drama|Mystery|Thriller
## 2725                                     Drama|Fantasy|Horror|Romance
## 2726                                             Comedy|Drama|Romance
## 2727                                             Drama|Romance|Sci-Fi
## 2728                                           Drama|History|Thriller
## 2729                                     Crime|Drama|Mystery|Thriller
## 2730                                          Adventure|Drama|Fantasy
## 2731                                               Comedy|Crime|Drama
## 2732                                      Crime|Drama|Horror|Thriller
## 2733                                            Drama|Sci-Fi|Thriller
## 2734                                                   Drama|Thriller
## 2735                                                     Drama|Sci-Fi
## 2736                                            Action|Crime|Thriller
## 2737                                                      Crime|Drama
## 2738                                                     Action|Drama
## 2739                                  Comedy|Crime|Drama|Thriller|War
## 2740                                           Drama|Mystery|Thriller
## 2741                                                           Action
## 2742                      Action|Adventure|Drama|History|Thriller|War
## 2743                                            Action|Drama|Thriller
## 2744                                           Fantasy|Horror|Mystery
## 2745                                          Biography|Drama|History
## 2746                                             Crime|Drama|Thriller
## 2747                                          Action|Comedy|Drama|War
## 2748                               Comedy|Drama|Fantasy|Music|Romance
## 2749                                  Biography|Drama|Fantasy|History
## 2750                                       Adventure|Animation|Family
## 2751                                           Action|Sci-Fi|Thriller
## 2752                                         Action|Adventure|Fantasy
## 2753                                                        Biography
## 2754                                      Action|Crime|Drama|Thriller
## 2755                                                  Biography|Drama
## 2756                                           Comedy|Fantasy|Romance
## 2757                                               Comedy|Drama|Music
## 2758                                                    Drama|Romance
## 2759                                                        Drama|War
## 2760                                               Drama|Family|Music
## 2761                                                    Drama|Western
## 2762                                                            Drama
## 2763                                                    Drama|Romance
## 2764                                           Drama|Romance|Thriller
## 2765                                                   Comedy|Romance
## 2766                                                           Comedy
## 2767                                          Action|Adventure|Comedy
## 2768                              Action|Crime|Drama|Mystery|Thriller
## 2769                                              Biography|Drama|War
## 2770                                    Adventure|Comedy|Family|Sport
## 2771                                                  Horror|Thriller
## 2772                                                  Horror|Thriller
## 2773                                           Action|Adventure|Drama
## 2774                                              Drama|Music|Romance
## 2775                                 Action|Adventure|Sci-Fi|Thriller
## 2776                                                      Documentary
## 2777                                          Horror|Mystery|Thriller
## 2778                                                    Drama|Romance
## 2779                                             Comedy|Drama|Romance
## 2780                                                  Adventure|Drama
## 2781                                                   Comedy|Romance
## 2782                                          Biography|Drama|History
## 2783                  Adventure|Animation|Comedy|Drama|Family|Musical
## 2784                                                    Drama|Romance
## 2785                                     Action|Comedy|Crime|Thriller
## 2786                                    Comedy|Fantasy|Horror|Romance
## 2787                                                           Horror
## 2788                                          Horror|Mystery|Thriller
## 2789                                                   Comedy|Romance
## 2790                                       Adventure|Mystery|Thriller
## 2791                                                   Comedy|Romance
## 2792                                                           Comedy
## 2793                                                 Comedy|Drama|War
## 2794                                                   Fantasy|Horror
## 2795                                      Drama|Music|Musical|Romance
## 2796                                                     Comedy|Drama
## 2797                                             Comedy|Drama|Romance
## 2798                                    Action|Horror|Sci-Fi|Thriller
## 2799                                          Adventure|Comedy|Family
## 2800                                                    Drama|History
## 2801                                           Comedy|Mystery|Romance
## 2802                                                 Adventure|Comedy
## 2803                                                  Biography|Drama
## 2804                                                    Drama|Romance
## 2805                                           Drama|Mystery|Thriller
## 2806                                                            Drama
## 2807                                          Biography|Drama|History
## 2808                                    Drama|Horror|Mystery|Thriller
## 2809                                  Biography|Drama|History|Romance
## 2810                                                   Comedy|Romance
## 2811                                         Action|Adventure|History
## 2812                                          Biography|Drama|History
## 2813                                                    Drama|Romance
## 2814                                        Biography|Crime|Drama|War
## 2815                                                           Action
## 2816                                                 Comedy|Drama|War
## 2817                                                            Drama
## 2818                                                    Comedy|Horror
## 2819                                             Comedy|Drama|Romance
## 2820                                                    Drama|Romance
## 2821                                   Action|Adventure|Comedy|Sci-Fi
## 2822                                                   Comedy|Romance
## 2823                                                    Drama|Romance
## 2824                                                    Comedy|Sci-Fi
## 2825                                                            Drama
## 2826                                                  Biography|Drama
## 2827                                                     Comedy|Crime
## 2828                               Crime|Drama|Music|Mystery|Thriller
## 2829                                      Action|Crime|Drama|Thriller
## 2830                                      Biography|Drama|History|War
## 2831                                          Biography|Drama|Romance
## 2832                                     Drama|Horror|Sci-Fi|Thriller
## 2833                                       Biography|Comedy|Drama|War
## 2834                                                           Comedy
## 2835                                                Documentary|Music
## 2836                                                   Drama|Thriller
## 2837                                     Action|Crime|Sci-Fi|Thriller
## 2838                                                      Crime|Drama
## 2839                                              Drama|Music|Romance
## 2840                                          Fantasy|Horror|Thriller
## 2841                                                            Drama
## 2842                                                   Comedy|Mystery
## 2843                              Action|Crime|Drama|Thriller|Western
## 2844                                                     Comedy|Drama
## 2845                                                   Comedy|Romance
## 2846                                             Comedy|Drama|Romance
## 2847                                                           Comedy
## 2848                                              Action|Comedy|Crime
## 2849                                            Drama|Horror|Thriller
## 2850                                                  Sci-Fi|Thriller
## 2851                                          Adventure|Comedy|Family
## 2852                                             Comedy|Drama|Romance
## 2853                                       Comedy|Crime|Family|Sci-Fi
## 2854                                     Action|Comedy|Crime|Thriller
## 2855                                              Comedy|Drama|Family
## 2856                                                   Fantasy|Horror
## 2857                                                   Crime|Thriller
## 2858                                                           Horror
## 2859                                    Drama|Mystery|Sci-Fi|Thriller
## 2860                                             Comedy|Drama|Fantasy
## 2861                                                   Comedy|Romance
## 2862                                          Adventure|Family|Sci-Fi
## 2863                                                    Drama|Romance
## 2864                                                Drama|History|War
## 2865                                           Adventure|Drama|Sci-Fi
## 2866                                                   Comedy|Romance
## 2867                                                            Drama
## 2868                                                           Comedy
## 2869                                            Comedy|Crime|Thriller
## 2870                                                           Comedy
## 2871                                    Action|Crime|Mystery|Thriller
## 2872                                                   Drama|Thriller
## 2873                                                      Drama|Music
## 2874                                  Adventure|Comedy|Romance|Sci-Fi
## 2875                                            Comedy|Crime|Thriller
## 2876                                                           Comedy
## 2877                                             Comedy|Drama|Romance
## 2878                                                      Drama|Sport
## 2879                                             Comedy|Drama|Romance
## 2880                                                    Drama|Romance
## 2881                                   Drama|Mystery|Romance|Thriller
## 2882                                               Comedy|Crime|Drama
## 2883                                                   Drama|Thriller
## 2884                                     Biography|Comedy|Crime|Drama
## 2885                                                    Drama|Romance
## 2886                                                           Action
## 2887                                            Biography|Crime|Drama
## 2888                                            Drama|Romance|Western
## 2889                                                  Horror|Thriller
## 2890                                    Action|Comedy|Sci-Fi|Thriller
## 2891                                                Drama|Romance|War
## 2892                                                   Crime|Thriller
## 2893                                         Action|Drama|History|War
## 2894                                   Action|Adventure|Comedy|Family
## 2895                             Biography|Comedy|Crime|Drama|Romance
## 2896                                          Adventure|Drama|History
## 2897                                                  Biography|Drama
## 2898                                                            Drama
## 2899                              Action|Crime|Drama|Romance|Thriller
## 2900                                             Drama|Romance|Sci-Fi
## 2901                                              Crime|Drama|Mystery
## 2902                                             Crime|Drama|Thriller
## 2903                                          Fantasy|Horror|Thriller
## 2904                                                   Horror|Mystery
## 2905                                          Adventure|Drama|Romance
## 2906                                             Comedy|Drama|Romance
## 2907                                                        Drama|War
## 2908                                              Crime|Drama|Musical
## 2909                                                    Drama|Romance
## 2910                                                      Crime|Drama
## 2911                                             Comedy|Drama|Romance
## 2912                                            Action|Crime|Thriller
## 2913                                     Biography|Comedy|Crime|Drama
## 2914                                       Adventure|Animation|Family
## 2915                                                 Action|Drama|War
## 2916                                        Comedy|Drama|Family|Sport
## 2917                                                           Horror
## 2918                                         Adventure|Drama|Thriller
## 2919                                                           Comedy
## 2920                              Animation|Comedy|Crime|Drama|Family
## 2921                          Action|Adventure|Comedy|Fantasy|Mystery
## 2922                                                   Comedy|Romance
## 2923                                                     Comedy|Drama
## 2924                                          Action|Adventure|Sci-Fi
## 2925                                                           Comedy
## 2926                                                  Sci-Fi|Thriller
## 2927                                     Crime|Drama|Romance|Thriller
## 2928                              Action|Adventure|Drama|Thriller|War
## 2929                                        Crime|Drama|Music|Romance
## 2930                                 Adventure|Animation|Comedy|Crime
## 2931                                                   Crime|Thriller
## 2932                                                 Adventure|Comedy
## 2933                                            Drama|Sci-Fi|Thriller
## 2934                                            Drama|Musical|Romance
## 2935                                  Adventure|Comedy|Fantasy|Sci-Fi
## 2936                                                     Comedy|Drama
## 2937                                                     Comedy|Crime
## 2938                                              Biography|Drama|War
## 2939                                                   Drama|Thriller
## 2940                                           Horror|Sci-Fi|Thriller
## 2941                                                   Horror|Mystery
## 2942                                                           Comedy
## 2943                                                   Comedy|Fantasy
## 2944                              Comedy|Drama|Family|Fantasy|Musical
## 2945                                        Action|Adventure|Thriller
## 2946                                          Biography|Drama|Romance
## 2947                                                Documentary|Music
## 2948                                                    Drama|Romance
## 2949                                                      Crime|Drama
## 2950                                                   Comedy|Romance
## 2951                                                    Horror|Sci-Fi
## 2952                                          Horror|Mystery|Thriller
## 2953                         Action|Adventure|Biography|Drama|History
## 2954                                                  Biography|Drama
## 2955                                                     Comedy|Drama
## 2956                                                   Drama|Thriller
## 2957                                    Comedy|Family|Fantasy|Romance
## 2958                                            Drama|Mystery|Romance
## 2959                                                           Comedy
## 2960                                           Adventure|Comedy|Drama
## 2961                                   Action|Fantasy|Horror|Thriller
## 2962                                              Comedy|Crime|Family
## 2963                                                     Comedy|Drama
## 2964                                            Action|Crime|Thriller
## 2965                                                           Comedy
## 2966                                             Comedy|Drama|Romance
## 2967                                             Comedy|Romance|Sport
## 2968                                                    Drama|Romance
## 2969                                     Crime|Drama|Romance|Thriller
## 2970                                          Biography|Drama|Romance
## 2971                                     Adventure|Drama|Thriller|War
## 2972                                        Drama|History|War|Western
## 2973                                                           Comedy
## 2974                                            Drama|Fantasy|Romance
## 2975                                   Action|Adventure|Drama|Romance
## 2976                                                   Drama|Thriller
## 2977                                                  Sci-Fi|Thriller
## 2978                                            Biography|Drama|Music
## 2979                                                     Comedy|Crime
## 2980                                     Action|Crime|Sci-Fi|Thriller
## 2981                                                           Comedy
## 2982                                                     Comedy|Drama
## 2983                                                     Comedy|Drama
## 2984                                           Comedy|Musical|Romance
## 2985                                                     Comedy|Drama
## 2986                                                 Mystery|Thriller
## 2987                                                    Drama|Romance
## 2988                                                            Drama
## 2989                                       Comedy|Drama|Horror|Sci-Fi
## 2990                                         Adventure|Crime|Thriller
## 2991                                          Fantasy|Horror|Thriller
## 2992                                             Comedy|Drama|Romance
## 2993                                                            Drama
## 2994                                                     Comedy|Drama
## 2995                                                   Drama|Thriller
## 2996                                             Drama|Romance|Sci-Fi
## 2997                                              Crime|Drama|Romance
## 2998                                           Adventure|Drama|Family
## 2999                                            Drama|Mystery|Romance
## 3000                                             Crime|Drama|Thriller
## 3001                                                     Comedy|Crime
## 3002                                                     Comedy|Drama
## 3003                                           Drama|Mystery|Thriller
## 3004                                             Comedy|Drama|Romance
## 3005                                             Crime|Drama|Thriller
## 3006                                                Drama|Romance|War
## 3007                                                           Comedy
## 3008                                                     Comedy|Drama
## 3009                                  Mystery|Romance|Sci-Fi|Thriller
## 3010                                                Drama|History|War
## 3011                 Adventure|Animation|Comedy|Family|Fantasy|Sci-Fi
## 3012                         Action|Adventure|Animation|Comedy|Family
## 3013                                    Action|Adventure|Drama|Sci-Fi
## 3014                                                 Action|Drama|War
## 3015                                         Fantasy|Mystery|Thriller
## 3016                                                            Drama
## 3017                                                  Biography|Drama
## 3018                                                     Comedy|Crime
## 3019                                                   Family|Musical
## 3020                                                   Fantasy|Horror
## 3021                                                            Drama
## 3022                                                   Drama|Thriller
## 3023                                                            Drama
## 3024                                            Comedy|Fantasy|Horror
## 3025                                  Action|Adventure|Fantasy|Sci-Fi
## 3026                                                           Comedy
## 3027                                                Drama|Romance|War
## 3028                           Adventure|Crime|Drama|Mystery|Thriller
## 3029                        Comedy|Drama|Family|Music|Musical|Romance
## 3030                                            Biography|Drama|Sport
## 3031                                        Action|Comedy|Documentary
## 3032                                                     Comedy|Crime
## 3033                                      Drama|Fantasy|Music|Romance
## 3034                                              Action|Comedy|Crime
## 3035                                                     Comedy|Sport
## 3036                                                           Comedy
## 3037                                                   Crime|Thriller
## 3038                                                    Drama|Romance
## 3039                                                      Crime|Drama
## 3040                                                    Drama|Romance
## 3041                                                   Horror|Mystery
## 3042                                                           Comedy
## 3043                                                            Drama
## 3044                                                     Comedy|Crime
## 3045                                             Crime|Drama|Thriller
## 3046                                                            Drama
## 3047                                                    Horror|Sci-Fi
## 3048                                                    Drama|Romance
## 3049                                      Adventure|Drama|History|War
## 3050                                                     Comedy|Sport
## 3051                                                           Comedy
## 3052                                                     Comedy|Drama
## 3053                                                           Comedy
## 3054                                             Crime|Drama|Thriller
## 3055                                          Biography|Drama|History
## 3056                                                  Biography|Drama
## 3057                                            Comedy|Fantasy|Horror
## 3058                                                   Comedy|Romance
## 3059                                                    Drama|Romance
## 3060                                          Biography|Drama|History
## 3061                                                      Crime|Drama
## 3062                                             Comedy|Music|Romance
## 3063                                             Comedy|Drama|Romance
## 3064                                                      Drama|Music
## 3065                                           Drama|Romance|Thriller
## 3066                                          Adventure|Drama|Romance
## 3067                                                    Drama|History
## 3068                                           Comedy|Musical|Romance
## 3069                                            Biography|Drama|Music
## 3070                                                   Fantasy|Horror
## 3071                                             Crime|Drama|Thriller
## 3072                                                   Horror|Mystery
## 3073                                             Crime|Drama|Thriller
## 3074                                             Comedy|Drama|Romance
## 3075                                     Crime|Drama|Mystery|Thriller
## 3076                                                            Drama
## 3077                                                   Comedy|Romance
## 3078                                           Horror|Sci-Fi|Thriller
## 3079                                                           Horror
## 3080                                         Adventure|Mystery|Sci-Fi
## 3081                                                    Family|Sci-Fi
## 3082                                             Comedy|Drama|Romance
## 3083                                                  Adventure|Drama
## 3084                                                     Comedy|Drama
## 3085                                                           Comedy
## 3086                                                           Comedy
## 3087                                    Drama|History|Romance|Western
## 3088                                                Drama|History|War
## 3089                                               Comedy|Drama|Music
## 3090                                                            Drama
## 3091                                                   Drama|Thriller
## 3092                                                   Horror|Mystery
## 3093                                                Action|Comedy|War
## 3094                                                     Comedy|Sport
## 3095                                    Action|Horror|Sci-Fi|Thriller
## 3096                                                   Comedy|Romance
## 3097                                                            Drama
## 3098                                                   Horror|Mystery
## 3099                                    Drama|Horror|Mystery|Thriller
## 3100                                             Comedy|Drama|Romance
## 3101                                                      Drama|Sport
## 3102                                         Action|Drama|History|War
## 3103                                        Comedy|Drama|Family|Sport
## 3104                                          Horror|Mystery|Thriller
## 3105                                                     Comedy|Sport
## 3106                                                   Horror|Mystery
## 3107                                    Adventure|Comedy|Music|Sci-Fi
## 3108                                             Drama|Family|Musical
## 3109                                                     Comedy|Drama
## 3110                           Animation|Comedy|Family|Mystery|Sci-Fi
## 3111                                 Action|Adventure|Sci-Fi|Thriller
## 3112                                        Action|Adventure|Thriller
## 3113                                          Horror|Mystery|Thriller
## 3114                                          Horror|Mystery|Thriller
## 3115                                                     Comedy|Drama
## 3116                                          Fantasy|Horror|Thriller
## 3117                                        Action|Comedy|Drama|Music
## 3118                                                     Comedy|Crime
## 3119                                                    Horror|Sci-Fi
## 3120                                       Comedy|Drama|Music|Romance
## 3121                                   Adventure|Comedy|Drama|Fantasy
## 3122                                                     Comedy|Drama
## 3123                                            Fantasy|Horror|Sci-Fi
## 3124                                                  Action|Thriller
## 3125                                              Action|Comedy|Crime
## 3126                                                   Drama|Thriller
## 3127                                                   Comedy|Romance
## 3128                                                   Comedy|Romance
## 3129                                                      Crime|Drama
## 3130                                         Adventure|Family|Fantasy
## 3131                                           Horror|Sci-Fi|Thriller
## 3132                                          Horror|Mystery|Thriller
## 3133                                                      Drama|Music
## 3134                                          Horror|Mystery|Thriller
## 3135                                          Mystery|Sci-Fi|Thriller
## 3136                                               Comedy|Drama|Music
## 3137                                                   Drama|Thriller
## 3138                                                  Action|Thriller
## 3139                                       Comedy|Drama|Music|Romance
## 3140                                                     Comedy|Drama
## 3141                                           Action|Sci-Fi|Thriller
## 3142                                                     Comedy|Drama
## 3143                                                     Drama|Family
## 3144                                            Comedy|Family|Romance
## 3145                                              Drama|Music|Romance
## 3146                                                    Action|Comedy
## 3147                                             Comedy|Horror|Sci-Fi
## 3148                                                  Horror|Thriller
## 3149                                                          Western
## 3150                              Action|Crime|Drama|Mystery|Thriller
## 3151                                                            Drama
## 3152                                                     Comedy|Crime
## 3153                                                Documentary|Music
## 3154                                                           Comedy
## 3155                                Adventure|Animation|Comedy|Family
## 3156                                                  Biography|Drama
## 3157                                      Comedy|Crime|Drama|Thriller
## 3158                                                    Drama|Romance
## 3159                                                 Mystery|Thriller
## 3160                                                  Adventure|Drama
## 3161                                                   Comedy|Romance
## 3162                                                           Comedy
## 3163                                          Comedy|Romance|Thriller
## 3164                                    Biography|Crime|Drama|Romance
## 3165                                            Comedy|Crime|Thriller
## 3166                                                   Comedy|Romance
## 3167                                                 Mystery|Thriller
## 3168                                            Action|Comedy|Romance
## 3169                                             Crime|Drama|Thriller
## 3170                                                           Comedy
## 3171                                          Action|Romance|Thriller
## 3172                                           Comedy|Fantasy|Romance
## 3173                            Adventure|Comedy|Drama|Romance|Sci-Fi
## 3174                                                           Comedy
## 3175                               Comedy|Crime|Drama|Mystery|Romance
## 3176                                                      Crime|Drama
## 3177                                           Action|Horror|Thriller
## 3178                          Animation|Comedy|Family|Fantasy|Musical
## 3179                                      Drama|Music|Mystery|Romance
## 3180                                                  Biography|Drama
## 3181                                               Action|Crime|Drama
## 3182                                                     Comedy|Drama
## 3183                                             Comedy|Romance|Sport
## 3184                                                    Comedy|Sci-Fi
## 3185                                                            Drama
## 3186                                            Comedy|Family|Romance
## 3187                                    Adventure|Biography|Drama|War
## 3188                                               Comedy|Drama|Music
## 3189                                                     Comedy|Drama
## 3190                                                    Drama|Romance
## 3191                                             Drama|Mystery|Sci-Fi
## 3192                                      Action|Crime|Drama|Thriller
## 3193                                     Crime|Drama|Mystery|Thriller
## 3194                                             Crime|Drama|Thriller
## 3195                                                    Drama|Romance
## 3196                                            Action|Drama|Thriller
## 3197                                              Drama|Romance|Sport
## 3198                                                           Comedy
## 3199                                               Comedy|Drama|Music
## 3200                                          Horror|Mystery|Thriller
## 3201                                       Adventure|Mystery|Thriller
## 3202                                                     Comedy|Drama
## 3203                                                    Drama|Romance
## 3204                                           Drama|Mystery|Thriller
## 3205                                             Comedy|Crime|Romance
## 3206                                                    Drama|Romance
## 3207                                            Biography|Crime|Drama
## 3208                                                            Drama
## 3209                                  Action|Adventure|Romance|Sci-Fi
## 3210                                            Comedy|Crime|Thriller
## 3211                                     Crime|Drama|Romance|Thriller
## 3212                                                     Comedy|Drama
## 3213                                             Crime|Drama|Thriller
## 3214                                                           Comedy
## 3215                                                    Drama|Romance
## 3216                                                            Drama
## 3217                                                   Comedy|Romance
## 3218                                           Action|Comedy|Thriller
## 3219                                              Action|Comedy|Sport
## 3220                                                            Drama
## 3221                                            Comedy|Crime|Thriller
## 3222                                                  Biography|Drama
## 3223                                                    Drama|Romance
## 3224                                               Drama|Thriller|War
## 3225                                                     Comedy|Drama
## 3226                                              Action|Comedy|Drama
## 3227                                                     Comedy|Drama
## 3228                                           Comedy|Horror|Thriller
## 3229                                                   Drama|Thriller
## 3230                                                            Drama
## 3231                                                     Comedy|Crime
## 3232                                                            Drama
## 3233                                                Drama|History|War
## 3234                                             Comedy|Drama|Romance
## 3235                                                           Comedy
## 3236                                                     Comedy|Drama
## 3237                                                   Comedy|Romance
## 3238                                                     Comedy|Drama
## 3239                                                            Drama
## 3240                                           Drama|Mystery|Thriller
## 3241                                               Comedy|Crime|Music
## 3242                                                   Comedy|Romance
## 3243                                           Crime|Mystery|Thriller
## 3244                                                  Horror|Thriller
## 3245                                                     Comedy|Drama
## 3246                                    Drama|Fantasy|Horror|Thriller
## 3247                                                      Drama|Music
## 3248                                                   Drama|Thriller
## 3249                                              Adventure|Animation
## 3250                                                        Drama|War
## 3251                                             Comedy|Drama|Romance
## 3252                                      Comedy|Drama|Horror|Romance
## 3253                                             Action|Horror|Sci-Fi
## 3254                                                    Drama|Romance
## 3255                                                           Comedy
## 3256                                  Action|Adventure|Comedy|Western
## 3257                                                  Horror|Thriller
## 3258                                      Action|Comedy|Drama|Western
## 3259                                             Comedy|Drama|Romance
## 3260                                                    Drama|Romance
## 3261                                                           Comedy
## 3262                                      Action|Crime|Drama|Thriller
## 3263                                        Action|Adventure|Thriller
## 3264                                        Action|Comedy|Crime|Drama
## 3265                                                    Drama|Romance
## 3266                                                  Horror|Thriller
## 3267                                                    Action|Horror
## 3268                                    Action|Adventure|Comedy|Crime
## 3269                                       Comedy|Crime|Drama|Mystery
## 3270                        Adventure|Animation|Fantasy|Horror|Sci-Fi
## 3271                                          Adventure|Comedy|Sci-Fi
## 3272                                                        Drama|War
## 3273                                           Action|Horror|Thriller
## 3274                                    Action|Drama|Romance|Thriller
## 3275                                                     Drama|Sci-Fi
## 3276                            Biography|Comedy|Drama|Family|Romance
## 3277                                                    Drama|Romance
## 3278                                                    Horror|Sci-Fi
## 3279                                                  Horror|Thriller
## 3280                                            Biography|Drama|Music
## 3281                                     Drama|Family|Musical|Romance
## 3282                                        Action|Adventure|Thriller
## 3283                                             Comedy|Horror|Sci-Fi
## 3284                                             Comedy|Drama|Romance
## 3285                              Action|Crime|Drama|Romance|Thriller
## 3286                                                     Comedy|Drama
## 3287                                                   Fantasy|Horror
## 3288                                                Documentary|Drama
## 3289                                    Action|Horror|Sci-Fi|Thriller
## 3290                                             Comedy|Drama|Romance
## 3291                                                 Adventure|Comedy
## 3292                                                   Drama|Thriller
## 3293                                             Crime|Drama|Thriller
## 3294                                                           Comedy
## 3295                                                           Horror
## 3296                                                   Comedy|Romance
## 3297                       Action|Biography|Drama|History|Romance|War
## 3298                                                     Comedy|Drama
## 3299                                                   Comedy|Romance
## 3300                                      Action|Crime|Drama|Thriller
## 3301                                                     Comedy|Drama
## 3302                                                           Comedy
## 3303                                             Drama|Family|Romance
## 3304                                                    Drama|Romance
## 3305                           Action|Adventure|Comedy|Romance|Sci-Fi
## 3306                                            Biography|Drama|Sport
## 3307                                             Comedy|Drama|Romance
## 3308                                                     Comedy|Music
## 3309                                                      Drama|Music
## 3310                                  Fantasy|Horror|Mystery|Thriller
## 3311                                                Documentary|Music
## 3312                               Action|Adventure|Drama|History|War
## 3313                                                           Horror
## 3314                                                           Comedy
## 3315                                                            Drama
## 3316                                                            Drama
## 3317                                                     Drama|Family
## 3318                                            Action|Crime|Thriller
## 3319                                       Drama|History|Thriller|War
## 3320                                             Comedy|Music|Romance
## 3321                                     Crime|Drama|Mystery|Thriller
## 3322                                                            Drama
## 3323                                                    Drama|Romance
## 3324                                                 Adventure|Comedy
## 3325          Action|Animation|Fantasy|Horror|Mystery|Sci-Fi|Thriller
## 3326                                          Mystery|Sci-Fi|Thriller
## 3327                                                Drama|History|War
## 3328                                                      Crime|Drama
## 3329                                           Crime|Mystery|Thriller
## 3330                  Action|Adventure|Animation|Drama|Fantasy|Sci-Fi
## 3331                                            Action|Crime|Thriller
## 3332                                            Comedy|Fantasy|Horror
## 3333                                              Drama|Music|Romance
## 3334                                              Drama|Music|Romance
## 3335                                                           Comedy
## 3336                                  Adventure|Comedy|Fantasy|Sci-Fi
## 3337                                                 Adventure|Family
## 3338                                                     Comedy|Drama
## 3339                                                            Drama
## 3340                                                           Comedy
## 3341                                              Drama|Music|Romance
## 3342                                    Drama|Horror|Mystery|Thriller
## 3343                                                     Action|Drama
## 3344                                          Biography|Drama|Romance
## 3345                                         Adventure|Drama|Thriller
## 3346                                              Drama|Music|Romance
## 3347                                           Action|Adventure|Drama
## 3348                                         Adventure|Drama|Thriller
## 3349                                             Comedy|Drama|Romance
## 3350                                                        Drama|War
## 3351                                     Comedy|Drama|Musical|Romance
## 3352                                        Action|Drama|Family|Sport
## 3353                                  Biography|Drama|History|Romance
## 3354                                            Horror|Musical|Sci-Fi
## 3355                                                 Action|Adventure
## 3356                                                      Crime|Drama
## 3357                                  Adventure|Comedy|Family|Musical
## 3358                                             Crime|Drama|Thriller
## 3359                                           Comedy|Horror|Thriller
## 3360                           Biography|Drama|Family|Musical|Romance
## 3361                                           Comedy|Fantasy|Romance
## 3362                                                     Comedy|Drama
## 3363                                                  Adventure|Drama
## 3364                                     Drama|Horror|Sci-Fi|Thriller
## 3365                                                      Drama|Music
## 3366                                            Biography|Crime|Drama
## 3367                                       Comedy|Drama|Music|Romance
## 3368                              Comedy|Crime|Drama|Romance|Thriller
## 3369                                             Comedy|Drama|Romance
## 3370                                          Horror|Mystery|Thriller
## 3371                                            Comedy|Fantasy|Horror
## 3372                                                   Comedy|Romance
## 3373                                            Comedy|Fantasy|Sci-Fi
## 3374                                                        Adventure
## 3375                                             Comedy|Drama|Romance
## 3376                                        Action|Adventure|Thriller
## 3377                                      Action|Crime|Drama|Thriller
## 3378                                  Fantasy|Horror|Mystery|Thriller
## 3379                                             Comedy|Drama|Romance
## 3380                                                            Drama
## 3381                                                     Comedy|Crime
## 3382                                                   Comedy|Romance
## 3383                                                   Drama|Thriller
## 3384                                                      Crime|Drama
## 3385                                                    Drama|Romance
## 3386                                     Action|Comedy|Crime|Thriller
## 3387                                            Action|Crime|Thriller
## 3388                                                    Drama|Romance
## 3389                                             Comedy|Drama|Romance
## 3390                                                   Comedy|Romance
## 3391                                             Comedy|Drama|Romance
## 3392                                                     Drama|Horror
## 3393                                                     Comedy|Drama
## 3394                                                   Comedy|Romance
## 3395                                                           Comedy
## 3396                                           Comedy|Fantasy|Romance
## 3397                                                    Drama|Romance
## 3398                                  Adventure|Drama|Fantasy|Mystery
## 3399                                   Animation|Comedy|Drama|Romance
## 3400                                                     Comedy|Drama
## 3401                                     Comedy|Crime|Musical|Romance
## 3402                                     Action|Comedy|Crime|Thriller
## 3403                                                     Comedy|Crime
## 3404                                             Comedy|Drama|Romance
## 3405                                   Biography|Comedy|Drama|History
## 3406                                                  Biography|Drama
## 3407                                    Biography|Drama|Romance|Sport
## 3408                                                  Adventure|Drama
## 3409                               Adventure|Animation|Family|Fantasy
## 3410                                                      Drama|Music
## 3411                                           Drama|Romance|Thriller
## 3412                                                      Crime|Drama
## 3413                                                    Drama|Romance
## 3414                                     Comedy|Crime|Musical|Mystery
## 3415                                                Drama|Romance|War
## 3416                                       Comedy|Drama|Horror|Sci-Fi
## 3417                                             Comedy|Drama|Romance
## 3418                                              Action|Comedy|Crime
## 3419                                            Crime|Horror|Thriller
## 3420                                                    Drama|Romance
## 3421                                             Crime|Drama|Thriller
## 3422                                       Comedy|Crime|Drama|Romance
## 3423                                                            Drama
## 3424                                          Action|Animation|Sci-Fi
## 3425                                            Action|Crime|Thriller
## 3426                                            Biography|Drama|Sport
## 3427                                      Action|Crime|Drama|Thriller
## 3428                                  Action|Adventure|Comedy|Romance
## 3429                                             Comedy|Drama|Romance
## 3430                                                            Drama
## 3431                                     Crime|Drama|Mystery|Thriller
## 3432                                                     Action|Drama
## 3433                                              Action|Sci-Fi|Sport
## 3434                                                           Action
## 3435                                              Comedy|Drama|Family
## 3436                                                     Comedy|Drama
## 3437                                                    Action|Comedy
## 3438                                                Drama|War|Western
## 3439                                                     Comedy|Drama
## 3440                                                           Horror
## 3441                                                            Drama
## 3442                                                    Drama|Romance
## 3443                                             Comedy|Drama|Romance
## 3444                                     Crime|Drama|Mystery|Thriller
## 3445                                       Comedy|Drama|Romance|Sport
## 3446                                                     Comedy|Crime
## 3447                                                    Drama|Romance
## 3448                                             Comedy|Crime|Romance
## 3449                                               Comedy|Drama|Music
## 3450                              Comedy|Crime|Drama|Romance|Thriller
## 3451                                    Drama|Romance|Sci-Fi|Thriller
## 3452                                                           Comedy
## 3453                                             Crime|Drama|Thriller
## 3454                                                            Drama
## 3455                                      Action|Crime|Drama|Thriller
## 3456                                            Comedy|Family|Romance
## 3457                                    Animation|Biography|Drama|War
## 3458                                       Adventure|Fantasy|Thriller
## 3459                                                   Drama|Thriller
## 3460                                                  Horror|Thriller
## 3461                                      Action|Crime|Drama|Thriller
## 3462                                         Action|Adventure|Romance
## 3463                         Action|Adventure|Fantasy|Sci-Fi|Thriller
## 3464                                             Comedy|Drama|Romance
## 3465                                                  Action|Thriller
## 3466                                        Action|Adventure|Thriller
## 3467                                                      Crime|Drama
## 3468                                              Drama|Music|Romance
## 3469                                             Comedy|Drama|Romance
## 3470                                              Drama|Music|Romance
## 3471                                                     Comedy|Drama
## 3472                                          Horror|Mystery|Thriller
## 3473                                        Action|Adventure|Thriller
## 3474                                               Drama|Family|Sport
## 3475                                             Comedy|Drama|Romance
## 3476                                                     Comedy|Drama
## 3477                                                    Drama|Romance
## 3478                                          Biography|Drama|History
## 3479                                            Biography|Crime|Drama
## 3480                                            Action|Crime|Thriller
## 3481                                            Drama|Romance|Western
## 3482                                             Crime|Drama|Thriller
## 3483                                          Action|Adventure|Sci-Fi
## 3484                                        Action|Adventure|Thriller
## 3485                                     Action|Comedy|Crime|Thriller
## 3486                                        Adventure|Horror|Thriller
## 3487                                                Documentary|Sport
## 3488                                                   Horror|Mystery
## 3489                                                           Comedy
## 3490                                                     Crime|Horror
## 3491                                     Action|Drama|Fantasy|Romance
## 3492                                               Comedy|Crime|Drama
## 3493                                             Crime|Drama|Thriller
## 3494                                        Action|Adventure|Thriller
## 3495                                                           Horror
## 3496                                                           Horror
## 3497                                                     Comedy|Drama
## 3498                                                    Drama|Mystery
## 3499                                   Action|Fantasy|Horror|Thriller
## 3500                                                      Drama|Music
## 3501                                                    Drama|Romance
## 3502                                                            Drama
## 3503                                             Comedy|Drama|Romance
## 3504                                     Comedy|Drama|Musical|Romance
## 3505                                Adventure|Biography|Drama|History
## 3506                                                     Comedy|Sport
## 3507                              Action|Crime|Horror|Sci-Fi|Thriller
## 3508                                      Action|Crime|Drama|Thriller
## 3509                                        Adventure|Biography|Drama
## 3510                                      Action|Drama|Mystery|Sci-Fi
## 3511                                            Drama|Musical|Romance
## 3512                                                      Drama|Sport
## 3513                                             Comedy|Drama|Romance
## 3514                                                     Drama|Family
## 3515                                            Biography|Crime|Drama
## 3516                                                  Biography|Drama
## 3517                                                   Drama|Thriller
## 3518                                                     Drama|Family
## 3519                                                      Drama|Sport
## 3520                                              Comedy|Drama|Family
## 3521                                                    Drama|Romance
## 3522                                      Adventure|Drama|Romance|War
## 3523                                            Comedy|Fantasy|Sci-Fi
## 3524                                                     Comedy|Drama
## 3525                                                           Comedy
## 3526                                                           Comedy
## 3527                                                            Drama
## 3528                                               Comedy|Crime|Drama
## 3529                                          Adventure|Drama|Mystery
## 3530                                                    Drama|Romance
## 3531                                          Biography|Drama|Romance
## 3532                                                           Comedy
## 3533                                                     Drama|Sci-Fi
## 3534                                            Comedy|Crime|Thriller
## 3535                                                            Drama
## 3536                                            Action|Crime|Thriller
## 3537                                                     Action|Crime
## 3538                                    Comedy|Fantasy|Horror|Mystery
## 3539                                       Adventure|Animation|Family
## 3540  Action|Adventure|Animation|Comedy|Drama|Family|Fantasy|Thriller
## 3541                                                          Western
## 3542                            Action|Adventure|Drama|Fantasy|Sci-Fi
## 3543                                                           Comedy
## 3544                        Comedy|Drama|Family|Music|Musical|Romance
## 3545                                                    Drama|Romance
## 3546                                             Crime|Drama|Thriller
## 3547                                      Biography|Drama|Romance|War
## 3548                                                     Comedy|Drama
## 3549                                                   Crime|Thriller
## 3550                                            Drama|Horror|Thriller
## 3551                                                Drama|Mystery|War
## 3552                                             Comedy|Drama|Romance
## 3553                       Action|Comedy|Crime|Drama|Romance|Thriller
## 3554                                      Action|Crime|Drama|Thriller
## 3555                                                   Horror|Mystery
## 3556                                             Comedy|Drama|Musical
## 3557                                                      Crime|Drama
## 3558                                            Biography|Drama|Music
## 3559                                                     Comedy|Drama
## 3560                                         Mystery|Romance|Thriller
## 3561                                    Adventure|Comedy|Drama|Family
## 3562                                                     Comedy|Crime
## 3563                                             Comedy|Drama|Romance
## 3564                                                  Sci-Fi|Thriller
## 3565                                           Horror|Sci-Fi|Thriller
## 3566                                                  Biography|Drama
## 3567                                                            Drama
## 3568                                             Crime|Drama|Thriller
## 3569                                                    Drama|Western
## 3570                                                   Drama|Thriller
## 3571                                                    Drama|Romance
## 3572                                                            Drama
## 3573                                                Drama|Romance|War
## 3574                                   Action|Adventure|Drama|Western
## 3575                                            Biography|Drama|Music
## 3576                                                    Action|Sci-Fi
## 3577                                                    Drama|Romance
## 3578                                            Biography|Drama|Sport
## 3579                                             Comedy|Horror|Sci-Fi
## 3580                                             Crime|Drama|Thriller
## 3581                                                   Comedy|Romance
## 3582                                                  Musical|Romance
## 3583                                                        Drama|War
## 3584                                            Documentary|Drama|War
## 3585                                    Biography|Crime|Drama|Western
## 3586                                    Comedy|Family|Fantasy|Musical
## 3587                                                            Drama
## 3588                                          Action|Adventure|Comedy
## 3589                             Crime|Drama|Musical|Romance|Thriller
## 3590                                                     Comedy|Sport
## 3591                                                     Comedy|Drama
## 3592                                             Comedy|Drama|Romance
## 3593                                     Crime|Drama|Mystery|Thriller
## 3594                                  Fantasy|Horror|Romance|Thriller
## 3595                                                   Comedy|Romance
## 3596                                                      Drama|Sport
## 3597                                            Drama|Romance|Western
## 3598                                                           Comedy
## 3599                                                    Action|Sci-Fi
## 3600                                             Comedy|Drama|Musical
## 3601                                                    Comedy|Family
## 3602                                              Action|Comedy|Crime
## 3603                                                     Comedy|Music
## 3604                                             Comedy|Drama|Romance
## 3605                                        Drama|History|Romance|War
## 3606                                     Comedy|Drama|Fantasy|Romance
## 3607                                           Comedy|Horror|Thriller
## 3608                                 Biography|Drama|History|Thriller
## 3609                                                  Horror|Thriller
## 3610                                               Comedy|Crime|Drama
## 3611                                      Adventure|Documentary|Short
## 3612                                                  Biography|Drama
## 3613                                             Comedy|Drama|Romance
## 3614                                   Drama|Mystery|Romance|Thriller
## 3615                                                   Comedy|Western
## 3616                                                     Comedy|Drama
## 3617                                            Comedy|Crime|Thriller
## 3618                                                           Comedy
## 3619                                                    Drama|Romance
## 3620                                       Comedy|Drama|Music|Romance
## 3621                                                   Comedy|Romance
## 3622                                                     Comedy|Drama
## 3623                                     Comedy|Drama|Fantasy|Romance
## 3624                                              Crime|Drama|Mystery
## 3625                                       Comedy|Drama|Music|Musical
## 3626                                                     Action|Drama
## 3627                                    Drama|Horror|Mystery|Thriller
## 3628                                                    Drama|History
## 3629                                      Comedy|Crime|Drama|Thriller
## 3630                                                   Drama|Thriller
## 3631                                         Action|Adventure|Western
## 3632                                             Comedy|Drama|Romance
## 3633                                   Adventure|Crime|Drama|Thriller
## 3634                                                            Drama
## 3635                                  Action|Adventure|Fantasy|Sci-Fi
## 3636                                            Biography|Drama|Sport
## 3637                                                            Drama
## 3638                                                    Drama|Romance
## 3639                                                    Drama|History
## 3640                                                    Drama|Romance
## 3641                                             Comedy|Crime|Romance
## 3642                                                            Drama
## 3643                                                           Comedy
## 3644                                                      Documentary
## 3645                                               Comedy|Crime|Drama
## 3646                                            Action|Drama|Thriller
## 3647                                           Drama|Mystery|Thriller
## 3648                                             Crime|Drama|Thriller
## 3649                                                     Drama|Family
## 3650                                                  Action|Thriller
## 3651                                             Comedy|Drama|Romance
## 3652                                   Horror|Mystery|Sci-Fi|Thriller
## 3653                                                     Comedy|Drama
## 3654                                                      Drama|Music
## 3655                                           Crime|Mystery|Thriller
## 3656                                                Drama|History|War
## 3657                                            Comedy|Crime|Thriller
## 3658                                                     Thriller|War
## 3659                                                   Drama|Thriller
## 3660                                      Action|Crime|Drama|Thriller
## 3661                                                           Comedy
## 3662                                                   Comedy|Romance
## 3663                                       Comedy|Drama|Romance|Sport
## 3664                                                    Drama|Romance
## 3665                                                     Action|Sport
## 3666                                                    Action|Comedy
## 3667                                                           Horror
## 3668                                                          Musical
## 3669                                               Comedy|Crime|Drama
## 3670                                            Biography|Drama|Sport
## 3671                                             Comedy|Drama|Romance
## 3672                                    Biography|Drama|Music|Romance
## 3673                                             Comedy|Drama|Romance
## 3674                                                  Mystery|Western
## 3675                                                     Comedy|Drama
## 3676                                          Biography|Drama|Romance
## 3677                                                    Comedy|Sci-Fi
## 3678                                                      Drama|Music
## 3679                                                     Comedy|Drama
## 3680                                     Crime|Drama|Mystery|Thriller
## 3681                                                            Drama
## 3682                              Comedy|Crime|Drama|Romance|Thriller
## 3683                                                     Comedy|Drama
## 3684                                     Crime|Drama|Mystery|Thriller
## 3685                                                     Comedy|Drama
## 3686                                     Comedy|Drama|History|Romance
## 3687                                                            Drama
## 3688                                     Action|Comedy|Drama|Thriller
## 3689                                                   Comedy|Romance
## 3690                                                     Comedy|Drama
## 3691                                             Crime|Drama|Thriller
## 3692                                    Comedy|Horror|Sci-Fi|Thriller
## 3693                                               Comedy|Drama|Sport
## 3694                                                    Drama|Romance
## 3695                                            Drama|Fantasy|Romance
## 3696                                      Action|Crime|Drama|Thriller
## 3697                                          Fantasy|Horror|Thriller
## 3698                                                   Horror|Mystery
## 3699                             Drama|Horror|Mystery|Sci-Fi|Thriller
## 3700                                               Comedy|Documentary
## 3701                                                           Horror
## 3702                                                           Horror
## 3703                                                   Fantasy|Horror
## 3704                                   Action|Fantasy|Horror|Thriller
## 3705                                                 Mystery|Thriller
## 3706                                                     Comedy|Drama
## 3707                                                           Horror
## 3708                                                    Drama|History
## 3709                                             Comedy|Crime|Mystery
## 3710                                   Comedy|Fantasy|Horror|Thriller
## 3711                                   Biography|Crime|Drama|Thriller
## 3712                            Adventure|Drama|Family|Fantasy|Sci-Fi
## 3713                                          Fantasy|Horror|Thriller
## 3714                                                  Biography|Drama
## 3715                                                  Biography|Drama
## 3716                                           Horror|Sci-Fi|Thriller
## 3717                                                 Mystery|Thriller
## 3718                                                   Horror|Mystery
## 3719                                                           Comedy
## 3720                                                      Drama|Music
## 3721                                                     Comedy|Drama
## 3722                                       Comedy|Drama|Music|Romance
## 3723                           Adventure|Drama|Family|Romance|Western
## 3724                                          Animation|Comedy|Family
## 3725                                                            Drama
## 3726                                                  Biography|Drama
## 3727                                                     Comedy|Drama
## 3728                                            Biography|Drama|Sport
## 3729                                                     Comedy|Drama
## 3730                                           Drama|Romance|Thriller
## 3731                                          Horror|Mystery|Thriller
## 3732                                                   Drama|Thriller
## 3733                                                            Drama
## 3734                                                            Drama
## 3735                                                    Drama|History
## 3736                                            Action|Crime|Thriller
## 3737                                                 Adventure|Horror
## 3738                                            Comedy|Family|Romance
## 3739                                                      Crime|Drama
## 3740                                                  Horror|Thriller
## 3741                                   Adventure|Comedy|Drama|Romance
## 3742                                                    Comedy|Horror
## 3743                                            Drama|Horror|Thriller
## 3744                                                    Drama|Mystery
## 3745                                                  Horror|Thriller
## 3746                                                   Horror|Mystery
## 3747                                                     Comedy|Drama
## 3748                              Action|Crime|Drama|Thriller|Western
## 3749                                   Horror|Mystery|Sci-Fi|Thriller
## 3750                                                     Comedy|Drama
## 3751                                                  Action|Thriller
## 3752                                         Action|Adventure|Fantasy
## 3753                                        Drama|History|Romance|War
## 3754                                                           Comedy
## 3755                                                    Drama|Romance
## 3756                                                Drama|Romance|War
## 3757                                                   Comedy|Romance
## 3758                         Action|Adventure|Animation|Family|Sci-Fi
## 3759                                                     Comedy|Drama
## 3760                               Comedy|Crime|Drama|Mystery|Romance
## 3761                                          Adventure|Drama|Romance
## 3762                                                  Horror|Thriller
## 3763                                                 Action|Drama|War
## 3764                                                     Comedy|Drama
## 3765                                                           Comedy
## 3766                                                     Comedy|Drama
## 3767                                                          Western
## 3768                                      Comedy|Crime|Drama|Thriller
## 3769                                             Drama|Mystery|Sci-Fi
## 3770                                                           Comedy
## 3771                                                      Documentary
## 3772                                                            Drama
## 3773                                                            Drama
## 3774                                                     Comedy|Drama
## 3775                                              Comedy|Music|Sci-Fi
## 3776                           Biography|Crime|Drama|Romance|Thriller
## 3777                                                            Drama
## 3778                                                     Comedy|Drama
## 3779                              Comedy|Crime|Drama|Mystery|Thriller
## 3780                                                   Drama|Thriller
## 3781                                                      Crime|Drama
## 3782                           Biography|Crime|Drama|Mystery|Thriller
## 3783                                                            Drama
## 3784                                   Biography|Crime|Drama|Thriller
## 3785                                      Crime|Horror|Music|Thriller
## 3786                                             Comedy|Drama|Romance
## 3787                                             Drama|Mystery|Sci-Fi
## 3788                                               Comedy|Crime|Drama
## 3789                                             Crime|Drama|Thriller
## 3790                                          Biography|Drama|History
## 3791                                            Crime|Documentary|War
## 3792                                                            Drama
## 3793                                                    Comedy|Horror
## 3794                                                    Drama|Romance
## 3795                                          Adventure|Drama|Romance
## 3796                                                            Drama
## 3797                                             Comedy|Horror|Sci-Fi
## 3798                                                  Horror|Thriller
## 3799                                               Crime|Thriller|War
## 3800                                         Mystery|Romance|Thriller
## 3801                                                    Drama|Fantasy
## 3802                                           Horror|Sci-Fi|Thriller
## 3803                                            Drama|Horror|Thriller
## 3804                                     Comedy|Crime|Horror|Thriller
## 3805                                             Comedy|Drama|Fantasy
## 3806                                                 Animation|Comedy
## 3807                                               Drama|Family|Music
## 3808                                             Comedy|Crime|Mystery
## 3809                                               Comedy|Drama|Music
## 3810                                                 Animation|Family
## 3811                                                           Comedy
## 3812                                             Crime|Drama|Thriller
## 3813                                                   Drama|Thriller
## 3814                                        Action|Drama|Thriller|War
## 3815                                           Action|Sci-Fi|Thriller
## 3816                                                     Comedy|Drama
## 3817                                                           Family
## 3818                                   Comedy|Fantasy|Horror|Thriller
## 3819                                                    Action|Horror
## 3820                                         Comedy|Drama|Romance|War
## 3821                                                     Comedy|Drama
## 3822                                                            Drama
## 3823                                                  Horror|Thriller
## 3824                                                           Horror
## 3825                                                     Comedy|Drama
## 3826                                                   Drama|Thriller
## 3827                                  Fantasy|Horror|Mystery|Thriller
## 3828                                                     Comedy|Drama
## 3829                                                     Comedy|Crime
## 3830                                                    Comedy|Horror
## 3831                                  Biography|Drama|Romance|Western
## 3832                                                      Crime|Drama
## 3833                                                            Drama
## 3834                                                           Comedy
## 3835                                                   Comedy|Romance
## 3836                                                    Drama|Romance
## 3837                                                          Western
## 3838                                             Comedy|Drama|Romance
## 3839                                                     Comedy|Drama
## 3840                                                            Drama
## 3841                                                      Crime|Drama
## 3842                                                           Comedy
## 3843                                          Adventure|Drama|Romance
## 3844                                             Comedy|Drama|Romance
## 3845                                                     Comedy|Drama
## 3846                                                  Adventure|Drama
## 3847                                                            Drama
## 3848                                                      Crime|Drama
## 3849                                     Crime|Drama|Romance|Thriller
## 3850                                                            Drama
## 3851                                                  Musical|Romance
## 3852                                                    Drama|Musical
## 3853                                       Drama|History|Thriller|War
## 3854                                                           Comedy
## 3855                                            Drama|Sci-Fi|Thriller
## 3856                                         Adventure|Comedy|Western
## 3857                                              Crime|Drama|Mystery
## 3858                                               Comedy|Crime|Drama
## 3859                                                     Comedy|Drama
## 3860                                                      Crime|Drama
## 3861                                    Biography|Drama|Music|Romance
## 3862                                               Comedy|Drama|Sport
## 3863                                            Action|Crime|Thriller
## 3864                                         Action|Adventure|Western
## 3865                                                      Crime|Drama
## 3866                                    Drama|Horror|Mystery|Thriller
## 3867                                                   Drama|Thriller
## 3868                                                            Drama
## 3869                                                           Comedy
## 3870                                                   Comedy|Romance
## 3871                                Action|Drama|History|Thriller|War
## 3872                                                     Drama|Family
## 3873                                                 Action|Adventure
## 3874                                               Action|Crime|Drama
## 3875                                                   Crime|Thriller
## 3876                                      Action|Crime|Drama|Thriller
## 3877                                                     Drama|Family
## 3878                                                     Comedy|Drama
## 3879                                          Mystery|Sci-Fi|Thriller
## 3880                                         Adventure|Family|Fantasy
## 3881                        Comedy|Drama|Family|Music|Musical|Romance
## 3882                                                      Crime|Drama
## 3883                                                     Comedy|Drama
## 3884                                                 Fantasy|Thriller
## 3885                                     Crime|Drama|Romance|Thriller
## 3886                                                           Comedy
## 3887                                                           Horror
## 3888                                             Drama|Horror|Mystery
## 3889                                                            Drama
## 3890                                                   Comedy|Romance
## 3891                                             Drama|Family|Romance
## 3892                                           Action|Adventure|Drama
## 3893                                                    Drama|Romance
## 3894                                                     Drama|Horror
## 3895                                                    Drama|Romance
## 3896                                                    Comedy|Horror
## 3897                                             Comedy|Horror|Sci-Fi
## 3898                                             Comedy|Drama|Romance
## 3899                                                 Mystery|Thriller
## 3900                                                    Drama|Romance
## 3901                                                    Drama|Fantasy
## 3902                                                     Comedy|Drama
## 3903                                           Horror|Sci-Fi|Thriller
## 3904                             Adventure|Drama|History|Thriller|War
## 3905                  Comedy|Documentary|Drama|Fantasy|Mystery|Sci-Fi
## 3906                                            Drama|Horror|Thriller
## 3907                                                            Drama
## 3908                                             Comedy|Crime|Mystery
## 3909                                 Action|Adventure|Sci-Fi|Thriller
## 3910                                                           Comedy
## 3911                                                           Comedy
## 3912                                      Crime|Drama|Fantasy|Romance
## 3913                                            Drama|Romance|Western
## 3914                                           Crime|Mystery|Thriller
## 3915                                                     Comedy|Crime
## 3916                                          Horror|Mystery|Thriller
## 3917                                           Drama|Mystery|Thriller
## 3918                                                   Comedy|Fantasy
## 3919                                             Comedy|Drama|Romance
## 3920                                                   Drama|Thriller
## 3921                                                     Comedy|Crime
## 3922                                                   Comedy|Fantasy
## 3923                                             Comedy|Drama|Romance
## 3924                                                      Documentary
## 3925                                                            Drama
## 3926                                                           Comedy
## 3927                                                           Comedy
## 3928                                    Comedy|Crime|Romance|Thriller
## 3929                                                     Comedy|Drama
## 3930                                     Action|Crime|Horror|Thriller
## 3931                                                Adventure|Fantasy
## 3932                                                Documentary|Music
## 3933                                                Adventure|Fantasy
## 3934                                                    Drama|Romance
## 3935                                                   Drama|Thriller
## 3936                                                   Drama|Thriller
## 3937                                                            Drama
## 3938                                                    Drama|Fantasy
## 3939                                                            Drama
## 3940                                             Comedy|Crime|Romance
## 3941                                      Crime|Drama|Horror|Thriller
## 3942                                            Comedy|Horror|Mystery
## 3943                                                           Comedy
## 3944                                                            Drama
## 3945                                             Crime|Drama|Thriller
## 3946                                                           Comedy
## 3947                                                   Comedy|Romance
## 3948                                                    Drama|Romance
## 3949                                             Comedy|Drama|Romance
## 3950                                                     Comedy|Drama
## 3951                                              Drama|Horror|Sci-Fi
## 3952                                            Comedy|Family|Romance
## 3953                                                  Biography|Drama
## 3954                                                            Drama
## 3955                                                     Comedy|Drama
## 3956                                  Action|Adventure|Crime|Thriller
## 3957                                                   Comedy|Fantasy
## 3958                                                  Adventure|Drama
## 3959                                     Drama|Family|History|Musical
## 3960                                   Drama|Mystery|Romance|Thriller
## 3961                                                        Drama|War
## 3962                                             Comedy|Drama|Romance
## 3963                                                           Horror
## 3964                                                  Horror|Thriller
## 3965                                                           Horror
## 3966                                                   Comedy|Romance
## 3967                                Adventure|Biography|Drama|Romance
## 3968                                          Adventure|Drama|History
## 3969                                          Biography|Drama|History
## 3970                                                    Drama|Romance
## 3971                                        Drama|History|Romance|War
## 3972                                                  Biography|Drama
## 3973                                            Adventure|War|Western
## 3974                                                            Drama
## 3975                         Biography|Comedy|Musical|Romance|Western
## 3976                                               Comedy|Crime|Drama
## 3977                                                            Drama
## 3978                                               Comedy|Crime|Drama
## 3979                                 Adventure|Comedy|Musical|Romance
## 3980                                                            Drama
## 3981                                                     Comedy|Drama
## 3982                                          Action|Mystery|Thriller
## 3983                                                 Comedy|Drama|War
## 3984                                                            Drama
## 3985                                               Comedy|Drama|Music
## 3986                                                           Comedy
## 3987                                                  Action|Thriller
## 3988                                                     Comedy|Drama
## 3989                                             Crime|Drama|Thriller
## 3990                                                      Drama|Music
## 3991                                   Comedy|Fantasy|Horror|Thriller
## 3992                                     Comedy|Drama|Romance|Western
## 3993                                    Biography|Crime|Drama|History
## 3994                                                            Drama
## 3995                              Action|Crime|Drama|Mystery|Thriller
## 3996                                                         Thriller
## 3997                                                   Horror|Mystery
## 3998                                                           Comedy
## 3999                                             Comedy|Drama|Romance
## 4000                                                  Biography|Drama
## 4001                                           Drama|Mystery|Thriller
## 4002                                                           Horror
## 4003                                                  Horror|Thriller
## 4004                                   Comedy|Fantasy|Horror|Thriller
## 4005                                  Action|Adventure|Comedy|Musical
## 4006                                                           Horror
## 4007                                                    Drama|History
## 4008                                      Comedy|Drama|Fantasy|Horror
## 4009                                                   Comedy|Romance
## 4010                                             Action|Comedy|Sci-Fi
## 4011                                                     Comedy|Drama
## 4012                                            Action|Comedy|Romance
## 4013                      Action|Biography|Crime|Drama|Family|Fantasy
## 4014                                     Crime|Drama|Mystery|Thriller
## 4015                                     Action|Comedy|Crime|Thriller
## 4016                                                   Drama|Thriller
## 4017                                                  Horror|Thriller
## 4018                           Action|Animation|Crime|Sci-Fi|Thriller
## 4019                                                      Documentary
## 4020                                Action|Adventure|Fantasy|Thriller
## 4021                                      Action|Crime|Drama|Thriller
## 4022                                                   Drama|Thriller
## 4023                                           Crime|Mystery|Thriller
## 4024                                                           Comedy
## 4025                                                      Documentary
## 4026                                         Biography|Drama|Thriller
## 4027                                                    Drama|Romance
## 4028                                                     Comedy|Drama
## 4029                                                      Drama|Music
## 4030                                                      Crime|Drama
## 4031                                                     Comedy|Music
## 4032                                            Biography|Drama|Music
## 4033                                              Crime|Drama|Mystery
## 4034                                                            Drama
## 4035                                                    Comedy|Family
## 4036                                                    Drama|Romance
## 4037                                      Action|Crime|Drama|Thriller
## 4038                                                           Comedy
## 4039                                                    Drama|Romance
## 4040                                                            Drama
## 4041                                                     Drama|Horror
## 4042                                                    Drama|Western
## 4043                                                    Drama|Romance
## 4044                                                      Crime|Drama
## 4045                                             Comedy|Drama|Romance
## 4046                                    Action|Comedy|Horror|Thriller
## 4047                                                           Comedy
## 4048                                        Action|Adventure|Thriller
## 4049                                           Horror|Sci-Fi|Thriller
## 4050                                     Drama|Family|Fantasy|Romance
## 4051                                                            Drama
## 4052                                               Comedy|Documentary
## 4053                                                           Horror
## 4054                                                           Comedy
## 4055                                          Crime|Documentary|Drama
## 4056                                                            Drama
## 4057                                                   Fantasy|Horror
## 4058                                                    Drama|Romance
## 4059                                           Horror|Sci-Fi|Thriller
## 4060                                                   Horror|Mystery
## 4061                                     Biography|Comedy|Documentary
## 4062                                                    Drama|Romance
## 4063                                          Action|Adventure|Sci-Fi
## 4064                                        Comedy|Drama|Family|Sport
## 4065                 Action|Adventure|Animation|Family|Fantasy|Sci-Fi
## 4066                                                  Horror|Thriller
## 4067                                              Adventure|Drama|War
## 4068                                          Adventure|Comedy|Sci-Fi
## 4069                                                  Comedy|Thriller
## 4070                                             Comedy|Drama|Romance
## 4071                                          Fantasy|Horror|Thriller
## 4072                                                         Thriller
## 4073                                         Comedy|Documentary|Music
## 4074                                                          Western
## 4075                                               Comedy|Drama|Music
## 4076                                              Action|Comedy|Crime
## 4077                                                            Drama
## 4078                                                        Drama|War
## 4079                                                           Comedy
## 4080                                                 Animation|Comedy
## 4081                                 Action|Adventure|Romance|Western
## 4082                                                           Comedy
## 4083                                                    Drama|Romance
## 4084                                                   Comedy|Fantasy
## 4085                            Action|Fantasy|Horror|Sci-Fi|Thriller
## 4086                                                            Drama
## 4087                                                     Comedy|Drama
## 4088                                                        Drama|War
## 4089                                                    Drama|Romance
## 4090                                                     Comedy|Drama
## 4091                                                   Comedy|Romance
## 4092                                      Crime|Drama|History|Romance
## 4093                                                     Comedy|Drama
## 4094                                           Family|Fantasy|Musical
## 4095                                                   Fantasy|Horror
## 4096                                                     Comedy|Crime
## 4097                                                    Drama|Romance
## 4098                                                            Drama
## 4099                                            Comedy|Crime|Thriller
## 4100                                                  Biography|Drama
## 4101                                             Comedy|Drama|Romance
## 4102                                                      Crime|Drama
## 4103                                                     Comedy|Drama
## 4104                                               Comedy|Documentary
## 4105                                              Comedy|Drama|Horror
## 4106                                           Drama|Mystery|Thriller
## 4107                                                     Drama|Family
## 4108                                           Action|Comedy|Thriller
## 4109                                                    Action|Comedy
## 4110                                      Comedy|Crime|Drama|Thriller
## 4111                                             Drama|Family|Western
## 4112                                                            Drama
## 4113                                             Comedy|Drama|Romance
## 4114                                           Horror|Sci-Fi|Thriller
## 4115                                                   Comedy|Romance
## 4116                              Comedy|Drama|Horror|Sci-Fi|Thriller
## 4117                                               Drama|Family|Music
## 4118                                                           Comedy
## 4119                                             Crime|Drama|Thriller
## 4120                                                            Drama
## 4121                                       Comedy|Drama|Romance|Sport
## 4122                                                Drama|History|War
## 4123                                                  Horror|Thriller
## 4124                                                     Comedy|Drama
## 4125                                            Drama|Sci-Fi|Thriller
## 4126                                             Drama|Horror|Romance
## 4127                                                  Horror|Thriller
## 4128                                                           Comedy
## 4129                                         Adventure|Family|Fantasy
## 4130                                                           Comedy
## 4131                                                            Drama
## 4132                                            Action|Drama|Thriller
## 4133                                                           Comedy
## 4134                                                           Comedy
## 4135                                               Action|Drama|Sport
## 4136                                                   Crime|Thriller
## 4137                                                           Comedy
## 4138                                                         Thriller
## 4139                                    Drama|Horror|Mystery|Thriller
## 4140                                                         Thriller
## 4141                                            Adventure|Crime|Drama
## 4142                                     Drama|Family|Fantasy|Romance
## 4143                                     Action|Adventure|Crime|Drama
## 4144                                             Comedy|Drama|Romance
## 4145                                                            Drama
## 4146                                                     Comedy|Drama
## 4147                                                     Action|Crime
## 4148                                                   Comedy|Romance
## 4149                                    Drama|Horror|Mystery|Thriller
## 4150                                                      Documentary
## 4151                                           Fantasy|Horror|Mystery
## 4152                                                           Horror
## 4153                                      Comedy|Drama|Romance|Sci-Fi
## 4154                                           Action|Horror|Thriller
## 4155                                                Crime|Drama|Music
## 4156                                             Comedy|Music|Romance
## 4157                                                           Horror
## 4158                                 Adventure|Family|Fantasy|Musical
## 4159                                                           Comedy
## 4160                                                           Horror
## 4161                                             Comedy|Drama|Romance
## 4162                                                            Drama
## 4163                                           Adventure|Family|Sport
## 4164                                                          Romance
## 4165                         Action|Adventure|Animation|Comedy|Sci-Fi
## 4166                                         Adventure|Comedy|Romance
## 4167                                                     Comedy|Drama
## 4168                                        Drama|Fantasy|Romance|War
## 4169                                                   Comedy|Western
## 4170                                                  Horror|Thriller
## 4171                                                            Drama
## 4172                                                    Drama|Romance
## 4173                                                     Comedy|Sport
## 4174                                            Drama|Sci-Fi|Thriller
## 4175                                        Documentary|History|Sport
## 4176                                   Horror|Mystery|Sci-Fi|Thriller
## 4177                                          Action|Adventure|Comedy
## 4178                                                  Horror|Thriller
## 4179                                           Comedy|Musical|Romance
## 4180                                                      Documentary
## 4181                                                   Comedy|Fantasy
## 4182                                                      Documentary
## 4183                                                           Horror
## 4184                                               Comedy|Drama|Music
## 4185                                            Horror|Mystery|Sci-Fi
## 4186                                                    Action|Sci-Fi
## 4187                                                            Drama
## 4188                                               Comedy|Documentary
## 4189                                                            Drama
## 4190                                             Comedy|Drama|Romance
## 4191                                                    Drama|Romance
## 4192                                     Action|Drama|Horror|Thriller
## 4193                                                            Drama
## 4194                                             Comedy|Drama|Romance
## 4195                                                            Drama
## 4196                                        Comedy|Crime|Drama|Sci-Fi
## 4197                                                    Drama|Romance
## 4198                                             Comedy|Drama|Romance
## 4199                              Comedy|Family|Musical|Romance|Short
## 4200                                           Comedy|Documentary|War
## 4201                                                      Documentary
## 4202                                                            Drama
## 4203                                                     Comedy|Sport
## 4204                                              Comedy|Drama|Family
## 4205                                                      Documentary
## 4206                                             Comedy|Drama|Romance
## 4207                                                  Horror|Thriller
## 4208                                    Drama|Romance|Sci-Fi|Thriller
## 4209                                               Comedy|Crime|Drama
## 4210                                      Comedy|Drama|Family|Romance
## 4211                                                    Comedy|Horror
## 4212                                                           Horror
## 4213                                                    Drama|History
## 4214                                    Drama|Horror|Mystery|Thriller
## 4215                                          Adventure|Comedy|Sci-Fi
## 4216                                                      Crime|Drama
## 4217                                                      Crime|Drama
## 4218                                                    Comedy|Sci-Fi
## 4219                                                   Comedy|Musical
## 4220                                                    Drama|Musical
## 4221                                              Comedy|Drama|Family
## 4222                                     Drama|Family|Musical|Romance
## 4223                                                            Drama
## 4224                                                         Thriller
## 4225                Adventure|Animation|Comedy|Family|Fantasy|Musical
## 4226                                   Animation|Family|Fantasy|Music
## 4227                                      Action|Crime|Drama|Thriller
## 4228                                                   Drama|Thriller
## 4229                                                  Horror|Thriller
## 4230                                          Horror|Mystery|Thriller
## 4231                                                            Drama
## 4232                                                            Drama
## 4233                                                         Thriller
## 4234                                                            Drama
## 4235                                                   Drama|Thriller
## 4236                                             Comedy|Drama|Romance
## 4237                                             Comedy|Music|Romance
## 4238                                             Action|Comedy|Horror
## 4239                                                Drama|Romance|War
## 4240                                            Biography|Crime|Drama
## 4241                                                     Comedy|Drama
## 4242                                                      Crime|Drama
## 4243                                                           Horror
## 4244                                                            Drama
## 4245                            Comedy|Drama|Mystery|Romance|Thriller
## 4246                                           Horror|Sci-Fi|Thriller
## 4247                                          Adventure|Drama|Western
## 4248                                        Action|Adventure|Thriller
## 4249                                      Action|Comedy|Horror|Sci-Fi
## 4250                                              Crime|Drama|Mystery
## 4251                                                    Comedy|Sci-Fi
## 4252                                                   Horror|Mystery
## 4253                                                           Comedy
## 4254                                                      Crime|Drama
## 4255                                 Action|Adventure|Sci-Fi|Thriller
## 4256                                                    Action|Comedy
## 4257                                              Crime|Drama|Romance
## 4258                                    Biography|Crime|Drama|Romance
## 4259                                    Drama|Horror|Mystery|Thriller
## 4260                                                   Drama|Thriller
## 4261                                                            Drama
## 4262                                                      Drama|Sport
## 4263                                  Adventure|Drama|Romance|Western
## 4264                                           Animation|Comedy|Drama
## 4265                                                     Comedy|Drama
## 4266                                           Biography|Comedy|Drama
## 4267                                                    Drama|Romance
## 4268                                                   Drama|Thriller
## 4269                                                            Drama
## 4270                                                    Drama|Romance
## 4271                                                            Drama
## 4272                                Adventure|Documentary|Drama|Sport
## 4273                                            Drama|Musical|Romance
## 4274                                                     Comedy|Drama
## 4275                                                Crime|Documentary
## 4276                                              Drama|Music|Romance
## 4277                                      Action|Crime|Drama|Thriller
## 4278                                      Action|Crime|Drama|Thriller
## 4279                                             Crime|Drama|Thriller
## 4280                                                   Comedy|Romance
## 4281                                          Horror|Mystery|Thriller
## 4282                                                           Comedy
## 4283                                                            Drama
## 4284                                             Comedy|Drama|Romance
## 4285                Animation|Biography|Documentary|Drama|History|War
## 4286                                                        Adventure
## 4287                                                  Documentary|War
## 4288                                                    Drama|Romance
## 4289                                             Comedy|Drama|Romance
## 4290                                              Documentary|History
## 4291                                                    Drama|Western
## 4292                                    Biography|Documentary|History
## 4293                                              Crime|Drama|Romance
## 4294                                                     Comedy|Drama
## 4295                                                           Comedy
## 4296                                            Comedy|Drama|Thriller
## 4297                                                     Comedy|Drama
## 4298                                   Comedy|Fantasy|Horror|Thriller
## 4299                       Action|Adventure|Comedy|Drama|Music|Sci-Fi
## 4300                                   Action|Comedy|Romance|Thriller
## 4301                                     Biography|Comedy|Drama|Music
## 4302                                                     Comedy|Drama
## 4303                                       Comedy|Drama|Romance|Sport
## 4304                                                            Drama
## 4305                                              Comedy|Drama|Sci-Fi
## 4306                                  Animation|Comedy|Family|Romance
## 4307                                                      Crime|Drama
## 4308                                         Adventure|Family|Fantasy
## 4309                                     Comedy|Drama|Musical|Romance
## 4310                                                            Drama
## 4311                                            Horror|Romance|Sci-Fi
## 4312                                                    Drama|Romance
## 4313                                                            Drama
## 4314                                                     Comedy|Crime
## 4315                             Drama|Horror|Mystery|Sci-Fi|Thriller
## 4316                                                  Horror|Thriller
## 4317                                                         Thriller
## 4318                                     Action|Comedy|Fantasy|Horror
## 4319                                               Action|Crime|Drama
## 4320                                             Crime|Drama|Thriller
## 4321                                                           Horror
## 4322                                                    Comedy|Horror
## 4323                              Crime|Drama|Horror|Mystery|Thriller
## 4324                                                      Documentary
## 4325                                                           Comedy
## 4326                                                         Thriller
## 4327                                      Action|Crime|Drama|Thriller
## 4328                                                     Comedy|Drama
## 4329                           Crime|Drama|Film-Noir|Mystery|Thriller
## 4330                                                  Horror|Thriller
## 4331                                                      Crime|Drama
## 4332                                               Comedy|Crime|Drama
## 4333                                                           Comedy
## 4334                                    Comedy|Fantasy|Musical|Sci-Fi
## 4335                                                     Comedy|Drama
## 4336                                                   Horror|Mystery
## 4337                                                     Comedy|Drama
## 4338                                                   Comedy|Musical
## 4339                                                      Documentary
## 4340                                 Action|Adventure|History|Western
## 4341                                                    Comedy|Horror
## 4342                                    Drama|Horror|Mystery|Thriller
## 4343                                                         Thriller
## 4344                                                      Crime|Drama
## 4345                                                    Drama|Fantasy
## 4346                                                  Action|Thriller
## 4347                                           Drama|Mystery|Thriller
## 4348                                             Comedy|Drama|Romance
## 4349                                   Documentary|Drama|History|News
## 4350                                                            Drama
## 4351                                             Drama|Fantasy|Horror
## 4352                                                    Drama|Musical
## 4353                                                           Horror
## 4354                     Biography|Crime|Documentary|History|Thriller
## 4355                                                            Drama
## 4356                                                            Drama
## 4357                                            Drama|Horror|Thriller
## 4358                                            Biography|Drama|Music
## 4359                                                            Drama
## 4360                                                           Comedy
## 4361                                                    Drama|Romance
## 4362                                                    Drama|Fantasy
## 4363                                                    Action|Sci-Fi
## 4364                                                      Drama|Music
## 4365                                                            Drama
## 4366                                                   Comedy|Romance
## 4367                                               Comedy|Documentary
## 4368                                                    Comedy|Horror
## 4369                                                  Adventure|Drama
## 4370                                                          Western
## 4371                                            Crime|Drama|Film-Noir
## 4372                                                  Horror|Thriller
## 4373                                           Comedy|Horror|Thriller
## 4374                                                    Action|Sci-Fi
## 4375                                                     Comedy|Drama
## 4376                                                      Crime|Drama
## 4377                                                     Drama|Horror
## 4378                                                 Adventure|Family
## 4379                                                           Horror
## 4380                                                  Adventure|Drama
## 4381                                                    Action|Sci-Fi
## 4382                                                      Crime|Drama
## 4383                                                  Horror|Thriller
## 4384                                             Comedy|Crime|Romance
## 4385                                                    Drama|Romance
## 4386                                                    Drama|Romance
## 4387                                                    Drama|Romance
## 4388                                             Comedy|Drama|Romance
## 4389                                                Drama|Romance|War
## 4390                                                          Western
## 4391                                                      Drama|Music
## 4392                                                     Comedy|Drama
## 4393                                             Crime|Drama|Thriller
## 4394                                             Comedy|Drama|Romance
## 4395                                                  Horror|Thriller
## 4396                                             Comedy|Drama|Romance
## 4397                                           Drama|Mystery|Thriller
## 4398                                                          Romance
## 4399                                              Crime|Drama|Romance
## 4400                                                    Drama|Mystery
## 4401                                                           Horror
## 4402                                           Action|Horror|Thriller
## 4403                                             Comedy|Drama|Romance
## 4404                                     Action|Biography|Drama|Sport
## 4405                                                     Comedy|Drama
## 4406                                                            Drama
## 4407                                                     Comedy|Drama
## 4408                                             Comedy|Drama|Romance
## 4409                                                     Comedy|Drama
## 4410                                                           Action
## 4411                               Film-Noir|Mystery|Romance|Thriller
## 4412                                            Drama|Mystery|Romance
## 4413                                       Comedy|Crime|Drama|Romance
## 4414                                  Fantasy|Horror|Mystery|Thriller
## 4415                                     Comedy|Crime|Sci-Fi|Thriller
## 4416                                             Crime|Drama|Thriller
## 4417                                                  Documentary|War
## 4418                                                            Drama
## 4419                                                   Comedy|Romance
## 4420                                             Crime|Drama|Thriller
## 4421                                                            Drama
## 4422                                                    Drama|Romance
## 4423                                           Action|Horror|Thriller
## 4424                                                   Horror|Mystery
## 4425                                                   Comedy|Romance
## 4426                                                     Drama|Family
## 4427                                                    Comedy|Horror
## 4428                                              Comedy|Drama|Family
## 4429                                                            Drama
## 4430                                                   Comedy|Fantasy
## 4431                                                     Comedy|Drama
## 4432                                                           Comedy
## 4433                                              Drama|Music|Romance
## 4434                                                        Drama|War
## 4435                                                   Fantasy|Horror
## 4436                                                            Drama
## 4437                                             Comedy|Drama|Romance
## 4438                                    Drama|Fantasy|Horror|Thriller
## 4439                                            Comedy|Horror|Mystery
## 4440                                                      Documentary
## 4441                                            Drama|Fantasy|Romance
## 4442                                                     Comedy|Drama
## 4443                                                     Comedy|Drama
## 4444                                                           Sci-Fi
## 4445                                              Comedy|Drama|Family
## 4446                                            Action|Crime|Thriller
## 4447                                    Action|Crime|Mystery|Thriller
## 4448                                    Drama|Horror|Mystery|Thriller
## 4449                                           Action|Horror|Thriller
## 4450                                 Animation|Family|Fantasy|Musical
## 4451                                                            Drama
## 4452                                                          Western
## 4453                                          Adventure|Comedy|Horror
## 4454                                                            Drama
## 4455                                                  Horror|Thriller
## 4456                                           Crime|Romance|Thriller
## 4457                                                  Horror|Thriller
## 4458                                          Adventure|Comedy|Family
## 4459                                                     Comedy|Crime
## 4460                                                          Western
## 4461                                       Action|Crime|Drama|Mystery
## 4462                                                            Drama
## 4463                                                     Comedy|Drama
## 4464                                                            Drama
## 4465                                                            Drama
## 4466                                                    Comedy|Horror
## 4467                                      Action|Crime|Drama|Thriller
## 4468                                                     Drama|Sci-Fi
## 4469                                   Action|Biography|Drama|History
## 4470                                                    Action|Sci-Fi
## 4471                                                           Comedy
## 4472                                           Comedy|Musical|Romance
## 4473                                                           Comedy
## 4474                                          Horror|Romance|Thriller
## 4475                                 Drama|Film-Noir|Mystery|Thriller
## 4476                                          Horror|Mystery|Thriller
## 4477                                                  Drama|Film-Noir
## 4478                                                    Horror|Sci-Fi
## 4479                                                      Drama|Music
## 4480                                                        Animation
## 4481                                         Crime|Film-Noir|Thriller
## 4482                                                     Drama|Family
## 4483                                                            Drama
## 4484                                          Comedy|Romance|Thriller
## 4485                                                            Drama
## 4486                                          Horror|Mystery|Thriller
## 4487                                             Comedy|Crime|Mystery
## 4488                                          Action|Romance|Thriller
## 4489                                                     Comedy|Drama
## 4490                                            Drama|Sci-Fi|Thriller
## 4491                                             Comedy|Drama|Romance
## 4492                                                            Drama
## 4493                                           Comedy|Mystery|Romance
## 4494                                     Crime|Drama|Mystery|Thriller
## 4495                                                     Comedy|Drama
## 4496                                                      Drama|Sport
## 4497                                             Crime|Drama|Thriller
## 4498                                             Drama|Family|Fantasy
## 4499                                                          Western
## 4500                                                     Comedy|Drama
## 4501                                                     Comedy|Drama
## 4502                                                     Comedy|Music
## 4503                                                      Documentary
## 4504                                               Comedy|Documentary
## 4505                                                            Drama
## 4506                                                     Comedy|Drama
## 4507                                           Adventure|Comedy|Drama
## 4508                                                           Comedy
## 4509                                     Action|Adventure|Romance|War
## 4510                                                         Thriller
## 4511                                   Action|Horror|Mystery|Thriller
## 4512                                           Adventure|Comedy|Sport
## 4513                                                    Action|Comedy
## 4514                                                           Horror
## 4515                                                           Horror
## 4516                                                           Comedy
## 4517                                             Crime|Drama|Thriller
## 4518                                            Drama|Horror|Thriller
## 4519                                     Action|Drama|Horror|Thriller
## 4520                                                Documentary|Drama
## 4521                                            Comedy|Horror|Musical
## 4522                                                            Drama
## 4523                                                  Sci-Fi|Thriller
## 4524                                            Action|Crime|Thriller
## 4525                                             Action|Horror|Sci-Fi
## 4526                                                           Horror
## 4527                                                Drama|Romance|War
## 4528                                    Drama|Horror|Mystery|Thriller
## 4529                                                     Comedy|Drama
## 4530                                                     Drama|Sci-Fi
## 4531                                                      Drama|Sport
## 4532                                                            Drama
## 4533                                                   Fantasy|Horror
## 4534                                         Adventure|Comedy|History
## 4535                                          Horror|Mystery|Thriller
## 4536                                                      Crime|Drama
## 4537                                                           Horror
## 4538                                        Action|Adventure|Thriller
## 4539                                   Horror|Mystery|Sci-Fi|Thriller
## 4540                                                   Fantasy|Horror
## 4541                                                            Drama
## 4542                                    Drama|Horror|Mystery|Thriller
## 4543                           Action|Adventure|Drama|Sci-Fi|Thriller
## 4544                                                    Drama|Romance
## 4545                                           Adventure|Comedy|Drama
## 4546                                                           Horror
## 4547                                               Comedy|Drama|Music
## 4548                                            Drama|Romance|Western
## 4549                                                      Documentary
## 4550                                         Action|Drama|Romance|War
## 4551                                      Biography|Documentary|Music
## 4552                                                 Adventure|Horror
## 4553                                             Drama|Family|Romance
## 4554                                   Biography|Comedy|Drama|Romance
## 4555                                                      Documentary
## 4556                                                            Drama
## 4557                                             Comedy|Drama|Romance
## 4558                                             Comedy|Drama|Romance
## 4559                                                     Comedy|Drama
## 4560                                           Drama|Mystery|Thriller
## 4561                                                     Comedy|Drama
## 4562                                                      Crime|Drama
## 4563                                                Documentary|Music
## 4564                                                     Comedy|Drama
## 4565                                             Comedy|Drama|Romance
## 4566                                               Comedy|Drama|Music
## 4567                                                      Documentary
## 4568                                       Comedy|Drama|Romance|Sport
## 4569                                           Comedy|Fantasy|Mystery
## 4570                           Adventure|Comedy|Family|Fantasy|Horror
## 4571                                                            Drama
## 4572                                              Crime|Drama|Mystery
## 4573                                                    Drama|Romance
## 4574                                                           Comedy
## 4575                                                    Comedy|Sci-Fi
## 4576                                                    Drama|Romance
## 4577                                                     Comedy|Drama
## 4578                                                            Drama
## 4579                                                   Comedy|Romance
## 4580                                                            Drama
## 4581                                                      Crime|Drama
## 4582                                     Comedy|Drama|Fantasy|Romance
## 4583                                             Drama|Romance|Sci-Fi
## 4584                                             Comedy|Drama|Romance
## 4585                                           Drama|Fantasy|Thriller
## 4586                              Biography|Crime|Documentary|History
## 4587                                            Crime|Documentary|War
## 4588                                                Documentary|Sport
## 4589                                                            Drama
## 4590                                                     Comedy|Drama
## 4591                            Adventure|Biography|Documentary|Drama
## 4592                                                      Documentary
## 4593                                                     Action|Drama
## 4594                                                         Thriller
## 4595                                                           Horror
## 4596                                            Comedy|Crime|Thriller
## 4597                                                     Comedy|Crime
## 4598                                              Crime|Drama|Romance
## 4599                                                     Comedy|Drama
## 4600                                     Action|Comedy|Fantasy|Sci-Fi
## 4601                                                   Comedy|Romance
## 4602                                             Crime|Drama|Thriller
## 4603                                                     Drama|Sci-Fi
## 4604                                              Comedy|Drama|Sci-Fi
## 4605                                                     Comedy|Drama
## 4606                           Action|Adventure|Comedy|Fantasy|Sci-Fi
## 4607                                                     Action|Drama
## 4608                                                     Comedy|Drama
## 4609                                              Crime|Drama|Romance
## 4610                                                    Comedy|Family
## 4611                                                    Drama|Romance
## 4612                                                     Comedy|Drama
## 4613                                             Crime|Drama|Thriller
## 4614                                                           Comedy
## 4615                                                            Drama
## 4616                                                            Drama
## 4617                                                            Drama
## 4618                                                            Drama
## 4619                                             Comedy|Horror|Sci-Fi
## 4620                                                           Horror
## 4621                                                    Drama|Romance
## 4622                                             Comedy|Drama|Romance
## 4623                                                     Comedy|Music
## 4624                                                          Western
## 4625                                                  Horror|Thriller
## 4626                                                   Horror|Mystery
## 4627                                                   Drama|Thriller
## 4628                                             Drama|Musical|Sci-Fi
## 4629                                                           Horror
## 4630                                             Action|Comedy|Horror
## 4631                                                            Drama
## 4632                                     Crime|Drama|Mystery|Thriller
## 4633                                             Drama|Romance|Sci-Fi
## 4634                                                  Horror|Thriller
## 4635                                                           Comedy
## 4636                                                            Drama
## 4637                                                   Comedy|Romance
## 4638                                                 Documentary|News
## 4639                                              Crime|Drama|Romance
## 4640                                                           Comedy
## 4641                                                            Drama
## 4642                                                           Horror
## 4643                                             Crime|Drama|Thriller
## 4644                                                   Drama|Thriller
## 4645                                                            Drama
## 4646                                          Biography|Drama|Romance
## 4647                                          Comedy|Fantasy|Thriller
## 4648                                           Animation|Drama|Family
## 4649                                             Comedy|Romance|Sport
## 4650                                            Action|Drama|Thriller
## 4651                                             Comedy|Drama|Romance
## 4652                                                            Drama
## 4653                                                            Drama
## 4654                                                           Comedy
## 4655                                             Comedy|Drama|Romance
## 4656                                             Drama|Fantasy|Sci-Fi
## 4657                                             Crime|Drama|Thriller
## 4658                                       Action|Comedy|Drama|Sci-Fi
## 4659                                                 Mystery|Thriller
## 4660                                                    Drama|Mystery
## 4661                                                         Thriller
## 4662                                                     Comedy|Drama
## 4663                                                    Drama|Romance
## 4664                                                    Drama|Romance
## 4665                                              Crime|Drama|Romance
## 4666                                                            Drama
## 4667                                                            Drama
## 4668                                                   Drama|Thriller
## 4669                                              Crime|Drama|Romance
## 4670                                                            Drama
## 4671                                                           Comedy
## 4672                                                    Comedy|Horror
## 4673                                       Action|Adventure|Drama|War
## 4674                                     Horror|Sci-Fi|Short|Thriller
## 4675                                               Comedy|Drama|Music
## 4676                                                  Documentary|War
## 4677                 Action|Adventure|Animation|Comedy|Fantasy|Sci-Fi
## 4678                                             Comedy|Drama|Romance
## 4679                                               Comedy|Documentary
## 4680                                            Crime|Horror|Thriller
## 4681                                                           Horror
## 4682                            Drama|Fantasy|Horror|Mystery|Thriller
## 4683                                                            Drama
## 4684                                                            Drama
## 4685                                      Crime|Drama|Horror|Thriller
## 4686                                                           Horror
## 4687                                                           Horror
## 4688                                                 Thriller|Western
## 4689                                          Documentary|Drama|Sport
## 4690                                                Documentary|Music
## 4691                                  Action|Adventure|Fantasy|Sci-Fi
## 4692                                                      Crime|Drama
## 4693                                           Drama|Mystery|Thriller
## 4694                                              Drama|Music|Romance
## 4695                                   Action|Adventure|Drama|Romance
## 4696                                                           Horror
## 4697                                                            Drama
## 4698                                                            Drama
## 4699                                                           Comedy
## 4700                                             Crime|Drama|Thriller
## 4701                                                   Fantasy|Horror
## 4702                                                      Documentary
## 4703                                                      Documentary
## 4704                                  Fantasy|Horror|Mystery|Thriller
## 4705                                                   Drama|Thriller
## 4706                                                     Comedy|Drama
## 4707                                           Comedy|Musical|Romance
## 4708                                                           Horror
## 4709                                        Documentary|History|Music
## 4710                                                           Comedy
## 4711                                               Action|Crime|Drama
## 4712                                                 Mystery|Thriller
## 4713                                                            Drama
## 4714                                                      Crime|Drama
## 4715                                                      Documentary
## 4716                                                      Documentary
## 4717                                            Action|Drama|Thriller
## 4718                                                     Comedy|Drama
## 4719                                                         Thriller
## 4720                                                   Comedy|Musical
## 4721                                                      Documentary
## 4722                                                    Drama|Romance
## 4723                                                           Comedy
## 4724                                                    Drama|Romance
## 4725                                      Biography|Documentary|Drama
## 4726                                         Adventure|Family|Romance
## 4727                        Adventure|Biography|Drama|Horror|Thriller
## 4728                                                           Comedy
## 4729                                                    Horror|Sci-Fi
## 4730                                         Documentary|Family|Music
## 4731                                                     Comedy|Drama
## 4732                                                            Drama
## 4733                                                      Documentary
## 4734                                      Biography|Documentary|Sport
## 4735                                             Comedy|Drama|Romance
## 4736                                                            Drama
## 4737                                                      Documentary
## 4738                                                      Drama|Music
## 4739                                              Comedy|Crime|Family
## 4740                                                            Drama
## 4741                                                      Crime|Drama
## 4742                                              Crime|Drama|Romance
## 4743                                                   Comedy|Romance
## 4744                                             Crime|Drama|Thriller
## 4745                                                     Comedy|Drama
## 4746                                             Comedy|Drama|Romance
## 4747                                                      Documentary
## 4748                                           Action|Adventure|Drama
## 4749                                                Documentary|Sport
## 4750                                             Comedy|Music|Romance
## 4751                                                           Comedy
## 4752                                            Comedy|Fantasy|Horror
## 4753                 Adventure|Animation|Comedy|Family|Fantasy|Sci-Fi
## 4754                                                   Comedy|Romance
## 4755                                                      Drama|Sport
## 4756                                            Drama|Sci-Fi|Thriller
## 4757                                                            Drama
## 4758                                                           Comedy
## 4759                                                    Comedy|Horror
## 4760                                                     Comedy|Crime
## 4761                                      Biography|Documentary|Music
##                              director                        actor1
## 1                       James Cameron                   CCH Pounder
## 2                      Gore Verbinski                   Johnny Depp
## 3                          Sam Mendes               Christoph Waltz
## 4                   Christopher Nolan                     Tom Hardy
## 5                         Doug Walker                   Doug Walker
## 6                      Andrew Stanton                  Daryl Sabara
## 7                           Sam Raimi                  J.K. Simmons
## 8                        Nathan Greno                  Brad Garrett
## 9                         Joss Whedon               Chris Hemsworth
## 10                        David Yates                  Alan Rickman
## 11                        Zack Snyder                  Henry Cavill
## 12                       Bryan Singer                  Kevin Spacey
## 13                       Marc Forster            Giancarlo Giannini
## 14                     Gore Verbinski                   Johnny Depp
## 15                     Gore Verbinski                   Johnny Depp
## 16                        Zack Snyder                  Henry Cavill
## 17                     Andrew Adamson                Peter Dinklage
## 18                        Joss Whedon               Chris Hemsworth
## 19                       Rob Marshall                   Johnny Depp
## 20                   Barry Sonnenfeld                    Will Smith
## 21                      Peter Jackson                  Aidan Turner
## 22                          Marc Webb                    Emma Stone
## 23                       Ridley Scott                     Mark Addy
## 24                      Peter Jackson                  Aidan Turner
## 25                        Chris Weitz               Christopher Lee
## 26                      Peter Jackson                   Naomi Watts
## 27                      James Cameron             Leonardo DiCaprio
## 28                      Anthony Russo             Robert Downey Jr.
## 29                         Peter Berg                   Liam Neeson
## 30                    Colin Trevorrow           Bryce Dallas Howard
## 31                         Sam Mendes                 Albert Finney
## 32                          Sam Raimi                  J.K. Simmons
## 33                        Shane Black             Robert Downey Jr.
## 34                         Tim Burton                   Johnny Depp
## 35                       Brett Ratner                  Hugh Jackman
## 36                        Dan Scanlon                 Steve Buscemi
## 37                        Michael Bay               Glenn Morshower
## 38                        Michael Bay                   Bingbing Li
## 39                          Sam Raimi                    Tim Holmes
## 40                          Marc Webb                    Emma Stone
## 41                    Joseph Kosinski                  Jeff Bridges
## 42                      John Lasseter                  Joe Mantegna
## 43                    Martin Campbell                 Ryan Reynolds
## 44                        Lee Unkrich                     Tom Hanks
## 45                                McG                Christian Bale
## 46                          James Wan                 Jason Statham
## 47                       Marc Forster                 Peter Capaldi
## 48                       Bryan Singer             Jennifer Lawrence
## 49                        J.J. Abrams          Benedict Cumberbatch
## 50                       Bryan Singer                  Eddie Marsan
## 51                       Baz Luhrmann             Leonardo DiCaprio
## 52                        Mike Newell               Jake Gyllenhaal
## 53                 Guillermo del Toro                Charlie Hunnam
## 54                        Michael Bay               Glenn Morshower
## 55                   Steven Spielberg                 Harrison Ford
## 56                         Peter Sohn                  A.J. Buckley
## 57                       Mark Andrews               Kelly Macdonald
## 58                         Justin Lin                Sofia Boutella
## 59                     Andrew Stanton             John Ratzenberger
## 60                       Brett Ratner                        Tzi Ma
## 61                    Roland Emmerich                  Oliver Platt
## 62                    Robert Zemeckis                  Robin Wright
## 63                     Lana Wachowski                Channing Tatum
## 64                        David Yates               Christoph Waltz
## 65                     Andrew Adamson                 Jim Broadbent
## 66                       Bryan Singer             Jennifer Lawrence
## 67                  Christopher Nolan                Christian Bale
## 68                        Pete Docter             John Ratzenberger
## 69                      Rob Letterman                   Amy Poehler
## 70                        Jon Favreau             Robert Downey Jr.
## 71                    Martin Scorsese         ChloÃ<U+0083>« Grace Moretz
## 72                   Barry Sonnenfeld                    Will Smith
## 73                          Rob Cohen                        Jet Li
## 74                         David Ayer                    Will Smith
## 75                        Tom Shadyac                 Jimmy Bennett
## 76                         Doug Liman                    Tom Cruise
## 77                     Kevin Reynolds            Jeanne Tripplehorn
## 78                    Stephen Sommers          Joseph Gordon-Levitt
## 79                        Pete Docter                   Amy Poehler
## 80                        Jon Favreau            Scarlett Johansson
## 81                        Jon Favreau             Robert Downey Jr.
## 82                     Rupert Sanders               Chris Hemsworth
## 83                   Robert Stromberg           Angelina Jolie Pitt
## 84                        Matt Reeves                   Gary Oldman
## 85                    Roland JoffÃ<U+0083>©                Tamsin Egerton
## 86                        Carl Rinsch                  Keanu Reeves
## 87                      Anthony Russo            Scarlett Johansson
## 88                      Mike Mitchell                      Jon Hamm
## 89                          Brad Bird                    Judy Greer
## 90                           Don Hall              Damon Wayans Jr.
## 91                         Rich Moore                 Jack McBrayer
## 92                    Robert Zemeckis                     Tom Hanks
## 93                    Roland Emmerich                 Vivica A. Fox
## 94                       Dean DeBlois                 Gerard Butler
## 95                    Jonathan Mostow                    Nick Stahl
## 96                         James Gunn                Bradley Cooper
## 97                  Christopher Nolan           Matthew McConaughey
## 98                  Christopher Nolan             Leonardo DiCaprio
## 99                       Hideaki Anno                 Mark Chinnery
## 100                     Peter Jackson                  Aidan Turner
## 101                         Rob Cohen                   Paul Walker
## 102                     David Fincher                     Brad Pitt
## 103                    Matthew Vaughn             Jennifer Lawrence
## 104                  Francis Lawrence             Jennifer Lawrence
## 105                    Jon Turteltaub                  Nicolas Cage
## 106                 Wolfgang Petersen                 Jimmy Bennett
## 107                       James Bobin                   Johnny Depp
## 108                      Chris Miller             Justin Timberlake
## 109                      Duncan Jones                Dominic Cooper
## 110                       Alan Taylor                  J.K. Simmons
## 111                     Michael Apted                  Bruce Spence
## 112                       Michael Bay               Jennifer Garner
## 113                       Michael Bay                     Zack Ward
## 114                      Oliver Stone               Anthony Hopkins
## 115                       David Yates              Robert Pattinson
## 116                       Mike Newell              Robert Pattinson
## 117                        Peter Berg                    Will Smith
## 118                  Francis Lawrence                    Will Smith
## 119                        Tim Burton                   Johnny Depp
## 120                         Brad Bird              Janeane Garofalo
## 121                 Christopher Nolan                Christian Bale
## 122                      Eric Darnell                    Bernie Mac
## 123                        Shawn Levy                Robin Williams
## 124                        Gavin Hood                  Hugh Jackman
## 125                    Lana Wachowski                   Essie Davis
## 126                        Chris Buck                      Josh Gad
## 127                    Lana Wachowski                 Steve Bastoni
## 128                       Alan Taylor               Chris Hemsworth
## 129                     George Miller                     Tom Hardy
## 130                        Ron Howard                     Tom Hanks
## 131                   Kenneth Branagh               Chris Hemsworth
## 132                      Byron Howard         ChloÃ<U+0083>« Grace Moretz
## 133                      Hoyt Yeatman                  Kelli Garner
## 134                Jonathan Liebesman                   Liam Neeson
## 135                        Tim Burton                   Johnny Depp
## 136             Christopher McQuarrie                    Tom Cruise
## 137                      Joe Johnston               Anthony Hopkins
## 138                       David Yates               Christoph Waltz
## 139                     Steve Hickner             Matthew Broderick
## 140               Jennifer Yuh Nelson           Angelina Jolie Pitt
## 141                M. Night Shyamalan             Seychelle Gabriel
## 142                       J.J. Abrams        Philip Seymour Hoffman
## 143                   Roland Emmerich                Channing Tatum
## 144                       Simon Wells             Elisabeth Harnois
## 145                      David Bowers                  Hugh Jackman
## 146                        Joe Wright                  Hugh Jackman
## 147                       Rob Minkoff                    Ty Burrell
## 148                 Wolfgang Petersen                     Brad Pitt
## 149                      Eric Darnell            Jada Pinkett Smith
## 150                      Lee Tamahori                 Toby Stephens
## 151                         Paul Feig                 Ed Begley Jr.
## 152                       Michael Bay                  Bruce Willis
## 153                  Barry Sonnenfeld                    Will Smith
## 154                   Robert Zemeckis                  Robin Wright
## 155                Alessandro Carloni                  J.K. Simmons
## 156                         Brad Bird                    Tom Cruise
## 157                      Peter Ramsey                  Hugh Jackman
## 158                      Dean Parisot          John Michael Higgins
## 159                      Edward Zwick                    Tom Cruise
## 160                      Ridley Scott                Christian Bale
## 161                       J.J. Abrams               Chris Hemsworth
## 162                         Sam Raimi                  J.K. Simmons
## 163                      Dean DeBlois                 Gerard Butler
## 164                       Alex Proyas                 Gerard Butler
## 165                         Rob Cohen                   Sam Shepard
## 166                       Zack Snyder                   Matt Frewer
## 167                    Richard Donner                        Jet Li
## 168                           Ang Lee                  Kevin Rankin
## 169                        Jon M. Chu                Channing Tatum
## 170                      Breck Eisner           Matthew McConaughey
## 171                Hironobu Sakaguchi                 Steve Buscemi
## 172                      Joe Johnston                   Chris Evans
## 173                     Michael Apted                  Colin Salmon
## 174                        Peter Weir                  James D'Arcy
## 175                       Bill Condon              Robert Pattinson
## 176                     George Miller                Robin Williams
## 177                   Louis Leterrier                    Ty Burrell
## 178                                                     Don Johnson
## 179                  Steven Spielberg                  Mark Rylance
## 180       Alejandro G. IÃ<U+0083>±Ã<U+0083>¡rritu             Leonardo DiCaprio
## 181                       David Soren                 Ryan Reynolds
## 182                    Gore Verbinski                   Johnny Depp
## 183                      Eric Darnell          Benedict Cumberbatch
## 184                   Paul Greengrass                    Matt Damon
## 185                      Mark Osborne           Angelina Jolie Pitt
## 186                       Peyton Reed                    Judy Greer
## 187                  Francis Lawrence             Jennifer Lawrence
## 188                       Bill Condon              Robert Pattinson
## 189                       Tim Johnson                   Jim Parsons
## 190                  Steven Spielberg                    Tom Cruise
## 191                       Michael Bay                    Will Smith
## 192                      Chris Miller                   Salma Hayek
## 193                     Phillip Noyce           Angelina Jolie Pitt
## 194                  Darren Aronofsky               Anthony Hopkins
## 195                  Steven Spielberg                    Toby Jones
## 196                 Alfonso CuarÃ<U+0083>³n              Daniel Radcliffe
## 197                      Baz Luhrmann                   Essie Davis
## 198                M. Night Shyamalan                    Will Smith
## 199                     Eric Leighton                 Alfre Woodard
## 200                        Matt Birch                  Rupert Grint
## 201                        Shawn Levy                Robin Williams
## 202                       Tom McGrath                  J.K. Simmons
## 203                    Chris Columbus              Daniel Radcliffe
## 204                  Robert Schwentke                 Ryan Reynolds
## 205                      Hideaki Anno                 Mark Chinnery
## 206                    Gore Verbinski                   Johnny Depp
## 207                        Matt Birch                  Rupert Grint
## 208                  Francis Lawrence             Jennifer Lawrence
## 209                        Ron Howard                     Tom Hanks
## 210                   Carlos Saldanha                 Miguel Ferrer
## 211                      Bryan Singer                  Hugh Jackman
## 212                        Justin Lin                   Paul Walker
## 213                       Guy Ritchie             Robert Downey Jr.
## 214                   Louis Leterrier                   Liam Neeson
## 215                    Paul Verhoeven                     Ronny Cox
## 216                    John McTiernan                   Tony Curran
## 217                       Tony Gilroy                 Jeremy Renner
## 218                   Joel Schumacher                 Michael Gough
## 219                        Ron Howard                  Clint Howard
## 220                   Roland Emmerich               Jake Gyllenhaal
## 221                          John Woo                    Tom Cruise
## 222                 Wolfgang Petersen                   Karen Allen
## 223                         Tim Story                   Chris Evans
## 224                           Ang Lee                  Suraj Sharma
## 225               Mark Steven Johnson                  Nicolas Cage
## 226                   Paul Greengrass                    Matt Damon
## 227                               McG                    Demi Moore
## 228                      Ridley Scott            Michael Fassbender
## 229                       Rob Minkoff                   Nathan Lane
## 230                    Neill Blomkamp                    Matt Damon
## 231                       David Twohy                    Vin Diesel
## 232                   JosÃ<U+0083>© Padilha                   Gary Oldman
## 233                    Lana Wachowski                  Scott Porter
## 234                   James L. Brooks                  Shelley Conn
## 235                     James Mangold                    Tom Cruise
## 236                   Joseph Kosinski                Morgan Freeman
## 237                      George Lucas               Natalie Portman
## 238                      George Lucas               Natalie Portman
## 239                       Pete Docter                 Steve Buscemi
## 240                     James Mangold                  Hugh Jackman
## 241                      George Lucas               Natalie Portman
## 242                     Kirk De Micco                 Ryan Reynolds
## 243          FrÃ<U+0083>©dÃ<U+0083>©ric Forestier                   Alain Delon
## 244                          John Woo                  Nicolas Cage
## 245             Cedric Nicolas-Troyan               Chris Hemsworth
## 246                Jonathan Liebesman                   Noel Fisher
## 247                 Alfonso CuarÃ<U+0083>³n                Phaldut Sharma
## 248                   Roger Donaldson          Jamie RenÃ<U+0083>©e Smith
## 249                        Dave Green                 Stephen Amell
## 250                        Josh Trank              Tim Blake Nelson
## 251                        Shawn Levy                Robin Williams
## 252                       Brad Peyton                Dwayne Johnson
## 253                Roger Spottiswoode            Vincent Schiavelli
## 254                   Roland Emmerich                  Heath Ledger
## 255                 Steven Soderbergh                     Brad Pitt
## 256                        Doug Liman                     Brad Pitt
## 257                  Robert Schwentke                  Kate Winslet
## 258                   Martin Scorsese             Leonardo DiCaprio
## 259                     Rob Letterman                  James Corden
## 260                     Michel Gondry               Christoph Waltz
## 261                                                  George Peppard
## 262                        Noam Murro                     Eva Green
## 263                      Raja Gosnell               Mahadeo Shivraj
## 264                         Will Finn                 Steve Buscemi
## 265                  Robert Schwentke                   Naomi Watts
## 266                        Shawn Levy                  Hugh Jackman
## 267                      Raja Gosnell                Jacob Tremblay
## 268                       Jan de Bont                  Jason Patric
## 269                        Gavin Hood                 Harrison Ford
## 270                       Len Wiseman                  Bruce Willis
## 271                     Peter Jackson               Christopher Lee
## 272                      Frank Coraci                 Jim Broadbent
## 273                      Michael Mann                    Will Smith
## 274                          Bo Welch                    Sean Hayes
## 275                       Alex Proyas                    Will Smith
## 276                      Ridley Scott                   Liam Neeson
## 277                       Rob Minkoff              Chazz Palminteri
## 278                      Ron Clements                 Oprah Winfrey
## 279                      Ridley Scott                    Matt Damon
## 280               Christopher Barnard                   Mathew Buck
## 281                       Michael Bay            Scarlett Johansson
## 282                     Peter Chelsom                    Del Zamora
## 283                      Dominic Sena                  Nicolas Cage
## 284                      Ridley Scott                Djimon Hounsou
## 285                  Steven Spielberg                    Tom Cruise
## 286                    Chris Columbus              Daniel Radcliffe
## 287                   Martin Campbell                     Eva Green
## 288                        Tim Burton          Cary-Hiroyuki Tagawa
## 289                     James Cameron                    Joe Morton
## 290                      Michael Mann                   Johnny Depp
## 291                      Ridley Scott             Denzel Washington
## 292                     James Cameron              Jamie Lee Curtis
## 293                        Tony Scott             Denzel Washington
## 294                        Paul Weitz                Robert De Niro
## 295                        Adam McKay                Dwayne Johnson
## 296                     Chuck Russell              Vanessa Williams
## 297                 Quentin Tarantino             Leonardo DiCaprio
## 298                    Gary Trousdale                    Demi Moore
## 299                       Mark Dindal                   Eartha Kitt
## 300                        Simon West                 Jason Statham
## 301                    Jon Turteltaub                  Nicolas Cage
## 302                  Stefen Fangmeier                Djimon Hounsou
## 303                       Spike Jonze              Catherine O'Hara
## 304                        Joe Wright                  Hugh Jackman
## 305                       Chris Wedge               Josh Hutcherson
## 306  Florian Henckel von Donnersmarck                   Johnny Depp
## 307                       Peter Hyams                   CCH Pounder
## 308                      Edward Zwick             Leonardo DiCaprio
## 309                   Martin Scorsese             Leonardo DiCaprio
## 310                   Joel Schumacher                 Michael Gough
## 311                    Paul Verhoeven                    Jake Busey
## 312                        Tom Tykwer                     Tom Hanks
## 313                       Zack Snyder                 Abbie Cornish
## 314                             Pitof                Frances Conroy
## 315                      Brett Ratner                Dwayne Johnson
## 316                      Ron Clements          Joseph Gordon-Levitt
## 317                   Brad Silberling                  Will Ferrell
## 318                    Patrick Hughes                 Jason Statham
## 319                      Ericson Core                  Ray Winstone
## 320                 Lawrence Guterman                 Jamie Kennedy
## 321                        Ron Howard               Chris Hemsworth
## 322                     Ron Underwood                Rosario Dawson
## 323                   Paul Greengrass                    Matt Damon
## 324                     Steve Martino             Francesca Capaldi
## 325                       David Mamet                   Ben Gazzara
## 326                   Stephen Sommers                Dwayne Johnson
## 327                   Martin Scorsese             Leonardo DiCaprio
## 328                       Yimou Zhang                Christian Bale
## 329                       Ash Brannon                  Jeff Bridges
## 330                          Frank Oz                    Jon Lovitz
## 331                      Ridley Scott                 Ioan Gruffudd
## 332                         Jay Roach                  Will Ferrell
## 333                        Luc Besson                Milla Jovovich
## 334              Michael Patrick King                    Chris Noth
## 335                     Bibo Bergeron                  Frank Welker
## 336                     Steve Martino                Peter Dinklage
## 337                   Kenneth Branagh                 Hayley Atwell
## 338                     Peter Jackson             Michael Imperioli
## 339                    Andrew Stanton               Alexander Gould
## 340                     Peter Jackson                 Orlando Bloom
## 341                     Peter Jackson               Christopher Lee
## 342                     Sergey Bodrov                  Jeff Bridges
## 343                        Simon West           Angelina Jolie Pitt
## 344                     Wally Pfister                   Johnny Depp
## 345                      Joe Johnston                 Michael Jeter
## 346                      Rupert Wyatt                  James Franco
## 347                       Mark Waters                  Martin Short
## 348                        John Moore                  Bruce Willis
## 349                  John Lee Hancock                  Dennis Quaid
## 350                         Brad Bird                  Holly Hunter
## 351                      Renny Harlin         Christopher Masterson
## 352                    Chris Columbus                  Logan Lerman
## 353                  Barry Sonnenfeld                    Will Smith
## 354                     John Lasseter                     Tom Hanks
## 355                        Tony Scott             Denzel Washington
## 356                      Brett Ratner               Mei MelanÃ<U+0083>§on
## 357                   Robert Zemeckis                 Harrison Ford
## 358                         Phil Lord                    Will Forte
## 359                   Carlos Saldanha                   Denis Leary
## 360                       Ben Stiller                    Adam Scott
## 361                               McG                   Bill Murray
## 362                   Martin Scorsese             Leonardo DiCaprio
## 363                     Tony Bancroft                   Ming-Na Wen
## 364                       Ben Stiller             Robert Downey Jr.
## 365                     David Fincher                  Robin Wright
## 366                    John McTiernan                  Bruce Willis
## 367                       Guy Ritchie             Robert Downey Jr.
## 368                 Timur Bekmambetov                Morgan Freeman
## 369                    Gary Trousdale                 Leonard Nimoy
## 370                       Walt Becker                  Bella Thorne
## 371                      Bryan Singer                    Tom Cruise
## 372                      Dennis Dugan                  Adam Sandler
## 373                    Chris Columbus                Peter Dinklage
## 374                  Steven Spielberg             Haley Joel Osment
## 375                       Rob Minkoff               Marsha Thomason
## 376                   Robert Zemeckis           Matthew McConaughey
## 377                    Paul Verhoeven                 Greg Grunberg
## 378                    Sydney Pollack                  Curtiss Cook
## 379                  Thor Freudenthal                  Logan Lerman
## 380                       Jan de Bont                 Gerard Butler
## 381                        Jon M. Chu              Daniel Radcliffe
## 382                     Phillip Noyce                Alun Armstrong
## 383                        Tony Scott                     Brad Pitt
## 384                    Brian De Palma                   Don Cheadle
## 385                   Carlos Saldanha                 Anne Hathaway
## 386                    Chris Columbus                Robin Williams
## 387                      Mick Jackson                   Don Cheadle
## 388                    Alan J. Pakula                 Harrison Ford
## 389                   Kathryn Bigelow                   Liam Neeson
## 390                        Josh Trank              Tim Blake Nelson
## 391                       John Milius                 William Smith
## 392                        Ron Howard               Paddy Considine
## 393              Andrey Konchalovskiy             Shirley Henderson
## 394                         Gary Ross                  Jeff Bridges
## 395                       Jan de Bont        Philip Seymour Hoffman
## 396                         Rob Cohen                   Paul Walker
## 397                   Robert Zemeckis                     Tom Hanks
## 398                     George Miller                Robin Williams
## 399                   Paul Greengrass                    Matt Damon
## 400                 Wolfgang Petersen                 Harrison Ford
## 401                 Steven Soderbergh                     Brad Pitt
## 402                Paul W.S. Anderson                Milla Jovovich
## 403                Genndy Tartakovsky                 Steve Buscemi
## 404                        Kevin Lima                  Jeff Bennett
## 405                                              Caroline Dhavernas
## 406                   Daniel Espinosa             Denzel Washington
## 407                        Kevin Lima                 Ioan Gruffudd
## 408                      Brett Ratner             Matthew Broderick
## 409                      Nancy Meyers                  Kate Winslet
## 410                        Tony Scott                    Will Smith
## 411                      Nancy Meyers                  Meryl Streep
## 412                 Steven Soderbergh                     Al Pacino
## 413                      Roger Allers                   Jon Favreau
## 414                       Neil Burger                  Kate Winslet
## 415               Jean-Jacques Annaud                   Bob Hoskins
## 416                        Peter Berg                Dwayne Johnson
## 417                    John McTiernan             F. Murray Abraham
## 418                      Rob Marshall                       Li Gong
## 419                        Justin Lin            Amber Stevens West
## 420                       Sarah Smith                 Jim Broadbent
## 421                      Martin Brest               Anthony Hopkins
## 422                      Andrew Davis                  Raymond Cruz
## 423                         Bob Fosse                  Roy Scheider
## 424                      Tarsem Singh                 Julia Roberts
## 425                      Edgar Wright                 Anna Kendrick
## 426                         Jon Amiel               Glenn Morshower
## 427                       Peter Segal                  Larry Miller
## 428                      Raja Gosnell         Sarah Michelle Gellar
## 429                       Pete Travis                   Wood Harris
## 430                      Frank Coraci                  Adam Sandler
## 431                  George A. Romero                    Ted Danson
## 432                       Brad Peyton                 Jack McBrayer
## 433                        Doug Liman               Kristen Stewart
## 434                Guillermo del Toro               Seth MacFarlane
## 435                     David Fincher             Robert Downey Jr.
## 436                Roger Spottiswoode                 Robert Duvall
## 437                       Tom Shadyac                Morgan Freeman
## 438                Sylvester Stallone                 Jason Statham
## 439                    Brian De Palma                    Tom Cruise
## 440                         Gary Ross             Jennifer Lawrence
## 441                     Todd Phillips                Bradley Cooper
## 442                        Tim Burton                 Michael Gough
## 443                       Tim Johnson                  Bruce Willis
## 444                      Dean DeBlois                   Tia Carrere
## 445                       Gary Winick                 Steve Buscemi
## 446                        Mimi Leder                Morgan Freeman
## 447                      Dean Parisot                  Bruce Willis
## 448                       Peter Segal                  Adam Sandler
## 449                     Mike Mitchell                   Amy Poehler
## 450                      Dennis Dugan                 Steve Buscemi
## 451                       Peter Segal                   Bill Murray
## 452                      Nancy Meyers                  Keanu Reeves
## 453                   Martin Scorsese             Leonardo DiCaprio
## 454                       Seth Gordon                   Jon Favreau
## 455                       Chris Wedge                 Jim Broadbent
## 456                          John Woo                  Nicolas Cage
## 457                     Adam Shankman                  Adam Sandler
## 458                        Sam Mendes                     Tom Hanks
## 459                      Dennis Dugan                  Adam Sandler
## 460                                                    Elden Henson
## 461                        Simon West                 Steve Buscemi
## 462                       D.J. Caruso                Rosario Dawson
## 463                 Anthony Minghella        Philip Seymour Hoffman
## 464                     Albert Hughes             Denzel Washington
## 465                      Les Mayfield                Robin Williams
## 466                       Jan de Bont                   Liam Neeson
## 467                         Joe Pytka                   Bill Murray
## 468                        Shawn Levy                    Roger Rees
## 469                  Scott Derrickson                  Keanu Reeves
## 470                    Richard Donner                 Julia Roberts
## 471                        David Ayer                     Brad Pitt
## 472                      Ivan Reitman                 Harrison Ford
## 473                       Eric Brevig             Justin Timberlake
## 474                      Kelly Asbury                    Matt Damon
## 475                      Frank Coraci                Rosario Dawson
## 476                   Stephen Hopkins                   Gary Oldman
## 477                    Jonathan Demme             Denzel Washington
## 478                      Henry Jaglom              Vanessa Redgrave
## 479                Genndy Tartakovsky                 Steve Buscemi
## 480                                            Elizabeth Montgomery
## 481                       James Algar                  Quincy Jones
## 482                       Simon Wells                     Mark Addy
## 483                     Ron Underwood               Charlize Theron
## 484                      Dominic Sena                  Hugh Jackman
## 485                   Martin Campbell               Michael Emerson
## 486                      Vincent Ward                Robin Williams
## 487                      Steven Brill                  Adam Sandler
## 488                     Terry Gilliam                    Matt Damon
## 489                        Tim Burton               Natalie Portman
## 490             Lucile Hadzihalilovic                 Nissim Renard
## 491                      Lee Tamahori               Anthony Hopkins
## 492                   Jonathan Mostow                  Bruce Willis
## 493                   Roger Donaldson               Bruce Greenwood
## 494                         Rob Cohen            Sylvester Stallone
## 495                        Barry Cook                  Charlie Rowe
## 496                   Roger Christian                 Richard Tyson
## 497                         Joe Dante                Brendan Fraser
## 498                      Rob Marshall                        Fergie
## 499                    Richard Donner                   Paul Walker
## 500                     Kevin Costner               Olivia Williams
## 501                     George Miller                 Adam Goldberg
## 502                      Breck Eisner                    Vin Diesel
## 503                    Antony Hoffman                     Bob Neill
## 504                        Luc Besson                    Mia Farrow
## 505                    Jacques Perrin       Pedro ArmendÃ<U+0083>¡riz Jr.
## 506                       Peter Hyams                 David Oyelowo
## 507                Paul W.S. Anderson                    Sasha Roiz
## 508               AndrÃ<U+0083>©s Couturier                Sariann Monaco
## 509                        Ron Howard                 Adam Goldberg
## 510                      Roger Allers             Matthew Broderick
## 511                       Brad Peyton               Josh Hutcherson
## 512                      Cody Cameron                    Will Forte
## 513                      Brett Ratner        Philip Seymour Hoffman
## 514                      Joe Johnston                  J.K. Simmons
## 515                      Dennis Dugan                     Al Pacino
## 516                    John Singleton                   Paul Walker
## 517                      Mark Osborne                  Jeff Bridges
## 518               Oliver Hirschbiegel                    Roger Rees
## 519                       Des McAnuff                Robert De Niro
## 520                     Yarrow Cheney                  Steve Coogan
## 521                Stephen Norrington                 Jason Flemyng
## 522                     Pierre Coffin                  Steve Carell
## 523                   Roland Emmerich                    Will Smith
## 524                  Steven Spielberg               Ariana Richards
## 525                      Eric Darnell            Jada Pinkett Smith
## 526                 Alfonso CuarÃ<U+0083>³n                Charlie Hunnam
## 527                      Bryan Singer                  Hugh Jackman
## 528                 Timur Bekmambetov           Angelina Jolie Pitt
## 529                       Michael Bay                  Nicolas Cage
## 530                   Carlos Saldanha                   Denis Leary
## 531                       Peter Segal                  Adam Sandler
## 532                     Adam Shankman                 Jerry Stiller
## 533                      Renny Harlin                  James D'Arcy
## 534                     David Kellogg             Matthew Broderick
## 535                   Louis Leterrier                Morgan Freeman
## 536                      Dennis Dugan                 Steve Buscemi
## 537                  Steven Spielberg                     Tom Hanks
## 538                                                Harold Perrineau
## 539                  Thor Freudenthal                   Don Cheadle
## 540                   Martin Campbell                  Nicholas Lea
## 541                      Mike Nichols        Philip Seymour Hoffman
## 542                     Bibo Bergeron                Robert De Niro
## 543                       Bill Condon                Loretta Devine
## 544                                                      Adam Arkin
## 545                      F. Gary Gray                Dwayne Johnson
## 546                  Steven Spielberg                  Ayelet Zurer
## 547                     Antoine Fuqua                  Bruce Willis
## 548                    Robert Luketic                   Tom Selleck
## 549                       Guy Ritchie                  Henry Cavill
## 550                   James L. Brooks                  Adam Sandler
## 551                         Gil Kenan                 Steve Buscemi
## 552                    Barry Levinson                  Bruce Willis
## 553                      Jerry Zucker                  Julia Ormond
## 554                      Andy Tennant                      Bai Ling
## 555                      Tarsem Singh                  Henry Cavill
## 556               Florent-Emilio Siri                 Jimmy Bennett
## 557                         Don Bluth                    Matt Damon
## 558                       Ron Shelton                 Harrison Ford
## 559                Paul W.S. Anderson                Connie Nielsen
## 560                      David Pastor            Christopher Meloni
## 561                      Henry Selick                Brendan Fraser
## 562                        John Moore                  Dennis Quaid
## 563                M. Night Shyamalan                  Robin Wright
## 564                        Kyle Balda                  Steve Carell
## 565                       Zack Snyder                      Jon Hamm
## 566                    Brian De Palma                  Nicolas Cage
## 567                    Barry Levinson                  Peter Coyote
## 568                       Clay Kaytis                Peter Dinklage
## 569                      Andy Tennant           Matthew McConaughey
## 570                       Judd Apatow                  Adam Sandler
## 571                        Peter Berg               Jennifer Garner
## 572                        Adam McKay                  Will Ferrell
## 573                        Steve Carr               Raven-SymonÃ<U+0083>©
## 574                        Mel Gibson                 Mhairi Calvey
## 575                        Sam Mendes               Jake Gyllenhaal
## 576                   David Silverman                 Albert Brooks
## 577                    Frank Darabont                 Martin Landau
## 578                      Renny Harlin            Sylvester Stallone
## 579               Jean-Jacques Annaud                    David Gant
## 580                M. Night Shyamalan           Bryce Dallas Howard
## 581                      Betty Thomas                  Oliver Platt
## 582                M. Night Shyamalan                   Rory Culkin
## 583                    Andrew Adamson                Rupert Everett
## 584                     John Lasseter             John Ratzenberger
## 585                    Garry Marshall                 Julia Roberts
## 586                         Rob Cohen                    Vin Diesel
## 587                      Paul Tibbitt                    Tim Conway
## 588                        Ron Howard                   Lili Taylor
## 589                 Quentin Tarantino            Michael Fassbender
## 590                  Steven Spielberg                Robin Williams
## 591                      Brett Ratner                Dwayne Johnson
## 592                      Renny Harlin                  Bruce Willis
## 593                     Clark Johnson                 Jeremy Renner
## 594                                                  Nicole Beharie
## 595                     Cameron Crowe                    Tom Cruise
## 596                M. Night Shyamalan           Bryce Dallas Howard
## 597                Paul W.S. Anderson                  Sanaa Lathan
## 598                      Betty Thomas                   Amy Poehler
## 599                   Randall Wallace                      Jon Hamm
## 600                     Antoine Fuqua                 Gerard Butler
## 601                   Jonathan Frakes                  LeVar Burton
## 602                Jonathan Liebesman                   Noel Fisher
## 603                        Tim Burton                 Steve Buscemi
## 604                      Mike Nichols             David Hyde Pierce
## 605                  Steven Spielberg                 Jeremy Irvine
## 606                    George Clooney                   Bill Murray
## 607                     James Cameron                 Michael Biehn
## 608                      Oliver Stone                Frank Langella
## 609                        Gary Shore                Dominic Cooper
## 610                      Edward Zwick             Denzel Washington
## 611                    Matthew Vaughn                  Henry Cavill
## 612               Jean-Jacques Annaud                     Brad Pitt
## 613                        Ron Howard                Channing Tatum
## 614                   Joel Schumacher               Anthony Hopkins
## 615                Andrzej Bartkowiak                Dwayne Johnson
## 616                      Betty Thomas                     Gary Cole
## 617                MÃ<U+0083>Â¥ns MÃ<U+0083>Â¥rlind                    Theo James
## 618                     Adam Shankman            James Martin Kelly
## 619                    Gregory Hoblit                  Bruce Willis
## 620                     Gary McKendry                 Jason Statham
## 621                    John McTiernan                     LL Cool J
## 622                 Wych Kaosayananda                   Talisa Soto
## 623                    Mikael Salomon                Morgan Freeman
## 624                    Bobby Farrelly                    Ron Howard
## 625                         Will Finn                   Lea Michele
## 626                      Michael Mann               Chris Hemsworth
## 627                      Kerry Conran           Angelina Jolie Pitt
## 628               Michael Caton-Jones            Charlotte Rampling
## 629             Mikael HÃ<U+0083>Â¥fstrÃ<U+0083>¶m            Sylvester Stallone
## 630                      Renny Harlin                 Roxanne McKee
## 631               Phil Alden Robinson                Morgan Freeman
## 632                       David Slade              Robert Pattinson
## 633                          Frank Oz                Robert De Niro
## 634                     Pierre Coffin                  Steve Carell
## 635                      Joseph Ruben               Vincent Pastore
## 636                   Seth MacFarlane                   Liam Neeson
## 637             Alejandro AmenÃ<U+0083>¡bar                 Max Minghella
## 638                       Kinka Usher              Janeane Garofalo
## 639                    Bobby Farrelly                 Jenna Fischer
## 640                      Michael Mann                     Al Pacino
## 641                   Craig Gillespie         Michael Raymond-James
## 642                      Ridley Scott             Leonardo DiCaprio
## 643                         Jay Roach                  Steve Carell
## 644                 Timur Bekmambetov                  Rufus Sewell
## 645                         Jon Amiel                   Will Patton
## 646                                                 Hector Elizondo
## 647                        Rob Bowman                 Martin Landau
## 648                       Doug Lefler                   Colin Firth
## 649                  Steven Spielberg                     Tom Hanks
## 650                       Scott Waugh                    Rami Malek
## 651                      Nancy Meyers                    Judy Greer
## 652                       Chris Wedge                 Goran Visnjic
## 653                   Lawrence Kasdan                Morgan Freeman
## 654                  Steven Spielberg          Joseph Gordon-Levitt
## 655                    Lana Wachowski                  Keanu Reeves
## 656                        Ron Howard                     Tom Hanks
## 657                    Paul Verhoeven                     Ronny Cox
## 658                   Michael Lembeck                Judge Reinhold
## 659                        Tom Hooper                  Hugh Jackman
## 660                       Nora Ephron                     Tom Hanks
## 661                        Adam McKay                  Will Ferrell
## 662                   Martin Campbell               Anthony Hopkins
## 663                     Todd Phillips             Robert Downey Jr.
## 664               Angelina Jolie Pitt                 Finn Wittrock
## 665                    Clint Eastwood                Clint Eastwood
## 666                      Renny Harlin            Sylvester Stallone
## 667                          John Woo                  Delroy Lindo
## 668                    Jon Turteltaub                  Bruce Willis
## 669                      Oliver Stone                  Nicolas Cage
## 670                       Mike Newell                 Julia Roberts
## 671                     Larry Charles                 Sayed Badreya
## 672                   Stanley Kubrick                    Tom Cruise
## 673                        Will Gluck          QuvenzhanÃ<U+0083>© Wallis
## 674                     Glenn Ficarra                    Will Smith
## 675                               McG                     Tom Hardy
## 676                    David S. Goyer                 Ryan Reynolds
## 677                       John Milius                  Lea Thompson
## 678                      Mike Nichols                 Maura Tierney
## 679                Paul W.S. Anderson                Milla Jovovich
## 680                Paul W.S. Anderson                 Jason Statham
## 681                      Renny Harlin            Melina Kanakaredes
## 682                   Taylor Hackford                   Pamela Reed
## 683                       Jon Favreau               Kristen Stewart
## 684                     David Fincher                     Brad Pitt
## 685                               McG           Matthew McConaughey
## 686                                                   Jason Flemyng
## 687                   Michael Lehmann                  Bruce Willis
## 688                       Nora Ephron              Michael Rapaport
## 689                    Stuart Beattie                Caitlin Stasey
## 690                    Roman Polanski                   Ian McNeice
## 691                        Rob Bowman               Jennifer Garner
## 692                      Frank Miller          Joseph Gordon-Levitt
## 693                    Sydney Pollack                 Harrison Ford
## 694              Baltasar KormÃ<U+0083>¡kur                 Michael Kelly
## 695                        Tom Tykwer                Michael Smiley
## 696                         Jay Roach                  Verne Troyer
## 697                      David Bowers                  Nicolas Cage
## 698                  Steven Spielberg                  Wayne Knight
## 699                   Lawrence Kasdan                  Dennis Quaid
## 700                     Phillip Noyce                 Harrison Ford
## 701                        Daniel Lee                   Si Won Choi
## 702               Keenen Ivory Wayans              Chazz Palminteri
## 703                   Jonathan Mostow           Matthew McConaughey
## 704                        Rob Reiner                Shawna Waldron
## 705                    Marco Schnabel             Justin Timberlake
## 706               Demian Lichtenstein                    Jon Lovitz
## 707                 Quentin Tarantino                   Craig Stark
## 708                       Josh Gordon                  Will Ferrell
## 709                          Tim Hill                     Gary Cole
## 710                       Zack Snyder                 Gerard Butler
## 711                         Jay Roach                Robert De Niro
## 712                     David Frankel                     Eric Dane
## 713                    Frank Darabont                     Tom Hanks
## 714                       Walt Becker                 Jill Hennessy
## 715                       Mark Dindal              Catherine O'Hara
## 716                     David Fincher                 Patrick Fugit
## 717                        Doug Liman                    Matt Damon
## 718                   Martin Campbell             Izabella Scorupco
## 719                        Simon West             Daniel von Bargen
## 720                        Peter Weir             Natascha McElhone
## 721                    Brenda Chapman                  Martin Short
## 722                        Steve Carr               Anjelica Huston
## 723              Baltasar KormÃ<U+0083>¡kur             Denzel Washington
## 724                 Lawrence Guterman                Carol Ann Susi
## 725                      F. Gary Gray                 Jason Statham
## 726                     Marc Lawrence                Dorian Missick
## 727                      Eric Darnell            Sylvester Stallone
## 728                 Peter Billingsley                   Jon Favreau
## 729                        Tony Scott                    Tom Cruise
## 730                     Adam Shankman                Taylor Lautner
## 731                          Wes Ball                   Ki Hong Lee
## 732                       Ryan Murphy                  James Franco
## 733                      Brett Ratner                  Nicolas Cage
## 734                  Robert Schwentke                  Bruce Willis
## 735                      Oliver Stone                     Al Pacino
## 736                    Robert Redford            Scarlett Johansson
## 737                      Michael Mann                    Tom Cruise
## 738                     Chuck Russell                Dwayne Johnson
## 739                       Jay Russell                   Billy Burke
## 740             Christopher McQuarrie                    Tom Cruise
## 741                      Renny Harlin                     LL Cool J
## 742                      Kenny Ortega        Misha Gabriel Hamilton
## 743                 Steven Soderbergh                    Matt Damon
## 744                     David McNally                Estella Warren
## 745                      Henry Selick             Jennifer Saunders
## 746                M. Night Shyamalan               Zooey Deschanel
## 747                        Tony Scott             Denzel Washington
## 748                     Brian Robbins             Robert Downey Jr.
## 749                     Todd Phillips                    Snoop Dogg
## 750                      Brian Levant                   Jim Belushi
## 751                Guillermo del Toro                  James Babson
## 752                   Steven Zaillian                 Robert Duvall
## 753                      Chris Butler                 Anna Kendrick
## 754               Michael Caton-Jones                  J.K. Simmons
## 755                          John Woo               Ivana Milicevic
## 756                         Jon Avnet                  Joe Mantegna
## 757                          Sam Fell                   Emma Watson
## 758                                                  Bianca Kajlich
## 759                     Kevin Donovan                  Romany Malco
## 760                      Geoff Murphy                  Peter Greene
## 761                   Kenneth Branagh                    Colm Feore
## 762                  David O. Russell             Jennifer Lawrence
## 763                      Babak Najafi                 Gerard Butler
## 764                Jean-Pierre Jeunet                  Gary Dourdan
## 765                     Antoine Fuqua                  Tate Donovan
## 766                    Graham Annable        Isaac Hempstead Wright
## 767                     Griffin Dunne                 Goran Visnjic
## 768                         Phil Lord                Morgan Freeman
## 769                      John Pasquin                Eileen Brennan
## 770                        Rob Bowman                Christian Bale
## 771                   Ruben Fleischer                  Ryan Gosling
## 772                      Harold Ramis                  Olivia Wilde
## 773                    Clint Eastwood                    Matt Damon
## 774                   Kevin Macdonald                  Robin Wright
## 775                       Tony Gilroy                 Julia Roberts
## 776                     Donald Petrie       Steven Anthony Lawrence
## 777                     Clark Johnson                   Blair Brown
## 778                      Jorge Blanco                Dwayne Johnson
## 779                      Stuart Baird                     Tom Hardy
## 780                         Joel Coen        Cedric the Entertainer
## 781                     Robert Lorenz                Clint Eastwood
## 782                   Martin Campbell              Bojana Novakovic
## 783                       Peter Hyams                  John Kapelos
## 784                      Harold Ramis                Robert De Niro
## 785                         Jon Avnet                Robert De Niro
## 786                     Harold Becker                  Bruce Willis
## 787                        Joe Wright             Robert Downey Jr.
## 788                    Robert Redford                    Matt Damon
## 789                     Cameron Crowe        Philip Seymour Hoffman
## 790                          Tim Hill                   Bill Murray
## 791                      Lee Tamahori                  Sunny Mabrey
## 792                     Scott Stewart                  Josh Wingate
## 793                   Patrick Gilmore                     Brad Pitt
## 794                Paul W.S. Anderson                  Sean Pertwee
## 795                       Joss Whedon               Chris Hemsworth
## 796                       Tom Shadyac                    Joe Morton
## 797                    Brian De Palma            Scarlett Johansson
## 798                         Tony Bill                  James Franco
## 799                         Rod Lurie           Clifton Collins Jr.
## 800                       Walter Hill                Robert Forster
## 801                    Akiva Goldsman                    Matt Bomer
## 802                      Harald Zwart                  Aidan Turner
## 803                     Brian Robbins                   Marc Blucas
## 804                     Walter Salles                 Dougray Scott
## 805                        Ron Howard           Matthew McConaughey
## 806                      Iain Softley                Brendan Fraser
## 807                      Frank Miller            Scarlett Johansson
## 808                       David Koepp                   Johnny Depp
## 809                          Uwe Boll                 Jason Statham
## 810                   Martin Campbell           Angelina Jolie Pitt
## 811                    Pou-Soi Cheang                       Li Gong
## 812                         John Dahl                  James Franco
## 813                        Tim Miller                 Ryan Reynolds
## 814                     Stephen Herek                 Kelly Preston
## 815                    Clint Eastwood                Bradley Cooper
## 816                     Rob Letterman                    Odeya Rush
## 817                                                    Nate Richert
## 818                       Mark Waters                     Jon Heder
## 819                      Brian Levant                 Taylor Negron
## 820                   Peter MacDonald            Sylvester Stallone
## 821                    George Clooney                  Robert Baker
## 822                      Frank Coraci                Taylor Lautner
## 823                     Marc Lawrence                 Michael Kelly
## 824                        Shawn Levy                      Josh Gad
## 825                Paul W.S. Anderson                Milla Jovovich
## 826                 Anthony Hemingway                 David Oyelowo
## 827                                                      Chris Noth
## 828                   Taylor Hackford                  Keanu Reeves
## 829                       Sean Anders                  Adam Sandler
## 830                         Rob Cohen                  Dennis Quaid
## 831                      Brett Ratner                   Salma Hayek
## 832                    Mark Neveldine                  Nicolas Cage
## 833                       John Madden                Christian Bale
## 834                                                    Barry Corbin
## 835                     Adam Shankman                    Vin Diesel
## 836                        Kevin Bray                Dwayne Johnson
## 837                   Robert Zemeckis                     Tom Hanks
## 838                          Tim Hill               Jesse McCartney
## 839                         Jay Roach                Robert De Niro
## 840                      Mike Gabriel                Christian Bale
## 841                    Richard Donner                 Marlon Brando
## 842                       Tom Shadyac            Jada Pinkett Smith
## 843                      Andy Tennant                    Will Smith
## 844                       Sam Weisman                Brendan Fraser
## 845                       Jesse Dylan               Alyson Hannigan
## 846                   Paul Greengrass                     Tom Hanks
## 847                        Shawn Levy                    Mila Kunis
## 848                   Brad Silberling                     Eric Idle
## 849                     Antoine Fuqua             Denzel Washington
## 850                        Wayne Wang                   Bob Hoskins
## 851                        Tony Scott             Denzel Washington
## 852                  Gabriele Muccino                    Will Smith
## 853                  Robert Schwentke             Erika Christensen
## 854                    Barry Levinson                    Demi Moore
## 855                   Brad Silberling                  Nicolas Cage
## 856                 Quentin Tarantino               David Carradine
## 857                          Frank Oz             Robert Downey Jr.
## 858                                               Christopher Judge
## 859                 Quentin Tarantino                 Vivica A. Fox
## 860              Andrey Konchalovskiy            Sylvester Stallone
## 861                   Robert Zemeckis                  Bruce Willis
## 862                           Tom Dey               Xander Berkeley
## 863                      Stuart Baird                  Oliver Platt
## 864                       Mark Waters              Madeline Carroll
## 865                       Rob Minkoff                        Jet Li
## 866                     Jimmy Hayward                   Amy Poehler
## 867                     David Fincher             Charles S. Dutton
## 868                       Alan Parker                   Andrea Corr
## 869                John Frankenheimer                Robert De Niro
## 870                   Stephen Hopkins                 Tom Wilkinson
## 871                         Paul King                 Julie Walters
## 872                    Akiva Schaffer                    Will Forte
## 873                  William Friedkin                Connie Nielsen
## 874                    Jon Turteltaub               Anthony Hopkins
## 875                    Bobby Farrelly                    Matt Damon
## 876                     Kent Alterman                  Will Ferrell
## 877                        Peter Lord                   Salma Hayek
## 878                    Clint Eastwood           Angelina Jolie Pitt
## 879                      Andrew Davis                  Keanu Reeves
## 880                        Tony Scott                Robert De Niro
## 881                   Joel Schumacher                 Gerard Butler
## 882                     Shekhar Kapur                Eddie Redmayne
## 883                      Karyn Kusama               Charlize Theron
## 884                       Ron Maxwell                Billy Campbell
## 885                     Robert Butler               Hector Elizondo
## 886                 Karey Kirkpatrick                  Stephen Root
## 887                       James Bobin                    Ty Burrell
## 888                   Jonathan Frakes                  Sophia Myles
## 889                       Steve Antin                     Eric Dane
## 890                Jean-Pierre Jeunet                  Denis Lavant
## 891                   Stanley Kubrick                   James Mason
## 892                     Jim Gillespie            Sylvester Stallone
## 893                Guillermo del Toro                 Norman Reedus
## 894                  Gabriele Muccino                    Will Smith
## 895                       Walter Hill            Sylvester Stallone
## 896              Francis Ford Coppola                     Al Pacino
## 897                     Cameron Crowe                 Orlando Bloom
## 898                     Anthony Russo                Todd Stashwick
## 899                    Richard Lester                 Margot Kidder
## 900                      Martin Brest               Todd Giebenhain
## 901                   Steven Zaillian                  Kate Winslet
## 902                    John Singleton                Christian Bale
## 903                         Don Bluth                 Kirsten Dunst
## 904                      Baz Luhrmann                 Jim Broadbent
## 905                     Harold Becker                 Steve Buscemi
## 906                      Scott Cooper                   Johnny Depp
## 907                    Clint Eastwood                   Paul Walker
## 908                      F. Gary Gray                 Gerard Butler
## 909                  Robert Rodriguez             Quentin Tarantino
## 910                    Jonathan Demme                 Oprah Winfrey
## 911                     Curtis Hanson             Robert Downey Jr.
## 912                  Steven Spielberg             Leonardo DiCaprio
## 913                   Kathryn Bigelow                 Jennifer Ehle
## 914                       Peyton Reed                   Jon Favreau
## 915                    Phyllida Lloyd                   Colin Firth
## 916                    Garry Marshall                Bradley Cooper
## 917                 Jay Chandrasekhar                 Alice Greczyn
## 918                   Terrence Malick                    Nick Stahl
## 919                      David Dobkin                 Ryan Reynolds
## 920                      Milos Forman                    Matt Price
## 921                   Martin Scorsese                Robert De Niro
## 922                      Pierre Morel                Kasia Smutniak
## 923                       Paul Hunter                    Jaime King
## 924                    Bobby Farrelly                Robert Forster
## 925                    Steve Oedekerk                   Rob Paulsen
## 926                    John Whitesell             Matthew Broderick
## 927                       Chris Weitz              Robert Pattinson
## 928                    Andrew Adamson              Kathleen Freeman
## 929                      George Nolfi                    Matt Damon
## 930                    Kevin Reynolds                  Alan Rickman
## 931                     Cameron Crowe                    Tom Cruise
## 932                   Seth MacFarlane                    Mila Kunis
## 933                   James L. Brooks                Lupe Ontiveros
## 934                       Tom Shadyac                Robin Williams
## 935                        Adam McKay                 Harrison Ford
## 936                      Steven Brill                 Steve Buscemi
## 937                       J.J. Abrams                 Joel Courtney
## 938                 Steven Soderbergh                 Julia Roberts
## 939                     Donald Petrie           Matthew McConaughey
## 940                         Phil Lord                Channing Tatum
## 941                       Neil Jordan                     Brad Pitt
## 942                       Peyton Reed                Bradley Cooper
## 943           Rawson Marshall Thurber                Dwayne Johnson
## 944                    Chris Columbus                 Julia Roberts
## 945                       Sean Anders                  Will Ferrell
## 946                      Rob Marshall                   Johnny Depp
## 947                         Spike Lee             Denzel Washington
## 948                   Brian Helgeland                     Bill Duke
## 949                    Frank Marshall                   Dylan Walsh
## 950                     Cameron Crowe            Scarlett Johansson
## 951                       Alex Proyas                  Nicolas Cage
## 952                           Tom Dey                Bradley Cooper
## 953                      Hideo Nakata                   Naomi Watts
## 954                     Glenn Ficarra                  Ryan Gosling
## 955                      Peter Hewitt                   Bill Murray
## 956                          Joe Roth              Jamie Lee Curtis
## 957                    Bennett Miller        Philip Seymour Hoffman
## 958                 Wolfgang Petersen                  Kevin Spacey
## 959                Jaume Collet-Serra                   Liam Neeson
## 960                      Andy Fickman                Dwayne Johnson
## 961                    James McTeigue               Natalie Portman
## 962                      David Dobkin                     Fann Wong
## 963                                                    Bernard Hill
## 964               Matthew O'Callaghan                  Will Ferrell
## 965                   Angela Robinson                 Scoot McNairy
## 966                       Gary Fleder                  Oliver Platt
## 967                     Tommy Wirkola                 Jeremy Renner
## 968                       Adrian Lyne              Olivier Martinez
## 969                       D.J. Caruso                 Alex Pettyfer
## 970                    Stephen Gaghan                    Matt Damon
## 971                       Michael Bay                 Toby Stephens
## 972             Jorge R. GutiÃ<U+0083>©rrez                Channing Tatum
## 973                 Richard Loncraine                 Jimmy Bennett
## 974                    Clint Eastwood                Clint Eastwood
## 975                      Ridley Scott               Viggo Mortensen
## 976                     David Fincher            Deborah Kara Unger
## 977                   Christophe Gans                Radha Mitchell
## 978                     Howard Deutch                  Keanu Reeves
## 979                       Jon Hurwitz               Alyson Hannigan
## 980                      F. Gary Gray                  Kevin Spacey
## 981                      Steven Quale                    Matt Walsh
## 982                       John Landis                Louis Lombardi
## 983                         Joe Dante               Christopher Lee
## 984                      David Dobkin             Robert Downey Jr.
## 985                        Mimi Leder           Armin Mueller-Stahl
## 986                    Alexander Witt                Milla Jovovich
## 987                     Beeban Kidron                   Colin Firth
## 988                     Carl Franklin             Denzel Washington
## 989                     Steven Seagal                    Mike Starr
## 990                  Robert Rodriguez                Taylor Lautner
## 991                       Danny Boyle             Leonardo DiCaprio
## 992                    Garry Marshall                Amber Valletta
## 993                    James McTeigue                 ShÃ<U+0083>´ Kosugi
## 994                         Sam Raimi                  J.K. Simmons
## 995                                                     David Jason
## 996                    Andrew Bergman                    Demi Moore
## 997                           Tom Dey                    Emma Stone
## 998                    Clint Eastwood                    Matt Damon
## 999                  Barbet Schroeder                  Ryan Gosling
## 1000                   Richard Donner                   Muse Watson
## 1001                     Peter Webber                       Li Gong
## 1002                       Rob Reiner                  Bruce Willis
## 1003                    Andrew Niccol                 J.D. Evermore
## 1004                   John McTiernan                Connie Nielsen
## 1005                   Clint Eastwood                Clint Eastwood
## 1006                       Tom Tykwer                   Naomi Watts
## 1007                   John Carpenter                 Steve Buscemi
## 1008                                                     Grey Damon
## 1009                        Brad Bird                    Vin Diesel
## 1010                     Wes Anderson                   Bill Murray
## 1011                        Gary Ross           Matthew McConaughey
## 1012                      Alan Parker                  Kevin Spacey
## 1013                    Stephen Herek              Christina Milian
## 1014               Jaume Collet-Serra                   Liam Neeson
## 1015                 David Cronenberg               Viggo Mortensen
## 1016                   John Stockwell                   Paul Walker
## 1017                       Luc Besson                   Paul Brooke
## 1018               David Gordon Green               Natalie Portman
## 1019                     Jim Sheridan                   Naomi Watts
## 1020                     Costa-Gavras                  Mia Kirshner
## 1021             Patrick Read Johnson                  Joe Mantegna
## 1022                  Roland JoffÃ<U+0083>©                   Gary Oldman
## 1023                       Doug Liman                   Naomi Watts
## 1024                                                     Julie Benz
## 1025                       Tony Scott                   Ian Ziering
## 1026                 William Friedkin                 Michael Biehn
## 1027                   Mark Neveldine                 Gerard Butler
## 1028              Richard LaGravenese              Alden Ehrenreich
## 1029                     Danny DeVito                Robin Williams
## 1030                      Ben Stiller                Milla Jovovich
## 1031                  George Armitage                Morgan Freeman
## 1032                     Mike Nichols                    Judy Greer
## 1033                  Patrick Lussier                  Nicolas Cage
## 1034               Andrzej Bartkowiak                   Chris Klein
## 1035                       James Wong                 Jason Statham
## 1036                                                 Tobias Menzies
## 1037                     Renny Harlin                  Lauren Holly
## 1038                   Richard Curtis        Philip Seymour Hoffman
## 1039                Steven Soderbergh               Michael O'Neill
## 1040                 Steven Spielberg                 Harrison Ford
## 1041                       Joe Wright               Kelly Macdonald
## 1042                   Neill Blomkamp                  Hugh Jackman
## 1043                    Phillip Noyce             Denzel Washington
## 1044                    David Fincher               Kristen Stewart
## 1045                     Chuck Bowman                    P.J. Soles
## 1046                 David O. Russell                    Judy Greer
## 1047                  Daniel Espinosa                     Tom Hardy
## 1048                     Jerry Zucker                Corinna Harney
## 1049                     Iain Softley                  Kevin Spacey
## 1050                    James Mangold                  Hugh Jackman
## 1051                     Harold Ramis                Brendan Fraser
## 1052             Francis Ford Coppola                  Nicolas Cage
## 1053                    James Mangold                Christian Bale
## 1054                  Olivier Megaton                   Liam Neeson
## 1055                Steven Soderbergh                   Don Cheadle
## 1056                      Ben Stiller             Matthew Broderick
## 1057                      Deepa Mehta                   Nandita Das
## 1058                    Warren Beatty                Charlie Korsmo
## 1059                   John McTiernan                 Mark Margolis
## 1060                   Penny Marshall                   Rosie Perez
## 1061                     Ted Kotcheff            Sylvester Stallone
## 1062                 Andrei Tarkovsky              Donatas Banionis
## 1063                      Paul Bolger         Sarah Michelle Gellar
## 1064                   Stephen Frears                 Julia Roberts
## 1065                       P.J. Hogan                 Julia Roberts
## 1066                         Joe Roth                 Julia Roberts
## 1067                Christopher Nolan                     Al Pacino
## 1068                  Jonathan Frakes                  LeVar Burton
## 1069                    Jimmy Hayward            Michael Fassbender
## 1070                     Edward Zwick             Denzel Washington
## 1071                      Tom Shadyac                 Maura Tierney
## 1072                      Brad Furman                 Joseph Gilgun
## 1073                    Terence Young              Laurence Olivier
## 1074                     Brian Levant              Jonathan Winters
## 1075                  Olivier Megaton                   Liam Neeson
## 1076                     David Zucker                   Regina Hall
## 1077                    Donald Petrie                Candice Bergen
## 1078                      Eric Brevig               Josh Hutcherson
## 1079                   Garry Marshall                 Anne Hathaway
## 1080                   Alan J. Pakula             Denzel Washington
## 1081                  Joel Schumacher              Bradley Whitford
## 1082                       Rob Reiner                Morgan Freeman
## 1083                    Phillip Noyce                 Harrison Ford
## 1084                   Robert Luketic                    Adam Scott
## 1085                 Denis Villeneuve                  Hugh Jackman
## 1086                    Antoine Fuqua             Denzel Washington
## 1087                     Dean Parisot                  Alan Rickman
## 1088              Keenen Ivory Wayans                Natasha Lyonne
## 1089                      James Bobin                    Bill Cobbs
## 1090               Stephen Norrington                  Sanaa Lathan
## 1091                    Thomas Carter                Channing Tatum
## 1092                    Roger Michell                Sydney Pollack
## 1093                       Luis Llosa                  Frank Welker
## 1094                    David McNally                   Adam Garcia
## 1095                   Richard Curtis                   Colin Firth
## 1096                    John Lasseter                  Kevin Spacey
## 1097                    Albert Hughes                   Johnny Depp
## 1098                       Luis Llosa            Sylvester Stallone
## 1099                      Ron Shelton                   Don Johnson
## 1100               Melville Shavelson                  Lucille Ball
## 1101                      Jesse Dylan               Josh Hutcherson
## 1102                   Garth Jennings               Zooey Deschanel
## 1103                       Joel Zwick                 Dania Ramirez
## 1104                  Russell Mulcahy                Milla Jovovich
## 1105                     Frank Coraci                  Bella Thorne
## 1106                       Wayne Wang                     LL Cool J
## 1107                    Curtis Hanson                  Meryl Streep
## 1108                         Frank Oz                  Steve Coogan
## 1109                     Oliver Stone              DemiÃ<U+0083>¡n Bichir
## 1110                   David R. Ellis                 Richard Burgi
## 1111                     Peter Howitt                 Kevin McNally
## 1112                    John A. Davis                  Nicolas Cage
## 1113                      David Lynch               Virginia Madsen
## 1114                     Julie Taymor                  Jim Sturgess
## 1115                       Sam Mendes             Leonardo DiCaprio
## 1116                   Richard Donner                  Bruce Willis
## 1117                Mathieu Kassovitz                    Vin Diesel
## 1118                        John Gray                Alexa PenaVega
## 1119                     Harold Ramis                John de Lancie
## 1120                     John Schultz                    Malese Jow
## 1121                        Sean Penn               Costas Mandylor
## 1122                    Susan Stroman                    Jon Lovitz
## 1123                      Pete Travis                   Wood Harris
## 1124                     Simon Wincer          Cary-Hiroyuki Tagawa
## 1125               Billy Bob Thornton                    Matt Damon
## 1126                     Oliver Stone               Anthony Hopkins
## 1127                   Roman Polanski                   Jim Belushi
## 1128                  Stephen Sommers                Djimon Hounsou
## 1129                        Spike Lee          Joseph Gordon-Levitt
## 1130                      Yimou Zhang                       Li Gong
## 1131                       Danny Pang                  Nicolas Cage
## 1132                 Barry Sonnenfeld               Zooey Deschanel
## 1133                      Mike Newell                   Marcela Mar
## 1134                                                 Pierre Perrier
## 1135               George P. Cosmatos                 Sam Waterston
## 1136                    Oliver Parker                Daniel Kaluuya
## 1137                Lawrence Kasanoff                 Jerry Stiller
## 1138                      Ben Affleck                   Clea DuVall
## 1139                     Andrew Davis                 Harrison Ford
## 1140                     Andy Tennant                 Gerard Butler
## 1141                   Barry Levinson                Robert De Niro
## 1142               George P. Cosmatos            Sylvester Stallone
## 1143                     Brian Gibson          Joseph Gordon-Levitt
## 1144                  Norman Ferguson                     Mel Blanc
## 1145                   Michael Cimino                  Jeff Bridges
## 1146                      Len Wiseman                  Sophia Myles
## 1147                    Paul McGuigan              Daniel Radcliffe
## 1148                     Gus Van Sant             F. Murray Abraham
## 1149                     Betty Thomas                 Steve Buscemi
## 1150                  Louis Leterrier                Morgan Freeman
## 1151                     Roger Kumble                Judith Chapman
## 1152                   Sydney Pollack                    Tom Cruise
## 1153                      Burr Steers                 Augustus Prew
## 1154                       Simon West                 Jason Statham
## 1155                        Phil Lord                Channing Tatum
## 1156                    Roger Michell                 Julia Roberts
## 1157                       Peter Lord               Imelda Staunton
## 1158                     John Hamburg        Philip Seymour Hoffman
## 1159                  Reginald Hudlin              John Witherspoon
## 1160                        Paul Feig              Michael Rapaport
## 1161             Joseph L. Mankiewicz                 Martin Landau
## 1162                     Frank Coraci                   Salma Hayek
## 1163                    Carl Franklin                Morgan Freeman
## 1164                 Barbra Streisand                  Jeff Bridges
## 1165                  Mark Pellington                 Debra Messing
## 1166                    Larry Charles                          Bono
## 1167                        John Glen                   Robert Davi
## 1168              Catherine Hardwicke                   Gary Oldman
## 1169                    John Herzfeld                Robert De Niro
## 1170                   Annabel Jankel                   Bob Hoskins
## 1171                    Andrew Niccol                  Nicolas Cage
## 1172                      Yimou Zhang                        Jet Li
## 1173              Julie Anne Robinson                Fisher Stevens
## 1174                    Evan Goldberg                  James Franco
## 1175                       Sngmoo Lee                      Tony Cox
## 1176                                                     Tim Conway
## 1177               Jean-Pierre Jeunet                       Omar Sy
## 1178                    Curtis Hanson                  Mekhi Phifer
## 1179                   Jamel Debbouze                Jamel Debbouze
## 1180                  Brian Helgeland                  Heath Ledger
## 1181                      Gordon Chan                  Julian Sands
## 1182               M. Night Shyamalan                  Bruce Willis
## 1183                       Asger Leth               Robert Clohessy
## 1184                    David Frankel                   Joel McHale
## 1185                 John G. Avildsen                   Martin Kove
## 1186                 David O. Russell             Jennifer Lawrence
## 1187                    Anne Fletcher                 Ryan Reynolds
## 1188                  Bruce Beresford               Bruce Greenwood
## 1189                  Robert Zemeckis                  Lea Thompson
## 1190                       Luc Besson            Scarlett Johansson
## 1191               Sam Taylor-Johnson                 Jennifer Ehle
## 1192                 Robert Rodriguez            Sylvester Stallone
## 1193                  Joel Schumacher                  Kevin Spacey
## 1194                       Shawn Levy                   Tom Welling
## 1195                       Peter Berg                 Jerry Ferrara
## 1196                   Penny Marshall                     Tom Hanks
## 1197                        James Wan                  Javier Botet
## 1198                    David Fincher               Andrew Garfield
## 1199                       Ken Kwapis                  Carmen Perez
## 1200                     David Zucker                 Beau Mirchoff
## 1201                       Wes Craven              Kelly Rutherford
## 1202                  Robert Zemeckis                  Lea Thompson
## 1203                       Etan Cohen                  Will Ferrell
## 1204             Francis Ford Coppola                  Keanu Reeves
## 1205                      Nora Ephron                  Meryl Streep
## 1206                  Brian Helgeland                 Harrison Ford
## 1207                Anthony Minghella        Philip Seymour Hoffman
## 1208                   Bobby Farrelly                   Bill Murray
## 1209                   Frank Marshall                   Paul Walker
## 1210                     Nancy Meyers                Robert De Niro
## 1211                        Tim Story                   Olivia Munn
## 1212                     Michael Mann                     Wes Studi
## 1213                  Taylor Hackford               Bokeem Woodbine
## 1214                     Frank Miller                Rosario Dawson
## 1215                      Pete Travis                  Dennis Quaid
## 1216                     John Hamburg                  J.K. Simmons
## 1217                   Bobby Farrelly               Jason Alexander
## 1218                     Oliver Stone                Sally Kirkland
## 1219                   John Whitesell         ChloÃ<U+0083>« Grace Moretz
## 1220                   Gore Verbinski                  J.K. Simmons
## 1221              Angelina Jolie Pitt                 Finn Wittrock
## 1222                      Burr Steers                 Matthew Perry
## 1223                  Nick Cassavetes                   Don Johnson
## 1224                   David R. Ellis                  Krista Allen
## 1225                 Steven Spielberg                     Tom Hanks
## 1226                       John Moore            Joaquim de Almeida
## 1227                 Nicholas Stoller                          Pink
## 1228                    Peter Chelsom               Lisa Ann Walter
## 1229                        Joe Dante                 Kirsten Dunst
## 1230               Mark A.Z. DippÃ<U+0083>©             Michael Jai White
## 1231                   Kevin Reynolds                  Henry Cavill
## 1232                      Brad Furman           Matthew McConaughey
## 1233               Jaume Collet-Serra                   Liam Neeson
## 1234                Christopher Nolan                Christian Bale
## 1235                      Sean Anders                  Kevin Spacey
## 1236                      Cal Brunker                Brendan Fraser
## 1237                       Mel Gibson               Rudy Youngblood
## 1238                        John Glen                 Joe Don Baker
## 1239                  NimrÃ<U+0083>³d Antal                  Topher Grace
## 1240                     Ivan Reitman                 Brian Dennehy
## 1241                      David Koepp                   Johnny Depp
## 1242                Alejandro Agresti                  Keanu Reeves
## 1243                     Iain Softley                 Gena Rowlands
## 1244                     Peter Hedges               Jennifer Garner
## 1245                     Paul Weiland                 Busy Philipps
## 1246                   Clint Eastwood             Johnny Cannizzaro
## 1247             Francis Ford Coppola                    Matt Damon
## 1248                Mathieu Kassovitz             Robert Downey Jr.
## 1249                 Steven Spielberg               Anthony Hopkins
## 1250                   John McTiernan               Lorraine Bracco
## 1251                    Colin Strause                  Sam Trammell
## 1252                    Donald Petrie               Macaulay Culkin
## 1253                        Joan Chen                  J.K. Simmons
## 1254                    Marc Lawrence                  Brad Garrett
## 1255                     Greg Mottola                     Bobby Lee
## 1256                    Anne Fletcher              Miriam Margolyes
## 1257                       Wes Craven                   Alison Brie
## 1258                  Joel Schumacher                  Nicolas Cage
## 1259                     Oliver Stone               Michael Wincott
## 1260                      Jake Kasdan                  James Wilcox
## 1261                     Diane Keaton                    Adam Arkin
## 1262                     Steven Quale                     Emma Bell
## 1263                      Kelly Makin            Jeanne Tripplehorn
## 1264                       Mimi Leder                  Kevin Spacey
## 1265                   Bobby Farrelly                  Jimmy Fallon
## 1266                                                 Bruce Dinsmore
## 1267                     Steven Brill               Lisa Ann Walter
## 1268                  Seth MacFarlane                   Liam Neeson
## 1269                  Russell Mulcahy              Jonathan Winters
## 1270                   Stephen Daldry                     Tom Hanks
## 1271                    Roger Michell                     Noah Bean
## 1272                     Jim Sheridan                       50 Cent
## 1273                 Christian Duguay                 Michael Biehn
## 1274                   Chris Columbus                Rosario Dawson
## 1275                    Chuck Russell                  Rufus Sewell
## 1276                      Sam Weisman                 Oliver Hudson
## 1277               John Frankenheimer                 Marlon Brando
## 1278                      Peter Hyams             Catherine Deneuve
## 1279                  Justin Chadwick               Natalie Portman
## 1280                     Pat O'Connor                  Keanu Reeves
## 1281                  Stephen Hopkins                   Stephen Rea
## 1282                  Martin Scorsese                Robert De Niro
## 1283                   Penny Marshall                 Ed Begley Jr.
## 1284                  Olivier Megaton                Jordi MollÃ<U+0083> 
## 1285                 Frederik Du Chau                   Gary Oldman
## 1286              Michael Caton-Jones                Robert De Niro
## 1287                    Irwin Winkler                  Mira Sorvino
## 1288                      Joseph Kahn                     Dane Cook
## 1289                    Harold Becker                     Al Pacino
## 1290                   Paul Verhoeven               Bobbie Phillips
## 1291                    Sofia Coppola                 Kirsten Dunst
## 1292                 Barbet Schroeder                  Nicolas Cage
## 1293                      Stephen Kay            Sylvester Stallone
## 1294                      J.A. Bayona                   Naomi Watts
## 1295                       Elaine May                    Carol Kane
## 1296                     Wes Anderson                   Bill Murray
## 1297                    Stephen Herek           Angelina Jolie Pitt
## 1298                   John Carpenter                 Richard Epcar
## 1299               Jean-Pierre Jeunet             Mathieu Kassovitz
## 1300                    Dennie Gordon               Mary-Kate Olsen
## 1301                    Charles Shyer                     Omar Epps
## 1302                       Ken Kwapis                    Ted Danson
## 1303                     Ulu Grosbard                Alexa PenaVega
## 1304                   William Malone             Natascha McElhone
## 1305                       Paul Weitz               Josh Hutcherson
## 1306                    Paul McGuigan              Daniel Radcliffe
## 1307                     Danny DeVito                Justin Theroux
## 1308                   Malcolm D. Lee                    Bernie Mac
## 1309                    Jerry Jameson                M. Emmet Walsh
## 1310                      Mic Rodgers             Michael Jai White
## 1311                 Christian Alvart                 Norman Reedus
## 1312                      Gary Fleder                  Gary Dourdan
## 1313                 Christian Duguay                  Rufus Sewell
## 1314              Jean-Marie PoirÃ<U+0083>©      Bridgette Wilson-Sampras
## 1315                      Danny Boyle                   Chris Evans
## 1316                    Brian Robbins                   John Gatins
## 1317                    Marc F. Adler                     Eric Idle
## 1318                     Pierre Morel                  Ray Winstone
## 1319                     Geoffrey Sax                 Alex Pettyfer
## 1320                      D.J. Caruso                  Sarah Roemer
## 1321                     Iain Softley           Angelina Jolie Pitt
## 1322                  Richard Shepard                  James Brolin
## 1323                        Joel Coen          Jennifer Jason Leigh
## 1324                Peter Ho-Sun Chan                        Jet Li
## 1325                    Sergey Bodrov                 Jay Hernandez
## 1326                     Joon-ho Bong                   Chris Evans
## 1327                    Bibo Bergeron                 Adam Goldberg
## 1328                   Jeff Nathanson             Matthew Broderick
## 1329                      Alex Proyas               Michael Wincott
## 1330                   S.S. Rajamouli              Tamannaah Bhatia
## 1331                 Robert Schwentke                 Arliss Howard
## 1332                  Michael Lehmann                Colin Ferguson
## 1333                        Rob Cohen                   Paul Walker
## 1334                       Tim Burton                 Martin Landau
## 1335                      Joss Whedon                  Adam Baldwin
## 1336                Charles S. Dutton                     Omar Epps
## 1337                   Richard Lester                 Margot Kidder
## 1338                      Peter Segal                Robert De Niro
## 1339                         John Woo             Takeshi Kaneshiro
## 1340                     Andy Tennant                   Ethan Embry
## 1341                   Robert Luketic                 Gerard Butler
## 1342                    Jonathan Lynn              Austin Pendleton
## 1343                 Robert Rodriguez                 Steve Buscemi
## 1344                     David Carson                  LeVar Burton
## 1345                     Kar-Wai Wong           Tony Chiu Wai Leung
## 1346                 Francis Lawrence              Robert Pattinson
## 1347                                           Joseph Gordon-Levitt
## 1348                     Yuefeng Song               Blythe Auffarth
## 1349                   Norman Jewison             Denzel Washington
## 1350                    Michael Apted                    Bill Cobbs
## 1351                     David Mirkin               Sarah Silverman
## 1352                     Andy Fickman                 D.B. Woodside
## 1353                     Luis Mandoki                   Sonia Braga
## 1354                     John Pasquin                   Jim Belushi
## 1355                   Roman Polanski                   Johnny Depp
## 1356                    Michael Apted                  J.K. Simmons
## 1357                    Stephen Herek                    Beth Grant
## 1358                      Lee Daniels                      Mo'Nique
## 1359                     Ridley Scott                  Jeff Bridges
## 1360                   John Carpenter               Wilford Brimley
## 1361                      David Twohy                    Vin Diesel
## 1362                       Jeb Stuart         Gregory Scott Cummins
## 1363                      Steve Miner                  Tom Skerritt
## 1364                        Gil Kenan                   Bill Murray
## 1365             Paul Thomas Anderson                   Mike Howard
## 1366                     David Leland            Hayden Christensen
## 1367                      Gary Fleder                  Dennis Quaid
## 1368                       J Blakeson         ChloÃ<U+0083>« Grace Moretz
## 1369                     Ryan Coogler            Sylvester Stallone
## 1370                      Ben Affleck                 Jeremy Renner
## 1371                       Kirk Jones                 Anna Kendrick
## 1372                       Ethan Coen                  J.K. Simmons
## 1373                Jennifer Flackett                 Gerard Butler
## 1374                       Ron Howard               Chris Hemsworth
## 1375             Paul Thomas Anderson                 Patton Oswalt
## 1376                      Kevin Smith                  Bruce Willis
## 1377                 Christian Ditter                   Alison Brie
## 1378             Charles Martin Smith                Morgan Freeman
## 1379              Catherine Hardwicke               Kristen Stewart
## 1380                  Nick Cassavetes             Denzel Washington
## 1381                     Les Mayfield                  Peter Greene
## 1382          Rawson Marshall Thurber                   Laura-Leigh
## 1383                 Fedor Bondarchuk                 Yuliya Snigir
## 1384                  Jonathan Mostow              Kathleen Quinlan
## 1385                   Irvin Kershner                  Bernie Casey
## 1386                       Steve Pink             Charlie McDermott
## 1387             Charles Martin Smith                Morgan Freeman
## 1388               John Frankenheimer               Charlize Theron
## 1389                     F. Gary Gray                    Vin Diesel
## 1390                    Cameron Crowe                    Emma Stone
## 1391                       Rob Reiner                Alexa PenaVega
## 1392                      Scott Hicks                     Rick Yune
## 1393            Mikael HÃ<U+0083>Â¥fstrÃ<U+0083>¶m               Anthony Hopkins
## 1394                    Andrew Niccol               Blair Underwood
## 1395                   Andrew Bergman             Stockard Channing
## 1396                    Kirk De Micco                  Cheryl Hines
## 1397                       Chris Rock                    Bernie Mac
## 1398                    Todd Phillips                Bradley Cooper
## 1399                       Wilson Yip                    Mike Tyson
## 1400                        Jay Roach                   Muse Watson
## 1401                       Tim Burton                 Michael Gough
## 1402                  Roland JoffÃ<U+0083>©                Jordi MollÃ<U+0083> 
## 1403                   Richard Donner                    Rene Russo
## 1404                 John Lee Hancock                Catherine Dyer
## 1405                                                        Jon Foo
## 1406                 Robert Rodriguez                Alexa PenaVega
## 1407                      Seth Gordon                  Kevin Spacey
## 1408                       Ethan Coen                    Matt Damon
## 1409                    David Frankel                  Meryl Streep
## 1410                      Robert Wise                 Leonard Nimoy
## 1411                      Seth Gordon                   Jon Favreau
## 1412                  Martin Scorsese                Robert De Niro
## 1413                   Robert Luketic                  Kevin Spacey
## 1414                      Judd Apatow                   Amy Schumer
## 1415            Kevin Rodney Sullivan                    Bernie Mac
## 1416                Anthony Minghella                   Colin Firth
## 1417                    Curtis Hanson                  Kevin Spacey
## 1418                    Mike Mitchell              Michael Angarano
## 1419                         Frank Oz                   Tom Selleck
## 1420                  Roger Donaldson            Natasha Henstridge
## 1421                       Wes Craven                   Johnny Depp
## 1422                     Tarsem Singh                   Dylan Baker
## 1423                  Randall Wallace             Leonardo DiCaprio
## 1424                  Randall Wallace                   Scott Glenn
## 1425                     Kevin Munroe                   Chris Evans
## 1426                   Michael Tollin                 Alfre Woodard
## 1427                       Will Gluck                    Mila Kunis
## 1428                 Nicholas Stoller         ChloÃ<U+0083>« Grace Moretz
## 1429                 John Lee Hancock                     Tom Hanks
## 1430                        Spike Lee             Denzel Washington
## 1431                      Judd Apatow                   Charlyne Yi
## 1432                      Walt Becker                Robin Williams
## 1433               Patrick Tatopoulos                  Craig Parker
## 1434                       Ken Kwapis                Robin Williams
## 1435                     Dennis Dugan                    Jon Lovitz
## 1436              Gary David Goldberg             Stockard Channing
## 1437                      Mike Newell                   Johnny Depp
## 1438               Paul W.S. Anderson                Milla Jovovich
## 1439                      Tobe Hooper              Heather O'Rourke
## 1440                       Ethan Coen                  J.K. Simmons
## 1441                       John Moore                    Mila Kunis
## 1442                    Andrew Niccol                    Matt Bomer
## 1443                        Alan Poul                Danneel Ackles
## 1444                  Luke Greenfield               Ashley Williams
## 1445                                               Jodi Lyn O'Keefe
## 1446                       Gil Junger                 Tom Wilkinson
## 1447                  Michael Ritchie                  Tatum O'Neal
## 1448               Steven E. de Souza                   Ming-Na Wen
## 1449                   Roman Polanski                    Emilia Fox
## 1450                    Albert Hughes                   Johnny Depp
## 1451              Catherine Hardwicke          Keisha Castle-Hughes
## 1452               Jaume Collet-Serra               Robert Ri'chard
## 1453                     Mike Nichols               Natalie Portman
## 1454                   Clint Eastwood             Leonardo DiCaprio
## 1455                    Alexandre Aja                 Jason Flemyng
## 1456                    Michael Rymer                       Aaliyah
## 1457                  Stephen Hopkins                  Adam Baldwin
## 1458                   Gregory Hoblit                   Billy Burke
## 1459                      Hugh Wilson                Brendan Fraser
## 1460                      Mike Hodges                 Brian Blessed
## 1461                      Kevin Smith                  Stephen Root
## 1462                        Rob Cohen                  Cicely Tyson
## 1463                   Clint Eastwood                  Kevin Spacey
## 1464                       Scott Mann                Robert De Niro
## 1465                    Susanna White                   Daniel Mays
## 1466                     Danny DeVito                  Frank Whaley
## 1467                     Chris Carter                 Mitch Pileggi
## 1468                    Tommy O'Haver                 Anne Hathaway
## 1469                  Peter Landesman                    Will Smith
## 1470                   John Singleton                    Ken Arnold
## 1471                     Gary Chapman                 Jim Broadbent
## 1472                    Curtis Hanson             Robert Downey Jr.
## 1473                      Craig Mazin                    Drake Bell
## 1474                     Allen Hughes                     Alona Tal
## 1475                       Wes Craven             Shannon Elizabeth
## 1476                      David Koepp          Joseph Gordon-Levitt
## 1477                    Anne Fletcher                  Jim Gaffigan
## 1478                    Shekhar Kapur                Djimon Hounsou
## 1479                  Taylor Hackford                 Jason Statham
## 1480                Richard Loncraine                 Kirsten Dunst
## 1481                     Roger Kumble                Brendan Fraser
## 1482                   Kimble Rendall                  Alex Russell
## 1483                      Peter Yates                   Liam Neeson
## 1484                   Robert Redford                  Meryl Streep
## 1485                      John Milius              Rosanna Arquette
## 1486                      Jake Kasdan                   Tim Meadows
## 1487               Lasse HallstrÃ<U+0083>¶m                  Kevin Spacey
## 1488                     Les Mayfield                 Gregory Smith
## 1489              Jean-Marc VallÃ<U+0083>©e               Michiel Huisman
## 1490                     Dominic Sena                  Tom Skerritt
## 1491                  Terrence Malick                     Brad Pitt
## 1492                        Hark Tsui                  Paul Sorvino
## 1493                       David Ayer                 Mireille Enos
## 1494                  Brian Helgeland                  Heath Ledger
## 1495                   Lexi Alexander                    Julie Benz
## 1496                     Peter Hewitt                  Kevin Zegers
## 1497                  Robert Zemeckis          Joseph Gordon-Levitt
## 1498                         Ronny Yu                Marley Shelton
## 1499                     Ridley Scott                Archie Panjabi
## 1500                                                    Ruth Wilson
## 1501                   Richard Donner                  Adam Baldwin
## 1502                  Taylor Hackford                  Delroy Lindo
## 1503                     Bille August                 Jim Broadbent
## 1504                   Brian De Palma                  Peter Coyote
## 1505                  Moustapha Akkad                   Oliver Reed
## 1506              Jean-Paul Rappeneau              Olivier Martinez
## 1507                          Ang Lee               Jeremy W. Auman
## 1508      Alejandro G. IÃ<U+0083>±Ã<U+0083>¡rritu            Maricel Ã<U+0083>lvarez
## 1509                  Roland JoffÃ<U+0083>©                Tamsin Egerton
## 1510               Joachim RÃ<U+0083>¸nning                   Salma Hayek
## 1511                        Tony Kaye                    Bill Cobbs
## 1512                         Wes Ball                   Ki Hong Lee
## 1513                        Ken Scott                 Tom Wilkinson
## 1514                  Martin Scorsese              Richard E. Grant
## 1515                 Darren Aronofsky                  Hugh Jackman
## 1516                     Hugh Johnson                  David Paymer
## 1517                       Simon West                  Nicolas Cage
## 1518                   Hayao Miyazaki                  Rumi Hiiragi
## 1519               George Tillman Jr.                   Tiago Riani
## 1520                      Rand Ravich                   Johnny Depp
## 1521                      Hugh Hudson                    Liam Aiken
## 1522                 Gabriele Muccino                 Gerard Butler
## 1523                  Justin Chadwick                   Terry Pheto
## 1524                    Warren Beatty                  Paul Sorvino
## 1525                       Rob Reiner                    Tom Cruise
## 1526               Andrzej Bartkowiak             Michael Jai White
## 1527                     Raja Gosnell                      Nia Long
## 1528                  Jeremy Degruson                   Kyle Hebert
## 1529                      Chris Gorak                 Max Minghella
## 1530                      Scott Speer                   Ryan Guzman
## 1531                   David R. Ellis                     Lin Shaye
## 1532                    Joe Charbanic                  Keanu Reeves
## 1533               Jonathan Hensleigh                 Laura Harring
## 1534                     Danny Cannon                  Sean Pertwee
## 1535                       Boaz Yakin                 Jason Statham
## 1536                      Mike Newell           Angelina Jolie Pitt
## 1537                 Richard Marquand                 Harrison Ford
## 1538                    Neil Marshall                   Ryan Kruger
## 1539                   Stephen Daldry                  Kate Winslet
## 1540                       David Wain                Justin Theroux
## 1541                      Jon Favreau                Peter Dinklage
## 1542                   Jon Turteltaub                 Robert Duvall
## 1543                     Brian Levant                  James Coburn
## 1544                   Richard Donner                   Bill Murray
## 1545                       Jared Hess             Ana de la Reguera
## 1546                        Paul Feig                    Matt Lucas
## 1547                    Evan Goldberg                Channing Tatum
## 1548                Rupert Wainwright                      Nia Long
## 1549               George Tillman Jr.                Robert De Niro
## 1550                  John Luessenhop                   Paul Walker
## 1551                   Justin Zackham                Robin Williams
## 1552                   John Whitesell            Brandon T. Jackson
## 1553                     Duncan Jones               Jake Gyllenhaal
## 1554                   Frank Marshall               Illeana Douglas
## 1555                  Joel Schumacher                  Logan Lerman
## 1556               Jean-Pierre Jeunet                 Callum Rennie
## 1557                 Steven Spielberg               Christopher Lee
## 1558                      John Gatins                    Ken Howard
## 1559                 David Cronenberg               Viggo Mortensen
## 1560                  Louis Leterrier                 Jason Statham
## 1561                        Sam Raimi             Leonardo DiCaprio
## 1562                     Peter Howitt                Frances Fisher
## 1563                  Martin Scorsese                  Nicolas Cage
## 1564                 Miguel Sapochnik                   Alice Braga
## 1565                   Hyung-rae Shim                Robert Forster
## 1566                   Norman Jewison             Haley Joel Osment
## 1567                     Don Scardino                 Steve Buscemi
## 1568                      Mark Dindal                George Kennedy
## 1569                      Tim Robbins                   Bill Murray
## 1570                Steven Soderbergh                   Tony Curran
## 1571                        Tom Reeve                Joan Plowright
## 1572             Francis Ford Coppola                 Harrison Ford
## 1573                 Nanette Burstein                    Rob Riggle
## 1574                    Stephen Herek                   Alicia Witt
## 1575                     Ariel Vromen                   Gary Oldman
## 1576                   Sydney Pollack                  Meryl Streep
## 1577                  Robert Zemeckis             Denzel Washington
## 1578                    Lewis Gilbert              Desmond Llewelyn
## 1579                     Wes Anderson                   Bill Murray
## 1580                      Scott Hicks               Anthony Hopkins
## 1581                   Frank Marshall                  Julian Sands
## 1582                   Gregory Hoblit                  Dennis Quaid
## 1583                        Paul Feig                 Ed Begley Jr.
## 1584               John Francis Daley               Chris Hemsworth
## 1585                 Barry Sonnenfeld                  Delroy Lindo
## 1586                     Rob Marshall                    Colm Feore
## 1587                     Dennis Dugan                 Steve Buscemi
## 1588                      J.B. Rogers               Alyson Hannigan
## 1589                    John Lasseter                     Tom Hanks
## 1590                      Jan de Bont                  Keanu Reeves
## 1591                    Michael Sucsy                Channing Tatum
## 1592                      Tom Vaughan                 Harrison Ford
## 1593                       Boaz Yakin                  Ryan Gosling
## 1594                   John McTiernan                   Scott Glenn
## 1595                      Lee Daniels                 Alex Pettyfer
## 1596          Rawson Marshall Thurber                     Gary Cole
## 1597                 Barry Sonnenfeld               Anjelica Huston
## 1598                   Steve Oedekerk                  Bruce Spence
## 1599                   Garry Marshall                 Anne Hathaway
## 1600                      Hugh Wilson             Stockard Channing
## 1601                    David Fincher                Morgan Freeman
## 1602                   Neill Blomkamp                Sharlto Copley
## 1603               Stephen Hillenburg            Scarlett Johansson
## 1604                   Clint Eastwood                    John Doman
## 1605                   Clint Eastwood                Clint Eastwood
## 1606                     Harold Ramis                Robert De Niro
## 1607                  Nick Cassavetes                  Ryan Gosling
## 1608                    Anne Fletcher                    Judy Greer
## 1609                    Peter Chelsom                  Emily Osment
## 1610                   Stig Bergqvist               Elizabeth Daily
## 1611                 Barbra Streisand                 George Carlin
## 1612                     Edward Zwick               Anthony Hopkins
## 1613                    Jason Reitman                  J.K. Simmons
## 1614                  Alexander Payne                    Hope Davis
## 1615                  Jonathan Levine                 Cory Hardrict
## 1616                     Rian Johnson          Joseph Gordon-Levitt
## 1617                      Chris Weitz              Chazz Palminteri
## 1618                     Chris Noonan              Miriam Margolyes
## 1619                    David Frankel                  Meryl Streep
## 1620                 Nicholas Stoller                    Mila Kunis
## 1621                                                   Zach Gilford
## 1622                   John Singleton                  Josh Charles
## 1623                Michael McCullers                      Tina Fey
## 1624                  Forest Whitaker                    Bill Cobbs
## 1625                      Gary Winick                 Anne Hathaway
## 1626                     Steven Brill                  Antony Starr
## 1627                      Gary Winick               Jennifer Garner
## 1628                      Woody Allen                   Kurt Fuller
## 1629                 Peter Lepeniotis                   Liam Neeson
## 1630                        Ted Demme                   Johnny Depp
## 1631                     Luis Mandoki                  Robin Wright
## 1632                  William Shatner                 Leonard Nimoy
## 1633                     John Schultz                   Brenda Song
## 1634                      Peter Segal                George Kennedy
## 1635                        John Glen                Patrick Macnee
## 1636                        Steve Box                   Mark Gatiss
## 1637              Richard LaGravenese                 Gerard Butler
## 1638                 Frederik Du Chau               Bruce Greenwood
## 1639                       Joe Wright          Benedict Cumberbatch
## 1640                      Gary Winick              Vanessa Redgrave
## 1641                     Ridley Scott                  Stephen Root
## 1642                   Bobby Farrelly                    Kate Upton
## 1643                       Tim Burton                   Johnny Depp
## 1644                    James Gartner                 Mehcad Brooks
## 1645                 Denis Villeneuve                 Edgar Arreola
## 1646                    Antoine Fuqua               Jake Gyllenhaal
## 1647                        Sam Raimi              Bojana Novakovic
## 1648               Lee Toland Krieger                 Harrison Ford
## 1649                    Tim McCanlies             Haley Joel Osment
## 1650                       Jon M. Chu                 Alyson Stoner
## 1651                   John Stockwell                   Faizon Love
## 1652                     Marc Forster                  Will Ferrell
## 1653                      David Slade                  Danny Huston
## 1654                     Drew Goddard               Chris Hemsworth
## 1655                  Jason Friedberg                Carmen Electra
## 1656                     Martin Brest                Robert De Niro
## 1657              Paul Michael Glaser                  Yaphet Kotto
## 1658                         Frank Oz                   Bill Murray
## 1659                       Joe Wright                Jessica Barden
## 1660                                                   Zach Gilford
## 1661                 John R. Leonetti                Brian Thompson
## 1662                        Tom Hanks                     Tom Hanks
## 1663                  Kimberly Peirce         ChloÃ<U+0083>« Grace Moretz
## 1664                  Liz Friedlander                 Alfre Woodard
## 1665                                                     Debi Mazar
## 1666                      Phil Joanou                Dwayne Johnson
## 1667                      Sam Weisman                    Bernie Mac
## 1668                      Shane Acker                 Martin Landau
## 1669                Steven Soderbergh                Channing Tatum
## 1670                  Martha Coolidge                  Devin Ratray
## 1671              Stephen J. Anderson                Craig Ferguson
## 1672                      Troy Miller                  Elden Henson
## 1673                    Warren Beatty                 Warren Beatty
## 1674                      Tate Taylor                  Tika Sumpter
## 1675                    Carl Franklin                  Meryl Streep
## 1676                    Brett Leonard             Denzel Washington
## 1677                     Ivan Reitman                  Rainn Wilson
## 1678                 Scott Derrickson                   Olivia Munn
## 1679                 Alister Grierson                 Ioan Gruffudd
## 1680                      Nick Hurran                  Holly Hunter
## 1681                 Nicholas Stoller                   Alison Brie
## 1682                Charles Stone III                    Bernie Mac
## 1683                      Paul Haggis                  Olivia Wilde
## 1684                      Kurt Wimmer                Milla Jovovich
## 1685          Jean-FranÃ<U+0083>§ois Richet                 Brian Dennehy
## 1686                    Antoine Fuqua                  Mira Sorvino
## 1687                      Kevin Hooks                   Salma Hayek
## 1688                   Ellory Elkayem            Scarlett Johansson
## 1689                     Edward Zwick               Jake Gyllenhaal
## 1690                        Jon Avnet                     Al Pacino
## 1691                        Niki Caro                 Jeremy Renner
## 1692                    Howard Deutch                  Bruce Willis
## 1693                  Vincenzo Natali                  Sarah Polley
## 1694                    Willard Huyck                  Lea Thompson
## 1695                   Gavin O'Connor                 Jennifer Ehle
## 1696                       Bruce Hunt                 Eddie Cibrian
## 1697                       Rob Reiner                  David Paymer
## 1698                    Paul McGuigan               Jessica ParÃ<U+0083>©
## 1699                  Craig Gillespie                  Grace Phipps
## 1700                  Terrence Malick                Christian Bale
## 1701                    Chris Roberts               Saffron Burrows
## 1702                      Neil Jordan             Robert Downey Jr.
## 1703                       James Wong                     Ian Whyte
## 1704                     Jee-woon Kim                  Zach Gilford
## 1705                        Nick Hamm                Robert De Niro
## 1706                      Andy Cadiff             Annabella Sciorra
## 1707                        Mike Disa                   Amy Poehler
## 1708               Lasse HallstrÃ<U+0083>¶m                Morgan Freeman
## 1709                    Terry Gilliam               Andrew Garfield
## 1710                 Richard J. Lewis                     Mark Addy
## 1711                                  Ã<U+0083>â<U+0080><U+009C>lafur Darri Ã<U+0083>â<U+0080><U+009C>lafsson
## 1712                      Brad Furman             Justin Timberlake
## 1713                     Peter Howitt                  Tyler Labine
## 1714                     Edward Zwick             Denzel Washington
## 1715                     Sergio Leone                Robert De Niro
## 1716                Niels Arden Oplev                Dominic Cooper
## 1717                  Michael Radford                     Al Pacino
## 1718                      Neil Jordan                Emir Kusturica
## 1719                      Steve Boyum                Channing Tatum
## 1720                     Chris Noonan                  Emily Watson
## 1721                       Kaige Chen                 Dong-gun Jang
## 1722                       Corey Yuen                   Steve Howey
## 1723                   Andrew Dominik                     Brad Pitt
## 1724                         Li Zhang                   Bingbing Li
## 1725                   Laurent Tirard               Louise Bourgoin
## 1726                       Simon West                 Jason Statham
## 1727                     Marc Forster                 Gerard Butler
## 1728                  Reinhard Klooss                 Jim Broadbent
## 1729                     Bille August                   Terry Pheto
## 1730          FrÃ<U+0083>©dÃ<U+0083>©ric Auburtin                Fisher Stevens
## 1731                    Olivier Dahan                      Paz Vega
## 1732                    Maksim Fadeev         Konstantin Khabenskiy
## 1733                   Liliana Cavani                  Ray Winstone
## 1734                     Greg Tiernan                  James Franco
## 1735                  Elizabeth Banks                 Anna Kendrick
## 1736                    James Mangold         Sandra Ellis Lafferty
## 1737                                                  Amanda Schull
## 1738                    Edward Norton                Lisa Edelstein
## 1739                     Peter Hewitt                 Jim Broadbent
## 1740                       Ron Howard                    Toby Jones
## 1741                   George Clooney                    Dick Clark
## 1742                  Reginald Hudlin                 Matthew Perry
## 1743                      Ben Falcone                Peter Dinklage
## 1744             Richard Attenborough             Denzel Washington
## 1745                  Lawrence Kasdan               Zooey Deschanel
## 1746                      Don Mancini                 Jason Flemyng
## 1747                     John Maybury          Jennifer Jason Leigh
## 1748                     Ron Clements                Robin Williams
## 1749                     F. Gary Gray                   Aldis Hodge
## 1750                 Steven Spielberg                 Harrison Ford
## 1751                    Igor Kovalyov               Elizabeth Daily
## 1752                     Lee Tamahori                Morgan Freeman
## 1753                   Stephen Frears                  Meryl Streep
## 1754                 Robert Rodriguez                   Johnny Depp
## 1755                   John McTiernan                  Alan Rickman
## 1756                       David Wain                Joe Lo Truglio
## 1757                       Adam McKay                  Ryan Gosling
## 1758                          Ang Lee               Imelda Staunton
## 1759                   Gavin O'Connor                  Eddie Cahill
## 1760                      Zack Snyder                    Ty Burrell
## 1761                    Adam Shankman           Matthew McConaughey
## 1762                   Shinji Aramaki                    Shun Oguri
## 1763                     Wes Anderson                   Bill Murray
## 1764                    James Mangold                   Clea DuVall
## 1765                   Jon Turteltaub                Robert De Niro
## 1766                        John Glen                 Julian Glover
## 1767                    Peter Chelsom                  Lilli Lavine
## 1768                      Peter Hyams                      Mia Sara
## 1769                      Ben Stiller                Milla Jovovich
## 1770               Lasse HallstrÃ<U+0083>¶m                   David Lyons
## 1771                     Kenny Ortega                  Vinessa Shaw
## 1772                      Scott Hicks                ZoÃ<U+0083>« Kravitz
## 1773                   Matthew Vaughn            Elizabeth McGovern
## 1774                  Ruben Fleischer                Bianca Kajlich
## 1775                  Patrick Lussier                 Gerard Butler
## 1776                    Miguel Arteta                  Bella Thorne
## 1777                       Joe Wright                 Talulah Riley
## 1778                     Ridley Scott                 Harrison Ford
## 1779              Michael Caton-Jones                   Liam Neeson
## 1780                              McG                Connie Nielsen
## 1781                       James Gray                 Robert Duvall
## 1782                  Janusz Kaminski             Philip Baker Hall
## 1783                   Jacques Perrin                Jacques Perrin
## 1784                    Donald Petrie             Samaire Armstrong
## 1785                        Jay Roach                  Scott Grimes
## 1786                     Brian Levant              Madeline Carroll
## 1787                  Michael Ritchie                   Mara Wilson
## 1788                   John Carpenter                 Jason Statham
## 1789               David Gordon Green                Dominic Flores
## 1790                      Burr Steers                    Matt Smith
## 1791                  Martin Scorsese        Tenzin Thuthob Tsarong
## 1792                  Robert B. Weide                  James Corden
## 1793                      Jeff Wadlow         ChloÃ<U+0083>« Grace Moretz
## 1794         AgustÃ<U+0083>­n DÃ<U+0083>­az Yanes               Viggo Mortensen
## 1795                Camille Delamarre                   Paul Walker
## 1796                        John Glen                 Louis Jourdan
## 1797                      Judd Apatow                  Harold Ramis
## 1798                  Nick Cassavetes                  Jason Patric
## 1799                   Malcolm D. Lee                      Mo'Nique
## 1800                       David Lean                Richard Wilson
## 1801                     Richard Eyre                    Phil Davis
## 1802                       Gavin Hood                  J.K. Simmons
## 1803                                                   Colin Salmon
## 1804                   Nicholas Meyer                 Leonard Nimoy
## 1805                    Callie Khouri                 Ellen Burstyn
## 1806                      Jon Favreau            Scarlett Johansson
## 1807                      Gary Fleder                Morgan Freeman
## 1808                      John Landis                  John Belushi
## 1809                      Sanaa Hamri               America Ferrera
## 1810                       Todd Graff                  Dolly Parton
## 1811                      Chris Weitz                  Sharon Small
## 1812                      Steve Miner                  Oliver Platt
## 1813                    Paul McGuigan                  Bruce Willis
## 1814                   Philip Kaufman                  Dennis Quaid
## 1815                  Roland Emmerich              Vanessa Redgrave
## 1816                Wolfgang Petersen                Gerald McRaney
## 1817                      Alex Proyas                  Rufus Sewell
## 1818                        Saul Dibb                Dominic Cooper
## 1819                                                 Jackie Gleason
## 1820                     Walter Murch                  Piper Laurie
## 1821                Richard Linklater           Matthew McConaughey
## 1822                 Christian Alvart                Bradley Cooper
## 1823                 E. Elias Merhige                  Harry Lennix
## 1824                     Menno Meyjes                  Oliver Platt
## 1825                 Robert Rodriguez                Alexa PenaVega
## 1826                     Jodie Foster                 Julia Roberts
## 1827                         Ronny Yu                     Meat Loaf
## 1828                  Joel Schumacher                Robert De Niro
## 1829                     Renny Harlin                     LL Cool J
## 1830                   Barry Levinson                Robert De Niro
## 1831                   Norman Jewison            Charlotte Rampling
## 1832                  Kenneth Branagh           Kim-Marie Woodhouse
## 1833                       Steve Carr                   Erick Avari
## 1834                      Mark Waters              Jamie Lee Curtis
## 1835                      Judd Apatow                  Steve Carell
## 1836                      John Madden                 Tom Wilkinson
## 1837                      Scott Frank                   Liam Neeson
## 1838                     Ivan Reitman                 Richard Tyson
## 1839               David Gordon Green                  James Franco
## 1840                     Andy Tennant               Anjelica Huston
## 1841                    Kevin Costner                 Robert Duvall
## 1842                  Joel Schumacher                 Julia Roberts
## 1843                                                 Rob McElhenney
## 1844             Richard Attenborough                   Ryan O'Neal
## 1845                       Wes Craven                   Robert Pine
## 1846                   David R. Ellis                  Sarah Carter
## 1847                        Joel Coen                  Holly Hunter
## 1848                    Scott Stewart                  Dennis Quaid
## 1849                      Michael Bay                Dwayne Johnson
## 1850                       Paul Weitz            Scarlett Johansson
## 1851                  Jonathan Frakes                 Michael Biehn
## 1852                  Lawrence Kasdan                   Scott Glenn
## 1853                     Jim Sheridan               Natalie Portman
## 1854                      Kevin Allen                Daniel Roebuck
## 1855                   Garry Marshall                Robert De Niro
## 1856                Michael Cristofer           Angelina Jolie Pitt
## 1857                   James McTeigue                    Pam Ferris
## 1858                    Donald Petrie                      Rip Torn
## 1859                   Andrew Morahan           Christopher Lambert
## 1860                     Bob Rafelson              Harold Perrineau
## 1861                     Michael Cohn                  David Conrad
## 1862                      Woody Allen                   Woody Allen
## 1863                 David O. Russell               Jake Gyllenhaal
## 1864                     Alan Shapiro                    Paul Hogan
## 1865                     Tarsem Singh                 Ryan Reynolds
## 1866               Fernando Meirelles                Archie Panjabi
## 1867                       Mel Gibson                Christo Jivkov
## 1868                   Chris Columbus                Robin Williams
## 1869                   Barry Levinson                    Tom Cruise
## 1870                   Clint Eastwood                Clint Eastwood
## 1871                     Oliver Stone                    Toby Jones
## 1872                     Pierre Morel                   Liam Neeson
## 1873                  Michael Hoffman                   Luke Bracey
## 1874                     Mick Jackson                    Bill Cobbs
## 1875                 Steven Spielberg                   Liam Neeson
## 1876                      Tate Taylor                    Emma Stone
## 1877                      Bill Condon          Benedict Cumberbatch
## 1878                     Raja Gosnell         Sarah Michelle Gellar
## 1879                  Oleg Stepchenko                 Jason Flemyng
## 1880                         Ronny Yu            Katharine Isabelle
## 1881             Michael Winterbottom               Cara Delevingne
## 1882                    John A. Davis                  Martin Short
## 1883                      Matt Reeves                    Mike Vogel
## 1884                 Michael Pressman                    Kevin Nash
## 1885                   Brian De Palma                Robert De Niro
## 1886                       Ethan Coen               Kelly Macdonald
## 1887                        Tim Story                  Bruce McGill
## 1888                   Sharon Maguire                   Colin Firth
## 1889               Lasse HallstrÃ<U+0083>¶m                     Lena Olin
## 1890          Charles Herman-Wurmfeld             Mary Lynn Rajskub
## 1891                     Andy Fickman                Bailee Madison
## 1892                     Ivan Reitman               Natalie Portman
## 1893               George P. Cosmatos                 Michael Biehn
## 1894               Andrzej Bartkowiak                        Jet Li
## 1895                   Richard Donner                    Lee Remick
## 1896                       James Wong                Chelan Simmons
## 1897                      Scott Hicks                 Blythe Danner
## 1898                      Gabor Csupo               Josh Hutcherson
## 1899                     Marc Forster                   Johnny Depp
## 1900                      Tyler Perry                   Alicia Witt
## 1901                     Joe Carnahan                   Liam Neeson
## 1902                      John Polson                Robert De Niro
## 1903                       Adam McKay                 Darcy Donavan
## 1904                  Martin Scorsese                Robert De Niro
## 1905                     Harald Zwart                Daniel Roebuck
## 1906                       Kirk Jones                   Colin Firth
## 1907                   Brian De Palma                     Al Pacino
## 1908                   Steve Oedekerk                 Kelly Preston
## 1909              Bernardo Bertolucci          Cary-Hiroyuki Tagawa
## 1910             Baltasar KormÃ<U+0083>¡kur                  J.K. Simmons
## 1911                     Brett Ratner              Heather Locklear
## 1912             Paul Thomas Anderson                  Jim Meskimen
## 1913                  Cathy Malkasian                 Alfre Woodard
## 1914                         John Eng               Elizabeth Daily
## 1915                   Malcolm D. Lee                Dave Chappelle
## 1916                       Ken Kwapis                    Mike Vogel
## 1917                      Chris Nahon                        Jet Li
## 1918                        Fred Wolf                    Emma Stone
## 1919                   Bille Woodruff                 Alfre Woodard
## 1920                  Craig Gillespie                      Jon Hamm
## 1921                    Phillip Noyce                  Jeff Bridges
## 1922                    Dennie Gordon                   Colin Firth
## 1923                     Victor Salva                   Nicki Aycox
## 1924                    Mark Helfrich                     Dane Cook
## 1925               Andrzej Bartkowiak                        Jet Li
## 1926                   Stephen Daldry                  Meryl Streep
## 1927                     Andy Fickman                Channing Tatum
## 1928                  Steve Bendelack                 Lily Atkinson
## 1929                 Dwight H. Little             Nicholas Gonzalez
## 1930                  Guillaume Canet                    Mila Kunis
## 1931                 Kirsten Sheridan                Robin Williams
## 1932                    Shekhar Kapur                  Fanny Ardant
## 1933                         Ronny Yu               Alexis Arquette
## 1934                Richard Fleischer                 Joseph Cotten
## 1935                       Bob Spiers                 Jason Flemyng
## 1936               David Gordon Green                   Ari Graynor
## 1937              Damien Dante Wayans              Damon Wayans Jr.
## 1938                   Frank Darabont                Morgan Freeman
## 1939                     Simon Wincer                    Jere Burns
## 1940                   Bobby Farrelly                   Bill Murray
## 1941                     Rupert Wyatt                George Kennedy
## 1942                       John Wells          Benedict Cumberbatch
## 1943                       Tim Fywell                    Connie Ray
## 1944                       Nigel Cole                  Aimee Garcia
## 1945                  Dexter Fletcher                  Hugh Jackman
## 1946                        Spike Lee             Denzel Washington
## 1947                     Jeremy Leven                   Johnny Depp
## 1948                                                Justin Fletcher
## 1949               Lasse HallstrÃ<U+0083>¶m                Channing Tatum
## 1950                    Sylvain White                   Chris Evans
## 1951                       Troy Nixey                Bailee Madison
## 1952                 Philip G. Atwell                 Jason Statham
## 1953             Paul Thomas Anderson                  Adam Sandler
## 1954                    Jeff Schaffer                    Matt Damon
## 1955                 Don Michael Paul             Claudia Christian
## 1956                        Paul Feig          Tyler James Williams
## 1957                    James Bridges                  Dianne Wiest
## 1958                     Steve Barron                 Martin Landau
## 1959                      Bill Paxton               Stephen Dillane
## 1960                    Richard Kelly                Frank Langella
## 1961                     Carter Smith                  Laura Ramsey
## 1962                 John Schlesinger                   Mark Valley
## 1963                       Wes Craven                  Frank Grillo
## 1964                  Luke Greenfield               Chris Marquette
## 1965                        Ringo Lam            Natasha Henstridge
## 1966                  Bruce McCulloch                  Martin Starr
## 1967                  Brian Helgeland                     Tom Hardy
## 1968                   Akiva Schaffer                  Sissy Spacek
## 1969                   David R. Ellis                   Chris Zylka
## 1970                      Alan Parker                  Emily Watson
## 1971                     Ivan Reitman               Jennifer Garner
## 1972                      Tobe Hooper                  Frank Finlay
## 1973                                                Elizabeth Daily
## 1974                   Robert Redford                  Robin Wright
## 1975              Catherine Hardwicke                  Heath Ledger
## 1976                  Patricia Riggen              Marco TreviÃ<U+0083>±o
## 1977                   John Carpenter                   Victor Wong
## 1978                  Pascal Chaumeil                     Dany Boon
## 1979                   Gavin O'Connor                     Tom Hardy
## 1980                      Neil Jordan                  Alan Rickman
## 1981                      Ron Maxwell                  Tom Berenger
## 1982                  Kimberly Peirce          Joseph Gordon-Levitt
## 1983                   Stephen Gaghan                Charlie Hunnam
## 1984                  Jonathan Kaplan                      John Doe
## 1985                     Ole Bornedal                 Kyra Sedgwick
## 1986                 Richard Benjamin                Brendan Fraser
## 1987                        Rod Lurie        Alexander SkarsgÃ<U+0083>Â¥rd
## 1988               Lasse HallstrÃ<U+0083>¶m                    Hope Davis
## 1989                  Craig R. Baxley                Brian Bosworth
## 1990                    John Hillcoat               Viggo Mortensen
## 1991                  John Guillermin                 Tanya Roberts
## 1992                     Marcos Siega                  Cheech Marin
## 1993                      J.B. Rogers                 Eddie Cibrian
## 1994                  Roger Donaldson               Anthony Hopkins
## 1995                   David R. Ellis                     Lin Shaye
## 1996                   Rachel Talalay                   Naomi Watts
## 1997                  Jeffrey W. Byrd                 Donald Faison
## 1998               Fernando Meirelles                  Don McKellar
## 1999                         Uwe Boll                     Meat Loaf
## 2000                   Roman Polanski                  Kate Winslet
## 2001                      Atom Egoyan                   Colin Firth
## 2002                   Andrew Adamson                Dallas Barnett
## 2003                     Robert Towne                   Billy Burke
## 2004                Richard Linklater                     Zoe Kazan
## 2005               Giuseppe Tornatore                  Jim Sturgess
## 2006                    Werner Herzog                  Nicolas Cage
## 2007                      Ben Stassen                 Ed Begley Jr.
## 2008                  Guillaume Canet            FranÃ<U+0083>§ois Cluzet
## 2009                  Taylor Hackford          Scout Taylor-Compton
## 2010           JÃ<U+0083>©rÃ<U+0083>´me Deschamps                Yolande Moreau
## 2011                 Inna Evlannikova                Sergey Garmash
## 2012                     Ridley Scott            Michael Fassbender
## 2013                 Jonathan English                 Jason Flemyng
## 2014                Sergey Bondarchuk                   Rod Steiger
## 2015                       Teddy Chan                  Siu-Wong Fan
## 2016                Mario Van Peebles                   Martin Kove
## 2017                   Stephen Frears                  Keanu Reeves
## 2018                    Walter Salles               Kristen Stewart
## 2019                    Leonard Nimoy                 Leonard Nimoy
## 2020               Sylvester Stallone            Sylvester Stallone
## 2021                     Ericson Core                  Ray Winstone
## 2022                       Wes Craven                     Omar Epps
## 2023                   Gavin O'Connor               Natalie Portman
## 2024                        Tim Story                  Romany Malco
## 2025                    Jonathan Lynn                  Bruce Willis
## 2026                     Herbert Ross                  Dianne Wiest
## 2027                    Todd Phillips                  Will Ferrell
## 2028                    Terry Gilliam                  Jeff Bridges
## 2029                     Danny Cannon                   Muse Watson
## 2030                      Bonnie Hunt                 Minnie Driver
## 2031                      Kevin Smith                  Gerry Bednob
## 2032                      Neil LaBute                Morgan Freeman
## 2033                     Grant Heslov                  Kevin Spacey
## 2034                     George Gallo                Daniel Roebuck
## 2035                    James Mangold           Angelina Jolie Pitt
## 2036                   Robert Luketic                  Topher Grace
## 2037                         Tim Hill                  Josh Charles
## 2038                     Sidney Lumet                    Lena Horne
## 2039                    Brian Robbins                  Oliver Platt
## 2040                      Ron Shelton                 Willie Garson
## 2041                  Douglas McGrath                   Olivia Munn
## 2042                    Alexandre Aja                    Adam Scott
## 2043                     Kevin Spacey                  Kevin Spacey
## 2044                      Steve Boyum                   Paul Walker
## 2045                 Richard Williams              Donald Pleasence
## 2046                   Mary McGuckian                Robert De Niro
## 2047               George Tillman Jr.                Dwayne Johnson
## 2048                   Hayao Miyazaki                Christian Bale
## 2049                  Ruben Fleischer                    Emma Stone
## 2050                    Peter Jackson                   Naomi Watts
## 2051                     Frank Coraci                  Adam Sandler
## 2052                   Irvin Kershner                 Harrison Ford
## 2053                      Michael Bay                    Will Smith
## 2054                     David Zucker                George Kennedy
## 2055                       James Wong                Daniel Roebuck
## 2056                   George Clooney                  Ryan Gosling
## 2057                      David Twohy                    Vin Diesel
## 2058                     Tony Goldwyn                  Hugh Jackman
## 2059                      Spike Jonze            Scarlett Johansson
## 2060                  Dexter Fletcher                  Hugh Jackman
## 2061                        John Dahl                   Paul Walker
## 2062                  Jonathan Newman                 Ioan Gruffudd
## 2063                       Wayne Wang               Natalie Portman
## 2064                      Andy Cadiff             Annabella Sciorra
## 2065                   Michael Dinner                Seymour Cassel
## 2066                Steven Soderbergh                Channing Tatum
## 2067                   Joseph Sargent                  Judith Barsi
## 2068                       Jerry Zaks             Leonardo DiCaprio
## 2069                       Fred Durst                   Tasha Smith
## 2070                      Neil Jordan                   Stephen Rea
## 2071                     Simon Wincer              Vanessa Williams
## 2072                      Paul Haggis                  James Franco
## 2073                    Anne Fontaine             Alessandro Nivola
## 2074                       Jon Cassar                    Demi Moore
## 2075                   Stephen Frears                     Tom Burke
## 2076                                                    Cole Hauser
## 2077                        Mira Nair                  Romola Garai
## 2078                       Teddy Chan                  Bingbing Fan
## 2079            Mikael HÃ<U+0083>Â¥fstrÃ<U+0083>¶m                   Drew Powell
## 2080                       Mel Brooks                   Joan Rivers
## 2081                    Russell Crowe                    Cem Yilmaz
## 2082                     Jerry Zucker                    Demi Moore
## 2083                   Bobby Farrelly               Sarah Silverman
## 2084                     John Pasquin                Judge Reinhold
## 2085                 John Lee Hancock                  Dennis Quaid
## 2086                     Andy Fickman                Dwayne Johnson
## 2087                   Clint Eastwood                Clint Eastwood
## 2088                  Luke Greenfield                Louis Lombardi
## 2089             Richard Attenborough                Candice Bergen
## 2090               Lasse HallstrÃ<U+0083>¶m                  Manish Dayal
## 2091                    Irwin Winkler                    Ken Howard
## 2092                    Jessie Nelson                  Dianne Wiest
## 2093              Christopher Spencer                   Roma Downey
## 2094                      Len Wiseman                  Sophia Myles
## 2095            Mikael HÃ<U+0083>Â¥fstrÃ<U+0083>¶m                  Denis O'Hare
## 2096                Steven Soderbergh                    Matt Damon
## 2097             Richard Attenborough               Anthony Hopkins
## 2098                     Mike Bigelow                  Carlos Ponce
## 2099                        Ken Scott                   Jack Reynor
## 2100                    Paul McGuigan              Daniel Radcliffe
## 2101                    Susanna White               Radivoje Bukvic
## 2102                     Dennis Dugan                 Amanda Detmer
## 2103                     David Bowers                Zachary Gordon
## 2104                        Spike Lee                  Mira Sorvino
## 2105                      Kevin Smith                  Will Ferrell
## 2106                      Michael Bay            Scarlett Johansson
## 2107                  Daniel Sackheim                    Chris Noth
## 2108                       Ethan Coen            Scarlett Johansson
## 2109                     Harry Elfont                Rosario Dawson
## 2110                      Gary Fleder                 Jason Statham
## 2111                         Uli Edel              Richard E. Grant
## 2112                 David O. Russell                   Naomi Watts
## 2113                      Fred Dekker                   CCH Pounder
## 2114            Brian Trenchard-Smith                 Michael Biehn
## 2115                    Blake Edwards                   Rock Hudson
## 2116                      Hugh Wilson                Brendan Fraser
## 2117                Camille Delamarre                     Ed Skrein
## 2118                 Laurence Dunmore                   Johnny Depp
## 2119                   Paul Verhoeven               Michiel Huisman
## 2120                 Christian Carion                    Gary Lewis
## 2121                     David Palmer                Bradley Cooper
## 2122                    Callie Khouri                  Stephen Root
## 2123                      Rowan Joffe                   Colin Firth
## 2124                 William Friedkin                  Roy Scheider
## 2125                      John Curran                Robert De Niro
## 2126                   Laurent Tirard                  Romain Duris
## 2127                     Scott Cooper                Christian Bale
## 2128                      Tony Gilroy                 Tom Wilkinson
## 2129                      Peter Segal               Wilford Brimley
## 2130                  Mark Pellington                  Jeff Bridges
## 2131          Juan JosÃ<U+0083>© Campanella                    Pablo Rago
## 2132                      Woody Allen                  Ornella Muti
## 2133                   Clint Eastwood                Clint Eastwood
## 2134                      Trey Parker                 Minnie Driver
## 2135                         Frank Oz                Peter Dinklage
## 2136                   Stuart Gillard                   Paige Turco
## 2137                    Brian Robbins                  Keanu Reeves
## 2138                 David O. Russell             Jennifer Lawrence
## 2139              Richard LaGravenese                Hunter Parrish
## 2140                      Tyler Perry                Omari Hardwick
## 2141                  Louis Leterrier                 Jason Statham
## 2142                      Jeff Wadlow                Djimon Hounsou
## 2143                        Katt Shea                  Jason London
## 2144                                                 Chris Harrison
## 2145                       Sam Mendes              Catherine O'Hara
## 2146             Joshua Michael Stern              Madeline Carroll
## 2147                  Brad Silberling               Jake Gyllenhaal
## 2148                  Tomas Alfredson          Benedict Cumberbatch
## 2149                      John Duigan                Elaine Hendrix
## 2150                     Jodie Foster             Jennifer Lawrence
## 2151                    Colin Higgins                  Dolly Parton
## 2152                 David Cronenberg          Jennifer Jason Leigh
## 2153                 Steven Spielberg                 Harrison Ford
## 2154                   Chris Columbus               Macaulay Culkin
## 2155                 Steven Spielberg                   Bob Balaban
## 2156                      Jim Sonzero               Ian Somerhalder
## 2157                       Tony Scott                Dean Stockwell
## 2158                    Adam Shankman                Angus T. Jones
## 2159                   Jonathan Demme               Anthony Hopkins
## 2160                Penelope Spheeris                   Tia Carrere
## 2161                    Jeff Tremaine                   Bam Margera
## 2162                   Jeannot Szwarc                  Roy Scheider
## 2163                     Raja Gosnell              Jamie Lee Curtis
## 2164                        James Wan                 Mackenzie Foy
## 2165                     Brian Levant                      Nia Long
## 2166                      Ben Falcone                     Gary Cole
## 2167                      D.J. Caruso                  Sarah Roemer
## 2168                Richard Linklater              Miranda Cosgrove
## 2169               Paul W.S. Anderson           Christopher Lambert
## 2170                    Paul McGuigan               Jessica ParÃ<U+0083>©
## 2171              Keenen Ivory Wayans                 Busy Philipps
## 2172                  Alexander Payne              Shailene Woodley
## 2173                     Andrew Davis              Tim Blake Nelson
## 2174              Julie Anne Robinson                 Kelly Preston
## 2175                    Steve McQueen          QuvenzhanÃ<U+0083>© Wallis
## 2176                Charles Stone III               Leonard Roberts
## 2177                      Tyler Perry             Michael Jai White
## 2178                       Tim Burton                   Johnny Depp
## 2179                    Thea Sharrock                   Sam Claflin
## 2180                      Tyler Perry                     John Amos
## 2181                 William Friedkin                  Roy Scheider
## 2182                        Jon Lucas                    Mila Kunis
## 2183                    Aaron Seltzer               Alyson Hannigan
## 2184                       Robin Budd                    Roger Rees
## 2185                     Ava DuVernay                 David Oyelowo
## 2186                  Steve Trenbirth             Haley Joel Osment
## 2187                      Stephen Kay                  Barry Watson
## 2188                      Mennan Yapo                      Nia Long
## 2189                  Jun Falkenstein                   Kath Soucie
## 2190               Jaume Collet-Serra                 Jimmy Bennett
## 2191                       Boaz Yakin                 Jay Hernandez
## 2192                                                  Lamman Rucker
## 2193                  Jason Friedberg               David Carradine
## 2194                      John Milius                 William Smith
## 2195                     Tom McCarthy                  Billy Crudup
## 2196                      Neil LaBute                 Jay Hernandez
## 2197                  Takashi Shimizu         Sarah Michelle Gellar
## 2198            Kevin Rodney Sullivan                Richard Lawson
## 2199                     Peter Hewitt                  Keanu Reeves
## 2200                   Barry Levinson                Robin Williams
## 2201                      Gary Nelson                Robert Forster
## 2202                    Anton Corbijn              Violante Placido
## 2203                     Gregory Nava                      Jon Seda
## 2204                  Jason Friedberg                Diedrich Bader
## 2205      Alejandro G. IÃ<U+0083>±Ã<U+0083>¡rritu                     Brad Pitt
## 2206                       Shawn Levy                      Tina Fey
## 2207             John Patrick Shanley        Philip Seymour Hoffman
## 2208                      Trey Parker                  Jeremy Shada
## 2209                  John Luessenhop                 Gunnar Hansen
## 2210                        Jon Amiel              William McNamara
## 2211                   Malcolm D. Lee                   Marisa Saks
## 2212                     Joshua Logan                Clint Eastwood
## 2213                     Gus Van Sant                  James Franco
## 2214                   Kevin Reynolds                   Peter Firth
## 2215                       Steve Beck             Isaiah Washington
## 2216            Todd Strauss-Schulson                 Patton Oswalt
## 2217                  John McNaughton                   Bill Murray
## 2218                 Nelson McCormick                     Sela Ward
## 2219                      John Madden                 Tom Wilkinson
## 2220                   Stephen Frears                    Drake Bell
## 2221                     Eric Valette                  Johnny Lewis
## 2222                 John Schlesinger                  Joe Mantegna
## 2223                  Roger Donaldson                 Jason Statham
## 2224                    Michel Gondry                  Kate Winslet
## 2225                     Andy Fickman              Jamie Lee Curtis
## 2226                       David Ayer                  Keanu Reeves
## 2227                     Edgar Wright                Michael Smiley
## 2228                   Andrew Fleming                 Kay Panabaker
## 2229                  Michael Spierig                  Jay Laga'aia
## 2230                  Jim Field Smith                    Mike Vogel
## 2231                   Thomas Bezucha              Leighton Meester
## 2232               William Brent Bell                 Adam Goldberg
## 2233                     Simon Wincer                  Alan Rickman
## 2234                     Anthony Bell                 Kevin Sussman
## 2235                     Renny Harlin                  Laura Ramsey
## 2236                Jessica Bendinger                  Jeff Bridges
## 2237                 Robert Rodriguez                 Jimmy Bennett
## 2238                     Gus Van Sant                Kurtwood Smith
## 2239                      Henry Joost                  Samira Wiley
## 2240                        Ed Harris               Viggo Mortensen
## 2241                   John Carpenter                    Sheryl Lee
## 2242                                                  Pablo Sevilla
## 2243                 Alfred Hitchcock                   Janet Leigh
## 2244                    Howard Deutch                     Dane Cook
## 2245                      Shana Feste                 Alex Pettyfer
## 2246                   Garry Marshall               Hector Elizondo
## 2247                       Steve Rash                          Mako
## 2248                   Richard Donner             Matthew Broderick
## 2249              Mark Steven Johnson                  Oliver Platt
## 2250                      Mike Binder                  Adam Sandler
## 2251                        Sean Penn               Kristen Stewart
## 2252                    Todd Phillips                     Jon Heder
## 2253               Michael J. Bassett                Radha Mitchell
## 2254                 Robert Rodriguez             Quentin Tarantino
## 2255                     Frank Nissen                   Kath Soucie
## 2256                     Jodie Foster             Robert Downey Jr.
## 2257                     Stephen Chow                 Shengyi Huang
## 2258                                                    Leah Remini
## 2259                   Peter Hastings             Haley Joel Osment
## 2260                     Marc Forster               Mustafa Haidari
## 2261      Alejandro G. IÃ<U+0083>±Ã<U+0083>¡rritu                   Naomi Watts
## 2262                     Paul Abascal                   Cole Hauser
## 2263              Catherine Hardwicke               Kristen Stewart
## 2264                       Chris Koch                 Thomas Lennon
## 2265                   Amy Heckerling                     Andy Dick
## 2266                    Michael Moore                 Ronald Reagan
## 2267                   George Stevens                 Martin Landau
## 2268                        Billy Ray                 Julia Roberts
## 2269                  Jason Friedberg                Carmen Electra
## 2270                  NimrÃ<U+0083>³d Antal               Andrew Fiscella
## 2271                        Jon Amiel                   Bill Murray
## 2272                       Mark Mylod                   Chris Evans
## 2273                     James Mather                 Joseph Gilgun
## 2274                   Barry Levinson                   Amy Poehler
## 2275                   Mark Neveldine                 Jason Statham
## 2276                      Woody Allen                 Jim Broadbent
## 2277                Michael O. Sajbel                  James Callis
## 2278                    Phillip Noyce                Brendan Fraser
## 2279                   Gore Verbinski                  Nicolas Cage
## 2280                      Walter Hill                Fisher Stevens
## 2281                      David Koepp                  Aasif Mandvi
## 2282                     Renny Harlin                   Taylor Cole
## 2283                      Matt Reeves         ChloÃ<U+0083>« Grace Moretz
## 2284              Charles T. Kanganis                   Victor Wong
## 2285                    Michel Gondry                 Quinton Aaron
## 2286                   Stephen Frears                   Bob Hoskins
## 2287                    John Hillcoat                  Kate Winslet
## 2288                      Woody Allen                   Woody Allen
## 2289               Damon Santostefano                 Matthew Perry
## 2290                       John Wells                Bradley Cooper
## 2291                      Neil Jordan                Robert De Niro
## 2292                      Woody Allen                Natasha Lyonne
## 2293                         Frank Oz                Peter Dinklage
## 2294                        James Wan                   Aisha Tyler
## 2295                       Kirk Jones                Robert De Niro
## 2296                        Bob Clark                    Scott Baio
## 2297                     Les Mayfield                 Miguel Ferrer
## 2298                     Les Mayfield                 Callum Rennie
## 2299                  Michael Lembeck               Debbie Reynolds
## 2300                        Bob Fosse               Sammy Davis Jr.
## 2301             Paul Thomas Anderson                    Martin Dew
## 2302                   Dave Borthwick                  Jimmy Fallon
## 2303                       Benson Lee                   Chris Brown
## 2304                                                   LeVar Burton
## 2305                     David Zucker                 Chriss Anglin
## 2306                 Robert Rodriguez                Alexa PenaVega
## 2307                      Glen Morgan                 Laura Harring
## 2308                        Fred Wolf               Kevin Alejandro
## 2309                       Mike Leigh                 Jim Broadbent
## 2310             Alejandro Monteverde                 Tom Wilkinson
## 2311                 David Cronenberg            Michael Fassbender
## 2312                Richard Linklater             Robert Downey Jr.
## 2313                    Michael Apted                 Gerard Butler
## 2314                         Uwe Boll     Catherine Lough Haggquist
## 2315                       Todd Graff                  Scott Porter
## 2316                  Jonathan Glazer                Cameron Bright
## 2317                     J.C. Chandor                 David Oyelowo
## 2318                       Paul Gross               Landon Liboiron
## 2319                     Marc Abraham                 Dylan Authors
## 2320                      Todd Haynes                Christian Bale
## 2321                Mabrouk El Mechri                  Henry Cavill
## 2322                     Rian Johnson                Zachary Gordon
## 2323                  Charlie Kaufman        Philip Seymour Hoffman
## 2324                   Hayao Miyazaki                 Minnie Driver
## 2325              Jean-Paul Rappeneau               Isabelle Adjani
## 2326                     Nancy Walker              Steve Guttenberg
## 2327                    John Hillcoat                  Ray Winstone
## 2328                     Angelo Pizzo                    Donny Boaz
## 2329                 Richard Benjamin                  Damon Wayans
## 2330                      Kurt Wimmer                Christian Bale
## 2331               Roger Spottiswoode                Radha Mitchell
## 2332                       James Gray               Charlize Theron
## 2333                  Matthew Diamond              Chazz Palminteri
## 2334              Angelina Jolie Pitt                     Brad Pitt
## 2335              Katsuhiro Ã<U+0083>â<U+0080>tomo              William Hootkins
## 2336                   David Anspaugh                 Gerard Butler
## 2337                   Andrew Jarecki                  Ryan Gosling
## 2338                   Kevin Reynolds                  Esai Morales
## 2339                     Stephen Chow                       Jiao Xu
## 2340              Jean-Marie PoirÃ<U+0083>©             Christian Clavier
## 2341                     Kevin Munroe                Marco St. John
## 2342                   Daniel Algrant                     Al Pacino
## 2343                                                  Peter Vaughan
## 2344                     Julie Taymor                Djimon Hounsou
## 2345            Alejandro AmenÃ<U+0083>¡bar                   Emma Watson
## 2346                       Jane Clark                 Necar Zadegan
## 2347                       Daniel Lee                      Andy Lau
## 2348                      Mike Barker                 Gerard Butler
## 2349                   Wayne Thornley                 Leonard Nimoy
## 2350                Gnana Rajasekaran                 Mani Bharathi
## 2351                        Tom Walsh                Joey D. Vieira
## 2352              Jonathan Jakubowicz                Robert De Niro
## 2353                   James McTeigue                Milla Jovovich
## 2354                     Scott Walker                  Nicolas Cage
## 2355                      John Curran                    Toby Jones
## 2356                         Uli Edel              Moritz Bleibtreu
## 2357                    Kevin Costner                Mary McDonnell
## 2358                      Jake Kasdan             Justin Timberlake
## 2359                    Harold Becker                     Al Pacino
## 2360                      Mark Rosman                      Dan Byrd
## 2361                       Wes Craven                David Arquette
## 2362                       Steve Beck             Shannon Elizabeth
## 2363                  Stanley Kubrick              Scatman Crothers
## 2364                  Robert Zemeckis                  Lea Thompson
## 2365                   William Malone                 Jeffrey Combs
## 2366                      Tyler Perry               Eric Mendenhall
## 2367                         Rob Hawk                Kari J. Kramer
## 2368                      Josh Gordon            Caroline Dhavernas
## 2369                       Shawn Levy                  Taran Killam
## 2370                     Lee Tamahori                     Mem Ferda
## 2371                                        Nicole 'Snooki' Polizzi
## 2372                   Britt Allcroft                   Mara Wilson
## 2373                     Breck Eisner                Radha Mitchell
## 2374                   Hayao Miyazaki                Bunta Sugawara
## 2375                        Alan Yuen                      Andy Lau
## 2376                  Roger Donaldson                   Liam Neeson
## 2377                   Brian Percival                  Emily Watson
## 2378                      Sean Anders                Katrina Bowden
## 2379                     Anand Tucker                    Adam Scott
## 2380                     Anthony Mann                   James Mason
## 2381                    Michael Dowse                  Topher Grace
## 2382                     Daniel Barnz                  Holly Hunter
## 2383                   Emile Ardolino                 Darci Kistler
## 2384                    Robert Altman                 Steve Buscemi
## 2385                    James Schamus                  Logan Lerman
## 2386                   Andrew Douglas                 Jimmy Bennett
## 2387                      Spike Jonze                  Nicolas Cage
## 2388                 George A. Romero                    Tony Nappo
## 2389                       Danny Pang                     Louis Koo
## 2390                    Terry Gilliam                   Johnny Depp
## 2391                    Ricky Gervais               Jennifer Garner
## 2392                 Nicholas Stoller                 Craig Roberts
## 2393                    Chuck Russell                  Peter Greene
## 2394                   Penny Marshall                     Tom Hanks
## 2395                    Larry Charles                       Luenell
## 2396                   Robert Luketic              Linda Cardellini
## 2397                    Leonard Nimoy                 Leonard Nimoy
## 2398                 Scott Derrickson                 Tom Wilkinson
## 2399                    Mike Mitchell                   Amy Poehler
## 2400                    Vic Armstrong                  Nicolas Cage
## 2401                   Thomas Bezucha               Craig T. Nelson
## 2402            Kevin Rodney Sullivan                  Harry Lennix
## 2403                    Terry Zwigoff                    Bernie Mac
## 2404                        Jay Roach                  Will Ferrell
## 2405                       Kirk Jones                  Nia Vardalos
## 2406                     David Bowers                Zachary Gordon
## 2407                   John McTiernan                   Shane Black
## 2408                     Milos Forman                 Jeffrey Jones
## 2409                 Nelson McCormick                   Ming-Na Wen
## 2410                      Mark Waters                      Tina Fey
## 2411                     Audrey Wells                    Raoul Bova
## 2412                    Robert Altman          Kristin Scott Thomas
## 2413                                                Peter Gallagher
## 2414             Francis Ford Coppola                  Nicolas Cage
## 2415      Alejandro G. IÃ<U+0083>±Ã<U+0083>¡rritu                    Emma Stone
## 2416                      Woody Allen                 Sally Hawkins
## 2417                  Paul Greengrass           Christian Clemenson
## 2418                   Bille Woodruff              Christian Monzon
## 2419                     Edward Zwick             Denzel Washington
## 2420                   Rick Friedberg                    Hulk Hogan
## 2421                   John Carpenter              Jamie Lee Curtis
## 2422                    Sean McNamara                  Dennis Quaid
## 2423                     Mike Nichols                   Bob Newhart
## 2424                        Jody Hill                Collette Wolfe
## 2425                Richard Fleischer                          Mako
## 2426                  Martin Scorsese                Robert De Niro
## 2427                     Brandon Camp                    Judy Greer
## 2428                   Barry Levinson                 Nicholas Rowe
## 2429                 Kevin Tancharoen                Kelsey Grammer
## 2430                      Danny Boyle                  James Franco
## 2431                      Woody Allen                   Woody Allen
## 2432                  Nicholas Hytner                 Amanda Schull
## 2433                    Jessie Nelson                  Olivia Wilde
## 2434                  Bart Freundlich               Kristen Stewart
## 2435                    Irwin Winkler               Ian Somerhalder
## 2436                      Danny Boyle                  Kate Winslet
## 2437                   Chris Columbus                     Alan Ruck
## 2438                    Miguel Arteta                 Steve Buscemi
## 2439                William A. Fraker                 Jason Robards
## 2440                     John Boorman              Daniel Radcliffe
## 2441                   Brian De Palma                   Nancy Allen
## 2442                 Courtney Solomon                 Rebecca Budig
## 2443                          Ang Lee                    Joan Allen
## 2444                       Rob Reiner                  Yaya DaCosta
## 2445                       Jeff Kanew               Craig T. Nelson
## 2446               IstvÃ<U+0083>¡n SzabÃ<U+0083>³              Miriam Margolyes
## 2447                      Adrian Lyne               David Margulies
## 2448                  Matthew Robbins                 Ian McDiarmid
## 2449                  Michael Hoffman               David Masterson
## 2450                       Tim Burton                   Johnny Depp
## 2451                    Jason Reitman                  J.K. Simmons
## 2452                    Sergey Bodrov                Tadanobu Asano
## 2453                      Guy Ritchie                     Tom Hardy
## 2454                      Hal Needham                Barry Bostwick
## 2455                  Kenneth Branagh                Julie Christie
## 2456                  Bruce Beresford               Bruce Greenwood
## 2457                     Jeff Nichols                 Kirsten Dunst
## 2458                      Woody Allen                   Woody Allen
## 2459               Jonathan Teplitzky                 Jeremy Irvine
## 2460                                               Poppy Montgomery
## 2461                   Michael Haneke                  Ulrich Tukur
## 2462                        Zack Ward                     Zack Ward
## 2463                      Mike Marvin                  Clint Howard
## 2464                      D.J. Caruso                 Adam Goldberg
## 2465                  NimrÃ<U+0083>³d Antal                James Hetfield
## 2466                    Gregor Jordan                Austin Nichols
## 2467                                               Edgar RamÃ<U+0083>­rez
## 2468                    Tran Anh Hung                 Takuya Kimura
## 2469                       Lance Hool                  Tom Berenger
## 2470                 George A. Romero                 Greg Nicotero
## 2471                    Chuck Russell                  Sam Trammell
## 2472               Christian Volckman                  Romola Garai
## 2473                       Jon Cassar                    Demi Moore
## 2474                Richard Fleischer               Ernie Reyes Jr.
## 2475                Rodrigo CortÃ<U+0083>©s                Robert De Niro
## 2476                     Greg Mottola                    Emma Stone
## 2477                      Tyler Perry               Vanessa Ferlito
## 2478                     David Hayter                   Jason Momoa
## 2479                       Jon M. Chu                Cassie Ventura
## 2480                     Cory Edwards                 Anne Hathaway
## 2481                     Terry George                   Don Cheadle
## 2482                      Xavier Gens              Henry Ian Cusick
## 2483                     Kasi Lemmons               Jennifer Hudson
## 2484                   Brian A Miller                  Bruce Willis
## 2485                      Matt Dillon                      Kirk Fox
## 2486            Alejandro AmenÃ<U+0083>¡bar             Fionnula Flanagan
## 2487                    James Cameron                 Michael Biehn
## 2488                     George Cukor                  Jeremy Brett
## 2489                    Jim Gillespie                   Muse Watson
## 2490                  Luke Greenfield                    Rob Riggle
## 2491                  Alexander Payne               Virginia Madsen
## 2492                Jay Chandrasekhar                    Chris Moss
## 2493                   John Carpenter              Jamie Lee Curtis
## 2494                      Yimou Zhang                        Jet Li
## 2495                     John Hoffman                    Liam Aiken
## 2496                   Malcolm D. Lee              Harold Perrineau
## 2497                     Joe Carnahan                 Ryan Reynolds
## 2498                   Kevin Greutert               Costas Mandylor
## 2499                  Michael Lehmann            Emmanuelle Vaugier
## 2500                  Joseph Kosinski                  Jeff Bridges
## 2501                 John Fortenberry                  Will Ferrell
## 2502                     Daniel Barnz                 Alex Pettyfer
## 2503                    Alexandre Aja                      Dan Byrd
## 2504                      Sam Weisman                Kevin Grevioux
## 2505                        Niki Caro                 Morgan Saylor
## 2506                       Erik White            Brandon T. Jackson
## 2507                   Chris Robinson                          T.I.
## 2508                      Jason Moore                 Anna Kendrick
## 2509                   Michael Tollin                   Marc Blucas
## 2510                        Sam Raimi                     Gary Cole
## 2511                    Robert Harmon               Alexander Gould
## 2512                     Trent Cooper              Thomas F. Wilson
## 2513                   Gary Halvorson              Vanessa Williams
## 2514                    Antoine Fuqua                   Don Cheadle
## 2515                     Nicholas Ray                   Ava Gardner
## 2516                     Fede Alvarez              Lou Taylor Pucci
## 2517                    Donald Petrie                  Nia Vardalos
## 2518                       Paul Weitz                    Judy Greer
## 2519                  Sidney J. Furie                 Jim Broadbent
## 2520                 Ian Iqbal Rashid                   DeRay Davis
## 2521                     Wayne Kramer                   Paul Walker
## 2522                 Rowdy Herrington                   Aidan Quinn
## 2523                      Jim Goddard                   Victor Wong
## 2524                      Neil Burger                  Rufus Sewell
## 2525                    Noel Marshall                  Tippi Hedren
## 2526                  Joel Schumacher                Brenda Fricker
## 2527                Andrea Di Stefano               Josh Hutcherson
## 2528                    Richard Kelly              Janeane Garofalo
## 2529                Guillaume Ivernel                   Rob Paulsen
## 2530                      Jack Smight                George Peppard
## 2531                     Todd Lincoln                Julianna Guill
## 2532                     Howard Zieff               Macaulay Culkin
## 2533                 Steven Shainberg             Robert Downey Jr.
## 2534                      Neil Burger                  Rufus Sewell
## 2535                     Oliver Stone                  Hal Holbrook
## 2536                          Ang Lee                  Alan Rickman
## 2537                   Julian Jarrold                 Anne Hathaway
## 2538                     Joe Nussbaum                  Danny Strong
## 2539                   Vadim Perelman                Frances Fisher
## 2540                       Peter Weir                Robin Williams
## 2541                   Peter Farrelly                  Lauren Holly
## 2542                       Rob Reiner                   Bruno Kirby
## 2543                     Sidney Lumet            Charlotte Rampling
## 2544                    Todd Phillips                  Ethan Suplee
## 2545                    Brian Robbins                   Paul Walker
## 2546              Michel Hazanavicius           BÃ<U+0083>©rÃ<U+0083>©nice Bejo
## 2547                   David S. Goyer                   Gary Oldman
## 2548                     Wes Anderson                  Bruce Willis
## 2549               Jonathan Liebesman                    Matt Bomer
## 2550                  Cyrus Nowrasteh                 Clive Russell
## 2551              Perry Andelin Blake             Jennifer Esposito
## 2552               Guillermo del Toro                 Ivana Baquero
## 2553                                                  Joel Courtney
## 2554                   John Whitesell                   Leslie Bibb
## 2555                   John Singleton                      Mo'Nique
## 2556        Christian E. Christiansen              Leighton Meester
## 2557                    Dennie Gordon               Brittany Daniel
## 2558                  Sheldon Lettich                    Bolo Yeung
## 2559                     Edgar Wright                   Bill Bailey
## 2560                    Diane English            Jada Pinkett Smith
## 2561                      Woody Allen            Scarlett Johansson
## 2562                     Peter Flinth           Gustaf SkarsgÃ<U+0083>Â¥rd
## 2563                        Jon Lucas                    Mila Kunis
## 2564                    Robert Iscove               Alyson Hannigan
## 2565                  Peter Kosminsky                 Patrick Fugit
## 2566                     Karyn Kusama                  J.K. Simmons
## 2567                       Nick Gomez                  Will Ferrell
## 2568                      Woody Allen                    Mike Starr
## 2569                    Vic Armstrong                  Nicolas Cage
## 2570                    Allen Coulter              Robert Pattinson
## 2571                     Clare Kilner                   Dylan Baker
## 2572                 Richard Benjamin                    Jon Lovitz
## 2573                   Jonathan Demme             Denzel Washington
## 2574                     Josef Rusnak                  Gretchen Mol
## 2575                     Lance Rivera                Farrah Fawcett
## 2576                     Ronald Neame                 Martin Landau
## 2577                    Bruce Paltrow                 Lochlyn Munro
## 2578                      Woody Allen                   Woody Allen
## 2579                      Adam Rifkin                Natasha Lyonne
## 2580                  Russell Mulcahy           Christopher Lambert
## 2581                     Susanne Bier                 Alison Lohman
## 2582                  Kenneth Johnson                Charles Napier
## 2583                       James Gray                 Jeremy Renner
## 2584                      James Ivory              Vanessa Redgrave
## 2585                      Danny Boyle                Rosario Dawson
## 2586                    Jessy Terrero                      Mo'Nique
## 2587                        Dany Boon                     Dany Boon
## 2588                   Vicente Amorim               Viggo Mortensen
## 2589                    Gaspar NoÃ<U+0083>©              Paz de la Huerta
## 2590                   Amy Heckerling                 Taylor Negron
## 2591               Lasse HallstrÃ<U+0083>¶m          Cary-Hiroyuki Tagawa
## 2592               JÃ<U+0083>©rÃ<U+0083>´me Salle                 Orlando Bloom
## 2593                  Tommy Lee Jones                  Barry Corbin
## 2594                    Jesse Vaughan                 Vivica A. Fox
## 2595                                               Steven Van Zandt
## 2596                      Atom Egoyan                   David Alpay
## 2597                  William Bindley                    Bruce Dern
## 2598                      Wayne Beach                  Mekhi Phifer
## 2599               GÃ<U+0083>©rard Krawczyk                Carole Bouquet
## 2600                       James Gunn               Dustin Milligan
## 2601                     Martin Brest                Judge Reinhold
## 2602                   Chris Columbus               Macaulay Culkin
## 2603                    Leonard Nimoy                   Tom Selleck
## 2604                   Sydney Pollack                   Bill Murray
## 2605                       Tony Scott                    Tom Cruise
## 2606                          Ang Lee                    Chen Chang
## 2607                       Sam Mendes                  Kevin Spacey
## 2608                       Tom Hooper                   Colin Firth
## 2609                     Ivan Reitman                 Kelly Preston
## 2610                                               Bex Taylor-Klaus
## 2611                    Udayan Prasad               Kristen Stewart
## 2612                 Steven Spielberg                 Oprah Winfrey
## 2613                          JK Youn                 Nicole Dionne
## 2614                Timur Bekmambetov                Morgan Freeman
## 2615                    Morten Tyldum          Benedict Cumberbatch
## 2616                     Howard Zieff                Eileen Brennan
## 2617                    Michael Apted                  Sissy Spacek
## 2618                 Thor Freudenthal         ChloÃ<U+0083>« Grace Moretz
## 2619             AndrÃ<U+0083>©s Muschietti                  Javier Botet
## 2620                   John Carpenter              Jamie Lee Curtis
## 2621                     Harold Ramis              Beverly D'Angelo
## 2622                    Jeff Tremaine                Jackson Nicoll
## 2623                   Stephen Frears                   Roger Allam
## 2624                       Tim Burton              Catherine O'Hara
## 2625                      Tyler Perry             Michael Jai White
## 2626                Gillian Armstrong                Christian Bale
## 2627                    James Watkins              Daniel Radcliffe
## 2628                       Simon West              Madeline Carroll
## 2629                       Shawn Levy                 Frankie Muniz
## 2630                   Michael Cimino                Robert De Niro
## 2631                   Barry Levinson                Robert De Niro
## 2632                         Jim Fall                Clayton Snyder
## 2633                  Ric Roman Waugh                Dwayne Johnson
## 2634                Michael Dougherty                    Adam Scott
## 2635                 Robert Rodriguez              Jordana Brewster
## 2636                     Brian Gibson                 Rae'Ven Kelly
## 2637                    James Mangold                Robert De Niro
## 2638                      Joel Gallen                   Chris Evans
## 2639                       David Ayer               Jake Gyllenhaal
## 2640                    Cameron Crowe                    Emma Stone
## 2641                        Rob Cohen                   Paul Walker
## 2642                      James Marsh                Eddie Redmayne
## 2643                   John Whitesell                 Greg Grunberg
## 2644                    Matt Williams               Natalie Portman
## 2645                       David Lean                  Claude Rains
## 2646                       Rob Zombie          Scout Taylor-Compton
## 2647              Jean-Marc VallÃ<U+0083>©e               Michiel Huisman
## 2648                   Dennis Iliadis                  Tony Goldwyn
## 2649                     Clare Kilner                Jack Davenport
## 2650                   Rick Rosenthal              Jamie Lee Curtis
## 2651                  Louis Leterrier                   Liam Neeson
## 2652                       Rob Reiner                  Robin Wright
## 2653                Denzel Washington             Denzel Washington
## 2654             Nicolas Winding Refn                  Ryan Gosling
## 2655                    Sara Sugarman                   Adam Garcia
## 2656                  Nicholas Hytner                    Liam Aiken
## 2657          Juan Carlos Fresnadillo                 Jeremy Renner
## 2658                    Thomas Carter               Jessie T. Usher
## 2659                       Wayne Wang                  Cicely Tyson
## 2660            Gina Prince-Bythewood                 Alfre Woodard
## 2661                  George Armitage                 Minnie Driver
## 2662                      Phil Traill                Bradley Cooper
## 2663                    Joe Berlinger                  Kim Director
## 2664                   Andrew Fleming              Christine Taylor
## 2665                      Woody Allen            Scarlett Johansson
## 2666        Elizabeth Allen Rosenbaum              Sierra McCormick
## 2667                      James Ivory               Anthony Hopkins
## 2668             Paul Thomas Anderson                   Don Cheadle
## 2669                    Robert Harmon                 Kieran Culkin
## 2670                    Michael Mayer                 Alison Lohman
## 2671                     Martin Weisz                    Jeff Kober
## 2672                      John Ottman                Loretta Devine
## 2673                      Jay Russell                  William Hurt
## 2674                      John Bonito                 Kelly Carlson
## 2675                    Peter Atencio                      Nia Long
## 2676                      Shana Feste              Leighton Meester
## 2677                     David Nutter               Bruce Greenwood
## 2678                 Derek Cianfrance                  Ryan Gosling
## 2679                  Roger Donaldson                   Luke Bracey
## 2680                  Stephan Elliott               Jason Priestley
## 2681                  Kathryn Bigelow                 Jeremy Renner
## 2682                   Mark L. Lester              Heather Locklear
## 2683                   Andrew Dominik                     Brad Pitt
## 2684                    Anton Corbijn        Philip Seymour Hoffman
## 2685                        Tom Green                      Rip Torn
## 2686                    Mike Nawrocki                Yuri Lowenthal
## 2687                  Catherine Owens                          Bono
## 2688              Douglas Aarniokoski           Christopher Lambert
## 2689                     Bryan Barber                  Cicely Tyson
## 2690                    Lone Scherfig                 Anne Hathaway
## 2691                   Drew Barrymore                  Daniel Stern
## 2692                  Brian Koppelman                    Vin Diesel
## 2693                      James Foley                Louis Lombardi
## 2694                    Albert Brooks                  Jeff Bridges
## 2695                    Irwin Winkler                 Kevin McNally
## 2696                      Woody Allen                   Woody Allen
## 2697                      Steve Gomer                 Trevor Morgan
## 2698                              RZA                     Rick Yune
## 2699                     Dean Parisot              Catherine O'Hara
## 2700                   Mark Piznarski               Bruce Greenwood
## 2701                    Terry Gilliam                Robert De Niro
## 2702                    Sean McNamara                  Oliver James
## 2703                                             David Ogden Stiers
## 2704                        Joel Coen        Philip Seymour Hoffman
## 2705                     Craig Brewer             Justin Timberlake
## 2706                      Ron Shelton              Khandi Alexander
## 2707             Michael Winterbottom           Angelina Jolie Pitt
## 2708                      David Raynr                  James Franco
## 2709                      Mort Nathan                 Vivica A. Fox
## 2710                    Oliver Parker                   Colin Firth
## 2711                       Dan Curtis          Jennifer Jason Leigh
## 2712                      Wil Shriner                  Logan Lerman
## 2713                  Martin McDonagh          Elizabeth Berrington
## 2714                Tina Gordon Chism          Tyler James Williams
## 2715                   Peter Cattaneo                    Emma Stone
## 2716                     Vicky Jenson                  J.K. Simmons
## 2717                     Gus Van Sant                    Matt Damon
## 2718                      Woody Allen                   Larry David
## 2719                     Mary Lambert                Matthew Settle
## 2720                  Tommy Lee Jones                    Levon Helm
## 2721                  Peter Kassovitz                Robin Williams
## 2722                      Shane Black             Robert Downey Jr.
## 2723                   Rodman Flender                 Vivica A. Fox
## 2724                      David Lynch                   Naomi Watts
## 2725                Katja von Garnier              Olivier Martinez
## 2726                      Woody Allen               Anthony Hopkins
## 2727                     Mark Romanek               Andrew Garfield
## 2728                                                      Anna Silk
## 2729                    Brad Anderson            Thomas Kretschmann
## 2730                  Michael Chapman              Curtis Armstrong
## 2731                 Antonio Banderas                     Meat Loaf
## 2732                   Michael Haneke                   Naomi Watts
## 2733                   Khalil Sullins               Thomas Stroppel
## 2734                      Atom Egoyan                   Bob Hoskins
## 2735                       Fritz Lang                 Brigitte Helm
## 2736                     Pierre Morel                   David Belle
## 2737                      Gary Fleder                 Steve Buscemi
## 2738                  Hsiao-Hsien Hou                        Qi Shu
## 2739                    Gregor Jordan                Dean Stockwell
## 2740               Andrey Zvyagintsev         Konstantin Lavronenko
## 2741                         Tony Jaa              Nirut Sirichanya
## 2742                    Neil Marshall            Michael Fassbender
## 2743                  Russell Mulcahy         Christopher Heyerdahl
## 2744               RyÃ<U+0083>»hei Kitamura                Bradley Cooper
## 2745                    Darrell Roodt               Jennifer Hudson
## 2746                     Dito Montiel                Channing Tatum
## 2747                Stefan Ruzowitzky                  Eddie Izzard
## 2748                     Jake Paltrow                Stephen Graham
## 2749                  Juraj Jakubisko                    Anna Friel
## 2750               Anthony Silverston                   Liam Neeson
## 2751                Gabe IbÃ<U+0083>¡Ã<U+0083>±ez    Birgitte Hjort SÃ<U+0083>¸rensen
## 2752                     Gerry Lively                   Bruce Payne
## 2753                 Daniele Luchetti               Maximilian Dirr
## 2754                   Tung-Shing Yee                  Bingbing Fan
## 2755                    Julien Temple               Samantha Morton
## 2756                     Harold Ramis                   Bill Murray
## 2757                   Gregory Jacobs                    Matt Bomer
## 2758                     Baz Luhrmann             Leonardo DiCaprio
## 2759            Gilles Paquet-Brenner          Kristin Scott Thomas
## 2760                    Peter Cousens                   Sharon Leal
## 2761                   Clint Eastwood                Clint Eastwood
## 2762                   Lars von Trier           Bryce Dallas Howard
## 2763                      Danny Boyle                   Anil Kapoor
## 2764                      Adrian Lyne                   Fred Gwynne
## 2765                   Garry Marshall                 Julia Roberts
## 2766                   John Blanchard                  Martin Short
## 2767                     John Cornell                    Paul Hogan
## 2768               Vidhu Vinod Chopra             MarÃ<U+0083>­a Valverde
## 2769                     Oliver Stone                    Tom Cruise
## 2770                   Jon Turteltaub                  Doug E. Doug
## 2771                  Patrick Lussier                 Jensen Ackles
## 2772                     Ole Bornedal                 Kyra Sedgwick
## 2773                     Ted Kotcheff            Sylvester Stallone
## 2774                    Sylvain White                   Chris Brown
## 2775                    Lewis Gilbert                Caroline Munro
## 2776                                                      Amy Bruni
## 2777                     Jamie Blanks                   Alicia Witt
## 2778                   Stephen Frears                  Keanu Reeves
## 2779                      Tyler Perry                 Eddie Cibrian
## 2780                   Randal Kleiser                Seymour Cassel
## 2781                  Bruce McCulloch                  Will Ferrell
## 2782                   Phyllida Lloyd                  Meryl Streep
## 2783                    Mike Nawrocki                  Phil Vischer
## 2784                   John Singleton                 Janet Jackson
## 2785                       Kevin Bray                     Mike Epps
## 2786                       Wes Craven              John Witherspoon
## 2787                     John Boorman                   Linda Blair
## 2788                 Courtney Solomon                  Sissy Spacek
## 2789                     David Zucker                Carmen Electra
## 2790                      David Twohy               Chris Hemsworth
## 2791                    Rick Famuyiwa               America Ferrera
## 2792                        Alan Cohn               Alyson Hannigan
## 2793                Franco Zeffirelli                   Lily Tomlin
## 2794                      Tom Holland                  Joe Mantegna
## 2795                  Martin Scorsese                Robert De Niro
## 2796                        Spike Lee                 Alfre Woodard
## 2797                       Chris Rock                 Steve Buscemi
## 2798                      James Isaac                  Peter Mensah
## 2799                       Shawn Levy                 Frankie Muniz
## 2800                   Emilio Estevez               Anthony Hopkins
## 2801                      Mark Waters                 Monica Potter
## 2802                    Josh Schwartz               Thomas McDonell
## 2803                  Julian Schnabel            Emmanuelle Seigner
## 2804                       Todd Field                  Kate Winslet
## 2805                 Davis Guggenheim                 Norman Reedus
## 2806                     Tony Goldwyn               Viggo Mortensen
## 2807                    Phillip Noyce                    Derek Luke
## 2808                Stephen Carpenter            Melissa Sagemiller
## 2809                      James Ivory                  Seth Gilliam
## 2810                  Stephan Elliott                   Colin Firth
## 2811                      James Fargo               Christopher Lee
## 2812                       Mike Leigh               Lesley Manville
## 2813                    Alain Resnais               Mathieu Amalric
## 2814                     Costa-Gavras                Sebastian Koch
## 2815                      Chao-Bin Su                 Woo-sung Jung
## 2816                      Neil Burger                    John Heard
## 2817                 Kenneth Lonergan                    Matt Damon
## 2818                         Bo Zenga                   Steve Howey
## 2819                       Rob Reiner              Madeline Carroll
## 2820                          Ang Lee               Jake Gyllenhaal
## 2821               Jonathan Liebesman                   Noel Fisher
## 2822                   Amy Heckerling                 Donald Faison
## 2823                      Todd Haynes                  Dennis Quaid
## 2824                       Steve Pink                    Adam Scott
## 2825                                                 Krystyna Janda
## 2826                   Philip Kaufman                  Kate Winslet
## 2827                  Martin McDonagh                 Abbie Cornish
## 2828                     Kasi Lemmons                    Colm Feore
## 2829                                                    Jacek Koman
## 2830              Oliver Hirschbiegel            Thomas Kretschmann
## 2831            Alejandro AmenÃ<U+0083>¡bar                BelÃ<U+0083>©n Rueda
## 2832                  Jonathan Glazer            Scarlett Johansson
## 2833                   Barry Levinson                Robin Williams
## 2834                   Hyung-rae Shim                   Jason Mewes
## 2835                       Jon M. Chu                 Usher Raymond
## 2836                 Darren Aronofsky               Natalie Portman
## 2837                  JosÃ<U+0083>© Padilha                   Gary Oldman
## 2838             Francis Ford Coppola                Robert De Niro
## 2839                    Thomas Carter           Sean Patrick Thomas
## 2840                     Renny Harlin                Tuesday Knight
## 2841                  Patricia Riggen               Jennifer Garner
## 2842                     Danny Leiner               Jennifer Garner
## 2843                 Christopher Cain                  Jack Palance
## 2844                   Theodore Melfi                   Bill Murray
## 2845                       Steve Pink                Joe Lo Truglio
## 2846                       Gil Junger          Joseph Gordon-Levitt
## 2847                        Ed Decter               Zooey Deschanel
## 2848                    Gene Quintano                    Jon Lovitz
## 2849               Jaume Collet-Serra             Ã<U+0083>â<U+0080><U+009C>scar Jaenada
## 2850                       Eric Bress                  Logan Lerman
## 2851                       Chris Koch                 Chris Elliott
## 2852           Preston A. Whitmore II                  Mekhi Phifer
## 2853                        Bob Clark               Kathleen Turner
## 2854                        Kirk Wong               Bokeem Woodbine
## 2855                   Bronwen Hughes                 Gregory Smith
## 2856                       John Lafia                 Jenny Agutter
## 2857                       Sam Miller                   Leslie Bibb
## 2858                   Frank Darabont                    Toby Jones
## 2859                     Alex Garland                 Elina Alminas
## 2860                      Spike Jonze                 Willie Garson
## 2861                       Mark Brown                      Mo'Nique
## 2862                       Dave Green                      Teo Halm
## 2863                   John Stockwell                 Kirsten Dunst
## 2864                   Clint Eastwood                Yuki Matsuzaki
## 2865                   Michael Polish                  J.K. Simmons
## 2866         Daisy von Scherler Mayer                     LL Cool J
## 2867                 Lenny Abrahamson                    Joan Allen
## 2868                        Bob Saget                   Don Rickles
## 2869                      John Waters               Kathleen Turner
## 2870                   Andrew Fleming                 Ryan Reynolds
## 2871                Niels Arden Oplev               Michael Nyqvist
## 2872                    Craig Bolotin                Rosario Dawson
## 2873                 Mark Christopher                   Salma Hayek
## 2874                      Blair Hayes               Jake Gyllenhaal
## 2875                  Jez Butterworth                   Mark Gatiss
## 2876                        Jon Lucas                   Justin Chon
## 2877                  Olivier Assayas                 Steve Buscemi
## 2878                        Rod Lurie                  Harry Lennix
## 2879                       Paul Weitz                      Tina Fey
## 2880                  Patrice Leconte                Emir Kusturica
## 2881                      Atom Egoyan                   Liam Neeson
## 2882                    Paul Mazursky              Chazz Palminteri
## 2883                     Jim Sheridan               Natalie Portman
## 2884                     Sidney Lumet                Peter Dinklage
## 2885                  Stephen Chbosky                  Logan Lerman
## 2886                         Jon Hess                    Burt Young
## 2887                  Douglas McGrath                    Toby Jones
## 2888             Michael Winterbottom                Milla Jovovich
## 2889                   Mark Neveldine                Djimon Hounsou
## 2890                      Joe Cornish                   John Boyega
## 2891              Angelina Jolie Pitt               Jelena Jovanova
## 2892                    Brad Anderson             Michael Imperioli
## 2893                      John H. Lee                   Liam Neeson
## 2894                    John Stainton                   Steve Irwin
## 2895                    Glenn Ficarra                 Dameon Clarke
## 2896              Jean-Jacques Annaud                Rae Dawn Chong
## 2897                Denzel Washington             Denzel Washington
## 2898                  Michael Hoffman               Gabriel Millman
## 2899                       Tony Scott                     Brad Pitt
## 2900                 Benedek Fliegauf                     Eva Green
## 2901                      James Foley                  Kevin Spacey
## 2902             Michael Winterbottom                    Liam Aiken
## 2903                    Paul Schrader                 Ed Begley Jr.
## 2904                  Stewart Hendler                 Julian Morris
## 2905                    John Cromwell                   David Niven
## 2906                  Craig Gillespie                  Ryan Gosling
## 2907                      Mark Herman               Richard Johnson
## 2908                   Lars von Trier             Catherine Deneuve
## 2909                Gillian Armstrong                 Tom Wilkinson
## 2910                     Abel Ferrara           Isabella Rossellini
## 2911                  Brian Koppelman                 Jenna Fischer
## 2912                   Ethan Maniquis                Robert De Niro
## 2913              George Hickenlooper                  Kevin Spacey
## 2914                        Don Bluth                  Judith Barsi
## 2915                      Je-kyu Kang                  Min-sik Choi
## 2916                     William Dear           Clifton Collins Jr.
## 2917                 William Friedkin                 Ellen Burstyn
## 2918                 Steven Spielberg                  Roy Scheider
## 2919                       Paul Weitz               Alyson Hannigan
## 2920               StÃ<U+0083>©phane Aubier                 Mackenzie Foy
## 2921                  Michael Ritchie                   Victor Wong
## 2922                        Tim Story                   Chris Brown
## 2923                        Tim Story           Sean Patrick Thomas
## 2924                   Nicholas Meyer                 Leonard Nimoy
## 2925                      Tom Shadyac                    Sean Young
## 2926                      John Badham             Matthew Broderick
## 2927                       Peter Weir                 Harrison Ford
## 2928                       Mike McCoy                   Alex Veadov
## 2929                    Anne Fletcher                Channing Tatum
## 2930                       Mike Judge                  Bruce Willis
## 2931                Quentin Tarantino                Robert De Niro
## 2932                      Jon Hurwitz                Danneel Ackles
## 2933                       Josh Trank                 Michael Kelly
## 2934                 Barbra Streisand              Miriam Margolyes
## 2935                    Terry Gilliam                Shelley Duvall
## 2936                      Tamra Davis                Britney Spears
## 2937                  Nima Nourizadeh                     Dax Flame
## 2938            Franklin J. Schaffner               George C. Scott
## 2939                     Mark Romanek                Robin Williams
## 2940                John Erick Dowdle               Andrew Fiscella
## 2941                     David Moreau         ChloÃ<U+0083>« Grace Moretz
## 2942               Christopher Erskin              Vanessa Williams
## 2943                      Jesse Dylan               Hector Elizondo
## 2944                     Brian Henson             Steven Mackintosh
## 2945                  Martin Campbell                     Eva Green
## 2946                     Julie Taymor                   Salma Hayek
## 2947                     Dan Cutforth                Lexie Contursi
## 2948                       Josh Boone              Shailene Woodley
## 2949                        John Dahl                    Matt Damon
## 2950                       Chris Rock                Rosario Dawson
## 2951               John Frankenheimer                   Talia Shire
## 2952                      David Koepp               Illeana Douglas
## 2953                                                   Peter Mensah
## 2954                   Stephen Frears                  Steve Coogan
## 2955                      Mike Binder                   Alicia Witt
## 2956            Franklin J. Schaffner              Laurence Olivier
## 2957        Elizabeth Allen Rosenbaum                 Tammin Sursok
## 2958                    Jake Schreier                     Nat Wolff
## 2959                     Cheryl Dunye             Michael Imperioli
## 2960                  Alexander Payne                  Devin Ratray
## 2961              Ernest R. Dickerson                   CCH Pounder
## 2962                         Tim Hill                   Noel Fisher
## 2963                    Jason Reitman               Charlize Theron
## 2964                   Mark Neveldine                 Jason Statham
## 2965                 Lionel C. Martin                    Bernie Mac
## 2966              Richard LaGravenese                  Holly Hunter
## 2967                      Sanaa Hamri                        Common
## 2968                   Jonathan Demme                 Anne Hathaway
## 2969                     Bob Rafelson               Anjelica Huston
## 2970                     Peter Webber            Scarlett Johansson
## 2971                Wolfgang Petersen            JÃ<U+0083>¼rgen Prochnow
## 2972                 John Lee Hancock                  Dennis Quaid
## 2973               Wallace Wolodarsky             Heather Matarazzo
## 2974                   Richard Curtis                    Tom Hughes
## 2975                      Yimou Zhang             Takeshi Kaneshiro
## 2976                 Nicholas Jarecki                   Nate Parker
## 2977                   Dean Israelite                    Gary Weeks
## 2978                   Darnell Martin        Cedric the Entertainer
## 2979                  Scott Alexander               Sarah Silverman
## 2980                    Stuart Gordon           Christopher Lambert
## 2981                Christopher Guest          John Michael Higgins
## 2982                      Woody Allen              Melanie Griffith
## 2983                      Ryan Murphy                Jill Clayburgh
## 2984                    Robert Iscove               Anika Noni Rose
## 2985                        Spike Lee             Michael Imperioli
## 2986                     Jane Campion          Jennifer Jason Leigh
## 2987                       James Gray           Isabella Rossellini
## 2988                    Fred Schepisi                   Bob Hoskins
## 2989                     Joon-ho Bong                     Doona Bae
## 2990               Roger Spottiswoode                 Robert Duvall
## 2991                     Antonia Bird                 Jeremy Davies
## 2992                         Jon Poll             Robert Downey Jr.
## 2993                 Paolo Sorrentino                 Toni Servillo
## 2994                       Peter Care                 Kieran Culkin
## 2995                   Chan-wook Park                Mia Wasikowska
## 2996                     Kar-Wai Wong                       Li Gong
## 2997                        Ira Sachs           David Richmond-Peck
## 2998                  Carroll Ballard                 Eamonn Walker
## 2999                      Neil Jordan                   Tony Curran
## 3000                   Takeshi Kitano                     Omar Epps
## 3001                    Anthony Russo                 Michael Jeter
## 3002                     Sidney Lumet                 Kyra Sedgwick
## 3003                   Vadim Perelman            Eva Amurri Martino
## 3004                  Lawrence Kasdan                  Dianne Wiest
## 3005              Marco Kreuzpaintner                     Zack Ward
## 3006                     Lajos Koltai                  Marcell Nagy
## 3007                     Alan Rudolph                  Bruce Willis
## 3008                      Yimou Zhang                   Honglei Sun
## 3009                  Vincenzo Natali                 David Hewlett
## 3010                         Chuan Lu                        Ye Liu
## 3011                      Tim Johnson                   Jim Parsons
## 3012                        Lijun Sun                     Jon Heder
## 3013                 Takashi Yamazaki                 Takuya Kimura
## 3014                     Renny Harlin                 Richard Coyle
## 3015                Christopher Smith               Rachael Carpani
## 3016                    Timothy Hines           Christopher Lambert
## 3017                  Randall Wallace                  Jacob Vargas
## 3018                      Guy Ritchie                 Jason Statham
## 3019                    David Winters                  Gary Daniels
## 3020                     Mary Lambert                   Miko Hughes
## 3021                   Akira Kurosawa              Tatsuo Matsumura
## 3022                    Jamie Thraves               Paddy Considine
## 3023                     Mabel Cheung                      Wei Tang
## 3024                        Joe Dante                  Phoebe Cates
## 3025                     George Lucas                 Harrison Ford
## 3026                        Dan Mazer                Robert De Niro
## 3027                       David Lean                Julie Christie
## 3028                   Stephen Daldry                  Wagner Moura
## 3029                     Kenny Ortega                 Lucas Grabeel
## 3030                 David O. Russell                Christian Bale
## 3031                    Jeff Tremaine                   Bam Margera
## 3032                    Jonathan Lynn                   Fred Gwynne
## 3033                      R.J. Cutler         ChloÃ<U+0083>« Grace Moretz
## 3034            Brian Trenchard-Smith                  Zoe Ventoura
## 3035                    David S. Ward                Corbin Bernsen
## 3036                    Oliver Parker                     Lily Cole
## 3037                  Joel Schumacher                Radha Mitchell
## 3038                    Adam Shankman                 Lauren German
## 3039                      Tim Robbins                    Lois Smith
## 3040                     Roger Kumble         Sarah Michelle Gellar
## 3041                   Kevin Greutert               Costas Mandylor
## 3042                       Mel Brooks                 Madeline Kahn
## 3043            Gina Prince-Bythewood                   Nate Parker
## 3044                       Rob Pritts               Vincent Pastore
## 3045                   Brian De Palma                  Steven Bauer
## 3046                   Norman Jewison            Sylvester Stallone
## 3047                      Tobe Hooper               Louise Fletcher
## 3048                     John Crowley                 Julie Walters
## 3049                  Stanley Kubrick                   Ryan O'Neal
## 3050                   Brendan Malloy                    Lee Majors
## 3051                  Reginald Hudlin                  Will Ferrell
## 3052                   Dustin Hoffman                 Luke Newberry
## 3053                  Gregory Poirier             Shannon Elizabeth
## 3054                      Bill Paxton           Matthew McConaughey
## 3055                     Simon Curtis                 Ryan Reynolds
## 3056                      Bill Condon                   Liam Neeson
## 3057                        Sam Raimi              Patricia Tallman
## 3058                      Dewey Nicks                    Jaime King
## 3059               Lasse HallstrÃ<U+0083>¶m                   Johnny Depp
## 3060                   Philip Saville              Henry Ian Cusick
## 3061                       Mike Leigh                  Eddie Marsan
## 3062         Daisy von Scherler Mayer                Michael McKean
## 3063                        Mira Nair               Anjelica Huston
## 3064                       Ethan Coen             Justin Timberlake
## 3065                 Tim Blake Nelson                  Mekhi Phifer
## 3066                William A. Graham                Milla Jovovich
## 3067                      Martin Ritt                  Frank Finlay
## 3068                    John Turturro                  Kate Winslet
## 3069                Agnieszka Holland                  Phyllida Law
## 3070                      Tobe Hooper              Heather O'Rourke
## 3071                      Rowan Joffe                     Sam Riley
## 3072                      David Hackl                    Julie Benz
## 3073                Giuliano Montaldo               John Cassavetes
## 3074                     Lisa Azuelos                     Nora Dunn
## 3075                     Ray Lawrence                   John Howard
## 3076                      Karan Johar                Shah Rukh Khan
## 3077                    Oliver Parker                 Minnie Driver
## 3078                  Ruairi Robinson                  Romola Garai
## 3079               Jaume BalaguerÃ<U+0083>³                     Lena Olin
## 3080                  Stanley Kubrick                   Keir Dullea
## 3081                 Steven Spielberg                  Henry Thomas
## 3082                       Jon Kasdan               Kristen Stewart
## 3083                      LÃ<U+0083>©a Pool                  William Hurt
## 3084                     Floyd Mutrux                Ricky Schroder
## 3085                                                 Antonia Thomas
## 3086                       Sajid Khan                  Arjun Rampal
## 3087                 Christopher Cain                     Jon Gries
## 3088                      Dean Wright              Santiago Cabrera
## 3089                    Eric Lartigau                   Karin Viard
## 3090                     Gus Van Sant                Robin Williams
## 3091               Shintaro Shimosawa                     Al Pacino
## 3092              Darren Lynn Bousman               Costas Mandylor
## 3093                     Ivan Reitman                   Bill Murray
## 3094                      Peyton Reed                 Kirsten Dunst
## 3095                   James DeMonaco                  Frank Grillo
## 3096                    Robert Iscove                   Paul Walker
## 3097                      Lee Daniels                      Mo'Nique
## 3098              Darren Lynn Bousman               Costas Mandylor
## 3099                     Geoffrey Sax            Deborah Kara Unger
## 3100                      Tyler Perry                  Boris Kodjoe
## 3101                  Martin Scorsese                    Tom Cruise
## 3102                      Ken Annakin                Richard Burton
## 3103                    Stephen Herek                    Lane Smith
## 3104                  Takashi Shimizu         Sarah Michelle Gellar
## 3105                     Dennis Dugan                  Adam Sandler
## 3106                     Victor Salva                Eileen Brennan
## 3107                    Stephen Herek                  Keanu Reeves
## 3108                       Carol Reed                   Oliver Reed
## 3109                      John Madden                 Tom Wilkinson
## 3110                     Chuck Sheetz                Diedrich Bader
## 3111                    George Miller                   Tina Turner
## 3112                   Mark L. Lester                     Bill Duke
## 3113               William Brent Bell                  Lauren Cohan
## 3114                John Erick Dowdle              Bojana Novakovic
## 3115                     Marcus Raboy              John Witherspoon
## 3116                   Leigh Whannell                     Lin Shaye
## 3117                  Michael Schultz                    Mike Starr
## 3118                      Guy Ritchie                 Jason Statham
## 3119                    Brett Leonard                    Jeff Fahey
## 3120                    Peter Sollett                   Ari Graynor
## 3121                      Kevin Smith                    Matt Damon
## 3122                       Bob Dolman             Erika Christensen
## 3123                        Joe Dante                 Albert Brooks
## 3124                 Rowdy Herrington                   Ben Gazzara
## 3125              Keenen Ivory Wayans            Jada Pinkett Smith
## 3126                      John Polson             Erika Christensen
## 3127                    Greg Coolidge                     Dane Cook
## 3128                     Harry Elfont                   Ethan Embry
## 3129             Francis Ford Coppola                    Tom Cruise
## 3130                     David Lowery           Bryce Dallas Howard
## 3131                 David Cronenberg                  Tom Skerritt
## 3132                    CiarÃ<U+0083>¡n Foy                   Laila Haley
## 3133                       Salim Akil                Omari Hardwick
## 3134                     Jamie Blanks                Marley Shelton
## 3135               Olatunde Osunsanmi                Milla Jovovich
## 3136                    Robert Altman                  Meryl Streep
## 3137                      Leon Ichaso              Khandi Alexander
## 3138                      Joseph Zito                   Billy Drago
## 3139                   Malcolm D. Lee          Jurnee Smollett-Bell
## 3140                     Wes Anderson                   Bill Murray
## 3141                    Colin Strause                   David Zayas
## 3142                      John Madden                    Tina Desai
## 3143                  Patricia Rozema                  Julia Ormond
## 3144                      Mark Rosman                   Ben Feldman
## 3145                        Spike Lee             Denzel Washington
## 3146                   Steve Oedekerk                Steve Oedekerk
## 3147                    Ron Underwood                 Reba McEntire
## 3148                      Rob Schmidt                  Kevin Zegers
## 3149                      Walter Hill                  Dennis Quaid
## 3150                      James Foley                    Byron Mann
## 3151                     Jeff Nichols           Matthew McConaughey
## 3152                Robert Ben Garant          Wendi McLendon-Covey
## 3153                  Morgan Spurlock                  Harry Styles
## 3154                     Neal Brennan                    Rob Riggle
## 3155                      Tuck Tucker          Jennifer Jason Leigh
## 3156                     Simon Curtis                Eddie Redmayne
## 3157                  Richard Shepard                    Adam Scott
## 3158                 Theodore Witcher               Leonard Roberts
## 3159                    Joel Edgerton                 Busy Philipps
## 3160                        Jim Hanon                 Chase Ellison
## 3161                    Tommy O'Haver                    Mila Kunis
## 3162                       Mike Judge                     Gary Cole
## 3163             Michael Patrick Jann                 Kirsten Dunst
## 3164                       Tim Burton               Christoph Waltz
## 3165                       Peter Berg                   Jon Favreau
## 3166                     Joe Nussbaum                  Steve Carell
## 3167                   Brian De Palma              Melanie Griffith
## 3168                    Jorma Taccone                   Jasper Cole
## 3169                   Stephen Frears                Sophie Okonedo
## 3170                  Elizabeth Banks                  Hugh Jackman
## 3171 Florian Henckel von Donnersmarck                   Johnny Depp
## 3172                      Jeff Lowell                  Stephen Root
## 3173                  Lorene Scafaria                  Steve Carell
## 3174                    Miguel Arteta                Kurtwood Smith
## 3175                                                Michaela Conlin
## 3176                        Tony Kaye                  Ethan Suplee
## 3177                   Marcus Dunstan                Daniel Sharman
## 3178             Timothy BjÃ<U+0083>¶rklund                   Nathan Lane
## 3179               FranÃ<U+0083>§ois Girard      Johannes Silberschneider
## 3180                      David Lynch                  Sissy Spacek
## 3181                    Scott Kalvert                 Norman Reedus
## 3182                    Jason Bateman                    Beth Grant
## 3183                  David Schwimmer                   Dylan Moran
## 3184                     Allan Arkush             Bernadette Peters
## 3185                      Mike Binder                 Jennifer Ehle
## 3186                       Eric Bross                 Jerry Stiller
## 3187                    Werner Herzog                Christian Bale
## 3188                     Dan Fogelman                     Al Pacino
## 3189                      Jay Duplass                    Judy Greer
## 3190                  Luca Guadagnino                Flavio Parenti
## 3191                       John Putch                Robert Picardo
## 3192                      Peter Medak                   Gary Oldman
## 3193                Steven Soderbergh                   Peter Fonda
## 3194                      Paul Haggis                   Don Cheadle
## 3195                   Terence Davies                   Eric Stoltz
## 3196                  Harley Cokeliss               Cliff Robertson
## 3197                     Victor Salva              Scott Mechlowicz
## 3198                        Tom Brady                   Don Johnson
## 3199                        Spike Lee                 Gillian White
## 3200                       Jason Zada                   Eoin Macken
## 3201            Franklin J. Schaffner                Frank Langella
## 3202                    Noah Baumbach                   Naomi Watts
## 3203                      Chris Weitz              DemiÃ<U+0083>¡n Bichir
## 3204                 David Cronenberg            Miranda Richardson
## 3205                    Eric Blakeney                   Liam Neeson
## 3206                  Douglas McGrath                Charlie Hunnam
## 3207                     Ariel Vromen                   Chris Evans
## 3208                                                 Krystyna Janda
## 3209                    Rakesh Roshan              Naseeruddin Shah
## 3210                      John Waters                   Alicia Witt
## 3211                 William Friedkin           Matthew McConaughey
## 3212                    Derrick Borte                    Demi Moore
## 3213             Richard Kwietniowski        Philip Seymour Hoffman
## 3214                     Bob Odenkirk                 Jenna Fischer
## 3215                     Kar-Wai Wong               Natalie Portman
## 3216                    John Turturro              Beverly D'Angelo
## 3217                      Guy Ritchie               Bruce Greenwood
## 3218                    Joshua Seftel                  Bashar Rahal
## 3219                     Stephen Chow                      Wei Zhao
## 3220                    Vincent Gallo                 Vincent Gallo
## 3221                   Claude Chabrol              Isabelle Huppert
## 3222                      Jon Stewart                    Numan Acar
## 3223                       Bigas Luna              Olivier Martinez
## 3224                    Ralph Fiennes                 Gerard Butler
## 3225                       Dan Harris                    Kip Pardue
## 3226                        Mel Smith                 Minnie Driver
## 3227                Bobcat Goldthwait                Robin Williams
## 3228                Christopher Smith                    Danny Dyer
## 3229                    Stuart Gordon                  Joe Mantegna
## 3230                       Jake Scott               Kristen Stewart
## 3231                      Alan Metter               Christopher Lee
## 3232                       Jeb Stuart                Ricky Schroder
## 3233                        Rafa Lara             Jorge Luis Moreno
## 3234                  Michael Radford                    Chris Noth
## 3235                    Arthur Hiller                     Eric Idle
## 3236                 Michael Meredith                  Jeff Bridges
## 3237                   Julio DePietro               Adrian Martinez
## 3238              Katherine Dieckmann             Stephanie Szostak
## 3239                     William Dear                Madison Pettis
## 3240                      Kim Farrant             Nicholas Hamilton
## 3241                     Marcus Raboy                     Mike Epps
## 3242                   Scott Marshall                   Drew Fuller
## 3243            Ã<U+0083>lex de la Iglesia                    Jim Carter
## 3244                   Andrew Traucki         Damian Walshe-Howling
## 3245                   Michael Clancy               Zooey Deschanel
## 3246                  Patrick Lussier                 Teryl Rothery
## 3247                   Robert Adetuyi                 Shane Pollard
## 3248                    Kari Skogland                  Jim Sturgess
## 3249                     Taedong Park                    Drake Bell
## 3250                    Paul Schrader               Veronica Ferres
## 3251              Benedikt Erlingsson   Ingvar Eggert SigurÃ<U+0083>°sson
## 3252                  Gurinder Chadha            Sendhil Ramamurthy
## 3253                    Jason Connery                  Ray Winstone
## 3254                        Vic Sarin                   Jimi Mistry
## 3255                         Jim Issa                Elaine Hendrix
## 3256                     Jee-woon Kim                  Kang-ho Song
## 3257              Douglas Aarniokoski                  Boris Kodjoe
## 3258                 William Phillips                    Tyler Mane
## 3259                     Greg Mottola               Kristen Stewart
## 3260                      Andy Garcia                    Danny Pino
## 3261                       Steve Carr              John Witherspoon
## 3262                 Sarik Andreasyan            Hayden Christensen
## 3263                    Lewis Gilbert              Donald Pleasence
## 3264                    Julian Gilbey                     Mem Ferda
## 3265                   Michael Haneke              Isabelle Huppert
## 3266                     Gary Sherman                  Tom Skerritt
## 3267                     Valeri Milev               Daniella Alonso
## 3268                   Stanley Kramer              Jonathan Winters
## 3269               Pedro AlmodÃ<U+0083>³var                  Carmen Maura
## 3270                 Gerald Potterton                   John Vernon
## 3271                       Jared Hess                  Jizelle Jade
## 3272                Richard Loncraine             Robert Downey Jr.
## 3273                      David Hackl                   Scott Glenn
## 3274                      Anurag Basu               BÃ<U+0083>¡rbara Mori
## 3275                   Lars von Trier        Alexander SkarsgÃ<U+0083>Â¥rd
## 3276                    Kriv Stenders                   Noah Taylor
## 3277                      Yash Chopra                Shah Rukh Khan
## 3278                     Ridley Scott                  Tom Skerritt
## 3279                      Tobe Hooper                 Gunnar Hansen
## 3280                Floria Sigismondi               Kristen Stewart
## 3281                   Norman Jewison                         Topol
## 3282                    Terence Young              Desmond Llewelyn
## 3283                      Joseph Kahn               Josh Hutcherson
## 3284                   Ferzan Ozpetek            Riccardo Scamarcio
## 3285                     F. Gary Gray                 Vivica A. Fox
## 3286                   Malcolm D. Lee              Harold Perrineau
## 3287                      Tom Holland               Catherine Hicks
## 3288                    Michael Moore                 Michael Moore
## 3289                   James DeMonaco                 Noel Gugliemi
## 3290                    Kris Isacsson                Rosario Dawson
## 3291                     Danny Leiner                   Ethan Embry
## 3292                        Rod Lurie                  Jeff Bridges
## 3293                      Ben Younger                    Vin Diesel
## 3294                      John Landis                    Don Ameche
## 3295                      Glen Morgan                 Oliver Hudson
## 3296                   Daniel Taplitz             Jennifer Esposito
## 3297                  Kenneth Branagh                 Brian Blessed
## 3298                   Tamara Jenkins        Philip Seymour Hoffman
## 3299                    Linda Mendoza                  Carlos Ponce
## 3300            Christopher McQuarrie                Kristin Lehman
## 3301                      Burr Steers                 Kieran Culkin
## 3302                     Hart Bochner                   Jon Favreau
## 3303                Michael O. Sajbel                    Bill Cobbs
## 3304                                                      Ronn Moss
## 3305                  Stewart Raffill               Anjelica Huston
## 3306                 Davis Guggenheim                     Emma Bell
## 3307                  Bart Freundlich                  Billy Crudup
## 3308                   Andrew Fleming                  Steve Coogan
## 3309                      Todd Haynes                Christian Bale
## 3310                      Hong-jin Na                Jung-min Hwang
## 3311                 Kevin Tancharoen                   Lea Michele
## 3312              Chatrichalerm Yukol          Sarunyu Wongkrachang
## 3313                    Dario Argento                     John Amos
## 3314                     Eric Lavaine                Lambert Wilson
## 3315                       Mike Leigh               Lesley Manville
## 3316                       Marc Forby             Q'orianka Kilcher
## 3317                   Peter Cattaneo           Jacqueline McKenzie
## 3318                       Scott Mann                Robert De Niro
## 3319             Ole Christian Madsen                Lars Mikkelsen
## 3320                      Meiert Avis                Fisher Stevens
## 3321                   Julian Jarrold               Andrew Garfield
## 3322           AndrÃ<U+0083>© TÃ<U+0083>©chinÃ<U+0083>©             Catherine Deneuve
## 3323                      Emily Young         Sarah Michelle Gellar
## 3324                     Peter Faiman                    Paul Hogan
## 3325                      Martyn Pick                  Sean Pertwee
## 3326              Roland Suso Richter                Stephen Graham
## 3327                      Jeremy Sims           Harrison Gilbertson
## 3328                       MaÃ<U+0083>¯wenn            Riccardo Scamarcio
## 3329                      Joby Harold            Hayden Christensen
## 3330                                              Dee Bradley Baker
## 3331              Ekachai Uekrongtham             Michael Jai White
## 3332                  Joel Schumacher                  Dianne Wiest
## 3333                     Scott Cooper                  Jeff Bridges
## 3334                      Mark Rydell                   David Keith
## 3335                 David E. Talbert                Djimon Hounsou
## 3336                      Roger Vadim                    Jane Fonda
## 3337                        Nils Gaup            BjÃ<U+0083>¸rn Sundquist
## 3338                  Alexander Payne             Matthew Broderick
## 3339                        Mira Nair               Jacinda Barrett
## 3340                       Ari Sandel                  Bella Thorne
## 3341               Vondie Curtis-Hall                  Mariah Carey
## 3342                       Tom Elkins               Abigail Spencer
## 3343                     Woo-Suk Kang                   Yu-mi Jeong
## 3344                     Jane Campion                 Abbie Cornish
## 3345                      Karan Johar                Shah Rukh Khan
## 3346                     Herbert Ross                  Dianne Wiest
## 3347                     J.C. Chandor                Robert Redford
## 3348                      John Sayles   Mary Elizabeth Mastrantonio
## 3349              Vipul Amrutlal Shah                  Katrina Kaif
## 3350                        Ken Loach               Padraic Delaney
## 3351                     Ayan Mukerji                 Ranbir Kapoor
## 3352                 John G. Avildsen                   Martin Kove
## 3353                     Mervyn LeRoy                 Peter Ustinov
## 3354              Darren Lynn Bousman                Alexa PenaVega
## 3355                      Serdar Akar                 Necati Sasmaz
## 3356                Quentin Tarantino                  Bruce Willis
## 3357                    James Frawley                 Madeline Kahn
## 3358                       Dan Gilroy               Jake Gyllenhaal
## 3359                Jay Chandrasekhar               Brittany Daniel
## 3360                      Robert Wise                Eleanor Parker
## 3361                       Ron Howard                     Tom Hanks
## 3362                  Jonathan Dayton                  Steve Carell
## 3363                       Rob Reiner                 Marshall Bell
## 3364                      Danny Boyle                  Noah Huntley
## 3365                     Chris Stokes              Jennifer Freeman
## 3366                       Don Siegel                Clint Eastwood
## 3367                    Rick Famuyiwa                  Boris Kodjoe
## 3368                  Martin Lawrence                   Faizon Love
## 3369                  Jonathan Levine          Joseph Gordon-Levitt
## 3370                  Masayuki Ochiai                   James Kyson
## 3371                 George A. Romero                    Ted Danson
## 3372                     Tom Gormican               Mackenzie Davis
## 3373                      Ken Shapiro            Brian Doyle-Murray
## 3374                   Justin Tipping                   Tina Gilton
## 3375                  Kenneth Branagh                  Keanu Reeves
## 3376                    Peter R. Hunt                 Telly Savalas
## 3377                                                  Nick Wechsler
## 3378                       Wes Craven                   Miko Hughes
## 3379                     John Schultz               Stephen Collins
## 3380                    Doug Atchison              Curtis Armstrong
## 3381                      Tamra Davis                Dave Chappelle
## 3382                      Jonas Elmer                  J.K. Simmons
## 3383                   Stephen Gaghan                    Matt Damon
## 3384                      Mary Harron                Christian Bale
## 3385                    Miguel Arteta               Jake Gyllenhaal
## 3386                      Erik Canuel                    Colm Feore
## 3387                       Troy Duffy                 Norman Reedus
## 3388                      James Ivory          Alexandra Maria Lara
## 3389                Nicole Holofcener    Christopher Nicholas Smith
## 3390                       Will Gluck                    Emma Stone
## 3391                       Matty Rich            Jada Pinkett Smith
## 3392                 E. Elias Merhige                  Eddie Izzard
## 3393                     Joe Nussbaum              Cameron Monaghan
## 3394                      Matt Reeves                 Mark Margolis
## 3395                       Steve Rash                  Barry Corbin
## 3396                      Fina Torres              Harold Perrineau
## 3397                      James Ivory               Anthony Hopkins
## 3398                                                 Dominic Cooper
## 3399                     Duke Johnson          Jennifer Jason Leigh
## 3400                       Mike Leigh                 Jim Broadbent
## 3401                 FranÃ<U+0083>§ois Ozon             Catherine Deneuve
## 3402                   Mark L. Lester          Cary-Hiroyuki Tagawa
## 3403                     David Dobkin              Janeane Garofalo
## 3404                       Anna Boden                ZoÃ<U+0083>« Kravitz
## 3405                       Nigel Cole                   Bob Hoskins
## 3406                     Anand Tucker                   Colin Firth
## 3407                      Steve James                Kurtwood Smith
## 3408                   Michael Winner                  Faye Dunaway
## 3409                       Tomm Moore                   Sean Lennon
## 3410                      John Carney                  James Corden
## 3411                   David Jacobson                Hunter Parrish
## 3412                 Michael Corrente                 Jerry Ferrara
## 3413                      Edward Hall                  Rufus Sewell
## 3414                     Keith Gordon             Robert Downey Jr.
## 3415                     David Leland                    Anna Friel
## 3416                    Andrew Currie                   Alexia Fast
## 3417                    Andrew Wilson                  Will Ferrell
## 3418                    Jonathan Lynn                  Rupert Grint
## 3419              Marc SchÃ<U+0083>¶lermann                John de Lancie
## 3420                                                      Tom Hardy
## 3421                   Robert Moresco                 Brian Dennehy
## 3422                Thomas Vinterberg              Michael Angarano
## 3423                    Claudia Llosa                    Ian Tracey
## 3424              Katsuhiro Ã<U+0083>â<U+0080>tomo                  Mitsuo Iwata
## 3425                    John Herzfeld                   Paul Walker
## 3426                Charles BinamÃ<U+0083>©              Stephen McHattie
## 3427                     Keith Parmer            Rachel Ann Mullins
## 3428                    Dennie Gordon                   Leehom Wang
## 3429                        Ol Parker                   Celia Imrie
## 3430                  Bruce Beresford                 Mckenna Grace
## 3431                 FranÃ<U+0083>§ois Ozon            Charlotte Rampling
## 3432                       James Nunn               Spencer Wilding
## 3433               David Webb Peoples                  Delroy Lindo
## 3434                  Michael Winnick                  Scott Takeda
## 3435                  Bruce Beresford                Morgan Freeman
## 3436               George Tillman Jr.              Vanessa Williams
## 3437                     Stanley Tong              FranÃ<U+0083>§oise Yip
## 3438                  David Oelhoffen               Viggo Mortensen
## 3439                    Jason Reitman                  J.K. Simmons
## 3440                         Eli Roth                 Jay Hernandez
## 3441                    Lone Scherfig                Dominic Cooper
## 3442                     Anand Tucker                Frances Conroy
## 3443                  Tony Richardson              Joely Richardson
## 3444                     Joe Carnahan                  Jason Patric
## 3445                       Paul Gross                  Molly Parker
## 3446            Charles Robert Carner               Ivana Milicevic
## 3447                     Russell Holt                  Eric Johnson
## 3448                       Mike Judge                  J.K. Simmons
## 3449                    Larry Charles                  Jeff Bridges
## 3450                    Claude Miller            Sandrine Kiberlain
## 3451             Michael Winterbottom               Samantha Morton
## 3452                    Sacha Bennett                   Bob Hoskins
## 3453                      Paul Haggis                   Don Cheadle
## 3454                Rodrigo GarcÃ<U+0083>­a                Mia Wasikowska
## 3455                       Jeta Amata                          Akon
## 3456                  Siddharth Anand                 Saif Ali Khan
## 3457                Vincent Paronnaud             Catherine Deneuve
## 3458                        Joe Dante                    Bruce Dern
## 3459                    Dennis Gansel                   Max Riemelt
## 3460             Nicolas Winding Refn                  Keanu Reeves
## 3461                    Daniel Barber                 Joseph Gilgun
## 3462                        Sam Raimi                  J.K. Simmons
## 3463                Robert Marcarelli                    George Coe
## 3464                    Jason Reitman                  J.K. Simmons
## 3465                  Ernie Barbarash               Darren Shahlavi
## 3466                     Guy Hamilton              Desmond Llewelyn
## 3467             Francis Ford Coppola                     Al Pacino
## 3468                      Adrian Lyne                 Michael Nouri
## 3469                        Marc Webb          Joseph Gordon-Levitt
## 3470                     Jane Campion                  Holly Hunter
## 3471                Steven Soderbergh                Channing Tatum
## 3472               Jonathan Liebesman            Sullivan Stapleton
## 3473                     Guy Hamilton                  Yaphet Kotto
## 3474                      Jay Russell                  Clint Howard
## 3475                      Adam Brooks                 Ryan Reynolds
## 3476                       Salim Akil                  Gary Dourdan
## 3477                     Baz Luhrmann             Leonardo DiCaprio
## 3478                   George Clooney             Robert Downey Jr.
## 3479                   Bennett Miller        Philip Seymour Hoffman
## 3480                 Robert Rodriguez             Quentin Tarantino
## 3481             Michael Winterbottom                Milla Jovovich
## 3482                                                  Kirsten Dunst
## 3483                 Michael Anderson                Farrah Fawcett
## 3484                     Guy Hamilton               Christopher Lee
## 3485                  Craig R. Baxley                     Bill Duke
## 3486                    Neil Marshall                 MyAnna Buring
## 3487                        Don Kempf                   Bill Murray
## 3488            Matt Bettinelli-Olpin                  Zach Gilford
## 3489                 David O. Russell                   Lily Tomlin
## 3490                       Rob Zombie                      Sid Haig
## 3491                                          Sarah Michelle Gellar
## 3492                    Rick Famuyiwa                Kimberly Elise
## 3493                    Michael Rymer                     LL Cool J
## 3494                       Sam Mendes                 Albert Finney
## 3495                       Rob Zombie                      Sid Haig
## 3496                   Sharron Miller                   Bernard Fox
## 3497                       Ethan Coen             Michael Stuhlbarg
## 3498                  Aaron Schneider                   Bill Murray
## 3499                      Steve Miner                  Julian Sands
## 3500            Gina Prince-Bythewood                 Minnie Driver
## 3501                         Tom Ford                   Colin Firth
## 3502                  Martin Scorsese                Irvin Kershner
## 3503                 Michael Corrente              Jonathan Brandis
## 3504                  Gurinder Chadha                  Indira Varma
## 3505                    Phillip Noyce                   Roy Billing
## 3506                 Don Michael Paul                 Jeffrey Jones
## 3507                      Tony Maylam            Michael J. Pollard
## 3508                                                 Melinda Clarke
## 3509                      Mitch Davis                 Anne Hathaway
## 3510                                                  Jensen Ackles
## 3511                      Yash Chopra                Shah Rukh Khan
## 3512                      David Mamet                   Alice Braga
## 3513                      Jay Duplass                    Matt Walsh
## 3514                     Kevin Brodie                  Bruce McGill
## 3515                    Paul Schrader                 Ed Begley Jr.
## 3516              George Hickenlooper            Hayden Christensen
## 3517                     Lynne Ramsay                   Ezra Miller
## 3518                  John Stephenson                Samantha Barks
## 3519                     Tim Chambers                 Ellen Burstyn
## 3520                    Curtis Hanson                    Tom Cruise
## 3521                Rodrigo GarcÃ<U+0083>­a                   Naomi Watts
## 3522                    Dick Richards             Catherine Deneuve
## 3523              Jean-Marie PoirÃ<U+0083>©             Christian Clavier
## 3524                    Sofia Coppola                  Nathalie Fay
## 3525                        Bob Gosse                  Geoff Stults
## 3526                        Alex Zamm                 Taylor Negron
## 3527                   Spencer Susser          Joseph Gordon-Levitt
## 3528                  Richard Shepard              Richard E. Grant
## 3529                     Gus Van Sant                    Matt Damon
## 3530              Thaddeus O'Sullivan               Olivia Williams
## 3531                    Peter Sollett                  Steve Carell
## 3532            Shari Springer Berman                    Lynn Cohen
## 3533                   Aleksey German              Leonid Yarmolnik
## 3534         Stephen Milburn Anderson               Chris Hemsworth
## 3535                 Richard E. Grant                  Emily Watson
## 3536                       Troy Duffy                 Norman Reedus
## 3537                        David Lam                  Michael Wong
## 3538             Francis Ford Coppola              Alden Ehrenreich
## 3539                    Vladlen Barbe               Erin Fitzgerald
## 3540                     Richard Rich               Debi Derryberry
## 3541                   Clint Eastwood                Clint Eastwood
## 3542                 Robert C. Cooper                   Ben Browder
## 3543                Richard Linklater                Milla Jovovich
## 3544                     Kenny Ortega                 Lucas Grabeel
## 3545                       Kim Nguyen                Gordon Pinsent
## 3546               Jackie Earle Haley                     Rex Baker
## 3547             Max FÃ<U+0083>¤rberbÃ<U+0083>¶ck                Heike Makatsch
## 3548                       Arie Posin                   Rory Culkin
## 3549                    Damian Nieman                 Glenn Plummer
## 3550                    Mark Tonderai             Jennifer Lawrence
## 3551                 Denis Villeneuve                  Lubna Azabal
## 3552                 Gabriele Muccino                 Laura Morante
## 3553                   Ian Fitzgibbon                 Jim Broadbent
## 3554                  JosÃ<U+0083>© Padilha                  Wagner Moura
## 3555                 John R. Leonetti                 Alfre Woodard
## 3556                   Rachel Perkins               Deborah Mailman
## 3557                   John Singleton                  John Cothran
## 3558                      Luis Valdez                  Esai Morales
## 3559                        Alan Alda                   Rita Moreno
## 3560                   Brian De Palma               Angie Dickinson
## 3561                  Stephen Sommers              Curtis Armstrong
## 3562                       Doug Liman                  Sarah Polley
## 3563                Nicole Holofcener                  Greg Germann
## 3564                      Robert Wise                   David Wayne
## 3565                    Louis Morneau                          Leon
## 3566                    Caroline Link                 Merab Ninidze
## 3567                    Steve McQueen            Michael Fassbender
## 3568                   Matthew Vaughn                     Tom Hardy
## 3569             Sterling Van Wagenen                Emily Podleski
## 3570                   Zal Batmanglij        Alexander SkarsgÃ<U+0083>Â¥rd
## 3571                    Michael Mayer                  Robin Wright
## 3572               Hans Petter Moland            Charlotte Rampling
## 3573                    Oren Moverman                 Steve Buscemi
## 3574                        Ian Sharp                  Ray Winstone
## 3575                    Anton Corbijn                     Sam Riley
## 3576                    James Cameron                 Michael Biehn
## 3577                  Wolfgang Becker                 Florian Lukas
## 3578                       Tom Hooper                Stephen Graham
## 3579                     Dan O'Bannon                Linnea Quigley
## 3580                                              Maria Pia Calzone
## 3581                      Kevin Smith                  Ethan Suplee
## 3582                   Randal Kleiser            Olivia Newton-John
## 3583                     Oliver Stone                   Johnny Depp
## 3584                    Michael Moore               Osama bin Laden
## 3585                  George Roy Hill                Katharine Ross
## 3586                 Robert Stevenson                       Ed Wynn
## 3587                   Robert Redford                  Adam Baldwin
## 3588                     Frank Coraci                 Jim Broadbent
## 3589                   Jerome Robbins                   Rita Moreno
## 3590                     Harold Ramis                   Bill Murray
## 3591                    Gary Hardwick                    Julie Benz
## 3592                    Rick Famuyiwa                     Omar Epps
## 3593                     Bryan Singer                  Kevin Spacey
## 3594                  Stephen Hopkins                   Lisa Wilcox
## 3595                      Walt Becker                 Ryan Reynolds
## 3596                 Darren Aronofsky                 Mark Margolis
## 3597                       King Vidor                 Joseph Cotten
## 3598                Christopher Guest          John Michael Higgins
## 3599                   John Carpenter              Donald Pleasence
## 3600                        Spike Lee         Tisha Campbell-Martin
## 3601                      Fred Savage                 Lochlyn Munro
## 3602                Sammo Kam-Bo Hung             Sammo Kam-Bo Hung
## 3603                Christopher Guest                Michael McKean
## 3604                    Donald Petrie                 Julia Roberts
## 3605                                                  Jim Broadbent
## 3606                     Peter Howitt            Jeanne Tripplehorn
## 3607                   Rusty Cundieff                Corbin Bernsen
## 3608                  Kevin Macdonald                 David Oyelowo
## 3609         Dominique Othenin-Girard              Donald Pleasence
## 3610                Richard Linklater           Matthew McConaughey
## 3611            Jean-Jacques Mantello            Charlotte Rampling
## 3612                        Ed Harris                    John Heard
## 3613               Risa Bramon Garcia              Janeane Garofalo
## 3614                    Brian Klugman                  J.K. Simmons
## 3615                    Matt Piedmont                  Will Ferrell
## 3616               Raymond De Felitta                   Ezra Miller
## 3617            John Michael McDonagh                   Don Cheadle
## 3618                        Deb Hagan                    Drake Bell
## 3619                    Sofia Coppola                 Kirsten Dunst
## 3620                      Mark Herman                 Jim Broadbent
## 3621                     Zach Cregger                Hugh M. Hefner
## 3622                       Zach Braff                   Jim Parsons
## 3623                      Mark Tarlov         Sarah Michelle Gellar
## 3624                                                  Francis Capra
## 3625            John Cameron Mitchell         John Cameron Mitchell
## 3626                  Sheldon Lettich                 Antoni Corone
## 3627                       Jon Knautz                   Rachel Alig
## 3628                        Billy Ray            Hayden Christensen
## 3629                     David Atkins                  Chelcie Ross
## 3630                 Patrick Stettner             Stockard Channing
## 3631                    Sam Peckinpah                William Holden
## 3632                  Jonathan Levine               Mary-Kate Olsen
## 3633                 Michael Crichton              Lesley-Anne Down
## 3634                     Lynne Ramsay               Samantha Morton
## 3635                     Sylvio Tabet              Michael Berryman
## 3636                      Rick Bieber                   Aidan Quinn
## 3637                   Claude Chabrol             BenoÃ<U+0083>®t Magimel
## 3638                      Shana Feste                 Jennifer Ehle
## 3639                       Wayne Wang                   Bingbing Li
## 3640                Joey Lauren Adams              Tim Blake Nelson
## 3641                   Peter Cattaneo                 James Nesbitt
## 3642                   Fred Zinnemann                  Meryl Streep
## 3643                     S.R. Bindler           Matthew McConaughey
## 3644                        Tony Kaye                  Noam Chomsky
## 3645                      Greg Marcks                  Henry Thomas
## 3646                       Perry Lang                Catherine Bell
## 3647                  Jake Goldberger           Pruitt Taylor Vince
## 3648                Stefan Ruzowitzky                Charlie Hunnam
## 3649                        Vic Sarin                Connie Nielsen
## 3650                  William Kaufman                   Drew Waters
## 3651                                                   Romola Garai
## 3652                 David Cronenberg                  Debbie Harry
## 3653               CÃ<U+0083>©dric Klapisch                  Romain Duris
## 3654             Kate Barker-Froyland                 Anne Hathaway
## 3655                 Barbet Schroeder                  Ryan Gosling
## 3656                 Martin Koolhoven         Yorick van Wageningen
## 3657                  Charles Matthau                   Billy Burke
## 3658               John Frankenheimer                 Jeanne Moreau
## 3659          Christopher M. Bessette                  Mira Sorvino
## 3660                  Prachya Pinkaew                       Jon Foo
## 3661                      Gary Sinyor                  Sean Pertwee
## 3662                                                     Simon Bird
## 3663                  Gurinder Chadha                Archie Panjabi
## 3664                      John Sayles                 Miguel Ferrer
## 3665           Preston A. Whitmore II               Wesley Jonathan
## 3666                  Ashish R. Mohan                          Asin
## 3667               Jaume BalaguerÃ<U+0083>³            Jonathan D. Mellor
## 3668                  Stewart Raffill                 Kayla Jackson
## 3669                  George Roy Hill                Eileen Brennan
## 3670                      Hugh Hudson                   Alice Krige
## 3671                     Darren Grant                  Cicely Tyson
## 3672                      Scott Hicks                   Noah Taylor
## 3673             Joseph Gordon-Levitt          Joseph Gordon-Levitt
## 3674                   Clint Eastwood                Clint Eastwood
## 3675                    Terry Zwigoff            Scarlett Johansson
## 3676                     Richard Eyre                  Kate Winslet
## 3677                    William Sachs                 Stephen Macht
## 3678             Christophe Barratier         Jean-Baptiste Maunier
## 3679             Ã<U+0083>â<U+0080>°mile Gaudreault                  Paul Sorvino
## 3680                        James Cox                 Alexis Dziena
## 3681                        Spike Lee                      Ruby Dee
## 3682                     James Toback         Sarah Michelle Gellar
## 3683                Aki KaurismÃ<U+0083>¤ki          Jean-Pierre LÃ<U+0083>©aud
## 3684                    Gaspar NoÃ<U+0083>©                Philippe Nahon
## 3685                Hitoshi Matsumoto           Lindsay Kay Hayward
## 3686          Rakeysh Omprakash Mehra                   Anupam Kher
## 3687                  Collin Schiffli                      Kim Shaw
## 3688                   George Ratliff                  Jim Gaffigan
## 3689                       David Wain                      Jon Hamm
## 3690                    Shane Meadows                   Bob Hoskins
## 3691                    Morten Tyldum                  Aksel Hennie
## 3692                       Jon Wright                 Russell Tovey
## 3693                  Michael McGowan                Campbell Scott
## 3694                      Liv Ullmann               Samantha Morton
## 3695                   Jeannot Szwarc                 Teresa Wright
## 3696                      Rohan Sippy             Abhishek Bachchan
## 3697                        James Wan                     Lin Shaye
## 3698              Darren Lynn Bousman            Emmanuelle Vaugier
## 3699                 Dan Trachtenberg                Bradley Cooper
## 3700                    Jeff Tremaine                   Bam Margera
## 3701                David F. Sandberg                   Billy Burke
## 3702                      Henry Joost                Johanna Braddy
## 3703                     Stiles White                     Lin Shaye
## 3704                    Chuck Russell                    John Saxon
## 3705                    Joel Edgerton                 Busy Philipps
## 3706                   Eugenio Derbez                Eugenio Derbez
## 3707                      Henry Joost                  Matt Shively
## 3708                     Henry Koster                Richard Burton
## 3709                    Blake Edwards                    Burt Kwouk
## 3710                   Rachel Talalay                   Johnny Depp
## 3711                    Patty Jenkins               Charlize Theron
## 3712                Richard Fleischer                   James Mason
## 3713               Christopher Landon                Richard Cabral
## 3714                      David Lynch               Anthony Hopkins
## 3715              Jean-Marc VallÃ<U+0083>©e           Matthew McConaughey
## 3716                       David Gelb                  Olivia Wilde
## 3717                Christopher Nolan                 Callum Rennie
## 3718                    Mike Flanagan                James Lafferty
## 3719                      Kevin Smith                  Ethan Suplee
## 3720                   Stephen Daldry                 Julie Walters
## 3721                        Nat Faxon                  Steve Carell
## 3722                   George Jackson             William Schallert
## 3723                    George Miller                   Tony Bonner
## 3724                    Maurice Joyce                  Frank Welker
## 3725                    Robert Duvall                  John Beasley
## 3726                      Frank Perry                  Faye Dunaway
## 3727                     Jesse Peretz               Zooey Deschanel
## 3728                  Stephen Hopkins                  William Hurt
## 3729                         Ice Cube                    Bernie Mac
## 3730                 Tim Blake Nelson                  Mekhi Phifer
## 3731                John Erick Dowdle                   Ben Feldman
## 3732                   Bille Woodruff                  Boris Kodjoe
## 3733                     Kasi Lemmons          Jurnee Smollett-Bell
## 3734                  Richard Glatzer               Kristen Stewart
## 3735                   Michael Curtiz                  Gene Tierney
## 3736                    Bruce Malmuth            Sylvester Stallone
## 3737                       Rob Hedden                   Kane Hodder
## 3738                       Joel Zwick                  Nia Vardalos
## 3739                   Harmony Korine                  James Franco
## 3740                    Joe Chappelle              Donald Pleasence
## 3741                Alfonso CuarÃ<U+0083>³n              Maribel VerdÃ<U+0083>º
## 3742                     Edgar Wright            Peter Serafinowicz
## 3743                   Mickey Liddell               Jessica Lowndes
## 3744                      John Sayles           Matthew McConaughey
## 3745                 Dwight H. Little              Donald Pleasence
## 3746                      Fred Walton              Thomas F. Wilson
## 3747                   Barry Levinson              Steve Guttenberg
## 3748                     Steve Carver               David Carradine
## 3749         Gonzalo LÃ<U+0083>³pez-Gallego               Warren Christie
## 3750                  Christine Jeffs           Clifton Collins Jr.
## 3751                John Erick Dowdle               Sterling Jerins
## 3752                   Don Coscarelli                   Vanna Bonta
## 3753                       King Vidor             Gina Lollobrigida
## 3754                   Michael Tiddes                  Fred Willard
## 3755                        Bill Duke                 Eddie Cibrian
## 3756                    Frank Borzage                   Gary Cooper
## 3757                   Bille Woodruff                 Donald Faison
## 3758                    Mamoru Hosoda              Lara Jill Miller
## 3759                   Brian Dannelly               Macaulay Culkin
## 3760                     Denys Arcand          Marie-JosÃ<U+0083>©e Croze
## 3761                   Richard Lester                   Robert Shaw
## 3762                     J.S. Cardone                  Brendan Fehr
## 3763                     Guy Hamilton                 Harrison Ford
## 3764                        Jay Levey                 Fran Drescher
## 3765                Nicholaus Goossen              Linda Cardellini
## 3766                   Tamara Jenkins                Natasha Lyonne
## 3767                     Sergio Leone             Claudia Cardinale
## 3768                      Jon Favreau                   Jon Favreau
## 3769                     Duncan Jones                  Kevin Spacey
## 3770                   Scott Marshall              Miranda Cosgrove
## 3771                  Ronan Chapalain                Norbert Ferrer
## 3772                      Atom Egoyan               Bruce Greenwood
## 3773                  Xavier Beauvois                Lambert Wilson
## 3774                   Randall Miller                  Alan Rickman
## 3775                     Jerry Belson            Cassandra Peterson
## 3776                    Peter Jackson                  Kate Winslet
## 3777                   Michael Polish            Hayden Christensen
## 3778                         Dan Rush                  Will Ferrell
## 3779                      Jake Kasdan                   Kim Dickens
## 3780                    Brad Anderson                Christian Bale
## 3781                    Paul Schrader                   Dana Delany
## 3782                   Michael Cuesta                 Jeremy Renner
## 3783            John Cameron Mitchell                  Dianne Wiest
## 3784                    Fenton Bailey               Macaulay Culkin
## 3785                  Jeremy Saulnier                  Alia Shawkat
## 3786                       Billy Kent                 Liza Minnelli
## 3787                     James Manera            Joaquim de Almeida
## 3788                     Wes Anderson                 Andrew Wilson
## 3789                     Kevin Spacey               Viggo Mortensen
## 3790                 Feroz Abbas Khan                Akshaye Khanna
## 3791                     Errol Morris                 Jeffrey Frost
## 3792                    Dennis Hopper                  Raymond Burr
## 3793                        Eli Craig                Katrina Bowden
## 3794                 Nicholas Fackler                    Adam Scott
## 3795                  Richard Wallace               Judith Anderson
## 3796                Morgan J. Freeman                  Ethan Suplee
## 3797                 Matthew Hastings                    Meghan Ory
## 3798               M. Night Shyamalan                   Ocean James
## 3799                   Brian De Palma                 Mike Figueroa
## 3800                     Klaus Menzel                   Adam Garcia
## 3801                                                   Holly Hunter
## 3802                        Oren Peli                Glenn Campbell
## 3803               Jaume BalaguerÃ<U+0083>³                    Luis Tosar
## 3804             Paul Andrew Williams                   Dave Legeno
## 3805                    Stephen Herek              Henry Ian Cusick
## 3806                        Bob Saget               Alyson Hannigan
## 3807                     Jim Amatulli              Heather Locklear
## 3808                                                 Corbin Bernsen
## 3809                  William H. Macy                  Billy Crudup
## 3810                 Barrett Esposito              Chazz Palminteri
## 3811                      Mitch Davis                     Gary Cole
## 3812                       Eric Bross                     Teri Polo
## 3813                    Paul Schrader                  Nicolas Cage
## 3814                     Vicky Jewson                   James Frain
## 3815                      Peter Hyams              David Huddleston
## 3816                     Marc Bennett              Michael Rapaport
## 3817                     Mike Mayhall                  David Raizor
## 3818                      Kevin Smith                   Johnny Depp
## 3819                  Stanton Barrett                    Mikal Vega
## 3820                   JirÃ<U+0083>­ Menzel                 Julia Jentsch
## 3821                       Fatih Akin                      Udo Kier
## 3822               Billy Bob Thornton                 Robert Duvall
## 3823                      Nick Murphy        Isaac Hempstead Wright
## 3824                         Eli Roth                 Jay Hernandez
## 3825             Michael Winterbottom                  Steve Coogan
## 3826                     Jeff Nichols                    Katy Mixon
## 3827                   Frank LaLoggia                    Alex Rocco
## 3828                     Jeremy Brock                  Rupert Grint
## 3829                      Scott Foley                 Donald Faison
## 3830                      Tobe Hooper                  Bill Johnson
## 3831                    Sam Peckinpah                  James Coburn
## 3832             Nicolas Winding Refn                  Ryan Gosling
## 3833                   Christophe Ali                  Denis Lavant
## 3834              Gabriela Tagliavini         Maria Conchita Alonso
## 3835                           Shekar                         Bhama
## 3836                   Shona Auerbach                 Gerard Butler
## 3837                Leonard Farlinger               Keith Carradine
## 3838                   Michel Leclerc                Sara Forestier
## 3839             Analeine Cal y Mayor                ZoÃ<U+0083>« Kravitz
## 3840                        Tom Kalin                Eddie Redmayne
## 3841                   Robert Sarkies               William Kircher
## 3842                      Hugh Wilson              Steve Guttenberg
## 3843                   Randal Kleiser                Brooke Shields
## 3844                      Mike Newell          Kristin Scott Thomas
## 3845                   Amy Heckerling          Jennifer Jason Leigh
## 3846                      John Huston                    Royal Dano
## 3847                        Spike Lee        Philip Seymour Hoffman
## 3848                                                     Dan Fogler
## 3849                   Lana Wachowski            Christopher Meloni
## 3850                 Darren Aronofsky                 Ellen Burstyn
## 3851                      Walter Lang                  Dana Andrews
## 3852                     Carlos Saura                MÃ<U+0083>­a Maestro
## 3853                     Oliver Stone                   Jim Belushi
## 3854                     Andrew Erwin                 Alex Kendrick
## 3855                    Richard Kelly               Jake Gyllenhaal
## 3856                    Beto GÃ<U+0083>³mez                   Jaime Camil
## 3857                    Mike van Diem                   Jan Decleir
## 3858               Jonas Ã<U+0083>â<U+0080>¦kerlund                 Patrick Fugit
## 3859                     Todd Solondz                    Rich Pecci
## 3860                   Chan-wook Park                  Min-sik Choi
## 3861                 RenÃ<U+0083>© FÃ<U+0083>©ret                Nicolas Giraud
## 3862                   Barry Skolnick                 Jason Statham
## 3863                       Johnnie To                     Simon Yam
## 3864                        Mateo Gil                   Sam Shepard
## 3865                  Lukas Moodysson              Oksana Akinshina
## 3866       Agnieszka Wojtowicz-Vosloo                   Liam Neeson
## 3867                   Kabir Sadanand                Jimmy Shergill
## 3868                     Milos Forman              Scatman Crothers
## 3869                    Peter DeLuise            Katherine McNamara
## 3870                       Mel Brooks                    Sid Caesar
## 3871                       Raja Menon                   Nimrat Kaur
## 3872                                                      Zack Ward
## 3873                  Ernie Barbarash             Michael Jai White
## 3874                        Nick Love                 Hayley Atwell
## 3875                  Jonathan Glazer                  Ray Winstone
## 3876                  Daniel Espinosa                  Fabian Bolin
## 3877                        Niki Caro          Keisha Castle-Hughes
## 3878                         R. Balki                   Vidya Balan
## 3879                      Ivan Engler                Yangzom Brauen
## 3880                       Joe Wright                  Hugh Jackman
## 3881                     Kenny Ortega                 Lucas Grabeel
## 3882                                                 Dorian Missick
## 3883             Richard Kwietniowski               Jason Priestley
## 3884                Timur Bekmambetov         Konstantin Khabenskiy
## 3885                      Neil Jordan                 Jim Broadbent
## 3886                        Bob Clark                    Art Hindle
## 3887                 George A. Romero               Julian Richings
## 3888                 George A. Romero                  Judith O'Dea
## 3889                    Sofia Coppola            Scarlett Johansson
## 3890                      Woody Allen                   Woody Allen
## 3891                 Cecil B. DeMille                Gloria Grahame
## 3892                     Ridley Scott                Christian Bale
## 3893                     Marc Forster                  Heath Ledger
## 3894                     Henry Hobson              Joely Richardson
## 3895                      Mike Figgis                  Nicolas Cage
## 3896                    Duane Journey                Molly C. Quinn
## 3897                     Dan O'Bannon                Linnea Quigley
## 3898                     Billy Wilder              Austin Pendleton
## 3899                        Rob Cohen                   Ryan Guzman
## 3900                       Carol Reed             Gina Lollobrigida
## 3901                                                   Holly Hunter
## 3902                  Lisa Cholodenko               Josh Hutcherson
## 3903                   John Carpenter                    Meg Foster
## 3904                     John Sturges                  James Coburn
## 3905                    William Arntz                 Marlee Matlin
## 3906                 Ed Gass-Donnelly                   Muse Watson
## 3907                Richard Linklater                Ellar Coltrane
## 3908                      Woody Allen            Scarlett Johansson
## 3909                       Tim Burton          Cary-Hiroyuki Tagawa
## 3910                          DJ Pooh                Angell Conwell
## 3911                          DJ Pooh                      Mo'Nique
## 3912                     Wayne Kramer                Estella Warren
## 3913                      John Huston              Montgomery Clift
## 3914                 Patrick Stettner                Robin Williams
## 3915                  James Melkonian               Vincent Pastore
## 3916                       Wes Craven                  Frank Grillo
## 3917                      J.A. Bayona             Geraldine Chaplin
## 3918                   Michael Tiddes               Ashley Rickards
## 3919                      Roger Avary               Ian Somerhalder
## 3920                 Alfred Hitchcock             Roscoe Lee Browne
## 3921                     Bob Odenkirk                   Dylan Baker
## 3922                   Allison Anders                   Salma Hayek
## 3923                 Steven Shainberg                 Jeremy Davies
## 3924                 Rick de Oliveira                  Laura Ramsey
## 3925                     Oliver Stone               Michael Wincott
## 3926                Christopher Guest              Catherine O'Hara
## 3927                    Jeff Franklin               Ivana Milicevic
## 3928                        John Dahl             Philip Baker Hall
## 3929                       Mike Mills                  Kelli Garner
## 3930                      Kevin Smith                     Anna Gunn
## 3931                      Dave McKean            Stephanie Leonidas
## 3932                       Ron Fricke        Collin Alfredo St. Dic
## 3933                  Ruggero Deodato              Michael Berryman
## 3934                     Gavin Wiesen              Michael Angarano
## 3935                    Mora Stephens                  Ray Winstone
## 3936                    Mars Callahan              Chazz Palminteri
## 3937                      Mike Figgis               Kelly Macdonald
## 3938                       Leos Carax                 Kylie Minogue
## 3939               David Gordon Green                  Nicolas Cage
## 3940                  Stefan Schwartz                Peter McNamara
## 3941                     Renny Harlin               Viggo Mortensen
## 3942                  Robert Lee King                Lauren Ambrose
## 3943                      Kevin Allen                Craig Ferguson
## 3944       Jorge RamÃ<U+0083>­rez SuÃ<U+0083>¡rez             Hector Kotsifakis
## 3945                  David Schwimmer                 Noah Emmerich
## 3946                   Barry Levinson                    Anna Friel
## 3947                       Sam Miller              Rachel Griffiths
## 3948                    Anne Fontaine                  Robin Wright
## 3949                      Dan Ireland                   Salma Hayek
## 3950       Fernando LeÃ<U+0083>³n de Aranoa                    Luis Tosar
## 3951                       Jim Mickle                  Connor Paolo
## 3952                                                    Doug Brochu
## 3953                      Stephen Kay                  Keanu Reeves
## 3954                  Karim AÃ<U+0083>¯nouz                  Wagner Moura
## 3955                     Sam Levinson                George Kennedy
## 3956                    Julian Gilbey                   Ed Speleers
## 3957                  Vincenzo Natali                 David Hewlett
## 3958            Aleksandr Veledinskiy         Konstantin Khabenskiy
## 3959                    Peter H. Hunt                 Blythe Danner
## 3960                       Ruba Nadda                 Saad Siddiqui
## 3961                    Howard Hughes                   Jean Harlow
## 3962                     Edward Burns                 Debra Messing
## 3963                      Phil Joanou                     Lily Rabe
## 3964                       Sean Byrne                 Robin McLeavy
## 3965                     Chris Stokes             Kristen Quintrall
## 3966                   Mark Griffiths                   Eric Mabius
## 3967                  Bruce Macdonald                Rachel Hendrix
## 3968                Timur Bekmambetov                Morgan Freeman
## 3969                   Fred Zinnemann                   Robert Shaw
## 3970                     Sidney Lumet                 Robert Duvall
## 3971                   Victor Fleming               Hattie McDaniel
## 3972                  Richard Raymond                    Tom Cullen
## 3973                    Sam Peckinpah                  James Coburn
## 3974                      Alan Jacobs                    Snoop Dogg
## 3975                    George Sidney                   Keenan Wynn
## 3976               Christopher Morris                  Kayvan Novak
## 3977              Andrucha Waddington           Fernanda Montenegro
## 3978                  Peter Stebbings                 Michael Kelly
## 3979                Vincente Minnelli                 Gladys Cooper
## 3980                    Dagur KÃ<U+0083>¡ri           Alice Olivia Clarke
## 3981                  Nicholas Hytner                Dominic Cooper
## 3982               Jaume Collet-Serra                   Liam Neeson
## 3983                                             David Ogden Stiers
## 3984                 John Schlesinger                Brenda Vaccaro
## 3985                   Peter Cattaneo                 Tom Wilkinson
## 3986                     Jim Abrahams                  Peter Graves
## 3987                   Kevin Carraway             Michael Jai White
## 3988                     F. Gary Gray                      Nia Long
## 3989                    Albert Hughes            Jada Pinkett Smith
## 3990                                                Ta'Rhonda Jones
## 3991                  Michael Gornick                George Kennedy
## 3992                    Sam Peckinpah                  Slim Pickens
## 3993                   Richard Brooks                 John Forsythe
## 3994                   Fred Zinnemann              Colleen Dewhurst
## 3995                      Jack Smight                   Janet Leigh
## 3996                 Alfred Hitchcock              Bernard Cribbins
## 3997                    Robert Eggers               Julian Richings
## 3998                   Michael Martin                   Joe Estevez
## 3999                     Edward Burns                  John Mahoney
## 4000                      Bill Condon                Brendan Fraser
## 4001          Juan JosÃ<U+0083>© Campanella              Ricardo DarÃ<U+0083>­n
## 4002                 George A. Romero                 Greg Nicotero
## 4003                      Gideon Raff                  Gideon Emery
## 4004                        Sam Raimi                     Ted Raimi
## 4005                       Louis C.K.                   Wanda Sykes
## 4006              Anthony C. Ferrante                   Ian Ziering
## 4007                Salvador Carrasco              Elpidia Carrillo
## 4008              AndrÃ<U+0083>© Ã<U+0083>Ë<U+009C>vredal                Otto Jespersen
## 4009                      Robert Cary                Frances Conroy
## 4010                   Akiva Schaffer                    Will Forte
## 4011                        Adam Rapp               Zooey Deschanel
## 4012                  Angela Robinson              Jordana Brewster
## 4013                 Warren P. Sonoda               Diahann Carroll
## 4014                    Amanda Gusack                   Alice Krige
## 4015                       Avi Nesher                Fisher Stevens
## 4016                                                  James Nesbitt
## 4017                  Charles Adelman                     Teri Polo
## 4018                        Jay Oliva               Michael Emerson
## 4019                 Charles Ferguson                  Jane Goodall
## 4020                         Uwe Boll                  Bashar Rahal
## 4021                       Mark Young                Alexa PenaVega
## 4022                Daniel Petrie Jr.                  Chris Brochu
## 4023                Antonio Simoncini                  Ray Winstone
## 4024                       Mel Brooks                 Madeline Kahn
## 4025                      Luc Jacquet                Morgan Freeman
## 4026                     J.C. Chandor                  Kevin Spacey
## 4027                   Eldar Rapaport               Murray Bartlett
## 4028                      Clark Gregg               Anjelica Huston
## 4029                  Damien Chazelle                  J.K. Simmons
## 4030               Fernando Meirelles                   Alice Braga
## 4031                  Justin Kerrigan                    Danny Dyer
## 4032                Nathan Frankowski                   Corbin Bleu
## 4033                  Karen Moncrieff                  James Franco
## 4034                Thomas Vinterberg              Thomas Bo Larsen
## 4035                        Bob Clark                     Zack Ward
## 4036             Alejandro Monteverde                Armando Riesco
## 4037                   Mark L. Lester                Roddy McDowall
## 4038                Jennifer Finnigan                  Geoff Stults
## 4039                      Eric Styles               Samantha Morton
## 4040                   Laurent Cantet      FranÃ<U+0083>§ois BÃ<U+0083>©gaudeau
## 4041                   Roman Polanski               John Cassavetes
## 4042                        John Ford                    Lee Marvin
## 4043                        Max Mayer               Peter Gallagher
## 4044                   Joshua Marston       Catalina Sandino Moreno
## 4045                       Mike Mills                 Goran Visnjic
## 4046                     John Gulager                  Krista Allen
## 4047                      John Landis                  John Belushi
## 4048                     Guy Hamilton                Honor Blackman
## 4049               Brandon Cronenberg                   Sarah Gadon
## 4050                      Frank Capra                    Donna Reed
## 4051                      Danny Boyle               Kelly Macdonald
## 4052                        Spike Lee                    Bernie Mac
## 4053                     Tod Williams               Sprague Grayden
## 4054                       Kirk Jones                 James Nesbitt
## 4055                    Michael Moore                 Michael Moore
## 4056                      Yimou Zhang                       Li Gong
## 4057                     Jack Sholder                   Clu Gulager
## 4058                      James Ivory                  Julian Sands
## 4059                   James DeMonaco                Rhys Wakefield
## 4060                 Scott Derrickson                Danielle Kotch
## 4061                      David Raynr                  Nancy O'Dell
## 4062                   Richard Brooks                     Burl Ives
## 4063                         Ted Post                Linda Harrison
## 4064             Charles Martin Smith                  Kevin Zegers
## 4065                  Kunihiko Yuyama               Veronica Taylor
## 4066                   Tom McLoughlin                  Tony Goldwyn
## 4067                       David Lean                William Holden
## 4068             Patrick Read Johnson               Ariana Richards
## 4069                 Alfred Hitchcock                     Ed Lauter
## 4070                     Billy Wilder                Fred MacMurray
## 4071                      Adam Marcus                   Kane Hodder
## 4072                 Alfred Hitchcock              Tamara Toumanova
## 4073                    Michel Gondry                        Common
## 4074                     John Maclean            Michael Fassbender
## 4075                  Michael Schultz               Blair Underwood
## 4076                       Benny Boom                Omari Hardwick
## 4077                   Richard Brooks                 Shirley Jones
## 4078                   Stanley Kramer             Maximilian Schell
## 4079                      David Raynr                 Donald Faison
## 4080                                               Matthew Senreich
## 4081                     Howard Hawks              Montgomery Clift
## 4082                 Nnegest LikkÃ<U+0083>©                      Mo'Nique
## 4083                Richard Linklater      Seamus Davey-Fitzpatrick
## 4084               Christopher Leitch                    John Astin
## 4085                   Don Coscarelli                  Angus Scrimm
## 4086                  Michael Schultz                Loretta Devine
## 4087                 Patricia Cardoso               America Ferrera
## 4088                                               Rachel Griffiths
## 4089                      Deepa Mehta                  John Abraham
## 4090                 Damien O'Donnell                Archie Panjabi
## 4091                   Peter M. Cohen                 Callie Thorne
## 4092                        Mira Nair                  Indira Varma
## 4093                Nicole Holofcener                  Oliver Platt
## 4094                       Mel Stuart                  Peter Ostrum
## 4095                   Anthony Hickox                  Julian Sands
## 4096                     Tom Schulman                Kristy Swanson
## 4097                  Terrence Malick                   Sam Shepard
## 4098                    Jill Sprecher           Matthew McConaughey
## 4099                     Darren Stein                    Julie Benz
## 4100                  Julian Schnabel                   Gary Oldman
## 4101                    Noah Baumbach                  Greta Gerwig
## 4102                       Gavin Hood                   Terry Pheto
## 4103                     Todd Solondz        Philip Seymour Hoffman
## 4104                     George Gallo                 Eddie Griffin
## 4105                      Kevin Smith                   Johnny Depp
## 4106                   Chan-wook Park                  Min-sik Choi
## 4107                      David Nixon                  Robyn Lively
## 4108                    Jason Eisener                 Gregory Smith
## 4109                    Enrique Begne                  Kevin Pollak
## 4110                   Matthew Bright               Bokeem Woodbine
## 4111               Michael Landon Jr.       William Morgan Sheppard
## 4112                    Andrea Arnold            Michael Fassbender
## 4113                    Whit Stillman                  Greta Gerwig
## 4114                                                Craig T. Nelson
## 4115                  Leslye Headland                 Kirsten Dunst
## 4116                                                     Danny Pino
## 4117                       Bobby Roth               Virginia Madsen
## 4118                    Tim Heidecker                 Michael Gross
## 4119                     Rupert Wyatt                George Kennedy
## 4120                                                Susan Hampshire
## 4121              Marco Kreuzpaintner               Alicja Bachleda
## 4122                      Kate Connor                  Johnny Pacar
## 4123                      Deon Taylor                    Matt Cohen
## 4124                  Jason Alexander                  Gretchen Mol
## 4125                      Xavier Gens                 Michael Biehn
## 4126                  Conor McPherson                   Aidan Quinn
## 4127                       Will Canon                  Frank Grillo
## 4128               Philip Zlotorynski                  Neil Hopkins
## 4129                       Tim Burton                   Johnny Depp
## 4130                      Lance Kawas                 Taylor Negron
## 4131              Francesca Gregorini             Tom Everett Scott
## 4132                    Marcio Garcia                   John Savage
## 4133                       David Wain            Christopher Meloni
## 4134                       Craig Moss                French Stewart
## 4135                Michael Jai White             Michael Jai White
## 4136                     John Boorman                    Lee Marvin
## 4137                     Paolo Monico             Stephanie Szostak
## 4138                   Youssef Delara                 Noel Gugliemi
## 4139                      Darin Scott                 Julian Morris
## 4140                  Christian Sesma               Bokeem Woodbine
## 4141                    Monte Hellman                Everett McGill
## 4142                  Kenneth Branagh                 Hayley Atwell
## 4143                    Brian Caunter                    Mike Starr
## 4144                  Chris D'Arienzo                    Judy Greer
## 4145                    Walter Salles           Fernanda Montenegro
## 4146                      Frank Capra                   Ann-Margret
## 4147                 Isaac Florentine          Anthony L. Fernandez
## 4148                  Susan Seidelman                   Dyan Cannon
## 4149                   Michael Polish            Olivia Rose Keegan
## 4150                      Heidi Ewing                    Greg Crowe
## 4151                   Richard Donner                    Lee Remick
## 4152                    Alexandre Aja           CÃ<U+0083>©cile De France
## 4153                        Leon Ford                 Maeve Dermody
## 4154                     Hank Braxtan             Q'orianka Kilcher
## 4155                     Craig Brewer                   Isaac Hayes
## 4156                     Billy Wilder              Nehemiah Persoff
## 4157               John Carl Buechler                   Kane Hodder
## 4158                   Victor Fleming             Margaret Hamilton
## 4159                       Mel Brooks                 Madeline Kahn
## 4160                 George A. Romero                    Megan Park
## 4161                  Rajkumar Hirani                   Vidya Balan
## 4162                     Victor Nunez                   Peter Fonda
## 4163                  Carroll Ballard                     Teri Garr
## 4164                     Rohit Jugraj      Bhavkhandan Singh Rakhra
## 4165      ThorbjÃ<U+0083>¸rn Christoffersen                   Iben Hjejle
## 4166                        John Ford                    Lee Marvin
## 4167               Alex van Warmerdam                Rijk de Gooyer
## 4168                   Victor Fleming                 Spencer Tracy
## 4169                       Mel Brooks                 Madeline Kahn
## 4170                      Joseph Zito                 Judie Aronson
## 4171                Pawel Pawlikowski                  Joanna Kulig
## 4172                      James Ivory                 Rupert Graves
## 4173                 Frank Sebastiano                Joe Lo Truglio
## 4174                      Rand Ravich                   Johnny Depp
## 4175                    Stacy Peralta                   Gerry Lopez
## 4176                  Nacho Vigalondo                Karra Elejalde
## 4177                         Hao Ning                      Jack Kao
## 4178                      Tony Giglio                 Brianna Brown
## 4179                    Stanley Donen                   Rita Moreno
## 4180                        Joe Cross                     Joe Cross
## 4181                   Michael Tiddes                Essence Atkins
## 4182                   Dinesh D'Souza                  Barack Obama
## 4183                       Rob Zombie          Scout Taylor-Compton
## 4184                        Tom Hanks                     Tom Hanks
## 4185                Tommy Lee Wallace                    Tom Atkins
## 4186                       Don Taylor                Roddy McDowall
## 4187                      Martin Ritt                 Patricia Neal
## 4188                     Leslie Small             David Jason Perez
## 4189                     Gus Van Sant                  Keanu Reeves
## 4190                       Zach Braff                Armando Riesco
## 4191                Richard Linklater               Hanno PÃ<U+0083>¶schl
## 4192                 Ã<U+0083>â<U+0080>°ric Tessier                 Patrick Huard
## 4193                   Alison Maclean                  Billy Crudup
## 4194                         Alice Wu                     Joan Chen
## 4195                     Sarah Gavron                Satish Kaushik
## 4196                    Jake Schreier                Frank Langella
## 4197                    Isabel Coixet                  Sarah Polley
## 4198                   James Ponsoldt              Shailene Woodley
## 4199                   Randall Miller                  William Hurt
## 4200                    Larry Charles                    Bill Maher
## 4201                   Joshua Tickell                   Larry David
## 4202                       Tim Boxell                  Bruce McGill
## 4203          Rawson Marshall Thurber                     Gary Cole
## 4204               Michael D. Sellers                Katharine Ross
## 4205                       Reed Cowan            Dustin Lance Black
## 4206                     James Dodson                  Larry Miller
## 4207                Stefan Ruzowitzky              Benno FÃ<U+0083>¼rmann
## 4208                      Alex Rivera                 Leonor Varela
## 4209                       James Gunn              Linda Cardellini
## 4210                   John Murlowski                  Ashley Scott
## 4211                       Benni Diez           Clifton Collins Jr.
## 4212                      Danny Perez                Natasha Lyonne
## 4213                        Spike Lee                    Bernie Mac
## 4214                     Robby Henson                   Marc Blucas
## 4215                       Mike Judge       Anthony 'Citric' Campos
## 4216                    Zackary Adler                Simon Merrells
## 4217                    Shane Meadows                Stephen Graham
## 4218                    Dominic Burns                 Julian Glover
## 4219                    George Sidney               Esther Williams
## 4220                    Carmen Marron                Jossara Jinaro
## 4221                    Tim McCanlies                   Ethan Embry
## 4222                    George Sidney               Agnes Moorehead
## 4223                Mario Van Peebles                  Tom Skerritt
## 4224                      Jason Stone                  Topher Grace
## 4225                       Jerry Rees                    Jon Lovitz
## 4226                      James Algar             Leopold Stokowski
## 4227                 William Friedkin                  Roy Scheider
## 4228                     Jaco Booyens                 Nicole Smolen
## 4229                      Steve Miner               Richard Brooker
## 4230                  Danny Steinmann                  Tiffany Helm
## 4231               Michael Landon Jr.                  Henry Thomas
## 4232                         Jon Gunn                Alexa PenaVega
## 4233                    Hayley Cloake            Brian Austin Green
## 4234                      Tay Garnett                 Jessica Tandy
## 4235                   Shyam Madiraju               Jessica Lowndes
## 4236            Harmage Singh Kalirai                 Saeed Jaffrey
## 4237                      Rita Merson                   Ryan Guzman
## 4238                       Jon Knautz               Rachel Skarsten
## 4239                    William Wyler                     Myrna Loy
## 4240                      Larry Clark                  Kelli Garner
## 4241                   Petter NÃ<U+0083>¦ss           JÃ<U+0083>¸rgen Langhelle
## 4242                  Robert Fontaine                 Michael Derek
## 4243               Jaume BalaguerÃ<U+0083>³               Manuela Velasco
## 4244                 Patricia Cardoso                   Rosie Perez
## 4245                        Dan Perri                  Travis Myers
## 4246                Neil Mcenery-West            Walter Hendrix III
## 4247                  Anthony O'Brien                 James Ransone
## 4248                    Terence Young                   Robert Shaw
## 4249                     Michael Herz                 Phoebe Legere
## 4250                                               Carroll O'Connor
## 4251                      Woody Allen                   Woody Allen
## 4252            David Robert Mitchell                  Maika Monroe
## 4253                      Woody Allen                   Woody Allen
## 4254                  Robert Mulligan                 Robert Duvall
## 4255                    George Miller                  Vernon Wells
## 4256                   Chia-Liang Liu                      Andy Lau
## 4257                  Stanley Kubrick                   James Mason
## 4258                  Kimberly Peirce               Alicia Goranson
## 4259                     Chris Kentis          Eric Sheffer Stevens
## 4260 Florian Henckel von Donnersmarck                Sebastian Koch
## 4261                    Alex Kendrick                    Ben Davies
## 4262                    Robert Rossen               George C. Scott
## 4263                      Jack Conway                   Hedy Lamarr
## 4264                   Sylvain Chomet                  Michel Robin
## 4265                       Chris Eyre              Michael Greyeyes
## 4266            Shari Springer Berman               Josh Hutcherson
## 4267                Richard Linklater              Vernon Dobtcheff
## 4268      Alejandro G. IÃ<U+0083>±Ã<U+0083>¡rritu               Adriana Barraza
## 4269              Catherine Hardwicke                  Holly Hunter
## 4270                       Elia Kazan                Dean Stockwell
## 4271                     Debra Granik             Jennifer Lawrence
## 4272                  Kevin Macdonald                Nicholas Aaron
## 4273                       Henry King                  Tyrone Power
## 4274                     Miranda July              Najarra Townsend
## 4275                 Charles Ferguson                    Matt Damon
## 4276                       Max Joseph               Vanessa Lengies
## 4277                     Jim Jarmusch                   Henry Silva
## 4278                       David Ayer                  J.K. Simmons
## 4279                    Jerry Jameson                 David Oyelowo
## 4280                Steven Soderbergh                 Julia Roberts
## 4281                     Kevin Tenney             Kathleen Wilhoite
## 4282                                                Stephen Colbert
## 4283                  Kenneth Branagh                Julie Christie
## 4284            John Cameron Mitchell                  Sook-Yin Lee
## 4285                       Ari Folman                    Ari Folman
## 4286                      Gary Rogers                    Noah Danby
## 4287                 Charles Ferguson                Campbell Scott
## 4288                  Marielle Heller        Alexander SkarsgÃ<U+0083>Â¥rd
## 4289                                                  Anne Hathaway
## 4290                    David Sington               John F. Kennedy
## 4291                  Kelly Reichardt               Bruce Greenwood
## 4292                    Fenton Bailey                Hugh M. Hefner
## 4293                      Bob Giraldi                  Danny Aiello
## 4294                    Jill Sprecher                  Alanna Ubach
## 4295                       Huck Botko                  Matt Bennett
## 4296                       Luc Besson           Christopher Lambert
## 4297                   David Duchovny                Robin Williams
## 4298            Mitchell Lichtenstein                  Jess Weixler
## 4299                     Lance Mungia                Jeffrey Falcon
## 4300                      Kundan Shah                Karisma Kapoor
## 4301                    Michael Dowse                     Paul Kaye
## 4302                       Hue Rhodes                Peter Dinklage
## 4303                    Shane Meadows                   Bob Hoskins
## 4304                  Roland Emmerich                 Jeremy Irvine
## 4305                                                     Joe Morton
## 4306                    Jugal Hansraj                 Saif Ali Khan
## 4307                 Danny Provenzano               Vincent Pastore
## 4308                        Bill Muir                 Alex Kendrick
## 4309              Richard LaGravenese                 Anna Kendrick
## 4310                     Noah Buschel                 Merritt Wever
## 4311                      Brian Yuzna                Melinda Clarke
## 4312                  Hunter Richards                 Jason Statham
## 4313                   Laurie Collyer            Brad William Henke
## 4314                  Bruce McCulloch                  Martin Starr
## 4315                       Aaron Hann                Jordi Vilasuso
## 4316                    James Watkins            Michael Fassbender
## 4317              Catherine Hardwicke                Frances Fisher
## 4318                     Phil Claydon                 MyAnna Buring
## 4319                      Ralph Ziman             Rapulana Seiphemo
## 4320                     John Simpson                  Colin Salmon
## 4321                    Colin Minihan                Mackenzie Gray
## 4322                    Conor McMahon                 Peter McQuinn
## 4323                    Chris Shadley                Daniel Baldwin
## 4324                Simon Napier-Bell                  Alice Cooper
## 4325                      Woody Allen                   Woody Allen
## 4326                        Simon Yin                  Paul Sheehan
## 4327                       Jeff Crook             Nicholas Gonzalez
## 4328                                                   Steven Weber
## 4329                     Orson Welles                 Rita Hayworth
## 4330                       Dave Payne                 Mircea Monroe
## 4331                        James Cox               Jake Gyllenhaal
## 4332               Jonas Ã<U+0083>â<U+0080>¦kerlund                 Noel Gugliemi
## 4333                    Brad Copeland                  Sunil Narkar
## 4334                     Paul Bunnell                  Kate Maberly
## 4335                    Phil Morrison                 Sally Hawkins
## 4336                     Harald Reinl               Christopher Lee
## 4337                        James Cox                      Jon Mack
## 4338                   Richard Lester                 Buster Keaton
## 4339                    Michael Moore                 Michael Moore
## 4340                     Tanner Beard              William McNamara
## 4341                        Scott Dow               Trenton Rostedt
## 4342                   Derick Martini                  Kevin Zegers
## 4343                      Jerry Dugan                Melissa Bolona
## 4344                       Tim Hunter                  Keanu Reeves
## 4345                   Michael Polish                  Peter Coyote
## 4346                  William Kaufman                Paul McGillion
## 4347                Rodrigo CortÃ<U+0083>©s                 Ryan Reynolds
## 4348                   Richard Ayoade                 Craig Roberts
## 4349                   Jehane Noujaim                Khalid Abdalla
## 4350                    Pascal Arnold               Karl E. Landler
## 4351                  Kimberly Peirce         ChloÃ<U+0083>« Grace Moretz
## 4352                             Remo               Lauren Gottlieb
## 4353                       Wes Craven                   Johnny Depp
## 4354                      James Marsh                   Paul McGill
## 4355                       John Laing              Siobhan Marshall
## 4356                       Jamal Hill                Logan Browning
## 4357                     Daniel Stamm            Caleb Landry Jones
## 4358               Sam Taylor-Johnson          Kristin Scott Thomas
## 4359                       Elia Kazan                 Marlon Brando
## 4360                  Stanley Kubrick               George C. Scott
## 4361                   Carlos Carrera          DamiÃ<U+0083>¡n AlcÃ<U+0083>¡zar
## 4362                     Benh Zeitlin          QuvenzhanÃ<U+0083>© Wallis
## 4363                  J. Lee Thompson                Roddy McDowall
## 4364                 Maggie Greenwald                   Aidan Quinn
## 4365                     Vera Farmiga                  Donna Murphy
## 4366                    Vijay Chandar               Hansika Motwani
## 4367                  Morgan Spurlock             Quentin Tarantino
## 4368                   Jonathan Wacks                 Steve Buscemi
## 4369                   Khyentse Norbu               Tshewang Dendup
## 4370                         Ted Post                Clint Eastwood
## 4371                   Richard Brooks               Humphrey Bogart
## 4372                      Tony Krantz                George Newbern
## 4373                 Mitchell Altieri            Kimberley Crossman
## 4374                       W.D. Hogan             Tom Everett Scott
## 4375                      Corey Grant               Christian Keyes
## 4376                       Tom Tykwer              Moritz Bleibtreu
## 4377                      Lucky McKee                   James Duval
## 4378               Richard Boddington            Natasha Henstridge
## 4379                       David Hunt                  Matthew Alan
## 4380                  Patricia Riggen               America Ferrera
## 4381                  J. Lee Thompson                Roddy McDowall
## 4382                       Todd Field                 Tom Wilkinson
## 4383                 Steven R. Monroe                  Sarah Butler
## 4384                     Mark Illsley                   Ally Walker
## 4385                Pawel Pawlikowski               Paddy Considine
## 4386                     Ritesh Batra           Nawazuddin Siddiqui
## 4387                     Sally Potter             Shirley Henderson
## 4388                      Frank Capra                   Jean Arthur
## 4389                   Fred Zinnemann              Montgomery Clift
## 4390                        John Ford               Harry Carey Jr.
## 4391                Brad J. Silverman                 Shawnee Smith
## 4392                      Dave Meyers                 Eddie Griffin
## 4393                David M. Matthews                Essence Atkins
## 4394                    Nadine Labaki             Yasmine Al Massri
## 4395               LluÃ<U+0083>­s QuÃ<U+0083>­lez                   Stephen Rea
## 4396                        Eytan Fox                  Ohad Knoller
## 4397             Francis Ford Coppola                 Harrison Ford
## 4398                    Romesh Sharma              Annabelle Wallis
## 4399             FranÃ<U+0083>§ois Truffaut             Catherine Deneuve
## 4400                    Adam Goldberg                    Judy Greer
## 4401                   Travis Zariwny                 Dustin Ingram
## 4402                      Zack Snyder                    Ty Burrell
## 4403                  Adrienne Shelly                    Lew Temple
## 4404                      Newt Arnold                    Bolo Yeung
## 4405                      Frank Capra                  Claude Rains
## 4406                      Larry Clark                Rosario Dawson
## 4407                    Noah Baumbach               William Baldwin
## 4408          Charles Herman-Wurmfeld                   Scott Cohen
## 4409                      Yimou Zhang                   Honglei Sun
## 4410                   John Stockwell                  Matthew Ziff
## 4411                 Alfred Hitchcock                  Norman Lloyd
## 4412                      Atom Egoyan               Bruce Greenwood
## 4413                    Vincent Gallo               Anjelica Huston
## 4414                        James Wan                     Lin Shaye
## 4415                         Alex Cox                    Del Zamora
## 4416              FabiÃ<U+0083>¡n Bielinsky              Ricardo DarÃ<U+0083>­n
## 4417                       Dror Moreh                    Ami Ayalon
## 4418                   Rebecca Miller                  Beau Bridges
## 4419                     Maggie Carey                 Donald Glover
## 4420                      Roger Avary                   Eric Stoltz
## 4421                       Henry Bean                  Ryan Gosling
## 4422               David Gordon Green              Michael Angarano
## 4423                      Simeon Rice                 Ward G. Smith
## 4424                    Brad Anderson                Paul Guilfoyle
## 4425                      Jeff Garlin                  Jessy Schram
## 4426                      Qasim Basir                Dorian Missick
## 4427                       Adam Green              Joel David Moore
## 4428                  Charles Chaplin              Paulette Goddard
## 4429                       Pete Jones                 Brian Dennehy
## 4430                   Bruce Campbell                     Ted Raimi
## 4431                       Mark Brown                 Vivica A. Fox
## 4432                     Adam Carolla                      Jay Mohr
## 4433                        Ira Sachs                      Rip Torn
## 4434                      John Sayles            Brian Lee Franklin
## 4435                   Bruce McDonald              Stephen McHattie
## 4436                    James Mottern                 Jimmy Bennett
## 4437                   Jaime Zevallos               Angela Sarafyan
## 4438                       Rob Zombie                      Sid Haig
## 4439                 Gerard Johnstone              Morgana O'Reilly
## 4440                 Robert Greenwald                     Lee Scott
## 4441                        David Ray               Nicole MuÃ<U+0083>±oz
## 4442                   Dave Rodriguez              Chazz Palminteri
## 4443                     Nae Caranfil             Monica Barladeanu
## 4444                    David Winning                       Ashanti
## 4445                     Frank Lotito             Brighton Sharbino
## 4446             Timothy Woodward Jr.                   Katrina Law
## 4447            Christopher McQuarrie                    Tom Cruise
## 4448                     Tara Subkoff                Timothy Hutton
## 4449              Russell Friedenberg               Rudy Youngblood
## 4450                 William Cottrell             Adriana Caselotti
## 4451                  Lucrecia Martel                MÃ<U+0083>­a Maestro
## 4452                   Edward Dmytryk               Brigitte Bardot
## 4453                         Zak Penn                      Zak Penn
## 4454                  Alex Ranarivelo                  Lea Thompson
## 4455                       Jon Knautz              Camren Bicondova
## 4456                  Mathieu Amalric               Mathieu Amalric
## 4457                      David Worth                 Jessica Szohr
## 4458              Leslie H. Martinson              Burgess Meredith
## 4459                      Guy Ritchie                 Jason Statham
## 4460                  Robert M. Young                  Barry Corbin
## 4461                                                    Karl Malden
## 4462                Thomas Vinterberg                Ulrich Thomsen
## 4463                    Steve Buscemi                 Steve Buscemi
## 4464                         Ham Tran                   Long Nguyen
## 4465                       Rich Cowan                     Eric Dane
## 4466                  Boris Rodriguez              Stephen McHattie
## 4467                    Harold Becker                  Bruce Willis
## 4468                                                 James Morrison
## 4469                 Sadyk Sher-Niyaz               Elina Abai Kyzy
## 4470                     Paul Donovan                 Maury Chaykin
## 4471               Jonathan Kesselman                    Judy Greer
## 4472                     Arjun Sablok             Abhishek Bachchan
## 4473                       Craig Moss                Noureen DeWulf
## 4474                     Tyler Oliver                  Bella Thorne
## 4475                 Alfred Hitchcock              Laurence Olivier
## 4476                      Steve Miner                  Betsy Palmer
## 4477                     Billy Wilder                   Ray Milland
## 4478                    Douglas Cheek                  Daniel Stern
## 4479                   Youssef Delara                 Noel Gugliemi
## 4480                     Deryck Broom                  Vic Mignogna
## 4481                   Henry Hathaway                 Joseph Cotten
## 4482                        John Ford                Roddy McDowall
## 4483                                              Mary Lynn Rajskub
## 4484                        Spike Lee                    Rami Malek
## 4485                Steven Soderbergh               Peter Gallagher
## 4486                        James Wan               Michael Emerson
## 4487                Jay Chandrasekhar                Geoffrey Arend
## 4488                   Giovanni Zelko                 Zuhair Haddad
## 4489              Claudia Sainte-Luce                  Ximena Ayala
## 4490                 Scott Derrickson                  Keanu Reeves
## 4491                        Mira Nair              Naseeruddin Shah
## 4492                 Kenneth Lonergan             Matthew Broderick
## 4493                 Alfred Hitchcock                 Jerry Mathers
## 4494                    Paul McGuigan                  Bruce Willis
## 4495                     Jamie Babbit                Natasha Lyonne
## 4496                       David Boyd                 Vivica A. Fox
## 4497                Quentin Tarantino             Quentin Tarantino
## 4498                      Walter Lang               Spring Byington
## 4499                     Sergio Leone                Clint Eastwood
## 4500                    Anna Muylaert                   Alex Huszar
## 4501                     Steve Taylor                 Jason Marsden
## 4502                        Kurt Voss                         Lemmy
## 4503                      LÃ<U+0083>©a Pool                              
## 4504            James David Pasternak                Robin Williams
## 4505                  Laurent Bouhnik            DÃ<U+0083>©borah RÃ<U+0083>©vy
## 4506                      Tom Sanchez           Nataniel SÃ<U+0083>¡nchez
## 4507                    David Caffrey                Marley Shelton
## 4508                 Adam Jay Epstein                  Rich Ceraulo
## 4509                   Michael Curtiz                   Errol Flynn
## 4510           Justin Thomas Ostensen              Michael Berryman
## 4511                  Brenton Spencer                Christie Burke
## 4512                       Rob Bowman                  Alanna Ubach
## 4513                      Ossie Davis                     Redd Foxx
## 4514                       Jay Alaimo              William McNamara
## 4515                       Dylan Bank              Seregon O'Dassey
## 4516                   Rob McKittrick                 Ryan Reynolds
## 4517                    Shane Meadows               Paddy Considine
## 4518                                              Richard Cawthorne
## 4519                        Jeff Burr                   Terry Kiser
## 4520                      Harry Gantz                              
## 4521                       Guy Maddin            Sarah Murphy-Dyson
## 4522            Regardt van den Bergh          Sean Cameron Michael
## 4523                   Panos Cosmatos                Chris Gauthier
## 4524                     Gareth Evans                     Iko Uwais
## 4525              Matthew R. Anderson                  Johnny Pacar
## 4526                       Joe Marino               Piero MaggiÃ<U+0083>²
## 4527                   Michael Curtiz               Humphrey Bogart
## 4528                    Joel Anderson                  Talia Zucker
## 4529                      Shimit Amin                 Ranbir Kapoor
## 4530                 Douglas Trumbull                    Bruce Dern
## 4531                 John G. Avildsen            Sylvester Stallone
## 4532                    Mona Fastvold            Christopher Abbott
## 4533                   John Carpenter              Jamie Lee Curtis
## 4534                  Tony Richardson                 Albert Finney
## 4535                  Levan Gabriadze                Shelley Hennig
## 4536                  Martin Scorsese                Robert De Niro
## 4537                        Joe Dante                Patrick Macnee
## 4538                    Terence Young                Ursula Andress
## 4539                   Bradley Parker               Jesse McCartney
## 4540                     Clive Barker               Andrew Robinson
## 4541                     Harold Cronk           Benjamin A. Onyango
## 4542                      Jeff Wadlow                 Julian Morris
## 4543                    Takao Okawara                   Hiroshi Abe
## 4544                 Derek Cianfrance                  Ryan Gosling
## 4545                    Duncan Tucker                  Kevin Zegers
## 4546               William Brent Bell              Fernanda Andrade
## 4547                       Russ Meyer                Charles Napier
## 4548                   Robert D. Webb                   James Drury
## 4549                 Davis Guggenheim                    Billy West
## 4550                       Allan Dwan                   James Brown
## 4551                  Martin Scorsese                   Mick Jagger
## 4552                         Eli Roth                  Daryl Sabara
## 4553                  Andrew Steggall              Juliet Stevenson
## 4554                        Ben Lewin                 W. Earl Brown
## 4555                    Robert Kenner                Michael Pollan
## 4556                     Andrew Erwin                Rachel Hendrix
## 4557                    Brad Anderson        Philip Seymour Hoffman
## 4558                    Jason Reitman                  J.K. Simmons
## 4559                    Craig Johnson                    Ty Burrell
## 4560                      Sean Durkin            Christopher Abbott
## 4561              Gillian Robespierre                 Gaby Hoffmann
## 4562                    Courtney Hunt             Charlie McDermott
## 4563                   Morgan Neville                   Sheryl Crow
## 4564                     James Toback             Robert Downey Jr.
## 4565                Nicole Holofcener                Kevin Corrigan
## 4566                   Peter Cattaneo                 Tom Wilkinson
## 4567                      Chris Paine                 Ed Begley Jr.
## 4568                    Greg Berlanti                Justin Theroux
## 4569                   Don Coscarelli                Daniel Roebuck
## 4570                    Rob Letterman                    Odeya Rush
## 4571                       Marc Levin                    Sonja Sohn
## 4572                  Richard Dutcher               Wilford Brimley
## 4573                   Khalid Mohamed                Karisma Kapoor
## 4574                       Mel Brooks                 Madeline Kahn
## 4575                      Trey Parker                   Trey Parker
## 4576               David Gordon Green               Zooey Deschanel
## 4577                      Finn Taylor                David Arquette
## 4578                  Karen Moncrieff                Frances Fisher
## 4579          JosÃ<U+0083>© Luis Valenzuela                  Cheech Marin
## 4580                      Gia Coppola                  James Franco
## 4581                    Scandar Copti                 Shahir Kabaha
## 4582                      Goran Dukic                   Leslie Bibb
## 4583                      Mike Cahill                   Steven Yeun
## 4584                    Efram Potelle                 Shiri Appleby
## 4585                    Peter Jackson             Michael Imperioli
## 4586               Joshua Oppenheimer                   Anwar Congo
## 4587                      Alex Gibney                   Alex Gibney
## 4588                     Paul Crowder                       PelÃ<U+0083>©
## 4589                   Rohit Jagessar                  Kumar Gaurav
## 4590                    Griffin Dunne                  Mira Sorvino
## 4591                   Anthony Powell                  Josh Swanson
## 4592                    Kief Davidson                   G.W. Krauss
## 4593                      Johnny Remo                  Matthew Ziff
## 4594                  Vivek Agnihotri                 Emraan Hashmi
## 4595                          Ti West                   Lena Dunham
## 4596                      Nick Tomnay             David Hyde Pierce
## 4597                     John Hamburg              Harvey Fierstein
## 4598                   Nickolas Perry                 Patrick Renna
## 4599                      Dan Zukovic                   Yul Vazquez
## 4600                      Craig Mazin                    Judy Greer
## 4601                      Becky Smith                 Will Rothhaar
## 4602                    Eric Nicholas                 Jordana Spiro
## 4603               Benjamin Dickinson                 Nora Zehetner
## 4604                     Hal Haberman              Michael Rapaport
## 4605                     Darren Stein                   Frances Bay
## 4606                    A. Raven Cruz                    Scott Levy
## 4607            Brian Trenchard-Smith                   David Keith
## 4608                     Frank Whaley                    Lynn Cohen
## 4609                   Amat Escalante                Kenny Johnston
## 4610                     Wajahat Rauf                   Rasheed Naz
## 4611                 Katherine Brooks                   Ilene Graff
## 4612                      David Cross                  Jason Ritter
## 4613                    Randall Rubin        Nicole Randall Johnson
## 4614                   Robert Bennett                   Randy Wayne
## 4615                     Guy Hamilton                   Oliver Reed
## 4616                   Mary Pat Kelly                   Aidan Quinn
## 4617                       Lori Petty             Jennifer Lawrence
## 4618                     Charlie Levi                  Joe Mantegna
## 4619                   Kevin Hamedani            Russell Hodgkinson
## 4620                   David DeCoteau             Maureen McCormick
## 4621                      Mikel Rueda                Ã<U+0083>lex Angulo
## 4622               Stefan C. Schaefer                Nicole Beharie
## 4623                Michael Taliferro               Wesley Jonathan
## 4624                   David DeCoteau              William McNamara
## 4625                    Katie Aselton                 Katie Aselton
## 4626                     Robert Heath                   David Oakes
## 4627                       D. Stevens                    Magi Avila
## 4628                Jeffrey St. Jules                    Boyd Banks
## 4629                      Robert Hall               Angelina Armani
## 4630                          K. King                Jason K. Wixom
## 4631                  Jonathan Meyers                Justin Baldoni
## 4632                      Danny Boyle                Rosario Dawson
## 4633                     Ralph Nelson               Cliff Robertson
## 4634                   Blair Erickson            Monique Candelaria
## 4635                                                     Eric Lloyd
## 4636                  Allison Burnett     Kimberly Williams-Paisley
## 4637                Richard Schenkman              Vanessa Williams
## 4638                     Sanjay Rawal                 Alma Martinez
## 4639                       Elia Kazan                 Marlon Brando
## 4640                        Kat Coiro                   Justin Kirk
## 4641                  Cristian Mungiu              Anamaria Marinca
## 4642                     Brian Dorton                  Javier Botet
## 4643                      David Slade                    Odessa Rae
## 4644                     Jamie Babbit                    Katy Mixon
## 4645                 Maryam Keshavarz                  Sarah Kazemy
## 4646                     Ryan Coogler                 Ahna O'Reilly
## 4647                     Ramaa Mosley                 Jack McBrayer
## 4648                      James Algar                   Sam Edwards
## 4649          Charles Herman-Wurmfeld                 John Enos III
## 4650                  Ric Roman Waugh                Dwayne Johnson
## 4651                       C. Jay Cox          Joseph Gordon-Levitt
## 4652               Mariette Monpierre               Stana Roumillac
## 4653                     Tommy Oliver               Bokeem Woodbine
## 4654                     Jamie Travis                    James Wolk
## 4655               Lee Toland Krieger                   Ari Graynor
## 4656                  Rich Christiano                 Gavin MacLeod
## 4657             Paul Andrew Williams              Lorraine Stanley
## 4658                        Nick Love                 Eddie Griffin
## 4659                   Natalie Bible'                Tommy O'Reilly
## 4660                   Asghar Farhadi               Shahab Hosseini
## 4661                Justin Molotnikov                    Jo Hartley
## 4662                     Todd Solondz             Heather Matarazzo
## 4663                     Victor Nunez                  Allison Dean
## 4664                    Peter Sollett                  Victor Rasuk
## 4665              Georg Wilhelm Pabst                 Louise Brooks
## 4666                    Daniel Davila                 Martin Landau
## 4667                    Jorge Gaggero                Norma Aleandro
## 4668                        Rod Lurie                  Kevin Pollak
## 4669                    Michael Burke              Zachary Knighton
## 4670                 Catherine Jelski                   Leslie Bibb
## 4671                     Shane Dawson                  Shane Dawson
## 4672                    Tommy Wirkola            BjÃ<U+0083>¸rn Sundquist
## 4673                      Ryan Little                 Corbin Allred
## 4674                      Clark Baker                 Taylor Pigeon
## 4675                     George Lucas                 Harrison Ford
## 4676                 Robert Greenwald              Scott Helvenston
## 4677                   Matt Maiellaro                      Tina Fey
## 4678                  Colin Trevorrow             Mary Lynn Rajskub
## 4679                     Leslie Small        Isaac C. Singleton Jr.
## 4680                     Ben Wheatley                 MyAnna Buring
## 4681                          Ti West                   Lena Dunham
## 4682                   David S. Goyer                   Gary Oldman
## 4683              Bernardo Bertolucci        Jean-Louis Trintignant
## 4684                      Neil Burger              Raymond J. Barry
## 4685                 Oliver Blackburn                 Julian Morris
## 4686                  Jonathan Levine                   Luke Grimes
## 4687               Christopher Hutson                Dichen Lachman
## 4688                   Fred Zinnemann                   Gary Cooper
## 4689                      Steve James                 William Gates
## 4690                 David LaChapelle        Kevin Scott Richardson
## 4691                  Joseph Kosinski                Peter Dinklage
## 4692                   Michael Cuesta                  Adam LeFevre
## 4693                   Caryn Waechter                  Laura Fraser
## 4694                       Emily Dell                  Aimee Garcia
## 4695                    Peter Jackson                   Naomi Watts
## 4696               Jaume Collet-Serra               Robert Ri'chard
## 4697                       Ryan Fleck                  Ryan Gosling
## 4698            Jennifer Wynne Farmer                  Irene Bedard
## 4699         Christopher Scott Cherot                   Hill Harper
## 4700                     H.M. Coakley                 Mehcad Brooks
## 4701                      Randy Moore                    Trey Loney
## 4702                     Chris Atkins                Richard Curtis
## 4703                    Bill Benenson                 Alfre Woodard
## 4704                       Ryan Smith         Sandra Ellis Lafferty
## 4705                    Travis Romero                  Matthew Ziff
## 4706                      Anna Mastro                  Leven Rambin
## 4707                    Mark Sandrich                 Ginger Rogers
## 4708                    Daniel Myrick               Heather Donahue
## 4709                 Michael Wadleigh                    Joe Cocker
## 4710                      John Landis                  David Zucker
## 4711                         Jon Gunn                   Stacy Keach
## 4712                    Gene Teigland                    Kendyl Joi
## 4713                      Scott Ziehl                 William Smith
## 4714                  Richard Montoya             Nicholas Gonzalez
## 4715                 Johanna Schwartz                Aliou TourÃ<U+0083>©
## 4716                  William Gazecki               Karen Alexander
## 4717                   Lance McDaniel                  Russell Wong
## 4718                     Thomas Lilti            FranÃ<U+0083>§ois Cluzet
## 4719                   Michael Walker               Paula GarcÃ<U+0083>©s
## 4720                   Richard Lester                Paul McCartney
## 4721                U. Roberto Romano                              
## 4722                 Amy Holden Jones              Jamie Lee Curtis
## 4723                    Blaz Zavrsnik            Dario Nozic Serini
## 4724                    Alex Kendrick                  Kirk Cameron
## 4725                        Pan Nalin                    Bhole Baba
## 4726                         Joe Camp                Frances Bavier
## 4727                     Chris Kentis                Blanchard Ryan
## 4728                       Matt Walsh                Joe Lo Truglio
## 4729                John 'Bud' Cardos                  Woody Strode
## 4730                   Marilyn Agrelo                Heather Berman
## 4731                     Tom McCarthy                Peter Dinklage
## 4732                      Brian Baugh                   Randy Wayne
## 4733                  Patrick Creadon                     Ken Burns
## 4734               Barry W. Blaustein                    Terry Funk
## 4735                        Kurt Hale                Kirby Heyborne
## 4736                    Siddiq Barmak              Marina Golbahari
## 4737                    Joseph Dorman                 Rachel Dratch
## 4738                    Greg Harrison                   Rachel True
## 4739                        Kurt Hale                Kirby Heyborne
## 4740                   Michael Polish               Sasha Alexander
## 4741                Jacob Aaron Estes                   Rory Culkin
## 4742                Morgan J. Freeman                    Edie Falco
## 4743                   Eric Schaeffer                Peter Dinklage
## 4744                   Neema Barnette                Monica Calhoun
## 4745                    Steve Buscemi                Kevin Corrigan
## 4746                     Joe Swanberg                  Olivia Wilde
## 4747                  Molly Bernstein                   David Mamet
## 4748                   Akira Kurosawa               Takashi Shimura
## 4749            Marius A. Markevicius                Tommy Sheppard
## 4750                      Tom DiCillo                     Brad Pitt
## 4751                       Justin Lin       Monique Gabriela Curnen
## 4752                  Quentin Dupieux                    Haley Ramm
## 4753                      Tim Johnson                   Jim Parsons
## 4754                       C. Jay Cox                 Tori Spelling
## 4755                       Alex Smith                  Ryan Gosling
## 4756                   Gareth Edwards                 Scoot McNairy
## 4757                  Jonathan Parker               Keith Carradine
## 4758                        Sol Tryon                  Jim Gaffigan
## 4759                  Alex Craig Mann                   Justin Chon
## 4760                         Hao Ning                      Bo Huang
## 4761                    Stephen Kijak                     Brian Eno
##                               actor2
## 1                   Joel David Moore
## 2                      Orlando Bloom
## 3                       Rory Kinnear
## 4                     Christian Bale
## 5                         Rob Walker
## 6                    Samantha Morton
## 7                       James Franco
## 8                       Donna Murphy
## 9                  Robert Downey Jr.
## 10                  Daniel Radcliffe
## 11                      Lauren Cohan
## 12                     Marlon Brando
## 13                   Mathieu Amalric
## 14                     Orlando Bloom
## 15                       Ruth Wilson
## 16                Christopher Meloni
## 17              Pierfrancesco Favino
## 18                 Robert Downey Jr.
## 19                       Sam Claflin
## 20                 Michael Stuhlbarg
## 21                        Adam Brown
## 22                   Andrew Garfield
## 23                      William Hurt
## 24                        Adam Brown
## 25                         Eva Green
## 26                Thomas Kretschmann
## 27                      Kate Winslet
## 28                Scarlett Johansson
## 29            Alexander SkarsgÃ<U+0083>Â¥rd
## 30                        Judy Greer
## 31                     Helen McCrory
## 32                      James Franco
## 33                       Jon Favreau
## 34                      Alan Rickman
## 35                    Kelsey Grammer
## 36                      Tyler Labine
## 37                        Kevin Dunn
## 38                      Sophia Myles
## 39                        Mila Kunis
## 40                   Andrew Garfield
## 41                      Olivia Wilde
## 42                Thomas Kretschmann
## 43                  Temuera Morrison
## 44                 John Ratzenberger
## 45               Bryce Dallas Howard
## 46                       Paul Walker
## 47                         Brad Pitt
## 48                    Peter Dinklage
## 49                   Bruce Greenwood
## 50                      Ewen Bremner
## 51                 Elizabeth Debicki
## 52                     Richard Coyle
## 53               Clifton Collins Jr.
## 54                    Lester Speight
## 55                      Ray Winstone
## 56                       Jack McGraw
## 57                 John Ratzenberger
## 58                  Melissa Roxburgh
## 59                      Fred Willard
## 60                         Dana Ivey
## 61                        Liam James
## 62                       Colin Firth
## 63                        Mila Kunis
## 64            Alexander SkarsgÃ<U+0083>Â¥rd
## 65                        Kiran Shah
## 66                Michael Fassbender
## 67                      Heath Ledger
## 68                      Delroy Lindo
## 69                      Rainn Wilson
## 70                      Jeff Bridges
## 71                   Christopher Lee
## 72                       Salma Hayek
## 73                    Brendan Fraser
## 74                Robin Atkin Downes
## 75                    Morgan Freeman
## 76                       Lara Pulver
## 77                       Rick Aviles
## 78                      Dennis Quaid
## 79                      Mindy Kaling
## 80                       Bill Murray
## 81                Scarlett Johansson
## 82                   Kristen Stewart
## 83                    Sharlto Copley
## 84                        Judy Greer
## 85                     Alice Englert
## 86              Cary-Hiroyuki Tagawa
## 87                       Chris Evans
## 88                     Kathy Griffin
## 89                       Chris Bauer
## 90                     Daniel Henney
## 91                   Sarah Silverman
## 92                      Eddie Deezen
## 93                         Sela Ward
## 94                   America Ferrera
## 95                       M.C. Gainey
## 96                        Vin Diesel
## 97                     Anne Hathaway
## 98                         Tom Hardy
## 99                 Shin'ya Tsukamoto
## 100                       Adam Brown
## 101                       Vin Diesel
## 102                    Jason Flemyng
## 103               Michael Fassbender
## 104           Philip Seymour Hoffman
## 105               Omar Benson Miller
## 106                       Mike Vogel
## 107                     Alan Rickman
## 108                        Eric Idle
## 109                    Callum Rennie
## 110                    Emilia Clarke
## 111                      Shane Rangi
## 112                       Jaime King
## 113                  Michael O'Neill
## 114              Angelina Jolie Pitt
## 115                 Daniel Radcliffe
## 116                 Daniel Radcliffe
## 117                  Charlize Theron
## 118                      Alice Braga
## 119                  Christopher Lee
## 120                John Ratzenberger
## 121                      Liam Neeson
## 122               Jada Pinkett Smith
## 123                       Rami Malek
## 124                    Ryan Reynolds
## 125                      Collin Chou
## 126                 Maurice LaMarche
## 127                 Daniel Bernhardt
## 128                  Natalie Portman
## 129                  Charlize Theron
## 130                     Ayelet Zurer
## 131                  Natalie Portman
## 132                   Diedrich Bader
## 133           Piper Mackenzie Harris
## 134                 Edgar RamÃ<U+0083>­rez
## 135            ChloÃ<U+0083>« Grace Moretz
## 136                    Jeremy Renner
## 137                   Simon Merrells
## 138           Alexander SkarsgÃ<U+0083>Â¥rd
## 139                    Oprah Winfrey
## 140                      Gary Oldman
## 141                      Noah Ringer
## 142                       Tom Cruise
## 143                       Jake Weber
## 144                       Dan Fogler
## 145                     Kate Winslet
## 146                  Cara Delevingne
## 147                    Zach Callison
## 148                    Orlando Bloom
## 149                     Martin Short
## 150                     Colin Salmon
## 151                    Kate McKinnon
## 152                    Steve Buscemi
## 153                   Rosario Dawson
## 154                  Anthony Hopkins
## 155              Angelina Jolie Pitt
## 156                    Jeremy Renner
## 157                   Kamil McFadden
## 158                    Richard Burgi
## 159                     Tony Goldwyn
## 160                MarÃ<U+0083>­a Valverde
## 161                    Leonard Nimoy
## 162                     James Franco
## 163                   Djimon Hounsou
## 164                      Elodie Yung
## 165                       Joe Morton
## 166                     Billy Crudup
## 167                       Rene Russo
## 168                       Regi Davis
## 169                   Dwayne Johnson
## 170                     Rainn Wilson
## 171                      Ming-Na Wen
## 172                   Dominic Cooper
## 173           Maria Grazia Cucinotta
## 174                      Lee Ingleby
## 175                  Kristen Stewart
## 176                        Brad Pitt
## 177                     Peter Mensah
## 178            Philip Michael Thomas
## 179                  Penelope Wilton
## 180                        Tom Hardy
## 181                       Snoop Dogg
## 182                     Ray Winstone
## 183                   Annet Mahendru
## 184                 Edgar RamÃ<U+0083>­rez
## 185                     Wayne Knight
## 186                    Hayley Atwell
## 187                  Josh Hutcherson
## 188                  Kristen Stewart
## 189                       Matt Jones
## 190                  Lisa Ann Walter
## 191                    Henry Rollins
## 192                  Constance Marie
## 193                   Andre Braugher
## 194                      Emma Watson
## 195                  Mackenzie Crook
## 196                      Gary Oldman
## 197                      Bryan Brown
## 198                   ZoÃ<U+0083>« Kravitz
## 199                     D.B. Sweeney
## 200                      Dave Legeno
## 201                       Rami Malek
## 202                        Brad Pitt
## 203                       Fiona Shaw
## 204                     Jeff Bridges
## 205                Shin'ya Tsukamoto
## 206                    Orlando Bloom
## 207                       Toby Jones
## 208           Philip Seymour Hoffman
## 209                       Seth Gabel
## 210                      Rachel Crow
## 211                    Bruce Davison
## 212                       Vin Diesel
## 213                     Eddie Marsan
## 214                    Jason Flemyng
## 215                   Rachel Ticotin
## 216                  Vladimir Kulich
## 217                      Scott Glenn
## 218                    Vivica A. Fox
## 219                       T.J. Thyne
## 220                     Dennis Quaid
## 221                    Dougray Scott
## 222      Mary Elizabeth Mastrantonio
## 223                    Ioan Gruffudd
## 224                       Rafe Spall
## 225                        Matt Long
## 226                        Riz Ahmed
## 227                       Bernie Mac
## 228                  Charlize Theron
## 229                     Brad Garrett
## 230                   Sharlto Copley
## 231                    Alexa Davalos
## 232                    Abbie Cornish
## 233                       Kick Gurry
## 234             Domenick Lombardozzi
## 235                      Marc Blucas
## 236                       Tom Cruise
## 237                  Christopher Lee
## 238                  Christopher Lee
## 239                John Ratzenberger
## 240                      Tao Okamoto
## 241                      Liam Neeson
## 242                       Emma Stone
## 243                  Santiago Segura
## 244                     Roger Willie
## 245                      Sam Claflin
## 246                   Danny Woodburn
## 247                    Basher Savage
## 248                     Grant Heslov
## 249                      Noel Fisher
## 250                    Reg E. Cathey
## 251                       Rami Malek
## 252                    Ioan Gruffudd
## 253                     Colin Salmon
## 254                     Adam Baldwin
## 255                    Julia Roberts
## 256              Angelina Jolie Pitt
## 257                       Theo James
## 258                       Adam Scott
## 259                   Catherine Tate
## 260                    Tom Wilkinson
## 261                    Dirk Benedict
## 262               Sullivan Stapleton
## 263                         Tim Gunn
## 264                    Roseanne Barr
## 265                       Theo James
## 266             Torey Michael Adkins
## 267                     Nancy O'Dell
## 268                 Temuera Morrison
## 269                     Moises Arias
## 270                Jonathan Sadowski
## 271                    Orlando Bloom
## 272                     Steve Coogan
## 273               Jada Pinkett Smith
## 274                    Kelly Preston
## 275                  Bruce Greenwood
## 276                    Orlando Bloom
## 277                      Nathan Lane
## 278                    Jenifer Lewis
## 279                    Donald Glover
## 280                                 
## 281                    Steve Buscemi
## 282                    Warren Beatty
## 283              Angelina Jolie Pitt
## 284                   Connie Nielsen
## 285                     Frank Grillo
## 286                     Rupert Grint
## 287                   Tobias Menzies
## 288                   Estella Warren
## 289                Jenette Goldstein
## 290                   Christian Bale
## 291                         Ruby Dee
## 292                      Tia Carrere
## 293                  Ramon Rodriguez
## 294                    Blythe Danner
## 295                     Will Ferrell
## 296                     James Coburn
## 297                  Christoph Waltz
## 298                  Jason Alexander
## 299                    Wendie Malick
## 300               Sylvester Stallone
## 301                   Armando Riesco
## 302                      Ed Speleers
## 303                        Ryan Corr
## 304                  Cara Delevingne
## 305                      Emma Kenney
## 306              Angelina Jolie Pitt
## 307                    Mark Margolis
## 308                   Djimon Hounsou
## 309              Matthew McConaughey
## 310                 Rene Auberjonois
## 311                  Patrick Muldoon
## 312                     Jim Sturgess
## 313                 Richard Roxburgh
## 314            Christopher Heyerdahl
## 315                     Rufus Sewell
## 316                     Martin Short
## 317                       Anna Friel
## 318               Sylvester Stallone
## 319                 Edgar RamÃ<U+0083>­rez
## 320                   Traylor Howard
## 321                  Benjamin Walker
## 322                      Randy Quaid
## 323                        Sean Huze
## 324                 Venus Schultheis
## 325                 Felicity Huffman
## 326                   Brendan Fraser
## 327                      Liam Neeson
## 328                            Ni Ni
## 329                  Zooey Deschanel
## 330                Matthew Broderick
## 331                      Sam Shepard
## 332               Thomas Middleditch
## 333                     Bruce Willis
## 334                    Liza Minnelli
## 335                      Rosie Perez
## 336                         Josh Gad
## 337                     Derek Jacobi
## 338                      AJ Michalka
## 339                     Stephen Root
## 340                       Billy Boyd
## 341                    Orlando Bloom
## 342                   Djimon Hounsou
## 343                      Noah Taylor
## 344                   Morgan Freeman
## 345                    Trevor Morgan
## 346                    David Oyelowo
## 347                      Tod Fennell
## 348                      Cole Hauser
## 349                      Marc Blucas
## 350                  Craig T. Nelson
## 351                   Frank Langella
## 352                   Rosario Dawson
## 353                         Rip Torn
## 354                John Ratzenberger
## 355                   Rosario Dawson
## 356                        John Lone
## 357                   Amber Valletta
## 358               Bobb'e J. Thompson
## 359                   Maile Flanagan
## 360                  Adrian Martinez
## 361                        LL Cool J
## 362                       Matt Damon
## 363                 Harvey Fierstein
## 364                     Steve Coogan
## 365                    Goran Visnjic
## 366                      Aldis Hodge
## 367                     Eddie Marsan
## 368                     Ayelet Zurer
## 369                       Jim Varney
## 370                     Joshua Mikel
## 371                    Tom Wilkinson
## 372                    Sayed Badreya
## 373                     Adam Sandler
## 374                     William Hurt
## 375                   Rachael Harris
## 376                     Tom Skerritt
## 377                      Kim Dickens
## 378                    George Harris
## 379                     Leven Rambin
## 380              Angelina Jolie Pitt
## 381                   Morgan Freeman
## 382                    Michael Byrne
## 383                  Stephen Dillane
## 384                   Connie Nielsen
## 385                      Wanda Sykes
## 386                     Oliver Platt
## 387                       Anne Heche
## 388                        Brad Pitt
## 389                Christian Camargo
## 390                    Reg E. Cathey
## 391                             Mako
## 392                     Bruce McGill
## 393                      Nathan Lane
## 394                 Michael Angarano
## 395                        Alan Ruck
## 396                       Vin Diesel
## 397                     Paul Sanchez
## 398                     Hugh Jackman
## 399                       Joan Allen
## 400                      Gary Oldman
## 401                       Bernie Mac
## 402                     Logan Lerman
## 403                     Adam Sandler
## 404                       Teala Dunn
## 405                   Scott Thompson
## 406                    Ryan Reynolds
## 407                        Eric Idle
## 408                  Gabourey Sidibe
## 409                     Rufus Sewell
## 410                       Jake Busey
## 411                   Hunter Parrish
## 412                       Matt Damon
## 413                    Debra Messing
## 414                       Theo James
## 415                  Gabriel Thomson
## 416                   Rosario Dawson
## 417                       Tom Noonan
## 418                             Mako
## 419                 Zachery Ty Bryan
## 420                  Imelda Staunton
## 421                        Brad Pitt
## 422                      Rick Worthy
## 423                       Ben Vereen
## 424                      Nathan Lane
## 425                    Kieran Culkin
## 426                  TchÃ<U+0083>©ky Karyo
## 427                    Janet Jackson
## 428                 Linda Cardellini
## 429                       Jason Cope
## 430                 Cameron Monaghan
## 431                     Hal Holbrook
## 432                       Sean Hayes
## 433               Hayden Christensen
## 434               IvÃ<U+0083>¡n KamarÃ<U+0083>¡s
## 435                  Jake Gyllenhaal
## 436                 Michael Rapaport
## 437                     Steve Carell
## 438               Sylvester Stallone
## 439             Kristin Scott Thomas
## 440                  Josh Hutcherson
## 441                        Mason Lee
## 442               Vincent Schiavelli
## 443                     Steve Carell
## 444                  Jason Scott Lee
## 445                    Julia Roberts
## 446                      Jon Favreau
## 447                  Anthony Hopkins
## 448                     Steve Reevis
## 449                  Jesse McCartney
## 450                     Adam Sandler
## 451                   Dwayne Johnson
## 452                      Jon Favreau
## 453                    Joseph Sikora
## 454                    Robert Duvall
## 455                       Drew Carey
## 456                      CCH Pounder
## 457                   Carmen Electra
## 458             Jennifer Jason Leigh
## 459                   Bailee Madison
## 460                    Royce Johnson
## 461                    Monica Potter
## 462                      Ethan Embry
## 463                  Natalie Portman
## 464                       Mila Kunis
## 465                      Jodi Benson
## 466                      Lili Taylor
## 467                     Wayne Knight
## 468                     Henry Czerny
## 469                         Jon Hamm
## 470                    Alex McArthur
## 471                     Logan Lerman
## 472                       Anne Heche
## 473                     Tom Cavanagh
## 474                   Charles Napier
## 475                      Leslie Bibb
## 476                     William Hurt
## 477                   Dorian Missick
## 478                  Stephen Dillane
## 479                     Adam Sandler
## 480                  Agnes Moorehead
## 481                    Penn Jillette
## 482                       Alan Young
## 483                      Mika Boorem
## 484                      Don Cheadle
## 485                    Nick Chinlund
## 486                Annabella Sciorra
## 487                       Jon Lovitz
## 488                     Heath Ledger
## 489                     Martin Short
## 490                     Roxane Duran
## 491                 Harold Perrineau
## 492                     Devin Ratray
## 493                       Jon Foster
## 494                  Viggo Mortensen
## 495                      Tiya Sircar
## 496                    Michael Byrne
## 497                     Jenna Elfman
## 498                     Elio Germano
## 499                    Gerard Butler
## 500             Brian Anthony Wilson
## 501                  Elizabeth Daily
## 502                    Joseph Gilgun
## 503                       Val Kilmer
## 504                     Adam LeFevre
## 505                   Jacques Perrin
## 506              Catherine McCormack
## 507                    Currie Graham
## 508                    David Hoffman
## 509                 Austin Pendleton
## 510                      Nathan Lane
## 511                   Dwayne Johnson
## 512                  Khamani Griffin
## 513                  Anthony Hopkins
## 514                  Viggo Mortensen
## 515                     Adam Sandler
## 516                      Cole Hauser
## 517                     James Franco
## 518              Veronica Cartwright
## 519                 Janeane Garofalo
## 520                 Eric Stonestreet
## 521                         Max Ryan
## 522                 Miranda Cosgrove
## 523                     Adam Baldwin
## 524                   Richard Schiff
## 525           Cedric the Entertainer
## 526                     Danny Huston
## 527                       Tyler Mane
## 528                   Morgan Freeman
## 529                    Michael Biehn
## 530                       Ray Romano
## 531                      Peter Dante
## 532                    Elijah Kelley
## 533                        Alan Ford
## 534                 Rene Auberjonois
## 535                           Common
## 536                     Adam Sandler
## 537                      Chi McBride
## 538                        Matt Ryan
## 539                     Kevin Dillon
## 540                      Scott Glenn
## 541                        Tom Hanks
## 542                  Martin Scorsese
## 543                  Jennifer Hudson
## 544                     Brent Sexton
## 545                 Christina Milian
## 546                 Moritz Bleibtreu
## 547                     Tom Skerritt
## 548                  Lisa Ann Walter
## 549                Elizabeth Debicki
## 550                         Paz Vega
## 551                        Jon Heder
## 552              BrÃ<U+0083>­an F. O'Byrne
## 553                        Ben Cross
## 554                  Geoffrey Palmer
## 555                   Daniel Sharman
## 556                     Bruce Willis
## 557                 Janeane Garofalo
## 558                  Bruce Greenwood
## 559                     Sean Pertwee
## 560                   Kiernan Shipka
## 561                    Bridget Fonda
## 562                      Tony Curran
## 563                     Bruce Willis
## 564                         Jon Hamm
## 565                    Abbie Cornish
## 566                       Mike Starr
## 567                James Pickens Jr.
## 568                         Josh Gad
## 569                     Ray Winstone
## 570                              RZA
## 571                   Frances Fisher
## 572                      Leslie Bibb
## 573                    Jeffrey Jones
## 574                 Patrick McGoohan
## 575                   Brian Geraghty
## 576                   Yeardley Smith
## 577                     Hal Holbrook
## 578                   Estella Warren
## 579              Jean-Claude Dreyfus
## 580                       Judy Greer
## 581                  Raven-SymonÃ<U+0083>©
## 582                    Merritt Wever
## 583                Jennifer Saunders
## 584                     Cheech Marin
## 585               Christopher Meloni
## 586                              Eve
## 587                       Billy West
## 588                     Delroy Lindo
## 589                        Brad Pitt
## 590                    Julia Roberts
## 591                     Rufus Sewell
## 592                        John Amos
## 593                     Josh Charles
## 594                     Katia Winter
## 595                  Ivana Milicevic
## 596              Freddy RodrÃ<U+0083>­guez
## 597                     Colin Salmon
## 598                  Bridgit Mendler
## 599                      Marc Blucas
## 600                   Morgan Freeman
## 601                  Jonathan Frakes
## 602                      Jim Parrack
## 603                    Alison Lohman
## 604                     Peter Gerety
## 605             Benedict Cumberbatch
## 606                       Matt Damon
## 607                       Todd Graff
## 608                 Austin Pendleton
## 609                      Sarah Gadon
## 610                     Bruce Willis
## 611                      David Kelly
## 612                             Mako
## 613                     Clint Howard
## 614                     Brooke Smith
## 615                      Ben Daniels
## 616                      Phill Lewis
## 617                      Stephen Rea
## 618                   Shane Hartline
## 619                      Cole Hauser
## 620                   Robert De Niro
## 621                      Chris Klein
## 622                    Sandrine Holt
## 623                    Minnie Driver
## 624                   Brandy Norwood
## 625                     Oliver Platt
## 626                       Archie Kao
## 627                 Laurence Olivier
## 628                     Indira Varma
## 629                          50 Cent
## 630                    Luke Newberry
## 631                     Bruce McGill
## 632                  Kristen Stewart
## 633                    Marlon Brando
## 634                 Miranda Cosgrove
## 635                     Robert Blake
## 636                   Morgan Freeman
## 637                    Ashraf Barhom
## 638                        Wes Studi
## 639               Larry Joe Campbell
## 640                         Rip Torn
## 641                  Abraham Benrubi
## 642                   Simon McBurney
## 643                Stephanie Szostak
## 644                   Dominic Cooper
## 645                    Kevin McNally
## 646                    Kaitlyn Dever
## 647                    Mitch Pileggi
## 648                     Nonso Anozie
## 649                       Vin Diesel
## 650                   Dominic Cooper
## 651                   Lisa Edelstein
## 652                     Stephen Root
## 653                  Michael O'Neill
## 654                     Hal Holbrook
## 655                     Marcus Chong
## 656                      Miko Hughes
## 657                   Rachel Ticotin
## 658                      Aisha Tyler
## 659                   Eddie Redmayne
## 660                   Jean Stapleton
## 661                       Adam Scott
## 662                    Tony Amendola
## 663                              RZA
## 664                   Jack O'Connell
## 665                Courtney B. Vance
## 666                             Leon
## 667                  Samantha Mathis
## 668                      Lily Tomlin
## 669                    Jay Hernandez
## 670                    Kirsten Dunst
## 671                     Aasif Mandvi
## 672                     Vinessa Shaw
## 673                   Dorian Missick
## 674                  Adrian Martinez
## 675                  Abigail Spencer
## 676                   Natasha Lyonne
## 677                    Jennifer Grey
## 678                    Adrian Lester
## 679                     Boris Kodjoe
## 680                         Max Ryan
## 681                     Craig Bierko
## 682                   Alun Armstrong
## 683                  Josh Hutcherson
## 684                        Meat Loaf
## 685        Kimberly Williams-Paisley
## 686                    James Nesbitt
## 687                     James Coburn
## 688                    Michael Moore
## 689                   Kevin Grevioux
## 690                     Barney Clark
## 691             Cary-Hiroyuki Tagawa
## 692                     Bruce Willis
## 693             Kristin Scott Thomas
## 694                 Martin Henderson
## 695                     David Calder
## 696                   Josh Zuckerman
## 697                  Charlize Theron
## 698                  Ariana Richards
## 699                 Catherine O'Hara
## 700                       Dean Jones
## 701                         Peng Lin
## 702                  Brittany Daniel
## 703               Thomas Kretschmann
## 704                  Samantha Mathis
## 705                     Romany Malco
## 706                  Bokeem Woodbine
## 707             Jennifer Jason Leigh
## 708                      Amy Poehler
## 709                Elizabeth Perkins
## 710               Michael Fassbender
## 711                    Blythe Danner
## 712                  Kathleen Turner
## 713                   Jeffrey DeMunn
## 714                   Tichina Arnold
## 715                     Fred Willard
## 716                        Sela Ward
## 717                    Josh Hamilton
## 718                    Joe Don Baker
## 719                   Timothy Hutton
## 720                    Noah Emmerich
## 721               Aria Noelle Curzon
## 722                   Lisa Edelstein
## 723                 Patrick Fischler
## 724                Elizabeth Perkins
## 725                  Charlize Theron
## 726                      Alicia Witt
## 727                      Woody Allen
## 728                    Kristin Davis
## 729                    Robert Duvall
## 730                      Tom Welling
## 731                      Lili Taylor
## 732                    Julia Roberts
## 733                      Don Cheadle
## 734                   Morgan Freeman
## 735                     Dennis Quaid
## 736             Kristin Scott Thomas
## 737               Jada Pinkett Smith
## 738                       Roger Rees
## 739                    Jay Hernandez
## 740                    Robert Duvall
## 741                 Michael Rapaport
## 742                        Mekia Cox
## 743          Monique Gabriela Curnen
## 744                      Dyan Cannon
## 745                      Dawn French
## 746                        Alan Ruck
## 747                   Radha Mitchell
## 748                 Joel David Moore
## 749                   Carmen Electra
## 750                    Harvey Korman
## 751                     Rupert Evans
## 752                 Kathleen Quinlan
## 753                 Kodi Smit-McPhee
## 754                     Bruce Willis
## 755                       Joe Morton
## 756                Stockard Channing
## 757                Matthew Broderick
## 758                    Oliver Hudson
## 759                       Debi Mazar
## 760                     Brenda Bakke
## 761                     Nonso Anozie
## 762                   Robert De Niro
## 763                   Radha Mitchell
## 764                  Michael Wincott
## 765                       Ned Beatty
## 766                Dee Bradley Baker
## 767                     Dianne Wiest
## 768                     Will Ferrell
## 769                   Diedrich Bader
## 770                    Gerard Butler
## 771                   Brandon Molale
## 772                     Oliver Platt
## 773                   Morgan Freeman
## 774                     Harry Lennix
## 775                    Tom Wilkinson
## 776                      Ray Walston
## 777                     David Rasche
## 778                      Gary Oldman
## 779                     LeVar Burton
## 780                   Paul Adelstein
## 781                        Ed Lauter
## 782                     Ray Winstone
## 783              Penelope Ann Miller
## 784                   Cathy Moriarty
## 785                        Al Pacino
## 786                      Miko Hughes
## 787                     Stephen Root
## 788                       Will Smith
## 789                  Zooey Deschanel
## 790                       Roger Rees
## 791                        Nona Gaye
## 792                        Alan Dale
## 793                 Adriano Giannini
## 794                 Joely Richardson
## 795                Robert Downey Jr.
## 796                 Susanna Thompson
## 797                     Mia Kirshner
## 798                     Tyler Labine
## 799                     Delroy Lindo
## 800                      Wilson Cruz
## 801                     William Hurt
## 802                     Kevin Zegers
## 803                    Mike O'Malley
## 804                   Camryn Manheim
## 805                    Adam Goldberg
## 806                   Stephen Graham
## 807                       Jaime King
## 808                      Olivia Munn
## 809                       Mike Dopud
## 810                        Teri Polo
## 811                       Aaron Kwok
## 812                  Clayne Crawford
## 813                        Ed Skrein
## 814                 Morgan Fairchild
## 815                  Leonard Roberts
## 816                   Dylan Minnette
## 817                 Soleil Moon Frye
## 818                  Ivana Milicevic
## 819                        Mark Addy
## 820                   Kurtwood Smith
## 821                  Malcolm Goodwin
## 822                     Adam Sandler
## 823                         Kim Shaw
## 824                    Jessica Szohr
## 825                     Boris Kodjoe
## 826                      Nate Parker
## 827                    Kristin Davis
## 828                        Al Pacino
## 829                 Leighton Meester
## 830                   Brian Thompson
## 831                      Don Cheadle
## 832                  Spencer Wilding
## 833                      Irene Papas
## 834                   Noureen DeWulf
## 835                     Brad Garrett
## 836                     Ashley Scott
## 837             Siobhan Fallon Hogan
## 838                    Beth Riesgraf
## 839                    Blythe Danner
## 840                     Frank Welker
## 841                    Margot Kidder
## 842                     James Coburn
## 843                 Michael Rapaport
## 844                  Abraham Benrubi
## 845              Thomas Ian Nicholas
## 846                     Chris Mulkey
## 847                     James Franco
## 848                      Fred Rogers
## 849            ChloÃ<U+0083>« Grace Moretz
## 850                   Frances Conroy
## 851                  Viggo Mortensen
## 852                      Kurt Fuller
## 853                     Michael Irby
## 854                      Dylan Baker
## 855                   Andre Braugher
## 856                    Vivica A. Fox
## 857                 Adam Alexi-Malle
## 858                     Don S. Davis
## 859                    Michael Parks
## 860                     Jack Palance
## 861                     Meryl Streep
## 862                    Jason Connery
## 863                       Joe Morton
## 864                 Ophelia Lovibond
## 865                  Thomas McDonell
## 866                     Carlos Ponce
## 867                   Holt McCallany
## 868                       Jimmy Nail
## 869                Natascha McElhone
## 870                     Bernard Hill
## 871                       Matt Lucas
## 872                   Nicholas Braun
## 873                       Jenna Boyd
## 874                    Maura Tierney
## 875             Terence Bernie Hines
## 876                    Maura Tierney
## 877                    Russell Tovey
## 878                    Michael Kelly
## 879                   Morgan Freeman
## 880                      Kurt Fuller
## 881                    Minnie Driver
## 882                    Abbie Cornish
## 883                   Sophie Okonedo
## 884                 Bruce Boxleitner
## 885                     Lauren Holly
## 886                        Ronny Cox
## 887                         Tina Fey
## 888                Philip Winchester
## 889                  Peter Gallagher
## 890              AndrÃ<U+0083>© Dussollier
## 891                  Shelley Winters
## 892                     Tom Berenger
## 893               Thomas Kretschmann
## 894                   Rosario Dawson
## 895                      Jason Momoa
## 896                     Joe Mantegna
## 897                    Kirsten Dunst
## 898                    Billy Gardell
## 899                       Ned Beatty
## 900                     Lenny Venito
## 901                  Anthony Hopkins
## 902                 Vanessa Williams
## 903                   Kelsey Grammer
## 904                    Kylie Minogue
## 905                        Teri Polo
## 906             Benedict Cumberbatch
## 907                      Chris Bauer
## 908                      Leslie Bibb
## 909                   Rosario Dawson
## 910                   Kimberly Elise
## 911                    Robert Duvall
## 912                        Tom Hanks
## 913                 Harold Perrineau
## 914             John Michael Higgins
## 915                     Meryl Streep
## 916                   Taylor Lautner
## 917                  Jessica Simpson
## 918                     Miranda Otto
## 919                     Olivia Wilde
## 920                     Gerry Becker
## 921                      Don Rickles
## 922                 Amber Rose Revah
## 923                             Mako
## 924                         Tony Cox
## 925                      Wanda Sykes
## 926                     Jorge Garcia
## 927                  Kristen Stewart
## 928                     Chris Miller
## 929                    Michael Kelly
## 930                   Morgan Freeman
## 931                    Kelly Preston
## 932                  Seth MacFarlane
## 933                   Yeardley Smith
## 934           Philip Seymour Hoffman
## 935                     Will Ferrell
## 936                     Adam Sandler
## 937                      AJ Michalka
## 938                    Albert Finney
## 939                    Adam Goldberg
## 940                    Craig Roberts
## 941                       Tom Cruise
## 942                  Zooey Deschanel
## 943               Thomas Kretschmann
## 944                       Liam Aiken
## 945                 Linda Cardellini
## 946                     Meryl Streep
## 947                    James Ransone
## 948               Deborah Kara Unger
## 949                    Joe Don Baker
## 950                       Matt Damon
## 951                   Ben Mendelsohn
## 952              Matthew McConaughey
## 953                        Gary Cole
## 954                       Emma Stone
## 955        Mark Christopher Lawrence
## 956                     Cheech Marin
## 957                     Robin Wright
## 958                   Morgan Freeman
## 959                      Nate Parker
## 960                      Billy Brown
## 961                     Eddie Marsan
## 962              Anna-Louise Plowman
## 963                      Gemma Jones
## 964                     Frank Welker
## 965                    Thomas Lennon
## 966                Jennifer Esposito
## 967                      Derek Mears
## 968                Erik Per Sullivan
## 969                 Emily Wickersham
## 970                        Amr Waked
## 971                 James Badge Dale
## 972                  Hector Elizondo
## 973                    Harrison Ford
## 974                    Mark Margolis
## 975                       Demi Moore
## 976              Armin Mueller-Stahl
## 977               Deborah Kara Unger
## 978                      Jon Favreau
## 979                    Dania Ramirez
## 980                  Michael Cudlitz
## 981              Alycia Debnam-Carey
## 982                       Jon Tenney
## 983                   Robert Picardo
## 984                    Robert Duvall
## 985                   Holt McCallany
## 986               Thomas Kretschmann
## 987                    Jim Broadbent
## 988                     Sanaa Lathan
## 989                        Joan Chen
## 990                    Kristin Davis
## 991                 Virginie Ledoyen
## 992                 Felicity Huffman
## 993                        Ben Miles
## 994                    Kelly Preston
## 995                  Bruce Alexander
## 996                     Rumer Willis
## 997                       Judy Greer
## 998                         Jay Mohr
## 999                       Chris Penn
## 1000              Sylvester Stallone
## 1001                 Stephen Walters
## 1002                    Tim Matheson
## 1003             Chandler Canterbury
## 1004               Harry Connick Jr.
## 1005                 Anjelica Huston
## 1006             BrÃ<U+0083>­an F. O'Byrne
## 1007                  Valeria Golino
## 1008                 Brittany Curran
## 1009               Harry Connick Jr.
## 1010                 Anjelica Huston
## 1011                  Donald Watkins
## 1012                    Kate Winslet
## 1013                 Vanessa Ferlito
## 1014                          Common
## 1015                     Naomi Watts
## 1016                     James Frain
## 1017                    David Bailie
## 1018                 Zooey Deschanel
## 1019                   Gregory Smith
## 1020                   Blythe Danner
## 1021                Lara Flynn Boyle
## 1022                   Robert Duvall
## 1023                      Ty Burrell
## 1024                     Tony Curran
## 1025                        Mo'Nique
## 1026                Chazz Palminteri
## 1027                    Logan Lerman
## 1028                     Zoey Deutch
## 1029              Vincent Schiavelli
## 1030                    Will Ferrell
## 1031                   Andrew Wilson
## 1032                Linda Fiorentino
## 1033                     Billy Burke
## 1034                      Robin Shou
## 1035                          Jet Li
## 1036                 Graham McTavish
## 1037               Gilbert Gottfried
## 1038                    Charlie Rowe
## 1039                    Jacob Vargas
## 1040                   Julian Glover
## 1041             Guro Nagelhus Schia
## 1042                  Sharlto Copley
## 1043             Angelina Jolie Pitt
## 1044                   Dwight Yoakam
## 1045                   Lochlyn Munro
## 1046                   Jamie Kennedy
## 1047                     Fares Fares
## 1048                   Douglas Haase
## 1049                    Jeff Bridges
## 1050                  Natasha Lyonne
## 1051                Frances O'Connor
## 1052                     Bob Hoskins
## 1053                    Logan Lerman
## 1054                   Dougray Scott
## 1055                   Albert Brooks
## 1056                Janeane Garofalo
## 1057                  Gulshan Grover
## 1058                   Warren Beatty
## 1059                    Faye Dunaway
## 1060                     Adam Garcia
## 1061                   Brian Dennehy
## 1062             Anatoliy Solonitsyn
## 1063                   George Carlin
## 1064               Bronagh Gallagher
## 1065           Christopher Masterson
## 1066                    Rainn Wilson
## 1067                   Maura Tierney
## 1068                   Alfre Woodard
## 1069                     Billy Blair
## 1070                      Matt Damon
## 1071                   Swoosie Kurtz
## 1072                        Amy Ryan
## 1073                     Ben Gazzara
## 1074               Elizabeth Perkins
## 1075                     Luke Grimes
## 1076                 Pamela Anderson
## 1077           Wendy Raquel Robinson
## 1078                  Brendan Fraser
## 1079                 Raven-SymonÃ<U+0083>©
## 1080                   Julia Roberts
## 1081                Anthony LaPaglia
## 1082                   Noel Gugliemi
## 1083                    Polly Walker
## 1084                      Jane Fonda
## 1085                 Jake Gyllenhaal
## 1086                      Snoop Dogg
## 1087                Enrico Colantoni
## 1088             Veronica Cartwright
## 1089                   Eric Jacobson
## 1090                     Traci Lords
## 1091                   Rick Gonzalez
## 1092                     Matt Malloy
## 1093                     Eric Stoltz
## 1094                      Tyra Banks
## 1095                     Liam Neeson
## 1096                   Madeline Kahn
## 1097                   Jason Flemyng
## 1098                     Rod Steiger
## 1099                    Cheech Marin
## 1100                      Tom Bosley
## 1101                    Will Ferrell
## 1102                 Kelly Macdonald
## 1103                       Nick Zano
## 1104                       Mike Epps
## 1105                    Adam Sandler
## 1106                     Alicia Witt
## 1107                 Glenn Morshower
## 1108              Vincent Kartheiser
## 1109                    Shea Whigham
## 1110                    Valerie Cruz
## 1111               Natalie Imbruglia
## 1112                    Meryl Streep
## 1113              JÃ<U+0083>¼rgen Prochnow
## 1114                     T.V. Carpio
## 1115                    Kate Winslet
## 1116                     David Zayas
## 1117              Charlotte Rampling
## 1118                      Bob Gunton
## 1119              Brian Doyle-Murray
## 1120                  Carter Jenkins
## 1121                   Adrien Dorval
## 1122                    Will Ferrell
## 1123                      Jason Cope
## 1124                  Treat Williams
## 1125                    Henry Thomas
## 1126                     Bob Hoskins
## 1127                 Olivia Williams
## 1128                   Jason Flemyng
## 1129                  Omari Hardwick
## 1130                          Ye Liu
## 1131                   Charlie Yeung
## 1132                Janeane Garofalo
## 1133            Giovanna Mezzogiorno
## 1134                  Clotilde Hesme
## 1135                     Ben Gazzara
## 1136                   Tim McInnerny
## 1137                    Larry Miller
## 1138                   Scoot McNairy
## 1139                  Daniel Roebuck
## 1140                  Dorian Missick
## 1141                       Brad Pitt
## 1142                   Julia Nickson
## 1143                      Demi Moore
## 1144                    Dickie Jones
## 1145                   Sam Waterston
## 1146                     Tony Curran
## 1147                 Spencer Wilding
## 1148                       Rob Brown
## 1149                 Viggo Mortensen
## 1150                          Jet Li
## 1151                   Lillian Adams
## 1152                    Holly Hunter
## 1153                   Charlie Tahan
## 1154                    Tony Goldwyn
## 1155                       Dax Flame
## 1156                   Clarke Peters
## 1157              Miranda Richardson
## 1158                        Masi Oka
## 1159                     Eartha Kitt
## 1160                 William Xifaras
## 1161                  Richard Burton
## 1162                      Reggie Lee
## 1163                      Adam Scott
## 1164                Austin Pendleton
## 1165                     Will Patton
## 1166                      Elton John
## 1167                     Talisa Soto
## 1168                     Billy Burke
## 1169                 Charlize Theron
## 1170                  Fisher Stevens
## 1171                Jeremy Crutchley
## 1172             Tony Chiu Wai Leung
## 1173                 Debbie Reynolds
## 1174                    Randall Park
## 1175                   Dong-gun Jang
## 1176                   Gavin MacLeod
## 1177                       Dany Boon
## 1178              Omar Benson Miller
## 1179                   Youssef Hajdi
## 1180                    Rufus Sewell
## 1181                       Lee Evans
## 1182               Haley Joel Osment
## 1183                  Mandy Gonzalez
## 1184                    Kevin Pollak
## 1185                   William Zabka
## 1186                  Christian Bale
## 1187                    Denis O'Hare
## 1188                   Annabeth Gish
## 1189                Jeffrey Weissman
## 1190                  Morgan Freeman
## 1191                     Luke Grimes
## 1192                     Salma Hayek
## 1193             Matthew McConaughey
## 1194                   Alyson Stoner
## 1195                     Scott Elrod
## 1196                      Lori Petty
## 1197                Frances O'Connor
## 1198               Dustin Fitzsimons
## 1199                 Sabrina Revelle
## 1200                  Carmen Electra
## 1201                   Roger Jackson
## 1202                Jeffrey Weissman
## 1203                     Alison Brie
## 1204                 Anthony Hopkins
## 1205               Mary Lynn Rajskub
## 1206              Christopher Meloni
## 1207                      Matt Damon
## 1208                 Kathleen Turner
## 1209                 Bruce Greenwood
## 1210                   Anne Hathaway
## 1211                Nadine Velazquez
## 1212                    Terry Kinney
## 1213                Curtis Armstrong
## 1214                   Powers Boothe
## 1215                Edgar RamÃ<U+0083>­rez
## 1216                     Jon Favreau
## 1217                    Bruce McGill
## 1218                  Jay O. Sanders
## 1219                        Nia Long
## 1220                       Brad Pitt
## 1221                  Jack O'Connell
## 1222                  Hunter Parrish
## 1223                      Kate Upton
## 1224                 Andrew Fiscella
## 1225                    Mark Rylance
## 1226                     David Keith
## 1227                     Mario Lopez
## 1228                     Nick Cannon
## 1229                     Denis Leary
## 1230                    Frank Welker
## 1231                     James Frain
## 1232               Margarita Levieva
## 1233                  Frank Langella
## 1234                    Hugh Jackman
## 1235                 Christoph Waltz
## 1236                     Paul Scheer
## 1237              Dalia HernÃ<U+0083>¡ndez
## 1238                Desmond Llewelyn
## 1239                     Alice Braga
## 1240                    Debra Winger
## 1241               Charles S. Dutton
## 1242                     Dylan Walsh
## 1243                    Deneen Tyler
## 1244                      Odeya Rush
## 1245                    Beau Garrett
## 1246                 Steve Schirripa
## 1247                  Dean Stockwell
## 1248               Charles S. Dutton
## 1249                  Morgan Freeman
## 1250                  JosÃ<U+0083>© Wilker
## 1251                    Johnny Lewis
## 1252                John Larroquette
## 1253                    Sam Trammell
## 1254                    Scott Porter
## 1255                 Nelson Ascencio
## 1256                      Tom Virtue
## 1257                 Aimee Teegarden
## 1258                     Chris Bauer
## 1259                    Kevin Dillon
## 1260                    Randall Park
## 1261                    Celia Weston
## 1262        Jacqueline MacInnes Wood
## 1263                      Burt Young
## 1264               Haley Joel Osment
## 1265                KaDee Strickland
## 1266                   Melissa Altro
## 1267                     Shaun Weiss
## 1268                 Charlize Theron
## 1269                     Peter Boyle
## 1270                     Thomas Horn
## 1271              Patti D'Arbanville
## 1272                       Bill Duke
## 1273            Cary-Hiroyuki Tagawa
## 1274                      David Fine
## 1275                     Jimmy Smits
## 1276                   Valerie Perri
## 1277                Temuera Morrison
## 1278                 Justin Chambers
## 1279              Scarlett Johansson
## 1280                 Charlize Theron
## 1281                  Andrea Frankle
## 1282                 David Carradine
## 1283                 Cliff Robertson
## 1284                     Callum Blue
## 1285                    Jaleel White
## 1286                    James Franco
## 1287                     Nathan Lane
## 1288                   Jay Hernandez
## 1289                   Martin Landau
## 1290               Elizabeth Berkley
## 1291               Shirley Henderson
## 1292                Michael Rapaport
## 1293              Miranda Richardson
## 1294               Geraldine Chaplin
## 1295                   Warren Beatty
## 1296                    Meryl Streep
## 1297               Stockard Channing
## 1298                  Michael McKean
## 1299                  Jamel Debbouze
## 1300                       Bob Saget
## 1301                        Nia Long
## 1302                Tim Blake Nelson
## 1303                  Treat Williams
## 1304                   Jeffrey Combs
## 1305                     Salma Hayek
## 1306                 Spencer Wilding
## 1307                  Amber Valletta
## 1308                      Sean Hayes
## 1309                   Jason Robards
## 1310               Daniel von Bargen
## 1311                    Dennis Quaid
## 1312                    Mekhi Phifer
## 1313        Bridgette Wilson-Sampras
## 1314                       Matt Ross
## 1315                   Benedict Wong
## 1316                      Lou Saliba
## 1317                   Anne Bancroft
## 1318                    Mark Rylance
## 1319                  Sophie Okonedo
## 1320                       Aaron Yoo
## 1321                  Fisher Stevens
## 1322                      Zan Marolt
## 1323                      Bill Cobbs
## 1324               Takeshi Kaneshiro
## 1325                     Kuno Becker
## 1326                    Ewen Bremner
## 1327                     Bob Balaban
## 1328                 Glenn Morshower
## 1329                        Bai Ling
## 1330                  Anushka Shetty
## 1331                Brooklynn Proulx
## 1332                 Stephen Collins
## 1333                      Vin Diesel
## 1334                Catherine O'Hara
## 1335                      Sean Maher
## 1336               Charles S. Dutton
## 1337                   Robert Vaughn
## 1338              Sylvester Stallone
## 1339             Tony Chiu Wai Leung
## 1340               Mary Lynn Rajskub
## 1341            John Michael Higgins
## 1342                    Phil Hartman
## 1343                  Alexa PenaVega
## 1344                       Alan Ruck
## 1345                    Hye-kyo Song
## 1346                 Christoph Waltz
## 1347                    Wayne Knight
## 1348                  Bianca Collins
## 1349                 Vincent Pastore
## 1350                      Jeff Kober
## 1351                   Anne Bancroft
## 1352                 Daniella Alonso
## 1353                  Shirley Knight
## 1354                      Ken Marino
## 1355                  Frank Langella
## 1356                  Paul Guilfoyle
## 1357               Dagmara Dominczyk
## 1358                 Gabourey Sidibe
## 1359                   Jason Marsden
## 1360                   Richard Masur
## 1361               Nolan Gerard Funk
## 1362                Claudia Stedelin
## 1363                   Usher Raymond
## 1364                      Toby Jones
## 1365              Jeffrey W. Jenkins
## 1366                 Ryan Cartwright
## 1367                  Nicole Beharie
## 1368                     Maggie Siff
## 1369                 Phylicia Rashad
## 1370                        Jon Hamm
## 1371                    Dennis Quaid
## 1372                       Brad Pitt
## 1373                  Anthony Simcoe
## 1374                    Olivia Wilde
## 1375                      Neil Flynn
## 1376                    Tracy Morgan
## 1377                Damon Wayans Jr.
## 1378                   Michael Roark
## 1379                  Taylor Lautner
## 1380                   Laura Harring
## 1381                  Dave Chappelle
## 1382                  Molly C. Quinn
## 1383                Fedor Bondarchuk
## 1384                     M.C. Gainey
## 1385           Klaus Maria Brandauer
## 1386                  Collette Wolfe
## 1387                Taylor Blackwell
## 1388                     James Frain
## 1389                      Jeff Kober
## 1390                  Bradley Cooper
## 1391                 Virginia Madsen
## 1392                    Reeve Carney
## 1393                Colin O'Donoghue
## 1394                 Xander Berkeley
## 1395                     Nathan Lane
## 1396                  Kenan Thompson
## 1397                     Dylan Baker
## 1398                      Rob Riggle
## 1399                       Lynn Hung
## 1400                    Verne Troyer
## 1401                    Jack Palance
## 1402                   Dougray Scott
## 1403                   Nick Chinlund
## 1404                   Quinton Aaron
## 1405                    Aimee Garcia
## 1406                    Cheech Marin
## 1407                  Lindsay Sloane
## 1408                    Jeff Bridges
## 1409                   Anne Hathaway
## 1410                Nichelle Nichols
## 1411                Eric Stonestreet
## 1412                  Robert Mitchum
## 1413                    Jim Sturgess
## 1414                    Randall Park
## 1415                 Nicole Sullivan
## 1416            Kristin Scott Thomas
## 1417                      Matt McCoy
## 1418                   Kelly Preston
## 1419                 Wilford Brimley
## 1420               Marg Helgenberger
## 1421                       Lin Shaye
## 1422                      Jake Weber
## 1423                  Anne Parillaud
## 1424                  Kevin Connolly
## 1425           Sarah Michelle Gellar
## 1426                     Riley Smith
## 1427               Justin Timberlake
## 1428                  Ike Barinholtz
## 1429                     Ruth Wilson
## 1430                    Delroy Lindo
## 1431                    Maude Apatow
## 1432                      Bernie Mac
## 1433                  Kevin Grevioux
## 1434                Christine Taylor
## 1435                       Jon Heder
## 1436                  Victor Webster
## 1437                       Al Pacino
## 1438                   Jaymes Butler
## 1439                Zelda Rubinstein
## 1440                       Tom Hanks
## 1441                    Beau Bridges
## 1442                    Olivia Wilde
## 1443                  Noureen DeWulf
## 1444                     Steve Howey
## 1445                  Kimberly Elise
## 1446                 Marsha Thomason
## 1447                      Vic Morrow
## 1448                      Raul Julia
## 1449                    Frank Finlay
## 1450                   Jason Flemyng
## 1451                     Hiam Abbass
## 1452                    Paris Hilton
## 1453                   Julia Roberts
## 1454                     Naomi Watts
## 1455                   Cameron Boyce
## 1456                       Lena Olin
## 1457                     Robert Davi
## 1458            Jesse Tyler Ferguson
## 1459                    Sissy Spacek
## 1460                William Hootkins
## 1461                      Mike Starr
## 1462                   Chad Lindberg
## 1463                      Bob Gunton
## 1464                    Joshua Mikel
## 1465                     Bill Bailey
## 1466                      J.T. Walsh
## 1467                   Callum Rennie
## 1468                    Steve Coogan
## 1469                    Eddie Marsan
## 1470            Benjamin J. Cain Jr.
## 1471                 Olivia Williams
## 1472                        Rip Torn
## 1473                    Tracy Morgan
## 1474                   James Ransone
## 1475                 Portia de Rossi
## 1476                   Dania Ramirez
## 1477                Richard T. Jones
## 1478                     Lucy Gordon
## 1479             Clifton Collins Jr.
## 1480                     Jon Favreau
## 1481                  Brooke Shields
## 1482                    Cariba Heine
## 1483                  Alun Armstrong
## 1484                      Tom Cruise
## 1485                     Dann Florek
## 1486                       Nat Faxon
## 1487                     Scott Glenn
## 1488                       Ronny Cox
## 1489                   Jim Broadbent
## 1490                    Bashar Rahal
## 1491                    Tye Sheridan
## 1492                     Lela Rochon
## 1493                  Martin Donovan
## 1494                       Mark Addy
## 1495                    Wayne Knight
## 1496                        Rip Torn
## 1497                Soleyman Pierini
## 1498                    Lee Arenberg
## 1499                   Albert Finney
## 1500                    Indira Varma
## 1501             Thomas Ian Nicholas
## 1502                   Jesse Borrego
## 1503                   Tom Wilkinson
## 1504                     Gregg Henry
## 1505                     Rod Steiger
## 1506              FranÃ<U+0083>§ois Cluzet
## 1507                   Jeffrey Dover
## 1508                  Hanaa Bouchaib
## 1509                   Alice Englert
## 1510                     Sam Shepard
## 1511                     Aisha Tyler
## 1512                       Aml Ameen
## 1513              June Diane Raphael
## 1514               Geraldine Chaplin
## 1515                   Ellen Burstyn
## 1516               Kevin J. O'Connor
## 1517                     Mark Valley
## 1518                   YÃ<U+0083>»ki Amami
## 1519                 Melissa Benoist
## 1520                 Charlize Theron
## 1521                 Eva Marie Saint
## 1522                    Dennis Quaid
## 1523                    Fana Mokoena
## 1524                   Warren Beatty
## 1525                      Demi Moore
## 1526                       Bill Duke
## 1527          Cedric the Entertainer
## 1528                  Brianne Brozey
## 1529            Veronika Vernadskaya
## 1530                    Stephen Boss
## 1531                  Kenan Thompson
## 1532                   Joseph Sikora
## 1533                  Marco St. John
## 1534                     Kuno Becker
## 1535                      Reggie Lee
## 1536                     Kurt Fuller
## 1537                   Ian McDiarmid
## 1538                      Jason Cope
## 1539                     David Kross
## 1540                  Lauren Ambrose
## 1541                 Zooey Deschanel
## 1542                   Kyra Sedgwick
## 1543                Nichelle Nichols
## 1544                   Alfre Woodard
## 1545                    Moises Arias
## 1546            Wendi McLendon-Covey
## 1547                    James Franco
## 1548                Enrico Colantoni
## 1549                 Charlize Theron
## 1550              Hayden Christensen
## 1551                  Robert De Niro
## 1552                     Tony Curran
## 1553                       Cas Anvar
## 1554                     Danny Nucci
## 1555                 Virginia Madsen
## 1556                 Julian Richings
## 1557                    John Belushi
## 1558             Freddy RodrÃ<U+0083>­guez
## 1559                     Kyle Schmid
## 1560                   Jason Flemyng
## 1561                      Pat Hingle
## 1562                      Mike Doyle
## 1563                    Marc Anthony
## 1564                             RZA
## 1565                    Aimee Garcia
## 1566                    Nancy Travis
## 1567                    Olivia Wilde
## 1568                    Frank Welker
## 1569                Vanessa Redgrave
## 1570                    Beau Bridges
## 1571                     Rollo Weeks
## 1572                   Marlon Brando
## 1573                    Kelli Garner
## 1574                 Olympia Dukakis
## 1575                  Jordi MollÃ<U+0083> 
## 1576                   Michael Gough
## 1577                 Bruce Greenwood
## 1578                     Lois Chiles
## 1579                   Tom Wilkinson
## 1580                     Mika Boorem
## 1581                     Peter Jason
## 1582                  Andre Braugher
## 1583                   Kate McKinnon
## 1584                   Norman Reedus
## 1585                      Rene Russo
## 1586                    Chita Rivera
## 1587                    Adam Sandler
## 1588               Shannon Elizabeth
## 1589               John Ratzenberger
## 1590                       Alan Ruck
## 1591                    Lucas Bryant
## 1592                  Brendan Fraser
## 1593               Denzel Washington
## 1594                   Jeffrey Jones
## 1595                   David Oyelowo
## 1596                    Stephen Root
## 1597                      Raul Julia
## 1598                      Bob Gunton
## 1599                 Hector Elizondo
## 1600               Elizabeth Berkley
## 1601                       Brad Pitt
## 1602                      Jed Brophy
## 1603                 Bill Fagerbakke
## 1604             Spencer Treat Clark
## 1605                  Morgan Freeman
## 1606                Chazz Palminteri
## 1607                  Kevin Connolly
## 1608                      Bern Cohen
## 1609                Vanessa Williams
## 1610                     Casey Kasem
## 1611                   Blythe Danner
## 1612                       Brad Pitt
## 1613                   Anna Kendrick
## 1614                     June Squibb
## 1615                 Vincent Leclerc
## 1616                    Bruce Willis
## 1617                       Mark Addy
## 1618             Christine Cavanaugh
## 1619                    Steve Carell
## 1620                   Jack McBrayer
## 1621                 Aimee Teegarden
## 1622                      Tony Nappo
## 1623                     Amy Poehler
## 1624               Harry Connick Jr.
## 1625                     Steve Howey
## 1626                     Scott Adsit
## 1627                      Judy Greer
## 1628                  Audrey Fleurot
## 1629                  Brendan Fraser
## 1630                    Ethan Suplee
## 1631                     John Savage
## 1632                Nichelle Nichols
## 1633                  Robert Forster
## 1634                       Fred Ward
## 1635                    Alison Doody
## 1636                Geraldine McEwan
## 1637               Harry Connick Jr.
## 1638                   Frankie Muniz
## 1639                     Alfie Allen
## 1640                  Marcia DeBonis
## 1641                    Ken Takakura
## 1642                     Larry David
## 1643                 Christopher Lee
## 1644                  Austin Nichols
## 1645               Bernardo Saracino
## 1646                         50 Cent
## 1647                   Alison Lohman
## 1648                 Michiel Huisman
## 1649                   Robert Duvall
## 1650                    Stephen Boss
## 1651                     Mika Boorem
## 1652                Christian Stolte
## 1653                    Mark Rendall
## 1654                Bradley Whitford
## 1655                  Diedrich Bader
## 1656                    Yaphet Kotto
## 1657           Maria Conchita Alonso
## 1658                     Jim Belushi
## 1659                    Vicky Krieps
## 1660                      Joan Allen
## 1661                     Talisa Soto
## 1662                      Rob Riggle
## 1663                      Judy Greer
## 1664                    Yaya DaCosta
## 1665                  Kevin Connolly
## 1666            Jurnee Smollett-Bell
## 1667                    Larry Miller
## 1668                Alan Oppenheimer
## 1669                 David Costabile
## 1670              Miranda Richardson
## 1671                    Robert Lopez
## 1672                     Mimi Rogers
## 1673                      Kirk Baltz
## 1674                    Josh Hopkins
## 1675                    William Hurt
## 1676                 Costas Mandylor
## 1677                    Eddie Izzard
## 1678                  Dorian Missick
## 1679                  Rhys Wakefield
## 1680                   Kevin Sussman
## 1681                    Jacki Weaver
## 1682                      Chris Noth
## 1683                    Daniel Stern
## 1684                  Cameron Bright
## 1685                  Drea de Matteo
## 1686             Clifton Collins Jr.
## 1687                 Stephen Baldwin
## 1688                    Doug E. Doug
## 1689                   Anne Hathaway
## 1690                     Alicia Witt
## 1691                 Charlize Theron
## 1692                   Matthew Perry
## 1693                   David Hewlett
## 1694                   Jeffrey Jones
## 1695                   Rick Gonzalez
## 1696                     Cole Hauser
## 1697                  Lobo Sebastian
## 1698             Christopher Cousins
## 1699                      Reid Ewing
## 1700                Michael Greyeyes
## 1701                    David Suchet
## 1702                     Aidan Quinn
## 1703                    Texas Battle
## 1704                   James Burnett
## 1705                  Cameron Bright
## 1706                     Stark Sands
## 1707                     Phil LaMarr
## 1708                  Camryn Manheim
## 1709                       Lily Cole
## 1710                     Atom Egoyan
## 1711     Ingvar Eggert SigurÃ<U+0083>°sson
## 1712                      John Heard
## 1713               Richard Roundtree
## 1714                  Morgan Freeman
## 1715                      Burt Young
## 1716                Isabelle Huppert
## 1717                 Mackenzie Crook
## 1718               SaÃ<U+0083>¯d Taghmaoui
## 1719                      Mike Vogel
## 1720                   Bill Paterson
## 1721              Toby Leonard Moore
## 1722                   Holly Valance
## 1723                   Jeremy Renner
## 1724                       Joan Chen
## 1725              Sandrine Kiberlain
## 1726                Michael Angarano
## 1727                Madeline Carroll
## 1728                Vanessa Redgrave
## 1729                  Patrick Lyster
## 1730              Thomas Kretschmann
## 1731                  Frank Langella
## 1732                Fedor Bondarchuk
## 1733                   Dougray Scott
## 1734                     Salma Hayek
## 1735      Birgitte Hjort SÃ<U+0083>¸rensen
## 1736                  Dallas Roberts
## 1737                    Kirk Acevedo
## 1738                    Milos Forman
## 1739                  Bradley Pierce
## 1740                    Clint Howard
## 1741              David Julian Hirsh
## 1742                   Jerry Stiller
## 1743                    Tyler Labine
## 1744                   Kevin McNally
## 1745                   Alfre Woodard
## 1746                      Billy Boyd
## 1747                     Jason Lewis
## 1748                    Frank Welker
## 1749                  Neil Brown Jr.
## 1750                     Amrish Puri
## 1751                     Cree Summer
## 1752                     Billy Burke
## 1753                    Nina Arianda
## 1754                     Salma Hayek
## 1755                    Bruce Willis
## 1756                      Ken Marino
## 1757                  Christian Bale
## 1758                Kevin Chamberlin
## 1759                   Noah Emmerich
## 1760                    Kevin Zegers
## 1761                      Judy Greer
## 1762                       YÃ<U+0083>» Aoi
## 1763                 Anjelica Huston
## 1764               Rebecca De Mornay
## 1765                  Morgan Freeman
## 1766                           Topol
## 1767                   David Sparrow
## 1768                    Bruce McGill
## 1769          Alexander SkarsgÃ<U+0083>Â¥rd
## 1770                      Noah Lomax
## 1771                       Omri Katz
## 1772                       Lily Rabe
## 1773                   Deborah Twiss
## 1774                Dilshad Vadsaria
## 1775                 Danny Masterson
## 1776                    Steve Carell
## 1777                  Brenda Blethyn
## 1778                      Sean Young
## 1779                   Jason Flemyng
## 1780                  Richard Sammel
## 1781                   Oleg Taktarov
## 1782                   Bob Clendenin
## 1783                  Philippe Labro
## 1784                    Carlos Ponce
## 1785                  Mary McCormack
## 1786                  Amber Valletta
## 1787                   Francis Capra
## 1788                     Clea DuVall
## 1789                       Zoe Kazan
## 1790                 Bella Heathcote
## 1791      Tulku Jamyang Kunga Tenzin
## 1792             Katherine Parkinson
## 1793                   Donald Faison
## 1794                     Elena Anaya
## 1795                  Robert Maillet
## 1796                      Kabir Bedi
## 1797                    Martin Starr
## 1798                Sofia Vassilieva
## 1799                       Mike Epps
## 1800                      Judy Davis
## 1801                  Andrew Simpson
## 1802                 Jake Gyllenhaal
## 1803     Mary Elizabeth Mastrantonio
## 1804                  Kurtwood Smith
## 1805               Fionnula Flanagan
## 1806                     Bill Murray
## 1807                    Tony Goldwyn
## 1808                 Aretha Franklin
## 1809                   Blythe Danner
## 1810                   Jeremy Jordan
## 1811             Christopher Webster
## 1812                   Bridget Fonda
## 1813                  Morgan Freeman
## 1814                     Scott Glenn
## 1815                Joely Richardson
## 1816                   Barret Oliver
## 1817                    William Hurt
## 1818                   Hayley Atwell
## 1819                      Art Carney
## 1820                      Jean Marsh
## 1821                      Lew Temple
## 1822                   Callum Rennie
## 1823                Kevin Chamberlin
## 1824                  Richard Schiff
## 1825                     Joel McHale
## 1826                  Jack O'Connell
## 1827                   Junix Inocian
## 1828          Philip Seymour Hoffman
## 1829             Clifton Collins Jr.
## 1830                    Robin Wright
## 1831                    Colin Salmon
## 1832                      Amy Carson
## 1833                    Adhir Kalyan
## 1834                   Julie Gonzalo
## 1835                    Romany Malco
## 1836                   Martin Clunes
## 1837                   Boyd Holbrook
## 1838                  Cathy Moriarty
## 1839                       Gary Cole
## 1840                   Dougray Scott
## 1841                   Michael Jeter
## 1842                    Oliver Platt
## 1843                   Kaitlin Olson
## 1844                    Dirk Bogarde
## 1845                   Carl Gilliard
## 1846                  Michael Landes
## 1847                Tim Blake Nelson
## 1848                      Kate Walsh
## 1849                    Larry Hankin
## 1850                      Ty Burrell
## 1851                 Paula GarcÃ<U+0083>©s
## 1852                      Todd Allen
## 1853                 Jake Gyllenhaal
## 1854                   Frankie Muniz
## 1855                          Common
## 1856                   Gregory Itzin
## 1857                     Dave Legeno
## 1858                      Ray Romano
## 1859                            Mako
## 1860                      Mike Starr
## 1861                     Chris Bauer
## 1862               Elizabeth Berkley
## 1863                   Kirstie Alley
## 1864                   Chelsea Field
## 1865                      Derek Luke
## 1866                    Danny Huston
## 1867                Maia Morgenstern
## 1868                     Mara Wilson
## 1869                  Valeria Golino
## 1870                   Dreama Walker
## 1871                     Scott Glenn
## 1872                   Holly Valance
## 1873                  Gerald McRaney
## 1874                      Mike Starr
## 1875                  Embeth Davidtz
## 1876             Bryce Dallas Howard
## 1877                   Peter Capaldi
## 1878                Linda Cardellini
## 1879                   Igor Jijikine
## 1880                    Jason Ritter
## 1881                       Ava Acres
## 1882                     Rob Paulsen
## 1883                     Ben Feldman
## 1884                     Paige Turco
## 1885                     Billy Drago
## 1886                    Stephen Root
## 1887                    Tika Sumpter
## 1888                   Jim Broadbent
## 1889                    Leslie Caron
## 1890                    Bruce McGill
## 1891                  Gedde Watanabe
## 1892                    Greta Gerwig
## 1893                     Dana Delany
## 1894                    Delroy Lindo
## 1895               Patrick Troughton
## 1896                     Gina Holden
## 1897            Riley Thomas Stewart
## 1898                 Zooey Deschanel
## 1899                    Kate Winslet
## 1900                    Tika Sumpter
## 1901                    Frank Grillo
## 1902                     Dylan Baker
## 1903                    Will Ferrell
## 1904                      Mike Starr
## 1905                   Frankie Muniz
## 1906                 Kelly Macdonald
## 1907               F. Murray Abraham
## 1908                  Michael McKean
## 1909                       Joan Chen
## 1910                    David O'Hara
## 1911                    Paul Sorvino
## 1912                Paul F. Tompkins
## 1913                            Flea
## 1914                     Cree Summer
## 1915                   Eddie Griffin
## 1916                 America Ferrera
## 1917                   Bridget Fonda
## 1918                Katharine McPhee
## 1919           Keshia Knight Pulliam
## 1920                    Suraj Sharma
## 1921                    Meryl Streep
## 1922                    Oliver James
## 1923                  Jonathan Breck
## 1924                      Dan Fogler
## 1925                      Tom Arnold
## 1926                 Stephen Dillane
## 1927          Alexandra Breckenridge
## 1928                  Emma de Caunes
## 1929      Salli Richardson-Whitfield
## 1930                     Lili Taylor
## 1931                    Aaron Staton
## 1932                    John Gielgud
## 1933                      Park Bench
## 1934                Richard Anderson
## 1935                  Richard Briers
## 1936                     J.B. Smoove
## 1937                  Essence Atkins
## 1938                  Jeffrey DeMunn
## 1939                      Paul Hogan
## 1940                       Lin Shaye
## 1941                 Cjon Saulsberry
## 1942                    Meryl Streep
## 1943                   Trevor Blumas
## 1944                 Tyrone Giordano
## 1945                   Taron Egerton
## 1946                  Milla Jovovich
## 1947                   Marlon Brando
## 1948                    John Sparkes
## 1949                    Henry Thomas
## 1950                    Jason Patric
## 1951                       Alan Dale
## 1952                          Jet Li
## 1953                    Emily Watson
## 1954                Scott Mechlowicz
## 1955                     Nia Peeples
## 1956                      Rob Riggle
## 1957                    Phoebe Cates
## 1958                        Udo Kier
## 1959                  Matthew Knight
## 1960                  Gillian Jacobs
## 1961                 Jonathan Tucker
## 1962                  Rupert Everett
## 1963                     Emily Meade
## 1964                 Timothy Bottoms
## 1965                    Zach Grenier
## 1966                  Megan Mullally
## 1967                   Paul Anderson
## 1968                   Jorma Taccone
## 1969                Joel David Moore
## 1970                    Devon Murray
## 1971                     Chi McBride
## 1972                 Steve Railsback
## 1973                   Jennifer Hale
## 1974                   Tom Wilkinson
## 1975                Michael Angarano
## 1976                    James Brolin
## 1977                     Kate Burton
## 1978                Malonn LÃ<U+0083>©vana
## 1979                    Frank Grillo
## 1980                     Liam Neeson
## 1981         William Morgan Sheppard
## 1982                  Channing Tatum
## 1983                 Zooey Deschanel
## 1984                     Tom Amandes
## 1985               Madison Davenport
## 1986                  Jane Krakowski
## 1987                      Laz Alonso
## 1988          Christopher Evan Welch
## 1989                    Sam McMurray
## 1990                 Charlize Theron
## 1991                   Donovan Scott
## 1992                     Nick Cannon
## 1993                     Chris Klein
## 1994                    Antony Starr
## 1995                  Kenan Thompson
## 1996                      Lori Petty
## 1997                  Loretta Devine
## 1998                      Joe Pingue
## 1999                        Udo Kier
## 2000                 Christoph Waltz
## 2001                   Alison Lohman
## 2002                      Erica Linz
## 2003                   Monica Potter
## 2004                   Aidan McArdle
## 2005                   Sean Buchanan
## 2006                    Shea Whigham
## 2007                  Jenny McCarthy
## 2008               BenoÃ<U+0083>®t Magimel
## 2009                        Bai Ling
## 2010                  AndrÃ<U+0083>© Wilms
## 2011                 Evgeniy Mironov
## 2012                       Brad Pitt
## 2013                 Mackenzie Crook
## 2014                   Dan O'Herlihy
## 2015                   Charlie Yeung
## 2016               Mario Van Peebles
## 2017                   Peter Capaldi
## 2018                 Viggo Mortensen
## 2019                Nichelle Nichols
## 2020                      Burt Young
## 2021                Edgar RamÃ<U+0083>­rez
## 2022              Jada Pinkett Smith
## 2023                   Noah Emmerich
## 2024                     Regina Hall
## 2025                   Matthew Perry
## 2026                      Chris Penn
## 2027                     Leah Remini
## 2028               David Hyde Pierce
## 2029                    Mekhi Phifer
## 2030                     Jim Belushi
## 2031                   Jeff Anderson
## 2032             Pruitt Taylor Vince
## 2033                    Jeff Bridges
## 2034                   Eddie Griffin
## 2035                     Clea DuVall
## 2036                       Gary Cole
## 2037               F. Murray Abraham
## 2038                      Diana Ross
## 2039             Ellen Albertini Dow
## 2040                   Robert Wagner
## 2041                   Busy Philipps
## 2042                     Kelly Brook
## 2043                     Bob Hoskins
## 2044                     M.C. Gainey
## 2045                Kenneth Williams
## 2046               F. Murray Abraham
## 2047                    Tom Berenger
## 2048                   Blythe Danner
## 2049                     Bill Murray
## 2050              Thomas Kretschmann
## 2051                    Clint Howard
## 2052                     Kenny Baker
## 2053                 TchÃ<U+0083>©ky Karyo
## 2054               Priscilla Presley
## 2055                    Brendan Fehr
## 2056          Philip Seymour Hoffman
## 2057                  Radha Mitchell
## 2058                    Ellen Barkin
## 2059                   Brian Johnson
## 2060                   Taron Egerton
## 2061                  Jessica Bowman
## 2062                    Keeley Hawes
## 2063              Eva Amurri Martino
## 2064                     Stark Sands
## 2065                      Dan Hedaya
## 2066              Michael Fassbender
## 2067               Mario Van Peebles
## 2068                  Robert De Niro
## 2069                      Dash Mihok
## 2070                        Ian Hart
## 2071                     Tia Carrere
## 2072                 Charlize Theron
## 2073            BenoÃ<U+0083>®t Poelvoorde
## 2074                 Landon Liboiron
## 2075                     Iben Hjejle
## 2076                    Sarah Carter
## 2077                Roger Lloyd Pack
## 2078                       Simon Yam
## 2079                     Kim Thomson
## 2080                 Dick Van Patten
## 2081                       Ryan Corr
## 2082                    Tony Goldwyn
## 2083                       Lin Shaye
## 2084                      Eric Lloyd
## 2085                   Jay Hernandez
## 2086                   Kyra Sedgwick
## 2087                    Meryl Streep
## 2088                Michael Papajohn
## 2089                     Amrish Puri
## 2090                Charlotte Le Bon
## 2091                  Jeremy Northam
## 2092                  Loretta Devine
## 2093                Amber Rose Revah
## 2094                  Kevin Grevioux
## 2095                             RZA
## 2096                     Joel McHale
## 2097                     James Frain
## 2098                   Eddie Griffin
## 2099                  Bobby Moynihan
## 2100                 Spencer Wilding
## 2101                    Pawel Szajda
## 2102                    Neil Diamond
## 2103                  Rachael Harris
## 2104               Jennifer Esposito
## 2105               Shannon Elizabeth
## 2106                   Steve Buscemi
## 2107                      Bruce Dern
## 2108                  Channing Tatum
## 2109                  Paulo Costanzo
## 2110                    James Franco
## 2111                      Jim Carter
## 2112                     Lily Tomlin
## 2113                        Rip Torn
## 2114                        Udo Kier
## 2115                Vernon Dobtcheff
## 2116                      Alex Rocco
## 2117                NoÃ<U+0083>©mie Lenoir
## 2118                  Jack Davenport
## 2119                  Sebastian Koch
## 2120                       Dany Boon
## 2121                      Tom Arnold
## 2122                      Ted Danson
## 2123                    Ben Crompton
## 2124                     Joe Spinell
## 2125                  Milla Jovovich
## 2126                Ludivine Sagnier
## 2127                     Sam Shepard
## 2128                    Denis O'Hare
## 2129                Bradley Whitford
## 2130             Spencer Treat Clark
## 2131                     Diego Ramos
## 2132                      Judy Davis
## 2133                   Warren Clarke
## 2134                       Eric Idle
## 2135                    Ewen Bremner
## 2136                    John Aylward
## 2137                    D.B. Sweeney
## 2138                  Robert De Niro
## 2139                     Scott Glenn
## 2140                  Loretta Devine
## 2141                          Qi Shu
## 2142                  Neil Brown Jr.
## 2143                Rachel Blanchard
## 2144                                
## 2145                    Jim Gaffigan
## 2146                  Judge Reinhold
## 2147                    Holly Hunter
## 2148                     Colin Firth
## 2149                   Jill Hennessy
## 2150                    Cherry Jones
## 2151                    Barry Corbin
## 2152                    Sarah Polley
## 2153                     Karen Allen
## 2154                   Kieran Culkin
## 2155                       Teri Garr
## 2156                Christina Milian
## 2157                  Judge Reinhold
## 2158               Kimberly J. Brown
## 2159                     Scott Glenn
## 2160                Lara Flynn Boyle
## 2161                         Steve-O
## 2162                 Murray Hamilton
## 2163                       Nick Zano
## 2164                     Lili Taylor
## 2165                    Tracy Morgan
## 2166                    Mark Duplass
## 2167                       Aaron Yoo
## 2168                 Sarah Silverman
## 2169            Cary-Hiroyuki Tagawa
## 2170             Christopher Cousins
## 2171                      Jaime King
## 2172                     Nick Krause
## 2173                      Zane Holtz
## 2174                   Bobby Coleman
## 2175                   Scoot McNairy
## 2176                     Nick Cannon
## 2177                    Cicely Tyson
## 2178                    Dianne Wiest
## 2179                   Emilia Clarke
## 2180                      Tom Arnold
## 2181                    Fernando Rey
## 2182                   Jay Hernandez
## 2183                  Carmen Electra
## 2184                     Rob Paulsen
## 2185                   Tom Wilkinson
## 2186                    Phil Collins
## 2187           Skye McCole Bartusiak
## 2188                  Amber Valletta
## 2189                    John Fiedler
## 2190                     CCH Pounder
## 2191             Joseph Julian Soria
## 2192                      David Mann
## 2193                  Carmen Electra
## 2194                            Mako
## 2195                  Jamey Sheridan
## 2196                 Justin Chambers
## 2197                    Sarah Roemer
## 2198               James Pickens Jr.
## 2199                   George Carlin
## 2200                        Tina Fey
## 2201               Maximilian Schell
## 2202                   Thekla Reuten
## 2203                 Constance Marie
## 2204                      Dave Foley
## 2205                  Harriet Walter
## 2206                 Abigail Spencer
## 2207                    Meryl Streep
## 2208                Maurice LaMarche
## 2209        Keram Malicki-SÃ<U+0083>¡nchez
## 2210                    Holly Hunter
## 2211                      Snoop Dogg
## 2212                      Lee Marvin
## 2213                    Denis O'Hare
## 2214                      Jan Cornet
## 2215                      Ron Eldard
## 2216                   Thomas Lennon
## 2217                   Robert Wagner
## 2218                     Paige Turco
## 2219              Jesper Christensen
## 2220                     Lili Taylor
## 2221                     Jason Beghe
## 2222                Beverly D'Angelo
## 2223                 Saffron Burrows
## 2224                   Kirsten Dunst
## 2225                      James Wolk
## 2226                     Chris Evans
## 2227                      Thomas Law
## 2228                   Laura Harring
## 2229                   Damien Garvey
## 2230                        Kim Shaw
## 2231                     Luke Bracey
## 2232                   Frankie Muniz
## 2233                     Tom Selleck
## 2234                    Larry Miller
## 2235                     Kyle Schmid
## 2236                 Vanessa Lengies
## 2237                      Leo Howard
## 2238                    Wayne Knight
## 2239             Marc John Jefferies
## 2240                    James Gammon
## 2241            Cary-Hiroyuki Tagawa
## 2242                                
## 2243                      Vera Miles
## 2244                    Taran Killam
## 2245                 Bruce Greenwood
## 2246                  Zachary Gordon
## 2247                      Adam Arkin
## 2248                       John Wood
## 2249                       Jan Hooks
## 2250                     Don Cheadle
## 2251                    William Hurt
## 2252                 Sarah Silverman
## 2253              Deborah Kara Unger
## 2254                     Salma Hayek
## 2255                  Brenda Blethyn
## 2256                    Holly Hunter
## 2257                   Chi Ling Chiu
## 2258                 Mark Feuerstein
## 2259                      Alex Rocco
## 2260                      Shaun Toub
## 2261                    Eddie Marsan
## 2262                   Tom Hollander
## 2263                  Taylor Lautner
## 2264                   Lochlyn Munro
## 2265                    Robert Miano
## 2266                   Michael Moore
## 2267                   Carroll Baker
## 2268                   Michael Kelly
## 2269                        Tony Cox
## 2270                       Fred Ward
## 2271                 Peter Gallagher
## 2272                     Ari Graynor
## 2273                   Vincent Regan
## 2274                      Ariel Gade
## 2275             Clifton Collins Jr.
## 2276                Chazz Palminteri
## 2277                  Tiffany Dupont
## 2278                          Tzi Ma
## 2279                      Hope Davis
## 2280                       Wes Studi
## 2281                   Dequina Moore
## 2282                    Ashley Scott
## 2283                  Dylan Minnette
## 2284                   Dustin Nguyen
## 2285                      Mia Farrow
## 2286               Christopher Guest
## 2287                   Norman Reedus
## 2288                      Lynn Cohen
## 2289                    Oliver Platt
## 2290                         Omar Sy
## 2291                      Demi Moore
## 2292                   Gaby Hoffmann
## 2293                    Ewen Bremner
## 2294                   Kelly Preston
## 2295                     James Frain
## 2296                   Vanessa Angel
## 2297                    Susie Essman
## 2298                     Will Patton
## 2299                    Nia Vardalos
## 2300               Ricardo Montalban
## 2301             Katherine Waterston
## 2302                   Kylie Minogue
## 2303                      Caity Lotz
## 2304                  Eric McCormack
## 2305                  Geoffrey Arend
## 2306                DemiÃ<U+0083>¡n Bichir
## 2307                       Ty Olsson
## 2308                    Ashley Scott
## 2309                 Dexter Fletcher
## 2310            Cary-Hiroyuki Tagawa
## 2311                 Viggo Mortensen
## 2312                    Keanu Reeves
## 2313                 Abigail Spencer
## 2314                 Darren Shahlavi
## 2315                  Charlie Saxton
## 2316                      Anne Heche
## 2317                 Ashley Williams
## 2318                Michael Greyeyes
## 2319                       Bill Lake
## 2320                    Heath Ledger
## 2321                    Bruce Willis
## 2322               Maximilian Schell
## 2323            Jennifer Jason Leigh
## 2324              Jada Pinkett Smith
## 2325                    Peter Coyote
## 2326                     Randy Jones
## 2327                     Noah Taylor
## 2328                   Finn Wittrock
## 2329                  Jane Krakowski
## 2330                    Emily Watson
## 2331                        Guang Li
## 2332                   Ellen Burstyn
## 2333                 Garrett Clayton
## 2334             Angelina Jolie Pitt
## 2335              Robin Atkin Downes
## 2336                 Costas Mandylor
## 2337                   Kirsten Dunst
## 2338                 Jason Scott Lee
## 2339                      Yuqi Zhang
## 2340                  Philippe Nahon
## 2341                   Laura Spencer
## 2342                  Richard Schiff
## 2343                George Coulouris
## 2344                    Reeve Carney
## 2345                   Aaron Ashmore
## 2346                 Traci Dinwiddie
## 2347               Sammo Kam-Bo Hung
## 2348                    Nicholas Lea
## 2349                     Phil LaMarr
## 2350                  Michael Lieber
## 2351                  Maggie Wheeler
## 2352            Jurnee Smollett-Bell
## 2353                      Roger Rees
## 2354                  Radha Mitchell
## 2355                   Sally Hawkins
## 2356            Alexandra Maria Lara
## 2357                  Michael Spears
## 2358            John Michael Higgins
## 2359                 Michael O'Neill
## 2360                       Lin Shaye
## 2361                   W. Earl Brown
## 2362                  Embeth Davidtz
## 2363                  Shelley Duvall
## 2364                Thomas F. Wilson
## 2365                 Peter Gallagher
## 2366                   Mary J. Blige
## 2367                    Erin O'Brien
## 2368                     Scott Elrod
## 2369                   David Agranov
## 2370                  Dominic Cooper
## 2371            Jenni 'Jwoww' Farley
## 2372                      Colm Feore
## 2373                 Glenn Morshower
## 2374             RyÃ<U+0083>»nosuke Kamiki
## 2375                    Michael Wong
## 2376                 Anthony Hopkins
## 2377               Sophie NÃ<U+0083>©lisse
## 2378                 Michael Cudlitz
## 2379                   Kaitlin Olson
## 2380                      Mel Ferrer
## 2381                   Michael Biehn
## 2382                     Rosie Perez
## 2383                    Kyra Nichols
## 2384            Jennifer Jason Leigh
## 2385                     Sarah Gadon
## 2386           ChloÃ<U+0083>« Grace Moretz
## 2387                    Meryl Streep
## 2388                   Shawn Roberts
## 2389                    Angelica Lee
## 2390                   Michael Jeter
## 2391                        Tina Fey
## 2392                     Carla Gallo
## 2393                     Amy Yasbeck
## 2394                      Jon Lovitz
## 2395                    Ken Davitian
## 2396                    Raquel Welch
## 2397                Nichelle Nichols
## 2398                      Colm Feore
## 2399                   Eddie Griffin
## 2400                    Lea Thompson
## 2401                  Paul Schneider
## 2402             Sean Patrick Thomas
## 2403                        Tony Cox
## 2404                  Charles Napier
## 2405                  Louis Mandylor
## 2406                  Rachael Harris
## 2407                       Bill Duke
## 2408               F. Murray Abraham
## 2409                    Scott Porter
## 2410                     Amy Poehler
## 2411                  Lindsay Duncan
## 2412                     Bob Balaban
## 2413                  Melinda Clarke
## 2414                 Kathleen Turner
## 2415                     Naomi Watts
## 2416                   Charlie Tahan
## 2417               David Alan Basche
## 2418                    Mekhi Phifer
## 2419                  Morgan Freeman
## 2420                  Barry Bostwick
## 2421                    Hal Holbrook
## 2422                    Chris Brochu
## 2423                     Bob Balaban
## 2424                    Celia Weston
## 2425                    Olivia d'Abo
## 2426                  Cathy Moriarty
## 2427                 Sasha Alexander
## 2428          Roger Ashton-Griffiths
## 2429                   Kay Panabaker
## 2430                  Treat Williams
## 2431                      Jon Lovitz
## 2432                 Susan May Pratt
## 2433                   Alex Borstein
## 2434                     Corbin Bleu
## 2435              Hayden Christensen
## 2436              Michael Fassbender
## 2437              Marie Avgeropoulos
## 2438                     Ari Graynor
## 2439              Richard Farnsworth
## 2440                Jamie Lee Curtis
## 2441                    Dennis Franz
## 2442                    Paul Freeman
## 2443                     Kate Burton
## 2444                   Annie Parisse
## 2445                    Shelley Long
## 2446                     Shaun Evans
## 2447                     Karen Young
## 2448                Ralph Richardson
## 2449                    Kerry Condon
## 2450                     Bill Murray
## 2451                    Kate Winslet
## 2452                  Khulan Chuluun
## 2453                   Gerard Butler
## 2454                    Michael Beck
## 2455                   Brian Blessed
## 2456                     Suzie Steen
## 2457                     Sam Shepard
## 2458               Stockard Channing
## 2459                     Colin Firth
## 2460                     Dylan Walsh
## 2461            Burghart KlauÃ<U+0083>Ÿner
## 2462                       Anna Harr
## 2463                     Randy Quaid
## 2464                       Meat Loaf
## 2465                  Mackenzie Gray
## 2466                     Brad Renfro
## 2467         Nora von WaldstÃ<U+0083>¤tten
## 2468                 SimÃ<U+0083>³n Andreu
## 2469              Joaquim de Almeida
## 2470                     John Amplas
## 2471               Rebecca De Mornay
## 2472             Catherine McCormack
## 2473                 Landon Liboiron
## 2474                Brigitte Nielsen
## 2475                      Toby Jones
## 2476                  Joe Lo Truglio
## 2477           Keshia Knight Pulliam
## 2478                   Jennifer Hale
## 2479                       Mari Koda
## 2480                Chazz Palminteri
## 2481                  Sophie Okonedo
## 2482                   Dougray Scott
## 2483                   Mary J. Blige
## 2484                         50 Cent
## 2485                   Shawn Andrews
## 2486                  Elaine Cassidy
## 2487                     Carrie Henn
## 2488                    Rex Harrison
## 2489           Sarah Michelle Gellar
## 2490                Damon Wayans Jr.
## 2491               Patrick Gallagher
## 2492                    Owain Yeoman
## 2493                Donald Pleasence
## 2494             Tony Chiu Wai Leung
## 2495                   Molly Shannon
## 2496                    Sanaa Lathan
## 2497                          Common
## 2498                     Gina Holden
## 2499                    Vinessa Shaw
## 2500                    Olivia Wilde
## 2501                    Chris Kattan
## 2502                 Mary-Kate Olsen
## 2503                   Greg Nicotero
## 2504                      Jenna Boyd
## 2505               Valente Rodriguez
## 2506                  Loretta Devine
## 2507                      Adam Boyer
## 2508                    Hana Mae Lee
## 2509                   Brian Dennehy
## 2510                   Bridget Fonda
## 2511                     Ethan Embry
## 2512             Larry the Cable Guy
## 2513                     Kevin Clash
## 2514                     Lili Taylor
## 2515                     David Niven
## 2516             Elizabeth Blackmore
## 2517                Harland Williams
## 2518                    Dennis Quaid
## 2519                   Margot Kidder
## 2520                  ClÃ<U+0083>© Bennett
## 2521                Chazz Palminteri
## 2522                  Jeremy Northam
## 2523                    Paul Freeman
## 2524                    Eddie Marsan
## 2525                Melanie Griffith
## 2526                    David Murray
## 2527                    Brady Corbet
## 2528                Curtis Armstrong
## 2529                    Jess Harnell
## 2530             Jan-Michael Vincent
## 2531                      Rick Gomez
## 2532                Jamie Lee Curtis
## 2533                      Ty Burrell
## 2534                    Eddie Marsan
## 2535                    Tamara Tunie
## 2536                    Kate Winslet
## 2537                   Julie Walters
## 2538                       Matt Long
## 2539                     Kim Dickens
## 2540                    Josh Charles
## 2541                      Mike Starr
## 2542                 Gretchen Palmer
## 2543                     James Mason
## 2544                Rachel Blanchard
## 2545                      Ron Lester
## 2546                       Ed Lauter
## 2547                 Atticus Shaffer
## 2548                     Bill Murray
## 2549                Jordana Brewster
## 2550                   Vincent Walsh
## 2551                  Kenan Thompson
## 2552                Maribel VerdÃ<U+0083>º
## 2553                     Jessika Van
## 2554                  Angus T. Jones
## 2555                      Snoop Dogg
## 2556                  Danneel Ackles
## 2557               Erik Per Sullivan
## 2558                     Alonna Shaw
## 2559                     Joe Cornish
## 2560                      Debi Mazar
## 2561                      Kevin Dunn
## 2562                 Michael Nyqvist
## 2563                   Jay Hernandez
## 2564                   Amanda Detmer
## 2565                     Cole Hauser
## 2566                     Amy Sedaris
## 2567                Jamie Lee Curtis
## 2568                       Don Pardo
## 2569                    Lea Thompson
## 2570                       Lena Olin
## 2571                Alexandra Holden
## 2572                 Alyson Hannigan
## 2573                       Tom Hanks
## 2574                    Craig Bierko
## 2575                 Vincent Pastore
## 2576                     Karl Malden
## 2577                   Marian Seldes
## 2578                   Debra Messing
## 2579                       Lin Shaye
## 2580                      Jon Polito
## 2581              Omar Benson Miller
## 2582                   Annabeth Gish
## 2583               Dagmara Dominczyk
## 2584              Natasha Richardson
## 2585                 Spencer Wilding
## 2586                      Snoop Dogg
## 2587                       Kad Merad
## 2588                 Jodie Whittaker
## 2589                 Emily Alyn Lind
## 2590                     Justin Kirk
## 2591                    Sarah Roemer
## 2592                 Tanya van Graan
## 2593                Tim Blake Nelson
## 2594                   Jenifer Lewis
## 2595                     Trond Fausa
## 2596            Marie-JosÃ<U+0083>©e Croze
## 2597                      Jake Lloyd
## 2598                       LL Cool J
## 2599                RyÃ<U+0083>´ko Hirosue
## 2600                     Gregg Henry
## 2601                       Ronny Cox
## 2602                    Devin Ratray
## 2603                      Ted Danson
## 2604                  Sydney Pollack
## 2605                    Tom Skerritt
## 2606                   Pei-Pei Cheng
## 2607                 Peter Gallagher
## 2608                   Jennifer Ehle
## 2609                        Tony Jay
## 2610                     Bobby Campo
## 2611                  Eddie Redmayne
## 2612                  Rae Dawn Chong
## 2613                       Ji-won Ha
## 2614                    Ayelet Zurer
## 2615                    Rory Kinnear
## 2616                   Albert Brooks
## 2617                Beverly D'Angelo
## 2618                  Zachary Gordon
## 2619               Megan Charpentier
## 2620                Donald Pleasence
## 2621                     Randy Quaid
## 2622                  Georgina Cates
## 2623                     Sylvia Syms
## 2624                   Jeffrey Jones
## 2625                     Tasha Smith
## 2626                   Kirsten Dunst
## 2627                     Roger Allam
## 2628                  Tessa Thompson
## 2629                   Donald Faison
## 2630                    Meryl Streep
## 2631                   Kirsten Dunst
## 2632                    Adam Lamberg
## 2633                Harold Perrineau
## 2634                Conchata Ferrell
## 2635                     Salma Hayek
## 2636                 Virginia Capers
## 2637              Sylvester Stallone
## 2638           JoAnna Garcia Swisher
## 2639                   Anna Kendrick
## 2640                  Bradley Cooper
## 2641                     Leslie Bibb
## 2642                    Emily Watson
## 2643                     Regina Hall
## 2644                     James Frain
## 2645                  JosÃ<U+0083>© Ferrer
## 2646                      Tyler Mane
## 2647                    Kevin Rankin
## 2648                   Monica Potter
## 2649                   Debra Messing
## 2650             Thomas Ian Nicholas
## 2651                   Jason Flemyng
## 2652                      Carol Kane
## 2653            Jurnee Smollett-Bell
## 2654                   Albert Brooks
## 2655                      Carol Kane
## 2656                        Tim Daly
## 2657                Harold Perrineau
## 2658                Matthew Daddario
## 2659                    Luke Benward
## 2660                    Sanaa Lathan
## 2661                 Michael Cudlitz
## 2662                      Katy Mixon
## 2663                  Erica Leerhsen
## 2664                     Rachel True
## 2665                     Mark Gatiss
## 2666                      Hutch Dano
## 2667                   Peter Vaughan
## 2668               Nicole Ari Parker
## 2669                Rosanna Arquette
## 2670                      Danny Pino
## 2671                 Daniella Alonso
## 2672                   Joey Lawrence
## 2673                    Sissy Spacek
## 2674                   Firass Dirani
## 2675                      Will Forte
## 2676                    Cinda McCain
## 2677                     Ethan Embry
## 2678                  Ben Mendelsohn
## 2679                     Akie Kotabe
## 2680                  Patrick Bergin
## 2681               Christian Camargo
## 2682                 George C. Scott
## 2683                     Sam Shepard
## 2684                       Nina Hoss
## 2685                Harland Williams
## 2686                      Cam Clarke
## 2687                        The Edge
## 2688                     Adrian Paul
## 2689                     Faizon Love
## 2690                    Jim Sturgess
## 2691                    Jimmy Fallon
## 2692                      Tom Noonan
## 2693                  Brian Van Holt
## 2694                Bradley Whitford
## 2695                     Keith Allen
## 2696                     Larry David
## 2697                      Kyla Pratt
## 2698                             RZA
## 2699                      Jake Busey
## 2700                     Chris Klein
## 2701                     Bob Hoskins
## 2702               Rebecca De Mornay
## 2703                  Nicole de Boer
## 2704                    Jeff Bridges
## 2705           Michael Raymond-James
## 2706                      Dash Mihok
## 2707                  Archie Panjabi
## 2708                Jodi Lyn O'Keefe
## 2709                       Lin Shaye
## 2710                   Tom Wilkinson
## 2711                  Campbell Scott
## 2712                      Neil Flynn
## 2713                    Anna Madeley
## 2714             S. Epatha Merkerson
## 2715                  Bradley Cooper
## 2716                    Zach Gilford
## 2717                    Hal Holbrook
## 2718                  Michael McKean
## 2719                      Susan Ward
## 2720                   Dwight Yoakam
## 2721                   Mark Margolis
## 2722                  Corbin Bernsen
## 2723                    Fred Willard
## 2724                  Robert Forster
## 2725                  Agnes Bruckner
## 2726                     Naomi Watts
## 2727                    Charlie Rowe
## 2728                   Tom Hollander
## 2729                 Eduardo Noriega
## 2730                     Pamela Reed
## 2731               Elizabeth Perkins
## 2732            Siobhan Fallon Hogan
## 2733                  Kalim Chandler
## 2734                  Elaine Cassidy
## 2735              Gustav FrÃ<U+0083>¶hlich
## 2736                 Cyril Raffaelli
## 2737                      Bill Cobbs
## 2738                      Chen Chang
## 2739                     Scott Glenn
## 2740                  Vladimir Garin
## 2741             Petchtai Wongkamlao
## 2742                        JJ Feild
## 2743                    Gina Bellman
## 2744                  Brooke Shields
## 2745                   Wendy Crewson
## 2746                       Al Pacino
## 2747                        Udo Kier
## 2748                  Gael Le Cornec
## 2749                   Hans Matheson
## 2750                   Steve Buscemi
## 2751                  Robert Forster
## 2752                    Lucy Gaskell
## 2753             Rodrigo De la Serna
## 2754                       Daniel Wu
## 2755                 Dexter Fletcher
## 2756                   Chris Elliott
## 2757                  Channing Tatum
## 2758                Harold Perrineau
## 2759                     Aidan Quinn
## 2760                    David Rasche
## 2761                  Morgan Freeman
## 2762                   Jeremy Davies
## 2763                  Saurabh Shukla
## 2764                      Lois Smith
## 2765                 Hector Elizondo
## 2766                   Andrea Martin
## 2767                 Linda Kozlowski
## 2768                 Chris Marquette
## 2769                    Tom Berenger
## 2770                            Leon
## 2771                      Jaime King
## 2772               Madison Davenport
## 2773                   Brian Dennehy
## 2774                      Laz Alonso
## 2775                Desmond Llewelyn
## 2776                 Steve Gonsalves
## 2777                  Loretta Devine
## 2778                   Peter Capaldi
## 2779                 Phylicia Rashad
## 2780           Klaus Maria Brandauer
## 2781                  Elaine Hendrix
## 2782                   Jim Broadbent
## 2783                   Mike Nawrocki
## 2784                Khandi Alexander
## 2785            Roger Guenveur Smith
## 2786                   W. Earl Brown
## 2787                  Richard Burton
## 2788                    James D'Arcy
## 2789                    Tyler Labine
## 2790                  Milla Jovovich
## 2791                     Lance Gross
## 2792                Linda Cardellini
## 2793                  Joan Plowright
## 2794                Bethany Joy Lenz
## 2795                   Liza Minnelli
## 2796                    Delroy Lindo
## 2797                     Eliza Coupe
## 2798                     Kane Hodder
## 2799                   Donald Faison
## 2800                     Nick Cannon
## 2801                 Ivana Milicevic
## 2802                  Jackson Nicoll
## 2803                 Mathieu Amalric
## 2804                   Noah Emmerich
## 2805                 Sharon Lawrence
## 2806                    Julie Kavner
## 2807                     Terry Pheto
## 2808             Angela Featherstone
## 2809                      Todd Boyce
## 2810            Kristin Scott Thomas
## 2811                   Joseph Cotten
## 2812                      Ruth Sheen
## 2813                  Sara Forestier
## 2814               Mathieu Kassovitz
## 2815                       Shawn Yue
## 2816                Katherine LaNasa
## 2817                   Kieran Culkin
## 2818                  Kenan Thompson
## 2819               Rebecca De Mornay
## 2820                    Heath Ledger
## 2821                  Danny Woodburn
## 2822                      Dan Hedaya
## 2823                    Celia Weston
## 2824                  Gillian Jacobs
## 2825                 Olaf Lubaszenko
## 2826                  Stephen Marcus
## 2827                 Gabourey Sidibe
## 2828                    Tamara Tunie
## 2829                Marian Dziedziel
## 2830                      Bruno Ganz
## 2831                  Lola DueÃ<U+0083>±as
## 2832                  Paul Brannigan
## 2833                      J.T. Walsh
## 2834             Stephanie Danielson
## 2835                   Sean Kingston
## 2836                      Mila Kunis
## 2837                   Abbie Cornish
## 2838                       Al Pacino
## 2839                    Terry Kinney
## 2840                  Rodney Eastman
## 2841               Brighton Sharbino
## 2842               Mary Lynn Rajskub
## 2843                   Patrick Wayne
## 2844                     Naomi Watts
## 2845                     Regina Hall
## 2846                    Heath Ledger
## 2847                   Eddie Griffin
## 2848                       Lin Shaye
## 2849                    Brett Cullen
## 2850                     Eric Stoltz
## 2851                     Mark Webber
## 2852                     Chris Brown
## 2853                     Dom DeLuise
## 2854                   Elliott Gould
## 2855                     Eartha Kitt
## 2856                      Beth Grant
## 2857               Kate del Castillo
## 2858                   Alexa Davalos
## 2859                   Sonoya Mizuno
## 2860                      Orson Bean
## 2861                   Vivica A. Fox
## 2862                 Ella Wahlestedt
## 2863                   Jay Hernandez
## 2864               Kazunari Ninomiya
## 2865                 Virginia Madsen
## 2866              Jada Pinkett Smith
## 2867                  Jacob Tremblay
## 2868                     Jack Warden
## 2869                   Sam Waterston
## 2870                    Will Ferrell
## 2871                    David Dencik
## 2872                Vanessa Williams
## 2873             Ellen Albertini Dow
## 2874                  Geoffrey Arend
## 2875               Mathieu Kassovitz
## 2876                     Josie Loren
## 2877              Miranda Richardson
## 2878                  Kathryn Morris
## 2879                Sarita Choudhury
## 2880                  Daniel Auteuil
## 2881                  Meghan Heffern
## 2882                     Ryan O'Neal
## 2883                 Jake Gyllenhaal
## 2884                      Vin Diesel
## 2885                     Ezra Miller
## 2886                       Ian Gomez
## 2887             Isabella Rossellini
## 2888                    Sarah Polley
## 2889                   Alison Lohman
## 2890                  Luke Treadaway
## 2891                 Nikola Djuricko
## 2892                      Tara Platt
## 2893                     Dean Dawson
## 2894                      Aden Young
## 2895                   Louis Herthum
## 2896                  Everett McGill
## 2897                  Kevin Connolly
## 2898                  Embeth Davidtz
## 2899                     Gary Oldman
## 2900                      Matt Smith
## 2901                       Al Pacino
## 2902                      Ned Beatty
## 2903                        Ruby Dee
## 2904                  Margo Harshman
## 2905                      Mary Astor
## 2906                    Kelli Garner
## 2907                  Sheila Hancock
## 2908                        Udo Kier
## 2909                Richard Roxburgh
## 2910                   Vincent Gallo
## 2911                 David Costabile
## 2912                     Don Johnson
## 2913                    Eric Schweig
## 2914                   Gabriel Damon
## 2915                         Bin Won
## 2916                    Cheech Marin
## 2917                     Linda Blair
## 2918                     Robert Shaw
## 2919               Shannon Elizabeth
## 2920                  Megan Mullally
## 2921              Randall 'Tex' Cobb
## 2922                    Romany Malco
## 2923                    Jason George
## 2924                   Kirstie Alley
## 2925                        Udo Kier
## 2926                    Barry Corbin
## 2927                 Viggo Mortensen
## 2928                    Jason Cottle
## 2929                   Alyson Stoner
## 2930                      Demi Moore
## 2931                        Sid Haig
## 2932                     Eric Winter
## 2933                    Alex Russell
## 2934                      Amy Irving
## 2935                   Michael Palin
## 2936               Katherine Boecher
## 2937             Kirby Bliss Blanton
## 2938                     Karl Malden
## 2939                       Gary Cole
## 2940                   Jay Hernandez
## 2941               Alessandro Nivola
## 2942               Shannon Elizabeth
## 2943                    Fred Willard
## 2944                    Jerry Nelson
## 2945                  Tobias Menzies
## 2946                      Roger Rees
## 2947             Ashley Ashida Dixon
## 2948                    Sam Trammell
## 2949                   Martin Landau
## 2950                    Romany Malco
## 2951                  Richard Dysart
## 2952                    Kathryn Erbe
## 2953                   Kelvin Taylor
## 2954                 Mare Winningham
## 2955               Erika Christensen
## 2956                      Anne Meara
## 2957          Joanna 'JoJo' Levesque
## 2958                 Cara Delevingne
## 2959                 Marsha Thomason
## 2960                      Bruce Dern
## 2961              Jada Pinkett Smith
## 2962                  Amber Valletta
## 2963                   Patton Oswalt
## 2964                     Edi Gathegi
## 2965               Gilbert Gottfried
## 2966                   Eddie Cibrian
## 2967                      Laz Alonso
## 2968                Rosemarie DeWitt
## 2969                  Michael Lerner
## 2970                     Colin Firth
## 2971              Martin Semmelrogge
## 2972                     Marc Blucas
## 2973                    Barry Watson
## 2974                   Tom Hollander
## 2975                        Andy Lau
## 2976                    Curtiss Cook
## 2977                    Jonny Weston
## 2978                   Veronika Dash
## 2979                  Dave Chappelle
## 2980                  Kurtwood Smith
## 2981                Catherine O'Hara
## 2982                Aleksa Palladino
## 2983                    Joseph Cross
## 2984                  Kelly Clarkson
## 2985                      Debi Mazar
## 2986                     Nick Damici
## 2987                    Vinessa Shaw
## 2988                    Ray Winstone
## 2989                    Kang-ho Song
## 2990                  Treat Williams
## 2991                   Jeffrey Jones
## 2992                      Megan Park
## 2993                 Sabrina Ferilli
## 2994                 Michael Harding
## 2995                Alden Ehrenreich
## 2996             Tony Chiu Wai Leung
## 2997                      Erin Boyes
## 2998                      Hope Davis
## 2999                     Stephen Rea
## 3000                     Tatyana Ali
## 3001               Isaiah Washington
## 3002                   Anne Bancroft
## 3003                      Lynn Cohen
## 3004                    Mark Duplass
## 3005               Kate del Castillo
## 3006              PÃ<U+0083>©ter Fancsikai
## 3007                   Albert Finney
## 3008                          Ni Yan
## 3009                  Jeremy Northam
## 3010                    Yuanyuan Gao
## 3011                      Matt Jones
## 3012                      Tom Arnold
## 3013                    Meisa Kuroki
## 3014                 Kenneth Cranham
## 3015                  Michael Dorman
## 3016                   Kelly LeBrock
## 3017                    Connor Corum
## 3018                       Brad Pitt
## 3019                       Matt Marr
## 3020                     Fred Gwynne
## 3021                  Tetsu Watanabe
## 3022              Caroline Dhavernas
## 3023                   Ching Wan Lau
## 3024                 Harry Carey Jr.
## 3025                   Peter Cushing
## 3026                     Zoey Deutch
## 3027                    Klaus Kinski
## 3028                    Selton Mello
## 3029                     Matt Prokop
## 3030                      Jack McGee
## 3031                         Steve-O
## 3032                    Bruce McGill
## 3033                   Mireille Enos
## 3034                   Damien Garvey
## 3035                    Tom Berenger
## 3036                  Rupert Everett
## 3037                   John Enos III
## 3038                    Peter Coyote
## 3039                    Celia Weston
## 3040             Sean Patrick Thomas
## 3041                   Shawnee Smith
## 3042                      Sid Caesar
## 3043                     Alicia Keys
## 3044                    Vinessa Shaw
## 3045              Gabrielle Carteris
## 3046                     Peter Boyle
## 3047                        Bud Cort
## 3048                  Fiona Glascott
## 3049                  Steven Berkoff
## 3050                    Jason London
## 3051                John Witherspoon
## 3052                  Sheridan Smith
## 3053                      Jake Busey
## 3054                   Powers Boothe
## 3055                  Frances Fisher
## 3056                    Oliver Platt
## 3057                   Bridget Fonda
## 3058                  Gedde Watanabe
## 3059               Leonardo DiCaprio
## 3060                 Alan Van Sprang
## 3061                   Sally Hawkins
## 3062                      Dash Mihok
## 3063                Chazz Palminteri
## 3064                     Max Casella
## 3065                   Andrew Keegan
## 3066                    Wayne Pygram
## 3067                   Anthony Zerbe
## 3068                   Steve Buscemi
## 3069                   David Kennedy
## 3070                Zelda Rubinstein
## 3071                     Sean Harris
## 3072                 Costas Mandylor
## 3073                   Gena Rowlands
## 3074                       Lina Esco
## 3075             Deborra-Lee Furness
## 3076                    John Abraham
## 3077                  Rupert Everett
## 3078                 Olivia Williams
## 3079              Giancarlo Giannini
## 3080                   Gary Lockwood
## 3081                     Dee Wallace
## 3082                     Elena Anaya
## 3083                     Marc Donato
## 3084                  Kelli Williams
## 3085                    Johnny Flynn
## 3086                     Boman Irani
## 3087                  Taylor Handley
## 3088           Eduardo VerÃ<U+0083>¡stegui
## 3089                  Eric Elmosnino
## 3090                      Matt Damon
## 3091                 Anthony Hopkins
## 3092                   Shawnee Smith
## 3093                    Harold Ramis
## 3094                  Lindsay Sloane
## 3095             Joseph Julian Soria
## 3096                     Clea DuVall
## 3097                 Gabourey Sidibe
## 3098                   Shawnee Smith
## 3099             Keegan Connor Tracy
## 3100                    Cicely Tyson
## 3101                      Bill Cobbs
## 3102                  Richard Beymer
## 3103                     Shaun Weiss
## 3104                     Clea DuVall
## 3105                    Kevin Nealon
## 3106                Patricia Belcher
## 3107                   George Carlin
## 3108                       Ron Moody
## 3109                 Penelope Wilton
## 3110                 Andrew Lawrence
## 3111                    Bruce Spence
## 3112                    Vernon Wells
## 3113                    Rupert Evans
## 3114                 Bokeem Woodbine
## 3115                       Mike Epps
## 3116                   Hayley Kiyoko
## 3117                          Vanity
## 3118                       Brad Pitt
## 3119                  Austin O'Brien
## 3120                   Alexis Dziena
## 3121                Janeane Garofalo
## 3122              Eva Amurri Martino
## 3123                        Al Leong
## 3124                     Kevin Tighe
## 3125      Salli Richardson-Whitfield
## 3126                   Shiri Appleby
## 3127                  Danny Woodburn
## 3128                  Lauren Ambrose
## 3129                   William Smith
## 3130                   Oona Laurence
## 3131                     Herbert Lom
## 3132                   James Ransone
## 3133                Curtis Armstrong
## 3134                 Jessica Capshaw
## 3135                     Will Patton
## 3136                 Virginia Madsen
## 3137           Clarence Williams III
## 3138                   Richard Lynch
## 3139              Brandon T. Jackson
## 3140                  Connie Nielsen
## 3141                   Donald Faison
## 3142                     Celia Imrie
## 3143                  Jane Krakowski
## 3144                      Chris Noth
## 3145               Nicholas Turturro
## 3146                      Simon Rhee
## 3147                 Ariana Richards
## 3148                     Lindy Booth
## 3149                 David Carradine
## 3150                 Paul Ben-Victor
## 3151                    Tye Sheridan
## 3152                   Thomas Lennon
## 3153                      Zayn Malik
## 3154                  Noureen DeWulf
## 3155              Vincent Schiavelli
## 3156                      Toby Jones
## 3157               Philip Baker Hall
## 3158                        Nia Long
## 3159                  Allison Tolman
## 3160                      Chad Allen
## 3161                   Kirsten Dunst
## 3162                    Stephen Root
## 3163                   Kirstie Alley
## 3164                    Danny Huston
## 3165                    Daniel Stern
## 3166                  Alexa PenaVega
## 3167                    Dennis Franz
## 3168                      Will Forte
## 3169                   Benedict Wong
## 3170                    Kate Winslet
## 3171             Angelina Jolie Pitt
## 3172         William Morgan Sheppard
## 3173                      Mark Moses
## 3174                    Stephen Root
## 3175                      T.J. Thyne
## 3176                Beverly D'Angelo
## 3177                  Johanna Braddy
## 3178                  Kelsey Grammer
## 3179                 Clotilde Mollet
## 3180              Richard Farnsworth
## 3181                    James Franco
## 3182               Philip Baker Hall
## 3183                   Iddo Goldberg
## 3184                     Randy Quaid
## 3185                  Gillian Jacobs
## 3186                    Tamala Jones
## 3187                       Toby Huss
## 3188                 Jennifer Garner
## 3189                       Evan Ross
## 3190                 Waris Ahluwalia
## 3191                  Diedrich Bader
## 3192                 Michael Wincott
## 3193               Lesley Ann Warren
## 3194                  Loretta Devine
## 3195                Anthony LaPaglia
## 3196                   Tracey Walter
## 3197                       Tim DeKay
## 3198                    Kevin Nealon
## 3199                Michael Rapaport
## 3200                  Stephanie Vogt
## 3201                William Hootkins
## 3202                    Maria Dizzia
## 3203           Eddie 'Piolin' Sotelo
## 3204                    John Neville
## 3205                    Oliver Platt
## 3206                   Anne Hathaway
## 3207                    James Franco
## 3208                 Olaf Lubaszenko
## 3209                           Rekha
## 3210                Melanie Griffith
## 3211                 Scott A. Martin
## 3212                       Gary Cole
## 3213                   Minnie Driver
## 3214                      Lee Majors
## 3215                     Norah Jones
## 3216                     Ben Gazzara
## 3217              Jeanne Tripplehorn
## 3218               Sergej Trifunovic
## 3219                       Karen Mok
## 3220                    Cheryl Tiegs
## 3221              FranÃ<U+0083>§ois Cluzet
## 3222                      Claire Foy
## 3223      Aitana SÃ<U+0083>¡nchez-GijÃ<U+0083>³n
## 3224                   Ashraf Barhom
## 3225                    Ryan Donowho
## 3226                      Danny Dyer
## 3227                    Daryl Sabara
## 3228                   Toby Stephens
## 3229                    DulÃ<U+0083>© Hill
## 3230                     Ally Sheedy
## 3231                 Michael Winslow
## 3232                     Nate Parker
## 3233               AndrÃ<U+0083>©s Montiel
## 3234                    Jared Gilman
## 3235                Harvey Weinstein
## 3236               Justin Timberlake
## 3237                    Scott Porter
## 3238                   Minnie Driver
## 3239                     Corbin Bleu
## 3240                    Reef Ireland
## 3241                    Tamala Jones
## 3242                     Drew Waters
## 3243                  Leonor Watling
## 3244                  Gyton Grantley
## 3245                        Rip Torn
## 3246                 Craig Fairbrass
## 3247                  Mishael Morgan
## 3248                    Kevin Zegers
## 3249                      Tom Arnold
## 3250                    Ayelet Zurer
## 3251             Charlotte BÃ<U+0083>¸ving
## 3252                       Mark Addy
## 3253                   Henry Rollins
## 3254                      Jesse Moss
## 3255                      Luke Perry
## 3256                   Woo-sung Jung
## 3257                  Katrina Bowden
## 3258                   Callum Rennie
## 3259                    Martin Starr
## 3260                   Victor Rivers
## 3261                       Mike Epps
## 3262                Jordana Brewster
## 3263                      Burt Kwouk
## 3264                     Alfie Allen
## 3265                 Emmanuelle Riva
## 3266                Heather O'Rourke
## 3267                     Roger Cross
## 3268                      Sid Caesar
## 3269                  Lola DueÃ<U+0083>±as
## 3270                    Joe Flaherty
## 3271                Michael Angarano
## 3272                   Jim Broadbent
## 3273                Michaela McManus
## 3274          Steven Michael Quezada
## 3275                   Kirsten Dunst
## 3276            Keisha Castle-Hughes
## 3277                    Katrina Kaif
## 3278                    Yaphet Kotto
## 3279                      Edwin Neal
## 3280            Scout Taylor-Compton
## 3281             Paul Michael Glaser
## 3282                    Earl Cameron
## 3283                 Shanley Caswell
## 3284             Alessandro Preziosi
## 3285              Jada Pinkett Smith
## 3286                    Sanaa Lathan
## 3287                    Alex Vincent
## 3288                 Tucker Albrizzi
## 3289                    Zach Gilford
## 3290                   Lauren German
## 3291                    Fred Willard
## 3292                     Gary Oldman
## 3293                        Nia Long
## 3294                 Denholm Elliott
## 3295                    Crystal Lowe
## 3296                     Tate Taylor
## 3297                    Derek Jacobi
## 3298                     David Zayas
## 3299             Freddy RodrÃ<U+0083>­guez
## 3300                      Nicky Katt
## 3301                     Rory Culkin
## 3302                       Matt Ross
## 3303                     Drew Fuller
## 3304            Katherine Kelly Lang
## 3305                  John Carradine
## 3306                      John Doman
## 3307                 Garry Shandling
## 3308                     Amy Poehler
## 3309                    Eddie Izzard
## 3310                    Jun Kunimura
## 3311                  Heather Morris
## 3312            Chatchai Plengpanich
## 3313                Adrienne Barbeau
## 3314               Julie Engelbrecht
## 3315                      Ruth Sheen
## 3316                     Will Patton
## 3317                  Vince Colosimo
## 3318                    Joshua Mikel
## 3319                 Thure Lindhardt
## 3320                      Kip Pardue
## 3321                   Warren Clarke
## 3322                  Ronit Elkabetz
## 3323               Erika Christensen
## 3324                 Linda Kozlowski
## 3325               Steven Waddington
## 3326                    Sarah Polley
## 3327                  Gyton Grantley
## 3328                      MaÃ<U+0083>¯wenn
## 3329                  Fisher Stevens
## 3330             James Arnold Taylor
## 3331                      Mike Dopud
## 3332                      Jami Gertz
## 3333                      Beth Grant
## 3334                Frederic Forrest
## 3335                Christina Milian
## 3336                  David Hemmings
## 3337            Louisa Milwood-Haigh
## 3338                     Chris Klein
## 3339                    Brooke Smith
## 3340                    Romany Malco
## 3341                     Max Beesley
## 3342                    Cicely Tyson
## 3343                    Sung-kee Ahn
## 3344                  Paul Schneider
## 3345                  Jimmy Shergill
## 3346                      Chris Penn
## 3347                                
## 3348                 Casey Siemaszko
## 3349                   Clive Standen
## 3350                 Orla Fitzgerald
## 3351                   Madhuri Dixit
## 3352                   William Zabka
## 3353                    Deborah Kerr
## 3354                    Paris Hilton
## 3355               BergÃ<U+0083>¼zar Korel
## 3356                     Eric Stoltz
## 3357                      Jim Henson
## 3358                Michael Papajohn
## 3359                   Lindsay Price
## 3360               Angela Cartwright
## 3361                   Howard Morris
## 3362       Steven Christopher Parker
## 3363              Frances Lee McCain
## 3364                     Megan Burns
## 3365                 Marques Houston
## 3366                Patrick McGoohan
## 3367                    Sanaa Lathan
## 3368                  Lynn Whitfield
## 3369                   Anna Kendrick
## 3370                    David Denman
## 3371                    Hal Holbrook
## 3372                   Lola Glaudini
## 3373                  Dabney Coleman
## 3374        Natalie Stephany Aguilar
## 3375               Denzel Washington
## 3376                  George Lazenby
## 3377               Philip Winchester
## 3378              Heather Langenkamp
## 3379                     Mark Webber
## 3380             Sean Michael Afable
## 3381                Harland Williams
## 3382                  Frances Conroy
## 3383                       Amr Waked
## 3384                  Justin Theroux
## 3385                 Zooey Deschanel
## 3386                 Richard Howland
## 3387                      Julie Benz
## 3388                   Omar Metwally
## 3389                     Ben Falcone
## 3390                        Dan Byrd
## 3391                      Joe Morton
## 3392                        Udo Kier
## 3393                 Thomas McDonell
## 3394                Michael Rapaport
## 3395                        Nia Long
## 3396                  John de Lancie
## 3397                Vanessa Redgrave
## 3398                   Joseph Gilgun
## 3399                      Tom Noonan
## 3400                 Imelda Staunton
## 3401                Isabelle Huppert
## 3402                     Tia Carrere
## 3403                    Vince Vieluf
## 3404                   Jeremy Davies
## 3405                      Robbie Kay
## 3406                   Jim Broadbent
## 3407                 Laurel Holloman
## 3408                   Marina Sirtis
## 3409                      Mick Lally
## 3410                   Karen Pittman
## 3411                      Bruce Dern
## 3412                      Tony Devon
## 3413                   Hayley Atwell
## 3414                    Robin Wright
## 3415             Catherine McCormack
## 3416                    Henry Czerny
## 3417                   Eddie Griffin
## 3418                  Rupert Everett
## 3419                     Larry Drake
## 3420                  Jack O'Connell
## 3421                     Brad Renfro
## 3422                      Chris Owen
## 3423                     Zen McGrath
## 3424                   Takeshi Kusao
## 3425                    Olivia Wilde
## 3426                      Roy Dupuis
## 3427                  Josh Henderson
## 3428                        Ruby Lin
## 3429                       Ben Miles
## 3430                        Lucy Fry
## 3431                Ludivine Sagnier
## 3432                    Mark Wingett
## 3433                       Joan Chen
## 3434                 Helena Mattsson
## 3435                   Jessica Tandy
## 3436                    Mekhi Phifer
## 3437                       Anita Mui
## 3438                      Reda Kateb
## 3439                  Cameron Bright
## 3440                   Lauren German
## 3441                 Olivia Williams
## 3442        Bridgette Wilson-Sampras
## 3443                    Beau Bridges
## 3444                     Chi McBride
## 3445                      Paul Gross
## 3446                  Jenny McCarthy
## 3447                   Brenda Strong
## 3448                      Mila Kunis
## 3449                    Cheech Marin
## 3450                    Edouard Baer
## 3451                         Om Puri
## 3452                   Jenny Agutter
## 3453                  Loretta Devine
## 3454              Michael McElhatton
## 3455                   Nathin Butler
## 3456                     Mary Goggin
## 3457                   Gena Rowlands
## 3458                       Teri Polo
## 3459                   Elyas M'Barek
## 3460                 Bella Heathcote
## 3461                  Jack O'Connell
## 3462                    James Franco
## 3463                William Hootkins
## 3464                 Jennifer Garner
## 3465                      Aki Aleong
## 3466                    Lois Maxwell
## 3467                   Marlon Brando
## 3468                  Cynthia Rhodes
## 3469           ChloÃ<U+0083>« Grace Moretz
## 3470                        Ian Mune
## 3471                   Alex Pettyfer
## 3472                  Emma Caulfield
## 3473                 Geoffrey Holder
## 3474                   Frankie Muniz
## 3475                  Sakina Jaffrey
## 3476                  Loretta Devine
## 3477               Elizabeth Debicki
## 3478                    Tate Donovan
## 3479                 Michael J. Burg
## 3480                   Steve Buscemi
## 3481                    Sarah Polley
## 3482                   Adam Goldberg
## 3483                   Jenny Agutter
## 3484            HervÃ<U+0083>© Villechaize
## 3485                          Vanity
## 3486                Shauna Macdonald
## 3487                  Michael Jordan
## 3488                  Allison Miller
## 3489                Mary Tyler Moore
## 3490                       Ken Foree
## 3491                 Alyson Hannigan
## 3492                        Rick Fox
## 3493                       Omar Epps
## 3494                   Helen McCrory
## 3495                 Matthew McGrory
## 3496                Elizabeth MacRae
## 3497                    Fred Melamed
## 3498                   Robert Duvall
## 3499                Richard E. Grant
## 3500                     Nate Parker
## 3501                     Teddy Sears
## 3502                 Barbara Hershey
## 3503                    George Wendt
## 3504                Martin Henderson
## 3505                  David Gulpilil
## 3506                     Faizon Love
## 3507                  Alun Armstrong
## 3508                 Xander Berkeley
## 3509                  Nathaniel Lees
## 3510                    Ashley Scott
## 3511                    Preity Zinta
## 3512                   Randy Couture
## 3513                      Tim Guinee
## 3514                     Cheryl Ladd
## 3515                  Michael McKean
## 3516                    Jimmy Fallon
## 3517            Siobhan Fallon Hogan
## 3518                   Hans Matheson
## 3519                  Marley Shelton
## 3520                    Shelley Long
## 3521                     Jimmy Smits
## 3522                    Terence Hill
## 3523                  Isabelle Nanty
## 3524                   Chris Pontius
## 3525                  Susie Abromeit
## 3526                    Raquel Welch
## 3527                 Natalie Portman
## 3528                    Mark Wingett
## 3529                   Casey Affleck
## 3530                   Luke Newberry
## 3531                    Josh Charles
## 3532                   Marian Seldes
## 3533                   Yuriy Tsurilo
## 3534                      Mike Starr
## 3535                   Julie Walters
## 3536               David Della Rocco
## 3537                       Louis Koo
## 3538                      Bruce Dern
## 3539                      Wendee Lee
## 3540                    Kate Higgins
## 3541                      Chris Penn
## 3542               Christopher Judge
## 3543                   Adam Goldberg
## 3544                     Corbin Bleu
## 3545             Justin Edward Seale
## 3546                     Edi Gathegi
## 3547                 Johanna Wokalek
## 3548                      John Heard
## 3549                   Jason Cerbone
## 3550               Nolan Gerard Funk
## 3551 MÃ<U+0083>©lissa DÃ<U+0083>©sormeaux-Poulin
## 3552                  Silvio Muccino
## 3553                   Brendan Coyle
## 3554                Fernanda Machado
## 3555                Annabelle Wallis
## 3556                 Magda Szubanski
## 3557                  Lloyd Avery II
## 3558                  Rosanna DeSoto
## 3559                      Len Cariou
## 3560                 David Margulies
## 3561                  Frances Conroy
## 3562                        Jay Mohr
## 3563                    Marin Hinkle
## 3564                     Paula Kelly
## 3565                      Bob Gunton
## 3566               Juliane KÃ<U+0083>¶hler
## 3567                  Nicole Beharie
## 3568                   Sally Hawkins
## 3569                    Eric Johnson
## 3570                    Julia Ormond
## 3571                     Matt Frewer
## 3572               Sara-Marie Maltha
## 3573                    Yaya DaCosta
## 3574                      Jed Brophy
## 3575                 Samantha Morton
## 3576                  Brian Thompson
## 3577               Chulpan Khamatova
## 3578                    Mark Bazeley
## 3579                     Clu Gulager
## 3580               Fortunato Cerlino
## 3581                     Jason Mewes
## 3582               Stockard Channing
## 3583                    Tom Berenger
## 3584                   Stevie Wonder
## 3585                     Ted Cassidy
## 3586                    Glynis Johns
## 3587              Elizabeth McGovern
## 3588                    Steve Coogan
## 3589                 George Chakiris
## 3590              Rodney Dangerfield
## 3591                     Tatyana Ali
## 3592                    Tamala Jones
## 3593                Chazz Palminteri
## 3594                 Kelly Jo Minter
## 3595                Curtis Armstrong
## 3596                      John D'Leo
## 3597                    Lillian Gish
## 3598                Catherine O'Hara
## 3599                Adrienne Barbeau
## 3600                     Ossie Davis
## 3601              Brian Doyle-Murray
## 3602                  Richard Norton
## 3603               Christopher Guest
## 3604                     Lili Taylor
## 3605              Tuppence Middleton
## 3606                   Kevin McNally
## 3607           Clarence Williams III
## 3608                  Simon McBurney
## 3609                    Tamara Glynn
## 3610                   Brandon Smith
## 3611                    Daryl Hannah
## 3612                        Bud Cort
## 3613                  Dave Chappelle
## 3614                  Bradley Cooper
## 3615                 Adrian Martinez
## 3616                    Curtiss Cook
## 3617               Fionnula Flanagan
## 3618                       Alona Tal
## 3619                 Kathleen Turner
## 3620                 Annette Badland
## 3621            Windell Middlebrooks
## 3622                        Josh Gad
## 3623                     Dylan Baker
## 3624                   Jason Dohring
## 3625                     Miriam Shor
## 3626                    Ryan Bollman
## 3627                     Monda Scott
## 3628                  Rosario Dawson
## 3629                   Lynne Thigpen
## 3630                      Tony Devon
## 3631                    Warren Oates
## 3632                       Aaron Yoo
## 3633                 Michael Elphick
## 3634                      Bryan Dick
## 3635                     Kari Wuhrer
## 3636                  Kendrick Cross
## 3637                   Nathalie Baye
## 3638                  ZoÃ<U+0083>« Kravitz
## 3639                    Russell Wong
## 3640                      Diane Ladd
## 3641                 Olivia Williams
## 3642                      Jane Fonda
## 3643                     Scott Glenn
## 3644                    Pat Buchanan
## 3645                 Barbara Hershey
## 3646                     Kevin Tighe
## 3647                  M. Emmet Walsh
## 3648                    Olivia Wilde
## 3649                     Aidan Quinn
## 3650                       Sean Cook
## 3651                    Blake Ritson
## 3652                  Leslie Carlson
## 3653             CÃ<U+0083>©cile De France
## 3654                   Shawn Parsons
## 3655                      Chris Penn
## 3656                   Tygo Gernandt
## 3657               Michael Jai White
## 3658                   Paul Scofield
## 3659                John Billingsley
## 3660                    Nathan Jones
## 3661                    Frank Finlay
## 3662          Belinda Stewart-Wilson
## 3663                 Parminder Nagra
## 3664                      Edie Falco
## 3665                     Wayne Brady
## 3666              Mithun Chakraborty
## 3667                     Pablo Rosso
## 3668                 Alexis Biesiada
## 3669                     Robert Shaw
## 3670                       Ben Cross
## 3671                  Kimberly Elise
## 3672             Armin Mueller-Stahl
## 3673              Scarlett Johansson
## 3674                    Richard Bull
## 3675                   Steve Buscemi
## 3676                   Jim Broadbent
## 3677                 Avery Schreiber
## 3678         FranÃ<U+0083>§ois BerlÃ<U+0083>©and
## 3679                      Luke Kirby
## 3680                  Louis Lombardi
## 3681                     John Savage
## 3682                     Eric Stoltz
## 3683                    Kati Outinen
## 3684                 Albert Dupontel
## 3685               Hitoshi Matsumoto
## 3686               Steven Mackintosh
## 3687                      John Heard
## 3688                      Cree Kelly
## 3689                      Ken Marino
## 3690                 Paddy Considine
## 3691          SynnÃ<U+0083>¸ve Macody Lund
## 3692                   Richard Coyle
## 3693                    Adam Butcher
## 3694                Jessica Chastain
## 3695                      Bill Erwin
## 3696                    Bipasha Basu
## 3697                 Barbara Hershey
## 3698                      Tony Nappo
## 3699              John Gallagher Jr.
## 3700                         Steve-O
## 3701                    Amiah Miller
## 3702                 Sprague Grayden
## 3703                  Shelley Hennig
## 3704              Heather Langenkamp
## 3705                  Allison Tolman
## 3706                 Jessica Lindsey
## 3707               Brendon Eggertsen
## 3708                    Jean Simmons
## 3709                     Herbert Lom
## 3710                      Tom Arnold
## 3711                      Bruce Dern
## 3712                 Robert J. Wilke
## 3713                 Gloria Sandoval
## 3714                   Anne Bancroft
## 3715                 Jennifer Garner
## 3716                    Mark Duplass
## 3717                   Thomas Lennon
## 3718                   Rory Cochrane
## 3719                     Jason Mewes
## 3720                      Gary Lewis
## 3721                      Liam James
## 3722           Tisha Campbell-Martin
## 3723                   Jack Thompson
## 3724               Constance Shulman
## 3725                      Todd Allen
## 3726                 Xander Berkeley
## 3727                      Adam Scott
## 3728                     Tony Curran
## 3729                  Monica Calhoun
## 3730                   Andrew Keegan
## 3731                     Edwin Hodge
## 3732                   Cameron Mills
## 3733                  Lynn Whitfield
## 3734                  Hunter Parrish
## 3735                   Peter Ustinov
## 3736                  Lindsay Wagner
## 3737              Peter Mark Richman
## 3738                  Louis Mandylor
## 3739                  Heather Morris
## 3740                       Kim Darby
## 3741         Daniel GimÃ<U+0083>©nez Cacho
## 3742                     Dylan Moran
## 3743                     Randy Wayne
## 3744                   Clifton James
## 3745                Kathleen Kinmont
## 3746                 Deborah Foreman
## 3747                    Daniel Stern
## 3748               William Sanderson
## 3749                    Ryan Robbins
## 3750               Mary Lynn Rajskub
## 3751                    Claire Geare
## 3752                       John Amos
## 3753                  George Sanders
## 3754                       Mike Epps
## 3755                   Jenifer Lewis
## 3756                     Helen Hayes
## 3757                  Brandy Norwood
## 3758          Colleen O'Shaughnessey
## 3759                   Patrick Fugit
## 3760            StÃ<U+0083>©phane Rousseau
## 3761                 Denholm Elliott
## 3762                      Kerr Smith
## 3763                   Carl Weathers
## 3764                  Gedde Watanabe
## 3765                Joel David Moore
## 3766                  Kevin Corrigan
## 3767                    Woody Strode
## 3768                     Faizon Love
## 3769                      Matt Berry
## 3770                      Jami Gertz
## 3771              Guillaume Denaiffe
## 3772                    Sarah Polley
## 3773                Michael Lonsdale
## 3774             Freddy RodrÃ<U+0083>­guez
## 3775                   Tim Thomerson
## 3776                      Jed Brophy
## 3777                    Bobby Batson
## 3778                    Scott Takeda
## 3779                     Ryan O'Neal
## 3780            Jennifer Jason Leigh
## 3781                      Jane Adams
## 3782                        Paz Vega
## 3783                      Jon Tenney
## 3784                    Mia Kirshner
## 3785                     Mark Webber
## 3786                        Tim Russ
## 3787                    Greg Germann
## 3788                      Darryl Cox
## 3789                    Joe Mantegna
## 3790                 Bhoomika Chawla
## 3791             Megan Ambuhl Graner
## 3792                      Don Gordon
## 3793                    Tyler Labine
## 3794                   Ellen Burstyn
## 3795                        Paul Fix
## 3796                      John Heard
## 3797                   Marc Trottier
## 3798                   Patch Darragh
## 3799          Daniel Stewart Sherman
## 3800               Jacqueline Bisset
## 3801                  Dylan Minnette
## 3802                   Sandra Staggs
## 3803                   Tony Corvillo
## 3804                    Doug Bradley
## 3805                     Callum Blue
## 3806                     John Stamos
## 3807                   Patricia Neal
## 3808                    DulÃ<U+0083>© Hill
## 3809                Felicity Huffman
## 3810                    Cyndi Lauper
## 3811                       Jon Heder
## 3812                    Esai Morales
## 3813                  IrÃ<U+0083>¨ne Jacob
## 3814              Sofia Black-D'Elia
## 3815                   Sam Waterston
## 3816              Natasha Henstridge
## 3817                     Cody Howard
## 3818               Haley Joel Osment
## 3819                Michael Dudikoff
## 3820                     Ivan Barnev
## 3821                Moritz Bleibtreu
## 3822                   Dwight Yoakam
## 3823                 Imelda Staunton
## 3824                   Takashi Miike
## 3825               Shirley Henderson
## 3826                    Shea Whigham
## 3827                      Lukas Haas
## 3828                   Julie Walters
## 3829                   Greg Grunberg
## 3830                    Lou Perryman
## 3831                       Bob Dylan
## 3832            Kristin Scott Thomas
## 3833                  Isild Le Besco
## 3834               Kate del Castillo
## 3835                         Diganth
## 3836                    Sharon Small
## 3837                     Gary Farmer
## 3838                 Jacques Gamblin
## 3839                   Douglas Smith
## 3840                     Elena Anaya
## 3841              Matthew Sunderland
## 3842                     Bubba Smith
## 3843              Christopher Atkins
## 3844                     James Fleet
## 3845                  Judge Reinhold
## 3846                Richard Basehart
## 3847                  Rosario Dawson
## 3848                   Indiana Evans
## 3849        Kevin Michael Richardson
## 3850                   Mark Margolis
## 3851                    Jeanne Crain
## 3852              Juan Luis Galiardo
## 3853                     John Savage
## 3854                      Sarah Drew
## 3855                  Mary McDonnell
## 3856                Gerardo Taracena
## 3857               Fedja van HuÃ<U+0083>ªt
## 3858               Nicholas Gonzalez
## 3859               Shirley Henderson
## 3860                    Yeong-ae Lee
## 3861                    Clovis Fouin
## 3862                   Jason Flemyng
## 3863          Anthony Chau-Sang Wong
## 3864            Dominique McElligott
## 3865             Artyom Bogucharskiy
## 3866                    Josh Charles
## 3867                      Sana Saeed
## 3868                Michael Berryman
## 3869                    Dove Cameron
## 3870                     Dom DeLuise
## 3871                 Sameer Ali Khan
## 3872                Jonathan Crombie
## 3873               Michael J. Morris
## 3874                    Ray Winstone
## 3875                       James Fox
## 3876                     Fares Fares
## 3877                 Rawiri Paratene
## 3878               Abhishek Bachchan
## 3879           Claude-Oliver Rudolph
## 3880                 Cara Delevingne
## 3881                     Corbin Bleu
## 3882                 Daniella Alonso
## 3883                   Maury Chaykin
## 3884                  Aleksey Chadov
## 3885              Miranda Richardson
## 3886                     Susan Clark
## 3887                   Shawn Roberts
## 3888                     Duane Jones
## 3889                     Bill Murray
## 3890                      Carol Kane
## 3891                  Dorothy Lamour
## 3892               MarÃ<U+0083>­a Valverde
## 3893                     Peter Boyle
## 3894                   J.D. Evermore
## 3895                  Valeria Golino
## 3896                Lara Flynn Boyle
## 3897                     Clu Gulager
## 3898                    Harold Gould
## 3899                     Hill Harper
## 3900                     Katy Jurado
## 3901                  Dylan Minnette
## 3902                  Mia Wasikowska
## 3903                     Peter Jason
## 3904                Donald Pleasence
## 3905                  Elaine Hendrix
## 3906             Spencer Treat Clark
## 3907               Lorelei Linklater
## 3908                   Kevin McNally
## 3909                  Estella Warren
## 3910                         Dr. Dre
## 3911                       Mike Epps
## 3912                    Paul Sorvino
## 3913                  Kevin McCarthy
## 3914                      Joe Morton
## 3915                  William Hickey
## 3916                     Emily Meade
## 3917                  BelÃ<U+0083>©n Rueda
## 3918                  Essence Atkins
## 3919                    Faye Dunaway
## 3920                     John Vernon
## 3921                     Chi McBride
## 3922                     Alicia Witt
## 3923                Stephen McHattie
## 3924                     Alan Taylor
## 3925                    Zach Grenier
## 3926                    Fred Willard
## 3927                      Tyra Banks
## 3928                    Aaron Hughes
## 3929                Lou Taylor Pucci
## 3930                Michael Angarano
## 3931                      Gina McKee
## 3932    Balinese Tari Legong Dancers
## 3933                       Eva LaRue
## 3934                 Blair Underwood
## 3935          Alexandra Breckenridge
## 3936                  Ricky Schroder
## 3937                 Saffron Burrows
## 3938                      Leos Carax
## 3939                    Tye Sheridan
## 3940                   Dan Futterman
## 3941                      Lane Smith
## 3942              Kathleen Robertson
## 3943                  Frances Fisher
## 3944                 Adriana Barraza
## 3945               Jordan Trovillion
## 3946             BrÃ<U+0083>­an F. O'Byrne
## 3947                   Alan Williams
## 3948                     Naomi Watts
## 3949                    Danny Arroyo
## 3950               Enrique VillÃ<U+0083>©n
## 3951                Michael Cerveris
## 3952                Tiffany Thornton
## 3953               Marg Helgenberger
## 3954                  Clemens Schick
## 3955                     Ezra Miller
## 3956                   Eamonn Walker
## 3957               Angelo Tsarouchas
## 3958                   Elena Lyadova
## 3959                      Ken Howard
## 3960               Bonnie Lee Bouman
## 3961                    Marian Marsh
## 3962                Rosemarie DeWitt
## 3963                Shannon Woodward
## 3964                 Jessica McNamee
## 3965                 Rachel Sterling
## 3966                     Gina Holden
## 3967                     Cheryl Ladd
## 3968                    Ayelet Zurer
## 3969                   Susannah York
## 3970                    Faye Dunaway
## 3971                   George Reeves
## 3972                   Reece Ritchie
## 3973                    Slim Pickens
## 3974                      Laz Alonso
## 3975                     Howard Keel
## 3976                       Riz Ahmed
## 3977                       Seu Jorge
## 3978                      Tony Nappo
## 3979                   Reginald Owen
## 3980                 Susan Blommaert
## 3981                   Russell Tovey
## 3982                  Frank Langella
## 3983                      Jamie Farr
## 3984                  Barnard Hughes
## 3985                       Mark Addy
## 3986                   Lloyd Bridges
## 3987                        Max Ryan
## 3988                John Witherspoon
## 3989                     Larenz Tate
## 3990                 Gabourey Sidibe
## 3991                  Holt McCallany
## 3992                   Jason Robards
## 3993                    Robert Blake
## 3994                     Peter Finch
## 3995                   Robert Wagner
## 3996                      Jean Marsh
## 3997                     Kate Dickie
## 3998                        Master P
## 3999                   Frank Vincent
## 4000                   Lynn Redgrave
## 4001                Soledad Villamil
## 4002                     John Amplas
## 4003                   Gloria Votsis
## 4004                       Dan Hicks
## 4005                     J.B. Smoove
## 4006                      John Heard
## 4007       Zaide Silvia GutiÃ<U+0083>©rrez
## 4008                Johanna MÃ<U+0083>¸rck
## 4009                    Fred Willard
## 4010                  Nicholas Braun
## 4011                    Will Ferrell
## 4012                    Geoff Stults
## 4013           Mykel Shannon Jenkins
## 4014              Christian Campbell
## 4015               Elizabeth Berkley
## 4016                        Ash Cook
## 4017                    Kevin Pollak
## 4018                     Mark Valley
## 4019                     Jerry Brown
## 4020                    Shelly Varod
## 4021                      Jake Busey
## 4022                      Jeff Fahey
## 4023                        Joe Egan
## 4024                   Harvey Korman
## 4025              Sofie GrÃ<U+0083>Â¥bÃ<U+0083>¸l
## 4026                      Demi Moore
## 4027                 Adrian Gonzalez
## 4028                     Matt Gerald
## 4029                 Melissa Benoist
## 4030                       Seu Jorge
## 4031                       John Simm
## 4032                   Rus Blackwell
## 4033                   Bruce Davison
## 4034              Alexandra Rapaport
## 4035                  Darren McGavin
## 4036                 Ramon Rodriguez
## 4037                      Perry King
## 4038                  Kenan Thompson
## 4039                   Rupert Graves
## 4040             Agame Malembo-Emene
## 4041                      Mia Farrow
## 4042                    Woody Strode
## 4043                   Terry Walters
## 4044                 Wilson Guerrero
## 4045                Lou Taylor Pucci
## 4046                       Eric Dane
## 4047                     Karen Allen
## 4048                   Gert FrÃ<U+0083>¶be
## 4049                   Douglas Smith
## 4050                Lionel Barrymore
## 4051               Shirley Henderson
## 4052          Cedric the Entertainer
## 4053                   Molly Ephraim
## 4054                     David Kelly
## 4055                      Dick Clark
## 4056                    Daoming Chen
## 4057                   Robert Rusler
## 4058                   Rupert Graves
## 4059                   Adelaide Kane
## 4060                  Victoria Leigh
## 4061                   Mikki Padilla
## 4062                 Judith Anderson
## 4063                  Gregory Sierra
## 4064                      Bill Cobbs
## 4065                     Eric Stuart
## 4066                     Ron Palillo
## 4067                 Sessue Hayakawa
## 4068                      Royal Dano
## 4069                      Bruce Dern
## 4070                     Ray Walston
## 4071                   Leslie Jordan
## 4072                    Lila Kedrova
## 4073                  Dave Chappelle
## 4074                Kodi Smit-McPhee
## 4075                LisaGay Hamilton
## 4076                   Donald Faison
## 4077                    Jean Simmons
## 4078                Montgomery Clift
## 4079                   Deon Richmond
## 4080                      Seth Green
## 4081                  Walter Brennan
## 4082                Jimmy Jean-Louis
## 4083                    Ariane Labed
## 4084                    Robert Neary
## 4085              A. Michael Baldwin
## 4086                  Kimberly Elise
## 4087                  Lupe Ontiveros
## 4088                 Jessica De Gouw
## 4089                        Lisa Ray
## 4090                     Jimi Mistry
## 4091                  Brian Van Holt
## 4092                Sarita Choudhury
## 4093             Thomas Ian Nicholas
## 4094                  Jack Albertson
## 4095                   Zach Galligan
## 4096                 George Hamilton
## 4097                 Stuart Margolin
## 4098                  Rob McElhenney
## 4099                      Judy Greer
## 4100                 Michael Wincott
## 4101                    Grace Gummer
## 4102              Nambitha Mpumlwana
## 4103                      Jon Lovitz
## 4104                      Joe Howard
## 4105               Haley Joel Osment
## 4106                       Ji-tae Yu
## 4107                  Michael Bolten
## 4108                      Robb Wells
## 4109            HÃ<U+0083>©ctor JimÃ<U+0083>©nez
## 4110                      Dan Hedaya
## 4111                      Kevin Gage
## 4112                 Harry Treadaway
## 4113             Megalyn Echikunwoke
## 4114                      Colm Feore
## 4115                      Adam Scott
## 4116                     Megan Hilty
## 4117                   Aaron Ashmore
## 4118                William Atherton
## 4119                 Cjon Saulsberry
## 4120                  Amanda Mealing
## 4121                  Kostja Ullmann
## 4122                     Eric Stoltz
## 4123                   Betsy Russell
## 4124                    Patti LuPone
## 4125                   Lauren German
## 4126                     Iben Hjejle
## 4127                Scott Mechlowicz
## 4128             Darren Keefe Reiher
## 4129                    Alan Rickman
## 4130                Michael Rapaport
## 4131                     Amy Sedaris
## 4132                  Kristi Clainos
## 4133                     Amy Poehler
## 4134                   Ashley Martin
## 4135                      Alex Meraz
## 4136                 Angie Dickinson
## 4137                  Sarah Rafferty
## 4138                   David Bianchi
## 4139               Shantel VanSanten
## 4140                   Brooke Newton
## 4141                     Jack Taylor
## 4142                    Derek Jacobi
## 4143                     Stacy Keach
## 4144                 Cybill Shepherd
## 4145            Matheus Nachtergaele
## 4146                      Glenn Ford
## 4147                   Nick Chinlund
## 4148                   Michael Nouri
## 4149                 Patrick Bauchau
## 4150                   James Ransone
## 4151               Patrick Troughton
## 4152                      MaÃ<U+0083>¯wenn
## 4153                Patrick Brammall
## 4154                    Gregory Cruz
## 4155                Paula Jai Parker
## 4156                    Joe E. Brown
## 4157                     Terry Kiser
## 4158                           Terry
## 4159                     Peter Boyle
## 4160                   Shawn Roberts
## 4161                     Sanjay Dutt
## 4162             Patricia Richardson
## 4163                      Kelly Reno
## 4164                     Neeru Bajwa
## 4165                      Frank Hvam
## 4166                    Cesar Romero
## 4167                 Ariane Schluter
## 4168                 Esther Williams
## 4169                David Huddleston
## 4170                     Tom Everett
## 4171             Agata Trzebuchowska
## 4172                 Denholm Elliott
## 4173                  Laurie Metcalf
## 4174                 Charlize Theron
## 4175                 Gabrielle Reece
## 4176                 Nacho Vigalondo
## 4177                        Bo Huang
## 4178                     Nick Searcy
## 4179                 Debbie Reynolds
## 4180                    Joel Fuhrman
## 4181                    Alanna Ubach
## 4182           Zackary Steven Graham
## 4183                      Tyler Mane
## 4184                 Charlize Theron
## 4185                   Dan O'Herlihy
## 4186                  M. Emmet Walsh
## 4187                  Melvyn Douglas
## 4188             La'Princess Jackson
## 4189                        Udo Kier
## 4190                  Michael Weston
## 4191                Hans Weingartner
## 4192               Michel CÃ<U+0083>´tÃ<U+0083>©
## 4193                 Samantha Morton
## 4194                    Ato Essandoh
## 4195             Christopher Simpson
## 4196                   Joshua Ormond
## 4197                 Julian Richings
## 4198            Jennifer Jason Leigh
## 4199                    Elden Henson
## 4200                     Tal Bachman
## 4201                     Sheryl Crow
## 4202                   Diana Scarwid
## 4203                    Stephen Root
## 4204                 Carly Schroeder
## 4205                   Emily Pearson
## 4206                     Anupam Kher
## 4207               RÃ<U+0083>¼diger Vogler
## 4208                    Jacob Vargas
## 4209                    Rainn Wilson
## 4210          Piper Mackenzie Harris
## 4211                 Cecilia Pillado
## 4212                Emmanuel Kabongo
## 4213                    Harry Lennix
## 4214                        Max Ryan
## 4215                Patrick Fischler
## 4216                    Kevin Leslie
## 4217                   Joseph Gilgun
## 4218                    Sean Pertwee
## 4219                  Basil Rathbone
## 4220                    Aimee Garcia
## 4221                 Michael O'Neill
## 4222                     Ava Gardner
## 4223                    Cinda McCain
## 4224                   Ellen Burstyn
## 4225                    Phil Hartman
## 4226                    Deems Taylor
## 4227                    Fernando Rey
## 4228               Sebastian Aguilar
## 4229                    Dana Kimmell
## 4230                Melanie Kinnaman
## 4231                 Louise Fletcher
## 4232                    Delroy Lindo
## 4233                     Kayla Ewell
## 4234                    Greer Garson
## 4235                      Ethan Peck
## 4236                     Zohra Segal
## 4237                      James Wolk
## 4238                     Daniel Kash
## 4239                   Teresa Wright
## 4240                      Nick Stahl
## 4241          Per Christian Ellefsen
## 4242                   Arturo Castro
## 4243                     Pablo Rosso
## 4244                 Martha Higareda
## 4245                    David Proval
## 4246                 Michael Chapman
## 4247             Maria Doyle Kennedy
## 4248                 Daniela Bianchi
## 4249                  Jessica Dublin
## 4250                      Alan Autry
## 4251                       John Beck
## 4252                     Ruby Harris
## 4253                  John Carradine
## 4254                    Brock Peters
## 4255                    Bruce Spence
## 4256                       Anita Mui
## 4257                 Shelley Winters
## 4258              Brendan Sexton III
## 4259               Julia Taylor Ross
## 4260                  Ulrich MÃ<U+0083>¼he
## 4261                   Alex Kendrick
## 4262                  Jackie Gleason
## 4263                   Spencer Tracy
## 4264                  Charles Linton
## 4265                    Irene Bedard
## 4266                  James Urbaniak
## 4267                    Albert Delpy
## 4268                   Jorge Salinas
## 4269                    Sarah Clarke
## 4270                    Celeste Holm
## 4271                Shelley Waggener
## 4272                  Brendan Mackey
## 4273                      Don Ameche
## 4274              Brad William Henke
## 4275                  George W. Bush
## 4276               Emily Ratajkowski
## 4277                     Gano Grills
## 4278                  Christian Bale
## 4279                   Leonor Varela
## 4280                Enrico Colantoni
## 4281                    Tawny Kitaen
## 4282                     Amy Sedaris
## 4283                   Brian Blessed
## 4284                  Peter Stickles
## 4285                     Ronny Dayag
## 4286                  Kirby Heyborne
## 4287                     Dick Cheney
## 4288                      David Fine
## 4289                      Jon Tenney
## 4290                     Buzz Aldrin
## 4291                       Zoe Kazan
## 4292                      Bill Maher
## 4293                     Manny Perez
## 4294                     Bob Balaban
## 4295                Krysta Rodriguez
## 4296                 Isabelle Adjani
## 4297                   Mark Margolis
## 4298                  Nathan Parsons
## 4299                 Stephane Gauger
## 4300                      Bobby Deol
## 4301                    Neil Maskell
## 4302                   Steve Buscemi
## 4303                 Annette Badland
## 4304              Caleb Landry Jones
## 4305                  Colin Ferguson
## 4306                   Sanjay Mishra
## 4307                   Frank Vincent
## 4308               Jansen Panettiere
## 4309                   Jeremy Jordan
## 4310                        Amy Ryan
## 4311                     Kent McCord
## 4312                     Chris Evans
## 4313                     Kate Burton
## 4314                  Megan Mullally
## 4315              Michael McLafferty
## 4316                  Jack O'Connell
## 4317                     James Kyson
## 4318                    James Corden
## 4319                   Kenneth Nkosi
## 4320                       Lee Evans
## 4321                   Sean Rogerson
## 4322                    Tommy Knight
## 4323               William Lee Scott
## 4324                        Tim Rice
## 4325                   Charlotte Rae
## 4326                    Linus Roache
## 4327                   Mario Cimarro
## 4328                        Tim Daly
## 4329                  Everett Sloane
## 4330                      Lew Temple
## 4331                     M.C. Gainey
## 4332                 Saffron Burrows
## 4333                    Ben Schwartz
## 4334                  Kevin McCarthy
## 4335                    Curtiss Cook
## 4336                      Lex Barker
## 4337                   Powers Boothe
## 4338                     Zero Mostel
## 4339                    Eddie Vedder
## 4340                 Kevin Alejandro
## 4341                   Wray Crawford
## 4342                 Bella Heathcote
## 4343          Michael Aaron Milligan
## 4344                  Daniel Roebuck
## 4345                 Anthony Edwards
## 4346          Mike 'The Miz' Mizanin
## 4347                 Samantha Mathis
## 4348                 Paddy Considine
## 4349                    Ahmed Hassan
## 4350              Lizzie BrocherÃ<U+0083>©
## 4351                      Judy Greer
## 4352                            Remo
## 4353                       Lin Shaye
## 4354                  Philippe Petit
## 4355                    Peter Feeney
## 4356                  Adam Ratcliffe
## 4357                     Ashley Bell
## 4358                Ophelia Lovibond
## 4359                     Karl Malden
## 4360                    Slim Pickens
## 4361         Ana Claudia TalancÃ<U+0083>³n
## 4362                    Gina Montana
## 4363                   Paul Williams
## 4364             David Patrick Kelly
## 4365                      Bill Irwin
## 4366               T.R. Silambarasan
## 4367                     J.J. Abrams
## 4368                     Gary Farmer
## 4369                    Lhakpa Dorji
## 4370                      Bruce Dern
## 4371                      Jim Backus
## 4372                    Tom Cavanagh
## 4373                    Luke Edwards
## 4374                   Keenan Tracey
## 4375                  Essence Atkins
## 4376                   Ludger Pistor
## 4377                      Will Estes
## 4378                        CJ Adams
## 4379                 Chris Cleveland
## 4380                  Eugenio Derbez
## 4381                     Gordon Jump
## 4382                    Sissy Spacek
## 4383                   Chad Lindberg
## 4384                 Illeana Douglas
## 4385                   Natalie Press
## 4386                     Nimrat Kaur
## 4387                      Joan Allen
## 4388                      Ann Miller
## 4389                      Donna Reed
## 4390                     Ben Johnson
## 4391                   Michael Welch
## 4392                  Clifton Powell
## 4393                   Lamman Rucker
## 4394                      Adel Karam
## 4395                    Pixie Davies
## 4396                  Lior Ashkenazi
## 4397                       Teri Garr
## 4398                         Revathy
## 4399              Jean-Paul Belmondo
## 4400                 Marisa Coughlan
## 4401                  Gage Golightly
## 4402                    Kevin Zegers
## 4403                    Cheryl Hines
## 4404                     Donald Gibb
## 4405                     Jean Arthur
## 4406                 Leo Fitzpatrick
## 4407            Elizabeth Meriwether
## 4408              Jennifer Westfeldt
## 4409                          Ni Yan
## 4410                      T.J. Storm
## 4411                  Rhonda Fleming
## 4412                    Mia Kirshner
## 4413                   Vincent Gallo
## 4414                 Barbara Hershey
## 4415                   Tracey Walter
## 4416                 GastÃ<U+0083>³n Pauls
## 4417                    Yuval Diskin
## 4418                Susanna Thompson
## 4419                    Alia Shawkat
## 4420                 Salvator Xuereb
## 4421                 Theresa Russell
## 4422                    Connor Paolo
## 4423                      Lisa Brave
## 4424              Brendan Sexton III
## 4425                     Jeff Garlin
## 4426                        Nia Long
## 4427                     Kane Hodder
## 4428                Stanley Blystone
## 4429                     Aidan Quinn
## 4430                       Dan Hicks
## 4431                  Monica Calhoun
## 4432                      Jim O'Heir
## 4433                    Jenny O'Hara
## 4434                    John Arcilla
## 4435                 Georgina Reilly
## 4436               Joey Lauren Adams
## 4437                  Jaime Zevallos
## 4438                     Dee Wallace
## 4439                   Bruce Hopkins
## 4440                      Jon Hunter
## 4441                      Sarah Lind
## 4442                Michael Rapaport
## 4443                   Joe Armstrong
## 4444                  Amber Marshall
## 4445                      Jake Busey
## 4446                  Johnny Messner
## 4447                   Robert Duvall
## 4448                 Balthazar Getty
## 4449                     Glen Powell
## 4450                   Billy Gilbert
## 4451               Mercedes MorÃ<U+0083>¡n
## 4452                    Woody Strode
## 4453               Gabriel Beristain
## 4454                 Christina Moore
## 4455                    Adam DiMarco
## 4456                  LÃ<U+0083>©a Drucker
## 4457                 Jonathan Mangum
## 4458                    Cesar Romero
## 4459                   Jason Flemyng
## 4460                    Bruce McGill
## 4461                 Michael Douglas
## 4462                   Paprika Steen
## 4463                      Debi Mazar
## 4464                      Kieu Chinh
## 4465                     Karen Allen
## 4466                 Thure Lindhardt
## 4467                     Miko Hughes
## 4468                Tucker Smallwood
## 4469               Aziz Muradillayev
## 4470                     Lenore Zann
## 4471                   Adam Goldberg
## 4472                     Uday Chopra
## 4473                    Bryan Callen
## 4474                   Chloe Bridges
## 4475                   Joan Fontaine
## 4476                   Adrienne King
## 4477                      Jane Wyman
## 4478                      John Heard
## 4479                    Jenni Rivera
## 4480              Omar Benson Miller
## 4481                     Jean Peters
## 4482                  Walter Pidgeon
## 4483                    Riley Keough
## 4484                   Elvis Nolasco
## 4485               Laura San Giacomo
## 4486                   Monica Potter
## 4487               Daniel von Bargen
## 4488                    Harry Lennix
## 4489                     Vera Wilson
## 4490                        Jon Hamm
## 4491                   Randeep Hooda
## 4492                     Rory Culkin
## 4493                   John Forsythe
## 4494                  Morgan Freeman
## 4495                     Clea DuVall
## 4496                     Drew Waters
## 4497                   Steve Buscemi
## 4498                     Nigel Bruce
## 4499                  Luigi Pistilli
## 4500                  Regina CasÃ<U+0083>©
## 4501                 Marshall Allman
## 4502                  Coyote Shivers
## 4503                                
## 4504                 Sarah Silverman
## 4505                    Johnny Amaro
## 4506                Antonio ArruÃ<U+0083>©
## 4507                     Scott Adsit
## 4508                   Denise Boutte
## 4509                     David Niven
## 4510                   Kristin Booth
## 4511                Victor Zinck Jr.
## 4512                    Jacob Vargas
## 4513                  Cleavon Little
## 4514              Sabrina Carmichael
## 4515                  Deirdre Lorenz
## 4516                       Dane Cook
## 4517                    Gary Stretch
## 4518                    John Jarratt
## 4519                     Clu Gulager
## 4520                                
## 4521                CindyMarie Small
## 4522                Frank Rautenbach
## 4523                   Marilyn Norry
## 4524                    Yayan Ruhian
## 4525                    Vernon Wells
## 4526                  Anella Vastola
## 4527                    Claude Rains
## 4528                   Rosie Traynor
## 4529                Shazahn Padamsee
## 4530                      Ron Rifkin
## 4531                Burgess Meredith
## 4532                    Brady Corbet
## 4533                    Hal Holbrook
## 4534                   Susannah York
## 4535                   Renee Olstead
## 4536                   Albert Brooks
## 4537                  Robert Picardo
## 4538                       Jack Lord
## 4539          Ingrid BolsÃ<U+0083>¸ Berdal
## 4540                 Ashley Laurence
## 4541                    Robin Givens
## 4542                       Gary Cole
## 4543                   Naomi Nishida
## 4544                      Mike Vogel
## 4545                Felicity Huffman
## 4546               Claudiu Trandafir
## 4547                   Cynthia Myers
## 4548                   Neville Brand
## 4549                         Al Gore
## 4550                 Richard Jaeckel
## 4551                  Keith Richards
## 4552                   Richard Burgi
## 4553                    Alex Lawther
## 4554                      Adam Arkin
## 4555                  Eric Schlosser
## 4556                    Robert Amaya
## 4557                   Callie Thorne
## 4558                 Jennifer Garner
## 4559                   Boyd Holbrook
## 4560                    Julia Garner
## 4561                     Jenny Slate
## 4562                 Michael O'Keefe
## 4563                       Lou Adler
## 4564          Natasha Gregson Wagner
## 4565                      Anne Heche
## 4566                       Mark Addy
## 4567                  Phyllis Diller
## 4568                        Nia Long
## 4569                     Ossie Davis
## 4570                  Dylan Minnette
## 4571                   Saul Williams
## 4572                   Frank Gerrish
## 4573                  Manoj Bajpayee
## 4574                      Sid Caesar
## 4575                     Dian Bachar
## 4576                  Paul Schneider
## 4577                  Cathy Moriarty
## 4578                  Agnes Bruckner
## 4579                  Lupe Ontiveros
## 4580                       Nat Wolff
## 4581                   Scandar Copti
## 4582                   Patrick Fugit
## 4583                    Cara Seymour
## 4584                    Elden Henson
## 4585                     AJ Michalka
## 4586                     Herman Koto
## 4587                  George W. Bush
## 4588                     Marv Albert
## 4589                    Rufus Graham
## 4590                  Fisher Stevens
## 4591                      Tom Hamann
## 4592                  Brian Whitaker
## 4593                     Randy Wayne
## 4594                     Anil Kapoor
## 4595                    Greta Gerwig
## 4596                 Clayne Crawford
## 4597                  Michael Lerner
## 4598                    Patsy Kensit
## 4599                  Louis Mustillo
## 4600                      James Gunn
## 4601                   Emily Baldoni
## 4602         Ana Claudia TalancÃ<U+0083>³n
## 4603                Alexia Rasmussen
## 4604                Paul Blackthorne
## 4605                   Jamie Kennedy
## 4606                     Vanilla Ice
## 4607                Mariel Hemingway
## 4608                    Frank Whaley
## 4609                  Andrea Vergara
## 4610                     Ayesha Omar
## 4611                  Kevin McCarthy
## 4612                      Matt Walsh
## 4613                    A.J. Buckley
## 4614                Lauren C. Mayhew
## 4615                    Eddie Albert
## 4616                     Ossie Davis
## 4617           ChloÃ<U+0083>« Grace Moretz
## 4618                 Barbara Hershey
## 4619                  Janette Armand
## 4620                 Shanley Caswell
## 4621              GermÃ<U+0083>¡n Alcarazu
## 4622                   Marlene Forte
## 4623                   Sticky Fingaz
## 4624                    Tom Berenger
## 4625               Anslem Richardson
## 4626                Alexander Vlahos
## 4627                    Pierre Dulat
## 4628                      Chloe Rose
## 4629                      Kevin Gage
## 4630                       Shona Kay
## 4631                      Luke Perry
## 4632                 Spencer Wilding
## 4633                 Dick Van Patten
## 4634                    Katia Winter
## 4635                   David DeLuise
## 4636                    Gia Mantegna
## 4637                     Mike Colter
## 4638              Robert Kennedy Jr.
## 4639                     Karl Malden
## 4640                    Geoff Stults
## 4641                     Vlad Ivanov
## 4642                    Brian Dorton
## 4643                G.J. Echternkamp
## 4644                 David Gallagher
## 4645                 Reza Sixo Safai
## 4646                    Melonie Diaz
## 4647                Michael Angarano
## 4648                  Donnie Dunagan
## 4649                     Rian Bishop
## 4650                Harold Perrineau
## 4651                  Rob McElhenney
## 4652               Christophe Cherki
## 4653                        Ruby Dee
## 4654                     Ari Graynor
## 4655                   Janel Parrish
## 4656                  D. David Morin
## 4657                   Johnny Harris
## 4658               Christopher Berry
## 4659               Samaire Armstrong
## 4660                    Leila Hatami
## 4661                  Stephen McCole
## 4662                       Ken Leung
## 4663                      Todd Field
## 4664                    Melonie Diaz
## 4665                 Francis Lederer
## 4666                  Melora Walters
## 4667                   Hilda Bernard
## 4668                  Kathryn Morris
## 4669                       Tom Guiry
## 4670                     Eion Bailey
## 4671                      Kurt Angle
## 4672            Stig Frode Henriksen
## 4673                     Larry Bagby
## 4674              Alan Pietruszewski
## 4675                      Ron Howard
## 4676       Katy Helvenston-Wettengal
## 4677                    Fred Armisen
## 4678                    Mark Duplass
## 4679                      Larry King
## 4680                    Ben Crompton
## 4681                       Jake Ryan
## 4682                 Atticus Shaffer
## 4683              Stefania Sandrelli
## 4684                 Christel Khalil
## 4685                  Nichola Burley
## 4686                   Michael Welch
## 4687            Jennifer Lee Wiggins
## 4688                   Lloyd Bridges
## 4689                     Arthur Agee
## 4690               Christopher Toler
## 4691                    Lauren Cohan
## 4692                    Bruce Altman
## 4693                    Kara Hayward
## 4694                 Wesley Jonathan
## 4695              Thomas Kretschmann
## 4696                    Paris Hilton
## 4697              Tristan Mack Wilds
## 4698                           Akima
## 4699                     Robinne Lee
## 4700            Steffinnie Phrommany
## 4701                   Lee Armstrong
## 4702                Harvey Weinstein
## 4703                     Dave Fennoy
## 4704                   Madison Lintz
## 4705                   Lorraine Ziff
## 4706                     Justin Kirk
## 4707           Edward Everett Horton
## 4708                  Joshua Leonard
## 4709                    Jimi Hendrix
## 4710                    Barry Dennen
## 4711                David A.R. White
## 4712                  Matthew Feeney
## 4713                    Jason London
## 4714                  Angela Nordeng
## 4715                  Garba TourÃ<U+0083>©
## 4716                   Colin Andrews
## 4717          Steven Michael Quezada
## 4718                  FÃ<U+0083>©lix Moati
## 4719               Annabella Sciorra
## 4720                     Ringo Starr
## 4721                                
## 4722                  Sally Kirkland
## 4723                     Spela Colja
## 4724                       Ken Bevel
## 4725                 Pant Shirt Baba
## 4726                     Peter Breck
## 4727                      Saul Stein
## 4728                      Matt Jones
## 4729                     Hoke Howell
## 4730                    Eva Carrozza
## 4731                  Joe Lo Truglio
## 4732             Sean Michael Afable
## 4733                    Bill Clinton
## 4734                   Vince McMahon
## 4735                   Lincoln Hoppe
## 4736                   Zubaida Sahar
## 4737                   Peter Riegert
## 4738                        Ari Gold
## 4739                       Big Budah
## 4740                    William Katt
## 4741                Scott Mechlowicz
## 4742               Heather Matarazzo
## 4743                       Bill Duke
## 4744                  LisaRaye McCoy
## 4745                  Seymour Cassel
## 4746                   Anna Kendrick
## 4747                       Ricky Jay
## 4748                   Minoru Chiaki
## 4749                     Greg Speirs
## 4750                     Tina Louise
## 4751                    Jake Sandvig
## 4752                   Jack Plotnick
## 4753                      Matt Jones
## 4754                    Amber Benson
## 4755                     Clea DuVall
## 4756                    Whitney Able
## 4757                  Joanne Whalley
## 4758                        Ann Dowd
## 4759                Christa B. Allen
## 4760                        Zheng Xu
## 4761                    Jacques Brel
##                                      actor3 length      budget
## 1                                 Wes Studi    178   237000000
## 2                            Jack Davenport    169   300000000
## 3                          Stephanie Sigman    148   245000000
## 4                      Joseph Gordon-Levitt    164   250000000
## 5                                               NA          NA
## 6                              Polly Walker    132   263700000
## 7                             Kirsten Dunst    156   258000000
## 8                               M.C. Gainey    100   260000000
## 9                        Scarlett Johansson    141   250000000
## 10                             Rupert Grint    153   250000000
## 11                           Alan D. Purwin    183   250000000
## 12                           Frank Langella    169   209000000
## 13                             Rory Kinnear    106   200000000
## 14                           Jack Davenport    151   225000000
## 15                            Tom Wilkinson    150   215000000
## 16                             Harry Lennix    143   225000000
## 17                     DamiÃ<U+0083>¡n AlcÃ<U+0083>¡zar    150   225000000
## 18                       Scarlett Johansson    173   220000000
## 19                           Stephen Graham    136   250000000
## 20                       Nicole Scherzinger    106   225000000
## 21                            James Nesbitt    164   250000000
## 22                              Chris Zylka    153   230000000
## 23                             Scott Grimes    156   200000000
## 24                            James Nesbitt    186   225000000
## 25                     Kristin Scott Thomas    113   180000000
## 26                               Evan Parke    201   207000000
## 27                            Gloria Stuart    194   200000000
## 28                              Chris Evans    147   250000000
## 29                           Tadanobu Asano    131   209000000
## 30                                  Omar Sy    124   150000000
## 31                             Rory Kinnear    143   200000000
## 32                            Kirsten Dunst    135   200000000
## 33                              Don Cheadle    195   200000000
## 34                            Anne Hathaway    108   200000000
## 35                           Daniel Cudmore    104   210000000
## 36                               Sean Hayes    104   200000000
## 37                          Ramon Rodriguez    150   200000000
## 38                           Kelsey Grammer    165   210000000
## 39                             James Franco    130   215000000
## 40                               B.J. Novak    142   200000000
## 41                              James Frain    125   170000000
## 42                             Eddie Izzard    106   200000000
## 43                            Taika Waititi    123   200000000
## 44                              Don Rickles    103   200000000
## 45                                   Common    118   200000000
## 46                               Vin Diesel    140   190000000
## 47                            Mireille Enos    123   190000000
## 48                             Hugh Jackman    149   200000000
## 49                              Noel Clarke    132   190000000
## 50                              Ralph Brown    114   195000000
## 51                             Steve Bisley    143   105000000
## 52                            Reece Ritchie    116   200000000
## 53                       Larry Joe Campbell    131   190000000
## 54                               Kevin Dunn    154   195000000
## 55                            Jim Broadbent    122   185000000
## 56                               Peter Sohn     93          NA
## 57                            Julie Walters     93   185000000
## 58                             Lydia Wilson    122   185000000
## 59                              Jeff Garlin     98   180000000
## 60                         NoÃ<U+0083>©mie Lenoir     91   140000000
## 61                             Tom McCarthy    158   200000000
## 62                              Gary Oldman     96   200000000
## 63                           Eddie Redmayne    127   176000000
## 64                             Casper Crump    110   180000000
## 65                              Shane Rangi    150   180000000
## 66                             Tye Sheridan    144   178000000
## 67                           Morgan Freeman    152   185000000
## 68                             Jess Harnell     96   175000000
## 69                          Stephen Colbert     94   175000000
## 70                              Jon Favreau    126   140000000
## 71                             Ray Winstone    126   170000000
## 72                                 Bai Ling    106   170000000
## 73                             Russell Wong    112   145000000
## 74                           Ike Barinholtz    123   175000000
## 75                             Steve Carell     96   175000000
## 76                              Noah Taylor    113   178000000
## 77                              Zakes Mokae    176   175000000
## 78                               Leo Howard    118   175000000
## 79                            Phyllis Smith     95   175000000
## 80                          Garry Shandling    106   175000000
## 81                              Jon Favreau    124   200000000
## 82                              Sam Claflin    132   170000000
## 83                                Sam Riley     97   180000000
## 84                         Kodi Smit-McPhee    130   170000000
## 85                             Bipasha Basu    109          NA
## 86                             Jin Akanishi    128   175000000
## 87                            Hayley Atwell    136   170000000
## 88                           Mary Kay Place     93   165000000
## 89                          Thomas Robinson    130   190000000
## 90                          Abraham Benrubi    102   165000000
## 91                           Joe Lo Truglio    101   165000000
## 92                            Peter Scolari    100   165000000
## 93                              Judd Hirsch    120   165000000
## 94                           Craig Ferguson     98   165000000
## 95                          Carolyn Hennesy    109   200000000
## 96                           Djimon Hounsou    121   170000000
## 97                            Mackenzie Foy    169   165000000
## 98                     Joseph Gordon-Levitt    148   160000000
## 99                             Atsuko Maeda    120          NA
## 100                           James Nesbitt    182   180000000
## 101                        Jordana Brewster    106    38000000
## 102                            Julia Ormond    166   150000000
## 103                            Oliver Platt    132   160000000
## 104                         Josh Hutcherson    137   160000000
## 105                           Robert Capron    109   150000000
## 106                          Andre Braugher     98   160000000
## 107                           Anne Hathaway    113   170000000
## 108                          Rupert Everett     93   160000000
## 109                              Ruth Negga    123   160000000
## 110                              Matt Smith    126   155000000
## 111                             Laura Brent    113   155000000
## 112                                    Mako    184   140000000
## 113                              Kevin Dunn    144   150000000
## 114                           Brian Blessed    206   155000000
## 115                              Fiona Shaw    138   150000000
## 116                            Rupert Grint    157   150000000
## 117                            Eddie Marsan    102   150000000
## 118                            Willow Smith    104   150000000
## 119                             David Kelly    115   150000000
## 120                           Brian Dennehy    111   150000000
## 121                          Morgan Freeman    128   150000000
## 122                  Cedric the Entertainer     89   150000000
## 123                            Steve Coogan    105   150000000
## 124                        Dominic Monaghan    119   150000000
## 125                               Nona Gaye    129   150000000
## 126                       Livvy Stubenrauch    102   150000000
## 127                         Helmut Bakaitis    138   150000000
## 128                         Anthony Hopkins    112   170000000
## 129                          ZoÃ<U+0083>« Kravitz    120   150000000
## 130                     Armin Mueller-Stahl    146   150000000
## 131                         Anthony Hopkins    115   150000000
## 132                            James Lipton     96   150000000
## 133                              Niecy Nash     88   150000000
## 134                              Lily James     99   150000000
## 135                         Christopher Lee    113   100000000
## 136                             Sean Harris    131   150000000
## 137                               Art Malik    119   150000000
## 138                            Casper Crump    110   180000000
## 139                                Rip Torn     91   150000000
## 140                               Mike Bell     90   150000000
## 141                            Aasif Mandvi    103   150000000
## 142                            Eddie Marsan    124   150000000
## 143                             Matt Craven    131   150000000
## 144                       Tom Everett Scott     88   150000000
## 145                            David Suchet     85   149000000
## 146                            Nonso Anozie    111   150000000
## 147                              Karan Brar     92   145000000
## 148                           Julian Glover    196   175000000
## 149                  Cedric the Entertainer     93   145000000
## 150                               Rick Yune    133   142000000
## 151                              Zach Woods    116   144000000
## 152                             Will Patton    153   140000000
## 153                                Rip Torn     88   140000000
## 154                      Sebastian RochÃ<U+0083>©    115   150000000
## 155                            Wayne Knight     95   145000000
## 156                         Michael Nyqvist    133   145000000
## 157                         Khamani Griffin     97   145000000
## 158                            David Herman     90   100000000
## 159                           Chad Lindberg    154   140000000
## 160                          Ben Mendelsohn    150   140000000
## 161                         Bruce Greenwood    127   150000000
## 162                           Kirsten Dunst    121   139000000
## 163                         America Ferrera    102   145000000
## 164                             Bryan Brown    126   140000000
## 165                        Richard Roxburgh    121   135000000
## 166                        Stephen McHattie    215   130000000
## 167                            Darlene Love    127   140000000
## 168                            Celia Weston    138   137000000
## 169                             Elodie Yung    122   130000000
## 170                            Delroy Lindo    124   130000000
## 171                            Jean Simmons    106   137000000
## 172                           Hayley Atwell    124   140000000
## 173                        Desmond Llewelyn    128   135000000
## 174                         David Threlfall    138   150000000
## 175                          Taylor Lautner    115   120000000
## 176                                  Common    100   135000000
## 177                            William Hurt    135   150000000
## 178                              John Diehl     60     1500000
## 179                              Rafe Spall    117   140000000
## 180                              Lukas Haas    156   135000000
## 181                            Ben Schwartz     96   135000000
## 182                            Stephen Root    107   135000000
## 183                            Andy Richter     92   132000000
## 184                           Albert Finney    115   110000000
## 185                              Dan Fogler     92   130000000
## 186                                    T.I.    117   130000000
## 187                   Sandra Ellis Lafferty    146   130000000
## 188                          Taylor Lautner    115   120000000
## 189                          April Winchell     94   135000000
## 190                           Rick Gonzalez    116   132000000
## 191                          Jordi MollÃ<U+0083>     147   130000000
## 192                             Amy Sedaris     90   130000000
## 193                            August Diehl    101   110000000
## 194                            Logan Lerman    138   125000000
## 195                             Tony Curran    107   135000000
## 196                            Rupert Grint    142   130000000
## 197                             Eddie Baroo    165   130000000
## 198                         Glenn Morshower    100   130000000
## 199                             Della Reese     82   127500000
## 200                            Ralph Ineson     NA          NA
## 201                            Steve Coogan     98   127000000
## 202                            Will Ferrell     95   130000000
## 203                            Verne Troyer    159   125000000
## 204                       Stephanie Szostak     96   130000000
## 205                            Atsuko Maeda    120          NA
## 206                          Jack Davenport    143   140000000
## 207                            Alfred Enoch     NA          NA
## 208                         Josh Hutcherson    123   125000000
## 209                      JÃ<U+0083>¼rgen Prochnow    174   125000000
## 210                          Jeffrey Garcia    101   103000000
## 211                          Aaron Stanford    134   110000000
## 212                          Dwayne Johnson    132   125000000
## 213                           Paul Anderson    129   125000000
## 214                           Alexa Davalos    106   125000000
## 215                           Marshall Bell    113    65000000
## 216                           Clive Russell    102    85000000
## 217                             Stacy Keach    135   125000000
## 218                             John Glover    125   125000000
## 219                           Molly Shannon    110   123000000
## 220                               Sela Ward    124   125000000
## 221                        Richard Roxburgh    123   125000000
## 222                              Bob Gunton    130   140000000
## 223                          Andre Braugher     92   130000000
## 224                                    Tabu    127   120000000
## 225                             Peter Fonda    123   110000000
## 226                            Ato Essandoh    123   120000000
## 227                          Justin Theroux    107   120000000
## 228                             Sean Harris    124   130000000
## 229                        Melanie Griffith     77   120000000
## 230                             Alice Braga    109   115000000
## 231                           Christina Cox    134   105000000
## 232                           Jennifer Ehle    117   100000000
## 233                           Nicholas Elia    135   120000000
## 234                          Teyonah Parris    121   120000000
## 235                          Jordi MollÃ<U+0083>     117   117000000
## 236                             ZoÃ<U+0083>« Bell    124   120000000
## 237                      Hayden Christensen    140   113000000
## 238                      Hayden Christensen    142   115000000
## 239                            James Coburn     92   115000000
## 240                          Rila Fukushima    138   120000000
## 241                           Ian McDiarmid    136   115000000
## 242                            Nicolas Cage     98   135000000
## 243                         Vanessa Hessler    116    78000000
## 244                           Noah Emmerich    153   115000000
## 245                         Charlize Theron    120   115000000
## 246                           Jeremy Howard    101   125000000
## 247                              Amy Warren     91   100000000
## 248                                  Tzi Ma    108   116000000
## 249                            Brad Garrett    112   135000000
## 250                           Tim Heidecker    100   120000000
## 251                            Steve Coogan    108   110000000
## 252                          Archie Panjabi    114   110000000
## 253                           Joe Don Baker    119   110000000
## 254                           Tom Wilkinson    142   110000000
## 255                              Mini Anden    125   110000000
## 256                         Stephanie March    126   120000000
## 257                            Mekhi Phifer    119   110000000
## 258                          Frances Conroy    170   110000000
## 259                          Olly Alexander     85   112000000
## 260                         Chad L. Coleman    119   120000000
## 261                          Dwight Schultz     60          NA
## 262                            Peter Mensah    102   110000000
## 263                        Madison McKinley    103   110000000
## 264                             G.W. Bailey     76   110000000
## 265                          ZoÃ<U+0083>« Kravitz    120   110000000
## 266                              Olga Fonda    127   110000000
## 267                          Vanessa Matsui    105   105000000
## 268                             Lois Chiles    121   160000000
## 269                           Aramis Knight    114   110000000
## 270                         Cyril Raffaelli    129   110000000
## 271                              Billy Boyd    171    93000000
## 272                     CÃ<U+0083>©cile De France    120   110000000
## 273                              Joe Morton    165   107000000
## 274                         Spencer Breslin     82   109000000
## 275                             Chi McBride    115   120000000
## 276                        Philip Glenister    194   130000000
## 277                           Jeffrey Jones     84   133000000
## 278                         Anika Noni Rose     97   105000000
## 279                           Benedict Wong    151   108000000
## 280                                             22          NA
## 281                          Djimon Hounsou    136   126000000
## 282                         Garry Shandling    104    90000000
## 283                           Robert Duvall    127    90000000
## 284                             Oliver Reed    171   103000000
## 285                         Jessica Capshaw    145   102000000
## 286                             Emma Watson    174   100000000
## 287                         Ivana Milicevic    144   150000000
## 288                             Erick Avari    119   100000000
## 289                     S. Epatha Merkerson    153   102000000
## 290                          Stephen Graham    140   100000000
## 291                                     RZA    176   100000000
## 292                              Tom Arnold    141   115000000
## 293                         Michael Rispoli    106   100000000
## 294                               Teri Polo     98   100000000
## 295                             Derek Jeter    116   100000000
## 296                             Roma Maffia    115   100000000
## 297                            Ato Essandoh    165   100000000
## 298                         Bill Fagerbakke     91   100000000
## 299                            John Fiedler     78   100000000
## 300                            Bruce Willis    103    92000000
## 301                           Annie Parisse    131   100000000
## 302                              Gary Lewis    104   100000000
## 303                             Max Records    101   100000000
## 304                            Nonso Anozie    111   150000000
## 305                              Troy Evans    102   100000000
## 306                            Rufus Sewell    103   100000000
## 307                                Udo Kier    121    83000000
## 308                         Stephen Collins    143   100000000
## 309                             Jon Favreau    240   100000000
## 310                              Debi Mazar    121   100000000
## 311                            Seth Gilliam    129   105000000
## 312                           Jim Broadbent    172   102000000
## 313                        Anthony LaPaglia    101    80000000
## 314                           Alex Borstein     87   100000000
## 315                  Ingrid BolsÃ<U+0083>¸ Berdal    101   100000000
## 316                         Michael Wincott     95   140000000
## 317                      Bobb'e J. Thompson    102   100000000
## 318                           Harrison Ford    131    90000000
## 319                            Delroy Lindo    114   105000000
## 320                               Ben Stein     94    84000000
## 321                           Frank Dillane    122   100000000
## 322                              Burt Young     95   100000000
## 323                               Igal Naor    115   100000000
## 324                           Bill Melendez     88    99000000
## 325                          Campbell Scott    110    10000000
## 326                      Patricia Velasquez    130    98000000
## 327                           Jim Broadbent    216   100000000
## 328                        Shigeo Kobayashi    146    94000000
## 329                               Jon Heder     85   100000000
## 330                              Roger Bart     93    90000000
## 331                            Ewen Bremner    152    92000000
## 332                        Katherine LaNasa     85    95000000
## 333                             Gary Oldman    126    93000000
## 334                           Kristin Davis    146   100000000
## 335                              Elton John     89    95000000
## 336                                   Drake     88    95000000
## 337                              Lily James    105    95000000
## 338                            Tom McCarthy    135    65000000
## 339                            Brad Garrett    100    94000000
## 340                            Bernard Hill    192    94000000
## 341                              Billy Boyd    172    94000000
## 342                         Olivia Williams    102    95000000
## 343                            Chris Barrie    100   115000000
## 344                     Clifton Collins Jr.    119   100000000
## 345                       Alessandro Nivola     92    93000000
## 346                            Tyler Labine    105    93000000
## 347                          Joan Plowright    107    90000000
## 348                     Megalyn Echikunwoke    101    92000000
## 349                          Jordi MollÃ<U+0083>     137   107000000
## 350                              Lou Romano    115    92000000
## 351                          Matthew Modine    124    98000000
## 352                            Steve Coogan    118    95000000
## 353                        Linda Fiorentino     98    90000000
## 354                            Wayne Knight     82    90000000
## 355                            Ethan Suplee     98   100000000
## 356                            Harris Yulin     90    90000000
## 357                            Miranda Otto    130   100000000
## 358                                Al Roker     90   100000000
## 359                            Kelly Keaton     94    90000000
## 360                           Joey Slotnick    114    90000000
## 361                             Kelly Lynch     94    92000000
## 362                            Ray Winstone    151    90000000
## 363                              June Foray     88    90000000
## 364                      Brandon T. Jackson    121    92000000
## 365                        Joely Richardson    158    90000000
## 366                        Kevin Chamberlin    128    90000000
## 367                          Robert Maillet    128    90000000
## 368                            Moises Arias    141          NA
## 369                             Cree Summer     95   120000000
## 370                         Jesse McCartney     92    90000000
## 371                      Thomas Kretschmann    121    75000000
## 372                            Kevin Nealon    113    90000000
## 373                                Josh Gad    106    88000000
## 374                           Kevin Sussman    146   100000000
## 375                     Marc John Jefferies     88    90000000
## 376                              Larry King    150    90000000
## 377                           Joey Slotnick    119    95000000
## 378                          Michael Wright    128    80000000
## 379                      Brandon T. Jackson    106    90000000
## 380                          Djimon Hounsou    117    95000000
## 381                            Sanaa Lathan    129    90000000
## 382                           Velibor Topic    116    68000000
## 383                     Catherine McCormack    114    92000000
## 384                             Kim Delaney    114    90000000
## 385                               Will.i.am     96    90000000
## 386                    John Michael Higgins    132   100000000
## 387                           Gaby Hoffmann    104    90000000
## 388                       Natascha McElhone    111    86000000
## 389                            Lex Shrapnel    138   100000000
## 390                           Tim Heidecker    100   120000000
## 391                         Sandahl Bergman    129    20000000
## 392                        Rosemarie DeWitt    144    88000000
## 393                        Richard E. Grant    110    90000000
## 394                         Michael O'Neill    140    87000000
## 395                              Jami Gertz    113    92000000
## 396                        Jordana Brewster    106    38000000
## 397                             Nick Searcy    143    90000000
## 398                         Elizabeth Daily    108   100000000
## 399                        Oksana Akinshina    108    75000000
## 400                          Dean Stockwell    124    85000000
## 401                           Elliott Gould    116    85000000
## 402                           Orlando Bloom    110    75000000
## 403                              Jon Lovitz     91    85000000
## 404                         Fred Tatasciore    107    85000000
## 405                          Hettienne Park     44          NA
## 406                             Sam Shepard    115    85000000
## 407                              Jim Carter    100    85000000
## 408                             Judd Hirsch    104    75000000
## 409                            Sarah Parish    138    85000000
## 410                              Lisa Bonet    140    90000000
## 411                               Zoe Kazan    120    85000000
## 412                               Brad Pitt    122    85000000
## 413                          Jane Krakowski     83    85000000
## 414                            Mekhi Phifer    139    85000000
## 415                          Clemens Schick    131    68000000
## 416                            Ewen Bremner    104    85000000
## 417                          Joan Plowright    130    70000000
## 418                               Karl Yune    145    85000000
## 419                           Nikki Griffin    104    85000000
## 420                           Michael Palin     97   100000000
## 421                              Jake Weber    178    90000000
## 422                              Jsu Garcia    108    85000000
## 423                              Max Wright    123          NA
## 424                          Danny Woodburn    106    85000000
## 425                              Ellen Wong    112    60000000
## 426                            Rekha Sharma    135    60000000
## 427                           Chris Elliott    109    65000000
## 428               Miguel A. NÃ<U+0083>ºÃ<U+0083>±ez Jr.     86    84000000
## 429                             Rakie Ayola     95    35000000
## 430                            Julie Kavner    107    70000000
## 431                        Adrienne Barbeau    130     8000000
## 432                           Katt Williams     82    85000000
## 433                               Tom Hulce     88    85000000
## 434                            Brian Steele    120    85000000
## 435                         Anthony Edwards    162    65000000
## 436                            Tony Goldwyn    123    82000000
## 437                         Lisa Ann Walter    101    81000000
## 438                                  Jet Li    113    80000000
## 439                        Vanessa Redgrave    110    80000000
## 440                        Anthony Reynolds    142    78000000
## 441                              Mike Tyson    102    80000000
## 442                       Andrew Bryniarski    126    80000000
## 443                        Catherine O'Hara     83    80000000
## 444                      David Ogden Stiers     85    80000000
## 445                           Oprah Winfrey     97          NA
## 446                           Robert Duvall    120    75000000
## 447                           Garrick Hagon    116    84000000
## 448                             Dalip Singh    113    82000000
## 449                         Lauren Gottlieb     87    75000000
## 450                              Jon Lovitz    101    80000000
## 451                           Anne Hathaway    110    80000000
## 452                     Paul Michael Glaser    128    80000000
## 453                          Nellie Sciutto    138    80000000
## 454                              Katy Mixon     88    80000000
## 455                             Paula Abdul     91    75000000
## 456                              Joan Allen    138    80000000
## 457                         Kathryn Joosten     99    80000000
## 458                              Liam Aiken    117    80000000
## 459                            Kevin Nealon    117    80000000
## 460                             Charlie Cox     54          NA
## 461                          Dave Chappelle    123    75000000
## 462                           Cameron Boyce    118    80000000
## 463                          Charlie Hunnam    154    79000000
## 464                             Gary Oldman    118    80000000
## 465                               Sam Lloyd     90    80000000
## 466                         Virginia Madsen    113    80000000
## 467                          Michael Jordan     88    80000000
## 468                          William Abadie     93    65000000
## 469                          Juan Riedinger    104    80000000
## 470                           Michael Potts    135    75000000
## 471                             Jim Parrack    134    68000000
## 472                             Amy Sedaris     98    70000000
## 473                    Josh Robert Thompson     80    80000000
## 474                          Zahn McClarnon     83    80000000
## 475                       Nicholas Turturro    102    80000000
## 476                           June Lockhart    130    80000000
## 477                     Jose Pablo Cantillo    129    80000000
## 478                         Michael Brandon    117          NA
## 479                           Fran Drescher     89    80000000
## 480                               Dick York     25          NA
## 481                            Russi Taylor     74    80000000
## 482                           Josh Stamberg     96    80000000
## 483                            David Paymer    114    90000000
## 484                             Sam Shepard     99    80000000
## 485                           Adrian Alonso    129    75000000
## 486                           Rosalind Chao    113    85000000
## 487                          Michael McKean     90    80000000
## 488                         Mackenzie Crook    118    88000000
## 489                              Lukas Haas    106    70000000
## 490                  Julie-Marie Parmentier     81          NA
## 491                           Bart the Bear    117          NA
## 492                            Boris Kodjoe     89    80000000
## 493                            Bruce Thomas    145    80000000
## 494                           Amy Brenneman    114    80000000
## 495                      Madison Rothschild     87    80000000
## 496                              John Topor    119    44000000
## 497                        Heather Locklear     91    80000000
## 498                       Andrea Di Stefano    118    80000000
## 499                             Ethan Embry    116    80000000
## 500                             Larenz Tate    177    80000000
## 501                           Glenne Headly     97    80000000
## 502                           Lotte Verbeek    106    90000000
## 503                            Tom Sizemore    106    70000000
## 504                           Penny Balfour     94    86000000
## 505                            Rie Miyazawa    104    40000000
## 506                           Jemima Rooper    102    52000000
## 507                         Dylan Schombing    105    80000000
## 508                              Ben Diskin     89     8000000
## 509                             Judd Hirsch    135    58000000
## 510                           Niketa Calame     73    45000000
## 511                           Kristin Davis     94    79000000
## 512                           Melissa Sturm     95    78000000
## 513                            Emily Watson    124    78000000
## 514                            Peter Mensah    136   100000000
## 515                             Tim Meadows     91    79000000
## 516                              Mo Gallini    107    76000000
## 517                           Mackenzie Foy    108    81200000
## 518                          Jeremy Northam     99    80000000
## 519                        Jonathan Winters     92    76000000
## 520                           Albert Brooks     87    75000000
## 521                             Tony Curran    110    78000000
## 522                            Steve Coogan     98    76000000
## 523                          Mary McDonnell    154    75000000
## 524                     Vanessa Lee Chester    129    73000000
## 525                            Andy Richter     86    75000000
## 526                             Rita Davies    109    76000000
## 527                           Bruce Davison    104    75000000
## 528                                  Common    110    75000000
## 529                         Bokeem Woodbine    136    75000000
## 530                                Jay Leno    115    80000000
## 531                            Allen Covert     99    75000000
## 532                             Paul Dooley    117    75000000
## 533                       Izabella Scorupco    125    50000000
## 534                          Rupert Everett    110    75000000
## 535                           Michael Kelly    125    75000000
## 536                             Salma Hayek    102    80000000
## 537                    Barry Shabaka Henley    128    60000000
## 538                         Charles Halford     43          NA
## 539                     Yvette Nicole Brown    100    35000000
## 540                          Ben Mendelsohn    124    75000000
## 541                               Jud Tylor    102    75000000
## 542                     Angelina Jolie Pitt     90    75000000
## 543                         Anika Noni Rose    130    70000000
## 544                            Damian Lewis     45          NA
## 545                              Debi Mazar    118    53000000
## 546                         Mathieu Amalric    163    70000000
## 547                             Cole Hauser    142    70000000
## 548                        Catherine O'Hara    100    75000000
## 549                        Christian Berkel    116    75000000
## 550                            Sarah Steele    131    80000000
## 551                        Catherine O'Hara     91    75000000
## 552                              Azura Skye    123    80000000
## 553                            John Gielgud    134    55000000
## 554                         Randall Duk Kim    148    75000000
## 555                             Steve Byers    110    75000000
## 556                        Ransford Doherty    113    52000000
## 557                             Nathan Lane     94    75000000
## 558                               Lena Olin    116    75000000
## 559                         Jason Scott Lee     99    75000000
## 560                        Lou Taylor Pucci     84          NA
## 561                          Megan Mullally     93    75000000
## 562                            Miranda Otto    113    45000000
## 563                           Michael Kelly    106    75000000
## 564                            Steve Coogan     91    74000000
## 565                             Scott Glenn    128    82000000
## 566                              John Heard     98    69000000
## 567                              Huey Lewis    134    75000000
## 568                      Keegan-Michael Key     97    73000000
## 569                           Alexis Dziena    112    70000000
## 570                            Maude Apatow    153    75000000
## 571                              Tim McGraw    110    70000000
## 572                               Gary Cole    122    73000000
## 573                            Kevin Pollak     87    72000000
## 574                          James Robinson    178    72000000
## 575                          James Morrison    125    70000000
## 576                          Marcia Wallace     87    75000000
## 577                          Jeffrey DeMunn    152    72000000
## 578                CristiÃ<U+0083>¡n de la Fuente    116    72000000
## 579                             Oanh Nguyen    109    59660000
## 580                            William Hurt    108    60000000
## 581                             Peter Boyle     85    71500000
## 582                            Cherry Jones    106    72000000
## 583                           Conrad Vernon     93   150000000
## 584                           George Carlin    117   120000000
## 585                         Hector Elizondo    116    70000000
## 586                           Leila Arcieri    132    70000000
## 587                            Eddie Deezen     92    74000000
## 588                              Rene Russo    139    80000000
## 589                         Christoph Waltz    153    75000000
## 590                             Bob Hoskins    142    70000000
## 591                  Ingrid BolsÃ<U+0083>¸ Berdal    101   100000000
## 592                             Franco Nero    124    70000000
## 593                               LL Cool J    117    80000000
## 594                        Lyndie Greenwood     45          NA
## 595                             Noah Taylor    141    68000000
## 596                             Bob Balaban    110    70000000
## 597                              Raoul Bova    109    60000000
## 598                         Jesse McCartney     88    75000000
## 599                             Chris Klein    124    75000000
## 600                          Radha Mitchell    119    70000000
## 601                            Michael Dorn    103    58000000
## 602                         Ramon Rodriguez    116    70000000
## 603                           Albert Finney    125    70000000
## 604                              Ron Rifkin    125    70000000
## 605                            Eddie Marsan    146    66000000
## 606                             Bob Balaban    118    70000000
## 607             Mary Elizabeth Mastrantonio    171    69500000
## 608                     John Buffalo Mailer    136    70000000
## 609                            Zach McGowan     92    70000000
## 610                             Mark Valley    116    70000000
## 611                        Nathaniel Parker    127    70000000
## 612                             Victor Wong    136    70000000
## 613                            Chelcie Ross    111    70000000
## 614                       Garcelle Beauvais    116    70000000
## 615                         Dexter Fletcher    113    60000000
## 616                             Tate Taylor     97    70000000
## 617                           Sandrine Holt     88    70000000
## 618                            Celina Beach    136    75000000
## 619                           Rory Cochrane    125    60000000
## 620                          Ben Mendelsohn    116    35000000
## 621                       Andrew Bryniarski     98    70000000
## 622                             Gregg Henry     91    70000000
## 623                             Randy Quaid     97    70000000
## 624                       David Hyde Pierce     95    70000000
## 625                             Jim Belushi     88    70000000
## 626                          Brandon Molale    133    70000000
## 627                                Bai Ling    106    70000000
## 628                            Neil Maskell    116    70000000
## 629                             Matt Gerald    115    50000000
## 630                              Gaia Weiss     99    70000000
## 631                       Philip Baker Hall    124    68000000
## 632                           Anna Kendrick    124    68000000
## 633                             Gary Farmer    124    68000000
## 634                           Jack McBrayer     87    69000000
## 635                           Aida Turturro    105    68000000
## 636                         Seth MacFarlane    125    68000000
## 637                            Rupert Evans    141    70000000
## 638                            Eddie Izzard    121    65000000
## 639                        Stephen Merchant    111    36000000
## 640                              Debi Mazar    157    68000000
## 641                         Graham McTavish    117          NA
## 642                          Michael Gaston    128    70000000
## 643                         Bruce Greenwood    114          NA
## 644                         Benjamin Walker    105    69000000
## 645                           Maury Chaykin    113    66000000
## 646                            Nancy Travis     30          NA
## 647                          Jeffrey DeMunn    121    66000000
## 648                              Owen Teale    102    35000000
## 649                              Matt Damon    169    70000000
## 650                         Ramon Rodriguez    132    66000000
## 651                          Loretta Devine    127    70000000
## 652                             Denis Leary    103    59000000
## 653                          Reece Thompson    136    68000000
## 654                            Bruce McGill    150    65000000
## 655                           Gloria Foster    136    63000000
## 656                        Kathleen Quinlan    140    62000000
## 657                           Marshall Bell    113    65000000
## 658                              Eric Lloyd    104    60000000
## 659                           Anne Hathaway    158    61000000
## 660                          Dave Chappelle    119    65000000
## 661                           Andrea Savage    106    65000000
## 662                           Stuart Wilson    136    65000000
## 663                              Matt Walsh     95    65000000
## 664                            Alex Russell    137    65000000
## 665                          William Devane    130    65000000
## 666                           Janine Turner    124    70000000
## 667                              Bob Gunton    108    50000000
## 668                       Daniel von Bargen    104    60000000
## 669                          Armando Riesco    129    63000000
## 670                           Marian Seldes    117    65000000
## 671                            Horatio Sanz     99    65000000
## 672                          Sydney Pollack    159    65000000
## 673                             David Zayas    118    65000000
## 674                          Gerald McRaney    105    50100000
## 675                         Warren Christie    103    65000000
## 676                    John Michael Higgins    122    65000000
## 677                           William Smith    114    16900000
## 678                          Paul Guilfoyle    143    65000000
## 679                             Bingbing Li     96    65000000
## 680                              Joan Allen    111    45000000
## 681                             Yvonne Zima    121    65000000
## 682                         Michael Kitchen    135    65000000
## 683                              Jonah Bobo    101    65000000
## 684                       Eugenie Bondurant    151    63000000
## 685                          Brian Geraghty    131    65000000
## 686                        Frances O'Connor     60          NA
## 687                        Richard E. Grant    100    70000000
## 688                          Richard Schiff    105    65000000
## 689                            Miranda Otto     92    65000000
## 690                              Tony Noble    130    50000000
## 691                           Goran Visnjic    100    43000000
## 692                               Eva Green    102    65000000
## 693                              Bill Cobbs    133    64000000
## 694                        Tom Goodman-Hill    121    55000000
## 695                          Simon Chandler    147    50000000
## 696                           Robert Wagner     94    63000000
## 697                       Dee Bradley Baker     94    65000000
## 698                                Bob Peck    127    63000000
## 699                     Isabella Rossellini    212    63000000
## 700                            Raymond Cruz    141    62000000
## 701                            Sung-jun Yoo    103    65000000
## 702                        John Witherspoon     98    64000000
## 703                             David Keith    116    62000000
## 704                           Wendie Malick    114    62000000
## 705                            Verne Troyer     87    62000000
## 706                                   Ice-T    125    42000000
## 707                             ZoÃ<U+0083>« Bell    187    44000000
## 708                               Jon Heder     93    61000000
## 709                         Chelsea Handler     95    63000000
## 710                           Vincent Regan    117    65000000
## 711                               Teri Polo    106    80000000
## 712                           Haley Bennett    115    60000000
## 713                           Michael Jeter    189    60000000
## 714                             Drew Sidora    100          NA
## 715                             Amy Sedaris     81   150000000
## 716                       Emily Ratajkowski    149    61000000
## 717                          Nicky NaudÃ<U+0083>©    119    60000000
## 718                         TchÃ<U+0083>©ky Karyo    130    58000000
## 719                   Clarence Williams III    116    95000000
## 720                            Peter Krause    103    60000000
## 721                             Eden Riegel     99    70000000
## 722                             Jeff Garlin     92    60000000
## 723                               Fred Ward    109    61000000
## 724                        Miriam Margolyes     87    60000000
## 725                           Jimmy Shubert    111    60000000
## 726                               Dana Ivey    101    60000000
## 727                           Anne Bancroft     83   105000000
## 728                             Tasha Smith    113    60000000
## 729                             Randy Quaid    107    60000000
## 730                           Alyson Stoner     94    60000000
## 731                            Rosa Salazar    132    61000000
## 732                            Billy Crudup    140    60000000
## 733                          Amber Valletta    125    60000000
## 734                       Jaqueline Fleming    111    58000000
## 735                               LL Cool J    156    55000000
## 736                         Jessalyn Gilsig    170    60000000
## 737                              Debi Mazar    120    65000000
## 738                            Bernard Hill    100    60000000
## 739                         Jacinda Barrett    115    55000000
## 740                           David Oyelowo    130    60000000
## 741                         Saffron Burrows    105    60000000
## 742                             Judith Hill    111    60000000
## 743                            Griffin Kane    106    60000000
## 744                             Bill Hunter     89    60000000
## 745                            John Hodgman    100    60000000
## 746                        Kristen Connolly     91    48000000
## 747                      Giancarlo Giannini    146    70000000
## 748                           Kristin Davis     98    50000000
## 749                         Fred Williamson    101    60000000
## 750                              Jake Lloyd     94    60000000
## 751                            Brian Steele    132    66000000
## 752                          Sydney Pollack    115    60000000
## 753                          Elaine Stritch     92    60000000
## 754                          Sophie Okonedo    124    60000000
## 755                           Callum Rennie    119    60000000
## 756                            Raymond Cruz    124    60000000
## 757                          Frank Langella     93    60000000
## 758                            Adhir Kalyan     22          NA
## 759                          Ritchie Coster     98    60000000
## 760                      Patrick Kilpatrick     92    60000000
## 761                              Gemma Chan    105    60000000
## 762                          Bradley Cooper    124    60000000
## 763                           Julian Kostov     99    60000000
## 764                            Raymond Cruz    116    75000000
## 765                          Louis Ferreira    124    61000000
## 766                            Tracy Morgan     96    60000000
## 767                       Stockard Channing    104    48000000
## 768                             Alison Brie    100    60000000
## 769                          Treat Williams    115    45000000
## 770                     Matthew McConaughey    101    60000000
## 771                           Wade Williams    113    60000000
## 772                         Xander Berkeley    100    60000000
## 773                          Leleti Khumalo    134    60000000
## 774                          Michael Weston    127          NA
## 775                            Denis O'Hare    125    60000000
## 776                          Michael Lerner     94    65000000
## 777                          Martin Donovan    107    60000000
## 778                            James Corden     91    70000000
## 779                         Jonathan Frakes    116    60000000
## 780                             Julia Duffy    100    60000000
## 781                              Bob Gunton    111          NA
## 782                            Denis O'Hare    117    80000000
## 783                             Chi Muoi Lo    110    40000000
## 784                           Joe Viterelli     96    60000000
## 785                                 50 Cent    101    60000000
## 786                          Carrie Preston    111    60000000
## 787                          Rachael Harris    117    60000000
## 788                         Charlize Theron    126    60000000
## 789                        Michael Angarano    152    60000000
## 790                             Ben Falcone     86          NA
## 791                                  Xzibit    101    87000000
## 792                           Jacob Hopkins     87    60000000
## 793                            Timothy West     85    60000000
## 794                        Kathleen Quinlan    130    60000000
## 795                      Scarlett Johansson    173   220000000
## 796                             Matt Craven    104    60000000
## 797                              Mike Starr    121    50000000
## 798                       Philip Winchester    140    60000000
## 799                            Michael Irby    131    60000000
## 800                        Vanessa Marshall     91    65000000
## 801                          Kevin Corrigan    118    60000000
## 802                             CCH Pounder    130    60000000
## 803                         Shawn Christian     90    60000000
## 804                              Ariel Gade    103    30000000
## 805                            Clint Howard    122    55000000
## 806                           Jamie Foreman    106    60000000
## 807                          Louis Lombardi    103    60000000
## 808                          Ulrich Thomsen    107    60000000
## 809                          Tania Saulnier    156    60000000
## 810                           Noah Emmerich    127    35000000
## 811                              Eddie Peng    119    68005000
## 812                         Paolo Montalban    132    80000000
## 813                          Stefan Kapicic    108    58000000
## 814                          Eric McCormack    114    60000000
## 815                          Keir O'Donnell    133    58800000
## 816                              Ken Marino    103    58000000
## 817                           Caroline Rhea     22     3000000
## 818                           Willie Garson     95    58000000
## 819                          Danny Woodburn     90    60000000
## 820                          Richard Crenna     87    63000000
## 821                            Matt Bushell    114    58000000
## 822                              Jon Lovitz    119          NA
## 823                             Kevin Brown    103    58000000
## 824                              Rob Riggle    125    58000000
## 825                           Shawn Roberts     97    60000000
## 826                      Tristan Mack Wilds    125    58000000
## 827                           Cynthia Nixon     30          NA
## 828                         Charlize Theron    136    57000000
## 829                              Will Forte    116    70000000
## 830                           Terry O'Neill    103    57000000
## 831                              Chris Penn     97    58000000
## 832                     Christopher Lambert     96    57000000
## 833                       Mihalis Giannatos    131    57000000
## 834                      Brian Austin Green     22          NA
## 835                            Tate Donovan     95    56000000
## 836                           Michael Bowen     86    56000000
## 837                            Sam Anderson    142    55000000
## 838                     Matthew Gray Gubler     92    60000000
## 839                               Teri Polo    108    55000000
## 840                            Irene Bedard     84    55000000
## 841                              Ned Beatty    188    55000000
## 842                          Dave Chappelle     95    54000000
## 843                           Kevin Sussman    118    70000000
## 844                          Holland Taylor     92    55000000
## 845                            Fred Willard     74    55000000
## 846                         Michael Chernus    134    55000000
## 847                            Steve Carell    101    55000000
## 848                          Cathy Moriarty    100    50000000
## 849                            James Wilcox    132    55000000
## 850                      Natasha Richardson    105    55000000
## 851                          Ricky Schroder    123    53000000
## 852                             James Karen    117    55000000
## 853                              Haley Ramm     98    55000000
## 854                             Roma Maffia    128    55000000
## 855                              Colm Feore    114    55000000
## 856                         Chiaki Kuriyama    111    30000000
## 857                           Jamie Kennedy     85    55000000
## 858                              Gary Jones     44     1400000
## 859                           Michael Bowen    137    30000000
## 860                             Brion James     97    55000000
## 861                     Isabella Rossellini    104    55000000
## 862                             Kate Luyben    110    55000000
## 863                              J.T. Walsh    133    55000000
## 864                       Philip Baker Hall     94    55000000
## 865                        Michael Angarano    104    55000000
## 866                              Dan Fogler     91    55000000
## 867                             Paul McGann    145    50000000
## 868                        Peter Polycarpou    135    55000000
## 869                        Michael Lonsdale    122    55000000
## 870                                 Om Puri    110    55000000
## 871                           Sally Hawkins     95    55000000
## 872                        Rosemarie DeWitt    102    68000000
## 873                                Rex Linn     94    55000000
## 874                             John Ashton    126    55000000
## 875                          Seymour Cassel    118    55000000
## 876                              Matt Walsh     99    55000000
## 877                           Brian Blessed     88    55000000
## 878                              Colm Feore    141    55000000
## 879                              Kevin Dunn    107    50000000
## 880                            Ellen Barkin    116    55000000
## 881                      Miranda Richardson    143    70000000
## 882                          Jordi MollÃ<U+0083>     114    55000000
## 883                         Paterson Joseph     93    62000000
## 884                             John Castle    280    56000000
## 885                          Jeffrey DeMunn    100    71000000
## 886                          Richard Schiff    107    55000000
## 887                         Hugh Bonneville    119    50000000
## 888                            Brady Corbet     95    57000000
## 889                            David Walton    119    55000000
## 890                         Albert Dupontel    133    47000000
## 891                            Lois Maxwell    152     2000000
## 892                       Charles S. Dutton     96    55000000
## 893                             Tony Curran    117    54000000
## 894                          Madison Pettis    123    55000000
## 895                                Jon Seda     92    55000000
## 896                           Bridget Fonda    170    54000000
## 897                              Judy Greer    123    57000000
## 898                           Amanda Detmer    110    54000000
## 899                           Jackie Cooper    116    54000000
## 900                            David Backus    121    54000000
## 901                              Kevin Dunn    128    55000000
## 902                       Daniel von Bargen     99    46000000
## 903                       Bernadette Peters     94    50000000
## 904                        Richard Roxburgh    127    52500000
## 905                            Matt O'Leary     89    53000000
## 906                              Adam Scott    123    53000000
## 907                            Tom McCarthy    135    90000000
## 908                           Michael Kelly    118    50000000
## 909                             ZoÃ<U+0083>« Bell    189    53000000
## 910                             Hill Harper    172    55000000
## 911                          Kelvin Han Yee    124    55000000
## 912                         Jennifer Garner    141    52000000
## 913                          Parker Sawyers    157    40000000
## 914                             Ann-Margret    106    52000000
## 915                           Julie Walters    108    52000000
## 916                           Anne Hathaway    125    52000000
## 917                          Michael Weston    107    50000000
## 918                              Dash Mihok    215    52000000
## 919                           Mircea Monroe    118    52000000
## 920                             Tom Dreesen    118    52000000
## 921                            Kevin Pollak    178    52000000
## 922                           Rebecca Dayan     92    52000000
## 923                        Victoria Smurfit    104    52000000
## 924                               Rob Moran    116    51000000
## 925                        Maurice LaMarche     90    51000000
## 926                            Alia Shawkat     93          NA
## 927                          Taylor Lautner    130    50000000
## 928                             Bobby Block     90    60000000
## 929                             Jon Stewart    106    50200000
## 930                         Michael Wincott    155    48000000
## 931                             Bonnie Hunt    139    50000000
## 932                            Tom Skerritt    112    50000000
## 933                          Shirley Knight    139    50000000
## 934                           Monica Potter    115    50000000
## 935                            Steve Carell    143    50000000
## 936                         Peter Gallagher     96    50000000
## 937                              Zach Mills    112    50000000
## 938                        Conchata Ferrell    131    52000000
## 939                           Thomas Lennon    116    50000000
## 940                      Amber Stevens West    112    50000000
## 941                           Kirsten Dunst    123    60000000
## 942                         Danny Masterson    104    70000000
## 943                              Megan Park    107    50000000
## 944                         Herbert Russell    124    50000000
## 945                           Mark L. Young     96    50000000
## 946                           Anna Kendrick    125    50000000
## 947                            Peter Gerety    129    45000000
## 948                          William Devane     90    50000000
## 949                            Grant Heslov    109    50000000
## 950                       Stephanie Szostak    124          NA
## 951                     Chandler Canterbury    121    50000000
## 952                         Zooey Deschanel     95    50000000
## 953                            Sissy Spacek    128          NA
## 954                            Steve Carell    118    50000000
## 955                           Michael Monks     80    35000000
## 956                              Jake Busey     99    60000000
## 957                               Brad Pitt    133    50000000
## 958                              Rene Russo    127    50000000
## 959                           Scoot McNairy    106    50000000
## 960                       Tom Everett Scott     98    65000000
## 961                           Rupert Graves    132    54000000
## 962                        Georgina Chapman    114    50000000
## 963                           Nicola Walker     45          NA
## 964                         Alexander Gould     78    50000000
## 965                            Cheryl Hines    101    50000000
## 966                            Conrad Goode    113    50000000
## 967                  Ingrid BolsÃ<U+0083>¸ Berdal     98    50000000
## 968                               Chad Lowe    124    50000000
## 969                          Reuben Langdon    109    60000000
## 970                            Kayvan Novak    128    50000000
## 971                         David Costabile    144    50000000
## 972                       Ana de la Reguera     95    50000000
## 973                       Mary Lynn Rajskub    105    50000000
## 974                             Scott Glenn    121    50000000
## 975                    John Michael Higgins    125    50000000
## 976                        Charles Martinet    129    50000000
## 977                             Alice Krige    132    50000000
## 978                             Faizon Love    118    50000000
## 979                          Natasha Lyonne    113    50000000
## 980                    Siobhan Fallon Hogan    140    50000000
## 981                          Scott Lawrence     89    50000000
## 982                         Gilbert R. Hill    104    55000000
## 983                            Phoebe Cates    106    50000000
## 984                        Leighton Meester    141    50000000
## 985                            Marcel Iures    124    50000000
## 986                               Mike Epps     98    45000000
## 987                             Celia Imrie    108    40000000
## 988                        John Billingsley    114    50000000
## 989                        Sven-Ole Thorsen    101    50000000
## 990                           Taylor Dooley     93    50000000
## 991                  Peter Youngblood Hills    119    50000000
## 992                         Spencer Breslin    119    50000000
## 993                                    Rain     99    40000000
## 994                      Carmine Giovinazzo    137    50000000
## 995                              John Lyons    105          NA
## 996                          Paul Guilfoyle    117    40000000
## 997                            Steve Coogan     87    50000000
## 998                     CÃ<U+0083>©cile De France    129    50000000
## 999                          Agnes Bruckner    115    50000000
## 1000                            Kelly Rowan    132    50000000
## 1001                          Richard Brake    131    50000000
## 1002                            Rita Wilson     95    50000000
## 1003                         Rachel Roberts    125    40000000
## 1004                               Tim Daly     98    50000000
## 1005                           Rick Hoffman    110    50000000
## 1006                    Armin Mueller-Stahl    118    50000000
## 1007                        Michelle Forbes    101    50000000
## 1008                             Aaron Hill     60          NA
## 1009                         M. Emmet Walsh     90    70000000
## 1010                    Matthew Gray Gubler    119    50000000
## 1011                        Jessica Collins    139    50000000
## 1012                            Matt Craven    130    50000000
## 1013                           Kelli Garner    100    40000000
## 1014                           Bruce McGill    114    50000000
## 1015                           Raza Jaffrey     96    25000000
## 1016                           Ashley Scott    110    50000000
## 1017                            Rab Affleck    158   390000000
## 1018                           James Franco    102    49900000
## 1019                            Sarah Gadon     84    55000000
## 1020                       William Atherton    115    50000000
## 1021                          Cynthia Nixon     99    50000000
## 1022                             Demi Moore    135    50000000
## 1023                           Brooke Smith    108    22000000
## 1024                           Grant Bowler     43          NA
## 1025                       Edgar RamÃ<U+0083>­rez    127    50000000
## 1026                       Linda Fiorentino    107    50000000
## 1027                          Alison Lohman     95    50000000
## 1028                    Pruitt Taylor Vince    124    60000000
## 1029                         Danny Woodburn    109    55000000
## 1030                         Justin Theroux    102    50000000
## 1031                          Willie Nelson     88    50000000
## 1032                        Garry Shandling     87    50000000
## 1033                             Katy Mixon    104    50000000
## 1034                               Josie Ho     96    18000000
## 1035                           Delroy Lindo     85    49000000
## 1036                        Stephen Walters     64          NA
## 1037                    David Patrick Kelly    104    40000000
## 1038                          Tom Sturridge    135          NA
## 1039                              James Lew    190    48000000
## 1040                           Alison Doody    127    48000000
## 1041                      Matthew Macfadyen    129          NA
## 1042                    Jose Pablo Cantillo    120    49000000
## 1043                           Leland Orser    118    48000000
## 1044                          Mel Rodriguez    112    48000000
## 1045                            Steve Bacic     89     1500000
## 1046                     Mykelti Williamson    114    48000000
## 1047                        Michael Nardone    137    50000000
## 1048                           Vince Vieluf    112    48000000
## 1049                          Alfre Woodard    120    48000000
## 1050                       Bradley Whitford    123    48000000
## 1051                     Brian Doyle-Murray     93    48000000
## 1052                            Fred Gwynne    123    58000000
## 1053                           Gretchen Mol    122    55000000
## 1054                              Jon Gries    115    48000000
## 1055                           Keith Hudson    123    48000000
## 1056                              Andy Dick     96    47000000
## 1057                          Eric Peterson    110          NA
## 1058                         Seymour Cassel    105   100000000
## 1059                            Denis Leary    113    48000000
## 1060                            Alissa Dean    132    48000000
## 1061                           Chris Mulkey     93    14000000
## 1062                     Natalya Bondarchuk    115     1000000
## 1063                            Rob Paulsen     75    47000000
## 1064                            George Cole    108    47000000
## 1065                         Rupert Everett    105    46000000
## 1066                             Larry King    102    48000000
## 1067                           Crystal Lowe    118    46000000
## 1068                        Jonathan Frakes    111    45000000
## 1069                            Julia Jones     81    47000000
## 1070                            Scott Glenn    116    46000000
## 1071                     Randall 'Tex' Cobb     86    45000000
## 1072                        Olympia Dukakis    127    25000000
## 1073                      Jacqueline Bisset    140    48000000
## 1074                          Harvey Korman     91    45000000
## 1075                           D.B. Sweeney     98    45000000
## 1076                         Jenny McCarthy     84    48000000
## 1077                          Heather Burns    109    45000000
## 1078                            Anita Briem     93    45000000
## 1079                        Hector Elizondo    113    40000000
## 1080                           Tony Goldwyn    141    45000000
## 1081                            Brad Renfro    119    45000000
## 1082                             Sean Hayes     97    45000000
## 1083                         Patrick Bergin    117    45000000
## 1084                         Elaine Stritch    101    60000000
## 1085                         Dylan Minnette    153    46000000
## 1086                           Tom Berenger    122    45000000
## 1087                            Robin Sachs    102    45000000
## 1088                           Andy Richter     83    45000000
## 1089                         Steve Whitmire    103    45000000
## 1090                               Udo Kier    110    45000000
## 1091                        Robert Ri'chard    136    30000000
## 1092                           Bruce Altman     91    45000000
## 1093                            Kari Wuhrer     89    45000000
## 1094                          Izabella Miko    107    45000000
## 1095                          Kris Marshall    129    45000000
## 1096                      John Ratzenberger     95   120000000
## 1097                         Ian Richardson    122    35000000
## 1098                     Emilio Estefan Jr.    110    45000000
## 1099                             Rene Russo    135    45000000
## 1100                           Tim Matheson    111     2500000
## 1101                          Robert Duvall     95    45000000
## 1102                          Thomas Lennon    109    50000000
## 1103                          Alice Greczyn     93    26000000
## 1104                         James Tumminia     94    45000000
## 1105                            Joel McHale    117    40000000
## 1106                         Timothy Hutton    112    45000000
## 1107                        William Lucking    111    45000000
## 1108                            David Keith     96    45000000
## 1109                           Gary Stretch    141    45000000
## 1110                         Will Beinbrink     94    25000000
## 1111                             Ben Miller     87    35000000
## 1112                          Julia Roberts     88    50000000
## 1113                         JosÃ<U+0083>© Ferrer    177    40000000
## 1114                        Robert Clohessy    133    45000000
## 1115                             Joe Komara    119    35000000
## 1116                             Sasha Roiz    102    52000000
## 1117                            David Belle    101    70000000
## 1118                    Keenen Ivory Wayans     91    45000000
## 1119                      Obba BabatundÃ<U+0083>©    117    45000000
## 1120                            Tim Meadows     86    45000000
## 1121                         Nels Lennarson    124    45000000
## 1122                      Matthew Broderick    134    45000000
## 1123                            Rakie Ayola     95    35000000
## 1124                         Kristy Swanson    100    45000000
## 1125                            Sam Shepard    220    57000000
## 1126                             Joan Allen    212    50000000
## 1127                         Timothy Hutton    128    45000000
## 1128                              Wes Studi    106    45000000
## 1129                             Laz Alonso    160    45000000
## 1130                                 Man Li    114    45000000
## 1131                             James With     99    40000000
## 1132                              Omar Epps     74    40000000
## 1133                            Unax Ugalde    139    45000000
## 1134                     CÃ<U+0083>©line Sallette     52          NA
## 1135                      Nicholas Turturro    103    45000000
## 1136                             Togo Igawa    101    45000000
## 1137                       Harvey Fierstein     91    65000000
## 1138                           Tate Donovan    130    44500000
## 1139                              Sela Ward    130    44000000
## 1140                           Peter Greene    110    40000000
## 1141                          Minnie Driver    147    44000000
## 1142                            Martin Kove     96    44000000
## 1143                             Anne Heche    118    44000000
## 1144                          Cliff Edwards     88     2600000
## 1145                       Isabelle Huppert    325    44000000
## 1146                           Derek Jacobi    102    50000000
## 1147                            Daniel Mays    110    40000000
## 1148                          Michael Nouri    136    43000000
## 1149                      Elizabeth Perkins    103    43000000
## 1150                            Bob Hoskins    103    45000000
## 1151                           Chelsea Bond     90    43000000
## 1152                        Wilford Brimley    154    42000000
## 1153                           Valerie Tian     99    44000000
## 1154                             Mini Anden     93    40000000
## 1155                             Rob Riggle    109    42000000
## 1156                            Dylan Moran    124    42000000
## 1157                          Julia Sawalha     84    45000000
## 1158                          Debra Messing     90    42000000
## 1159                        Geoffrey Holder    117    40000000
## 1160                       DemiÃ<U+0083>¡n Bichir    123    43000000
## 1161                         Roddy McDowall    251    31115000
## 1162                                Charice    105    42000000
## 1163                          Bruce Davison    115    42000000
## 1164                            Mimi Rogers    122    42000000
## 1165                        David Eigenberg    119    32000000
## 1166                                  Slash     81    42000000
## 1167                          Anthony Zerbe    133    32000000
## 1168                        Virginia Madsen    100    42000000
## 1169                         Kelsey Grammer    120    42000000
## 1170                             Fiona Shaw    104    42000000
## 1171                            Jared Burke    122    50000000
## 1172                          Maggie Cheung     80    31000000
## 1173                       Patrick Fischler     91    40000000
## 1174                            Anders Holm    112    44000000
## 1175                             Jed Brophy    100    45000000
## 1176                           Bob Hastings     30          NA
## 1177                    AndrÃ<U+0083>© Dussollier    105    27000000
## 1178                             Evan Jones    110    41000000
## 1179                    MÃ<U+0083>©lissa Theuriau    101          NA
## 1180                    BÃ<U+0083>©rÃ<U+0083>©nice Bejo    144    65000000
## 1181                 Anthony Chau-Sang Wong    108    41000000
## 1182                        Olivia Williams    107    40000000
## 1183                       J. Smith-Cameron    102    42000000
## 1184                        JoBeth Williams    100    41000000
## 1185                        William Bassett    126     8000000
## 1186                         Bradley Cooper    138    40000000
## 1187                        Craig T. Nelson    108    40000000
## 1188                         Bruce Campbell    105    70000000
## 1189                       Thomas F. Wilson    108    40000000
## 1190                              Amr Waked     89    40000000
## 1191                          Callum Rennie    129    40000000
## 1192                         Alexa PenaVega     84    38000000
## 1193                           Oliver Platt    149    40000000
## 1194                            Bonnie Hunt     94    40000000
## 1195                          Dan Bilzerian    121    40000000
## 1196                        Rosie O'Donnell    128    40000000
## 1197                     Robin Atkin Downes    134    40000000
## 1198                    Marcella Lentz-Pope    120    40000000
## 1199                         Sachiko Ishida    129    40000000
## 1200                            Regina Hall     89    45000000
## 1201                           Nancy O'Dell    116    40000000
## 1202                       Thomas F. Wilson    118    40000000
## 1203                        Craig T. Nelson    107    40000000
## 1204                            Gary Oldman    155    40000000
## 1205                        Vanessa Ferlito    123    40000000
## 1206                         Nicole Beharie    128    40000000
## 1207                         Jack Davenport    139    40000000
## 1208                             Rob Riggle    109    35000000
## 1209                          Wendy Crewson    120    40000000
## 1210                             Rene Russo    121    35000000
## 1211                           Bruce McGill    102    40000000
## 1212                           Eric Schweig    117    40000000
## 1213                           Harry Lennix    178    40000000
## 1214                          Jason Douglas    147    40000000
## 1215                           William Hurt     90    40000000
## 1216                            Jane Curtin    105    40000000
## 1217                             Susan Ward    114    40000000
## 1218                         Cheryl Penland    206    40000000
## 1219                        Marisol Nichols     99    40000000
## 1220                          Julia Roberts    123    34000000
## 1221                           Alex Russell    137    65000000
## 1222                          Thomas Lennon    102    20000000
## 1223                         David Thornton    109    40000000
## 1224                      Shantel VanSanten     82    40000000
## 1225                               Amy Ryan    142    40000000
## 1226                             Sam Jaeger    106    40000000
## 1227                           Lino Facioli    114          NA
## 1228                     Omar Benson Miller    106    50000000
## 1229                         Robert Picardo    108    40000000
## 1230                            Miko Hughes     98    40000000
## 1231                        Michael Wincott    131    35000000
## 1232                         Frances Fisher    118    40000000
## 1233                            Aidan Quinn    113    30000000
## 1234                     Scarlett Johansson    130    40000000
## 1235                         Lindsay Sloane    116    42000000
## 1236                   Jonathan Morgan Heit     89    40000000
## 1237                        Jonathan Brewer    139    40000000
## 1238                              Art Malik    130    30000000
## 1239                            Derek Mears    107    40000000
## 1240                      Roscoe Lee Browne    116    40000000
## 1241                         Timothy Hutton     96    40000000
## 1242                     Ebon Moss-Bachrach     99    40000000
## 1243                             Joy Bryant    104    43000000
## 1244                                 Common    105    25000000
## 1245                          Kevin Sussman    101    40000000
## 1246                            Scott Vance    134    40000000
## 1247                        Virginia Madsen    135    40000000
## 1248                           Bernard Hill     98    40000000
## 1249                    Matthew McConaughey    155    36000000
## 1250                           Sean Connery    106    40000000
## 1251                              Ian Whyte    102    40000000
## 1252                          Jonathan Hyde     95    40000000
## 1253                         Elaine Stritch    103    40000000
## 1254                          Haley Bennett     95          NA
## 1255                            Jeremy Owen    109    40000000
## 1256                           Julene Renee     95    40000000
## 1257                    Shenae Grimes-Beech    111    40000000
## 1258                          Anthony Heald    123    40000000
## 1259                       Kathleen Quinlan    140    38000000
## 1260                              Nat Faxon     94    40000000
## 1261                            Jesse James     94    60000000
## 1262                      Courtney B. Vance     92    40000000
## 1263                        Vincent Pastore    102    40000000
## 1264                        Angie Dickinson    123    40000000
## 1265                              Ione Skye    104    30000000
## 1266                          Daniel Brochu     30          NA
## 1267                             Matt Walsh    102    40000000
## 1268                        Seth MacFarlane    136    40000000
## 1269                           John Kapelos     93    25000000
## 1270                      Stephen Henderson    129    40000000
## 1271                      Vanessa Aspillaga    107    40000000
## 1272                    Marc John Jefferies    117    40000000
## 1273                            Anne Archer    116    40000000
## 1274                        Jesse L. Martin    135    40000000
## 1275                          Angela Bettis    107    40000000
## 1276                         Carlease Burke     90    40000000
## 1277                     Marco Hofschneider     99    40000000
## 1278                            Stephen Rea    104    40000000
## 1279                   Benedict Cumberbatch    115    35000000
## 1280                         Frank Langella    119    40000000
## 1281                       William Ragsdale     99    40000000
## 1282                           David Proval    112      500000
## 1283                         Lillo Brancato    128    40000000
## 1284                          Jesse Borrego    112    40000000
## 1285                              Eric Idle     86    40000000
## 1286                             John Doman    108    60000000
## 1287                           Steven Weber    128    60000000
## 1288                       Christina Milian     84    40000000
## 1289                          Bridget Fonda    111    40000000
## 1290                            Robert Davi    131    45000000
## 1291                               Rip Torn    123    40000000
## 1292                      Philip Baker Hall    101    40000000
## 1293                       Lauren Lee Smith    102    40000000
## 1294                      Oaklee Pendergast    114    45000000
## 1295                        Isabelle Adjani    107    51000000
## 1296                          Helen McCrory     87    40000000
## 1297                           James Gammon    103    40000000
## 1298                        Patricia Heaton     99    40000000
## 1299                         Isabelle Nanty    122    77000000
## 1300                            Riley Smith     91    30000000
## 1301                         Jane Krakowski    103    60000000
## 1302                            Andrew Daly    107    40000000
## 1303                       Jonathan Jackson    106    40000000
## 1304                               Udo Kier    101    42000000
## 1305                          Patrick Fugit    109    40000000
## 1306                            Daniel Mays    110    40000000
## 1307                       Harvey Fierstein     89    40000000
## 1308                              Mike Epps    100          NA
## 1309                            Anne Archer    119    36000000
## 1310                        Xander Berkeley     83    24000000
## 1311                            Eddie Rouse    108    33000000
## 1312                             Tim Guinee    102    40000000
## 1313                          Rupert Graves     93    40000000
## 1314                           John Aylward     84    40000000
## 1315                            Troy Garity    107    26000000
## 1316                           Greg Collins     91    40000000
## 1317                             Kelly Ripa     94    40000000
## 1318                         Jasmine Trinca    115    40000000
## 1319                         Ashley Walters     93    40000000
## 1320                    Jose Pablo Cantillo    105    20000000
## 1321                        Lorraine Bracco    107    20000000
## 1322                       Ljubomir Kerekes    101    25000000
## 1323                           John Mahoney    111    30000000
## 1324                               Andy Lau    113    40000000
## 1325                        Jason Scott Lee    112    25000000
## 1326                           Kang-ho Song    126    39200000
## 1327                     FranÃ<U+0083>§ois Cluzet     90    25000000
## 1328                       Tim Blake Nelson     93          NA
## 1329                    David Patrick Kelly     98    23000000
## 1330                                Prabhas    159    18026148
## 1331                        Michelle Nolden    107    39000000
## 1332                      Tom Everett Scott    102          NA
## 1333                       Jordana Brewster    106    38000000
## 1334                        Atticus Shaffer     87    39000000
## 1335                      Michael Hitchcock    119    40000000
## 1336                               Tim Daly    110    39000000
## 1337                          Jackie Cooper    125    39000000
## 1338                             Oscar Gale    113    40000000
## 1339                               Wei Zhao    150   553632000
## 1340                         Courtney Gains    108    38000000
## 1341                            Eric Winter     96    38000000
## 1342                            Max Casella     93    39000000
## 1343                           Emily Osment    100    38000000
## 1344                        Jonathan Frakes    118    35000000
## 1345                             Elvis Tsui    122    38600000
## 1346                            James Frain    120    38000000
## 1347                       Kristen Johnston     60          NA
## 1348                                Jiao Xu     88    40000000
## 1349                     Deborah Kara Unger    146    38000000
## 1350                         Billy Campbell    115    38000000
## 1351                          Jeffrey Jones    123    35000000
## 1352                  Eduardo VerÃ<U+0083>¡stegui     94    30000000
## 1353                          Kari Matchett    102    38000000
## 1354                            Kelly Lynch     98    38000000
## 1355                              Lena Olin    133    38000000
## 1356                              Bill Nunn    118    38000000
## 1357                          Matthew Glave    105    57000000
## 1358                           Mariah Carey    109    10000000
## 1359                            Ethan Embry    129    38000000
## 1360                          David Clennon    109    15000000
## 1361                        Bokeem Woodbine    127    38000000
## 1362                           Ted Markland    118    37000000
## 1363                          Leonor Varela    110    38000000
## 1364                        Harry Treadaway     90    55000000
## 1365                        Bruce Goodchild    144    32000000
## 1366                         David Walliams     97    38000000
## 1367                      Charles S. Dutton    130    40000000
## 1368                          Nick Robinson    112    38000000
## 1369                        Graham McTavish    133    35000000
## 1370                             Owen Burke    150    37000000
## 1371                          Thomas Lennon    110    40000000
## 1372                          Kevin Sussman     96    37000000
## 1373                Christopher James Baker     96    37000000
## 1374                   Alexandra Maria Lara    123    38000000
## 1375                           Jim Meskimen    188    37000000
## 1376                           Kevin Pollak    107    37000000
## 1377                         Nicholas Braun    110    38000000
## 1378                      Harry Connick Jr.    113    37000000
## 1379                          Anna Kendrick    122    37000000
## 1380                             Anne Heche    116    36000000
## 1381                           Tamala Jones     93    65000000
## 1382                          Thomas Lennon    118    37000000
## 1383                    Aleksey Serebryakov    115    29500000
## 1384                             J.T. Walsh     93    36000000
## 1385                        Barbara Carrera    121    36000000
## 1386                           Crystal Lowe    101    36000000
## 1387                      Harry Connick Jr.    107    36000000
## 1388                  Clarence Williams III    124    34000000
## 1389                            Larenz Tate    109    36000000
## 1390                            Bill Murray    105    37000000
## 1391                        Craig T. Nelson    130    36000000
## 1392                      Daniel von Bargen    127    36000000
## 1393                             Toby Jones    114    37000000
## 1394                           Mason Gamble    106    36000000
## 1395                       John Larroquette     95    36000000
## 1396                            Omid Abtahi     81    37000000
## 1397                           Tracy Morgan     95    35200000
## 1398                              Mike Epps    108    35000000
## 1399                         Kwok-Kwan Chan    105    36000000
## 1400                          Robert Wagner     95    33000000
## 1401                       William Hootkins    126    35000000
## 1402                              Lily Cole    102    36000000
## 1403                          Stuart Wilson    121    35000000
## 1404                            Kim Dickens    129    29000000
## 1405                          Wendie Malick     43          NA
## 1406                           Daryl Sabara     88    35000000
## 1407                       Reginald Ballard    106    35000000
## 1408                            Bruce Green    110    38000000
## 1409                          Rebecca Mader    109    35000000
## 1410                          Walter Koenig    143    35000000
## 1411                                   T.I.    120    35000000
## 1412                          Joe Don Baker    128    35000000
## 1413                               Josh Gad    123    35000000
## 1414                           Josh Segarra    129    35000000
## 1415                        Sherri Shepherd    105    35000000
## 1416                     JÃ<U+0083>¼rgen Prochnow    162    27000000
## 1417                         Paul Guilfoyle    138    35000000
## 1418                         Nicholas Braun    100    35000000
## 1419                         Lauren Ambrose     90    35000000
## 1420                            Jordan Lund    108    35000000
## 1421                            Amanda Wyss    101     1800000
## 1422                           James Gammon    109    33000000
## 1423                     Judith GodrÃ<U+0083>¨che    132    35000000
## 1424                            Dylan Walsh    123    35000000
## 1425                                   Mako     87    34000000
## 1426                           Debra Winger    109    35000000
## 1427                               Masi Oka    109    35000000
## 1428                        Kiersey Clemons     92    35000000
## 1429                             B.J. Novak    125    35000000
## 1430                         Al Freeman Jr.    202    33000000
## 1431                      Mackenzie Aladjem    134    35000000
## 1432                            Ann-Margret     88    35000000
## 1433                      Steven Mackintosh     92    35000000
## 1434                           Mindy Kaling     91    35000000
## 1435                            Tim Meadows     75    33000000
## 1436                      Elizabeth Perkins     98    30000000
## 1437                             Anne Heche    147    35000000
## 1438                           Colin Salmon    100    33000000
## 1439                        Craig T. Nelson    120    10700000
## 1440                           Stephen Root    104    35000000
## 1441                           Jamie Hector    103    35000000
## 1442                      Justin Timberlake    109    40000000
## 1443                             Tom Bosley    104    35000000
## 1444                            Kirsten Day    112    35000000
## 1445                         Logan Browning     60          NA
## 1446                          Vincent Regan     95    50000000
## 1447                       Joyce Van Patten    102          NA
## 1448                          Kylie Minogue    102    35000000
## 1449                            Ed Stoppard    150    35000000
## 1450                         Ian Richardson    122    35000000
## 1451                             Shaun Toub    101    30000000
## 1452                         Brian Van Holt    108    30000000
## 1453                          Colin Stinton     98    27000000
## 1454                          Kaitlyn Dever    137    35000000
## 1455                          Julian Glover    112    35000000
## 1456                           Bruce Spence    101    35000000
## 1457                       Kevin Peter Hall    103    35000000
## 1458                           Joseph Cross    101    35000000
## 1459                          Douglas Smith    112    35000000
## 1460                           Sam J. Jones    111    20000000
## 1461                          George Carlin    102    35000000
## 1462                           Carmen Ejogo    101    35000000
## 1463                             Leon Rippy    155    30000000
## 1464                           D.B. Sweeney     93    19000000
## 1465                            Eros Vlahos    109    35000000
## 1466                         Paul Guilfoyle    140    35000000
## 1467                            Nicki Aycox    108    30000000
## 1468                          Joanna Lumley     96    35000000
## 1469                          Albert Brooks    123    35000000
## 1470                        Richard Cetrone    106    35000000
## 1471                            Pip Torrens     76    35000000
## 1472                         Richard Thomas    107    55000000
## 1473                            Marion Ross     82    35000000
## 1474                          Michael Beach    109    35000000
## 1475                            Derek Mears     99    35000000
## 1476                           Aasif Mandvi     91    35000000
## 1477                         Michael Mosley     87    35000000
## 1478                          Alex Jennings    125    35000000
## 1479                         Wendell Pierce    118    35000000
## 1480                         Austin Nichols     98    31000000
## 1481                            Matt Prokop     92    35000000
## 1482                   Richard Brancatisano     93    30000000
## 1483                        Lysette Anthony    116    27000000
## 1484                        Andrew Garfield     92    35000000
## 1485                       Christopher Rich    115    35000000
## 1486                             Matt Price    120    35000000
## 1487                             Jason Behr    111    35000000
## 1488                           Harris Yulin     94    35000000
## 1489                     Thomas Kretschmann    100    35000000
## 1490                            Shawn Doyle    101    35000000
## 1491                             Fiona Shaw    139    32000000
## 1492                           Ray Nicholas     91    35000000
## 1493                         Maurice Compte    109    35000000
## 1494                       Benno FÃ<U+0083>¼rmann    102    38000000
## 1495                           Colin Salmon    103    35000000
## 1496                       Thomas F. Wilson     83    35000000
## 1497                     Jade Kindar-Martin    123    35000000
## 1498                        Angus Macfadyen    101    35000000
## 1499                          Richard Coyle    117    35000000
## 1500                           Warren Brown     60          NA
## 1501                             John Heard    114    35000000
## 1502                           Raymond Cruz    330    35000000
## 1503                           Julia Ormond    121    35000000
## 1504                          Rie Rasmussen    114    35000000
## 1505                           John Gielgud    156    35000000
## 1506                      Isabelle CarrÃ<U+0083>©    135          NA
## 1507                          Tobey Maguire    148    35000000
## 1508                    Eduard FernÃ<U+0083>¡ndez    148          NA
## 1509                           Bipasha Basu    109          NA
## 1510                          Dwight Yoakam     93    32000000
## 1511                       Beverly D'Angelo     NA    23000000
## 1512                         Jacob Latimore    113    34000000
## 1513                       Melissa McMeekin     91    35000000
## 1514                          Stuart Wilson    139    30000000
## 1515                          Mark Margolis     96    35000000
## 1516                           Hudson Leick    102    34000000
## 1517                             Sami Gayle     96    35000000
## 1518                             Yuria Nara    101    34000000
## 1519                          Hayley Lovitt    128    34000000
## 1520                            Clea DuVall    109    34000000
## 1521                          Vincent Perez    114    34000000
## 1522                             Judy Greer    105    35000000
## 1523                           Tony Kgoroge    141    35000000
## 1524                         M. Emmet Walsh    195    35000000
## 1525                           Kevin Pollak    138    40000000
## 1526                           Bruce McGill    101    33000000
## 1527                         Tichina Arnold     99    30000000
## 1528                             Joe Ochman     85    34000000
## 1529                         Dato Bakhtadze     89    30000000
## 1530                 Misha Gabriel Hamilton     99    33000000
## 1531                       Rachel Blanchard    105    33000000
## 1532                            Chris Ellis     97    33000000
## 1533                          Eddie Jemison    140    33000000
## 1534                        Stephen Dillane    118    10000000
## 1535                      Robert John Burke     94    30000000
## 1536                             Jake Weber    124    38000000
## 1537                            Kenny Baker    134    32500000
## 1538                       Jeremy Crutchley    113    30000000
## 1539                         Susanne Lothar    124    32000000
## 1540                         Joe Lo Truglio     98          NA
## 1541                           Will Ferrell     97    33000000
## 1542                        David Gallagher    123    32000000
## 1543                         M. Emmet Walsh     99    35000000
## 1544                         Robert Mitchum    101    32000000
## 1545                   HÃ<U+0083>©ctor JimÃ<U+0083>©nez     92    32000000
## 1546                           Steve Bannos    131    32500000
## 1547                            Emma Watson    107    32000000
## 1548                        Portia de Rossi    103    29000000
## 1549                       Michael Rapaport    129    32000000
## 1550                          Jay Hernandez    107    20000000
## 1551                           Topher Grace     89    35000000
## 1552                       Portia Doubleday    113    32000000
## 1553                         Russell Peters     93    32000000
## 1554                      Michael DeLorenzo    120    32000000
## 1555                              Ed Lauter     98    32000000
## 1556                             Judy Davis    105    33000000
## 1557                         Treat Williams    142    35000000
## 1558                         Holmes Osborne     98    32000000
## 1559                           William Hurt     96    32000000
## 1560                         Matthew Modine     87    32000000
## 1561                        Roberts Blossom    107    32000000
## 1562                              Nora Dunn     90    28000000
## 1563                             Sonja Sohn    121    55000000
## 1564                    Yvette Nicole Brown    119    32000000
## 1565                           Chris Mulkey    107    35000000
## 1566                          Andrea Martin    110    30000000
## 1567                           Steve Carell    100    30000000
## 1568                           Hal Holbrook     75    32000000
## 1569                           Emily Watson    132    32000000
## 1570                           Leland Orser    105    32000000
## 1571                           Simon Callow     93    32000000
## 1572                          Robert Duvall    289    31500000
## 1573                           Jim Gaffigan    102    32000000
## 1574                      Jean Louisa Kelly    143     6500000
## 1575                            Doug Cockle    113    31500000
## 1576                        Michael Kitchen    161    31000000
## 1577                       Nadine Velazquez    138    31000000
## 1578                           Lois Maxwell    126    34000000
## 1579                      F. Murray Abraham     99    25000000
## 1580                             Hope Davis    101    31000000
## 1581                         Brian McNamara    103    31000000
## 1582                          Noah Emmerich    118    31000000
## 1583                             Zach Woods    116   144000000
## 1584                       Beverly D'Angelo     99    31000000
## 1585                              Jon Gries    105    30250000
## 1586                         Jayne Eastwood    113    45000000
## 1587                      Joey Lauren Adams     93    34200000
## 1588                         Natasha Lyonne    108    30000000
## 1589                             Jim Varney     74    30000000
## 1590                             Joe Morton    116    25000000
## 1591                           Dillon Casey    104    30000000
## 1592                              Alan Ruck    106    31000000
## 1593                           Ethan Suplee    120    30000000
## 1594                      Courtney B. Vance    135    30000000
## 1595                       Vanessa Redgrave    132    30000000
## 1596                       Joel David Moore     92    20000000
## 1597                        Carel Struycken     99    38000000
## 1598                         Sophie Okonedo     90    30000000
## 1599                      Heather Matarazzo    111    37000000
## 1600                        Stephen Collins    103    26000000
## 1601                          Reg E. Cathey    127    33000000
## 1602                             Jason Cope    112    30000000
## 1603                         Rodger Bumpass     87    30000000
## 1604                              Tom Guiry    138    25000000
## 1605                            Mike Colter    132    30000000
## 1606                          Molly Shannon    103    30000000
## 1607                          Gena Rowlands    123    29000000
## 1608                        Yetta Gottesman    111    30000000
## 1609                           Moises Arias    102    30000000
## 1610                        Debbie Reynolds     78    30000000
## 1611                         Melinda Dillon    132    30000000
## 1612                           Julia Ormond    133    30000000
## 1613                           Chris Lowell    108    25000000
## 1614                        Howard Hesseman    125    30000000
## 1615                    Daniel Rindress-Kay     98    35000000
## 1616                           Tracie Thoms    119    30000000
## 1617                            Wanda Sykes     87    30000000
## 1618                      Roscoe Lee Browne     91    30000000
## 1619                             Jean Smart    100    30000000
## 1620                           Maria Thayer    118    30000000
## 1621                           Scott Porter     44          NA
## 1622                      Fionnula Flanagan    109    45000000
## 1623                           Romany Malco     99    30000000
## 1624                          Gena Rowlands    114    30000000
## 1625                         Candice Bergen     89    30000000
## 1626                      Bonnie Somerville     95    19000000
## 1627                       Christa B. Allen     98    37000000
## 1628                           Nina Arianda     94    17000000
## 1629                            Sarah Gadon     85    42000000
## 1630                         Jordi MollÃ<U+0083>     124    30000000
## 1631                         Raphael Sbarge    131    55000000
## 1632                          Walter Koenig    107    27800000
## 1633                             Anne Meara     99    30000000
## 1634                      Priscilla Presley     83    30000000
## 1635                          Tanya Roberts    131    30000000
## 1636                           Peter Sallis     85    30000000
## 1637                           Nellie McKay    126    30000000
## 1638                         M. Emmet Walsh    102          NA
## 1639                         Brenda Blethyn    123    30000000
## 1640                          Luisa Ranieri    105    30000000
## 1641                           Kate Capshaw    125    30000000
## 1642                             Sean Hayes     92          NA
## 1643                          Joanna Lumley     77    40000000
## 1644                             Derek Luke    118          NA
## 1645                         Daniel Kaluuya    121    30000000
## 1646                          Oona Laurence    124    30000000
## 1647                             Reggie Lee     99    30000000
## 1648                          Ellen Burstyn    112    25000000
## 1649                     Emmanuelle Vaugier    111    30000000
## 1650                        Facundo Lombard    107    30000000
## 1651                             Sanoe Lake    104    30000000
## 1652                           Danny Rhodes    113    38000000
## 1653                          Megan Franich    113    32000000
## 1654                       Kristen Connolly     95    30000000
## 1655                             Method Man     86    30000000
## 1656                      Philip Baker Hall    126    30000000
## 1657                         Richard Dawson    101    27000000
## 1658                  Tisha Campbell-Martin    102    25000000
## 1659                         John Macmillan    111    30000000
## 1660                             Liam James     60          NA
## 1661                             Robin Shou     95    30000000
## 1662                           Randall Park     98    30000000
## 1663                       Portia Doubleday    100    30000000
## 1664                          Jasika Nicole    118    30000000
## 1665                           Kevin Dillon     28          NA
## 1666                             Kevin Dunn    125    30000000
## 1667                         Richard Schiff     94    45000000
## 1668                               Tom Kane     79    30000000
## 1669                            Katie Lowes    106    30000000
## 1670                             Luke Mably    111          NA
## 1671                           Huell Howser     63    30000000
## 1672                            Cheri Oteri     85    19000000
## 1673                          Graham Beckel    108    30000000
## 1674                         Aunjanue Ellis    139    30000000
## 1675                      Tom Everett Scott    127    30000000
## 1676                            Traci Lords    106    30000000
## 1677                            Wanda Sykes     95    30000000
## 1678                       Edgar RamÃ<U+0083>­rez    118    30000000
## 1679                       Richard Roxburgh    108    30000000
## 1680                           Dave Annable    105    35000000
## 1681                           David Paymer    131    30000000
## 1682                           Paul Sorvino    104    30000000
## 1683                            Aisha Hinds    133    35000000
## 1684                          Nick Chinlund     94    30000000
## 1685                            Hugh Dillon    109    20000000
## 1686                     Patrick Kilpatrick     96    30000000
## 1687                            Will Patton    105    25000000
## 1688                            Riley Smith     99    30000000
## 1689                             Judy Greer    112    30000000
## 1690                     Deborah Kara Unger    108    30000000
## 1691                           Sissy Spacek    126    35000000
## 1692                     Natasha Henstridge     98    40000000
## 1693                    Delphine ChanÃ<U+0083>©ac    104    26000000
## 1694                        Jordan Prentice    110    35000000
## 1695                           Frank Grillo    130    30000000
## 1696                           Marcel Iures     93    30000000
## 1697                        Robert Costanzo     96    30000000
## 1698                           Mark Camacho    114    30000000
## 1699                         Sandra Vergara    106    30000000
## 1700                              Wes Studi    150    30000000
## 1701                     JÃ<U+0083>¼rgen Prochnow    100    30000000
## 1702                         Paul Guilfoyle    100    30000000
## 1703                        Randall Duk Kim    100    45000000
## 1704                      Christiana Leucas    107    45000000
## 1705                         Munro Chambers    102    25000000
## 1706                        Terence Maynard    101    23000000
## 1707                           Cheech Marin     86    30000000
## 1708                             Lynda Boyd    108    30000000
## 1709                           Verne Troyer    123    40000000
## 1710                             Paul Gross    134          NA
## 1711             BjÃ<U+0083>¶rn Hlynur Haraldsson    511          NA
## 1712                        David Costabile     88    30000000
## 1713                            Ned Bellamy    109    30000000
## 1714                      Matthew Broderick    122    18000000
## 1715                         Treat Williams    251    30000000
## 1716                           James Biberi    118    30000000
## 1717                          Kris Marshall    131    18000000
## 1718                        TchÃ<U+0083>©ky Karyo    109    25000000
## 1719                            Steve Howey     80          NA
## 1720                           Lucy Boynton     88    30000000
## 1721                           Nicholas Tse    103    60000000
## 1722                           Sarah Carter     87    21000000
## 1723                            Sam Shepard    160    30000000
## 1724                            Jaycee Chan    121    18000000
## 1725                              Kad Merad     91          NA
## 1726                        Jason Alexander     92    30000000
## 1727                            Kathy Baker    129    30000000
## 1728                           James Corden     93          NA
## 1729                           Tyrone Keogh    118    30000000
## 1730                            Jemima West    110    24000000
## 1731                           Derek Jacobi    103    30000000
## 1732                         Sergey Garmash     85    30000000
## 1733                         Chiara Caselli    110    30000000
## 1734                            Anders Holm     89    19000000
## 1735                           Hana Mae Lee    115    29000000
## 1736                           Tyler Hilton    153    28000000
## 1737                             Tom Noonan     42          NA
## 1738                          Anne Bancroft    128    30000000
## 1739                          Mark Williams     89    29000000
## 1740                           Oliver Platt    122    35000000
## 1741                          Jennifer Hall    113    29000000
## 1742                        Vincent Pastore     99    29000000
## 1743                            Ben Falcone     99    29000000
## 1744                        Penelope Wilton    147    29000000
## 1745                         Mary McDonnell    112    28000000
## 1746                       Hannah Spearritt     88    12000000
## 1747                           Angel Coulby     94    29000000
## 1748                          Scott Weinger     90    28000000
## 1749                       R. Marcos Taylor    167    28000000
## 1750                           Kate Capshaw    118    28000000
## 1751                    Christine Cavanaugh     83    24000000
## 1752                          Monica Potter    104    60000000
## 1753                          John Sessions    110    29000000
## 1754                       Enrique Iglesias    102    29000000
## 1755                    Reginald VelJohnson    131    28000000
## 1756                     Bobb'e J. Thompson    101    28000000
## 1757                        Charlie Talbert    130    28000000
## 1758                         Demetri Martin    120    30000000
## 1759                       Kenneth Mitchell    135    28000000
## 1760                           Mekhi Phifer    110    26000000
## 1761                             Alex Rocco    103    35000000
## 1762                           Haruma Miura    115    30000000
## 1763                         Seymour Cassel    110    21000000
## 1764                             Jake Busey     91    30000000
## 1765                           Romany Malco    105    28000000
## 1766                       Desmond Llewelyn    127    28000000
## 1767                             Ann Talman     82    28000000
## 1768                          Gloria Reuben     99    27000000
## 1769                           Will Ferrell     90    28000000
## 1770                          Mimi Kirkland    115    28000000
## 1771                            Larry Bagby     96    28000000
## 1772                            Bob Balaban    104    28000000
## 1773                        Michael Rispoli    117    30000000
## 1774                              Fred Ward     83    28000000
## 1775                              Jeri Ryan     99    28000000
## 1776                        Jennifer Garner     81    28000000
## 1777                            Simon Woods    135    28000000
## 1778                         M. Emmet Walsh    117    28000000
## 1779                            Eric Stoltz    139    28000000
## 1780                     TÃ<U+0083>³mas Lemarquis    123    28000000
## 1781                          Antoni Corone    117    21000000
## 1782                            Ben Chaplin     97    28000000
## 1783                                            81   160000000
## 1784                            Faizon Love    103    28000000
## 1785                             Ron Eldard    119    28000000
## 1786                           George Lopez     94    28000000
## 1787                        Kathleen Turner     89    28000000
## 1788                     Natasha Henstridge     98    28000000
## 1789                          Scoot McNairy    107    28000000
## 1790                              Sam Riley    108    28000000
## 1791                          Tencho Gyalpo    134    28000000
## 1792                        Fenella Woolgar    110    27000000
## 1793                          Augustus Prew    103    28000000
## 1794                        Eduardo Noriega    145    24000000
## 1795                                    RZA    100    28000000
## 1796                         Steven Berkoff    131    27500000
## 1797                            Charlyne Yi    133    30000000
## 1798                         Jeffrey Markle    109    30000000
## 1799                 Cedric the Entertainer    114    35000000
## 1800                              Art Malik    164    16000000
## 1801                           Shaun Parkes     92    15000000
## 1802                           Meryl Streep    122    27500000
## 1803                          Jake McDorman     42          NA
## 1804                       Nichelle Nichols    110    30000000
## 1805                         Matthew Settle    116    27000000
## 1806                        Garry Shandling    106   175000000
## 1807                            Tatyana Ali    115    27000000
## 1808                            Ray Charles    148    27000000
## 1809                           Michael Rady    119          NA
## 1810                        Jesse L. Martin    118    25000000
## 1811                        Peter McNicholl    101    30000000
## 1812                              Ty Olsson     82    27000000
## 1813                         Dorian Missick    110    27000000
## 1814                            Sam Shepard    193    27000000
## 1815                             Rafe Spall    130    30000000
## 1816                       Alan Oppenheimer     94    27000000
## 1817                           Bruce Spence    111    27000000
## 1818                     Charlotte Rampling    110    13500000
## 1819                         Joyce Randolph     30          NA
## 1820                               Tim Rose    109    25000000
## 1821                          Dwight Yoakam    123    27000000
## 1822                        Vanesa Tomasino    109    27000000
## 1823                       William Mapother     99    27000000
## 1824                         Sophie Okonedo    106    27000000
## 1825                           Daryl Sabara     89    27000000
## 1826                            Chris Bauer     98    27000000
## 1827                            Paul Barber     93    28000000
## 1828                            Chris Bauer    112    15000000
## 1829                            Eion Bailey    101    27000000
## 1830                        Kristen Stewart    104    25000000
## 1831                           John Neville    120    23000000
## 1832                          Joseph Kaiser    135    27000000
## 1833                           Allen Covert     91    26000000
## 1834                          Willie Garson     97    26000000
## 1835                           Gerry Bednob    133    26000000
## 1836                           Simon Callow    123    25000000
## 1837                          David Harbour    114    28000000
## 1838                    Penelope Ann Miller    111    26000000
## 1839                            Rosie Perez    117    27000000
## 1840                          Jeanne Moreau    121    26000000
## 1841                        Julian Richings    139    22000000
## 1842                             Hope Davis    115    26000000
## 1843                         Glenn Howerton     22          NA
## 1844                        Wolfgang Preiss    175    26000000
## 1845                          Suzie Plakson     85    26000000
## 1846                    Keegan Connor Tracy     90    26000000
## 1847                      Daniel von Bargen    107    26000000
## 1848                      Charles S. Dutton    100    26000000
## 1849                        Michael Rispoli    129    26000000
## 1850                           Dennis Quaid    109    26000000
## 1851                           Jason George     94    26000000
## 1852                            Brad Leland    133    26000000
## 1853                         Bailee Madison    105    26000000
## 1854                            David Kelly    100    26000000
## 1855                            Seth Meyers    113    56000000
## 1856                          Jack Thompson    118    42000000
## 1857                          Kevin McNally    110    26000000
## 1858                          Maura Tierney    110    26000000
## 1859                      Mario Van Peebles     99    26000000
## 1860                             Judy Davis    101    22000000
## 1861                           Monica Keena    100    26000000
## 1862                           Peter Gerety    103    26000000
## 1863                       Beverly D'Angelo    100    26000000
## 1864                         Jessica Wesson     95    25530000
## 1865                  Sandra Ellis Lafferty    117    26000000
## 1866                         Donald Sumpter    129    15000000
## 1867                          Hristo Shopov    120    30000000
## 1868                       Matthew Lawrence    125    25000000
## 1869                             Beth Grant    133    25000000
## 1870                              Ahney Her    116    33000000
## 1871                           Bruce McGill    129    25100000
## 1872                        Xander Berkeley     93    25000000
## 1873                          Clarke Peters    118    26000000
## 1874                         DeVaughn Nixon    129    25000000
## 1875                       Caroline Goodall    185    22000000
## 1876                             Mike Vogel    146    25000000
## 1877                         Jamie Blackley    128    28000000
## 1878                       Tim Blake Nelson     93    80000000
## 1879                      Agnia Ditkovskite    107    26000000
## 1880                              Zack Ward     97    30000000
## 1881                           Sara Stewart    101          NA
## 1882                          Andrea Martin     82    30000000
## 1883                            Liza Lapira     85    25000000
## 1884                        Ernie Reyes Jr.     88    25000000
## 1885                   Charles Martin Smith    119    25000000
## 1886                           Barry Corbin    122    25000000
## 1887                           Bryan Callen     99    25000000
## 1888                      Shirley Henderson     97    26000000
## 1889                           Hugh O'Conor    121    25000000
## 1890                            Bob Newhart     95    45000000
## 1891                      Tom Everett Scott    105    25000000
## 1892                           Mindy Kaling    108    25000000
## 1893                          Powers Boothe    134    25000000
## 1894                                Aaliyah    115    25000000
## 1895                        Billie Whitelaw    107     2800000
## 1896                           Crystal Lowe     86    25000000
## 1897                        Jay R. Ferguson    101    25000000
## 1898                         Bailee Madison     96    17000000
## 1899                        Kelly Macdonald    101    25000000
## 1900                    Larry the Cable Guy    100    25000000
## 1901                       James Badge Dale    117    25000000
## 1902                      Robert John Burke    101    30000000
## 1903                           Steve Carell     98    26000000
## 1904                           Paul Sorvino    146    25000000
## 1905                         Chris Gauthier    102    26000000
## 1906                        Imelda Staunton     97    25000000
## 1907            Mary Elizabeth Mastrantonio    142    25000000
## 1908                       Rebecca Gayheart     98    25000000
## 1909                            Victor Wong    219    23000000
## 1910                             Lukas Haas    109    25000000
## 1911                            Faizon Love     97    25000000
## 1912                        Kevin Breznahan    158    25000000
## 1913                            Cree Summer     85    25000000
## 1914                       Nancy Cartwright     80    25000000
## 1915                            Chi McBride     86    25000000
## 1916                            Kyle Schmid    119    25000000
## 1917                               Max Ryan     98    25000000
## 1918                       Beverly D'Angelo     97    25000000
## 1919                         LisaRaye McCoy    105          NA
## 1920                  Gregory Alan Williams    124    25000000
## 1921                 Alexander SkarsgÃ<U+0083>Â¥rd     97    25000000
## 1922                          Kelly Preston    105    20000000
## 1923                      Billy Aaron Brown    104    17000000
## 1924                         Chelan Simmons    101    25000000
## 1925                                    DMX    101    30000000
## 1926                     Miranda Richardson    114    25000000
## 1927                           Laura Ramsey    105    20000000
## 1928                        Steve Pemberton     90    25000000
## 1929                         Johnny Messner     97    25000000
## 1930                           Billy Crudup    144    25500000
## 1931                          Marian Seldes    114    30000000
## 1932                           Eric Cantona    124    25000000
## 1933                          Vince Corazza     89    25000000
## 1934                         James Whitmore    160    25000000
## 1935                       Victoria Beckham     93    25000000
## 1936                          Kylie Bunbury     87          NA
## 1937                          Chris Elliott     88    25000000
## 1938                             Bob Gunton    142    25000000
## 1939                        Linda Kozlowski     92    21150000
## 1940                          Richard Tyson    117    27000000
## 1941                      Griffin Cleveland    111    25000000
## 1942                          Julia Roberts    121    25000000
## 1943                            Amy Stewart     98          NA
## 1944                             James Read    107    30000000
## 1945                          Tim McInnerny    106    23000000
## 1946                         Rosario Dawson    136    25000000
## 1947                           Faye Dunaway     97    25000000
## 1948                           Kate Harbour      7          NA
## 1949                           Scott Porter    108    25000000
## 1950                      Ã<U+0083>â<U+0080><U+009C>scar Jaenada     97    25000000
## 1951                          Jack Thompson     99    25000000
## 1952                       Nadine Velazquez    103    25000000
## 1953                            Don McManus     95    25000000
## 1954                            Jacob Pitts     93    25000000
## 1955                             Tony Plana     98    13000000
## 1956                             B.J. Novak     90    26000000
## 1957                          Swoosie Kurtz    107    25000000
## 1958                          Bebe Neuwirth     90    25000000
## 1959                          Amanda Tilson    120          NA
## 1960                           Celia Weston    115    16000000
## 1961                     Sergio CalderÃ<U+0083>³n     93     8000000
## 1962                        Illeana Douglas     99    25000000
## 1963                              Zena Grey    107    25000000
## 1964                            Jacob Young    110    25000000
## 1965                        Paul Ben-Victor    101    25000000
## 1966                             Chris Penn     85    25000000
## 1967                        Tara Fitzgerald    132    30000000
## 1968                          Chris Parnell     88          NA
## 1969                       Katharine McPhee     90    25000000
## 1970                         Pauline McLynn    145    25000000
## 1971                     Patrick St. Esprit    110    25000000
## 1972                            Peter Firth    101    25000000
## 1973                               Tom Kane     30          NA
## 1974                           Stephen Root    122    25000000
## 1975                      Rebecca De Mornay    107    25000000
## 1976                           Jacob Vargas    127    26000000
## 1977                            Peter Kwong     99    25000000
## 1978                              Alice Pol    104    17000000
## 1979                             Kevin Dunn    140    25000000
## 1980                          Julia Roberts    133    28000000
## 1981                   James Patrick Stuart    271    25000000
## 1982                          Abbie Cornish    112    25000000
## 1983                           Tony Goldwyn     99    25000000
## 1984                         Daniel Lapaine    100    25000000
## 1985                          Natasha Calis     92    14000000
## 1986                       Cathryn de Prume    105    25000000
## 1987                             Rhys Coiro    110    25000000
## 1988                           James Biberi    116    25000000
## 1989                           Richard Gant     88    17000000
## 1990                          Robert Duvall    111    25000000
## 1991                               Ted Wass    117    25000000
## 1992                           Kaylee DeFer     95    25000000
## 1993                          Jack Plotnick     95    25000000
## 1994                             Craig Hall    127    25000000
## 1995                       Rachel Blanchard    105    33000000
## 1996                             Jeff Kober    104    25000000
## 1997                            Regina Hall     95    15000000
## 1998                        YÃ<U+0083>»suke Iseya    121    25000000
## 1999                        Michael ParÃ<U+0083>©     92    25000000
## 2000                            Julie Adams     80    25000000
## 2001                       Rachel Blanchard    107    25000000
## 2002                           Igor Zaripov     91          NA
## 2003                           Billy Crudup    117    25000000
## 2004                           James Tupper    107    25000000
## 2005                            Liya Kebede    131    13500000
## 2006                           Shawn Hatosy    122    20000000
## 2007                            Stacy Keach     88          NA
## 2008                       Gilles Lellouche    134    25000000
## 2009                         Gil Birmingham    117    25000000
## 2010                 JÃ<U+0083>©rÃ<U+0083>´me Deschamps     80    25000000
## 2011                     Aleksandr Bashirov     85    25000000
## 2012                          Goran Visnjic    138    25000000
## 2013                           Derek Jacobi    121    25000000
## 2014                           Jack Hawkins    134    25000000
## 2015                          Wai-Keung Lau    100    25000000
## 2016                           Jacob Vargas    100    25000000
## 2017                          Swoosie Kurtz    119    14000000
## 2018                          Kirsten Dunst    137    25000000
## 2019                          Walter Koenig    119    25000000
## 2020                             Mike Tyson    139    24000000
## 2021                           Delroy Lindo    114   105000000
## 2022                       Kevin Williamson    120    24000000
## 2023                          Boyd Holbrook     98    25000000
## 2024                           David Walton    106    24000000
## 2025                     Natasha Henstridge     98    24000000
## 2026                            Lori Singer    107     8200000
## 2027                       Patrick Fischler     88    24000000
## 2028                          Harry Shearer    137    24000000
## 2029                             Bill Cobbs    100    24000000
## 2030                            Bonnie Hunt    115    24000000
## 2031              Jennifer Schwalbach Smith    101    24000000
## 2032                      Kathleen Wilhoite    110    24000000
## 2033                           Stephen Root     94    25000000
## 2034                      Garcelle Beauvais     88    24000000
## 2035                       Vanessa Redgrave    127    24000000
## 2036                            Nathan Lane     95    24000000
## 2037                         David Arquette     87    24000000
## 2038                        Theresa Merritt    118    24000000
## 2039                          Martin Landau    107    24000000
## 2040                      Lolita Davidovich    124    24000000
## 2041                          Jessica Szohr     89    24000000
## 2042                          Jessica Szohr     88    24000000
## 2043                         Brenda Blethyn    118    23000000
## 2044                            A.J. Langer     93    24000000
## 2045                           Clive Revill     80    28000000
## 2046                      Geraldine Chaplin    120    24000000
## 2047                              Mike Epps     98    24000000
## 2048                           Jean Simmons    119    24000000
## 2049                             Derek Graf     88    23600000
## 2050                             Evan Parke    201   207000000
## 2051                            Peter Dante     90    20000000
## 2052                        Anthony Daniels    127    18000000
## 2053                         Theresa Randle    119    19000000
## 2054                           O.J. Simpson     85    23000000
## 2055                             Kerr Smith     98    23000000
## 2056                          Jennifer Ehle    101    12500000
## 2057                            Cole Hauser    112    23000000
## 2058                         Catherine Dent     97    23000000
## 2059                          Matt Letscher    126    23000000
## 2060                          Tim McInnerny    106    23000000
## 2061                             Dell Yount     97    23000000
## 2062                           Oliver Stark    100    25000000
## 2063                           Shawn Hatosy    114    23000000
## 2064                        Terence Maynard    101    23000000
## 2065                           Lainie Kazan     88    23000000
## 2066                       Michael Angarano     93    23000000
## 2067                         Lynn Whitfield     92    23000000
## 2068                           Meryl Streep     98    23000000
## 2069                         Garrett Morris     94    23000000
## 2070                            James Bolam    102    23000000
## 2071                            Don Johnson     98    23000000
## 2072                           Barry Corbin    121          NA
## 2073                          Marie Gillain    111    19430000
## 2074                        Michael Wincott     90    11000000
## 2075                             Gaye Brown    100    23000000
## 2076                             Derek Luke     50          NA
## 2077                          Lillete Dubey    141    23000000
## 2078                           Nicholas Tse    139    23000000
## 2079                       Alexandra Silber    114    25000000
## 2080                        Michael Winslow     96    22700000
## 2081                          Steve Bastoni    111    22500000
## 2082                             Phil Leeds    127    22000000
## 2083                          Richard Tyson    107    23000000
## 2084                            Peter Boyle     97    22000000
## 2085                         Angus T. Jones    127    20000000
## 2086                         Madison Pettis    110    22000000
## 2087                             Debra Monk    135    35000000
## 2088                        Colleen Haskell     84    22000000
## 2089                           John Gielgud    240    22000000
## 2090                            Juhi Chawla    122    22000000
## 2091                           Ray McKinnon    114    22000000
## 2092                         Richard Schiff    132    22000000
## 2093                            Darwin Shaw    170    22000000
## 2094                           Shane Brolly    133    22000000
## 2095                                 Xzibit    112    22000000
## 2096                       Thomas F. Wilson    108    21000000
## 2097                        Julian Fellowes    115    22000000
## 2098                        Charles Keating     83    22000000
## 2099                       Matthew Daddario    105    26000000
## 2100                            Daniel Mays    110    40000000
## 2101                      Grigoriy Dobrygin    108          NA
## 2102                              Kyle Gass     96    22000000
## 2103                             Karan Brar     94    22000000
## 2104                             Mike Starr    142    22000000
## 2105                            Jason Mewes    104    22000000
## 2106                         Djimon Hounsou    136   126000000
## 2107                          Trevor Morgan    106    30000000
## 2108                       Alden Ehrenreich    106    22000000
## 2109                           Aries Spears     98    22000000
## 2110                           Frank Grillo    100    22000000
## 2111                            Alice Krige     95    22000000
## 2112                       Isabelle Huppert    107    22000000
## 2113                                   Mako    104    23500000
## 2114                            Franco Nero    104    22000000
## 2115                            Jeremy Kemp    143    25000000
## 2116                              Eric Idle     77    22000000
## 2117                        Radivoje Bukvic     96    25000000
## 2118                          Richard Coyle    114          NA
## 2119                       Christian Berkel    145    21000000
## 2120                         Ian Richardson    116    22000000
## 2121                           Beau Bridges    100     2000000
## 2122                            Roger Cross    104    22000000
## 2123                        Anne-Marie Duff     92    22000000
## 2124                                 Amidou     92    12000000
## 2125                         Frances Conroy    105    22000000
## 2126                        Fabrice Luchini    120    16000000
## 2127                         Dendrie Taylor    116    22000000
## 2128                         Sydney Pollack    119    25000000
## 2129                              Sela Ward    101    21500000
## 2130                             Hope Davis    117    21500000
## 2131                     Gabriel AlmirÃ<U+0083>³n    106    22000000
## 2132                 Alessandra Mastronardi    112    17000000
## 2133                         Kenneth Colley    136    21000000
## 2134                            Trey Parker     81    21000000
## 2135                          Kris Marshall     87     9000000
## 2136                              Matt Hill     96    17000000
## 2137                         DeWayne Warren    106    21000000
## 2138                         Bradley Cooper    122    21000000
## 2139                        Imelda Staunton    123    21000000
## 2140                         Kimberly Elise    133          NA
## 2141                           Matt Schulze     92    21000000
## 2142                            Leslie Hope    110    20000000
## 2143                      Eddie Kaye Thomas    104    21000000
## 2144                                            60     3000000
## 2145                           Carmen Ejogo     98    17000000
## 2146                            Nathan Lane    120    21000000
## 2147                          Bob Clendenin    112    21000000
## 2148                            Gary Oldman    127    20000000
## 2149                           Sarah Wynter    102    21000000
## 2150                   Riley Thomas Stewart     91    21000000
## 2151                            Dom DeLuise    114    35000000
## 2152                          Callum Rennie    115    31000000
## 2153                       William Hootkins    115    18000000
## 2154                           Devin Ratray    120    18000000
## 2155                         Melinda Dillon    135    19400870
## 2156                          Rick Gonzalez     90    20000000
## 2157                              Ronny Cox    100    28000000
## 2158                           Steve Harris    105    33000000
## 2159                          Anthony Heald    138    19000000
## 2160                            Kurt Fuller     94    20000000
## 2161                          Chris Pontius    101    20000000
## 2162                         Joseph Mascolo    131    20000000
## 2163                             Ali Hillis     91    20000000
## 2164                       Hayley McFarland    112    20000000
## 2165                               Jay Mohr     95    32000000
## 2166                            Ben Falcone    100    20000000
## 2167                    Jose Pablo Cantillo    105    20000000
## 2168                             Mike White    108    35000000
## 2169               Bridgette Wilson-Sampras    101    18000000
## 2170                           Mark Camacho    114    30000000
## 2171                        Brittany Daniel    109    37000000
## 2172                           Beau Bridges    115    20000000
## 2173                               Ski Carr    117    20000000
## 2174                         Melissa Ordway    107    20000000
## 2175                           Taran Killam    134    20000000
## 2176                           Jason Weaver    118    20000000
## 2177                            Tasha Smith    121    20000000
## 2178                       Conchata Ferrell    105    20000000
## 2179                          Brendan Coyle    110    20000000
## 2180                           Romeo Miller    114    20000000
## 2181                         Tony Lo Bianco    104     1800000
## 2182                     Jada Pinkett Smith    100    20000000
## 2183                           Fred Willard     85    20000000
## 2184                        Spencer Breslin     72    20000000
## 2185                          Oprah Winfrey    128    20000000
## 2186                               Tony Jay     72    20000000
## 2187                         Charles Mesure     89    20000000
## 2188                          Marc Macaulay     96    20000000
## 2189                             Ken Sansom     77    30000000
## 2190                        Aryana Engineer    123          NA
## 2191                          Edgar Arreola    111    20000000
## 2192                          Denise Boutte     30          NA
## 2193                           Fred Willard     93    20000000
## 2194                        Sandahl Bergman    129    20000000
## 2195                     Brian d'Arcy James    128    20000000
## 2196                            Robert Pine    110    22000000
## 2197                         Matthew Knight    137    20000000
## 2198                   Barry Shabaka Henley    124    20000000
## 2199                            Alex Winter     93    20000000
## 2200                            Amy Poehler    115    20000000
## 2201                         Yvette Mimieux     98    20000000
## 2202                           Filippo Timi    105    20000000
## 2203                           Jacob Vargas    127    20000000
## 2204                  Anneliese van der Pol     82    20000000
## 2205                         Dermot Crowley    143    25000000
## 2206                             Jane Fonda    103    19800000
## 2207                         Carrie Preston    104    20000000
## 2208                            Trey Parker     98    30000000
## 2209                            Shaun Sipos     92    11000000
## 2210                      Harry Connick Jr.    123    20000000
## 2211                          Molly Shannon     88    20000000
## 2212                            Ray Walston    158    20000000
## 2213                          Lucas Grabeel    128    20000000
## 2214                         MarÃ<U+0083>­a Botto    107    20000000
## 2215                   Francesca Rettondini     91    35000000
## 2216                        Paula GarcÃ<U+0083>©s     90    19000000
## 2217                             Jeff Perry    115    20000000
## 2218                         Skyler Samuels    101          NA
## 2219                         Romi Aboulafia    113    20000000
## 2220                             Lisa Bonet    113    20000000
## 2221                           Margaret Cho     87    27000000
## 2222                      Philip Baker Hall    101    20000000
## 2223                            Daniel Mays    111    20000000
## 2224                          Tom Wilkinson    108    20000000
## 2225                        Christine Lakin    105    20000000
## 2226                          Noel Gugliemi    109    20000000
## 2227                          Jasper Levine    109    20000000
## 2228                           Tate Donovan     99    20000000
## 2229                           Tiffany Lamb     98    20000000
## 2230                           Geoff Stults    104    20000000
## 2231                           Brett Cullen    109    20000000
## 2232                      Samaire Armstrong     75     9000000
## 2233                         Ben Mendelsohn    119    20000000
## 2234                        Christine Lakin     90    20000000
## 2235                         Toby Hemingway     97    20000000
## 2236                   John Patrick Amedori    103          NA
## 2237                             Jake Short     89    40000000
## 2238                         Holland Taylor    106    20000000
## 2239                            Emily Meade     96    20000000
## 2240                              Tom Bower    115          NA
## 2241                      Maximilian Schell    104    20000000
## 2242                                            24          NA
## 2243                             John Gavin    108      806947
## 2244                          Riki Lindhome    112    40000000
## 2245                         Rhys Wakefield    104    20000000
## 2246                             Jane Fonda    113    20000000
## 2247                            Billy Barty     98    20000000
## 2248                             Leo McKern    121    20000000
## 2249                              Dana Ivey    114    30000000
## 2250                         John de Lancie    124    20000000
## 2251                           Hal Holbrook    148    15000000
## 2252                        Jacinda Barrett    108    20000000
## 2253                         Martin Donovan     95    20000000
## 2254                           Cheech Marin    108    19000000
## 2255                           John Fiedler     68    20000000
## 2256                       Steve Guttenberg    103    20000000
## 2257                               Qiu Yuen     99    20000000
## 2258                        Sharon Lawrence     30          NA
## 2259                           Stephen Root     88    35000000
## 2260                         Khalid Abdalla    128    20000000
## 2261                           Danny Huston    124    20000000
## 2262                          Kelly Carlson     84    20000000
## 2263                          Anna Kendrick    122    37000000
## 2264                           James Brolin    101    20000000
## 2265                               Zak Orth     98    20000000
## 2266                         Bernie Sanders    105          NA
## 2267                         JosÃ<U+0083>© Ferrer    225    20000000
## 2268                               Joe Cole    111    19500000
## 2269                         Ike Barinholtz     88    25000000
## 2270                            Lorna Raver     88    27000000
## 2271                         Joanne Whalley     94    20000000
## 2272                          Ed Begley Jr.    117    20000000
## 2273                              Jacky Ido     95    20000000
## 2274                             Sam Lerner     99    40000000
## 2275                        David Carradine     96    20000000
## 2276                           Dianne Wiest     98    20000000
## 2277                            Nimrat Kaur    123    20000000
## 2278                         Holmes Osborne    101    30000000
## 2279                        Michael Rispoli    102    22000000
## 2280                               Jon Seda     94    20000000
## 2281                          Jordan Carlos    102    20000000
## 2282                             Nick Gomez    108    22000000
## 2283                       Kodi Smit-McPhee    116    20000000
## 2284                              Don Stark     93    20000000
## 2285                           Melonie Diaz    102    20000000
## 2286                         Sarah Solemani    103    20000000
## 2287                    Clifton Collins Jr.    115    20000000
## 2288                             Judy Davis     96    20000000
## 2289                           David Ramsey     98    20000000
## 2290                     Riccardo Scamarcio    101    20000000
## 2291                            James Russo    106    20000000
## 2292                          Jeff DeRocker    101    20000000
## 2293                          Kris Marshall     87     9000000
## 2294                            Edi Gathegi    111    20000000
## 2295                     Brendan Sexton III     99    21000000
## 2296                        Peter Wingfield     88    20000000
## 2297                              Gigi Rice     83    33000000
## 2298                 Cedric the Entertainer     91    20000000
## 2299                             Dash Mihok    108    20000000
## 2300                             Ben Vereen    154    20000000
## 2301                    Serena Scott Thomas    148    20000000
## 2302                            Jon Stewart     77    20000000
## 2303                             Laz Alonso    110    20000000
## 2304                             Scott Wolf     42          NA
## 2305                           Gary Coleman     83    12000000
## 2306                            Marko Zaror    107    20000000
## 2307                       Jackie Burroughs    100    22000000
## 2308                            Jeff Garlin     87    20000000
## 2309                        Lesley Manville    154    10000000
## 2310                       Michael Rapaport    106    20000000
## 2311                            Sarah Gadon     99    15000000
## 2312                          Rory Cochrane    100     8700000
## 2313                           Leven Rambin    116    20000000
## 2314                          Karin Konoval     94    20000000
## 2315                           Ryan Donowho    111    20000000
## 2316                           Danny Huston    100    20000000
## 2317                          Albert Brooks    125    20000000
## 2318                     Caroline Dhavernas    114    20000000
## 2319                         Victoria Learn    119    20000000
## 2320                         Tyrone Benskin    135    20000000
## 2321                      Ã<U+0083>â<U+0080><U+009C>scar Jaenada     93    20000000
## 2322                          Nora Zehetner    114    20000000
## 2323                        Samantha Morton    124    21000000
## 2324                           Billy Crudup    134  2400000000
## 2325                       Virginie Ledoyen    114    20000000
## 2326                         Caitlyn Jenner    124    20000000
## 2327                           Danny Huston    104     2000000
## 2328                         Brent Anderson    118    20000000
## 2329                        Paula GarcÃ<U+0083>©s     80    20000000
## 2330                           Sean Pertwee    107    20000000
## 2331                         Matthew Walker    125    40000000
## 2332                           Faye Dunaway    115    24000000
## 2333                           Toni Braxton     88    20000000
## 2334                         Melvil Poupaud    122    10000000
## 2335                         Rosalind Ayres    103  2127519898
## 2336                       Jimmy Jean-Louis    101    20000000
## 2337                         Frank Langella    101          NA
## 2338                          Sandrine Holt    107    20000000
## 2339                          Chi Chung Lam     86          NA
## 2340                      Marie-Anne Chazel    118   140000000
## 2341                            Anita Briem    107    20000000
## 2342                            Mark Webber    100    22000000
## 2343                             Ewen Solon     30          NA
## 2344                              Tom Conti    110    20000000
## 2345                        Julian Richings    106          NA
## 2346                            Elea Oberon      7       13000
## 2347                                Andy On    102    25000000
## 2348                          Callum Rennie     98    20000000
## 2349                         Noureen DeWulf     83    20000000
## 2350                          Kevin McGowan    153          NA
## 2351                      Jacqueline Lovell     98    20000000
## 2352                       Edgar RamÃ<U+0083>­rez    105    20000000
## 2353                         Robert Forster     96    20000000
## 2354                       Jodi Lyn O'Keefe    105    27220000
## 2355                             Alan David    125    19400000
## 2356                         Martina Gedeck    184    20000000
## 2357                          Maury Chaykin    236    22000000
## 2358                          Phyllis Smith     97    20000000
## 2359                           Ellen Barkin    113    19000000
## 2360                          Julie Gonzalo     95    20000000
## 2361                          Roger Jackson    103    15000000
## 2362                      F. Murray Abraham     91    20000000
## 2363                             Joe Turkel    146    19000000
## 2364                             J.J. Cohen    116    19000000
## 2365               Bridgette Wilson-Sampras     93    19000000
## 2366                     Hope Olaide Wilson    113    13000000
## 2367                     Cabrina Collesides     90    27000000
## 2368                          Kelli Barrett    101    19000000
## 2369                           David Moscow     95    18000000
## 2370                       Ludivine Sagnier    109    15000000
## 2371              Paul 'Pauly D' DelVecchio     43          NA
## 2372                            Peter Fonda     85    19000000
## 2373                           John Aylward    101    20000000
## 2374                             Miyu Irino    125    19000000
## 2375                            Terence Yin    118          NA
## 2376                       Laurence Olivier    132    25000000
## 2377                            Roger Allam    131    19000000
## 2378                          Alice Greczyn    129    19000000
## 2379                   Dominique McElligott    100    19000000
## 2380                           Stephen Boyd    172    19000000
## 2381                             Dan Fogler     97    23000000
## 2382                            Dante Brown    121          NA
## 2383                        Margaret Tracey     92    19000000
## 2384                     Miranda Richardson    116    19000000
## 2385                            Tracy Letts    110          NA
## 2386                          Ryan Reynolds     90    19000000
## 2387                           Roger Willie     81    19000000
## 2388                      Pedro Miguel Arce     97    15000000
## 2389                          Ching Wan Lau    107          NA
## 2390                           Ellen Barkin    118    18500000
## 2391                           Martin Starr    100    18500000
## 2392                         Ike Barinholtz     97    18000000
## 2393                          Reg E. Cathey    114    18000000
## 2394                             John Heard    130    18000000
## 2395                                Chester     82    18000000
## 2396                           Alanna Ubach     96    18000000
## 2397                          Walter Koenig    105    17000000
## 2398                              JR Bourne    122    20000000
## 2399                            Bree Turner     88    17000000
## 2400                          Quinton Aaron    110    16000000
## 2401                        Tyrone Giordano    103    17000000
## 2402                         Kenan Thompson    106    18000000
## 2403                          Alex Borstein     98    18000000
## 2404                          Robert Wagner     68    17000000
## 2405                            Joey Fatone     94    18000000
## 2406                             Fran Kranz     99    21000000
## 2407                          Carl Weathers    107    15000000
## 2408                              Tom Hulce    180    18000000
## 2409                         Collins Pennie     89    20000000
## 2410                             Neil Flynn     97    17000000
## 2411                        Mario Monicelli    113    18000000
## 2412                          Tom Hollander    131    19800000
## 2413                           Tate Donovan     44          NA
## 2414                             Joan Allen    103    18000000
## 2415                          Merritt Wever    119    18000000
## 2416                       Andrew Dice Clay     98    18000000
## 2417                        Susan Blommaert    111    15000000
## 2418                           Romeo Miller     94    25000000
## 2419                      Matthew Broderick    122    18000000
## 2420                    Nicollette Sheridan     81    18000000
## 2421                            Janet Leigh     89     1000000
## 2422                        Craig T. Nelson    106    18000000
## 2423                          Martin Balsam    122    18000000
## 2424                          Dan Bakkedahl     86    18000000
## 2425                            Grace Jones    103    18000000
## 2426                          Frank Vincent    121    18000000
## 2427                         Frances Conroy    109    18000000
## 2428                          Freddie Jones    109    18000000
## 2429                         Megan Mullally    123    18000000
## 2430                            Kate Burton     94    18000000
## 2431                       Michael Rapaport     94    18000000
## 2432                          Ethan Stiefel    115    18000000
## 2433                   TimothÃ<U+0083>©e Chalamet    107    17000000
## 2434                       Kevin G. Schmidt     91    18000000
## 2435                   Kristin Scott Thomas    125    18000000
## 2436                      Michael Stuhlbarg    122    30000000
## 2437                          Shawn Roberts    102    18000000
## 2438                           Fred Willard     90    18000000
## 2439                          Michael Horse     98    18000000
## 2440                          Mark Margolis    109    18000000
## 2441                          John McMartin    107    18000000
## 2442                            Bruce Payne     90    18000000
## 2443                           Henry Czerny    112    18000000
## 2444                          Frankie Valli     94    18000000
## 2445                          Kellie Martin    105    18000000
## 2446                       Juliet Stevenson    104    18000000
## 2447                               Kim Chan    112    17000000
## 2448                           Albert Salmi    108    18000000
## 2449                        Anne-Marie Duff    112    13000000
## 2450                          Martin Landau    127    18000000
## 2451                           Brooke Smith    111    18000000
## 2452                            Honglei Sun    126    20000000
## 2453                          Tom Wilkinson    114    18000000
## 2454                            Henry Silva     99    20000000
## 2455                         Richard Briers    150    18000000
## 2456                             Aden Young    117          NA
## 2457                            Paul Sparks    112    18000000
## 2458                         Fisher Stevens    108    18000000
## 2459                               Sam Reid    116    18000000
## 2460                         Dallas Roberts     60          NA
## 2461                         Leonie Benesch    144    12000000
## 2462                  James Cullen Bressack     92          NA
## 2463                        Nick Cassavetes     93     2700000
## 2464                       Anthony LaPaglia    103    18000000
## 2465                            Lars Ulrich     93          NA
## 2466                       Lou Taylor Pucci     98    18000000
## 2467                 Katharina SchÃ<U+0083>¼ttler    334          NA
## 2468                              Shawn Yue    114    18000000
## 2469                             Mark Moses    121    11350000
## 2470                          Joseph Pilato     87     3500000
## 2471                          Amanda Schull     92    18000000
## 2472                        Kevork Malikyan    105    14000000
## 2473                        Michael Wincott     90    11000000
## 2474                        Sandahl Bergman     89    17900000
## 2475                          Craig Roberts    114    14000000
## 2476                         Kevin Corrigan    119    20000000
## 2477                             Derek Luke    103          NA
## 2478                       Stephen McHattie     91    18000000
## 2479                            Luis Rosado     98    23000000
## 2480                            Jim Belushi     80    17500000
## 2481                       Hakeem Kae-Kazim    121    17500000
## 2482                         Ulrich Thomsen     94    24000000
## 2483                     Vondie Curtis-Hall     93    17500000
## 2484                        Jessica Lowndes     93    18000000
## 2485                           Rob Campbell    116    17500000
## 2486                             Eric Sykes    101    17000000
## 2487                      Jenette Goldstein    154    18500000
## 2488                         Theodore Bikel    170    17000000
## 2489                             Anne Heche     99    17000000
## 2490                           James D'Arcy    104    17000000
## 2491                            M.C. Gainey    126    12000000
## 2492                      Jay Chandrasekhar    110    17500000
## 2493                             P.J. Soles    101      300000
## 2494                          Maggie Cheung     80    31000000
## 2495                           Kevin Nealon     87    17000000
## 2496                          Eddie Cibrian    123    17000000
## 2497                             Alex Rocco    109    17000000
## 2498                          Betsy Russell     90    20000000
## 2499                         Paulo Costanzo     96    17000000
## 2500                            James Frain    125   170000000
## 2501                             Dan Hedaya     82    17000000
## 2502                           Erik Knudsen     86    17000000
## 2503                           Vinessa Shaw    108    15000000
## 2504                         Mary McCormack     98    17000000
## 2505                       Diana Maria Riva    129    17000000
## 2506                              Shad Moss     99          NA
## 2507                                 Malika    105          NA
## 2508                              Ben Platt    112    17000000
## 2509                          Bruce Davison    108    34000000
## 2510                           Chelcie Ross    121    17000000
## 2511                            Marc Blucas     89    17000000
## 2512                            Megyn Price     89     4000000
## 2513                         Caroll Spinney     73    17000000
## 2514                         Armando Riesco    132    17000000
## 2515                           John Ireland    154     9000000
## 2516                        Ellen Sandweiss     96    17000000
## 2517                          Rachel Dratch     98    17000000
## 2518                            Chris Klein    107    19000000
## 2519                       William Hootkins    134    17000000
## 2520                          Conrad Coates     94          NA
## 2521                        Ivana Milicevic    122    17000000
## 2522                           Paul Freeman    128          NA
## 2523                          Clyde Kusatsu     97    17000000
## 2524                              Jake Wood    110    16000000
## 2525                            Zakes Mokae    102    17000000
## 2526                        Gerard McSorley     98    17000000
## 2527                          Carlos Bardem    120    17000000
## 2528                    Chris Andrew Ciulla    160    17000000
## 2529                            Mary Mouser     80    11000000
## 2530                          Paul Winfield     91    17000000
## 2531                           Tim Williams     83    17000000
## 2532                          Griffin Dunne    102    16500000
## 2533                          Matt Servitto    122    16800000
## 2534                              Jake Wood    110    16000000
## 2535                            James Karen    126    15000000
## 2536                          Tom Wilkinson    136    16500000
## 2537                           Laurence Fox    120    16500000
## 2538                            Samm Levine    108    16500000
## 2539                             Ron Eldard    126    15000000
## 2540                         Kurtwood Smith    128    16400000
## 2541                              Teri Garr    113    16000000
## 2542                      Harley Jane Kozak     89    16000000
## 2543                            Jack Warden    129    16000000
## 2544                         Paulo Costanzo     94    15600000
## 2545                           Mark Walters    106    16000000
## 2546                             Beth Grant    100    15000000
## 2547                       Rachel Brosnahan     89    16000000
## 2548                            Bob Balaban     94    16000000
## 2549                             Lew Temple     83    16000000
## 2550                           Finn Ireland    111    18500000
## 2551                           James Brolin     80    16000000
## 2552                         Sergi LÃ<U+0083>³pez    112    13500000
## 2553                            Riley Smith     60          NA
## 2554                           Paul Sorvino     94    35000000
## 2555                         Angell Conwell    130    16000000
## 2556                         Frances Fisher     91    16000000
## 2557                              Fred Ward     91    17700000
## 2558                            Kamel Krifa    110    15000000
## 2559                        Billie Whitelaw    121     8000000
## 2560                          Debra Messing    114    16500000
## 2561                 Christopher Evan Welch     96    15500000
## 2562                          Vincent Perez    270    25000000
## 2563                     Jada Pinkett Smith    100    20000000
## 2564                       Tsianina Joelson     94    16000000
## 2565                            Marc Donato    109    16000000
## 2566                      Cynthia Stevenson    107    16000000
## 2567                          Tracey Walter     96    16000000
## 2568                           Julie Kavner     88    16000000
## 2569                          Quinton Aaron    110    16000000
## 2570                            Ruby Jerins    113    16000000
## 2571                             Trent Ford    101    16000000
## 2572                               Tony Jay    105    20000000
## 2573                          Jason Robards    125    26000000
## 2574                     Brad William Henke    100    16000000
## 2575                          Jenifer Lewis     97          NA
## 2576                            Brian Keith    108    16000000
## 2577                             Huey Lewis    112    15000000
## 2578                         Treat Williams    112    16000000
## 2579                          Shannon Tweed     95    15000000
## 2580                            Celia Imrie    110    16000000
## 2581                          Robin Weigert    118    16000000
## 2582                            Hill Harper     97    16000000
## 2583                        Angela Sarafyan    120    16000000
## 2584                          Lynn Redgrave    135    16000000
## 2585                     Tuppence Middleton    101    20000000
## 2586                             Tom Arnold     92    16000000
## 2587                         Michel Galabru    106    11000000
## 2588                      Steven Mackintosh     92    15000000
## 2589                         Olly Alexander    161    13000000
## 2590                            Ivan Sergei     92    16000000
## 2591                             Joan Allen     93    16000000
## 2592                            Conrad Kemp    110    16000000
## 2593                           Miranda Otto    122    16000000
## 2594                           Kevin Pollak     91    15600000
## 2595                          Tommy Karlsen     45    34000000
## 2596                       Charles Aznavour    115          NA
## 2597                       William Shockley     94          NA
## 2598                         Fisher Stevens     93    15500000
## 2599                          Michel Muller     94    15300000
## 2600                         Tania Saulnier     95    15500000
## 2601                            James Russo    105    14000000
## 2602                       Catherine O'Hara    103    18000000
## 2603                       Steve Guttenberg    102    11000000
## 2604                              Teri Garr    116    22000000
## 2605                          Adrian Pasdar    110    15000000
## 2606                            Sihung Lung    120    15000000
## 2607                               Ara Celi    122    15000000
## 2608                           Derek Jacobi    118    15000000
## 2609                           Hugh O'Brian    107    15000000
## 2610                            Jason Wiles     45          NA
## 2611                           William Hurt    102    15500000
## 2612                              Dana Ivey    154    15000000
## 2613                           Kyung-gu Sol    103          NA
## 2614                           Moises Arias    141   100000000
## 2615                            Allen Leech    114    14000000
## 2616                       Alan Oppenheimer    109    10000000
## 2617                             Levon Helm    124          NA
## 2618                         Rachael Harris     94    15000000
## 2619                    Isabelle NÃ<U+0083>©lisse    100    20000000
## 2620                             P.J. Soles    101      300000
## 2621                         Jane Krakowski     98    15000000
## 2622                        Grasie Mercedes    102    15000000
## 2623                          Alex Jennings     94     9800000
## 2624                           Glenn Shadix     92    15000000
## 2625                          Lamman Rucker    113    15000000
## 2626                            Eric Stoltz    115    15000000
## 2627                          Jessica Raine     95    17000000
## 2628                         Brian Geraghty     87    15000000
## 2629                             Lee Majors     88    15000000
## 2630                            John Savage    183    15000000
## 2631                   John Michael Higgins     97    15000000
## 2632                          Alex Borstein     94    17000000
## 2633                       Nadine Velazquez    112    15000000
## 2634                         Allison Tolman     98    15000000
## 2635                            Clea DuVall    104    15000000
## 2636                       Dororthy Thorton    118          NA
## 2637                       Janeane Garofalo    120    10000000
## 2638                           Mia Kirshner     99    16000000
## 2639                        America Ferrera    109     7000000
## 2640                            Bill Murray    105    37000000
## 2641                       William Petersen    106    15000000
## 2642                         Simon McBurney    123    15000000
## 2643                        Blair Underwood     86    16000000
## 2644                      Stockard Channing    120    15000000
## 2645                           Jack Hawkins    227    15000000
## 2646                          Margot Kidder    119    15000000
## 2647                          Gaby Hoffmann    115    15000000
## 2648                        Martha MacIsaac    114    15000000
## 2649                         Holland Taylor     90    15000000
## 2650                         Bianca Kajlich     94    15000000
## 2651                          Alexa Davalos    106   125000000
## 2652                     AndrÃ<U+0083>© the Giant     98    16000000
## 2653                             John Heard    126    15000000
## 2654                           Russ Tamblyn    100    15000000
## 2655                          Glenne Headly     89    15000000
## 2656                             Kali Rocha    111    15000000
## 2657                    Catherine McCormack    100    15000000
## 2658                       Ser'Darius Blain    115    15000000
## 2659                        Eva Marie Saint    106    14000000
## 2660                              Omar Epps    124    15000000
## 2661                          Mitchell Ryan    107    15000000
## 2662                             Beth Grant     99    15000000
## 2663                             Kurt Loder     90    15000000
## 2664                          Brenda Strong    101    15000000
## 2665                        Penelope Wilton    119    15000000
## 2666                          Jason Spevack    103    15000000
## 2667                            Ben Chaplin    134    11500000
## 2668                           Nina Hartley    155    15000000
## 2669                           Joss Ackland     94    15000000
## 2670                             Tim McGraw     95    15000000
## 2671                           Jacob Vargas     89    15000000
## 2672                        Jacinda Barrett     97    14000000
## 2673                       Jonathan Jackson     90    15000000
## 2674                            Drew Powell     92    20000000
## 2675                     Keegan-Michael Key    100    15000000
## 2676                             Tim McGraw    117    15000000
## 2677                     Katharine Isabelle     84    15000000
## 2678                   Angelo Anthony Pizza    140    15000000
## 2679                            Will Patton    108    15000000
## 2680                    GeneviÃ<U+0083>¨ve Bujold    109    15000000
## 2681                         Brian Geraghty    131    15000000
## 2682                            David Keith    114    15000000
## 2683                         Ben Mendelsohn     97    15000000
## 2684                       Homayoun Ershadi    122    15000000
## 2685                      Eddie Kaye Thomas     87    15000000
## 2686                           Phil Vischer     85    15000000
## 2687                       Larry Mullen Jr.     85          NA
## 2688                          Adam Copeland    101    15000000
## 2689                     Bobb'e J. Thompson    121    15000000
## 2690                             Rafe Spall    107    15000000
## 2691                           Alia Shawkat    111    15000000
## 2692                             Kevin Gage     92          NA
## 2693                           Leland Orser     97    15000000
## 2694                          Albert Brooks     97    15000000
## 2695                          Sandra Nelson    125    20000000
## 2696                             Mia Farrow    124    15000000
## 2697                        Shirley Douglas     76    15000000
## 2698                              Daniel Wu    107    15000000
## 2699                         Shelley Duvall     91    15000000
## 2700                         Elaine Hendrix     96    15000000
## 2701                          Jim Broadbent    142    15000000
## 2702                           Jason Ritter    103    15000000
## 2703                            Chris Bruno     60          NA
## 2704                          Steve Buscemi    117    15000000
## 2705                    S. Epatha Merkerson    116    15000000
## 2706                        Michael Michele    118    15000000
## 2707                          Dan Futterman    108    16000000
## 2708                         Marla Sokoloff     94    15000000
## 2709                             Bob Gunton     97    20000000
## 2710                         Rupert Everett     97    15000000
## 2711                        Estelle Parsons     99          NA
## 2712                       Tim Blake Nelson     91    15000000
## 2713                             Eric Godon    107    15000000
## 2714                        Diahann Carroll     95    15000000
## 2715                               Josh Gad    102    15000000
## 2716                          Bobby Coleman     88    15000000
## 2717                           Terry Kinney    106    15000000
## 2718                           Conleth Hill     92    15000000
## 2719                           A.J. Buckley    105    15000000
## 2720                      Guillermo Arriaga    107    15000000
## 2721                          Michael Jeter    120    15000000
## 2722                           Larry Miller    103    15000000
## 2723                           Elden Henson     92    20000000
## 2724                          Laura Harring    147    15000000
## 2725                            Chris Geere     98          NA
## 2726                           Ewen Bremner     98    22000000
## 2727                     Charlotte Rampling    103    15000000
## 2728                      Alessandro Nivola    286          NA
## 2729                           Mac McDonald    111    15000000
## 2730                            Mike Muscat     98    15000000
## 2731                          Noah Emmerich    111    15000000
## 2732                           Brady Corbet    111    15000000
## 2733                  Amber Marie Bollinger    100          NA
## 2734                        Gerard McSorley    116          NA
## 2735                     Rudolf Klein-Rogge    145     6000000
## 2736                   Dany Verissimo-Petit     84    12000000
## 2737                         Treat Williams    115     7000000
## 2738                      Satoshi Tsumabuki    105    15000000
## 2739                                   Leon     98    15000000
## 2740                       Nataliya Vdovina     99          NA
## 2741                   Sarunyu Wongkrachang    110   300000000
## 2742                            Dave Legeno     97          NA
## 2743                            Conrad Dunn     88     9000000
## 2744                            Leslie Bibb    103    15000000
## 2745                             Aubrey Poo    104    15000000
## 2746                           Tracy Morgan     90    15000000
## 2747                             Edward Fox    105    25000000
## 2748                            Keith Allen     93    15000000
## 2749                            Franco Nero    141          NA
## 2750                         Loretta Devine     85    20000000
## 2751                       Melanie Griffith    109     7000000
## 2752                           Steven Elder    105    15000000
## 2753                      Ferdinando Vetere     98    15000000
## 2754                         Yasuaki Kurata    119    15000000
## 2755                           Linus Roache    124    15000000
## 2756                          Willie Garson    101    14600000
## 2757                             Kevin Nash    115    14800000
## 2758                          Brian Dennehy    120    14500000
## 2759                      Arben Bajraktaraj    111    10000000
## 2760                            Bart Shatto     94    14500000
## 2761                         Frances Fisher    131    14400000
## 2762                         Jean-Marc Barr    139    14200000
## 2763                  Ayush Mahesh Khedekar    120    15000000
## 2764                            Anne Archer    119    14000000
## 2765                        Jason Alexander    125    14000000
## 2766                           Joe Flaherty     65          NA
## 2767                           John Meillon    108    15800000
## 2768                            Chad Bishop    101    15000000
## 2769                        Stephen Baldwin    145    14000000
## 2770                             Malik Yoba     98    15000000
## 2771                            Edi Gathegi    101    15000000
## 2772                          Natasha Calis     92    14000000
## 2773                           Chris Mulkey     93    14000000
## 2774                           Harry Lennix    109    14000000
## 2775                           Barbara Bach    123    14000000
## 2776                            Jason Hawes     60          NA
## 2777                        Julian Richings     99    14000000
## 2778                          Swoosie Kurtz    119    14000000
## 2779                          Jamie Kennedy    110          NA
## 2780                            Susan Hogan    107    14000000
## 2781                          Molly Shannon     81    14000000
## 2782                          Olivia Colman    105    13000000
## 2783                         Shelby Vischer     82    14000000
## 2784                           Maya Angelou    109    14000000
## 2785                           Gino Salvano     95    14000000
## 2786                            Allen Payne    100    20000000
## 2787                             Ned Beatty    118    14000000
## 2788                       Vernon Dobtcheff     91    14000000
## 2789                          Molly Shannon     90    14000000
## 2790                         Marley Shelton    108    14000000
## 2791                         Lupe Ontiveros    103    14000000
## 2792                       Poppy Montgomery     96    14000000
## 2793                          Paolo Seganti    117    12000000
## 2794                            Kari Wuhrer     93     8500000
## 2795                         Mary Kay Place    136    14000000
## 2796                      Isaiah Washington    115    14000000
## 2797                         Wendell Pierce     94          NA
## 2798                              Lexa Doig     85    11000000
## 2799                             Lee Majors     88    15000000
## 2800                         Brian Geraghty    112    14000000
## 2801                             China Chow     86    14000000
## 2802                             Osric Chau     86    14000000
## 2803                   Isaach De BankolÃ<U+0083>©    112          NA
## 2804                             Jane Adams    137    26000000
## 2805                           Noam Jenkins     90    24000000
## 2806                         Tovah Feldshuh    107    14000000
## 2807                           Bonnie Henna     98    14000000
## 2808                        Candace Kroslak     84    14000000
## 2809                          Nigel Whitmey    139    14000000
## 2810                          Kris Marshall     97          NA
## 2811                      Behrouz Vossoughi    127    14000000
## 2812                           Karl Johnson    150     8200000
## 2813                           Edouard Baer    104          NA
## 2814                         Ulrich MÃ<U+0083>¼he    132   103000000
## 2815                              Kelly Lin    117    12000000
## 2816                          Mark L. Young    115    15000000
## 2817                     John Gallagher Jr.    186    14000000
## 2818                            Diora Baird     90          NA
## 2819                            Aidan Quinn     90    14000000
## 2820                          Anne Hathaway    134    14000000
## 2821                          Jeremy Howard    101   125000000
## 2822                          Elisa Donovan     97    12000000
## 2823                         Michael Gaston    107    13500000
## 2824                         Collette Wolfe     99    14000000
## 2825                    Olgierd Lukaszewicz     55          NA
## 2826                          Amelia Warner    124    13500000
## 2827                      Michael Stuhlbarg    110    15000000
## 2828                         Aunjanue Ellis    105          NA
## 2829                       Jaroslaw Boberek     41          NA
## 2830                   Alexandra Maria Lara    178    13500000
## 2831                            Tamar Novas    125    10000000
## 2832                           Alison Chand    108          NA
## 2833                            Bruno Kirby    121    13000000
## 2834                        Michael Rispoli    100    13400000
## 2835                            Boys II Men    115    13000000
## 2836                          Mark Margolis    108    13000000
## 2837                          Jennifer Ehle    117   100000000
## 2838                          Robert Duvall    220    13000000
## 2839                           Fredro Starr    112    13000000
## 2840                           Brooke Bundy     99     7000000
## 2841                       Martin Henderson    109    13000000
## 2842                         Marla Sokoloff     83    13000000
## 2843                            Brian Keith    107    13000000
## 2844                          Reg E. Cathey    102    13000000
## 2845                           Bryan Callen    100    12500000
## 2846                          Andrew Keegan     97    16000000
## 2847                           Gene Simmons     92    13000000
## 2848                              Bill Nunn     84     8200000
## 2849                           Sedona Legge     86    17000000
## 2850                         Cameron Bright    120    13000000
## 2851                             Jean Smart     89    13000000
## 2852                         Loretta Devine    117    13000000
## 2853                               Ruby Dee     97    18000000
## 2854                     Antonio Sabato Jr.     91    13000000
## 2855                     Charlotte Sullivan    100    13000000
## 2856                           Greg Germann     72    13000000
## 2857                          Henry Simmons     84    13200000
## 2858                         Jeffrey DeMunn    126    18000000
## 2859                          Corey Johnson    108    15000000
## 2860                         Mary Kay Place    112    13000000
## 2861                           Tamala Jones     90     6000000
## 2862                    Jason Gray-Stanford     91    13000000
## 2863                         Rolando Molina    135    14000000
## 2864                      ShidÃ<U+0083>´ Nakamura    141    19000000
## 2865                             Bruce Dern    104    13000000
## 2866                         Dave Chappelle     84    13000000
## 2867                              Cas Anvar    118    13000000
## 2868                         Traylor Howard     82    13000000
## 2869                            Traci Lords     95    13000000
## 2870                          Kirsten Dunst     94    13000000
## 2871                             Lena Endre     88          NA
## 2872                        Robert Ri'chard     99    13000000
## 2873                              Sela Ward    121    13000000
## 2874                         Marley Shelton     84    13000000
## 2875                            Ben Chaplin     93    13000000
## 2876                           Sarah Wright     93    13000000
## 2877                Catalina Sandino Moreno    120    13000000
## 2878                           Peter Coyote    112    13000000
## 2879                 Christopher Evan Welch    107    13000000
## 2880                           Yves Jacques    112   100000000
## 2881                       Natalie Lisinska     96    11000000
## 2882                          Paul Mazursky     91    13000000
## 2883                           Ethan Suplee    105    26000000
## 2884                             Alex Rocco    125    13000000
## 2885                             Kate Walsh    102    13000000
## 2886                    Thomas Ian Griffith     87     3000000
## 2887                             Hope Davis    118    13000000
## 2888                      Shirley Henderson    115    20000000
## 2889                          Dougray Scott     91     8495000
## 2890                        Jodie Whittaker     88    13000000
## 2891                          Branko Djuric    127    13000000
## 2892                            Roma Maffia     94    13000000
## 2893                           Jung-jae Lee    115    12620000
## 2894                          Steve Bastoni     90    13000000
## 2895                           Annie Golden    102    13000000
## 2896                          Gary Schwartz    100    12500000
## 2897                             Derek Luke    117    12500000
## 2898                             Rob Morrow    109    12500000
## 2899                       Michael Rapaport    121    13000000
## 2900                          Hannah Murray    111     3660000
## 2901                        Jude Ciccolella    100    12500000
## 2902                        Jay R. Ferguson    109    13000000
## 2903                             John Heard     93    18000000
## 2904                           Rumer Willis    101    16000000
## 2905                          Ronald Colman    101          NA
## 2906                         Paul Schneider    106    12000000
## 2907                            Cara Horgan     94    12500000
## 2908                               BjÃ<U+0083>¶rk    140    12800000
## 2909                          Clive Russell    132    16000000
## 2910                           Gretchen Mol     99    12500000
## 2911                         Richard Schiff     90    15000000
## 2912                           Cheech Marin    105    10500000
## 2913                     Christian Campbell    108    15000000
## 2914                             Bill Erwin     69    12500000
## 2915                          Dong-gun Jang    148    12800000
## 2916                           Bruce McGill    118    12500000
## 2917                            Lee J. Cobb    132     8000000
## 2918                        Murray Hamilton    130     8000000
## 2919                         Natasha Lyonne     95    11000000
## 2920                         Lambert Wilson     80     9600000
## 2921                        Charlotte Lewis     94    25000000
## 2922                            Regina Hall    122    12000000
## 2923                 Cedric the Entertainer    102    12000000
## 2924                       Nichelle Nichols    116    11000000
## 2925                        David Margulies     78    12000000
## 2926                            Ally Sheedy    114    12000000
## 2927                             Lukas Haas    112    12000000
## 2928                           Rorke Denver    110    12000000
## 2929                         Josh Henderson    104    12000000
## 2930                             John Doman     81    12000000
## 2931                         Robert Forster    154    12000000
## 2932                       Beverly D'Angelo    102    12000000
## 2933                         Ashley Hinshaw     89    12000000
## 2934                            Steven Hill    132    12000000
## 2935                            Kenny Baker    103     5000000
## 2936                             Dave Allen     93    12000000
## 2937                          Oliver Cooper     93    12000000
## 2938                           Bill Hickman    172    12000000
## 2939                         Connie Nielsen     96    12000000
## 2940                          Dania Ramirez     89    12000000
## 2941                      Obba BabatundÃ<U+0083>©     92    12000000
## 2942                              Shad Moss     97    12000000
## 2943                             T.J. Thyne     93    12000000
## 2944                         Steve Whitmire     89    12000000
## 2945                        Ivana Milicevic    144   150000000
## 2946                         Valeria Golino    123    12000000
## 2947                        Anthony Burrell     93    12000000
## 2948                              Nat Wolff    133    12000000
## 2949                           Gretchen Mol    121    12000000
## 2950                            J.B. Smoove    102    12000000
## 2951                        Robert Foxworth    102    12000000
## 2952                            Lusia Strus     99    12000000
## 2953                            Viva Bianca     55          NA
## 2954                          Peter Hermann     98    12000000
## 2955                             Joan Allen    118     9000000
## 2956                       Steve Guttenberg    125    12000000
## 2957                         Dichen Lachman    104    12000000
## 2958                            Meg Crosbie    109    12000000
## 2959                               Bai Ling     86          NA
## 2960                             Will Forte    115    12000000
## 2961                            Gary Farmer     92    13000000
## 2962                           Larry Miller     91    12000000
## 2963                         Collette Wolfe     94    12000000
## 2964                    Jose Pablo Cantillo     93    12000000
## 2965                          Lark Voorhies     93          NA
## 2966                      Jenette Goldstein    100    12000000
## 2967                          Mehcad Brooks    100          NA
## 2968                             Bill Irwin    113          NA
## 2969                           John Colicos    122    12000000
## 2970                          Tom Wilkinson    100          NA
## 2971                  Herbert GrÃ<U+0083>¶nemeyer    293    14000000
## 2972                         Jordi MollÃ<U+0083>     137   107000000
## 2973                       Harland Williams     93    12000000
## 2974                         Lindsay Duncan    123    12000000
## 2975                        Zhengyong Zhang    119   100000000
## 2976                          Reg E. Cathey    107    12000000
## 2977                     Sofia Black-D'Elia    106    12000000
## 2978                        Tammy Blanchard    109    12000000
## 2979                        Sherman Hemsley     81    10000000
## 2980                    Clifton Collins Jr.     95     8000000
## 2981                          Ed Begley Jr.     86    12000000
## 2982                           Greg Mottola    113    12000000
## 2983                      Dagmara Dominczyk    122    12000000
## 2984                          Brian Dietzen     90    12000000
## 2985                           Gretchen Mol    108    12000000
## 2986                          Susan Gardner    113    12000000
## 2987                         Samantha Ivers    110    12000000
## 2988                               JJ Feild    109    12000000
## 2989                             Ah-sung Ko    110 12215500000
## 2990                           Paul Gleason    100    12000000
## 2991                         David Arquette    101    12000000
## 2992                             Hope Davis     97    12000000
## 2993                          Serena Grandi    172     9200000
## 2994                        Jake Richardson    104    12000000
## 2995                         Harmony Korine     99    12000000
## 2996                          Maggie Cheung    129    12000000
## 2997                         Timothy Webber     91    12000000
## 2998                         Campbell Scott    100    12000000
## 2999                        Alicja Bachleda    111    12000000
## 3000                          James Shigeta    114    10000000
## 3001                            Andy Davoli     86    12000000
## 3002                          Albert Brooks    107    12000000
## 3003                           Brett Cullen     90     8000000
## 3004                            Sam Shepard    103          NA
## 3005                        Alicja Bachleda    120    12000000
## 3006                    BÃ<U+0083>¡lint PÃ<U+0083>©ntek    134  2500000000
## 3007                              Omar Epps    110    12000000
## 3008                              Dahong Ni     95          NA
## 3009                          Kari Matchett     95     7500000
## 3010                             Ryu Kohata    132    12000000
## 3011                         April Winchell     94   135000000
## 3012                          Rebecca Black     89          NA
## 3013                       Hiroyuki Ikeuchi    138    12000000
## 3014                            Ana Imnadze    113    20000000
## 3015                              Emma Lung     99    12000000
## 3016                       Alexandra Callas    111    12000000
## 3017                              Rob Moran     99    12000000
## 3018                          Jason Flemyng    104     6000000
## 3019                          Ginger Jensen     89    12000000
## 3020                          Denise Crosby    103    11500000
## 3021                            Akira Terao    134    11900000
## 3022                     Charlotte Sullivan    100    11500000
## 3023                              Hailu Qin    130    12000000
## 3024                          Zach Galligan    106    11000000
## 3025                            Kenny Baker    125    11000000
## 3026                       Jason Mantzoukas    109    11500000
## 3027                      Geraldine Chaplin    200    11000000
## 3028                          Daniel Zettel    114          NA
## 3029                            Corbin Bleu    112    11000000
## 3030                       Melissa McMeekin    116    25000000
## 3031                          Chris Pontius     92          NA
## 3032                             Lane Smith    120    11000000
## 3033                            Stacy Keach    107    11000000
## 3034                    Christopher Sommers     92    12000000
## 3035                             Rene Russo    107    11000000
## 3036                         Tamsin Egerton    100    13500000
## 3037                       Richard T. Jones     81    13000000
## 3038                       Paz de la Huerta    101    11000000
## 3039                          Robert Prosky    122    11000000
## 3040                            Eric Mabius     97    10500000
## 3041                         George Newbern     92    11000000
## 3042                            Dom DeLuise     92    11000000
## 3043                        Jennifer Hudson    110    11000000
## 3044                             Peter Berg     86    11000000
## 3045                            Gregg Henry     91    12000000
## 3046                            Rod Steiger    145    11000000
## 3047                        William Bassett    100    12000000
## 3048                         Eva Birthistle    111    11000000
## 3049                        Hardy KrÃ<U+0083>¼ger    184    11000000
## 3050                          Thomas Lennon     89    11000000
## 3051                            Tim Meadows     84    11000000
## 3052                        Pauline Collins     98    11000000
## 3053                     David Ogden Stiers     95    11000000
## 3054                           Matt O'Leary    100    11000000
## 3055                     Elizabeth McGovern    109    11000000
## 3056                            Dylan Baker    118    11000000
## 3057                         Embeth Davidtz     88    13000000
## 3058                               Jim Rash     86    11000000
## 3059                            Kevin Tighe    118    11000000
## 3060                            Scott Handy    125    17000000
## 3061                        Imelda Staunton    125    11000000
## 3062                            Jimi Mistry     94    11000000
## 3063                          Vincent Gallo    113    11000000
## 3064                         Alex Karpovsky    104    11000000
## 3065                             John Heard     95     5000000
## 3066                           Lisa Pelikan    102    11000000
## 3067                         Samantha Eggar    124    11000000
## 3068                           Eddie Izzard    105          NA
## 3069                          Angus Barnett    104    11000000
## 3070                        Craig T. Nelson    120    10700000
## 3071                             Geoff Bell    111    12000000
## 3072                        Scott Patterson     95    10800000
## 3073                           Britt Ekland     96          NA
## 3074                          Alix Freihage     97    11000000
## 3075                             Max Cullen    118    15000000
## 3076                           Preity Zinta    193   700000000
## 3077                         Jeremy Northam     97    14000000
## 3078                             Tom Cullen     98     7000000
## 3079                      Francesc PagÃ<U+0083>¨s    103    10600000
## 3080                             Glenn Beck    161    12000000
## 3081                           Peter Coyote    120    10500000
## 3082                        Dustin Milligan     97    10000000
## 3083                     Raoul Max Trujillo     97    12500000
## 3084                         Seymour Cassel     99    10500000
## 3085                        Hannah Britland     24          NA
## 3086                       Riteish Deshmukh    144          NA
## 3087                             Trent Ford    111    11000000
## 3088                Catalina Sandino Moreno    145    10818775
## 3089                    FranÃ<U+0083>§ois Damiens    106    11000000
## 3090                          Minnie Driver    126    10000000
## 3091                            Glen Powell    106    11000000
## 3092                         Leigh Whannell    121    10000000
## 3093                         Judge Reinhold    117    10000000
## 3094                           Clare Kramer     98    10000000
## 3095                     Mykelti Williamson    109    10000000
## 3096                          Kieran Culkin     95    10000000
## 3097                           Mariah Carey    109    10000000
## 3098                        Angus Macfadyen     96    10000000
## 3099                             Mike Dopud    101    10000000
## 3100                        Blair Underwood    107     6000000
## 3101            Mary Elizabeth Mastrantonio    119    13800000
## 3102                           Eddie Albert    178    10000000
## 3103                           Elden Henson    100    10000000
## 3104                              Ted Raimi     98    10000000
## 3105                            Frances Bay     92    12000000
## 3106                         Jonathan Breck     90    10000000
## 3107                               Al Leong     90    10000000
## 3108                              Jack Wild    153    10000000
## 3109                            Celia Imrie    124    10000000
## 3110                         Dabney Coleman     82    23000000
## 3111                        Angelo Rossitto    107    12305523
## 3112                         Rae Dawn Chong     75    10000000
## 3113                      Stephanie Lemelin     97    10000000
## 3114                         Geoffrey Arend     80    10000000
## 3115                          Katt Williams     85    20000000
## 3116                         Leigh Whannell     97    10000000
## 3117                  Keshia Knight Pulliam    109    10000000
## 3118                          Jason Flemyng    104     6000000
## 3119                             Troy Evans    140    10000000
## 3120                              Aaron Yoo     90     9000000
## 3121                          George Carlin    130    10000000
## 3122                              Sal Lopez     98    10000000
## 3123                             Vic Morrow    101    10000000
## 3124                            Kelly Lynch    114    17000000
## 3125                      Charles S. Dutton    100    10000000
## 3126                           Jason Ritter     85     8500000
## 3127                        Jessica Simpson    103    12000000
## 3128                         Charlie Korsmo    100    10000000
## 3129                              Tom Waits    114    10000000
## 3130                     Isiah Whitlock Jr.    102    65000000
## 3131                          Anthony Zerbe    103    10000000
## 3132                            Jaden Klein     97    10000000
## 3133                              Mike Epps    116    17000000
## 3134                       Johnny Whitworth     96    10000000
## 3135                       Hakeem Kae-Kazim     98    10000000
## 3136                            Lily Tomlin    105    10000000
## 3137                           Steve Harris    123    10000000
## 3138                            Eddie Jones    107    10000000
## 3139                              Shad Moss    112          NA
## 3140                        Olivia Williams     93     9000000
## 3141                        Brittany Daniel     97    10000000
## 3142                          Ronald Pickup    122    10000000
## 3143                           Willow Smith    101    10000000
## 3144                        Vanessa Lengies    100    25000000
## 3145                         Charlie Murphy    129    10000000
## 3146                          Jennifer Tung     81    10000000
## 3147                          Michael Gross     96    11000000
## 3148                        Julian Richings     84    12600000
## 3149                            Randy Quaid    100    10000000
## 3150                               Kim Chan    110    30000000
## 3151                            Sam Shepard    130    10000000
## 3152                       Carlos Alazraqui     84    10000000
## 3153                            Niall Horan    106    10000000
## 3154                         Charles Napier     89          NA
## 3155                           Paul Sorvino     76     3000000
## 3156                           Julia Ormond     99     6400000
## 3157                             Hope Davis     96    10000000
## 3158                            Larenz Tate    104    10000000
## 3159                         Wendell Pierce    108     5000000
## 3160                            Jack Guzman    108    10000000
## 3161                         Carmen Electra     87    22000000
## 3162                         Diedrich Bader     89    10000000
## 3163                           Ellen Barkin     97    10000000
## 3164                             Jon Polito    106    10000000
## 3165                     Jeanne Tripplehorn    100    10000000
## 3166                         Hunter Parrish     89    10000000
## 3167                            Gregg Henry    114    10000000
## 3168                          Powers Boothe     95    10000000
## 3169                         Sergi LÃ<U+0083>³pez     97    10000000
## 3170                        Seth MacFarlane     94     6000000
## 3171                           Rufus Sewell    103   100000000
## 3172                   Wendi McLendon-Covey     95    10000000
## 3173                             Rob Huebel    101    10000000
## 3174                           Alia Shawkat     87          NA
## 3175                          Tamara Taylor     40          NA
## 3176                            Stacy Keach    101     7500000
## 3177                           Lee Tergesen     82    10000000
## 3178                          Jerry Stiller     74    10000000
## 3179                           Carlo Cecchi    130    10000000
## 3180                         Everett McGill    112    10000000
## 3181                          Frankie Muniz     96    10000000
## 3182                       Patricia Belcher     89    10000000
## 3183                      India de Beaufort    100          NA
## 3184                      Christopher Guest     78    10000000
## 3185                         Jillian Estell    121     9000000
## 3186                             Dave Foley     85    16000000
## 3187                       FranÃ<U+0083>§ois Chau    120    10000000
## 3188                        Melissa Benoist    106    10000000
## 3189                         Rae Dawn Chong     83    10000000
## 3190                        Alba Rohrwacher    120    10000000
## 3191                           Esai Morales    111    10000000
## 3192                              Lena Olin    100    11500000
## 3193                        William Lucking     89     9000000
## 3194                      Jennifer Esposito    115     6500000
## 3195                     Elizabeth McGovern    135    10000000
## 3196                         Dennis Burkley     92    10000000
## 3197                         Agnes Bruckner    120    10000000
## 3198                      Nicholas Turturro     97    10000000
## 3199                     Jada Pinkett Smith    135    10000000
## 3200                               Gen Seto     93    10000000
## 3201                           John Gielgud    118    14000000
## 3202                         Dree Hemingway     97    10000000
## 3203                          Robert Peters     98    10000000
## 3204                          Lynn Redgrave     98     8000000
## 3205                          Mitch Pileggi    101    10000000
## 3206                          Jim Broadbent    132    10000000
## 3207                            Robert Davi    106    10000000
## 3208                    Olgierd Lukaszewicz     55          NA
## 3209                          Sharat Saxena    168    10000000
## 3210                           Kevin Nealon     87    10000000
## 3211                           Carol Sutton     98    11000000
## 3212                          Robert Pralgo     96     5000000
## 3213                          Maury Chaykin    104    10000000
## 3214                             Will Forte     93    10000000
## 3215                          Adriane Lenox     95    10000000
## 3216                         George DiCenzo    119          NA
## 3217                         David Thornton     89    10000000
## 3218                            Ned Bellamy    107    10000000
## 3219                         Kwok-Kwan Chan     85    10000000
## 3220                          Anna Vareschi     93    10000000
## 3221                        Michel Serrault    101    60000000
## 3222                         Haluk Bilginer    103     5000000
## 3223                       Romane Bohringer    101          NA
## 3224                           Lubna Azabal    123          NA
## 3225                        Larry Fessenden    111     4000000
## 3226                         Mary McCormack     86    10000000
## 3227                          Henry Simmons     99          NA
## 3228                           Laura Harris     90     5000000
## 3229                          Jeffrey Combs     82    10000000
## 3230                           Kerry Cahill    110          NA
## 3231                            G.W. Bailey     83     6200000
## 3232                             Lee Norris    128          NA
## 3233                         William Miller    125    10000000
## 3234                           James Brolin     97    10000000
## 3235                            Ryan O'Neal     86    10000000
## 3236                             Ted Danson     91    10000000
## 3237                              Aaron Yoo     90     8000000
## 3238                        Anthony Edwards     90     5000000
## 3239                   Sandra EcheverrÃ<U+0083>­a     94          NA
## 3240                            Sean Keenan    112    10000000
## 3241                          Glenn Plummer     85          NA
## 3242                           Larry Miller     93    10000000
## 3243                           Danny Sapani    104    10000000
## 3244                     Adrienne Pickering     94          NA
## 3245                          Kelly Preston     85     6500000
## 3246                          Adrian Holmes     99    10000000
## 3247                         Chase Armitage     91    10000000
## 3248                     Michael McElhatton    117     6000000
## 3249                           Amanda Troop     85    10000000
## 3250                           Derek Jacobi    106    10000000
## 3251 SigrÃ<U+0083>­Ã<U+0083>°ur MarÃ<U+0083>­a EgilsdÃ<U+0083>³ttir     81    10000000
## 3252                           Shabana Azmi    100    10000000
## 3253                           Jason London     90    10000000
## 3254                             John Light    116    10000000
## 3255                              Jon Gries     84    10000000
## 3256                              Dal-su Oh    135    10000000
## 3257                        Kathleen Turner     84    10000000
## 3258                        Dustin Milligan     89    10000000
## 3259                          Wendie Malick    107          NA
## 3260                       Enrique Murciano    144     9600000
## 3261                         Rolando Molina     98     9500000
## 3262                                   Akon     94    10000000
## 3263                       Desmond Llewelyn    117     9500000
## 3264                             Malese Jow    102    10000000
## 3265                 Jean-Louis Trintignant    127     8900000
## 3266                       Zelda Rubinstein     98    10500000
## 3267                           Jesse Garcia     88     9500000
## 3268                          Spencer Tracy    197     9400000
## 3269                    Antonio de la Torre    121          NA
## 3270                            Don Francks     90     9300000
## 3271                   HÃ<U+0083>©ctor JimÃ<U+0083>©nez     89          NA
## 3272                   Kristin Scott Thomas    104     6000000
## 3273                       Luisa D'Oliveira     94    10000000
## 3274                             Kabir Bedi     90   600000000
## 3275                     Charlotte Rampling    130     7400000
## 3276                              Luke Ford     92     8500000
## 3277                            Vic Waghorn    176     7217600
## 3278                          Bolaji Badejo    116    11000000
## 3279                          Marilyn Burns     88       83532
## 3280                           Johnny Lewis    106    10000000
## 3281                        Rosalind Harris    181     9000000
## 3282                           Lois Maxwell    130     9000000
## 3283                          Parker Bagley     93    10000000
## 3284                         Lunetta Savino    110          NA
## 3285                        Blair Underwood    123     9000000
## 3286                           Jarrod Bunch    120     9000000
## 3287                           Dinah Manoff     87     9000000
## 3288                           Bill Clinton    123     9000000
## 3289                     Roberta Valderrama    103     9000000
## 3290                           Shawn Hatosy     91     9000000
## 3291                        Paula GarcÃ<U+0083>©s     88     9000000
## 3292                       William Petersen    126    20000000
## 3293                        Herbert Russell    120     8000000
## 3294                          Ralph Bellamy    116          NA
## 3295                          Andrea Martin     94     9000000
## 3296                       Patrick Cranshaw     85          NA
## 3297                             Danny Webb    137     9000000
## 3298                       Gbenga Akinnagbe    114          NA
## 3299                  Maria Conchita Alonso     76          NA
## 3300                          Dylan Kussman    119     8500000
## 3301                             Bill Irwin     99     9000000
## 3302                            Chris Young     79     8000000
## 3303                          Mircea Monroe    114          NA
## 3304                            Hunter Tylo     30          NA
## 3305                           Robert Urich     91     9000000
## 3306                        Carly Schroeder     95     9000000
## 3307                      Dagmara Dominczyk    103     9000000
## 3308                         David Arquette     92     9000000
## 3309                           Janet McTeer    124          NA
## 3310                           Woo-hee Chun    156          NA
## 3311                           Kevin McHale     84     9000000
## 3312                        Mai Charoenpura    300   400000000
## 3313                         Sally Kirkland    120     9000000
## 3314                       Lionel Abelanski     98          NA
## 3315                          Gary McDonald    121     9000000
## 3316                            Shaun Evans     97     9000000
## 3317                           Peter Callan     86    11400000
## 3318                           D.B. Sweeney     93    19000000
## 3319                       Christian Berkel     45    45000000
## 3320                          Perrey Reeves     97     9000000
## 3321                           John Henshaw    102          NA
## 3322                    Ã<U+0083>â<U+0080>°milie Dequenne    105          NA
## 3323                        Jonathan Tucker    103     9000000
## 3324                         David Gulpilil     93     8800000
## 3325                         Donald Sumpter     76          NA
## 3326                            Stephen Rea     90     8800000
## 3327                      Steve Le Marquand    122     9000000
## 3328                            Karin Viard    127          NA
## 3329                           Denis O'Hare     84     8600000
## 3330                               Tom Kane     23          NA
## 3331                            Celina Jade     96     9000000
## 3332                           Jason Patric     97          NA
## 3333                      Debrianna Mansini    112     7000000
## 3334                             Alan Bates    125     8500000
## 3335                           Boris Kodjoe     96     8500000
## 3336                            Milo O'Shea     98     9000000
## 3337                          Stian Smestad     92    60000000
## 3338                            Molly Hagan    103     8000000
## 3339                                   Tabu    122          NA
## 3340                         Skyler Samuels    101     8500000
## 3341                      Valarie Pettiford    104    22000000
## 3342                             Brad James    101     9000000
## 3343                           Kyung-gu Sol    135     8000000
## 3344                          Samuel Roukin    119     8500000
## 3345                  Christopher B. Duncan    128    12000000
## 3346                            Lori Singer    107     8200000
## 3347                                           106     9000000
## 3348                       Vanessa Martinez    126     8000000
## 3349                       Riteish Deshmukh    128          NA
## 3350                           Martin Lucey    127          NA
## 3351                      Aditya Roy Kapoor    160          NA
## 3352                        William Bassett    126     8000000
## 3353                          Robert Taylor    171     7623000
## 3354                           Paul Sorvino    150     8500000
## 3355                        Ghassan Massoud    122     8300000
## 3356                            Phil LaMarr    178     8000000
## 3357                            Dom DeLuise     95          NA
## 3358                            James Huang    117     8500000
## 3359                      Jay Chandrasekhar    119     8550000
## 3360                       Nicholas Hammond    174     8200000
## 3361                         Patrick Cronin    111     8000000
## 3362                            Jill Talley    101     8000000
## 3363                        Casey Siemaszko     89     8000000
## 3364                        David Schneider    113     8000000
## 3365                           Steve Harvey     95     8000000
## 3366                              Fred Ward    112     8000000
## 3367                         Wendell Pierce    109     8000000
## 3368                            Della Reese    108     8000000
## 3369                    Bryce Dallas Howard    100     8000000
## 3370                            Daisy Betts     90     8000000
## 3371                       Adrienne Barbeau    130     8000000
## 3372                              Josh Pais     94     8000000
## 3373                         Mary Kay Place     93     8000000
## 3374                            Justin Hall     80          NA
## 3375                          Brian Blessed    111     8000000
## 3376                       Desmond Llewelyn    142     7000000
## 3377                            Jeff Marlow     60          NA
## 3378                       Tracy Middendorf    107     8000000
## 3379                        Keri Lynn Pratt     91     8000000
## 3380                                 Tzi Ma    112          NA
## 3381                  Clarence Williams III     82     8000000
## 3382                      Harry Connick Jr.     97     8000000
## 3383                           Kayvan Novak    128    50000000
## 3384                        Samantha Mathis    102     7000000
## 3385                       Tim Blake Nelson     93     5000000
## 3386                          Sarain Boylan    116     8000000
## 3387                    Clifton Collins Jr.    138     8000000
## 3388                        Diego Velazquez    117     8300000
## 3389                       Michaela Watkins     93     8000000
## 3390                           Fred Armisen     92     8000000
## 3391                            Larenz Tate    110          NA
## 3392                    Catherine McCormack     92     8000000
## 3393                        Aimee Teegarden    104     8000000
## 3394                             Carol Kane     98     8000000
## 3395                             Jake Busey     89     8000000
## 3396                        Mark Feuerstein     92     8000000
## 3397                            Samuel West    140          NA
## 3398                             Ruth Negga     60          NA
## 3399                          David Thewlis     90     8000000
## 3400                             Phil Davis    129    10000000
## 3401                    Emmanuelle BÃ<U+0083>©art    111     8000000
## 3402                          Vernee Watson     79     8000000
## 3403                             Kevin Rahm    104     8000000
## 3404                           Jim Gaffigan    101     8000000
## 3405                          Sally Hawkins    113     7200000
## 3406                             Gina McKee     92     8000000
## 3407                             Amy Locane    106     8000000
## 3408                           John Gielgud     98     8000000
## 3409                           Evan McGuire     75     6500000
## 3410                Mary Catherine Garrison    104     8000000
## 3411                            Rory Culkin    108     8000000
## 3412                           Alexa Havins     99     8000000
## 3413                     Charlotte Rampling    180          NA
## 3414                          Alfre Woodard    109     8000000
## 3415                      Steven Mackintosh    111          NA
## 3416                            Kesun Loder     93     8000000
## 3417                           Jacob Vargas     99     8000000
## 3418                             Geoff Bell     98     8000000
## 3419                       Johnny Whitworth     95     8000000
## 3420                          Kevin McNally    142          NA
## 3421                             Dash Mihok    107     8000000
## 3422                       William Hootkins    102    50000000
## 3423                        William Shimell     97     8000000
## 3424                        TesshÃ<U+0083>´ Genda    124  1100000000
## 3425                          Jason Flemyng     97    22000000
## 3426                         Julie LeBreton    124     8000000
## 3427                           Grant Bowler     96     8000000
## 3428                               Jack Kao    114          NA
## 3429                            Darren Boyd     90     7900000
## 3430                       Natalie Coughlin    104     8000000
## 3431                      Jean-Claude Lecas    102          NA
## 3432                           Kacey Clarke     93          NA
## 3433                          Anna Katarina     90    10000000
## 3434                          Craig Sheffer    106     8000000
## 3435                           Patti LuPone     99     7500000
## 3436                          Vivica A. Fox    115     7500000
## 3437                           Garvin Cross     89     7500000
## 3438                       Ã<U+0083>ngela Molina    101     7700000
## 3439                            Todd Louiso     92     6500000
## 3440                     Stanislav Ianevski     94    10000000
## 3441                         Ellie Kendrick    100     4500000
## 3442                          Clyde Kusatsu    106          NA
## 3443                       Nastassja Kinski    109     7500000
## 3444                        Alan Van Sprang    105     7500000
## 3445                          Kari Matchett    102     7500000
## 3446                           Richard Bull     97     7500000
## 3447                         Tiffany Dupont    118     7500000
## 3448                    Clifton Collins Jr.     92     8000000
## 3449                             Bruce Dern    112          NA
## 3450                            Roschdy Zem    103    50000000
## 3451                        Natalie Mendoza     93     7500000
## 3452                          Vincent Regan    101     7500000
## 3453                      Jennifer Esposito    115     6500000
## 3454                          Mark Williams    113     8000000
## 3455                           Razaaq Adoti     95     7500000
## 3456                             Vic Aviles    153     6000000
## 3457                      Danielle Darrieux     89     7300000
## 3458                          Haley Bennett     92    12000000
## 3459                        Jennifer Ulrich    107     5000000
## 3460                          Charles Baker    118     7000000
## 3461                            Sean Harris     97     7300000
## 3462                          Kirsten Dunst    156   258000000
## 3463                              Ayla Kell    100     7500000
## 3464                           Rainn Wilson     96     7500000
## 3465                      Brahim Achabbakhe    104     7500000
## 3466                          Jill St. John    120     7200000
## 3467                          Robert Duvall    175     6000000
## 3468                               Lee Ving     95     4000000
## 3469                        Zooey Deschanel     95     7500000
## 3470                     GeneviÃ<U+0083>¨ve Lemon    121     7000000
## 3471                    Matthew McConaughey    110     7000000
## 3472                          Angus Sampson     96    11000000
## 3473                          Clifton James    121     7000000
## 3474                            Cody Linley     95     5000000
## 3475                         Paulina Gerzon    112          NA
## 3476                             Laz Alonso    112     6600000
## 3477                           Steve Bisley    143   105000000
## 3478                          Alex Borstein     93     7500000
## 3479                           Kwesi Ameyaw    110     7000000
## 3480                            Salma Hayek    104     7000000
## 3481                      Shirley Henderson    115    20000000
## 3482                           Oliver Platt     53          NA
## 3483                          Peter Ustinov    119     9000000
## 3484                       Desmond Llewelyn    125    13000000
## 3485                          Carl Weathers     96     7000000
## 3486                           Craig Conway    100     3500000
## 3487                             Bob Costas     46          NA
## 3488                            Vanessa Ray     89     7000000
## 3489                    David Patrick Kelly     92     7000000
## 3490                             Lew Temple    109     7000000
## 3491                         Emma Caulfield     44     2300000
## 3492                        Kiersey Clemons    103     7000000
## 3493                               Nia Long     95     7000000
## 3494                           Rory Kinnear    143   200000000
## 3495                           Erin Daniels    105     7000000
## 3496                         Charles Aidman     79      350000
## 3497                       Peter Breitmayer    106     7000000
## 3498                             Bill Cobbs    100     7500000
## 3499                            Lori Singer    103     7000000
## 3500                        Darryl Stephens    116     7000000
## 3501                        Keri Lynn Pratt     99     7000000
## 3502                        Roberts Blossom    164     7000000
## 3503                           Shawn Hatosy     96     7000000
## 3504                            Anupam Kher    122     7000000
## 3505                        Deborah Mailman     94     6000000
## 3506                             Lil' Wayne     93     7000000
## 3507                        Alastair Duncan     96     7000000
## 3508                         Aaron Stanford     60          NA
## 3509                          Miriama Smith    113     7000000
## 3510                            John Savage     60          NA
## 3511                            Anupam Kher    192     7000000
## 3512                    Jose Pablo Cantillo     99     7000000
## 3513                          Katie Aselton     91     7000000
## 3514                            Jack Warden    100     7000000
## 3515                            Kurt Fuller    105     7000000
## 3516                             Beth Grant     99     7000000
## 3517                    Ashley Gerasimovich    112     7000000
## 3518                        Lesley Manville    100          NA
## 3519                        Jennifer Butler     99     7000000
## 3520                         Rick Rossovich    100     7000000
## 3521                            Carla Gallo    125     4825000
## 3522                        Jack O'Halloran    107     9000000
## 3523                   ValÃ<U+0083>©rie Lemercier    107    50000000
## 3524                            Erin Wasson     97     7000000
## 3525                    Derek Wayne Johnson    105          NA
## 3526                           Larry Miller     95    10000000
## 3527                           Rainn Wilson    106     7000000
## 3528                         Richard Graham     93          NA
## 3529                                           103     3500000
## 3530                           Eleanor Bron     96     7000000
## 3531                            Luke Grimes    103     7000000
## 3532                             Dan Hedaya    108     7000000
## 3533                     Valentin Golubenko    177     7000000
## 3534                           Paul Sanchez    118     7000000
## 3535                     Miranda Richardson     97     7000000
## 3536                             Bob Marley    102     7000000
## 3537                             Stephen Au     92     7000000
## 3538                         Joanne Whalley     88     7000000
## 3539                       Ivan Okhlobystin     80     7000000
## 3540                         Cindy Robinson     45     7000000
## 3541                           Sydney Penny    115     6900000
## 3542                           Julian Sands     97          NA
## 3543                            Cole Hauser    102     6900000
## 3544                           Olesya Rulin    111     7000000
## 3545                           John Ralston     96     8700000
## 3546                      Travis Aaron Wade     94     7000000
## 3547                         Maria Schrader    125    15000000
## 3548                              Tim DeKay    108     6800000
## 3549                     Mark De Alessandro    101     6800000
## 3550                            Gil Bellows    101     6900000
## 3551                           Ahmad Massad    139     6800000
## 3552                       Giulia Michelini    125     5000000
## 3553                     Michael McElhatton     88          NA
## 3554                        AndrÃ<U+0083>© Ramiro    115     4000000
## 3555                        Gabriel Bateman     99     6500000
## 3556                         Jessica Mauboy     88     6500000
## 3557                       Na'Blonka Durden    112     6000000
## 3558                   Danielle von Zerneck    108     6500000
## 3559                           Sandy Dennis    107          NA
## 3560                            Nancy Allen    104     6500000
## 3561                             Anne Heche    108     6500000
## 3562                             Scott Wolf    102     6500000
## 3563                            Jake Cherry     88     6500000
## 3564                         Eric Christmas    115     6500000
## 3565                            Ned Bellamy     91     6500000
## 3566                        Matthias Habich    141     7000000
## 3567                       James Badge Dale    101     6500000
## 3568                          Jamie Foreman    105     4000000
## 3569                          Brenda Strong    100     6500000
## 3570                           Jason Ritter    116     6500000
## 3571                           Sissy Spacek     97     6500000
## 3572                   Stellan SkarsgÃ<U+0083>Â¥rd    106     6500000
## 3573                          Eamonn Walker    105     6500000
## 3574                       Temuera Morrison    102     6500000
## 3575                   Alexandra Maria Lara    122     4500000
## 3576                          Paul Winfield    107     6500000
## 3577                   Burghart KlauÃ<U+0083>Ÿner    121     4800000
## 3578                      Maurice RoÃ<U+0083>«ves     98    10000000
## 3579                       Beverly Randolph    108     4000000
## 3580                          Marco D'Amore     55          NA
## 3581                      Joey Lauren Adams    123     6000000
## 3582                             Sid Caesar    110     6000000
## 3583                           Kevin Dillon    120     6000000
## 3584                           Ricky Martin    122     6000000
## 3585                           Kenneth Mars    110     6000000
## 3586                        Elsa Lanchester    139     6000000
## 3587                            Judd Hirsch    124     6000000
## 3588                    CÃ<U+0083>©cile De France    120   110000000
## 3589                         Richard Beymer    152     6000000
## 3590                     Brian Doyle-Murray     98     6000000
## 3591                          Jenifer Lewis    106     6000000
## 3592                       Richard T. Jones    106     6000000
## 3593                           Kevin Pollak    106     6000000
## 3594                      Matthew Borlenghi     89     8000000
## 3595                           Erik Estrada     94     6000000
## 3596                             Ajay Naidu    109     6000000
## 3597                         Jennifer Jones    144     8000000
## 3598                         Michael McKean     90     6000000
## 3599                             Tom Atkins    106     6000000
## 3600                              Bill Nunn    121     6500000
## 3601                           Tamala Jones     89     6000000
## 3602                         Rachel Blakely     86          NA
## 3603                           Laura Harris     91          NA
## 3604                       Conchata Ferrell    104     6000000
## 3605                             Lily James     NA          NA
## 3606                             John Lynch     99     9000000
## 3607                       David Alan Grier     98     6000000
## 3608                    Abby Mukiibi Nkaaga    121     6000000
## 3609                             Troy Evans     96     3000000
## 3610                              Rick Dial     99     5000000
## 3611                                            42     6000000
## 3612                            Amy Madigan    122     6000000
## 3613                          Gaby Hoffmann    101     6000000
## 3614                           Olivia Wilde    102     6000000
## 3615                         Luis E. Carazo     84     6000000
## 3616               Dominik GarcÃ<U+0083>­a-Lorido    104     6000000
## 3617                               Wale Ojo     96     6000000
## 3618                          Haley Bennett     94     6500000
## 3619                            Scott Glenn     90     6000000
## 3620                         Brenda Blethyn     97          NA
## 3621                          Raquel Alessi     90     6000000
## 3622                         Michael Weston    106     6000000
## 3623                  Lawrence Gilliard Jr.     96     6000000
## 3624                       Enrico Colantoni     44          NA
## 3625                          Andrea Martin     95     6000000
## 3626                            Todd Susman     99     6000000
## 3627                          Alexis Kendra     93          NA
## 3628                              Cas Anvar     99     6000000
## 3629                           Polly Noonan     95     6000000
## 3630                       Frederick Weller     84          NA
## 3631                             L.Q. Jones    144     6244087
## 3632                             Method Man     99     6000000
## 3633                           Pamela Salem    110     6000000
## 3634                        Paul Popplewell     97          NA
## 3635                            Marc Singer    107     6000000
## 3636                     Sammy Nagi Njuguna     90     6000000
## 3637                      MÃ<U+0083>©lanie Doutey    104          NA
## 3638                           Cara Seymour     96     6000000
## 3639                            Ji-hyun Jun    104     6000000
## 3640                     Ritchie Montgomery     97     6000000
## 3641                         Peter McNamara    107     6000000
## 3642                       Vanessa Redgrave    117     7840000
## 3643                           Sarah Wright     85     6000000
## 3644                             Bill Baird    152          NA
## 3645                           Shawn Hatosy     85     6000000
## 3646                             Tim Guinee     76     8600000
## 3647                        Robert Wahlberg     87          NA
## 3648                           Sissy Spacek     95    12000000
## 3649                              John Bell    101     6000000
## 3650                            Cole Hauser     90     6000000
## 3651                           Rupert Evans    240          NA
## 3652                         Reiner Schwarz     89     5952000
## 3653                          Iddo Goldberg    111     5300000
## 3654                              Li Jun Li     86     6000000
## 3655                         Agnes Bruckner    115    50000000
## 3656                      Martijn Lakemeier    103     4000000
## 3657                              Bill Duke     90     6000000
## 3658                           Michel Simon    133     6700000
## 3659                             Trieu Tran     88          NA
## 3660                          Johnny Nguyen    111   200000000
## 3661                            Samuel West     94          NA
## 3662                          James Buckley     25          NA
## 3663                            Anupam Kher    112     3500159
## 3664                         Timothy Hutton    141     5600000
## 3665                           Eva Marcille     95     5600000
## 3666                           Johnny Lever    141          NA
## 3667                             Andrea Ros     85     5600000
## 3668                        Kayla Raparelli    105          NA
## 3669                            Ray Walston    129     5500000
## 3670                           John Gielgud    125     5500000
## 3671                          Tamara Taylor    116     5500000
## 3672                          Nicholas Bell    105     5500000
## 3673                             Tony Danza     90     3000000
## 3674                         John Hillerman    105     5500000
## 3675                             T.J. Thyne    111     7000000
## 3676                          Kris Marshall     91     5500000
## 3677                        Angelo Rossitto     95          NA
## 3678                       GÃ<U+0083>©rard Jugnot     97     5500000
## 3679                          Claudia Ferri     92     5000000
## 3680                               Franky G    104     5000000
## 3681                           Danny Aiello    120     6500000
## 3682                      Joey Lauren Adams     99     5500000
## 3683                 Jean-Pierre Darroussin     93     3850000
## 3684                             Jo Prestia     99          NA
## 3685                       Shinobu Terajima     99     5500000
## 3686                               Madhavan    157          NA
## 3687                     David Dastmalchian     90          NA
## 3688                             Mike Eshaq     96     9000000
## 3689                             Ron Silver     96     5250000
## 3690                          Shane Meadows     90          NA
## 3691                    Julie R. Ã<U+0083>Ë<U+009C>lgaard    100    30300000
## 3692                      Bronagh Gallagher     94     4000000
## 3693                         Gordon Pinsent     98     6000000
## 3694                          Colin Farrell    129     5500000
## 3695                        George Voskovec    103     5100000
## 3696                                Prateik    128          NA
## 3697                         Leigh Whannell    106     5000000
## 3698                          Shawnee Smith     95     4000000
## 3699                        Sumalee Montano    104    15000000
## 3700                          Chris Pontius     87     5000000
## 3701                        Gabriel Bateman     81     4900000
## 3702             Christopher Nicholas Smith     94     5000000
## 3703                         Daren Kagasoff     89     5000000
## 3704                         Jennifer Rubin     88     4500000
## 3705                         Wendell Pierce    108     5000000
## 3706                          Hugo Stiglitz    115     5000000
## 3707                             Alisha Boe     96     5000000
## 3708                          Victor Mature    135     5000000
## 3709                       Catherine Schell    113     5000000
## 3710                           Yaphet Kotto     93     8500000
## 3711                    Pruitt Taylor Vince    109     4500000
## 3712                             Paul Lukas    127     5000000
## 3713                          Molly Ephraim    101     5000000
## 3714                        Dexter Fletcher    124     5000000
## 3715                           Denis O'Hare    117     5000000
## 3716                          Donald Glover     83     3300000
## 3717                              Jorja Fox    113     9000000
## 3718                           Garrett Ryan    104     5000000
## 3719                       Brian O'Halloran     97     5000000
## 3720                           Jamie Draven    110     5000000
## 3721                               Jim Rash    103     5000000
## 3722                           Helen Martin     94     5000000
## 3723                          Tom Burlinson    102     3500000
## 3724                          Alice Playten     77     5000000
## 3725                       June Carter Cash    134     5000000
## 3726                          Diana Scarwid    129     5000000
## 3727                           Steve Coogan     90     5000000
## 3728                            David Kross    134          NA
## 3729                       Chrystale Wilson    104     4500000
## 3730                             John Heard     95     5000000
## 3731                          Perdita Weeks     93     5000000
## 3732                            Sharon Leal    106     5000000
## 3733                        Diahann Carroll    109     6000000
## 3734                           Seth Gilliam    101     5000000
## 3735                           Jean Simmons    139     5000000
## 3736                       Persis Khambatta     99     5000000
## 3737                           Scott Reeves    100     5000000
## 3738                           Lainie Kazan     95     5000000
## 3739                          Rachel Korine     94     5000000
## 3740                          Mitchell Ryan     93     5000000
## 3741                          MarÃ<U+0083>­a Aura    106     2000000
## 3742                             Rafe Spall     99     4000000
## 3743                          Haley Bennett     82     5000000
## 3744                           Miriam Colon    135     5000000
## 3745                          Ellie Cornell     88     5000000
## 3746                         Clayton Rohner     89     5000000
## 3747                           Ellen Barkin    110     5000000
## 3748                         Robert Beltran    107     5000000
## 3749                          Andrew Airlie     86     5000000
## 3750                            Paul Dooley     91     8000000
## 3751                   Sahajak Boonthanakit    103     5000000
## 3752                               Rip Torn     90     8000000
## 3753                          Finlay Currie    141     5000000
## 3754                         Russell Peters     92     5000000
## 3755                            Wood Harris     99     8000000
## 3756                         Adolphe Menjou     79      800000
## 3757                          Lauren London     96     5000000
## 3758                          Mona Marshall     82     5000000
## 3759                     Eva Amurri Martino     92     5000000
## 3760                           Marina Hands    112     6000000
## 3761                       Nicol Williamson    106     5000000
## 3762                          Izabella Miko     90     5000000
## 3763                            Franco Nero    126     5000000
## 3764                       Michael Richards    150     5000000
## 3765                          Shirley Jones     90          NA
## 3766                         Jessica Walter     91     5000000
## 3767                              Jack Elam    145     5000000
## 3768                     Jonathan Silverman     95     5000000
## 3769                          Benedict Wong     97     5000000
## 3770                         Carter Jenkins     90          NA
## 3771                         Chloe Hollings     41     5000000
## 3772                            Simon Baker    112     5000000
## 3773                      Olivier Rabourdin    122     4000000
## 3774                           Greg Collins    110     5000000
## 3775                         Bess Armstrong     87     5000000
## 3776                            Liz Mullane    108     5000000
## 3777                        Cynthia Barrett    121     5000000
## 3778                           Stephen Root     97     5000000
## 3779                    Angela Featherstone    116     5000000
## 3780                          Reg E. Cathey     94     5000000
## 3781                          David Clennon    103     5000000
## 3782                          Robert Pralgo    112     5000000
## 3783                        Tammy Blanchard     91     5000000
## 3784                         Marilyn Manson     98     5000000
## 3785                               Joe Cole     95     5000000
## 3786                        Winter Ave Zoli     88     5000000
## 3787                      Kristoffer Polaha     99     5000000
## 3788                           Lumi Cavazos     91     7000000
## 3789                           Faye Dunaway     97     5000000
## 3790                       Darshan Jariwala    136          NA
## 3791                              Ken Davis    118          NA
## 3792                             Jim Byrnes     94     2200000
## 3793                         Chelan Simmons     89          NA
## 3794                          Martin Landau     90     5000000
## 3795                            Laraine Day     95     3209000
## 3796                           Sara Gilbert     90     2000000
## 3797                           Corey Sevier     95     5000000
## 3798                         Olivia DeJonge     94     5000000
## 3799                            Kel O'Neill     90     5000000
## 3800                            Alice Evans    103     5000000
## 3801                        Bokeem Woodbine     60          NA
## 3802                             Jelena Nik     91     5000000
## 3803                            Marta Etura    102     5000000
## 3804                         Georgia Groome     92     2500000
## 3805                    Shenae Grimes-Beech     87     5000000
## 3806                            Jim Belushi     80          NA
## 3807                          Katie Leclerc     90          NA
## 3808                       Timothy Omundson     44          NA
## 3809                    David Adam Flannery    105     5000000
## 3810                           Danny Aiello     67    10000000
## 3811                           Cheryl Hines     95          NA
## 3812                      Nicholas Gonzalez     87     5000000
## 3813                            Tomiwa Edun     94     5000000
## 3814                               Lisa Kay    109     5000000
## 3815                           Hal Holbrook    130     5000000
## 3816                        Costas Mandylor     NA     5000000
## 3817                            Martin Kove     88     5000000
## 3818                         Natasha Lyonne     88     5000000
## 3819                               Ed Quinn     97          NA
## 3820                           Milan Lasica    113    84450000
## 3821                          Birol Ã<U+0083>Å<U+0093>nel     99     4000000
## 3822                             J.T. Walsh    148      890000
## 3823                           Joseph Mawle    107     3000000
## 3824                           Rick Hoffman     93     4800000
## 3825                            Dylan Moran     94     2800000
## 3826                      Robert Longstreet    121     5000000
## 3827                      Katherine Helmond    118     4700000
## 3828                         Tamsin Egerton     98          NA
## 3829                      Dagmara Dominczyk     82     5000000
## 3830                             Jim Siedow    101     4700000
## 3831                          Jason Robards    106     4638783
## 3832                Yayaying Rhatha Phongam     90     4800000
## 3833                      Emmanuelle Bercot     79          NA
## 3834                         Camryn Manheim     87     4700000
## 3835                             Dileep Raj     NA          NA
## 3836                          Jack McElhone    105          NA
## 3837                       Stephen McHattie     89     5000000
## 3838                       Zinedine Soualem    100     4600000
## 3839                                 Kim Ly     92     4700000
## 3840                        Stephen Dillane     97     4600000
## 3841                            Paul Glover    100          NA
## 3842                        Michael Winslow     96     4500000
## 3843                             Leo McKern    104     4500000
## 3844                           Simon Callow    117     4500000
## 3845                     Vincent Schiavelli     90     4500000
## 3846                James Robertson Justice    115     4500000
## 3847                         Aaron Stanford    108    15000000
## 3848                       KaDee Strickland     43          NA
## 3849                          Peter Spellos    109     4500000
## 3850                          Louise Lasser    102     4500000
## 3851                           Frank McHugh    100          NA
## 3852                Miguel Ã<U+0083>ngel SolÃ<U+0083>¡    115   700000000
## 3853                      Juan FernÃ<U+0083>¡ndez    122     4500000
## 3854                        Patricia Heaton     98     5000000
## 3855                            James Duval    133     4500000
## 3856                       JoaquÃ<U+0083>­n Cosio    105          NA
## 3857                           Hans Kesting    122     4500000
## 3858                           Debbie Harry    106     2000000
## 3859                     Charlotte Rampling     98          NA
## 3860                         Hye-jeong Kang    112  4200000000
## 3861                         Marie FÃ<U+0083>©ret    120          NA
## 3862                             Danny Dyer     99     2500000
## 3863                               Josie Ho    110    35000000
## 3864                            Stephen Rea    102          NA
## 3865                         Lyubov Agapova    109          NA
## 3866                    Chandler Canterbury    104     4500000
## 3867                         Dimple Kapadia    134          NA
## 3868                        Louise Fletcher    133     4400000
## 3869                      Braeden Lemasters     85     4400000
## 3870                      Bernadette Peters     87     4400000
## 3871                            Purab Kohli    130     4400000
## 3872                          Megan Follows    199          NA
## 3873                         Lateef Crowder    103     4500000
## 3874                              Alan Ford    112     3000000
## 3875                          Amanda Redman     89          NA
## 3876                          Matias Varela    124          NA
## 3877                            Tammy Davis    101     6000000
## 3878                           Paresh Rawal    133   150000000
## 3879               Anna Katharina Schwabroh    112     4500000
## 3880                           Nonso Anozie    111   150000000
## 3881                           Olesya Rulin     98     4200000
## 3882                           Ellen Barkin     60          NA
## 3883                             Danny Webb     93          NA
## 3884                          Zhanna Friske    104     4200000
## 3885                            Stephen Rea    112     2300000
## 3886                            Tony Ganios     94     4000000
## 3887                        Kathleen Munroe     90     4000000
## 3888                     S. William Hinzman     96      114000
## 3889                      Catherine Lambert    101     4000000
## 3890                         Shelley Duvall     93     4000000
## 3891                           Cornel Wilde    152     4000000
## 3892                         Ben Mendelsohn    150   140000000
## 3893                      Marcus Lyle Brown    112     4000000
## 3894                           David A Cole     95     8500000
## 3895                           Julian Sands    111     3600000
## 3896                          Lochlyn Munro     86     4500000
## 3897                       Beverly Randolph    108     4000000
## 3898                            David Wayne    105     4000000
## 3899                             Adam Hicks     91     4000000
## 3900                           Sidney James    105     4000000
## 3901                        Bokeem Woodbine     60          NA
## 3902                           Yaya DaCosta    106     3500000
## 3903                   George 'Buck' Flower     93     4000000
## 3904                         Gordon Jackson    172     4000000
## 3905                        Armin Shimerman    109          NA
## 3906                            Ashley Bell     93     5000000
## 3907                          Libby Villari    165     4000000
## 3908                             Geoff Bell     96     4000000
## 3909                            Erick Avari    119   100000000
## 3910                                DJ Pooh     93     4000000
## 3911                            Faizon Love     82     6000000
## 3912                           Shawn Hatosy    101     3200000
## 3913                          Thelma Ritter    120     4000000
## 3914                            Rory Culkin     81     4000000
## 3915                            Peter Appel     82          NA
## 3916                              Zena Grey    107    25000000
## 3917                          Fernando Cayo    105     3400000
## 3918                       Gabriel Iglesias     86     4000000
## 3919                    Clifton Collins Jr.    110     4000000
## 3920                        Philippe Noiret    127     4000000
## 3921                               Amy Hill     90          NA
## 3922                            Lili Taylor    110     4000000
## 3923                      Lesley Ann Warren    104     4000000
## 3924                      Benjamin Fletcher     96     8000000
## 3925                           Bill Johnson    110     4000000
## 3926                           Larry Miller     84     4000000
## 3927               Bridgette Wilson-Sampras     94     4000000
## 3928                         Jayne Eastwood     93     4000000
## 3929                           Nancy O'Dell     96     4000000
## 3930                           Stephen Root     88     4000000
## 3931                             Rob Brydon    101     4000000
## 3932                   Puti Sri Candra Dewi    102     4000000
## 3933                          Richard Lynch     87     4000000
## 3934                            Rita Wilson     83          NA
## 3935                           Elena Satine    103     4500000
## 3936                        Ernie Reyes Jr.     99     4000000
## 3937                           Julian Sands    106     4000000
## 3938                           Denis Lavant    115          NA
## 3939                    Ronnie Gene Blevins    117     4000000
## 3940                           Ralph Ineson     99     3000000
## 3941                         Hal Landon Jr.    102     1300000
## 3942                         Beth Broderick     85     1500000
## 3943                         Mary McCormack     86     4000000
## 3944                     Arcelia RamÃ<U+0083>­rez    120     4000000
## 3945                              Zoe Levin    106     9500000
## 3946                         Pauline McLynn    103    14000000
## 3947                             Rob Jarvis     93     2500000
## 3948                         Ben Mendelsohn    112    16000000
## 3949                           Olivia d'Abo    100     4000000
## 3950                             Aida Folch    113     4000000
## 3951                            Nick Damici     98      650000
## 3952                   Brandon Mychal Smith     23          NA
## 3953                           Gretchen Mol     92     4000000
## 3954                     JesuÃ<U+0083>­ta Barbosa    106     4000000
## 3955                             Demi Moore    119     4000000
## 3956                            Sean Harris     99     4000000
## 3957                   Marie-JosÃ<U+0083>©e Croze     90          NA
## 3958                    Eugenia Khirivskaya    120     4000000
## 3959                           Howard Caine    168     4000000
## 3960                            Fadia Nadda     93     4000000
## 3961                             James Hall     96     3950000
## 3962                         Peter Jacobson    103     4000000
## 3963                            Kira McLean     93     4000000
## 3964                        Victoria Thaine     84          NA
## 3965                           Black Thomas     81     4000000
## 3966                         Brooke D'Orsay     84     4000000
## 3967                          Diana Vickers     94     4000000
## 3968                           Moises Arias    141   100000000
## 3969                          Paul Scofield    120     2000000
## 3970                         William Holden    121     3800000
## 3971                        Thomas Mitchell    226     3977000
## 3972                         Marama Corlett    104     4000000
## 3973                           Warren Oates    152     3800000
## 3974                      Nicholas Gonzalez     92          NA
## 3975                           Betty Hutton    107     3768785
## 3976                          Alex Macqueen     97          NA
## 3977                        Fernanda Torres    115     8000000
## 3978                     Charlotte Sullivan     95     3500000
## 3979                             Ellen Ross    102     3700000
## 3980                      Stephen Henderson     99     3800000
## 3981                           James Corden    109     2000000
## 3982                            Aidan Quinn    113    30000000
## 3983                           Mike Farrell     25          NA
## 3984                           John McGiver    113     3600000
## 3985                           Lesley Sharp     91     3500000
## 3986                    Barbara Billingsley     88     3500000
## 3987                             Jon Osbeck     88     5000000
## 3988                               Tony Cox     97     3500000
## 3989                       Khandi Alexander     97     3500000
## 3990                             Malik Yoba     42          NA
## 3991                         Dorothy Lamour     85     3500000
## 3992                             L.Q. Jones    121     3716946
## 3993                              Will Geer    134     3500000
## 3994                      Beatrice Straight    149     3500000
## 3995                        Shelley Winters    121     3500000
## 3996                            Clive Swift    116     2000000
## 3997                           Ralph Ineson     92     3500000
## 3998                        Anthony Johnson     93     3500000
## 3999                        Michael McGlone     96     3500000
## 4000                      Kevin J. O'Connor    105     3500000
## 4001                    Guillermo Francella    129     2000000
## 4002                          Joseph Pilato     87     3500000
## 4003                           Derek Magyar     94          NA
## 4004                  Kassie Wesley DePaiva     37     3600000
## 4005                          Robert Vaughn     81     3000000
## 4006                       Cassandra Scerbo     97     1000000
## 4007                      DamiÃ<U+0083>¡n Delgado    106     3500000
## 4008                  Glenn Erland Tosterud    103    19900000
## 4009                          Kevin Sussman    101     3500000
## 4010                       Rosemarie DeWitt    102    68000000
## 4011                         Dallas Roberts     98     3500000
## 4012                          Scoot McNairy     91     3500000
## 4013                  Lara Jean Chorostecki    105     3500000
## 4014                        Blaine Anderson     98     3500000
## 4015                        Robert Townsend    104     1000000
## 4016                     Genevieve O'Reilly     45          NA
## 4017                             Jere Burns     96     3500000
## 4018                           Grey Griffin    148     3500000
## 4019                        Peter Agnefjall    100     3500000
## 4020                      Ralitsa Paskaleva     86     3500000
## 4021                             Lew Temple     92     3500000
## 4022                            Rita Wilson     88     3500000
## 4023                            Glen Murphy     90     3440000
## 4024                        Dick Van Patten     94     3400000
## 4025                       Romane Bohringer     80     8000000
## 4026                        Ashley Williams    107     3500000
## 4027                           Edward Conna     99          NA
## 4028                             Jonah Bobo     92     3000000
## 4029                           Chris Mulkey    107     3300000
## 4030                    Alexandre Rodrigues    135     3300000
## 4031                           Shaun Parkes     99     2200000
## 4032                           Luis Antonio    102     3400000
## 4033                           Piper Laurie     93          NA
## 4034                             Hana Shuan    115     3800000
## 4035                         Scott Schwartz     94     4000000
## 4036                  Eduardo VerÃ<U+0083>¡stegui     91     3300000
## 4037                     Timothy Van Patten     98     4300000
## 4038                           Josh Hopkins     97     3300000
## 4039                       Miriam Margolyes     92     2000000
## 4040                     AngÃ<U+0083>©lica Sancio    128          NA
## 4041                         Charles Grodin    136     2300000
## 4042                             Vera Miles    113     3200000
## 4043                             Amy Irving     99          NA
## 4044                       Yenny Paola Vega    101     3000000
## 4045                       Mary Page Keller    105     3200000
## 4046                          Henry Rollins     95     3200000
## 4047                           Tim Matheson    109     3000000
## 4048                           Lois Maxwell    110     3000000
## 4049                     Caleb Landry Jones    108     3200000
## 4050                        Thomas Mitchell    118     3180000
## 4051                           Ewen Bremner     94     3500000
## 4052                           Steve Harvey    115     3000000
## 4053                            Micah Sloat     98     3000000
## 4054                      Fionnula Flanagan     91     3000000
## 4055                           Bill Clinton    120     4000000
## 4056                                 Ni Yan    109          NA
## 4057                          Marshall Bell     87     2200000
## 4058                        Denholm Elliott    117     3000000
## 4059                           Chris Mulkey     85     3000000
## 4060                          James Ransone    110     3000000
## 4061                            Dayna Devon    113     3000000
## 4062                            Jack Carson    108     3000000
## 4063                           Victor Buono     95     3000000
## 4064                          Michael Jeter     98     3000000
## 4065                             Lisa Ortiz     93    16000000
## 4066                    Vincent Guastaferro     86     3000000
## 4067                           Jack Hawkins    161     3000000
## 4068                     Tonya Lee Williams    100     3000000
## 4069                         William Devane    120     4490375
## 4070                            David White    125     3000000
## 4071                              Erin Gray     91     2500000
## 4072                         David Opatoshu    128     6000000
## 4073                            Lauryn Hill    100     3000000
## 4074                         Ben Mendelsohn     84          NA
## 4075                            Bobby Brown     97     3000000
## 4076                              Mike Epps     84     3000000
## 4077                         Edward Andrews    146     3000000
## 4078                          Spencer Tracy    186     3000000
## 4079                        Countess Vaughn     94          NA
## 4080                          Breckin Meyer     11          NA
## 4081                        Harry Carey Jr.    126     3000000
## 4082                           Joyful Drake     99     3000000
## 4083                 Athina Rachel Tsangari    109     3000000
## 4084                              Kim Darby     95     3000000
## 4085                          James Le Gros     97     3000000
## 4086                         Clifton Powell     94          NA
## 4087                           George Lopez     90     3000000
## 4088                              Luke Ford    197    15000000
## 4089                           Seema Biswas    117          NA
## 4090                                Om Puri     96     1900000
## 4091                           David Heyman     82     3000000
## 4092                                  Rekha    109     3000000
## 4093                    Ann Morgan Guilbert     90          NA
## 4094                        Julie Dawn Cole     89     3000000
## 4095                         Paula Marshall     98     3000000
## 4096                            Dyan Cannon     95     3000000
## 4097                      Richard Libertini     94     3000000
## 4098                             Amy Irving    104     4500000
## 4099                           Jeff Conaway     87     3500000
## 4100                          Courtney Love    108     3300000
## 4101                            Vanessa Ray     86          NA
## 4102                      Rapulana Seiphemo     94     3000000
## 4103                            Dylan Baker    134     3000000
## 4104                           Robert Noble     89     3000000
## 4105                          Michael Parks    102     3000000
## 4106                         Hye-jeong Kang    120     3000000
## 4107                    Christopher Schmidt    110     3500000
## 4108                        Molly Dunsworth     86     3000000
## 4109                            Erick Elias    101     3000000
## 4110                          Robert Peters    102     3000000
## 4111                          Brianna Brown     87     3000000
## 4112                             Jason Maza    123          NA
## 4113                             Zach Woods     99          NA
## 4114                    Megalyn Echikunwoke    173          NA
## 4115                        Andrew Rannells     87     3000000
## 4116                           Zach Grenier     44          NA
## 4117                           Lindsey Haun    120          NA
## 4118                               Bob Ross     93     3000000
## 4119                      Griffin Cleveland    111    25000000
## 4120                              Tim Healy     60          NA
## 4121                       Robert Stadlober     98     2700000
## 4122                           Brendan Fehr    100     3000000
## 4123                             Noah Segan     88     5000000
## 4124                          Peter Onorati     97     3000000
## 4125                       Rosanna Arquette    122     3000000
## 4126                             Jim Norton     86          NA
## 4127                              Aaron Yoo     83     3000000
## 4128                          David Douglas     80     3000000
## 4129                          Anne Hathaway    108   200000000
## 4130                            Talia Shire     90     3000000
## 4131                           Chris Kattan     96     3000000
## 4132                           Emily Nelson     85     3000000
## 4133                          Jack McBrayer     83          NA
## 4134                       Olivia Alexander     80     3000000
## 4135                         Jillian Murray     90     3000000
## 4136                       Carroll O'Connor     92     3000000
## 4137                      Salvatore Santone    100     3000000
## 4138                        Jason Priestley     88      800000
## 4139                          John Robinson     95     3000000
## 4140                           Brett Wagner     82     3000000
## 4141                            Fabio Testi     97     3000000
## 4142                             Lily James    105    95000000
## 4143                          Frank Vincent     94     3000000
## 4144                           Shea Whigham     95          NA
## 4145                           Othon Bastos    113     2900000
## 4146                        Thomas Mitchell    136     2900000
## 4147                            Scott Evans     80     3000000
## 4148                         Brenda Vaccaro    105     1500000
## 4149                             Mia Barron     90     3000000
## 4150                       Tempestt Bledsoe     93     3000000
## 4151                        Billie Whitelaw    107     2800000
## 4152                            Oana Pellea     89     2200000
## 4153                        Kelly Paterniti     90          NA
## 4154                      Allegra Carpenter     89     3000000
## 4155                             Elise Neal    116     8000000
## 4156                            George Raft    120     2883848
## 4157                         William Butler     88     2800000
## 4158                           Billie Burke    102     2800000
## 4159                              Teri Garr    106     2800000
## 4160                            Joe Dinicol     95     2000000
## 4161                         Jimmy Shergill    144   120000000
## 4162                           Vanessa Zima    113     2700000
## 4163                             Hoyt Axton    118     2700000
## 4164                         Diljit Dosanjh    141     3000000
## 4165                     Casper Christensen     90          NA
## 4166                            Jack Warden    109     2686585
## 4167                           Henri Garcin     95     2650000
## 4168                            Irene Dunne    122     2627000
## 4169                          Harvey Korman     93     2600000
## 4170                          Kimberly Beck     97     1800000
## 4171                          Agata Kulesza     82          NA
## 4172                           Simon Callow    140     2600000
## 4173                         Seymour Cassel     86     2800000
## 4174                            Clea DuVall    109    34000000
## 4175                    Laird John Hamilton    105          NA
## 4176                     BÃ<U+0083>¡rbara Goenaga     66     2600000
## 4177                               Zheng Xu     99    15000000
## 4178                         Beth Broderick    100     2600000
## 4179                           Cyd Charisse    103     2540800
## 4180                            Amy Badberg     97     2500000
## 4181                            J.B. Smoove     86     2500000
## 4182                         Dinesh D'Souza     87     2500000
## 4183                          Margot Kidder    119    15000000
## 4184                            Ethan Embry    149    26000000
## 4185                             Nancy Kyes     98     2500000
## 4186                              Sal Mineo     98     2500000
## 4187                           Whit Bissell    112     2500000
## 4188                             Dana Hanna     75     2500000
## 4189                                   Flea    104     2500000
## 4190                             Jill Flint    102     2500000
## 4191                        Dominik Castell    105     2500000
## 4192                   Jean Pierre Bergeron     99     3200000
## 4193                            Mark Webber    107     2500000
## 4194                          Jessica Hecht     96          NA
## 4195                  Tannishtha Chatterjee    101          NA
## 4196                           Ana Gasteyer     89     2500000
## 4197                         Amanda Plummer    106     2000000
## 4198                           Dayo Okeniyi     95     2500000
## 4199                          Michael Bower     34       34000
## 4200                             Steve Burg    101     2500000
## 4201                         George W. Bush    112     2500000
## 4202                              Tom Bower    100     2500000
## 4203                       Joel David Moore     92    20000000
## 4204                          George Harris    100     2500000
## 4205                           Gavin Newsom     80     2500000
## 4206                           Shriya Saran    106    14000000
## 4207                     Sebastian Blomberg    103     8400000
## 4208                          Tenoch Huerta     90     2500000
## 4209                         Paul T. Taylor     96     2500000
## 4210                          Lochlyn Munro     89     2500000
## 4211                        David Masterson     87     2500000
## 4212                            Mark Webber     94     3500000
## 4213                         Andre Braugher    120     2400000
## 4214                        Justine Waddell    101     2400000
## 4215                           David Herman     84          NA
## 4216                       Kris Sommerville    110     2500000
## 4217                         Jack O'Connell    101     1500000
## 4218               Bianca Brigitte VanDamme    101     2500000
## 4219                            Red Skelton    101     2361000
## 4220                            Rene Rosado    105     2450000
## 4221                       Alexandra Holden     97          NA
## 4222                            Howard Keel    108     2295429
## 4223                             Luke Perry     95          NA
## 4224                  Christopher Heyerdahl    108          NA
## 4225                         Mindy Sterling     90     2300000
## 4226                                           120     2280000
## 4227                         Tony Lo Bianco    104     1800000
## 4228                         Ivette Alvarez     90     2500000
## 4229                        Catherine Parks     91     4000000
## 4230                       Dominick Brascia     92     2200000
## 4231                           A.J. Buckley    117     2200000
## 4232                         Madison Pettis    120     2300000
## 4233                           Linden Ashby     90     2200000
## 4234                       Lionel Barrymore    119     2160000
## 4235                           Brad Schmidt     90          NA
## 4236                           Shobu Kapoor     90     1200000
## 4237                           Jason Ritter     97     2400000
## 4238                      Stefanie Drummond     90     2500000
## 4239                           Dana Andrews    172     2100000
## 4240                            Brad Renfro    115          NA
## 4241                            Sven Nordin     89    15500000
## 4242                          Brad Lee Wind    125     2100000
## 4243                         Carlos Lasarte     78     1500000
## 4244                        Cheyenne Haynes     89     2100000
## 4245                      Carmen Argenziano    100     2100000
## 4246                         Louise Brealey     77          NA
## 4247                          Shaun O'Hagan     81     2100000
## 4248                           Lois Maxwell    115     2000000
## 4249                              Lisa Gaye     96     2300000
## 4250                         Crystal R. Fox     60          NA
## 4251                             Mews Small     89     2000000
## 4252                             Jake Weary    100     2000000
## 4253                          Lynn Redgrave     88     2000000
## 4254                         William Windom    129     2000000
## 4255                          Kjell Nilsson     87     2000000
## 4256                            Ho-Sung Pak    102     2000000
## 4257                           Lois Maxwell    152     2000000
## 4258                      Jeannetta Arnette    118     2000000
## 4259                             Adam Trese     86     2000000
## 4260                         Martina Gedeck    137     2000000
## 4261                         T.C. Stallings    129     2000000
## 4262                        Murray Hamilton    134     2000000
## 4263                      Claudette Colbert    119     1614000
## 4264                  BÃ<U+0083>©atrice Bonifassi     80     9500000
## 4265                            Gary Farmer     89     2000000
## 4266                             Daniel Tay    101          NA
## 4267                           Marie Pillet     80     2700000
## 4268                            Goya Toledo    115     2000000
## 4269                             Kip Pardue    100     1500000
## 4270                          John Garfield    118     2000000
## 4271                        Lauren Sweetser    100     2000000
## 4272                            Joe Simpson    106          NA
## 4273                         John Carradine    106     2000000
## 4274                           Miranda July     91     2000000
## 4275                           Barney Frank    105          NA
## 4276                           Jonny Weston     96     2000000
## 4277                        Richard Portnow    116          NA
## 4278                          Noel Gugliemi    116     2000000
## 4279                           Sydelle Noel     97     2000000
## 4280                        Blair Underwood    101     2000000
## 4281                             Rose Marie     98     2000000
## 4282                           Maria Thayer     22          NA
## 4283                         Richard Briers    150    18000000
## 4284                         Raphael Barker    101     2000000
## 4285                         Zahava Solomon     90     1500000
## 4286                          Bruce Newbold    120     2000000
## 4287                        Donald Rumsfeld    102     2000000
## 4288                            Austin Lyon    102     2000000
## 4289                       Debrah Farentino     60          NA
## 4290                         Neil Armstrong    100     2000000
## 4291                      Shirley Henderson    104          NA
## 4292                         Linda Lovelace     89     2000000
## 4293                             Ajay Naidu     99          NA
## 4294                          Jamie Kennedy     96          NA
## 4295                          Zack Pearlman     86     3400000
## 4296                    Jean-Hugues Anglade     98    17000000
## 4297                         Frank Langella     96     6000000
## 4298                           John Hensley     94          NA
## 4299                          Kim De Angelo     91     2000000
## 4300                          Shakti Kapoor     NA          NA
## 4301                           Kate Magowan     90          NA
## 4302                           Romany Malco     85     3800000
## 4303                           Karl Collins     96          NA
## 4304                            Matt Craven    129    13500000
## 4305             Salli Richardson-Whitfield     60          NA
## 4306                          Javed Jaffrey     93          NA
## 4307                             Chuck Zito    100          NA
## 4308                            Tiya Sircar     97          NA
## 4309                          Charly Bivona     94          NA
## 4310                         Paul Adelstein     95     1500000
## 4311                          Sarah Douglas     97     2000000
## 4312                              Dane Cook     92       14000
## 4313                         Michelle Hurst     96     2000000
## 4314                             Chris Penn     85    25000000
## 4315                  Kaiwi Lyman-Mersereau     87          NA
## 4316                       Lorraine Stanley     91          NA
## 4317                          Marlene Forte     99          NA
## 4318                         Silvia Colloca     88          NA
## 4319                           Robert Hobbs    119     2000000
## 4320                            Ian McNeice     99     2000000
## 4321                        Ashleigh Gryzko     92      100000
## 4322                           Jemma Curran     86          NA
## 4323                          Marc Macaulay     83     2000000
## 4324                            Louis Walsh     81     2000000
## 4325                          Louise Lasser     82     2000000
## 4326                             Kathy Uyen    102          NA
## 4327                        Ricardo Chavira     90     2000000
## 4328                            Amy Yasbeck     30          NA
## 4329                          Ted de Corsia     92     2300000
## 4330                            Robert Pine     88     2000000
## 4331                           Mark Rolston     97    14000000
## 4332                             Matt Lucas     96     2000000
## 4333                         Glenn Howerton     87     2000000
## 4334                          Paul Williams    106     2000000
## 4335                          Peter Hermann    107          NA
## 4336                              Karin Dor     80          NA
## 4337                            Josh Meyers     91     2000000
## 4338                           Phil Silvers     99     2000000
## 4339                            Steve Earle    102     2000000
## 4340                        Glenn Morshower    108     2000000
## 4341                          Dave Sheridan     88     1250000
## 4342                             Tom Arnold     89     2000000
## 4343                           James Chalke     92     2000000
## 4344                              Ione Skye     99     1900000
## 4345                              Jon Gries    103     1900000
## 4346                            David Lewis     90     1950000
## 4347                         Erik Palladino     95     3000000
## 4348                          Sally Hawkins     97          NA
## 4349                          Aida Elkashef    108     1500000
## 4350                         Pierre Perrier     95     1400000
## 4351                       Portia Doubleday    100    30000000
## 4352                            Prabhudheva    160          NA
## 4353                            Amanda Wyss    101     1800000
## 4354                    Jean-Louis Blondeau     90     1000000
## 4355                            Rachel Nash     86          NA
## 4356                            Faizon Love     89     1900000
## 4357                         Patrick Fabian     87     1800000
## 4358                        Anne-Marie Duff     98          NA
## 4359                             Kim Hunter    125     1800000
## 4360                            Keenan Wynn     95     1800000
## 4361                Pedro ArmendÃ<U+0083>¡riz Jr.    118     1800000
## 4362                           Dwight Henry     93     1800000
## 4363                           Claude Akins     96     1800000
## 4364                             Jane Adams    109     1800000
## 4365                        Michael Chernus    109          NA
## 4366                           Brahmanandam    155   150000000
## 4367                           Donald Trump     90     1500000
## 4368                              Jon Gries     93     1800000
## 4369                            Sonam Kinga    108     1800000
## 4370                          Alan Hale Jr.    114     1800000
## 4371                             Kim Hunter     87          NA
## 4372                              Cas Anvar    113     1800000
## 4373                        Bree Williamson     87          NA
## 4374                       Nicholas Carella     90     1800000
## 4375                            Tatyana Ali    111     1800000
## 4376                            Armin Rohde     81     3500000
## 4377                          Nora Zehetner     93      500000
## 4378                              Erin Pitt     90     2000000
## 4379                       Circus-Szalewski    112     1750000
## 4380                      Kate del Castillo    106          NA
## 4381                          John Randolph     88     1700000
## 4382                            Karen Allen    138     1700000
## 4383                        Daniel Franzese    105     2000000
## 4384                         Jeremy Northam     98     1700000
## 4385                           Dean Andrews     86     1700000
## 4386                          Lillete Dubey    104     1000000
## 4387                     Stephanie Leonidas    100     1000000
## 4388                       Lionel Barrymore    126     1644736
## 4389                           Deborah Kerr    118     1650000
## 4390                        Victor McLaglen    103     1600000
## 4391                       Anthony Reynolds    102          NA
## 4392                            Marla Gibbs     84     2000000
## 4393                       Tempestt Bledsoe     NA          NA
## 4394                          Nadine Labaki     95     1300000
## 4395                        Alejandro Furth     92          NA
## 4396                     Yousef 'Joe' Sweid     90     1500000
## 4397                         Cindy Williams    113     1600000
## 4398                        Bhoomika Chawla     NA    70000000
## 4399                         Michel Bouquet    123     1600000
## 4400                             Nicky Katt    111     1650000
## 4401                           Samuel Davis     99          NA
## 4402                           Mekhi Phifer    110    26000000
## 4403                          Eddie Jemison    108     2000000
## 4404                                Ken Siu     92     1100000
## 4405                        Thomas Mitchell    120     1500000
## 4406                          Justin Pierce     91     1500000
## 4407                             Owen Kline     88     1500000
## 4408                         Brian Stepanek     97     1000000
## 4409                              Dahong Ni     95          NA
## 4410                             Sam Medina     90    17000000
## 4411                         Leo G. Carroll     95     1696377
## 4412                           Sarah Polley    103     2000000
## 4413                    Jan-Michael Vincent    110     1500000
## 4414                        Philip Friedman    103     1500000
## 4415                        Miguel Sandoval     92     1500000
## 4416                     Leticia BrÃ<U+0083>©dice    114     1500000
## 4417                            Yaakov Peri    101          NA
## 4418                          Ryan McDonald    112     1500000
## 4419                           Scott Porter    104     1500000
## 4420                    Jean-Hugues Anglade     99     1500000
## 4421                         Summer Phoenix     98     1500000
## 4422                             Tom Noonan    107          NA
## 4423                          Malone Thomas     93     1500000
## 4424                        Larry Fessenden    100     1500000
## 4425                          Joey Slotnick     80     1500000
## 4426                              Evan Ross     94          NA
## 4427                            Joel Murray     93     1500000
## 4428                         Fred Malatesta     87     1500000
## 4429                            Bonnie Hunt     91     1500000
## 4430                  Timothy Patrick Quill     84     1500000
## 4431                         Garrett Morris     90     1500000
## 4432                       David Alan Grier     98     1500000
## 4433                      Darren E. Burrows    108     1500000
## 4434                          Ronnie Lazaro    124     1700000
## 4435                             Boyd Banks     95     1500000
## 4436                       Matthew Lawrence     90     2000000
## 4437                          Michael Elian     93     1500000
## 4438                       Michael Berryman    101     2500000
## 4439                         Cameron Rhodes    107      350000
## 4440                            Matt Hunter     20     1500000
## 4441                              Kyla Wise     87     1500000
## 4442                           Paul Sorvino     98     1500000
## 4443                         Martin Hancock    112     5000000
## 4444                          John DeSantis     82     1500000
## 4445                             Tim Guinee    102     2000000
## 4446                        Michael ParÃ<U+0083>©     97     1500000
## 4447                          David Oyelowo    130    60000000
## 4448                           Lydia Hearst    101     1500000
## 4449                           Kiowa Gordon     93     2000000
## 4450                       Lucille La Verne     83     2000000
## 4451                         MarÃ<U+0083>­a Alche    106     1400000
## 4452                         Honor Blackman    113     1455000
## 4453                            John Bailey     94     1400000
## 4454                         Cullen Douglas    101     2000000
## 4455                     Chasty Ballesteros     99     3150000
## 4456                     Laurent Poitrenaux     76          NA
## 4457                           Angela Jones     91     1400000
## 4458                              Burt Ward    105     1377800
## 4459                        Dexter Fletcher    120      960000
## 4460                             Ned Beatty    105     1250000
## 4461                                           120          NA
## 4462                          Trine Dyrholm    105     1300000
## 4463                             Carol Kane     95     1300000
## 4464                                 Cat Ly    135     1592000
## 4465                           Peter Coyote    105     1300000
## 4466                        Georgina Reilly     83     1500000
## 4467                         Carrie Preston    111    60000000
## 4468                          Kristen Cloke     60     5000000
## 4469                       Mirlan Abdulayev    135     1400000
## 4470                             Tim Choate     88     1750000
## 4471                               Tony Cox     87     1000000
## 4472                        Samantha McLeod     97     1500000
## 4473                          Matt Crabtree     82     1300000
## 4474                     Christopher Atkins    103     1300000
## 4475                         George Sanders    130     1288000
## 4476                              Amy Steel     87     1250000
## 4477                           Frank Faylen    101     1250000
## 4478                           Sam McMurray     96     1250000
## 4479                             Jorge Diaz     80      427000
## 4480                            Anupam Kher     87    15000000
## 4481                            Will Wright     92     1250000
## 4482                       Barry Fitzgerald    118     1250000
## 4483                            Paul Sparks     27          NA
## 4484                        Felicia Pearson    123     1420000
## 4485                           Steven Brill    100     1200000
## 4486                          Shawnee Smith    103     1200000
## 4487                      Jay Chandrasekhar    100     1200000
## 4488                             Ben Youcef     99     1300000
## 4489           JosÃ<U+0083>© Manuel Orozco Angulo     89     1300000
## 4490                         Juan Riedinger    104    80000000
## 4491                          Lillete Dubey    114     7000000
## 4492                          Gaby Hoffmann    111     1200000
## 4493                             Royal Dano     99     1200000
## 4494                         Dorian Missick    110    27000000
## 4495                          Eddie Cibrian     85     1200000
## 4496                            Scott Elrod    113     1200000
## 4497                             Chris Penn     99     1200000
## 4498                       Gale Sondergaard     83          NA
## 4499                            Enzo Petito    142     1200000
## 4500                           Luis Miranda    112     4000000
## 4501                             Eric Lange    108     1200000
## 4502                      ZoÃ<U+0083>« Poledouris     88     1200000
## 4503                                            97     1200000
## 4504                       Jonathan Winters     85     1200000
## 4505                         Yassine Azzouz    103     1500000
## 4506                    Juan Carlos Montoya    110     1200000
## 4507                      Jim Cody Williams     88          NA
## 4508                    Vanessa Lee Chester     76          NA
## 4509                        Spring Byington    100     1200000
## 4510                         Michael Eisner     99     1200000
## 4511                          Chelsey Reist     84     1200000
## 4512                        Brittney Powell     91     2600000
## 4513                        Calvin Lockhart     97     1200000
## 4514                        Patrick Muldoon     84     1200000
## 4515                         Dustin Diamond    100     1200000
## 4516                        Vanessa Lengies     94     3000000
## 4517                          George Newton     90      695393
## 4518                               Lucy Fry     NA          NA
## 4519                          Susan Tyrrell     92     1100000
## 4520                                           105          NA
## 4521                            Brent Neale     73     1600000
## 4522                         Jeanne Neilson    116    10000000
## 4523                             Eva Bourne    110     1100000
## 4524                         Donny Alamsyah    102     1100000
## 4525                    Matthew R. Anderson     89     1100000
## 4526                             Joe Marino     76     1100000
## 4527                           Conrad Veidt     82      950000
## 4528                          Martin Sharpe     89     1400000
## 4529                            Gauhar Khan    150          NA
## 4530                             Jesse Vint     89     1000000
## 4531                          Carl Weathers    145      960000
## 4532                             Gitte Witt     91     1100000
## 4533                            Janet Leigh     89     1000000
## 4534                          Hugh Griffith    121     1000000
## 4535                       Heather Sossaman     83     1000000
## 4536                            Peter Boyle    110     1300000
## 4537                            Dee Wallace     91     1000000
## 4538                           Lois Maxwell    110     1100000
## 4539                      Jonathan Sadowski     86     1000000
## 4540                          Clare Higgins     86     1000000
## 4541                   Maria Canals-Barrera    120     5000000
## 4542                            Lindy Booth     90     1000000
## 4543                           Sakae Kimura     99  1000000000
## 4544                             John Doman    112     3500000
## 4545                          Paul Borghese    103     1000000
## 4546                          Brian Johnson     83     1000000
## 4547                          Harrison Page    109      900000
## 4548                            Debra Paget     89     1000000
## 4549                                            96          NA
## 4550                         Forrest Tucker    109     1000000
## 4551                         Albert Maysles    122          NA
## 4552                        Magda Apanowicz    100     6000000
## 4553                           Niamh Cusack    109     1100000
## 4554                           Rhea Perlman     95     1000000
## 4555                       Barbara Kowalcyk     94          NA
## 4556                           Jason Burkey    107          NA
## 4557                         Holland Taylor    104     1000000
## 4558                           Rainn Wilson     96     7500000
## 4559                  Kathleen Rose Perkins     93          NA
## 4560                           Brady Corbet    102          NA
## 4561                              Jake Lacy     84          NA
## 4562                            Misty Upham     97     1000000
## 4563                          Merry Clayton     91     1000000
## 4564                            Angel David     84     1000000
## 4565                        Vincent Pastore     86     1000000
## 4566                           Lesley Sharp     91     3500000
## 4567                         Colette Divine     92     1000000
## 4568                         Mary McCormack     94     1000000
## 4569                             Ella Joyce     92     1000000
## 4570                             Ken Marino    103    58000000
## 4571                            Bonz Malone    100     1000000
## 4572                              Rick Macy    119     1000000
## 4573                           Jaya Bhaduri    167     1000000
## 4574                            Dom DeLuise     92    11000000
## 4575                             Matt Stone     92     1000000
## 4576                           Shea Whigham    108     2500000
## 4577                           Kathryn Erbe     97     1000000
## 4578                           A.J. Buckley     88     1000000
## 4579                         Robert Beltran    100     1000000
## 4580                      Olivia Crocicchia    100          NA
## 4581                            Ranin Karim    124          NA
## 4582                          Chase Ellison     88     1000000
## 4583                           Venida Evans    106          NA
## 4584                       Kathleen Quinlan     79     1000000
## 4585                           Tom McCarthy    135    65000000
## 4586                         Syamsul Arifin     96     1000000
## 4587                        Greg D'Agostino     53     1000000
## 4588                          Ahmet Ertegun     97     1000000
## 4589                      Aasheekaa Bathija    120          NA
## 4590                        Melissa Gilbert     90          NA
## 4591                         Anthony Powell     91     1000000
## 4592                          Jason Bateman     93     1000000
## 4593                  Raquel Elizabeth Ames    112     1000000
## 4594                           Sunil Shetty    160     1500000
## 4595                            Dee Wallace     95      900000
## 4596                       Nathaniel Parker     93      500000
## 4597                              Josh Pais     88     1000000
## 4598                        Adrienne Frantz    105     1000000
## 4599                           James Lorinz     98          NA
## 4600                          Jamie Kennedy     82     1000000
## 4601                           Hallee Hirsh     89     1000000
## 4602                         Jonathon Trent     78     1000000
## 4603                        Meredith Hagner     97     1000000
## 4604                              Ian Bohen     81     1000000
## 4605                    Veronica Cartwright     90          NA
## 4606                           Jennifer Sky     97     1000000
## 4607                            Jesse Hutch     88     1000000
## 4608                          Heather Bucha     96     1500000
## 4609                          Gabriel Reyes    105     1000000
## 4610                           Javed Sheikh     NA     1000000
## 4611                     Laura Breckenridge     76     1000000
## 4612                            Amy Sedaris     96     1000000
## 4613                         James Eckhouse     99     1000000
## 4614                         Alicia Ziegler     90     1000000
## 4615                           Louise Sorel     94          NA
## 4616                           Janet Hubert     87     1000000
## 4617                        Bokeem Woodbine     93          NA
## 4618                           Diane Venora     90     1000000
## 4619                         Kevin Hamedani     89      500000
## 4620                              Tim Abell     83     1000000
## 4621                          Joseba Ugalde     96          NA
## 4622                          Reg E. Cathey     90     1000000
## 4623                       Chrystee Pharris    138     1000000
## 4624                      Randy Jay Burrell     84     1000000
## 4625                            Jay Paulson     83          NA
## 4626                         Jennie Jacques     96     1000000
## 4627                         Summer Napoles     94     1000000
## 4628                         Kristian Bruun     90     1000000
## 4629                           Fiona Dourif     95     1000000
## 4630                        Jarrod Phillips     93     1000000
## 4631                          Leonor Varela    111     1000000
## 4632                     Tuppence Middleton    101    20000000
## 4633                           Claire Bloom    103          NA
## 4634                      Michael McMillian     87      950000
## 4635                           Bruno Campos     30          NA
## 4636                       Cathryn de Prume    100      950000
## 4637                            Eartha Kitt     90      989000
## 4638                             Eve Ensler     83      913000
## 4639                            Rod Steiger    108      910000
## 4640                       Kristen Johnston    100      930000
## 4641                     Alexandru Potocean    113      590000
## 4642                             Jan Cornet     97     3000000
## 4643                         Patrick Wilson    104      950000
## 4644                             Edie Falco     91      900000
## 4645                           Sina Amedson    107          NA
## 4646                            Ariana Neal     85      900000
## 4647                           Alia Shawkat    101      900000
## 4648                             Ann Gillis     70          NA
## 4649                           Adam Carolla     88      850000
## 4650                       Nadine Velazquez    112    15000000
## 4651                      Jacqueline Bisset    107      850000
## 4652                           Teddy Doloir     78      900000
## 4653                          Quinton Aaron     90     1000000
## 4654                           Nia Vardalos     88      850000
## 4655                             Rob Huebel     92          NA
## 4656                             Hal Linden     95      825000
## 4657                         Georgia Groome     85      500000
## 4658                        Michelle Tabora     86      990000
## 4659                             Matt Cohen     90      100000
## 4660                          Peyman Moaadi    123      500000
## 4661                            Joe Cassidy     93          NA
## 4662                        Christina Vidal     88      800000
## 4663                          Dorothy Lyman    114      800000
## 4664                             Judy Marte     88      800000
## 4665                          Fritz Kortner    110          NA
## 4666                            Diane Baker     95      850000
## 4667                      Claudia LapacÃ<U+0083>³     83      800000
## 4668                         Timothy Hutton    104      800000
## 4669                           Ryan Donowho     94      800000
## 4670                             Arly Jover     87          NA
## 4671                          Cherami Leigh     93      600000
## 4672                          Ane Dahl Torp     91      800000
## 4673                         Kirby Heyborne     90      780000
## 4674                          Whit Spurgeon     14          NA
## 4675                     Mackenzie Phillips    112      777000
## 4676                            Donna Zovko     75      750000
## 4677                           Chris Kattan     86      750000
## 4678                            Jeff Garlin     86      750000
## 4679                        Jeanette Branch     89          NA
## 4680                           Neil Maskell     95      500000
## 4681                              Pat Healy    101      750000
## 4682                       Rachel Brosnahan     89    16000000
## 4683                        Dominique Sanda    106      750000
## 4684                             Renee Faia     88      750000
## 4685                              Tom Burke     99      900000
## 4686                           Whitney Able     90      750000
## 4687                         Michele Morrow     95      750000
## 4688                         Lon Chaney Jr.     85      750000
## 4689                           Isiah Thomas    170      700000
## 4690                        Tommy the Clown     86          NA
## 4691                            Erick Avari     NA          NA
## 4692                       Walter Masterson     97      700000
## 4693                 Louis Ozawa Changchien    104     1000000
## 4694                            Drew Sidora     88          NA
## 4695                             Evan Parke    201   207000000
## 4696                         Brian Van Holt    108    30000000
## 4697                              Jeff Lima    106      700000
## 4698                               Max Gail    107      700000
## 4699                         Chenoa Maxwell     84      650000
## 4700                         Danielle Savre     91      750000
## 4701                              Amy Lucas     90          NA
## 4702                             Elton John    103      400000
## 4703                           Jane Goodall     71      650000
## 4704                         Karolina Wydra     90      650000
## 4705                          Michael Biehn     67      625000
## 4706                        Virginia Madsen     94      700000
## 4707                             Eric Blore     81      609000
## 4708                    Michael C. Williams     81       60000
## 4709                              Joan Baez    215      600000
## 4710                        Tara Strohmeier     83      650000
## 4711                         Cynthia Watros    106      600000
## 4712                         Tac Fitzgerald    103      600000
## 4713                     Brent David Fraser     90      600000
## 4714                            Exie Booker     88          NA
## 4715                            Khaira Arby    105      400000
## 4716                         Francine Blake    115      750000
## 4717                           Lymari Nadal     90      600000
## 4718                     Marianne Denicourt    102          NA
## 4719                           John Brodsky     98      600000
## 4720                        George Harrison     87      560000
## 4721                                            80      560000
## 4722                            Amy Madigan     88      550000
## 4723                        Andrej Nahtigal     83      500000
## 4724                            Erin Bethea    122      500000
## 4725          Shriman Umeshanad Brahmachari    115      550000
## 4726                         Edgar Buchanan     86      500000
## 4727                          Daniel Travis     79      500000
## 4728                           Abby Elliott     87          NA
## 4729                        Tiffany Bolling     97      500000
## 4730                           Paul Daggett    105          NA
## 4731                        Paula GarcÃ<U+0083>©s     89      500000
## 4732                         D. David Morin    120     1000000
## 4733                               Bob Dole     94          NA
## 4734                             Mick Foley    108      500000
## 4735                            Daryn Tufts    102      500000
## 4736                   Mohamad Haref Harati     83       46000
## 4737                          Jason Kravits     93      500000
## 4738                         Denny Kirkwood     86      500000
## 4739                          Curt Doussett    101      500000
## 4740                              Jon Gries    111      500000
## 4741                          Trevor Morgan     90      500000
## 4742                             Lynn Cohen     86      500000
## 4743                         Michael McKean     98      500000
## 4744                         Clifton Powell     91      500000
## 4745                         Mary Kay Place     91      500000
## 4746                                Ti West     90          NA
## 4747                            Dick Cavett     88      500000
## 4748                      Kamatari Fujiwara    202     2000000
## 4749                            Mickey Hart     89      500000
## 4750                              Nick Cave     97      500000
## 4751                            Joe McQueen     84      500000
## 4752                     Cecelia Antoinette     82      500000
## 4753                         April Winchell     94   135000000
## 4754                       Garrett M. Brown    100      500000
## 4755                           Eddie Spears    112      500000
## 4756                           Ricky Catter     94      500000
## 4757                        Illeana Douglas     87          NA
## 4758                         Matthew Cowles     91      500000
## 4759                              Max Adler     87      500000
## 4760                          Zhonghua Chen     98     3000000
## 4761                           Damon Albarn     95      500000
##      director_fb_likes actor1_fb_likes actor2_fb_likes actor3_fb_likes
## 1                    0            1000             936             855
## 2                  563           40000            5000            1000
## 3                    0           11000             393             161
## 4                22000           27000           23000           23000
## 5                  131             131              12              NA
## 6                  475             640             632             530
## 7                    0           24000           11000            4000
## 8                   15             799             553             284
## 9                    0           26000           21000           19000
## 10                 282           25000           11000           10000
## 11                   0           15000            4000            2000
## 12                   0           18000           10000             903
## 13                 395             451             412             393
## 14                 563           40000            5000            1000
## 15                 563           40000            2000            1000
## 16                   0           15000            3000             748
## 17                  80           22000             216             201
## 18                   0           26000           21000           19000
## 19                 252           40000           11000            1000
## 20                 188           10000             816             718
## 21                   0            5000             972             773
## 22                 464           15000           10000             963
## 23                   0             891             882             738
## 24                   0            5000             972             773
## 25                 129           16000            6000            1000
## 26                   0            6000             919              84
## 27                   0           29000           14000             794
## 28                  94           21000           19000           11000
## 29                 532           14000           10000             627
## 30                 365            3000            2000            1000
## 31                   0             883             563             393
## 32                   0           24000           11000            4000
## 33                1000           21000            4000            3000
## 34               13000           40000           25000           11000
## 35                 420           20000             808             560
## 36                  37           12000             779             760
## 37                   0             894             581             464
## 38                   0             974             956             808
## 39                   0           44000           15000           11000
## 40                 464           15000           10000             825
## 41                 364           12000           10000            1000
## 42                 487            1000             919             776
## 43                 258           16000             368             326
## 44                 125           15000            1000             721
## 45                 368           23000            3000             988
## 46                   0           26000           23000           14000
## 47                 395           17000           11000            1000
## 48                   0           34000           22000           20000
## 49               14000           19000             981             928
## 50                   0             979             557             140
## 51                1000           29000             509              77
## 52                 179           15000             567             236
## 53                   0           16000             968             919
## 54                   0             894             829             581
## 55               14000           11000            1000            1000
## 56                 113             275             150             113
## 57                  56            2000            1000             838
## 58                 681             998             119             105
## 59                 475            1000             729             522
## 60                 420             268             268             173
## 61                 776            1000             468             310
## 62                   0           18000           14000           10000
## 63                   0           17000           15000           13000
## 64                 282           11000           10000             103
## 65                  80            1000             190              82
## 66                   0           34000           13000            1000
## 67               22000           23000           13000           11000
## 68                   0            1000             848             262
## 69                  11            1000             973             459
## 70                4000           21000           12000            4000
## 71               17000           17000           16000            1000
## 72                 188           10000            4000             582
## 73                 357            5000            3000             595
## 74                 452           10000             336             329
## 75                 293           87000           11000            7000
## 76                 218           10000             854             509
## 77                  58             711              60              60
## 78                 208           23000            2000             570
## 79                   0            1000             767             384
## 80                4000           19000           13000             591
## 81                4000           21000           19000            4000
## 82                 274           26000           17000           11000
## 83                 171           11000            2000             846
## 84                 198           10000            2000             884
## 85                 596             622             525             283
## 86                  47           18000            1000             982
## 87                  94           19000           11000            2000
## 88                  31            4000             225             213
## 89                 663            2000             638             604
## 90                  38             756             719             562
## 91                  66             975             931             833
## 92                   0           15000             726             267
## 93                 776             890             812             535
## 94                 255           18000             953             759
## 95                  84             648             284             191
## 96                 571           14000           14000            3000
## 97               22000           11000           11000            6000
## 98               22000           29000           27000           23000
## 99                  28             544             106              12
## 100                  0            5000             972             773
## 101                357           23000           14000            4000
## 102              21000           11000            1000             919
## 103                905           34000           13000            1000
## 104                508           34000           22000           14000
## 105                226           12000             418             370
## 106                249           87000            2000             702
## 107                 33           40000           25000           11000
## 108                 50            3000             795             692
## 109                  0            3000             716             648
## 110                230           24000           10000            2000
## 111                150             531              82              59
## 112                  0            3000             961             691
## 113                  0             662             599             581
## 114                  0           12000           11000             591
## 115                282           21000           11000             687
## 116                179           21000           11000           10000
## 117                532           10000            9000             979
## 118                508           10000            1000             558
## 119              13000           40000           16000             588
## 120                663            1000            1000             954
## 121              22000           23000           14000           11000
## 122                 35            1000             851             436
## 123                189           49000            3000            1000
## 124                151           20000           16000            2000
## 125                  0             309             269             233
## 126                 69            1000             523             490
## 127                  0             234             198              30
## 128                230           26000           20000           12000
## 129                750           27000            9000             943
## 130               2000           15000             745             294
## 131                  0           26000           20000           12000
## 132                 59           17000             759             699
## 133                 12             730             607             182
## 134                473           14000             897             502
## 135              13000           40000           17000           16000
## 136                188           10000           10000             641
## 137                394           12000             490             162
## 138                282           11000           10000             103
## 139                 58            2000             852             826
## 140                 90           11000           10000              15
## 141                  0            1000             756             346
## 142              14000           22000           10000             979
## 143                776           17000             551             256
## 144                 25             921             562             433
## 145                 42           20000           14000             586
## 146                456           20000             548             394
## 147                 50            3000            1000             517
## 148                249           11000            5000             844
## 149                 35             851             770             436
## 150                 93             769             766             746
## 151                176             783             370             322
## 152                  0           13000           12000             537
## 153                188           10000            3000             826
## 154                  0           18000           12000             964
## 155                  5           24000           11000             967
## 156                663           10000           10000             690
## 157                 52           20000             315             161
## 158                 23             957             550             233
## 159                380           10000             956             445
## 160                  0           23000             893             748
## 161              14000           26000           12000             981
## 162                  0           24000           11000            4000
## 163                255           18000            3000             953
## 164                295           18000             934             284
## 165                357             820             780             653
## 166                  0             986             745             413
## 167                503            5000             808              91
## 168                  0             820             300             258
## 169                209           17000           12000             934
## 170                 42           11000             973             848
## 171                  6           12000            2000             422
## 172                394           11000            3000            2000
## 173                150             766             536             244
## 174                608             613             172             168
## 175                386           21000           17000           12000
## 176                750           49000           11000             988
## 177                255            3000            1000             882
## 178                 NA             982             321             184
## 179              14000             535             400             358
## 180                  0           29000           27000             733
## 181                 13           16000             881             463
## 182                563           40000            1000             939
## 183                 35           19000             411             179
## 184                521           13000             897             883
## 185                 54           11000             967             562
## 186                235            2000            2000             680
## 187                508           34000           14000             523
## 188                386           21000           17000           12000
## 189                 12           17000             523             183
## 190              14000           10000            1000             807
## 191                  0           10000             898             877
## 192                 50            4000             442             397
## 193                176           11000             702             282
## 194                  0           12000            9000            8000
## 195              14000            2000             871             845
## 196                  0           11000           10000           10000
## 197               1000             309             284             165
## 198                  0           10000             943             894
## 199                  0            1000             558             388
## 200                  0           10000             570             159
## 201                189           49000            3000            1000
## 202                 96           24000           11000            8000
## 203                  0           11000             687             645
## 204                124           16000           12000            1000
## 205                 28             544             106              12
## 206                563           40000            5000            1000
## 207                  0           10000            2000            1000
## 208                508           34000           22000           14000
## 209               2000           15000             574             362
## 210                107             688             237              56
## 211                  0           20000             505             346
## 212                681           23000           14000           12000
## 213                  0           21000             979             154
## 214                255           14000            1000             850
## 215                719             605             308             217
## 216                323             845             372             241
## 217                209           10000             826             602
## 218                541             920             890             409
## 219               2000            1000             722             636
## 220                776           15000            2000             812
## 221                610           10000             794             653
## 222                249             784             638             461
## 223                167           11000            2000             702
## 224                  0             774             358             341
## 225                160           12000             701             402
## 226                521           13000             365             265
## 227                368            2000            1000            1000
## 228                  0           13000            9000             641
## 229                 50             886             799             537
## 230                662           13000            2000            1000
## 231                123           14000             850             567
## 232                294           10000            2000            1000
## 233                  0             690             107              87
## 234                274             273             216             157
## 235                446           10000             973             877
## 236                364           11000           10000            1000
## 237                  0           20000           16000            4000
## 238                  0           20000           16000            4000
## 239                  0           12000            1000             773
## 240                446           20000             992             929
## 241                  0           20000           14000            1000
## 242                 16           16000           15000           12000
## 243                  0             936             276             141
## 244                610           12000             836             617
## 245                 19           26000           11000            9000
## 246                473             833             809             429
## 247                  0              39              23              13
## 248                 79             650             293             268
## 249                 13            5000             833             799
## 250                128             596             360              78
## 251                189           49000            3000            1000
## 252                 62           12000            2000             884
## 253                 55             811             766             387
## 254                776           13000            2000            1000
## 255                  0           11000            8000             350
## 256                218           11000           11000             322
## 257                124           14000            5000            1000
## 258              17000           29000            3000             827
## 259                 11             480             392             116
## 260               1000           11000            1000             741
## 261                 NA             669             554             432
## 262                263            6000            1000            1000
## 263                 67             383             113             111
## 264                  6           12000             513             421
## 265                124            6000            5000             943
## 266                189           20000             929             544
## 267                 67             681              71              40
## 268                101             673             368             202
## 269                151           11000             635             430
## 270                235           13000             300             297
## 271                  0           16000            5000             857
## 272                153            1000            1000             447
## 273                  0           10000             851             780
## 274                 34             760             743             434
## 275                295           10000             981             466
## 276                  0           14000            5000             195
## 277                 50             979             886             692
## 278                 63             852             578             525
## 279                  0           13000             801             372
## 280                  0               5              NA              NA
## 281                  0           19000           12000            3000
## 282                 23             752             631             591
## 283                 57           12000           11000            3000
## 284                  0            3000             933             695
## 285              14000           10000             798             533
## 286                  0           11000           10000            9000
## 287                258            6000            1000             834
## 288              13000            1000             658             567
## 289                  0             780             604             539
## 290                  0           40000           23000            1000
## 291                  0           18000             782             561
## 292                  0            2000            1000             618
## 293              12000           18000             464             385
## 294                 80           22000             713             708
## 295                285           12000            8000             107
## 296                 55            1000             773             383
## 297              16000           29000           11000             265
## 298                 21            2000             700             542
## 299                 10             558             452             253
## 300                165           26000           13000           13000
## 301                226           12000             625             341
## 302                 14            3000             762             203
## 303                  0             925             468             279
## 304                456           20000             548             394
## 305                 77           14000             151             120
## 306                207           40000           11000            3000
## 307                  0            1000            1000             595
## 308                380           29000            3000             452
## 309              17000           29000           11000            4000
## 310                541             920             710             680
## 311                719             660             475             423
## 312                670           15000            5000            1000
## 313                  0            2000             653             577
## 314                 26             827             825             566
## 315                420           12000            3000             467
## 316                 63           23000             770             720
## 317                 52            8000             735             526
## 318                385           26000           13000           11000
## 319                 19            1000             897             848
## 320                  6             490             294             227
## 321               2000           26000             911             571
## 322                 31            3000             695             683
## 323                521           13000             537              95
## 324                 20             144              42              36
## 325                342             623             508             393
## 326                208           12000            3000             591
## 327              17000           29000           14000            1000
## 328                611           23000             196              28
## 329                  9           12000           11000             970
## 330                  0           11000            2000             465
## 331                  0            2000             820             557
## 332                116            8000             331             329
## 333                  0           14000           13000           10000
## 334                127             962             740             722
## 335                 10            2000             919             442
## 336                 20           22000            1000             916
## 337                  0            2000             520             502
## 338                  0             873             560             310
## 339                475            1000             939             799
## 340                  0            5000             857             416
## 341                  0           16000            5000             857
## 342                 44           12000            3000             766
## 343                165           11000             509             240
## 344                  0           40000           11000             968
## 345                394             693             595             527
## 346                 81           11000            1000             779
## 347                 70             770             419             330
## 348                212           13000             787             476
## 349                102            2000             973             877
## 350                663            1000             723              55
## 351                212            1000             903             810
## 352                  0            8000            3000            1000
## 353                188           10000             826             602
## 354                487           15000            1000             967
## 355              12000           18000            3000            1000
## 356                420             191             165             141
## 357                  0           11000             627             568
## 358                 97             622             526              56
## 359                107             835             256             117
## 360                  0            3000             806             423
## 361                368           13000            1000             466
## 362              17000           29000           13000            1000
## 363                  7            2000             500             484
## 364                  0           21000            1000             918
## 365              21000           18000            1000             585
## 366                323           13000             559             489
## 367                  0           21000             979             727
## 368                335           11000             745             635
## 369                 21           12000             802             503
## 370                 12           35000            1000            1000
## 371                  0           10000            1000             919
## 372                221           11000             600             503
## 373                  0           22000           11000            1000
## 374              14000            3000             882             681
## 375                 50             691             569             441
## 376                  0           11000            1000             135
## 377                719             833             624             423
## 378                521             591             249             249
## 379                 87            8000             956             918
## 380                101           18000           11000            3000
## 381                209           11000           11000             886
## 382                176             192             117              84
## 383              12000           11000             577             307
## 384                  0            3000             933             281
## 385                107           11000             560             350
## 386                  0           49000            1000             957
## 387                 81            3000             643             612
## 388                 79           11000           11000            2000
## 389                  0           14000             602             123
## 390                128             596             360              78
## 391                468             919             691             183
## 392               2000             680             655             537
## 393                 96             887             886             554
## 394                378           12000             947             599
## 395                101           22000             946             848
## 396                357           23000           14000            4000
## 397                  0           15000             410             272
## 398                750           49000           20000             971
## 399                521           13000             805             129
## 400                249           11000           10000             936
## 401                  0           11000            1000             471
## 402                545           14000            8000            5000
## 403                266           12000           11000           11000
## 404                 36             283             142             118
## 405                 NA             544             183             148
## 406                 79           18000           16000             820
## 407                 36            2000             795             439
## 408                420            2000             906             535
## 409                278           14000            3000             213
## 410              12000           10000             660             619
## 411                278           11000            2000             963
## 412                  0           14000           13000           11000
## 413                 28            4000             650             624
## 414                168           14000            5000            1000
## 415                218            5000              35              29
## 416                532           12000            3000             557
## 417                323             670             442             330
## 418                252             879             691             210
## 419                681             584             227             159
## 420                  6            1000             579             561
## 421                102           12000           11000             551
## 422                 99             672             174             172
## 423                189             813             388              87
## 424                763            8000             886             809
## 425               1000           10000            1000             719
## 426                 36             894             345             106
## 427                 88             611             592             571
## 428                 67            4000            2000             271
## 429                 38             409             107              20
## 430                153           11000            1000             233
## 431                  0             875             826             602
## 432                 62             975             760             615
## 433                218           17000            4000             521
## 434                  0            3000             169             160
## 435              21000           21000           15000             495
## 436                 55            3000             975             956
## 437                293           11000            7000            1000
## 438              13000           26000           13000            5000
## 439                  0           10000            1000             898
## 440                378           34000           14000             575
## 441                480           14000             670             461
## 442              13000             920             811             390
## 443                 12           13000            7000             925
## 444                255            1000             533             443
## 445                 56           12000            8000             852
## 446                 75           11000            4000            3000
## 447                 23           13000           12000             110
## 448                 88           11000             437             421
## 449                 31            1000            1000             733
## 450                221           12000           11000           11000
## 451                 88           13000           12000           11000
## 452                278           18000            4000             343
## 453              17000           29000             223             163
## 454                 91            4000            3000             982
## 455                 77            1000             311             208
## 456                610           12000            1000             805
## 457                163           11000             869             495
## 458                  0           15000            1000             818
## 459                221           11000            3000             503
## 460                 NA             577               4               0
## 461                165           12000             878             744
## 462                154            3000             982             915
## 463                333           22000           20000           16000
## 464                117           18000           15000           10000
## 465                 10           49000             570             159
## 466                101           14000             960             913
## 467                 30           13000             967             366
## 468                189            1000             177              38
## 469                301           18000            4000              71
## 470                503            8000             137              67
## 471                452           11000            8000             697
## 472                425           11000             643             397
## 473                 40            3000             642             375
## 474                 21           13000             503             495
## 475                153            3000            1000             269
## 476                 81           10000             882             427
## 477                438           18000            1000             502
## 478                 69             898             577              87
## 479                266           12000           11000             859
## 480                 NA            1000             960             474
## 481                 11             340             243              62
## 482                 25             891             639             102
## 483                 31            9000             496             372
## 484                 57           20000            3000             820
## 485                258            2000             277             163
## 486                 25           49000             448             129
## 487                 65           11000           11000             658
## 488                  0           13000           13000             871
## 489              13000           20000             770             733
## 490                 92              23              21               8
## 491                 93           12000            1000             904
## 492                 84           13000            1000            1000
## 493                 79             981             274             183
## 494                357           13000           10000             366
## 495                 43             882             396             210
## 496                 64             743             117              41
## 497                287            3000             739             695
## 498                252             529              48              30
## 499                503           23000           18000             982
## 500                  0             766             674             582
## 501                750            1000             971             231
## 502                 42           14000             788             612
## 503                 14               2               0               0
## 504                  0             563              80              14
## 505                 63              67              63               7
## 506                  0            1000             307             212
## 507                545             795             172              74
## 508                  0             163              94              20
## 509               2000            1000             592             535
## 510                 28            2000             886             847
## 511                 62           14000           12000             722
## 512                 18             622             161              18
## 513                420           22000           12000             876
## 514                394           24000           10000            1000
## 515                221           14000           11000             553
## 516                309           23000             787             771
## 517                 54           12000           11000            6000
## 518                101            1000             422             327
## 519                  5           22000            1000             924
## 520                 11            1000             904             745
## 521                 45            1000             872             845
## 522                275            7000            2000            1000
## 523                776           10000            2000             933
## 524              14000             610             506             227
## 525                 35             851             436             179
## 526                  0           16000             430              18
## 527                  0           20000             764             505
## 528                335           11000           11000             988
## 529                  0           12000            2000             904
## 530                107             835             590             241
## 531                 88           11000             427             328
## 532                163             719             339             260
## 533                212             613             422             394
## 534                 16            2000             710             692
## 535                255           11000             988             963
## 536                221           12000           11000            4000
## 537              14000           15000             466             232
## 538                 NA            1000             560             218
## 539                 87            3000             576             446
## 540                258             867             826             748
## 541                  0           22000           15000           15000
## 542                 10           22000           17000           11000
## 543                386             912             549             525
## 544                 NA             374             130               0
## 545                473           12000            1000             680
## 546              14000             745             486             412
## 547                845           13000            1000             787
## 548                126           19000            1000             925
## 549                  0           15000             509             104
## 550                274           11000             964             138
## 551                 27           12000             970             925
## 552                272           13000             450             193
## 553                109             919             303             249
## 554                 72             582             103              99
## 555                763           15000            1000             222
## 556                 17           87000           13000             759
## 557                383           13000            1000             886
## 558                 41           11000             982             541
## 559                545             933             722             533
## 560                 10            3000             552             394
## 561                253            3000             889             637
## 562                212            2000             845             568
## 563                  0           18000           13000             963
## 564                 22            7000            4000            1000
## 565                  0            4000            2000             826
## 566                  0           12000             854             697
## 567                272             548             270             215
## 568                  6           22000            1000             415
## 569                 72           11000            1000             715
## 570                  0           11000             561             130
## 571                532            3000             638             461
## 572                285            8000            1000             989
## 573                 41            1000             692             574
## 574                  0             906             466             403
## 575                  0           15000             383             210
## 576                 30             745             440             433
## 577                  0             940             826             745
## 578                212           13000             658             462
## 579                218              21              17               8
## 580                  0            3000            2000             882
## 581                 84            1000            1000             595
## 582                  0             710             529             242
## 583                 80             692             309              48
## 584                487            1000             843             769
## 585                  0            8000            3000             995
## 586                357           14000             223             212
## 587                  5             870             861             726
## 588               2000             960             848             808
## 589              16000           13000           11000           11000
## 590              14000           49000            8000            5000
## 591                420           12000            3000             467
## 592                212           13000             982             576
## 593                 69           10000            1000            1000
## 594                 NA             898             372             160
## 595                488           10000             834             509
## 596                  0            3000             579             559
## 597                545             886             766             727
## 598                 84            1000            1000            1000
## 599                130            4000             973             841
## 600                845           18000           11000             992
## 601                906            1000             906             748
## 602                473             833             697             464
## 603              13000           12000            1000             883
## 604                  0             443             277             184
## 605              14000           25000           19000             979
## 606                  0           13000           13000             559
## 607                  0            2000             650             638
## 608                  0             903             592              17
## 609                 28            3000             692             423
## 610                380           18000           13000             774
## 611                905           15000             588             271
## 612                218           11000             691             400
## 613               2000           17000            1000             244
## 614                541           12000             405             384
## 615                 43           12000             585             452
## 616                 84             989             229             150
## 617                 24            5000             327             324
## 618                163             394             217              66
## 619                 40           13000             787             407
## 620                  5           26000           22000             748
## 621                323            1000             841             390
## 622                  8             349             324             298
## 623                 13           11000             893             695
## 624                101            2000             509             443
## 625                  6            2000            1000             854
## 626                  0           26000             326             301
## 627                 14           11000            1000             582
## 628                105             844             729             246
## 629                101           13000            1000             585
## 630                212             576             358             182
## 631                 31           11000             655             497
## 632                171           21000           17000           10000
## 633                  0           22000           10000             580
## 634                275            7000            2000             975
## 635                 29             584             220              97
## 636               3000           14000           11000            3000
## 637                448             614             451             334
## 638                 18            1000             855             776
## 639                101             966             919             681
## 640                  0           14000             826             680
## 641                 44             788             562             531
## 642                  0           29000             149             135
## 643                116            7000            1000             982
## 644                335            3000            3000             911
## 645                 36             537             427             232
## 646                 NA             995             363             359
## 647                 38             940             826             745
## 648                  4           14000             394             112
## 649              14000           15000           14000           13000
## 650                 76            3000            3000             464
## 651                278            2000             955             912
## 652                 77            1000             939             835
## 653                759           11000             599             354
## 654              14000           23000             826             655
## 655                  0           18000             145              99
## 656               2000           15000             968             552
## 657                719             605             308             217
## 658                 54             901             857             775
## 659                  0           20000           13000           11000
## 660                  0           15000             793             744
## 661                285            8000            3000             105
## 662                258           12000             174              94
## 663                480           21000             561             490
## 664              11000             769             698             465
## 665              16000           16000             495             416
## 666                212           13000             730             369
## 667                610             848             517             461
## 668                226           13000             718             577
## 669                  0           12000            1000             625
## 670                179            8000            4000             403
## 671                119             600             346             174
## 672                  0           10000             580             521
## 673                 87            2000            1000             929
## 674                 43           10000             806             523
## 675                368           27000            1000             520
## 676                687           16000            1000             957
## 677                468            1000            1000             919
## 678                  0             509             317             210
## 679                545           14000            1000             974
## 680                545           26000             872             805
## 681                212             394             380             263
## 682                138             324             192             184
## 683               4000           17000           14000             539
## 684              21000           11000             783             637
## 685                368           11000             529             383
## 686                 NA            1000             773             575
## 687                 36           13000             773             554
## 688                  0             975             909             506
## 689                 72             623             593             568
## 690               2000             268              85              25
## 691                 38            3000            1000            1000
## 692                436           23000           13000            6000
## 693                521           11000            1000             970
## 694                175             963             580             221
## 695                670             177              27              16
## 696                116             645             522             481
## 697                 42           12000            9000             668
## 698              14000             967             610             191
## 699                759            2000             925             812
## 700                176           11000             913             672
## 701                 10              21              18               7
## 702                322             979             862             723
## 703                 84           11000             919             563
## 704                  0             524             517             452
## 705                 12            3000             966             645
## 706                 11           11000             904             867
## 707              16000           46000            1000            1000
## 708                  8            8000            1000             970
## 709                 25             989             664             439
## 710                  0           18000           13000             447
## 711                116           22000             713             708
## 712                 64            2000             899             664
## 713                  0           15000             745             693
## 714                 12             419             330             311
## 715                 10             925             729             397
## 716              21000             835             812             625
## 717                218           13000             147              73
## 718                258             394             387             345
## 719                165             577             501             475
## 720                608            2000             617             576
## 721                 59             770             263             145
## 722                 41            1000             955             522
## 723                175           18000             497             459
## 724                  6            3000             664             405
## 725                473           26000            9000              82
## 726                 30            1000             976             268
## 727                 35           13000           11000             754
## 728                  0            4000             722             721
## 729              12000           10000            3000             695
## 730                163           12000            3000            2000
## 731                 47             988             960             240
## 732                708           11000            8000             745
## 733                420           12000            3000             627
## 734                124           13000           11000             357
## 735                  0           14000            2000            1000
## 736                  0           19000            1000             380
## 737                  0           10000             851             680
## 738                 55           12000            1000             416
## 739                 13            2000            1000             579
## 740                188           10000            3000            1000
## 741                212            1000             975             811
## 742                197             433             208               6
## 743                  0           13000             240             175
## 744                 18             658             257             226
## 745                253             309             229              57
## 746                  0           11000             946             751
## 747              12000           18000             992             451
## 748                 48           21000             936             722
## 749                480             881             869             767
## 750                 32             854             628             626
## 751                  0             366             334             160
## 752                234            3000             552             521
## 753                 28           10000             884             586
## 754                105           24000           13000             460
## 755                610             834             780             716
## 756                 50            1000             944             672
## 757                 18            9000            2000             903
## 758                 NA             732             607             402
## 759                 11             966             680             107
## 760                 14             789             520             488
## 761                  0             539             394             288
## 762                737           34000           22000           14000
## 763                 24           18000             992             864
## 764                  0            1000             720             672
## 765                845             650             467             295
## 766                  7             874             668             642
## 767                165            1000             967             944
## 768                 97           11000            8000            2000
## 769                 11            1000             759             642
## 770                 38           23000           18000           11000
## 771                181           33000             301             300
## 772              11000           10000            1000             485
## 773              16000           13000           11000             204
## 774                162           18000             748             379
## 775                209            8000            1000             896
## 776                 80            1000             417             230
## 777                 69             310             219             206
## 778                  2           12000           10000             480
## 779                 53           27000            1000             906
## 780                  0             436             399             210
## 781                 39           16000             897             461
## 782                258            2000            1000             896
## 783                  0             510             344             308
## 784              11000           22000             394             236
## 785                 50           22000           14000            1000
## 786                 17           13000             968             652
## 787                456           21000             939             569
## 788                  0           13000           10000            9000
## 789                488           22000           11000             947
## 790                 25           13000            1000             265
## 791                 93             287             233             218
## 792                124             865             441              77
## 793                  0           11000             102              82
## 794                545             722             585             552
## 795                  0           26000           21000           19000
## 796                293             780             265             256
## 797                  0           19000             972             854
## 798                 23           11000             779             579
## 799                 37             968             848             507
## 800                394             889             290              68
## 801                167           20000             882             778
## 802                 91            5000            2000            1000
## 803                 48             973             400             196
## 804                179             794             329              87
## 805               2000           11000            1000            1000
## 806                 34            3000            1000             466
## 807                436           19000             961             437
## 808                192           40000            2000             280
## 809                892           26000             368             102
## 810                258           11000             708             617
## 811                  3             879             107              22
## 812                131           11000             298             242
## 813                 84           16000             805             361
## 814                 65             743             730             440
## 815              16000           14000             962             318
## 816                 11            2000            1000             543
## 817                 NA             870             558             271
## 818                 70             970             834             512
## 819                 32            1000             891             809
## 820                 10           13000            1000             349
## 821                  0             142             117             110
## 822                153           12000           11000           11000
## 823                 30             963             935             727
## 824                189            1000             847             839
## 825                545           14000            1000             529
## 826                143            1000             664             519
## 827                 NA             962             722             479
## 828                138           18000           14000            9000
## 829                 51           11000            3000             622
## 830                357            2000             663              40
## 831                420            4000            3000             455
## 832                 83           12000            1000            1000
## 833                108           23000             243              58
## 834                 NA             883             701             676
## 835                163           14000             799             650
## 836                 10           12000             795             348
## 837                  0           15000             294             194
## 838                 25            1000             718             639
## 839                116           22000             713             708
## 840                 12           23000            2000             752
## 841                503           10000             593             467
## 842                293             851             773             744
## 843                 72           10000             975             681
## 844                 39            3000             562             458
## 845                 58            3000             864             729
## 846                521           15000             535             186
## 847                189           15000           11000            7000
## 848                 52             795             419             394
## 849                845           18000           17000             683
## 850                 61            5000             827             708
## 851              12000           18000           10000             665
## 852                125           10000             617             168
## 853                124             931             507             354
## 854                272            2000             812             383
## 855                 52           12000             702             539
## 856              16000             926             890             640
## 857                  0           21000             860             490
## 858                 NA             847             440              72
## 859              16000             890             387             348
## 860                 96           13000             549             403
## 861                  0           13000           11000             812
## 862                  9             485             110              95
## 863                 53            1000             780             263
## 864                 70            1000             549             497
## 865                 50            5000             962             947
## 866                 39            1000             591             562
## 867              21000             534             273             243
## 868                317              57              40              34
## 869                287           22000            2000             135
## 870                 81            1000             416             163
## 871                 17             838             722             594
## 872                 82             622             591             537
## 873                607             933             518             215
## 874                226           12000             509             241
## 875                101           13000             390             327
## 876                  3            8000             509             490
## 877                 91            4000             796             591
## 878              16000           11000             963             539
## 879                 99           18000           11000             581
## 880              12000           22000             617             552
## 881                541           18000             893             530
## 882                159           13000            2000             877
## 883                 45            9000             460             352
## 884                 33             789             640              67
## 885                  0             995             879             745
## 886                 11             939             605             506
## 887                 33            3000            2000             518
## 888                906             956             579             287
## 889                 59            2000             828             676
## 890                  0             226              52              46
## 891                  0             617             367             177
## 892                 13           13000             854             534
## 893                  0           12000             919             845
## 894                125           10000            3000             835
## 895                394           13000           11000             565
## 896                  0           14000            1000             889
## 897                488            5000            4000            2000
## 898                 94             277             245             240
## 899                 44             593             467             420
## 900                102             117              62              43
## 901                234           14000           12000             581
## 902                309           23000            1000             577
## 903                383            4000             808             753
## 904               1000            1000             691             653
## 905                 17           12000             708             303
## 906                108           40000           19000            3000
## 907              16000           23000             638             310
## 908                473           18000            1000             963
## 909                  0           16000            3000            1000
## 910                438             852             637             466
## 911                161           21000            3000             681
## 912              14000           29000           15000            3000
## 913                  0            1000            1000             304
## 914                235            4000             957             931
## 915                 58           14000           11000             838
## 916                  0           14000           12000           11000
## 917                422             631             534             379
## 918                  0             648             568             463
## 919                 71           16000           10000             634
## 920                869             134              27              21
## 921              17000           22000             721             574
## 922                180             211             135              75
## 923                 13             961             691             343
## 924                101             889             624              79
## 925                176             677             560             523
## 926                 14            2000            1000             728
## 927                129           21000           17000           12000
## 928                 80             145              50              21
## 929                 53           13000             963             593
## 930                 58           25000           11000             720
## 931                488           10000             743             597
## 932               3000           15000            3000            1000
## 933                274             625             440             285
## 934                293           49000           22000             878
## 935                285           11000            8000            7000
## 936                 65           12000           11000             828
## 937              14000            1000             560             417
## 938                  0            8000             883             658
## 939                 80           11000            1000             651
## 940                 97           17000             920             584
## 941                277           11000           10000            4000
## 942                235           14000           11000            1000
## 943                 43           12000             919             569
## 944                  0            8000             818             701
## 945                 51            8000            2000             322
## 946                252           40000           11000           10000
## 947                  0           18000             412             277
## 948                241            1000             495             416
## 949                155             426             387             293
## 950                488           19000           13000            1000
## 951                295           12000             748             329
## 952                  9           14000           11000           11000
## 953                 62            6000             989             874
## 954                 43           33000           15000            7000
## 955                 12           13000             258              58
## 956                148            2000             843             660
## 957                152           22000           18000           11000
## 958                249           18000           11000             808
## 959                174           14000             664             660
## 960                 99           12000             536             433
## 961                160           20000             979             443
## 962                 71             154             131              55
## 963                 NA             416             171             132
## 964                  5            8000            2000            1000
## 965                 23             660             651             541
## 966                 39            1000             912             477
## 967                 75           10000             520             467
## 968                213             838             593             372
## 969                154           15000             348             144
## 970                 79           13000             903             414
## 971                  0             769             726             681
## 972                 34           17000             995             679
## 973                 12           87000           11000             935
## 974              16000           16000            1000             826
## 975                  0           10000            2000             957
## 976              21000             495             294             283
## 977                 50             992             495             368
## 978                 41           18000            4000             585
## 979                 22            3000            1000            1000
## 980                473           18000             822             294
## 981                 77             490             298             159
## 982                644             437             289             174
## 983                287           16000             823             767
## 984                 71           21000            3000            3000
## 985                 75             294             273             258
## 986                 38           14000             919             706
## 987                 17           14000            1000             186
## 988                 73           18000             886             323
## 989                  0             854             643             158
## 990                  0           12000             722             717
## 991                  0           29000             414              39
## 992                  0             627             508             434
## 993                160             330             119              72
## 994                  0           24000             743             432
## 995                 NA             325               7               5
## 996                 31            2000             472             210
## 997                  9           15000            2000            1000
## 998              16000           13000             563             447
## 999                 58           33000             455             401
## 1000               503           45000           13000             282
## 1001                73             879             184             163
## 1002                 0           13000             559             323
## 1003               487             430             329             201
## 1004               323             933             631             511
## 1005             16000           16000            1000             581
## 1006               670            6000             450             294
## 1007                 0           12000             898             764
## 1008                NA             629             512             398
## 1009               663           14000             631             521
## 1010                 0           13000            1000             639
## 1011               378           11000             552             303
## 1012               317           18000           14000             256
## 1013                65            1000             923             730
## 1014               174           14000             988             655
## 1015                 0           10000            6000             509
## 1016               134           23000            1000             795
## 1017                 0              51              40              15
## 1018               234           20000           11000           11000
## 1019               260            6000             694             692
## 1020               333             972             713             317
## 1021                32            1000             619             479
## 1022               596           10000            3000            2000
## 1023               218            6000            3000             405
## 1024                NA            3000             845             600
## 1025             12000             984             940             897
## 1026               607            2000             979             602
## 1027                83           18000            8000            1000
## 1028                98            1000             852             592
## 1029                 0           49000             811             809
## 1030                 0           14000            8000            1000
## 1031                 5           11000             387             338
## 1032                 0            2000             602             591
## 1033                71           12000            2000             982
## 1034                43             841             342              77
## 1035                70           26000            5000             848
## 1036                NA            1000             531             184
## 1037               212             879             560             380
## 1038               628           22000             882             830
## 1039                 0             599             399             215
## 1040             14000           11000             844             440
## 1041               456            2000              35               0
## 1042               662           20000            2000             502
## 1043               176           18000           11000             308
## 1044             21000           17000             324             237
## 1045                42             598             555             235
## 1046               737            2000             490             393
## 1047                79           27000             254             194
## 1048               109             779             629             261
## 1049                34           18000           12000            1000
## 1050               446           20000            1000             821
## 1051             11000            3000             575             484
## 1052                 0           12000            5000             886
## 1053               446           23000            8000             600
## 1054               118           14000             794             482
## 1055                 0            3000             745              23
## 1056                 0            2000            1000             302
## 1057               375             113             102              59
## 1058               631             678             631             327
## 1059               323            1000             977             835
## 1060               545             919             811             807
## 1061               270           13000             954             535
## 1062                 0              29              29              12
## 1063                 0            4000             769             677
## 1064               350            8000             115              77
## 1065                29            8000            1000             692
## 1066               148            8000             973             135
## 1067             22000           14000             509             319
## 1068               906            1000            1000             906
## 1069                39           13000             541             364
## 1070               380           18000           13000             826
## 1071               293             509             418             255
## 1072                65             788             423             345
## 1073                92            1000             623             522
## 1074                32             924             664             628
## 1075               118           14000             935             558
## 1076               119             807             780             750
## 1077                80             545             337             213
## 1078                40           14000            3000             311
## 1079                 0           11000            1000             995
## 1080                79           18000            8000             956
## 1081               541             821             577             551
## 1082                 0           11000            2000             760
## 1083               176           11000             530             308
## 1084               126            3000             949             586
## 1085               777           20000           15000            1000
## 1086               845           18000             881             854
## 1087                23           25000             724             436
## 1088               322            1000             422             179
## 1089                33             970              91              84
## 1090                45             886             650             595
## 1091                49           17000             807             730
## 1092                50             521             108              67
## 1093                49            2000             902             514
## 1094                18             811             625             560
## 1095               628           14000           14000             548
## 1096               487           18000            1000            1000
## 1097               117           40000            1000             140
## 1098                49           13000             279              20
## 1099                41             982             843             808
## 1100                 5            6000             584             559
## 1101                58           14000            8000            3000
## 1102                37           11000            2000             651
## 1103                38            1000             641             631
## 1104                85           14000             706             443
## 1105               153           35000           11000             734
## 1106                61            1000             976             501
## 1107               161           11000             894             132
## 1108                 0            1000             845             563
## 1109                 0             749             463             404
## 1110               160             550             216             167
## 1111                29             427             304             252
## 1112                 8           12000           11000            8000
## 1113                 0             913             362             202
## 1114               278            5000             117             107
## 1115                 0           29000           14000           10000
## 1116               503           13000             929             795
## 1117               326           14000             844             510
## 1118                29            2000             461             322
## 1119             11000             905             484             451
## 1120                13            1000             701             553
## 1121                 0             723              44              19
## 1122                38           11000            8000            2000
## 1123                38             409             107              20
## 1124                23            1000             642             579
## 1125                 0           13000             861             820
## 1126                 0           12000            5000             805
## 1127              2000             854             766             501
## 1128               208            3000            1000             855
## 1129                 0           23000            1000             826
## 1130               611             879              52              10
## 1131                15           12000              68              61
## 1132               188           11000            1000             865
## 1133               179             267             202              50
## 1134                NA             164             116             114
## 1135               170             849             623             269
## 1136                32             219             141             104
## 1137                11             719             611             500
## 1138                 0            1000             660             650
## 1139                99           11000            1000             812
## 1140                72           18000            1000             789
## 1141               272           22000           11000             893
## 1142               170           13000             738             668
## 1143                13           23000            2000             643
## 1144                 3            1000              48              40
## 1145               517           12000             849             678
## 1146               235             956             845             520
## 1147               118           11000            1000             287
## 1148               835             670             370             225
## 1149                84           12000           10000             664
## 1150               255           11000            5000            5000
## 1151                16              44              28              16
## 1152               521           10000            1000             957
## 1153                23             405             268             135
## 1154               165           26000             956             350
## 1155                97           17000             971             839
## 1156                50            8000             437             427
## 1157                91             579             530             206
## 1158                29           22000             923             650
## 1159                71             723             558             547
## 1160               176             975             815             749
## 1161               311             940             726             595
## 1162               153            4000             828             491
## 1163                73           11000            3000             505
## 1164                 0           12000             592             292
## 1165                89             650             537             395
## 1166               119             468             442             412
## 1167                46             683             349             275
## 1168               308           10000            2000             913
## 1169                17           22000            9000             808
## 1170                 5            5000             922             687
## 1171               487           12000              43              16
## 1172               611            5000             643             576
## 1173                30             922             786             497
## 1174               133           11000             392             365
## 1175                19             624             489             433
## 1176                NA             870             284             253
## 1177                 0            1000             172              52
## 1178               161            1000             418             196
## 1179               326             326             152               6
## 1180               241           13000            3000             996
## 1181                 4             687             312              96
## 1182                 0           13000            3000             766
## 1183                20             107              81              54
## 1184                64             734             574             296
## 1185                80             668             641             225
## 1186               737           34000           23000           14000
## 1187                98           16000             896             723
## 1188                78             984             489             298
## 1189                 0            1000             869             690
## 1190                 0           19000           11000             903
## 1191               456            1000             935             716
## 1192                 0           13000            4000            2000
## 1193               541           18000           11000            1000
## 1194               189            3000            2000             597
## 1195               532             480             449             127
## 1196               545           15000             923             251
## 1197                 0            1000             575             336
## 1198             21000           10000             349              81
## 1199                42              97              50              49
## 1200               119            2000             869             807
## 1201                 0             287             157              71
## 1202                 0            1000             869             690
## 1203               164            8000            2000             723
## 1204                 0           18000           12000           10000
## 1205                 0           11000             935             923
## 1206               241           11000            3000             898
## 1207               333           22000           13000            1000
## 1208               101           13000             899             839
## 1209               155           23000             984             249
## 1210               278           22000           11000             808
## 1211               167            2000             874             655
## 1212                 0             855             363             322
## 1213               138             904             876             748
## 1214               436            3000             472             175
## 1215                38            2000             897             882
## 1216                29           24000            4000             257
## 1217               101             700             655             398
## 1218                 0             433             256               4
## 1219                14           17000             826             633
## 1220               563           24000           11000            8000
## 1221             11000             769             698             465
## 1222                23            2000            2000             651
## 1223               415             982             971             119
## 1224               160          164000          137000             748
## 1225             14000           15000             535             423
## 1226               212             578             563             389
## 1227                89             836             719             177
## 1228                23            1000             593             418
## 1229               287            4000             835             823
## 1230                20            2000            2000             968
## 1231                58           15000            1000             720
## 1232                65           11000             980             638
## 1233               174           14000             903             767
## 1234             22000           23000           20000           19000
## 1235                51           18000           11000             465
## 1236                 7            3000             190              91
## 1237                 0             708              78              19
## 1238                46             387             244             162
## 1239               190            2000            1000             520
## 1240               425             954             568             204
## 1241               192           40000             534             501
## 1242                18           18000             426             211
## 1243                34             545             351             280
## 1244                54            3000            2000             988
## 1245                10            1000             689             681
## 1246             16000             880             413             235
## 1247                 0           13000             936             913
## 1248               326           21000             534             416
## 1249             14000           12000           11000           11000
## 1250               323             472              47               0
## 1251                25            1000             741             473
## 1252                80            3000             450             287
## 1253               643           24000            1000             586
## 1254                30             799             690             664
## 1255                99             176              61              57
## 1256                98             405             358              78
## 1257                 0            2000             741             687
## 1258               541           12000             638             173
## 1259                 0             720             576             552
## 1260                52             683             392             214
## 1261                 0             374             258             235
## 1262                77             703             682             495
## 1263                 6             711             683             584
## 1264                75           18000            3000             754
## 1265               101             787             299             223
## 1266                NA              51              21              12
## 1267                65            1000             613             490
## 1268              3000           14000            9000            3000
## 1269                85             924             595             510
## 1270               335           15000             467              64
## 1271                50             293             117              58
## 1272               260            1000            1000             441
## 1273                18            2000            1000             249
## 1274                 0            3000            1000             715
## 1275                55            3000             941             294
## 1276                39             607             322             210
## 1277               287           10000             368              44
## 1278                 0             964             931             327
## 1279                56           20000           19000           19000
## 1280                 7           18000            9000             903
## 1281                81             327             253             135
## 1282             17000           22000             926             354
## 1283               545             783             754             353
## 1284               118             877             738             674
## 1285                 7           10000             908             795
## 1286               105           22000           11000             616
## 1287                34             978             886             685
## 1288                33            1000            1000            1000
## 1289                17           14000             940             889
## 1290               719           16000             893             683
## 1291                 0            4000             887             826
## 1292                58           12000             975             497
## 1293                19           13000             530             351
## 1294               171            6000             382             284
## 1295               124             636             631             572
## 1296                 0           13000           11000             563
## 1297                65           11000             944             311
## 1298                 0             782             658             402
## 1299                 0             326             326              54
## 1300                29             976             799             762
## 1301                14             865             826             624
## 1302                42             875             596             171
## 1303                22            2000             642             613
## 1304                37            2000             886             595
## 1305                80           14000            4000             835
## 1306               118           11000            1000             287
## 1307                 0            1000             627             500
## 1308                92            1000             760             706
## 1309                 5             521             372             249
## 1310                 7            2000             577             485
## 1311                22           12000            2000              61
## 1312                39            1000            1000             259
## 1313                18            3000             545             443
## 1314                 8             545             248             219
## 1315                 0           11000             372             167
## 1316                48              61              46              39
## 1317                 0             795             754             379
## 1318               180            1000             535              87
## 1319                13           15000             460             173
## 1320               154             884             617             502
## 1321                34           11000             922             472
## 1322                47             499               3               2
## 1323                 0            1000             970             385
## 1324                31            5000             755             483
## 1325                44            1000             580             533
## 1326               584           11000             557             398
## 1327                10            1000             559             541
## 1328                23            2000             894             596
## 1329               295             720             581             380
## 1330                50             218             133              72
## 1331               124             152             142             100
## 1332                36             747             452             433
## 1333               357           23000           14000            4000
## 1334             13000             940             925             787
## 1335                 0            2000             505             279
## 1336               534             865             534             511
## 1337                44             593             542             420
## 1338                88           22000           13000             785
## 1339               610             755             643             478
## 1340                72             982             935             559
## 1341               126           18000             957             954
## 1342                36             592             516             275
## 1343                 0           12000            2000            1000
## 1344                18            1000             946             906
## 1345                 0             643             290               7
## 1346               508           21000           11000            1000
## 1347                NA           23000             967             501
## 1348                 0              76              47              46
## 1349               278           18000             584             494
## 1350               150             970             919             789
## 1351                 7             931             754             692
## 1352                99             598             557             377
## 1353                43             308             285             280
## 1354                11             854             543             466
## 1355              2000           40000             903             541
## 1356               150           24000             210             182
## 1357                65             628             316             108
## 1358               304             940             906             736
## 1359                 0           12000            1000             982
## 1360                 0             957             163             145
## 1361               123           14000             924             904
## 1362                11              37              12              12
## 1363                49            1000             569             427
## 1364                27           13000            2000             260
## 1365                 0             378              18              15
## 1366                 2            4000             476             217
## 1367                39            2000             898             534
## 1368                 5           17000            1000             724
## 1369                 0           13000             597             531
## 1370                 0           10000            4000             206
## 1371                52           10000            2000             651
## 1372              1000           24000           11000             681
## 1373                 3           18000              82              35
## 1374              2000           26000           10000             471
## 1375                 0             786             625             272
## 1376                 0           13000             642             574
## 1377                11            2000             756             591
## 1378               188           11000             680             631
## 1379               308           17000           12000           10000
## 1380               415           18000             669             644
## 1381                10             789             744             405
## 1382                43             740             707             651
## 1383                35             463              35              30
## 1384                84             551             284             263
## 1385               883             180             172             133
## 1386                38             496             390             318
## 1387               188           11000             641             631
## 1388               287            9000            1000             475
## 1389               473           14000             919             582
## 1390               488           15000           14000           13000
## 1391                 0            2000             912             723
## 1392                96             746             602             577
## 1393               101           12000            3000            2000
## 1394               487             685             485             263
## 1395                31             944             886             450
## 1396                16             541             521             387
## 1397                 0            1000             812             642
## 1398               480           14000             839             706
## 1399                25             461              79              51
## 1400               116           45000             645             481
## 1401             13000             920             549             488
## 1402               596             877             794             785
## 1403               503             808             277              94
## 1404               102             768             734             624
## 1405                NA             778             618             452
## 1406                 0            2000             843             640
## 1407                91           18000             464              64
## 1408              1000           13000           12000             538
## 1409                64           11000           11000             505
## 1410               338           12000             664             643
## 1411                91            4000             904             680
## 1412             17000           22000            1000             387
## 1413               126           18000            5000            1000
## 1414                 0             492             392             213
## 1415                 8            1000             358             278
## 1416               333           14000            1000             362
## 1417               161           18000             398             210
## 1418                31             947             742             591
## 1419                 0           19000             957             945
## 1420                79             900             759              25
## 1421                 0           40000             852             574
## 1422               763             812             551             311
## 1423               130           29000             130              80
## 1424               130             826             638             426
## 1425                14           11000            4000             691
## 1426                19            1000             762             568
## 1427                87           15000            3000             923
## 1428                89           17000             329             190
## 1429               102           15000            2000             825
## 1430                 0           18000             848             318
## 1431                 0             529             130             120
## 1432                12           49000            1000             931
## 1433               148             978             593             227
## 1434                42           49000             838             766
## 1435               221           11000             970             553
## 1436                30             944             940             664
## 1437               179           40000           14000             646
## 1438               545           14000            2000             766
## 1439               365             887             770             723
## 1440              1000           24000           15000             939
## 1441               212           15000             552             248
## 1442               487           20000           10000            3000
## 1443                16            1000             700             584
## 1444                42             969             826             196
## 1445                NA             897             637             628
## 1446                19            1000             691             447
## 1447                23             288             257              57
## 1448               133            2000            1000             690
## 1449              2000             396             338              95
## 1450               117           40000            1000             140
## 1451               308             446             224             206
## 1452               174             730             716             324
## 1453                 0           20000            8000              23
## 1454             16000           29000            6000             363
## 1455               192            1000             915             844
## 1456                48             775             541             531
## 1457                81            2000             683             636
## 1458                40            2000             648             398
## 1459                37            3000             874             480
## 1460                24             591             488             455
## 1461                 0             939             854             769
## 1462               357             907             445             374
## 1463             16000           18000             461             229
## 1464                 8           22000            1000             558
## 1465                24             287             175             167
## 1466                 0             436             263             210
## 1467               251             826             716             296
## 1468                13           11000            1000             973
## 1469                15           10000             979             745
## 1470               309             327              73              63
## 1471                 2            1000             766              72
## 1472               161           21000             826             549
## 1473                82            1000             642             418
## 1474                90            1000             412             344
## 1475                 0            1000             573             520
## 1476               192           23000            1000             346
## 1477                98             472             328             253
## 1478               159            3000              61              39
## 1479               138           26000             968             458
## 1480                12            4000            4000             663
## 1481                16            3000            1000             734
## 1482                 0             465             351             174
## 1483               170           14000             192             136
## 1484                 0           11000           10000           10000
## 1485               468             605             367             150
## 1486                52             553             214             134
## 1487               529           18000             826             505
## 1488                10             694             605             141
## 1489               212            2000            1000             919
## 1490                57            1000             603             230
## 1491                 0           11000            1000             687
## 1492                85             635             316             105
## 1493               453            1000             206             120
## 1494               241           13000             891             127
## 1495               189            3000             967             766
## 1496                12            2000             826             690
## 1497                 0           23000              22               6
## 1498                31             690             457             448
## 1499                 0             883             883             567
## 1500                NA            2000             729             256
## 1501               503            2000             864             697
## 1502               138             848             674             672
## 1503                55            1000            1000             918
## 1504                 0             548             298             115
## 1505               278             695             279             249
## 1506                22             837             541              45
## 1507                 0               3               2               0
## 1508                 0              30               9               7
## 1509               596             621             525             282
## 1510                18            4000             820             324
## 1511               194             970             856             816
## 1512                47             988             149             129
## 1513                31            1000             249             141
## 1514             17000             554             382              94
## 1515                 0           20000            1000            1000
## 1516                 3             372             248             239
## 1517               165           12000             774             566
## 1518              6000               6               3               2
## 1519                88             989             970             954
## 1520                 7           40000            9000            1000
## 1521                46             818             649             292
## 1522               125           18000            2000            2000
## 1523                56             113              98              38
## 1524               631             635             631             521
## 1525                 0           10000            2000             574
## 1526                43            2000            1000             655
## 1527                67             826             436             330
## 1528                 0             324              15              11
## 1529                21             614             150              48
## 1530                35            3000             594             433
## 1531               160             852             521             491
## 1532                10           18000             223             178
## 1533                36             669             403             336
## 1534                41             722             580             577
## 1535               132           26000             828             317
## 1536               179           11000             617             551
## 1537                37           11000            1000             504
## 1538               197             165             107              43
## 1539               335           14000             388              50
## 1540               136            1000             945             833
## 1541              4000           22000           11000            8000
## 1542               226            3000             941             796
## 1543                32             773             664             521
## 1544               503           13000            1000            1000
## 1545               100             678             635             327
## 1546               176             722             655             460
## 1547               133           17000           11000            9000
## 1548                 9             826             724             573
## 1549                88           22000            9000             975
## 1550                34           23000            4000            1000
## 1551                16           49000           22000            2000
## 1552                14             918             845             534
## 1553                 0           15000             491             355
## 1554               155             344             242             240
## 1555               541            8000             912             897
## 1556                 0             716             648             223
## 1557             14000           16000            1000             642
## 1558                61             649             579              83
## 1559                 0           10000             917             882
## 1560               255           26000            1000             810
## 1561                 0           29000             165             159
## 1562                29             638             160             142
## 1563             17000           12000             368             245
## 1564               238            1000             561             447
## 1565                26             889             618             535
## 1566               278            3000             359             179
## 1567                35           12000           10000            7000
## 1568                10            3000            2000             826
## 1569                 0           13000             898             876
## 1570                 0             845             552             308
## 1571                 0             330             239             239
## 1572                 0           11000           10000            3000
## 1573                 8             839             730             472
## 1574                65             975             345             320
## 1575                34           10000             877              24
## 1576               521           11000             920             184
## 1577                 0           18000             984             874
## 1578                43             244             202             177
## 1579                 0           13000            1000             670
## 1580                96           12000             495             442
## 1581               155             687             151             125
## 1582                40            2000             702             617
## 1583               176             783             370             322
## 1584                 0           26000           12000             816
## 1585               188             848             808             482
## 1586               252             539             151              90
## 1587               221           12000           11000             781
## 1588                 6            3000            1000            1000
## 1589               487           15000            1000             802
## 1590               101           18000             946             780
## 1591                23           17000             359             281
## 1592                12           11000            3000             946
## 1593               132           33000           18000            1000
## 1594               323             826             692             495
## 1595               304           15000            1000             898
## 1596                43             989             939             936
## 1597               188            1000            1000             436
## 1598               176             531             461             460
## 1599                 0           11000             995             529
## 1600                37             944             893             452
## 1601             21000           11000           11000             360
## 1602               662            2000             433             107
## 1603                47           19000             542             217
## 1604             16000             616             541             262
## 1605             16000           16000           11000             567
## 1606             11000           22000             979             636
## 1607               415           33000             638             545
## 1608                98            2000             805              71
## 1609                23            1000            1000             635
## 1610                 0             971             844             786
## 1611                 0             769             713             252
## 1612               380           12000           11000             918
## 1613               655           24000           10000             940
## 1614               729             442             344             322
## 1615               129             303              18               7
## 1616                 0           23000           13000             502
## 1617               129             979             891             560
## 1618               108             405             368             204
## 1619                64           11000            7000             329
## 1620                89           15000             975             344
## 1621                NA             971             741             690
## 1622               309            1000             654             482
## 1623                 5            2000            1000             966
## 1624                 0             970             631             545
## 1625                56           11000             826             545
## 1626                65             506             316             246
## 1627                56            3000            2000             533
## 1628             11000             617             204             183
## 1629                 7           14000            3000             691
## 1630                47           40000            1000             877
## 1631                43           18000             652             362
## 1632                 0           12000             664             643
## 1633                13            1000             889             837
## 1634                88            3000             459             348
## 1635                46            1000             439             433
## 1636                 9             567             269             100
## 1637                98           18000             631              37
## 1638                 7             984             934             521
## 1639               456           19000            1000             286
## 1640                56             898              60              22
## 1641                 0             939             255             237
## 1642               101             971             860             760
## 1643             13000           40000           16000             973
## 1644                 0             696             663             543
## 1645               777             455             221             219
## 1646               845           15000            1000             424
## 1647                 0            2000            1000             828
## 1648                43           11000            2000            1000
## 1649                23            3000            3000            1000
## 1650               209            2000             594             357
## 1651               134             585             495              64
## 1652               395            8000             189              77
## 1653               171             430              72              63
## 1654               246           26000             821             751
## 1655                82             869             759             362
## 1656               102           22000             581             497
## 1657               343             581             571             384
## 1658                 0           13000             854             413
## 1659               456             157              33              21
## 1660                NA             971             805             468
## 1661                40             663             349             342
## 1662             15000           15000             839             392
## 1663               108           17000            2000             534
## 1664                 3            1000             712             439
## 1665                NA             680             638             576
## 1666                21           12000            2000             581
## 1667                39            1000             611             506
## 1668                30             940             271             265
## 1669                 0           17000             681             273
## 1670                57            1000             530             438
## 1671                15             759              73              69
## 1672                14             577             291             244
## 1673               631             631             199              95
## 1674               150             521             491             400
## 1675                73           11000             882             433
## 1676                32           18000             723             650
## 1677               425             973             776             560
## 1678               301            2000            1000             897
## 1679                24            2000             942             653
## 1680                34            1000             681             642
## 1681                89            2000             401             372
## 1682                30            1000             962             635
## 1683               549           10000             796             343
## 1684               110           14000             829             277
## 1685                25             954             739             431
## 1686               845             978             968             488
## 1687               114            4000             561             537
## 1688                11           19000             953             762
## 1689               380           15000           11000            2000
## 1690                50           14000             975             494
## 1691                51           10000            9000             874
## 1692                41           13000            2000             900
## 1693               165             900             686             559
## 1694                 8            1000             692             322
## 1695               149            1000             807             798
## 1696                 2             849             787             258
## 1697                 0             372             206             130
## 1698               118             489              93              40
## 1699                44             596             343             133
## 1700                 0           23000             909             855
## 1701                38             811             586             362
## 1702               277           21000             767             210
## 1703                70             473             315              99
## 1704               419             971             236             165
## 1705                 6           22000             829             353
## 1706                 3             448             143             120
## 1707                 6            1000             857             843
## 1708               529           11000             329              83
## 1709                 0           10000             785             645
## 1710                12             891             460             329
## 1711                NA             147              63              51
## 1712                65            3000             697             681
## 1713                29             779             240              91
## 1714               380           18000           11000            2000
## 1715                 0           22000             683             642
## 1716                76            3000             678             174
## 1717                53           14000             871             548
## 1718               277            2000             378             345
## 1719                 9           17000            2000             826
## 1720               108             876             142             135
## 1721                45             489             181             107
## 1722                23             826             816             748
## 1723               181           11000           10000             820
## 1724                 0             974             643             187
## 1725                 2             295              71              55
## 1726               165           26000             947             700
## 1727               395           18000            1000             313
## 1728                 7            1000             898             480
## 1729                55             113              11              11
## 1730                18             922             919             432
## 1731                61             963             903             520
## 1732                 0             114              35              21
## 1733                59            1000             794              24
## 1734                 5           11000            4000             365
## 1735                 0           10000            1000             751
## 1736               446             523             405             154
## 1737                NA             757             641             442
## 1738                 0             955             869             754
## 1739                12            1000             409             373
## 1740              2000            2000            1000            1000
## 1741                 0             504             147              89
## 1742                71            2000             719             584
## 1743               265           22000             779             265
## 1744                 0           18000             427             400
## 1745               759           11000            1000             933
## 1746                64            1000             857             363
## 1747                11            1000             948             566
## 1748                63           49000            2000             631
## 1749               473             559             427             303
## 1750             14000           11000             429             237
## 1751                 5             971             503             368
## 1752                93           11000            2000             878
## 1753               350           11000             183              83
## 1754                 0           40000            4000             876
## 1755               323           25000           13000             541
## 1756               136             833             543             526
## 1757               285           33000           23000             767
## 1758                 0             579             489             210
## 1759               149             639             617             250
## 1760                 0            3000            2000            1000
## 1761               163           11000            2000             968
## 1762                21             173              59              47
## 1763                 0           13000            1000             327
## 1764               446            1000             872             660
## 1765               226           22000           11000             966
## 1766                46             844             402             244
## 1767                23              11               9               6
## 1768                 0             664             655             186
## 1769                 0           14000           10000            8000
## 1770               529             576             447             325
## 1771               197             580             336             115
## 1772                96             943             763             559
## 1773               905             553             488             385
## 1774               181             731             579             459
## 1775                71           18000            1000            1000
## 1776                44           35000            7000            3000
## 1777               456             422             286             241
## 1778                 0           11000             759             521
## 1779               105           14000            1000             902
## 1780               368             933             194             114
## 1781               115            3000             327              97
## 1782               710             497             347             258
## 1783                63              63               3              NA
## 1784                80             806             591             585
## 1785               116             738             428             385
## 1786                32            1000             626             453
## 1787                23            1000             937             899
## 1788                 0           26000            1000             900
## 1789               234            1000             962             660
## 1790                23            2000             860             845
## 1791             17000               2               2               0
## 1792                53             480             261              87
## 1793                65           17000             927             405
## 1794                13           10000            1000             278
## 1795                11           23000             727             561
## 1796                46             594             303             293
## 1797                 0           11000             985             529
## 1798               415             673             489             228
## 1799                92             940             706             436
## 1800               767             358             223             162
## 1801                14             386              99              78
## 1802               151           24000           15000           11000
## 1803                NA             766             638             535
## 1804               120           12000            1000             664
## 1805               144            1000             482             477
## 1806              4000           19000           13000             591
## 1807                39           11000             956             685
## 1808               644            1000             809             326
## 1809                43             953             713             523
## 1810               650            1000             773             715
## 1811               129              66               5               3
## 1812                49            1000             888             429
## 1813               118           13000           11000            1000
## 1814               133            2000             826             820
## 1815               776             898             584             358
## 1816               249             523             312             271
## 1817               295            3000             882             531
## 1818                10            3000            2000             844
## 1819                NA             491             154              94
## 1820               181             303             146             137
## 1821                 0           11000             597             324
## 1822                22           14000             716             355
## 1823                54             748             489             398
## 1824                43            1000             506             460
## 1825                 0            2000             734             640
## 1826                 0            8000             698             638
## 1827                31             783             132              57
## 1828               541           22000           22000             638
## 1829               212            1000             968             749
## 1830               272           22000           18000           17000
## 1831               278             844             766             387
## 1832                 0               5               4               3
## 1833                41             567             402             328
## 1834                70            2000             528             512
## 1835                 0            7000             966             218
## 1836               108            1000             264             239
## 1837                71           14000             439             313
## 1838               425             743             394             344
## 1839               234           11000             989             919
## 1840                72            1000             794             343
## 1841                 0            3000             693             648
## 1842               541            8000            1000             442
## 1843                NA             813             547             424
## 1844                 0             385             232              14
## 1845                 0             332             285             178
## 1846               160             748             439             392
## 1847                 0            1000             596             577
## 1848               124            2000             850             534
## 1849                 0           12000             412             385
## 1850                80           19000            3000            2000
## 1851               906            2000             587             528
## 1852               759             826             130              67
## 1853               260           20000           15000            3000
## 1854                 8            1000             934             588
## 1855                 0           22000             988             307
## 1856                49           11000             216             155
## 1857               160             771             570             427
## 1858                80             826             590             509
## 1859                 5            1000             691             535
## 1860                30            1000             854             223
## 1861                 2             642             638             512
## 1862             11000           11000             893             277
## 1863               737           15000             980             816
## 1864                 0             442              95              26
## 1865               763           16000             543             523
## 1866               353             883             430             151
## 1867                 0             260             252             113
## 1868                 0           49000            1000             711
## 1869               272           10000             898             628
## 1870             16000           16000             601             198
## 1871                 0            2000             826             655
## 1872               180           14000             816             485
## 1873                97             775             523             437
## 1874                81             970             854             164
## 1875             14000           14000             795             212
## 1876               150           15000            3000            2000
## 1877               386           19000           17000             203
## 1878                67            4000            2000             596
## 1879                 0            1000              65              48
## 1880                31             918             782             662
## 1881               187             554             213             127
## 1882                 8             770             677             179
## 1883               198            2000            1000             387
## 1884                34             642             533             445
## 1885                 0           22000             371             188
## 1886              1000            2000             939             883
## 1887               167             655             521             460
## 1888                11           14000            1000             887
## 1889               529             541             399             163
## 1890                 0             934             655             643
## 1891                99            3000             448             433
## 1892               425           20000             962             766
## 1893               170            2000             722             472
## 1894                43            5000             848             775
## 1895               503             264             139             108
## 1896                70             440             346             318
## 1897                96             713             220             204
## 1898                47           14000           11000            3000
## 1899               395           40000           14000            2000
## 1900                 0             975             521             400
## 1901               248           14000             798             726
## 1902                21           22000             812             317
## 1903               285          640000            8000            7000
## 1904             17000           22000             854             635
## 1905                91            1000             934             434
## 1906                52           14000            2000             579
## 1907                 0           14000             670             638
## 1908               176             742             658             468
## 1909               973            1000             643             400
## 1910               175           24000             736             733
## 1911               420             695             635             585
## 1912                 0             272             111             104
## 1913                 0            1000             535             503
## 1914                 0             971             503             362
## 1915                92             744             489             466
## 1916                42            2000             953             917
## 1917                20            5000             888             872
## 1918                29           15000             852             816
## 1919                23            1000             619             485
## 1920                44            4000             774             367
## 1921               176           12000           11000           10000
## 1922                29           14000            1000             742
## 1923               108             296             270             177
## 1924                 7            1000             562             440
## 1925                43            5000             618             432
## 1926               335           11000             577             530
## 1927                99           17000            1000             960
## 1928                68             328             132             100
## 1929                27             601             543             522
## 1930                 0           15000             960             745
## 1931                59           49000             702             403
## 1932               159             288             249             240
## 1933                31             285              81              71
## 1934               130             469             377             288
## 1935                14            1000             401             199
## 1936               234             904             555             370
## 1937                82             756             713             571
## 1938                 0           11000             745             461
## 1939                23             460             442             162
## 1940               101           13000             852             743
## 1941                81            3000             571              81
## 1942                53           19000           11000            8000
## 1943                 3              90              89              28
## 1944                13             618             172             165
## 1945               452           20000             732             141
## 1946                 0           18000           14000            3000
## 1947                19           40000           10000             977
## 1948                NA              45               7               3
## 1949               529           17000             861             690
## 1950                41           11000             673             619
## 1951                24            3000             441             155
## 1952                 5           26000            5000             874
## 1953                 0           11000             876              98
## 1954                17           13000             634             360
## 1955                70             462             444             223
## 1956               176             931             839             825
## 1957                21             967             767             418
## 1958                48             940             595             376
## 1959                 0             577             464              58
## 1960               219             902             837             258
## 1961                27             960             664              49
## 1962               154             774             692             347
## 1963                 0             798             374             255
## 1964                42             355             155             111
## 1965                17             900             246             218
## 1966                54             985             637             455
## 1967               241           27000             154             151
## 1968                82             874             434             432
## 1969               160             963             936             852
## 1970               317             876             219              70
## 1971               425            3000             466             148
## 1972               365             338             246             141
## 1973                NA             971             918             265
## 1974                 0           18000            1000             939
## 1975               308           13000             947             872
## 1976                36             562             499             399
## 1977                 0             400             223              52
## 1978                 8             172              20               8
## 1979               149           27000             798             581
## 1980               277           25000           14000            8000
## 1981                33             854             702             251
## 1982               108           23000           17000            2000
## 1983                79           16000           11000             956
## 1984                57             181             151              92
## 1985                30             941             459             309
## 1986               121            3000             624             354
## 1987                37           10000             826             268
## 1988               529             442             252             174
## 1989                22             174             132             120
## 1990               214           10000            9000            3000
## 1991                71             433              54              42
## 1992                32             843             593             324
## 1993                 6             849             841             248
## 1994                79           12000             506              50
## 1995               160             852             521             490
## 1996                54            6000             923             919
## 1997                 2             927             912             807
## 1998               353              45              30              18
## 1999               892             783             595             492
## 2000              2000           14000           11000             132
## 2001               460           14000            1000             490
## 2002                80             473              31              31
## 2003               162            2000             878             745
## 2004                 0             962             266             240
## 2005               911            5000             234             232
## 2006                 0           12000             463             407
## 2007                 4             783             749             602
## 2008                 0             541             173              92
## 2009               138             908             581             416
## 2010                 0              44               9               0
## 2011                 0              21              15               7
## 2012                 0           13000           11000            1000
## 2013                 9            1000             870             520
## 2014                27             279             128              87
## 2015                 3              79              68              55
## 2016               535             668             535             399
## 2017               350           18000           17000             418
## 2018               179           17000           10000            4000
## 2019             12000           12000             664             643
## 2020             13000           13000             683             461
## 2021                19            1000             897             848
## 2022                 0             865             851             221
## 2023               149           20000             617             439
## 2024               167             966             807             676
## 2025                36           13000            2000             900
## 2026                71             967             455             304
## 2027               480            8000             909             497
## 2028                 0           12000             443             161
## 2029                41           45000            1000             970
## 2030               597             893             854             597
## 2031                 0             218             216              92
## 2032               119           11000             592             265
## 2033               293           18000           12000             939
## 2034               269            1000             489             384
## 2035               446           11000            1000             898
## 2036               126            2000             989             886
## 2037                25            1000             670             611
## 2038                 0             738             295             227
## 2039                48            1000             957             940
## 2040                41             512             481             197
## 2041                41            2000            1000             847
## 2042               192            3000             859             847
## 2043             18000           18000            5000             286
## 2044                 9           23000             284             254
## 2045                18             742              83              73
## 2046                 6           22000             670             382
## 2047                88           12000             854             706
## 2048              6000           23000             713             422
## 2049               181           15000           13000              11
## 2050                 0            6000             918              84
## 2051               153           11000            1000             427
## 2052               883           11000             504             441
## 2053                 0           10000             345             244
## 2054               119            3000             348             144
## 2055                70            1000             847             591
## 2056                 0           33000           22000            1000
## 2057               123           14000             991             787
## 2058               956           20000             551              99
## 2059                 0           19000             128             105
## 2060               452           20000             732             141
## 2061               131           23000              81              62
## 2062                 3            2000             228              88
## 2063                61           20000             797             407
## 2064                 3             448             143             120
## 2065                12             327             281             249
## 2066                 0           17000           13000             947
## 2067               114             912             535             434
## 2068                 4           29000           22000           11000
## 2069               258             721             463             424
## 2070               277             327             261              57
## 2071                23            1000            1000             982
## 2072               549           11000            9000             883
## 2073               105             527              86              64
## 2074                78            2000            1000             720
## 2075               350             201             123              30
## 2076                NA             787             748             543
## 2077               300             805             539              73
## 2078                 3             556             155             107
## 2079               101             129              25              23
## 2080                 0            1000             605             542
## 2081                 0             523             468             234
## 2082               109            2000             956              71
## 2083               101             931             852             743
## 2084                11             901             775             595
## 2085               102            2000            1000            1000
## 2086                99           12000             941             835
## 2087             16000           16000           11000              86
## 2088                42             436             241             182
## 2089                 0             545             429             249
## 2090               529             820             201             171
## 2091                34             649             327             287
## 2092                24             967             912             506
## 2093                25             329             134              55
## 2094               235             955             593             105
## 2095               101             896             561             218
## 2096                 0           13000             734             690
## 2097                 0           12000            1000             266
## 2098                 2             591             489             137
## 2099                31             390             311             110
## 2100               118           11000            1000             287
## 2101                24             150             104             100
## 2102               221             240             226             110
## 2103                42             975             569             517
## 2104                 0             978             911             854
## 2105                 0            8000            1000             898
## 2106                 0           19000           12000            3000
## 2107                12             962             844             595
## 2108              1000           19000           17000            1000
## 2109                 4            3000             486              83
## 2110                39           26000           11000             798
## 2111                34             554             439             368
## 2112               737            6000             718             678
## 2113                87            1000             826             691
## 2114                53            2000             595             576
## 2115               688             638              50              42
## 2116                37            3000             968             795
## 2117                11             805             173             150
## 2118                 2           40000            1000             567
## 2119               719            2000             380             104
## 2120                13             203             172             140
## 2121                21           14000             618             552
## 2122               144             939             875             290
## 2123                17           14000             257             231
## 2124               607             813              85              35
## 2125                43           22000           14000             827
## 2126                 2             809             521              80
## 2127               108           23000             820             120
## 2128               209            1000             896             521
## 2129                88             957             821             812
## 2130                89           12000             541             442
## 2131               195              20              10               0
## 2132             11000             385             223             159
## 2133             16000           16000             281             216
## 2134               406             893             795             406
## 2135                 0           22000             557             548
## 2136                 8             533             219             199
## 2137                48           18000             558              39
## 2138               737           34000           22000           14000
## 2139                98            2000             826             579
## 2140                 0            1000             912             637
## 2141               255           26000            1000             447
## 2142                65            3000             427             149
## 2143                52             711             490             484
## 2144                NA              98              NA              NA
## 2145                 0             925             472             374
## 2146                 0            1000             901             886
## 2147                52           15000            1000             347
## 2148               140           19000           14000           10000
## 2149                18             670             419             186
## 2150                 0           34000             242             220
## 2151                19            1000             883             842
## 2152                 0            1000             900             716
## 2153             14000           11000             783             488
## 2154                 0            3000            1000            1000
## 2155             14000             559             481             252
## 2156                 2           16000            1000             807
## 2157             12000             936             901             605
## 2158               163            1000             409             338
## 2159               438           12000             826             173
## 2160               122            1000             619             617
## 2161                79             608             362             218
## 2162                82             813             366              85
## 2163                67            2000             641             597
## 2164                 0            6000             960             697
## 2165                32             826             642             563
## 2166               265             989             830             265
## 2167               154             884             617             501
## 2168                 0            2000             931             487
## 2169               545            1000            1000             545
## 2170               118             489              93              40
## 2171               322            1000             960             861
## 2172               729            8000             727             552
## 2173                99             596             265             165
## 2174                30             742             360             318
## 2175                 0            2000             660             500
## 2176                30             962             593             284
## 2177                 0            2000             907             721
## 2178             13000           40000             967             658
## 2179                17           11000           10000             418
## 2180                 0             982             618             582
## 2181               607             813             165             109
## 2182                24           15000            1000             851
## 2183                64            3000             869             729
## 2184                 2            1000             677             434
## 2185               151            1000            1000             852
## 2186                 0            3000             455             384
## 2187                19             526             392             349
## 2188                 9             826             626             107
## 2189                25             304             253              16
## 2190               174           87000            1000             602
## 2191               132            1000             465             455
## 2192                NA             607             378             295
## 2193                82             926             869             729
## 2194               468             919             691             183
## 2195               310             745             168              77
## 2196               119            1000             931             332
## 2197                70            4000             884             464
## 2198                 8             508             270             232
## 2199                12           18000             769             636
## 2200               272           49000            2000            1000
## 2201                20             889             877             160
## 2202               210             978             191             101
## 2203                16             565             441             399
## 2204                82             759             401             354
## 2205                 0           11000             119              51
## 2206               189            2000            1000             949
## 2207                53           22000           11000             652
## 2208               406             860             523             406
## 2209                34             383             333             322
## 2210                36           10000            1000             631
## 2211                92           31000             881             636
## 2212                32           16000             756             417
## 2213               835           11000             896             755
## 2214                58             141              76              47
## 2215                17             534             385              78
## 2216                12             786             651             587
## 2217                39           13000             481             254
## 2218                29             812             533             429
## 2219               108            1000             100              22
## 2220               350            1000             960             619
## 2221                 2             741             297             270
## 2222               154            1000             816             497
## 2223                79           26000             811             287
## 2224              1000           14000            4000            1000
## 2225                99            2000             938             518
## 2226               453           18000           11000            2000
## 2227              1000             177              55              24
## 2228                26             720             669             650
## 2229                35             125              37              16
## 2230                14            2000             934             756
## 2231                15            3000             775             350
## 2232                19            1000             934             806
## 2233                23           25000           19000             748
## 2234                 0             681             611             518
## 2235               212             960             917             637
## 2236                31           12000             804             733
## 2237                 0           87000             570             470
## 2238               835            1000             967             458
## 2239                24             646             441             374
## 2240                 0           10000             311             107
## 2241                 0            2000            1000             877
## 2242                NA               0              NA              NA
## 2243             13000             606             332             285
## 2244                41            1000             500             490
## 2245                19           15000             989             942
## 2246                 0             995             975             949
## 2247                15             691             374             281
## 2248               503            2000              92              83
## 2249               160            1000             367             271
## 2250                57           11000            3000             905
## 2251                 0           17000             882             826
## 2252               480             970             931             579
## 2253                83             991             494             206
## 2254                 0           16000            4000             844
## 2255                 0             304             286             253
## 2256                 0           21000            1000             801
## 2257                 0             264              62              59
## 2258                NA             909             417             215
## 2259                 0            3000             968             939
## 2260               395             283             206             161
## 2261                 0            6000             979             430
## 2262                 2             787             555             472
## 2263               308           17000           12000           10000
## 2264                13             651             555             499
## 2265               143             302             216             153
## 2266               909            1000             909             173
## 2267               126             940             208             202
## 2268                53            8000             963             233
## 2269                82             869             624             329
## 2270               190          137000             459             163
## 2271                36           13000             828             507
## 2272                20           11000             904             783
## 2273                 4             788             447              80
## 2274               272            1000              87              62
## 2275                83           26000             968             926
## 2276             11000            1000             979             967
## 2277                 6             541             249              85
## 2278               176            3000             268              83
## 2279               563           12000             442             385
## 2280               394             922             855             565
## 2281               192             346              41              31
## 2282               212             969             794             347
## 2283               198           17000            1000             884
## 2284                18             400             220             181
## 2285              1000             734             563             270
## 2286               350            5000             378              99
## 2287               214           14000           12000             968
## 2288             11000           11000             474             223
## 2289                 4            2000            1000             677
## 2290                53           14000            1000             580
## 2291               277           22000            2000             383
## 2292             11000            1000             612               2
## 2293                 0           22000             557             548
## 2294                 0             856             742             725
## 2295                52           22000            1000             148
## 2296                84             650             384             177
## 2297                10             688              99              69
## 2298                10             716             537             436
## 2299                54             786             567             463
## 2300               189             683             641             388
## 2301                 0             204             178             175
## 2302                 3             787             690             593
## 2303                 9             997             941             826
## 2304                NA            1000             440             376
## 2305               119             885             816             633
## 2306                 0            2000             749              99
## 2307                17             669             429              86
## 2308                29            1000             794             522
## 2309               608            1000             452             149
## 2310                38            1000            1000             975
## 2311                 0           13000           10000             691
## 2312                 0           21000           18000             407
## 2313               150           18000            1000             956
## 2314               892             310             294              81
## 2315               650             690             224             181
## 2316               143             829             681             430
## 2317                78            1000             969             745
## 2318               329            1000             912             544
## 2319                18              20              18               9
## 2320               162           23000           13000             228
## 2321                19           15000           13000             619
## 2322                 0             975             877             446
## 2323                 0           22000            1000             631
## 2324              6000             893             851             745
## 2325                22             572             548             413
## 2326                42             801             174             161
## 2327               214            1000             509             430
## 2328                14            2000             769             400
## 2329               121             836             624             587
## 2330               110           23000             876             722
## 2331                55             991              10               2
## 2332               115            9000            1000             977
## 2333                12             979             532             231
## 2334             11000           11000           11000             188
## 2335                78             488             336             101
## 2336                25           18000             723             407
## 2337                46           33000            4000             902
## 2338                58             699             533             324
## 2339                 0              46              33               3
## 2340                 8             106              56              11
## 2341                14             403             368             311
## 2342                 3           14000             506             442
## 2343                NA             310              11               9
## 2344               278            3000             602             181
## 2345               448            9000             750             648
## 2346                23             344             281              51
## 2347                10             483             472              60
## 2348                 5           18000             867             716
## 2349                 0           12000             857             700
## 2350                 0             109              36               7
## 2351                 2             729             282              53
## 2352                23           22000            2000             897
## 2353               160           14000            1000             889
## 2354                17           12000             991             897
## 2355                43            2000             594               7
## 2356                34             486             471             155
## 2357                 0             933             839             232
## 2358                52            3000             957             384
## 2359                17           14000             599             551
## 2360                15            1000             852             528
## 2361                 0             611             422             157
## 2362                17            1000             795             670
## 2363                 0             888             629             413
## 2364                 0            1000             690             459
## 2365                37             885             828             545
## 2366                 0             607             269             256
## 2367                97             731             634             319
## 2368                 8             544             449             110
## 2369               189             500             308             306
## 2370                93           31000            3000             521
## 2371                NA             341             230             211
## 2372                 2            1000             539             402
## 2373                42             991             894             219
## 2374              6000              17              10               7
## 2375                 0             483              91              30
## 2376                79           14000           12000            1000
## 2377                33             876             526             326
## 2378                51             948             822             630
## 2379                14            3000             547             356
## 2380                75             617             134             102
## 2381                31            2000            2000             562
## 2382                33            1000             919             505
## 2383                22               2               0               0
## 2384               500           12000            1000             530
## 2385                44            8000             691              85
## 2386                15           87000           17000           16000
## 2387                 0           12000           11000             836
## 2388                 0             654             529             233
## 2389                15              82              39              27
## 2390                 0           40000             693             551
## 2391                 0            3000            2000             985
## 2392                89             920             798             329
## 2393                55             789             424             360
## 2394               545           15000           11000             697
## 2395               119             332             165               6
## 2396               126            2000             788             584
## 2397             12000           12000             664             643
## 2398               301            1000             539             457
## 2399                31            1000             489             489
## 2400               179           12000            1000             734
## 2401                15             723             552             172
## 2402                 8             748             656             521
## 2403                72            1000             624             566
## 2404               116            8000             503             481
## 2405                52             567             312             261
## 2406                42             975             569             557
## 2407               323            1000            1000             794
## 2408               869             692             670             521
## 2409                29            2000             690             458
## 2410                70            2000            1000             625
## 2411                22             727             171             148
## 2412               500            1000             559             555
## 2413                NA             828             787             650
## 2414                 0           12000             899             805
## 2415                 0           15000            6000             529
## 2416             11000             594             268             218
## 2417               521              97              68              64
## 2418                23            2000            1000             582
## 2419               380           18000           11000            2000
## 2420                 8             844             456             341
## 2421                 0            2000             826             606
## 2422                80            2000             795             723
## 2423                 0             643             559             191
## 2424                62             390             258              59
## 2425               130             691             476             406
## 2426             17000           22000             394             356
## 2427                 7            2000             980             827
## 2428               272             155             144             124
## 2429                64             808             720             637
## 2430                 0           11000             642             223
## 2431             11000           11000           11000             975
## 2432                13             757             220             111
## 2433                24           10000             566              85
## 2434                38           17000             632             362
## 2435                34           16000            4000            1000
## 2436                 0           14000           13000             816
## 2437                 0             946             800             529
## 2438                44           12000             904             729
## 2439                28             372             262             102
## 2440               128           11000            2000            1000
## 2441                 0             517             376             101
## 2442                31             210             193             179
## 2443                 0             805             223             177
## 2444                 0             712             341             197
## 2445                 6             723             422             371
## 2446               109             405             204             202
## 2447               213             567              67              45
## 2448                25            1000             115              94
## 2449                97             577             416             231
## 2450             13000           40000           13000             940
## 2451               655           24000           14000             405
## 2452                44             627              12               9
## 2453                 0           27000           18000            1000
## 2454               379             456             278             251
## 2455                 0             597             591             401
## 2456                78             989             258             238
## 2457               337            4000             820             201
## 2458             11000           11000             944             922
## 2459                 6           25000           14000             212
## 2460                NA             654             426             405
## 2461                 0              63              43              16
## 2462               662             662             290             161
## 2463                28            1000             695             415
## 2464               154            1000             783             576
## 2465               190             364             253             151
## 2466                34             663             551             394
## 2467                NA             897              30              30
## 2468               157              84              35              32
## 2469                 0             854             578             353
## 2470                 0            1000             177              83
## 2471                55            1000             872             757
## 2472                 2             805             306              69
## 2473                78            2000            1000             720
## 2474               130             444             312             183
## 2475                89           22000            2000             920
## 2476                99           15000             833             778
## 2477                 0             923             619             543
## 2478               512           11000             918             413
## 2479               209             158             152             129
## 2480                19           11000             979             854
## 2481                83            3000             460             242
## 2482                87             866             794             280
## 2483               148             549             269             170
## 2484                32           13000            1000            1000
## 2485                 0             109              67              50
## 2486               448             482             203              83
## 2487                 0            2000             626             604
## 2488               165             453             272             244
## 2489                13           45000            4000             681
## 2490                42             839             756             613
## 2491               729             912             306             284
## 2492               422           33000             459             422
## 2493                 0            2000             742             598
## 2494               611            5000             643             576
## 2495                 9             818             636             503
## 2496                92            1000             886             849
## 2497               248           16000             988             968
## 2498                52             723             346             298
## 2499                36            1000             580             486
## 2500               364           12000           10000            1000
## 2501                12            8000             357             281
## 2502                33           15000             976             583
## 2503               192            1000            1000             580
## 2504                39             593             517             428
## 2505                51             427             234              89
## 2506                17             918             912             826
## 2507                49             680             503             104
## 2508                36           10000             751             746
## 2509                19             973             954             505
## 2510                 0             989             888             244
## 2511                11            1000             982             973
## 2512                 0             690             400             323
## 2513                11            1000             436             142
## 2514               847            3000             960             625
## 2515               117             715             490              86
## 2516               201             394             150              58
## 2517                80             567             503             399
## 2518                80            2000            2000             841
## 2519                22            1000             593             488
## 2520                 8             328             122              66
## 2521                47           23000             979             834
## 2522                 9             767             327             193
## 2523                 3             400             193             161
## 2524               168            3000             979              96
## 2525                 4             634             537              60
## 2526               541             214              96              71
## 2527                30           14000             287              55
## 2528               219            1000             876             215
## 2529                 0             677             262             168
## 2530                22             669             642             255
## 2531                57             465             152              62
## 2532                 6            3000            2000             165
## 2533                30           21000            3000             260
## 2534               168            3000             979              96
## 2535                 0             826             508             168
## 2536                 0           25000           14000            1000
## 2537                11           11000             838             281
## 2538                18             714             701             433
## 2539                26             638             624             385
## 2540               608           49000            1000            1000
## 2541               137             879             854             481
## 2542                 0             227              73              62
## 2543                 0             844             617             359
## 2544               480            1000             490             486
## 2545                48           23000             255              35
## 2546               405             996             897             628
## 2547               687           10000             787             389
## 2548                 0           13000           13000             559
## 2549               473           20000            4000             597
## 2550                19             241             118             107
## 2551                11             911             521             499
## 2552                 0             634             269             250
## 2553                NA            1000             921             762
## 2554                14            1000            1000             635
## 2555               309             939             881             522
## 2556                26            3000            1000             638
## 2557                29             861             593             459
## 2558                23             633              67              51
## 2559              1000             175             115             108
## 2560                15             851             680             650
## 2561             11000           19000             581             252
## 2562                 5             908             690             292
## 2563                24           15000            1000             851
## 2564                 7            3000             240              95
## 2565                 7             835             787             450
## 2566                45           24000             396             271
## 2567                22            8000            2000             324
## 2568             11000             854             410             233
## 2569               179           12000            1000             734
## 2570                47           21000             541             238
## 2571                 6             812             326             258
## 2572               121           11000            3000             384
## 2573               438           18000           15000             372
## 2574                 9             599             380             363
## 2575                 3            1000             584             578
## 2576                38             940             416             316
## 2577                28             555             403             215
## 2578             11000           11000             650             642
## 2579                89            1000             852             322
## 2580                85            1000             309             186
## 2581               369            1000             418             295
## 2582                34             503             489             465
## 2583               115           10000             316             310
## 2584               133             898             708             258
## 2585                 0            3000            1000             888
## 2586                29             939             881             618
## 2587               172             172              55              27
## 2588                 6           10000             304             227
## 2589               929             488             289             116
## 2590               143            1000             945             613
## 2591               529            1000             884             805
## 2592                22            5000             170              44
## 2593                 0             883             596             567
## 2594                10             890             578             574
## 2595                NA             422              57              15
## 2596               460             232             150             125
## 2597                 4             844             626             518
## 2598                 7            1000            1000             922
## 2599                 7             235              46              17
## 2600               571             499             298             102
## 2601               102             901             605             383
## 2602                 0            3000            1000             925
## 2603             12000           19000             875             801
## 2604               521           13000             521             481
## 2605             12000           10000            1000             555
## 2606                 0             103              21               5
## 2607                 0           18000             828             158
## 2608                 0           14000            1000             520
## 2609               425             742             384             247
## 2610                NA             460             292             260
## 2611                 4           17000           13000             882
## 2612             14000             852             581             271
## 2613                 2              94              80              13
## 2614               335           11000             744             635
## 2615                77           19000             393             305
## 2616                 6            1000             745             271
## 2617               150             874             816             572
## 2618                87           17000             975             569
## 2619               127            1000             340             250
## 2620                 0            2000             742             598
## 2621             11000             816             695             624
## 2622                79             925              38              27
## 2623               350             326              48              39
## 2624             13000             925             692             217
## 2625                 0            2000             721             607
## 2626                44           23000            4000             902
## 2627                43           11000             326             259
## 2628               165            1000             431             383
## 2629               189             934             927             799
## 2630               517           22000           11000             652
## 2631               272           22000            4000             957
## 2632                13             925             738             566
## 2633                29           12000            1000             874
## 2634                66            3000             658             562
## 2635                 0            4000            4000            1000
## 2636                13              90              22               2
## 2637               446           22000           13000            1000
## 2638                11           11000             983             971
## 2639               453           15000           10000             953
## 2640               488           15000           14000           13000
## 2641               357           23000            1000             883
## 2642               120           13000             876             149
## 2643                14             833             807             685
## 2644                18           20000            1000             944
## 2645               767             607             202              87
## 2646                 0             908             764             593
## 2647               212            2000             820             612
## 2648                29             956             878             616
## 2649                 6            1000             650             458
## 2650                28            2000             864             731
## 2651               255           14000            1000             850
## 2652                 0           18000             636             594
## 2653             18000           18000            2000             697
## 2654                 0           33000             745             228
## 2655                10             811             636             231
## 2656                13             818             511             106
## 2657                35           10000            1000             306
## 2658                49             116             110             100
## 2659                61             907             807             649
## 2660               107            1000             886             865
## 2661                 5             893             822             141
## 2662                 3           14000             982             628
## 2663                31             193             184             162
## 2664                26             838             328             266
## 2665             11000           19000             567             400
## 2666                20             512             316             125
## 2667               133           12000             310             258
## 2668                 0            3000             360             170
## 2669                11            1000             605             232
## 2670                15            1000             786             461
## 2671                 7             919             557             399
## 2672                83             912             786             579
## 2673                13             882             874             613
## 2674                 8             472             239             129
## 2675                10             826             622             415
## 2676                19            3000             646             461
## 2677               119             989             982             918
## 2678               310           33000             748             619
## 2679                79             775             614             537
## 2680                11             471             308             159
## 2681                 0           10000             602             383
## 2682                73             695             654             563
## 2683               181           11000             820             748
## 2684               210           22000             164             123
## 2685               374             826             503             484
## 2686                12             354             173              23
## 2687                 0             468              67              44
## 2688                36            1000             786             377
## 2689                16             907             585             526
## 2690                92           11000            5000             358
## 2691                 0             796             787             727
## 2692                34           14000             442             366
## 2693               164             436             324             308
## 2694               745           12000             821             745
## 2695                34             427              66              65
## 2696             11000           11000             860             563
## 2697                 9             595             417              47
## 2698               561             746             561             353
## 2699                23             925             660             629
## 2700                 4             989             841             670
## 2701                 0           22000            5000            1000
## 2702                80            1000             872             782
## 2703                NA             443             319             186
## 2704                 0           22000           12000           12000
## 2705               153            3000             788             539
## 2706                41             556             463             274
## 2707               187           11000             883             254
## 2708                 9           11000             897             612
## 2709                 2             890             852             461
## 2710                32           14000            1000             692
## 2711                45            1000             393             224
## 2712                 6            8000             625             596
## 2713               454              65              49              39
## 2714                24             931             539             426
## 2715                11           15000           14000            1000
## 2716                96           24000             971             360
## 2717               835           13000             826             363
## 2718             11000             860             658             386
## 2719                52             477             397             275
## 2720                 0             572             324             289
## 2721                 0           49000            1000             693
## 2722              1000           21000            1000             611
## 2723                 6             890             729             577
## 2724                 0            6000             889             669
## 2725                18             837             400             220
## 2726             11000           12000            6000             557
## 2727               132           10000             882             844
## 2728                NA             857             555             527
## 2729               122             918             278              25
## 2730                70             876             324              90
## 2731                 0             783             664             617
## 2732                 0            6000             294             287
## 2733                 5             192             134              46
## 2734               460            5000             203              71
## 2735               756             136              23              18
## 2736               180             510             297              58
## 2737                39           12000             970             642
## 2738               141            1000             103              56
## 2739                34             936             826             730
## 2740               445              20              13               9
## 2741                 0              64              45               7
## 2742               197           13000             794             570
## 2743                85             825             476              40
## 2744               129           14000            1000            1000
## 2745                36             549             248               2
## 2746                68           17000           14000             642
## 2747                24             776             595             125
## 2748                17            1000             165              66
## 2749                15             735             627             576
## 2750                 0           14000           12000             912
## 2751                19            1000             889             537
## 2752                93             179              55              51
## 2753                 6              61              57              50
## 2754                 3             556             353              19
## 2755                67             631             452             303
## 2756             11000           13000             571             512
## 2757                13           20000           17000             642
## 2758              1000           29000            1000             954
## 2759                15            1000             767             121
## 2760                 5             467             220             124
## 2761             16000           16000           11000             638
## 2762              3000            3000             769             236
## 2763                 0             668              56              40
## 2764               213             886             276             249
## 2765                 0            8000             995             700
## 2766                 0             770             179             176
## 2767                 5             442             162              57
## 2768                34             892             355             277
## 2769                 0           10000             854             560
## 2770               226             953             730             496
## 2771                71           10000             960             725
## 2772                30             941             459             309
## 2773               270           13000             954             535
## 2774                41             997             826             748
## 2775                43             456             244             238
## 2776                NA             155             130              84
## 2777                 9             975             912             648
## 2778               350           18000           17000             418
## 2779                 0             849             597             490
## 2780               116             327             172              25
## 2781                54            8000             670             636
## 2782                58           11000            1000             583
## 2783                12              23              12               8
## 2784               309             592             556             279
## 2785                10             706             266             111
## 2786                 0             723             422             364
## 2787               128             931             726             467
## 2788                31             874             613              50
## 2789               119             869             779             636
## 2790               123           26000           14000             690
## 2791                44             953             849             625
## 2792                 0            3000            2000             654
## 2793               160             718             330              55
## 2794                85            1000             855             514
## 2795             17000           22000             740             213
## 2796                 0            1000             848             534
## 2797                 0           12000             490             458
## 2798                52            1000             935             489
## 2799               189             934             927             799
## 2800                 0           12000             593             383
## 2801                70             878             834             169
## 2802                90             962             925             635
## 2803               232             413             412             177
## 2804               143           14000             617             280
## 2805                49           12000             215             191
## 2806               956           10000             233             113
## 2807               176             543             113              15
## 2808                12             159             102             102
## 2809               133             423              15               5
## 2810                11           14000            1000             548
## 2811               109           16000             469             324
## 2812               608             149              44              43
## 2813               752             412              74              59
## 2814               333             380             326             284
## 2815                 2             149              32              21
## 2816               168             697             329             322
## 2817                50           13000            1000             338
## 2818                10             826             521             378
## 2819                 0            1000             872             767
## 2820                 0           15000           13000           11000
## 2821               473             833             809             429
## 2822               143             927             281             201
## 2823               162            2000             258             135
## 2824                38            3000             837             390
## 2825                NA              20               3               2
## 2826               133           14000             230             170
## 2827               454            2000             906             816
## 2828               148             539             508             400
## 2829                NA              70               2               2
## 2830               101             918             653             471
## 2831               448             273             114              93
## 2832               143           19000              50              21
## 2833               272           49000             263             227
## 2834                26             898             391             385
## 2835               209             569              69              41
## 2836                 0           20000           15000            1000
## 2837               294           10000            2000            1000
## 2838                 0           22000           14000            3000
## 2839                49             656             363             237
## 2840               212             130             125              54
## 2841                36            3000            3000             579
## 2842                 8            3000             934             612
## 2843                58             549             439             316
## 2844                51           13000            6000             360
## 2845                38             833             807             460
## 2846                19           23000           13000             835
## 2847                13           11000             489             301
## 2848                 0           11000             852             182
## 2849               174             619             350               2
## 2850                19            8000             902             829
## 2851                13             571             442             329
## 2852                17            1000             997             912
## 2853                84             899             842             782
## 2854                 6             904             471             459
## 2855                15             694             558             388
## 2856                 5             659             628             435
## 2857                12            1000             345             334
## 2858                 0            2000             850             745
## 2859               232             149             145             123
## 2860                 0             512             216             213
## 2861                 7             939             890             405
## 2862                13             803             587             140
## 2863               134            4000            1000             525
## 2864             16000             378              85              78
## 2865                35           24000             912             844
## 2866                18            1000             851             744
## 2867               412             805             681             491
## 2868               799             721             359             294
## 2869                 0             899             849             650
## 2870                26           16000            8000            4000
## 2871                76             690              94              75
## 2872                 7            3000            1000             730
## 2873                15            4000             957             812
## 2874                 2           15000             816             690
## 2875                16             567             326             258
## 2876                24             552             528             499
## 2877               107           12000             530             280
## 2878                37             748             573             548
## 2879                80            2000             257             252
## 2880                83            2000             370               8
## 2881               460           14000             153              73
## 2882               150             979             385             150
## 2883               260           20000           15000            1000
## 2884                 0           22000           14000             968
## 2885               139            8000            3000             850
## 2886                29             683             155             147
## 2887                41            2000             812             442
## 2888               187           14000             900             887
## 2889                83            3000            1000             794
## 2890               115            1000             305             304
## 2891             11000             306             164             116
## 2892               122             873             461             383
## 2893                32           14000              81              29
## 2894                 0             477             238             234
## 2895                43             170             157             113
## 2896               218             581             201              91
## 2897             18000           18000             638             543
## 2898                97           13000             795             355
## 2899             12000           11000           10000             975
## 2900                28            6000            2000            1000
## 2901               164           18000           14000              99
## 2902               187             818             467             204
## 2903               261             783             782             697
## 2904                10            1000             668             472
## 2905                19             490             185             135
## 2906                44           33000             730             552
## 2907                39              77              32              18
## 2908              3000             963             595             322
## 2909                44            1000             653             241
## 2910               220             812             787             599
## 2911                34             966             681             506
## 2912                20           22000             982             844
## 2913                60           18000             322             168
## 2914               383             912             320             191
## 2915                16             717             517             489
## 2916                50             968             844             655
## 2917               607            1000             931             259
## 2918             14000             813             559             366
## 2919                80            3000            1000            1000
## 2920                 2            6000             637             186
## 2921                23             400             255             148
## 2922               167             997             966             807
## 2923               167             656             528             436
## 2924               120           12000             980             664
## 2925               293             759             595             567
## 2926               139            2000             883             793
## 2927               608           11000           10000             733
## 2928                16              93              17              11
## 2929                98           17000            2000             920
## 2930               406           13000            2000             616
## 2931             16000           22000            1000             889
## 2932                22            1000             954             816
## 2933               128             963             465             371
## 2934                 0             405             194             122
## 2935                 0             629             561             504
## 2936                33            1000             188             135
## 2937               166             971             329             281
## 2938                76             654             416              78
## 2939               132           49000             989             933
## 2940                66          137000            1000            1000
## 2941                 0           17000             527             451
## 2942                 4            1000            1000             826
## 2943                58             995             729             722
## 2944                53             227              94              84
## 2945               258            6000            1000             834
## 2946               278            4000            1000             898
## 2947                 4              28               9               8
## 2948               131            8000            1000             733
## 2949               131           13000             940             599
## 2950                 0            3000             966             555
## 2951               287             452             122              79
## 2952               192             347             301             282
## 2953                NA            1000             939             898
## 2954               350            1000             482             322
## 2955                57             975             931             805
## 2956                76            1000             837             801
## 2957                20             836             826             717
## 2958                14             733             558             376
## 2959                17             873             691             581
## 2960               729            1000             844             622
## 2961               226            1000             851             580
## 2962                25             833             626             611
## 2963               655            9000             786             390
## 2964                83           26000             725             501
## 2965                 3            1000             560             324
## 2966                98            1000             849             604
## 2967                43             988             826             696
## 2968               438           11000             536             471
## 2969                30            1000             230              85
## 2970                73           19000           14000            1000
## 2971               249             362              21              18
## 2972               102            2000             973             877
## 2973                32             529             526             503
## 2974               628             565             555             171
## 2975               611             755             483               4
## 2976                27             664             591             360
## 2977                16             452             328             265
## 2978                67             436             223             192
## 2979                25             931             744             654
## 2980               216            1000            1000             968
## 2981               378             957             925             783
## 2982             11000             537             255              99
## 2983               708             433             398             316
## 2984                 7             525             281             251
## 2985                 0             873             680             599
## 2986               319            1000              65              48
## 2987               115             812             580             103
## 2988                40            5000            1000             794
## 2989               584             629             398              74
## 2990                55            3000             642             212
## 2991                61             769             692             611
## 2992                20           21000             569             442
## 2993               667             211              98              70
## 2994                 0            1000             165              77
## 2995                 0            3000            1000             520
## 2996                 0             878             643             576
## 2997                60              60              46              18
## 2998                19             706             442             393
## 2999               277             845             327             289
## 3000                 0             865             685             403
## 3001                94             693             534             146
## 3002                 0             941             754             745
## 3003                26             797             474             350
## 3004               759             967             830             820
## 3005                 7             662             345             289
## 3006                45               9               2               0
## 3007                18           13000             883             865
## 3008               611               9               4               3
## 3009               165             686             327             280
## 3010                14              52              32               3
## 3011                12           17000             523             183
## 3012                 0             970             618             188
## 3013                 7              84              33              16
## 3014               212             567             111              18
## 3015                76             181             168              42
## 3016                 0            1000             445             247
## 3017               130             399             116              79
## 3018                 0           26000           11000            1000
## 3019                49             551              85              84
## 3020                52             969             886             426
## 3021                 0              15               6               4
## 3022                 2             680             544             388
## 3023                 3             215              27               2
## 3024               287             767             281             233
## 3025                 0           11000            1000             504
## 3026                11           22000             851             411
## 3027               767             597             396             382
## 3028               335             585              68              14
## 3029               197             755             734             632
## 3030               737           23000             238             141
## 3031                79             608             362             218
## 3032                36             886             655             633
## 3033                15           17000            1000             602
## 3034                53              84              37              32
## 3035                42            1000             854             808
## 3036                32             785             692             621
## 3037               541             991             465             328
## 3038               163             683             548             488
## 3039                 0             276             258             191
## 3040                16            4000             656             637
## 3041                52             723             651             647
## 3042                 0            1000             898             842
## 3043               107             664             551             549
## 3044                 5             584             580             532
## 3045                 0             636             330             298
## 3046               278           13000             595             279
## 3047               365             425             394             225
## 3048                34             838              55              54
## 3049                 0             385             293             111
## 3050                 2             799             711             651
## 3051                71            8000             723             553
## 3052                 0             358             156             123
## 3053                 5            1000             660             443
## 3054                 0           11000             472             303
## 3055                64           16000             638             553
## 3056               386           14000            1000             812
## 3057                 0             901             888             795
## 3058                 4             960             448             424
## 3059               529           40000           29000             472
## 3060                10             866             147             109
## 3061               608             979             594             579
## 3062                18             658             463             183
## 3063               300            1000             979             787
## 3064              1000            3000             275             272
## 3065               596            1000             835             697
## 3066                 8           14000             163              40
## 3067                58             338             275             104
## 3068                 0           14000           12000             776
## 3069               238              60              35              22
## 3070               365             887             770             723
## 3071                17             845             641             405
## 3072                43            3000             723             357
## 3073                 4             917             545             199
## 3074                15             142              79              19
## 3075                10             172              71              48
## 3076               160            8000            1000             860
## 3077                32             893             692             327
## 3078                 7             805             766             507
## 3079                57             541             451             132
## 3080                 0             273             117              73
## 3081             14000             861             725             548
## 3082                21           17000            1000             499
## 3083                 4             882             450             194
## 3084                11             665             446             327
## 3085                NA             381             102              44
## 3086                 0             564             154             119
## 3087                58             482             362             258
## 3088                 0             639             377             280
## 3089                 7              68              29              24
## 3090               835           49000           13000             893
## 3091                29           14000           12000             571
## 3092               163             723             651             482
## 3093               425           13000           11000             901
## 3094               235            4000             464             229
## 3095                65             798             465             393
## 3096                 7           23000            1000            1000
## 3097               304             939             906             736
## 3098               163             723             651             448
## 3099                13             494             392             368
## 3100                 0            1000             907             685
## 3101             17000           10000             970             638
## 3102                19             726             249             196
## 3103                65             633             613             577
## 3104                70            4000            1000             634
## 3105               221           11000             503             491
## 3106               108            1000             322             270
## 3107                65           18000             769             730
## 3108                82             695             275             139
## 3109               108            1000             400             186
## 3110                 6             759             563             345
## 3111               750             794             531              60
## 3112                73            1000             745             581
## 3113                19            4000             334             130
## 3114                66            2000             904             816
## 3115                 7             723             706             615
## 3116               482             852             542             482
## 3117                78             854             841             619
## 3118                 0           26000           11000            1000
## 3119                32             535             211             120
## 3120                 6             904             715             617
## 3121                 0           13000            1000             769
## 3122                 7             931             797              73
## 3123               287             745             730             257
## 3124                 9             623             472             466
## 3125               322             851             543             534
## 3126                21             931             855             782
## 3127                27            1000             809             534
## 3128                 4             982             945             678
## 3129                 0           10000             919             699
## 3130                38            3000             424             190
## 3131                 0            1000             278             275
## 3132                11            1000             412             220
## 3133                70            1000             876             706
## 3134                 9             690             533             448
## 3135                58           14000             537             242
## 3136               500           11000             912             718
## 3137                 5             556             475             338
## 3138                17             371             324              53
## 3139                92            2000             918             826
## 3140                 0           13000             933             766
## 3141                25             929             927             861
## 3142               108             220             186             111
## 3143                22             918             624             558
## 3144                15            1000             962             804
## 3145                 0           18000             269             203
## 3146               176             176              67              39
## 3147                31             651             610             536
## 3148                36            2000             683             648
## 3149               394            2000             926             695
## 3150               164             258             218              45
## 3151               337           11000            1000             820
## 3152               134             655             651             307
## 3153               293             773             734             547
## 3154                23             839             700             503
## 3155                14            1000             811             636
## 3156                64           13000            2000             918
## 3157                47            3000             497             442
## 3158                28             962             826             582
## 3159                 0            1000             562             458
## 3160                 2             772             232              30
## 3161                13           15000            4000             869
## 3162               406             989             939             759
## 3163                31            4000             980             551
## 3164             13000           11000             430             309
## 3165               532            4000             796             711
## 3166                18            7000            2000            2000
## 3167                 0             537             376             298
## 3168               434            1000             622             472
## 3169               350             460             372             250
## 3170                 0           20000           14000            3000
## 3171               207           40000           11000            3000
## 3172                 4             939             702             655
## 3173                63            7000             353             172
## 3174                44            1000             939             727
## 3175                NA            1000             722             476
## 3176               194            1000             816             602
## 3177                87            1000             581             444
## 3178                 0             886             808             719
## 3179                63              24               3               2
## 3180                 0             874             262             201
## 3181                 9           12000           11000             934
## 3182                 0             628             497             322
## 3183                 0             427             269             231
## 3184                13             753             695             378
## 3185                57            1000             837             664
## 3186                49             719             405             401
## 3187                 0           23000             342             294
## 3188               102           14000            3000             970
## 3189               157            2000             616             581
## 3190                64             144             110              72
## 3191                60             823             759             699
## 3192                34           10000             721             541
## 3193                 0             402             296             132
## 3194               549            3000             912             911
## 3195                25             902             576             553
## 3196                 4             754             324             311
## 3197               108             634             436             400
## 3198               105             982             503             269
## 3199                 0            1000             975             851
## 3200                 4             533              35               4
## 3201                76             902             488             249
## 3202               387            6000             139              64
## 3203               129             749             252             221
## 3204                 0             530             387             258
## 3205                 3           14000            1000             826
## 3206                41           16000           11000            1000
## 3207                34           11000           11000             683
## 3208                NA              20               3               2
## 3209                53             307             200              45
## 3210                 0             975             537             503
## 3211               607           11000             414             251
## 3212                17            2000             989             688
## 3213                23           22000             893             232
## 3214                 0             966             799             622
## 3215                 0           20000             329              20
## 3216                 0             816             623              54
## 3217                 0             990             711             119
## 3218                 0             603             175              91
## 3219                 0             478              83              51
## 3220               787             787              96               0
## 3221               324             678             541              28
## 3222               593             374             362             241
## 3223               163             837             130              34
## 3224                 0           18000             451             131
## 3225                24             374             181              83
## 3226               302             893             798             428
## 3227               800           49000             640             334
## 3228                76             798             769             345
## 3229               216            1000             922             885
## 3230                26           17000             793             146
## 3231                 3           16000             542             421
## 3232                11             665             664             553
## 3233                21              78              61              36
## 3234                53             962             545             499
## 3235                71             795             474             385
## 3236                 7           12000            3000             875
## 3237                 0             806             690             617
## 3238                 8            1000             893             495
## 3239                50             835             632             422
## 3240                93             147              52              51
## 3241                 7             706             405             240
## 3242                 7             906             848             611
## 3243               275             439             161             102
## 3244                10             122             109              72
## 3245                 0           11000             826             742
## 3246                71             298             258             126
## 3247                 8             485             152             111
## 3248                13            5000            2000             415
## 3249                 0            1000             618             196
## 3250               261           30000             744             520
## 3251                 4              63              10               5
## 3252                98            1000             891              95
## 3253               110            1000             898             711
## 3254                24             183             136              46
## 3255                 5             670             608             482
## 3256               419             398             149               7
## 3257                36            1000             948             899
## 3258                 3             764             716             499
## 3259                99           17000             985             452
## 3260                 0             786             228             195
## 3261                41             723             706             525
## 3262                 9            4000            4000             262
## 3263                43             742             462             244
## 3264                 7           31000            1000            1000
## 3265                 0             678             432             319
## 3266                17            1000             887             770
## 3267                 6             557             290             200
## 3268               176             924             898             760
## 3269                 0             148             114              82
## 3270                 0             187             176             123
## 3271               100           33000             947             327
## 3272                12           21000            1000            1000
## 3273                43             826             476             129
## 3274               116             594             412             303
## 3275              3000           10000            4000             844
## 3276                25             509             446             110
## 3277               147            8000            3000            1000
## 3278                 0            1000             581             513
## 3279               365             383             371             177
## 3280                50           17000             908             741
## 3281               278             402             343              51
## 3282                92             244             189             177
## 3283                33           14000             383             123
## 3284               798             580              26              16
## 3285               473             890             851             685
## 3286                92            1000             886             862
## 3287                85             311             189             118
## 3288               909             909             203             184
## 3289                65            2000             971             908
## 3290                 0            3000             683             407
## 3291                 8             982             729             587
## 3292                37           12000           10000             883
## 3293                46           14000             826             701
## 3294               644             392             249             199
## 3295                17             607             318             179
## 3296                 2             911             150             127
## 3297                 0             591             520             130
## 3298                84           22000             929             338
## 3299                17             591             579             571
## 3300               188             187             127              35
## 3301                23            1000             710             471
## 3302               157            4000             248             219
## 3303                 6             970             906             633
## 3304                NA             177             170             140
## 3305                12            1000             300             297
## 3306                49             702             616             261
## 3307                38             745             591             316
## 3308                26            1000            1000             611
## 3309               162           23000             776             277
## 3310                43              45               5               0
## 3311                64            2000             892             748
## 3312                 6               7               6               6
## 3313               930             982             602             433
## 3314                 0             186              41               5
## 3315               608             149              44              25
## 3316                 3             679             537             204
## 3317                11             185              62              18
## 3318                 8           22000            1000             558
## 3319                28             573             197             104
## 3320                 0             922             374             230
## 3321                11           10000             281              35
## 3322                25             963             168              98
## 3323                 6            4000             931             664
## 3324                 4             442             162              93
## 3325                 4             722             212             151
## 3326                 3            1000             900             327
## 3327                 8             174             109              59
## 3328               236             580             236              68
## 3329                 8            4000             922             896
## 3330                NA             668             296             265
## 3331                 3            2000             368             305
## 3332               541             967             847             673
## 3333               108           12000             628             175
## 3334                43             563             236             122
## 3335                68            3000            1000            1000
## 3336                35             949             178             170
## 3337                 8              35               6               3
## 3338               729            2000             841             133
## 3339               300             579             405             341
## 3340                17           35000             966             429
## 3341               170             736             218             202
## 3342                14            1000             907             559
## 3343                 0              28              15              13
## 3344               319            2000             552             179
## 3345               160            8000             327              81
## 3346                71             967             455             304
## 3347                78               0              NA              NA
## 3348               407             638             107              39
## 3349                11            3000             687             119
## 3350               644              97               8               6
## 3351                 0             964             551             417
## 3352                80             668             641             225
## 3353                54             440             426             346
## 3354               163            2000             716             636
## 3355                11             205             197             173
## 3356             16000           13000             902             857
## 3357                21            1000             985             842
## 3358                66           15000             241              85
## 3359               422             861             499             422
## 3360               338             354             209             195
## 3361              2000           15000             161              51
## 3362                36            7000             150              27
## 3363                 0             217             107             107
## 3364                 0             133              32              27
## 3365               548             389             363             360
## 3366               152           16000             466             459
## 3367                44            1000             886             458
## 3368                 0             585             434             388
## 3369               129           23000           10000            3000
## 3370                 5             449             332             297
## 3371                 0             875             826             602
## 3372                19             363             342             117
## 3373                 2             484             345             213
## 3374                 2             861             163             102
## 3375                 0           18000           18000             591
## 3376                13             803             314             244
## 3377                NA             666             579             460
## 3378                 0             969             449             112
## 3379                13             452             442             292
## 3380                 3             876             801             268
## 3381                33             744             503             475
## 3382                 3           24000             827             631
## 3383                79           13000             903             414
## 3384               126           23000            1000             517
## 3385                44           15000           11000             596
## 3386                31             539             290              50
## 3387                78           12000            3000             968
## 3388               133             471             277              86
## 3389               132             434             265             216
## 3390                87           15000            1000             424
## 3391                10             851             780             582
## 3392                54             776             595             306
## 3393                18            1000             962             741
## 3394               198            1000             975             636
## 3395                15             883             826             660
## 3396                26            1000             905             417
## 3397               133           12000             898             136
## 3398                NA            3000             788             648
## 3399                26            1000             442               0
## 3400               608            1000             579             386
## 3401               341             963             678             569
## 3402                73            1000            1000             112
## 3403                71            1000             261             168
## 3404                16             943             769             472
## 3405                13            5000             629             594
## 3406                14           14000            1000             291
## 3407                23            1000             273             200
## 3408               136             977             649             249
## 3409                45              61               5               4
## 3410               109             480              12               7
## 3411                12            2000             844             710
## 3412                30             480             257             209
## 3413                 0            3000            2000             844
## 3414               200           21000           18000            1000
## 3415                 2             735             306             227
## 3416                 8             553             177              33
## 3417               387            8000             489             399
## 3418                36           10000             692             405
## 3419                 3             905             513             448
## 3420                NA           27000             698             427
## 3421                53             954             551             463
## 3422               346             947             526             488
## 3423                43             144              63              47
## 3424                78               6               5               4
## 3425                17           23000           10000            1000
## 3426                 2             413             265              23
## 3427                 2           31000             920             600
## 3428                29             163              20              11
## 3429                21             186             119             112
## 3430                78             502             206             189
## 3431               341             844             521              15
## 3432                16            1000             524             376
## 3433                73             848             643              26
## 3434               155             981             505             391
## 3435                78           11000             509             325
## 3436                88            1000            1000             890
## 3437                 7             186             147              36
## 3438                 2           10000             154              40
## 3439               655           24000             829              88
## 3440                 0            1000             683             658
## 3441                92            3000             766             221
## 3442                14             827             545             161
## 3443                62             584             552             518
## 3444               248             673             466             147
## 3445               329             611             329             280
## 3446                18             834             749             742
## 3447                 0             373             266             249
## 3448               406           24000           15000             968
## 3449               119           12000             844             844
## 3450                27              71              59              59
## 3451               187             631             163             158
## 3452                22            5000             659             447
## 3453               549            3000             912             911
## 3454               127            3000             415             373
## 3455                20             262              65              36
## 3456                 5             532             249              60
## 3457                10             963             545             106
## 3458               287             844             708             664
## 3459                23             287             150              93
## 3460                 0           18000             860             500
## 3461                12             788             698             641
## 3462                 0           24000           11000            4000
## 3463                 0             488             488             440
## 3464               655           24000            3000             973
## 3465               249             294             284              96
## 3466                82             244             177             175
## 3467                 0           14000           10000            3000
## 3468               213             225             174              92
## 3469               464           23000           17000           11000
## 3470               319            1000              18              11
## 3471                 0           17000           15000           11000
## 3472               474            1000             970              82
## 3473                82             581             547             189
## 3474                13            1000             934             430
## 3475                20           16000             109              61
## 3476                70            1000             912             826
## 3477              1000           29000             509              76
## 3478                 0           21000             650             566
## 3479               152           22000              68              27
## 3480                 0           16000           12000            4000
## 3481               187           14000             900             887
## 3482                NA            4000            1000            1000
## 3483                23            1000             659             440
## 3484                82           16000             387             244
## 3485                22            1000             841             794
## 3486               197             513             239             159
## 3487                 0           13000             366              69
## 3488                14             971             479             270
## 3489               737             718             524             380
## 3490                 0            1000             649             597
## 3491                NA            4000            3000             970
## 3492                44             637             256             190
## 3493                48            1000             865             826
## 3494                 0             883             563             393
## 3495                 0            1000             340             303
## 3496                 0             246              29              23
## 3497              1000             816             105              98
## 3498                11           13000            3000             970
## 3499                49             687             554             304
## 3500               107             893             664             658
## 3501               192           14000             343             292
## 3502             17000             883             618             159
## 3503                30             761             412             407
## 3504                98             729             579             397
## 3505               176             116              93              46
## 3506                70             692             585             442
## 3507                 6             206             192              38
## 3508                NA             787             485             346
## 3509                 7           11000              43              35
## 3510                NA           10000             794             652
## 3511               147            8000             860             397
## 3512               342            1000             518             501
## 3513               157             490             259             224
## 3514                 0             655             476             359
## 3515               261             783             658             617
## 3516                60            4000             787             628
## 3517               159            3000             294              77
## 3518                 0            2000             627             149
## 3519                 2            1000             690             455
## 3520               161           10000             422             172
## 3521               127            6000             941             798
## 3522                 6             963             750             375
## 3523                 8             106              54              39
## 3524                 0             227             218             106
## 3525                10             756             216             184
## 3526                43            1000             788             611
## 3527                58           23000           20000             973
## 3528                47             554             524              13
## 3529               835           13000               0              NA
## 3530                 5             766             358              52
## 3531                 6            7000            1000             935
## 3532                30             474             403             281
## 3533                23               4               4               0
## 3534                 0           26000             854             410
## 3535               554             876             838             530
## 3536                78           12000             333             184
## 3537                 4              91              82               4
## 3538                 0            1000             844             507
## 3539                 0              99              62              26
## 3540                24             122              35              29
## 3541             16000           16000             455             240
## 3542                49             878             847             687
## 3543                 0           14000            1000             787
## 3544               197             755             632             578
## 3545                16             149             147              63
## 3546                 0           15000             725             493
## 3547                 4             177              66              36
## 3548                 3             710             697             436
## 3549                 0             240              83              83
## 3550                13           34000             924             261
## 3551               777             131              66              58
## 3552               125              60              29              11
## 3553                11            1000             418             415
## 3554               294             585              39              15
## 3555                40            1000             421             300
## 3556                 3              46              46              38
## 3557               309              27              26              15
## 3558                 7             699              63              51
## 3559                 0             804             167             146
## 3560                 0             754             567             517
## 3561               208             876             827             689
## 3562               218             900             563             376
## 3563               132             435             230             180
## 3564               338             116             112              45
## 3565                38             730             461              91
## 3566                11              56              36               8
## 3567                 0           13000             898             726
## 3568               905           27000             594             466
## 3569                 0            1000             373             266
## 3570               129           10000             918             782
## 3571                15           18000             986             874
## 3572                19             844               2               0
## 3573                38           12000             712             706
## 3574                 9            1000             433             368
## 3575               210             845             631             471
## 3576                 0            2000             663             255
## 3577                31              65              51              43
## 3578                 0            1000              54              27
## 3579               228             431             426             358
## 3580                NA              18               9               5
## 3581                 0            1000             898             781
## 3582               116            1000             944             898
## 3583                 0           40000             854             576
## 3584               909             503             328             282
## 3585               131             640             566             399
## 3586                55             382             279             266
## 3587                 0            2000             553             535
## 3588               153            1000            1000             447
## 3589                34             804             271             249
## 3590             11000           13000             573             484
## 3591                10            3000             685             578
## 3592                44             865             405             328
## 3593                 0           18000             979             574
## 3594                81             321             101              92
## 3595                12           16000             876             583
## 3596                 0            1000             245             120
## 3597                54             469             436             332
## 3598               378             957             925             658
## 3599                 0             742             602             381
## 3600                 0             413             282             182
## 3601                 0             555             484             405
## 3602               472             472             155              64
## 3603               378             658             378             345
## 3604                80            8000             960             658
## 3605                NA            1000             888             502
## 3606                29             711             427             161
## 3607                38            1000             475             360
## 3608               162            1000             149              25
## 3609                 2             742             256             120
## 3610                 0           11000             106              84
## 3611                 0             844               0              NA
## 3612                 0             697             394             221
## 3613               112            1000             744             612
## 3614                49           24000           14000           10000
## 3615                 4            8000             806             546
## 3616                20            3000             591             130
## 3617                51            3000             482              28
## 3618                 0            1000            1000             664
## 3619                 0            4000             899             826
## 3620                39            1000             497             286
## 3621               138             373             308             263
## 3622                 0           17000            1000             379
## 3623                 3            4000             812             353
## 3624                NA             937             828             724
## 3625               263             263             261             179
## 3626                23              97              91              82
## 3627                10             397              77              34
## 3628                53            4000            3000             491
## 3629                 8             244             230              15
## 3630                 5             944             257             152
## 3631               541             682             288             242
## 3632               129             976             617             362
## 3633               735             187              34              20
## 3634               159             631             104              53
## 3635                 0             721             514             284
## 3636                11             767             529             316
## 3637               324             173              67              27
## 3638                19            1000             943              71
## 3639                61             974             595             451
## 3640               781             596             206              90
## 3641                11             773             766             419
## 3642               160           11000             949             898
## 3643                 0           11000             826             499
## 3644               194             103               2               0
## 3645                 9             861             618             407
## 3646                17             636             472             259
## 3647                 2             592             521              99
## 3648                24           16000           10000             874
## 3649                24             933             767             130
## 3650                58             848             816             787
## 3651                NA             805             432             334
## 3652                 0             391              20              15
## 3653                82             809             447             269
## 3654                 4           11000             485             444
## 3655                58           33000             455             400
## 3656                12             163              20              19
## 3657               139            2000            2000            1000
## 3658               287             343              94              28
## 3659                 0             978             323              57
## 3660                64             778             635             380
## 3661                 0             722             338             136
## 3662                NA             229             223             220
## 3663                98             883             528             397
## 3664               407             688             659             501
## 3665                17             592             378             255
## 3666                 2             634             284              61
## 3667                57              37               9               6
## 3668                12              25              11              10
## 3669               131            1000             559             417
## 3670                46             368             303             249
## 3671                 0             907             637             476
## 3672                96             509             294              35
## 3673             23000           23000           19000             694
## 3674             16000           16000             742             258
## 3675                72           19000           12000             722
## 3676                14           14000            1000             548
## 3677                14             113             110              60
## 3678                25             517              86              57
## 3679                 9             636             210              71
## 3680                10             715             436              93
## 3681                 0             782             652             388
## 3682                56            4000             902             781
## 3683               592             232              67              36
## 3684               929              56              46               9
## 3685                17              31              17              16
## 3686                85             397             227             199
## 3687                 4             934             697             290
## 3688                 3             472              39              38
## 3689               136            4000             543             139
## 3690               222            5000             680             222
## 3691                77             286              52              27
## 3692                 4             796             567             114
## 3693                12             393             259             149
## 3694               440             631               0               0
## 3695                82             208             191              32
## 3696                 4             374             282              47
## 3697                 0             852             618             482
## 3698               163            1000             654             651
## 3699                16           14000             338              82
## 3700                79             608             362             218
## 3701                26            2000             509             300
## 3702                24             581             438             434
## 3703                10             852             707             704
## 3704                55             506             449             150
## 3705                 0            1000             562             458
## 3706               399             399              89              83
## 3707                24             235             119             113
## 3708                28             726             422             275
## 3709               688             462             278              80
## 3710                54           40000             618             581
## 3711               260            9000             844             592
## 3712               130             617              53              51
## 3713                52             510             358             332
## 3714                 0           12000             754             452
## 3715               212           11000            3000             896
## 3716                26           10000             830             801
## 3717             22000             716             651             379
## 3718                59             972             407             202
## 3719                 0            1000             898             657
## 3720               335             838             203              34
## 3721               214            7000             468             424
## 3722                 0             901             413             287
## 3723                18             492             155              75
## 3724                 0            2000             804              73
## 3725              3000             205             130              77
## 3726                24             977             485             157
## 3727                37           11000            3000            1000
## 3728                81             882             845             388
## 3729                 0            1000             597             498
## 3730               596            1000             835             697
## 3731                66            1000             200             161
## 3732                23            1000             694             467
## 3733               148            2000             434             426
## 3734                25           17000            2000             423
## 3735               345             535             440             422
## 3736                 6           13000             970             142
## 3737                 6             935             120              65
## 3738                38             567             312             249
## 3739               520           11000             892             192
## 3740                13             742             152             141
## 3741                 0             269              43              19
## 3742              1000             605             427             358
## 3743                 7            1000             984             664
## 3744               407           11000             189             111
## 3745                27             742             120             101
## 3746                17             690             190              85
## 3747               272             801             796             551
## 3748                 8             926             400             268
## 3749                17             520             270             205
## 3750                19             968             934             260
## 3751                66             155              78              13
## 3752               152           21000             982             826
## 3753                54             746             333              70
## 3754                89             729             706             355
## 3755              1000             849             578             409
## 3756                57             998             164              99
## 3757                23             927             509             503
## 3758                99              93              45              44
## 3759                12            3000             835             797
## 3760                66             150              28              21
## 3761                44             559             249             136
## 3762                23             847             591             560
## 3763                82           11000             794             576
## 3764                 3             859             448             448
## 3765                 4            2000             936             556
## 3766                84            1000             778             572
## 3767                 0             973             423             392
## 3768              4000            4000             585             334
## 3769                 0           18000             572             372
## 3770                 7            2000             847             701
## 3771                 0              55               0               0
## 3772               460             990             900             395
## 3773                22             186             135              32
## 3774                19           25000             579              39
## 3775                 3             922             162              83
## 3776                 0           14000             433              88
## 3777                35            4000             849             473
## 3778                 7            8000             981             939
## 3779                52             624             385             102
## 3780               122           23000            1000             360
## 3781               261             722             280             145
## 3782                52           10000             963             688
## 3783               263             967             289             192
## 3784                13            3000             971             600
## 3785                57             727             442             233
## 3786                 0             740             625             276
## 3787                 0             578             435             361
## 3788                 0             387              96              65
## 3789             18000           10000            1000             977
## 3790                 0              75              45              14
## 3791               239               6               0               0
## 3792                 0             311              59              51
## 3793                27             948             779             440
## 3794                 6            3000            1000             940
## 3795                 5             197             116             100
## 3796               204            1000             697             697
## 3797                 3             889             680             383
## 3798                 0             432             309              99
## 3799                 0             343              29              15
## 3800                34             811             522             227
## 3801                NA            1000            1000             904
## 3802               110              46              21              14
## 3803                57             331              93              78
## 3804                46             570             337             141
## 3805                65             866             738             686
## 3806               799            3000            2000             854
## 3807                 0             695             617             483
## 3808                NA            1000             922             816
## 3809                 0             745             508             394
## 3810                 0             979             732             388
## 3811                 7             989             970             541
## 3812                49             708             699             601
## 3813               261           12000             316             179
## 3814                 3            1000             266             126
## 3815                 0            1000             849             826
## 3816                 3             975             900             723
## 3817                14             784             763             668
## 3818                 0           40000            3000            1000
## 3819                20             741             615             538
## 3820                44              61              12               4
## 3821               766             595             486             269
## 3822                 0            3000             324             263
## 3823                58             874             579             537
## 3824                 0            1000            1000             581
## 3825               187            1000             887             427
## 3826               337             982             463              41
## 3827                 7             968             733             339
## 3828                16           10000             838             621
## 3829                 0             927             833             316
## 3830               365             237              28              14
## 3831               541             773             476             372
## 3832                 0           33000            1000             428
## 3833                 0             226              40              20
## 3834                20             571             345             329
## 3835                 0               5               0               0
## 3836                11           18000              66              16
## 3837                 0             584             580             413
## 3838                 3              74              52               9
## 3839                 4             943             480             140
## 3840                 4           13000            1000             577
## 3841                 0             109              10               3
## 3842                37             801             760             542
## 3843               116            1000             511              83
## 3844               179            1000             398             239
## 3845               143            1000             901             811
## 3846              1000             232             169              68
## 3847                 0           22000            3000             346
## 3848                NA             562             560             298
## 3849                 0            3000             441             126
## 3850                 0            1000            1000             167
## 3851                 9             188             135              37
## 3852                98             341              26               4
## 3853                 0             854             652             491
## 3854                10             589             416             402
## 3855               219           15000             933             701
## 3856                 5             274             154             122
## 3857                 4              25              20               3
## 3858                68             835             601             391
## 3859               377            1000             887             844
## 3860                 0             717             126              38
## 3861                 0              24              12               9
## 3862                 0           26000            1000             798
## 3863               143             155              96              76
## 3864                 3             820             356             327
## 3865               187             129               2               0
## 3866                 0           14000            1000             329
## 3867                 0             327              82              62
## 3868               869             888             721             425
## 3869               358           19000             570             212
## 3870                 0             898             842             753
## 3871                 6              85              26              12
## 3872                NA             662             517             505
## 3873               249            2000             298             261
## 3874                63            2000            1000             422
## 3875               143            1000             146             100
## 3876                79             309             254              93
## 3877                51             446              20               8
## 3878                12             464             374             106
## 3879                 0              29               9               7
## 3880               456           20000             559             394
## 3881               197             755             632             578
## 3882                NA            1000             557             551
## 3883                23             471             232             130
## 3884               335             114              28              16
## 3885               277            1000             530             327
## 3886                84             110              95              95
## 3887                 0             648             529             231
## 3888                 0             125             108              56
## 3889                 0           19000           13000              11
## 3890             11000           11000             636             629
## 3891               309             232             178             132
## 3892                 0           23000             892             748
## 3893               395           13000             595              80
## 3894                 9             584             430             428
## 3895                81           12000             898             687
## 3896                 2             707             619             555
## 3897               228             431             426             358
## 3898                 0             597             222             116
## 3899               357            3000             465             326
## 3900                82             746             119              69
## 3901                NA            1000            1000             904
## 3902               450           14000            3000             712
## 3903                 0             355             151             133
## 3904               120             773             742             145
## 3905                 0             847             670             428
## 3906                 8           45000             541             400
## 3907                 0             230             193             127
## 3908             11000           19000             427             405
## 3909             13000            1000             658             567
## 3910                69             522             231              69
## 3911                69             939             706             585
## 3912                47             658             636             407
## 3913              1000             862             403             268
## 3914                 5           49000             780             710
## 3915                 7             584             246              27
## 3916                 0             798             374             255
## 3917               171             382             273             143
## 3918                89             986             713             511
## 3919               675           16000             977             968
## 3920             13000             204             187             148
## 3921                 0             812             466             242
## 3922                99            4000             975             960
## 3923                30             769             413             296
## 3924                 2             960              12               0
## 3925                 0             721             246             237
## 3926               378             925             729             611
## 3927                24             834             625             545
## 3928               131             497             113              90
## 3929               101             730             394              71
## 3930                 0            1000             947             939
## 3931                21             420             291             161
## 3932               330              48               0               0
## 3933               101             721             576             324
## 3934                19             947             685             322
## 3935                 5            1000            1000             842
## 3936                60             979             665             444
## 3937                81            2000             811             687
## 3938               227             690             227             226
## 3939               234           12000            1000             221
## 3940                13             419             254             159
## 3941               212           10000             633             195
## 3942                 0             945             774             209
## 3943                 8             759             638             428
## 3944                45             623              85              69
## 3945                 0             617             163              67
## 3946               272             736             450              70
## 3947                12             578              29              15
## 3948               105           18000            6000             748
## 3949               137            4000             575             476
## 3950                58             331              27               9
## 3951                53             530             238              65
## 3952                NA             254             248             218
## 3953                19           18000             759             599
## 3954                19             585              29               9
## 3955                 8            3000            3000            2000
## 3956                 7             762             706             641
## 3957               165             686             246             150
## 3958                 0             114              45              22
## 3959                 0             713             649              69
## 3960                55             223              11               5
## 3961               177             431              12               4
## 3962                 0             650             536             183
## 3963                21             763             637             359
## 3964                18             399             129              35
## 3965               548             166             134             104
## 3966                 4             637             346             271
## 3967               103             544             476             111
## 3968               335           11000             744             635
## 3969               160             559             269              94
## 3970                 0            3000             977             682
## 3971               149             503             384             248
## 3972                10             507             236             196
## 3973               541             773             575             288
## 3974                 2             881             826             601
## 3975                24             277             244              83
## 3976                69             414             365             106
## 3977                 6             119              69              24
## 3978                89             963             654             388
## 3979               136              89              78              48
## 3980                29             117              64              64
## 3981                13            3000             796             480
## 3982               174           14000             902             767
## 3983                NA             443             421             395
## 3984               154             183              89              77
## 3985                11            1000             891             121
## 3986               104             628             575             318
## 3987                 2            2000             872               6
## 3988               473             826             723             624
## 3989               117             851             582             556
## 3990                NA             912             906             496
## 3991                10            3000             273             178
## 3992               541             575             372             242
## 3993               174             255             220             188
## 3994               160             157             139              75
## 3995                22             606             481             367
## 3996             13000             195             146             118
## 3997                22             648             191             159
## 3998                 0             625             118              78
## 3999                 0             385             356             111
## 4000               386            3000             258             248
## 4001               195             827              88              50
## 4002                 0            1000             177              83
## 4003                47             430             209             108
## 4004                 0             634             328             199
## 4005                 0             560             555             542
## 4006                48             984             697             689
## 4007                22             174              16              10
## 4008                12              29               4               4
## 4009                 0             827             729             681
## 4010                82             622             591             536
## 4011                 9           11000            8000             405
## 4012                23            4000             756             660
## 4013                28             426             294             131
## 4014                 0             368             168              31
## 4015                 6             922             893             467
## 4016                NA             773             133             119
## 4017                 0             708             574             460
## 4018                41            2000             774             739
## 4019               117              21               3               0
## 4020               892             603             145              50
## 4021                14            2000             660             597
## 4022                19             795             535             322
## 4023                 0            1000              53              37
## 4024                 0            1000             628             605
## 4025                10           11000             108              34
## 4026                78           18000            2000             969
## 4027                 0             141              69              43
## 4028                 0            1000             585             539
## 4029               141           24000             970             535
## 4030               353            1000              69              40
## 4031                 8             798             472              78
## 4032                19             632             144              80
## 4033                22           11000             505             303
## 4034               346              74              69              26
## 4035                84             662             577             378
## 4036                38             625             464             377
## 4037                73             595             251             129
## 4038               246             756             521             491
## 4039                 4             631             443             405
## 4040                39              15               2               0
## 4041              2000             917             563             449
## 4042               673             756             423             332
## 4043                 6             828             390             194
## 4044                13             280              11               6
## 4045               101            1000             394             157
## 4046                38          164000            2000             898
## 4047               644            1000             783             559
## 4048                82             387             202             177
## 4049                43             691             480             463
## 4050               964             488             275             248
## 4051                 0            2000             887             557
## 4052                 0            1000             436             360
## 4053                21             438             332             189
## 4054                52             773             588             482
## 4055               909             909             504             184
## 4056               611             878              10               4
## 4057                28             426             359             217
## 4058               133             687             443             249
## 4059                65             942             810             535
## 4060               301            1000             419             412
## 4061                 9              71              65              12
## 4062               174             253             197             110
## 4063                57             220             162             158
## 4064               188            2000             970             693
## 4065                 8              88              82              49
## 4066                41             956             316             155
## 4067               767             682             119              87
## 4068                32             610             232             175
## 4069             13000             897             844             416
## 4070                 0             516             417             180
## 4071                18             935             805             307
## 4072             13000              18              16              14
## 4073              1000             989             744             220
## 4074                85           13000             884             748
## 4075                78             685             178              77
## 4076                23            1000             927             706
## 4077               174             556             422             125
## 4078               176             877             862             760
## 4079                 9             927             209             200
## 4080                NA              11               0               0
## 4081               393             862             376             281
## 4082                18             939             407             233
## 4083                 0             140              63              48
## 4084                 4             641             168             152
## 4085               152             674             174             135
## 4086                78             912             637             469
## 4087                15             953             625             453
## 4088                NA             578             476             110
## 4089               375            1000             329              31
## 4090                70             883             183             163
## 4091                 0             472             324              51
## 4092               300             729             257             200
## 4093               132            1000             864             547
## 4094                21             240             177             124
## 4095                16             687             233             222
## 4096                45             578             341             267
## 4097                 0             820             350             180
## 4098                11           11000             813             194
## 4099                18            3000            2000             844
## 4100               232           10000             721             353
## 4101               387             962             481             270
## 4102               151             113              64              29
## 4103               377           22000           11000             812
## 4104               269             489              26              24
## 4105                 0           40000            3000             387
## 4106                 0             717              78              38
## 4107                13             439             399             221
## 4108                59             694             324             104
## 4109                 0             574             327             165
## 4110                 9             904             281             221
## 4111                84             702             366             331
## 4112               121           13000             260             168
## 4113                89             962             476             322
## 4114                NA             723             539             476
## 4115                21            4000            3000             416
## 4116                NA             786             341             246
## 4117                40             912             750             249
## 4118                78             536             317             197
## 4119                81            3000             571              81
## 4120                NA              40              37              23
## 4121                 7             289              38              17
## 4122                27            1000             902             847
## 4123                26             487             298             236
## 4124               700             599             325              56
## 4125                87            2000             683             605
## 4126                 0             767             122              77
## 4127                 8             798             634             617
## 4128                 0             231              27              19
## 4129             13000           40000           25000           11000
## 4130                66            1000             975             452
## 4131                15             433             396             357
## 4132                74             652             124              47
## 4133               136            3000            1000             975
## 4134                19             319             302              73
## 4135              2000            2000             606             454
## 4136               128             756             754             480
## 4137                 3            1000             810             382
## 4138                 8            2000             715             471
## 4139                39            1000             747             375
## 4140                 9             904             779             648
## 4141                96             201              39              37
## 4142                 0            2000             520             502
## 4143                 0             854             602             356
## 4144                 7            2000             536             463
## 4145               179             119              14              11
## 4146               964             931             416             248
## 4147                81             640             277             214
## 4148                39             267             225             183
## 4149                35             216             158              21
## 4150                 4             875             412             394
## 4151               503             264             139             108
## 4152               192             447             236             142
## 4153                18             130              96              39
## 4154                 6             679             234              29
## 4155               153             275             247             165
## 4156                 0             105             103             102
## 4157               152             935             448             181
## 4158               149             695             421             357
## 4159                 0            1000             595             481
## 4160                 0             569             529             192
## 4161               124             464             426             327
## 4162                 9             402             222              42
## 4163                19             481              81              48
## 4164                 2             258              85              32
## 4165                 0             122              33              13
## 4166               673             756             370             359
## 4167                53              20               3               2
## 4168               149             760             675             315
## 4169                 0            1000            1000             628
## 4170                17             158              84              74
## 4171                84              88              64              46
## 4172               133             443             249             239
## 4173                 3             833             549             327
## 4174                 7           40000            9000            1000
## 4175               147              52              52              28
## 4176                76             123              76              36
## 4177                 0              11               4               4
## 4178                 6             331             272             209
## 4179               134             804             786             390
## 4180                65              65               2               0
## 4181                89             713             584             555
## 4182                67             871             118              67
## 4183                 0             908             764             593
## 4184             15000           15000            9000             982
## 4185                24             381             128              67
## 4186                11             595             521             450
## 4187                58             617             189             124
## 4188                15            1000             309              36
## 4189               835           18000             595             535
## 4190                 0             625             379             294
## 4191                 0              15              12               4
## 4192                 0              50              16               6
## 4193                 7             745             631             442
## 4194                13             643             265             209
## 4195                34              56              41              40
## 4196                14             902             291             215
## 4197               148             900             648             471
## 4198                53            8000            1000             478
## 4199                19             882             577             362
## 4200               119             334               4               0
## 4201                 9             860             130             125
## 4202                10             655             157             107
## 4203                43             989             939             936
## 4204                 0             640             261             249
## 4205                 0             191              12               5
## 4206                 8             611             397             315
## 4207                24             127              10              10
## 4208                 8             426             399              35
## 4209               571            2000             973             370
## 4210                20             794             607             555
## 4211                 2             968             625             577
## 4212                 0            1000             677             442
## 4213                 0            1000             748             702
## 4214                 9             973             872             201
## 4215               406             586             497             233
## 4216                 0             490             159             109
## 4217               222            1000             788             698
## 4218                15             844             722             663
## 4219                24             675             659             226
## 4220                29             847             618              76
## 4221                23             982             599             326
## 4222                24             960             715             244
## 4223               535            1000             646             608
## 4224                14            2000            1000             826
## 4225               115           11000             516             385
## 4226                11              16               0              NA
## 4227               607             813             165             109
## 4228                37             210               0               0
## 4229                49              72              31              20
## 4230                13              42              27              17
## 4231                84             861             425             275
## 4232                16            2000             848             835
## 4233                 0             676             399             306
## 4234                10             509             284             275
## 4235                 0            1000             800             708
## 4236                11             114              79              18
## 4237                 5            3000             938             782
## 4238                10             371              52              42
## 4239               355             749             208             188
## 4240               184             730             648             551
## 4241                16             117              21              14
## 4242                 7             128              22              17
## 4243                57             120               9               7
## 4244                15             919             718             650
## 4245                 0             749             354             338
## 4246                 0             846             366             260
## 4247                 7             412             308             106
## 4248                92             559             201             177
## 4249                 6              40              30              14
## 4250                NA             480             360             213
## 4251             11000           11000              66              45
## 4252               421             314             189             159
## 4253             11000           11000             300             258
## 4254                89            3000             226             161
## 4255               750             745             531              41
## 4256                32             483             147              75
## 4257                 0             618             367             177
## 4258               108             173             148             103
## 4259                 9             120              44              32
## 4260               207             380             284             155
## 4261               589             690             589             341
## 4262                31             654             491             366
## 4263                 6            1000             760             380
## 4264               162              23               6               0
## 4265               149             912             752             580
## 4266                30           14000             119              92
## 4267                 0              50               8               3
## 4268                 0              85              79              35
## 4269               308            1000             482             374
## 4270               603             936             297             167
## 4271                81           34000             248             179
## 4272               162              21               5               3
## 4273                85             480             392             300
## 4274               244             538             363             244
## 4275               117           13000             125              18
## 4276                31             804             625             328
## 4277                 0             251             147             116
## 4278               453           24000           23000            2000
## 4279                 5            1000             426             349
## 4280                 0            8000             724             685
## 4281                85             265             194             186
## 4282                NA             459             396             344
## 4283                 0             597             591             401
## 4284               263              71              51              37
## 4285                56              56               0               0
## 4286                 0             178              69              40
## 4287               117             393              21              17
## 4288                22           10000            1000              80
## 4289                NA           11000             289             143
## 4290                90             168             142              65
## 4291               129             991             962             887
## 4292                13             373             334             218
## 4293                34             388             159             120
## 4294                11             584             559             490
## 4295                10             189             131             126
## 4296                 0            1000             572             164
## 4297                 0           49000            1000             902
## 4298                53             386             357             268
## 4299                 4              33               3               0
## 4300                 4             353              89              72
## 4301                31             326             246             137
## 4302                 0           22000           12000             966
## 4303               222            5000             497              20
## 4304               776           25000             463             256
## 4305                NA             780             747             543
## 4306                32             532              85              24
## 4307                84             584             356             267
## 4308                19             589             488             395
## 4309                98           10000             773              89
## 4310                 8             529             423             399
## 4311                97             787             196             163
## 4312                11           26000           11000            1000
## 4313                38             363             223              85
## 4314                54             985             637             455
## 4315                 0             160             152              94
## 4316                43           13000             698             418
## 4317               308             638             449             395
## 4318                 6             513             480             161
## 4319                 5              29              18              12
## 4320                 0             766             312             268
## 4321                 6             253             113             103
## 4322                 5             121              94              47
## 4323                 0             413             167             107
## 4324                 0             674              27               8
## 4325             11000           11000             430             167
## 4326                 0             473             303              46
## 4327                 5             601             453             372
## 4328                NA             685             511             424
## 4329                 0            1000              29              18
## 4330                 0             633             597             332
## 4331                10           15000             284             171
## 4332                68            2000             811             722
## 4333                 8           34000             463             424
## 4334                 5             416             403             356
## 4335                17             594             591             322
## 4336                 2           16000              57              51
## 4337                10             924             472             293
## 4338                44             907             164             137
## 4339               909             909             562             119
## 4340               531           10000            1000             894
## 4341                 6             680             418             233
## 4342             20000            2000             860             618
## 4343                 3           11000            1000             412
## 4344                28           18000            1000             223
## 4345                35             548             495             482
## 4346                58             405             217             164
## 4347                89           16000             517             263
## 4348                 0             920             680             594
## 4349                63             161              10               5
## 4350                 0             533             323             164
## 4351               108           17000            2000             534
## 4352               168             733             168              71
## 4353                 0           40000             852             574
## 4354               120              41              27               0
## 4355                 0              42              40               3
## 4356                47             628             606             585
## 4357                13             463             400             308
## 4358               456            1000             548             231
## 4359               603           10000             416             114
## 4360                 0             654             575             277
## 4361                12             201             163              67
## 4362               188            2000             458             168
## 4363                88             595             356             196
## 4364                 9             767             380             280
## 4365                 0             553             471             186
## 4366                 0             141              77              61
## 4367               293           16000           14000             808
## 4368                 0           12000             580             482
## 4369                28               0               0               0
## 4370                57           16000             844             426
## 4371               174            2000             399             114
## 4372                15             647             642             491
## 4373                 9             467             258             165
## 4374                 4             433             108              91
## 4375                21             761             713             685
## 4376               670             486              37              34
## 4377                75             701             461             446
## 4378                15             900             450             120
## 4379                 0              86              42              11
## 4380                36             953             399             345
## 4381                88             595              70              67
## 4382               143            1000             874             783
## 4383                68             635             445             374
## 4384                 3             349             347             327
## 4385                84             680              46              34
## 4386                25             638              85              73
## 4387                87             887             805             420
## 4388               964             319             302             275
## 4389               160             862             488             426
## 4390               673             281             230              89
## 4391                11             651             611             575
## 4392                11             489             469             249
## 4393                 8             713             607             394
## 4394                 0             227               4               0
## 4395                 0             327              51               2
## 4396                21              53              30              27
## 4397                 0           11000             481             324
## 4398                 0             421              96              45
## 4399                 0             963             710              21
## 4400              1000            2000             163             127
## 4401                 4             427             253             114
## 4402                 0            3000            2000            1000
## 4403               191             597             541             336
## 4404                15             633             403              49
## 4405               964             607             319             248
## 4406               184            3000             202              82
## 4407               387             436              25              18
## 4408                 0             378             321             117
## 4409               611               9               4               3
## 4410               134          260000             454             354
## 4411             13000             472             239              82
## 4412               460             991             971             900
## 4413               787            1000             787             642
## 4414                 0             852             618             588
## 4415                92             752             324             166
## 4416                44             827              22               7
## 4417                 4               0               0               0
## 4418                58             552             265              42
## 4419                38             801             727             690
## 4420               675             902             424             164
## 4421                21           33000             243              76
## 4422               234             947             530             442
## 4423                 6             393             191              56
## 4424               122             210             148              83
## 4425               522             813             522             423
## 4426                13            1000             826             616
## 4427               134             936             935             488
## 4428                 0             309               8               8
## 4429                18             954             767             597
## 4430                 0             634             328             158
## 4431                 7             890             597             424
## 4432               102             563             485             360
## 4433                60             826             189             121
## 4434               407              38               8               7
## 4435                49             413              98              57
## 4436                 7           87000             781             711
## 4437               228             310             228             134
## 4438                 0            1000             725             721
## 4439                 3              61              46              28
## 4440                21               0               0               0
## 4441                 0             199             134             108
## 4442                11             979             975             636
## 4443                34             129              98              71
## 4444                65             341             265             146
## 4445                 5            3000             660             259
## 4446               764             835             522             492
## 4447               188           10000            3000            1000
## 4448                37             501             418              56
## 4449                 9             708             571             485
## 4450                 0              82              47              31
## 4451                33             341               5               3
## 4452                74             984             423             387
## 4453                87              87              70              37
## 4454                20            1000             301             256
## 4455                10             756             382             295
## 4456               412             412               4               3
## 4457                58             847             147              69
## 4458                 7            1000             370             356
## 4459                 0           26000            1000             452
## 4460                 0             883             655             467
## 4461                NA             416               0              NA
## 4462               346             280             278             141
## 4463             12000           12000             680             636
## 4464                 5              51              24               5
## 4465                 7            2000             783             548
## 4466                 5             413             197              98
## 4467                17           13000             969             652
## 4468                NA             210             121             109
## 4469               135               0               0               0
## 4470                 4             232              23              13
## 4471                 4            2000            1000             624
## 4472                 0             374             145              40
## 4473                19             700             460             134
## 4474                 0           35000             516             511
## 4475             13000            1000             991             333
## 4476                49             309             121              59
## 4477                 0             287             160              66
## 4478                 4             796             697             132
## 4479                 8            2000             245             183
## 4480                11             578             418             397
## 4481                83             469              79              48
## 4482               673             595             176             137
## 4483                NA             934             691             201
## 4484                 0            3000             372             161
## 4485                 0             828             531              65
## 4486                 0            2000             878             651
## 4487               422             816             577             422
## 4488                 4           18000             748             434
## 4489                 0              31              24               3
## 4490               301           18000            4000              71
## 4491               300             307             209              73
## 4492                50            2000             710             612
## 4493             13000             282             255             232
## 4494               118           13000           11000            1000
## 4495                91            1000            1000             849
## 4496                29             890             848             449
## 4497             16000           16000           12000             455
## 4498                 9              94              62              51
## 4499                 0           16000              34              24
## 4500                 9              61               9               4
## 4501                14            1000             330             274
## 4502                 0             268              44               3
## 4503                 4              NA              NA              NA
## 4504                 0           49000             931             924
## 4505                 0              34              29              24
## 4506                 0               3               2               0
## 4507                 4             690             316              95
## 4508                 0             387             295             227
## 4509               345             843             490              94
## 4510                 0             721             134               5
## 4511                 0             380              91              63
## 4512                38             584             399             117
## 4513               282             586             434             148
## 4514                 2           10000             500             475
## 4515                 0             498             350             312
## 4516                 6           16000            1000             804
## 4517               222             680             404              68
## 4518                NA             511             457             206
## 4519               155             448             426             147
## 4520                 0              NA              NA              NA
## 4521               126              14               4               3
## 4522                12             412              48              25
## 4523                22             434              95              48
## 4524               338            1000             342              60
## 4525               252            1000             745             252
## 4526                 0              12               0               0
## 4527               345            2000             607             269
## 4528                 0              12               5               5
## 4529                 6             964              22              20
## 4530               136             844             184              42
## 4531                80           13000            1000             794
## 4532                 2             321             287               9
## 4533                 0            2000             826             606
## 4534                62             883             269              69
## 4535                 6             707             305             142
## 4536             17000           22000             745             595
## 4537               287            1000             823             725
## 4538                92             650             275             177
## 4539                18            1000             466             300
## 4540               385             266             209             100
## 4541                18             634             420             295
## 4542                65            1000             989             683
## 4543                 2              43               3               3
## 4544               310           33000            2000             616
## 4545                 2            2000             508             226
## 4546                19             403             169             128
## 4547               199             503              46              44
## 4548                 0             356             110             102
## 4549                49             861              68              NA
## 4550                23             183             102              88
## 4551             17000             543             426             184
## 4552                 0             640             550             389
## 4553                 0             202              47              30
## 4554                20             422             374             365
## 4555                11              37               3               2
## 4556                10             544             264             245
## 4557               122           22000             472             458
## 4558               655           24000            3000             973
## 4559                 7            3000             439             180
## 4560                46             321             300             287
## 4561                 9             612             457             313
## 4562                33             496             238             229
## 4563                 9             130              19              13
## 4564                56           21000             104              13
## 4565               132             778             695             584
## 4566                11            1000             891             121
## 4567                 2             783             659               5
## 4568               112            1000             826             428
## 4569               152            1000             282             124
## 4570                11            2000            1000             543
## 4571                12             245              38               6
## 4572                13             957              81              25
## 4573                10             353             186              97
## 4574                 0            1000             898             842
## 4575               406             406             203             194
## 4576               234           11000             552             463
## 4577                 4             611             394             301
## 4578                22             638             400             275
## 4579                 0             844             625             268
## 4580                71           11000             733             145
## 4581                13              20              13               7
## 4582                21            1000             835             772
## 4583               135            7000              71              11
## 4584                 2             855             577             551
## 4585                 0             873             559             310
## 4586                50               3               3               0
## 4587               141             141             125              23
## 4588                10             102               7               5
## 4589                 0              12               3               0
## 4590               165             978             922             679
## 4591                 9              53              24               9
## 4592                 0              20               8               0
## 4593                74          260000             984             891
## 4594                 5             724             668             219
## 4595               243             969             962             725
## 4596                11             443             298             271
## 4597                29             499             230             117
## 4598                 5             590             231              73
## 4599                 8              96              71              14
## 4600                82            2000             571             490
## 4601                32             386             261             256
## 4602                 0             262             163              61
## 4603                 4             446             171             150
## 4604                 0             975             645             394
## 4605                18             491             490             422
## 4606                 0             639             361              94
## 4607                53             563             288             176
## 4608               436             474             436               4
## 4609                50             327               9               8
## 4610                 3               7               5               4
## 4611                57             442             403             228
## 4612                 0             782             490             396
## 4613                 0             363             275             131
## 4614                15             984             157             106
## 4615                82             694             196              47
## 4616                 3             767             282             149
## 4617               923           34000           17000             904
## 4618                 0            1000             618             171
## 4619                23             199              37              23
## 4620               142             458             383             317
## 4621                 0              90               0               0
## 4622                 0             898             395             360
## 4623               105             592             207             110
## 4624               142           10000             854             402
## 4625               224             224              59              37
## 4626                 0             335             334             177
## 4627                 6              92              17               0
## 4628                 0              57              40              36
## 4629                53             677             366             253
## 4630                 3             214             211             115
## 4631                 0             657             608             426
## 4632                 0            3000            1000             888
## 4633                17             754             605             113
## 4634                 0             696             371             302
## 4635                NA             775             275             223
## 4636                12             529             413             354
## 4637                29            1000             569             558
## 4638                 0              56              28              17
## 4639               603           10000             416             279
## 4640                28             945             756             501
## 4641               163             131              60              27
## 4642               171            1000             171              76
## 4643               171             109               8               0
## 4644                91             982             796             659
## 4645                32             144             127             127
## 4646                 0             282             270              88
## 4647                 6             975             947             727
## 4648                11              16              12               8
## 4649                 0             465             140             102
## 4650                29           12000            1000             874
## 4651                 6           23000             813             522
## 4652                 0               0               0               0
## 4653                66             904             782             734
## 4654                15             938             904             567
## 4655                43             904             517             172
## 4656                14             284             234             221
## 4657                46             418             146             141
## 4658                63             489             207             175
## 4659                 8            1000             806             487
## 4660                 0             786             712             620
## 4661                 5              49              11              10
## 4662               377             529             502             236
## 4663                 9             159             143              86
## 4664                 6             302             270              68
## 4665                21             426              20               3
## 4666                 0             940             188             167
## 4667                 0              24               5               0
## 4668                37             574             573             501
## 4669                 3             262             262             181
## 4670                 0            1000             749             258
## 4671               247             247             217             152
## 4672                75              35              16              13
## 4673                38             214             115              69
## 4674                 0             134              93              37
## 4675                 0           11000            2000             425
## 4676                21              25               0               0
## 4677                 8            2000             424             357
## 4678               365             934             830             522
## 4679                15             312             135              95
## 4680               214             513             257             246
## 4681               243             969             128              74
## 4682               687           10000             787             389
## 4683               973             319              90              48
## 4684               168             108              72              21
## 4685                 4            1000             233             201
## 4686               129             935             611             280
## 4687                 3             717             134             118
## 4688               160             998             575             433
## 4689                23               7               6               2
## 4690                30             262              23              14
## 4691               364           22000            4000             567
## 4692                52              80              67              36
## 4693                 0             601             524             195
## 4694                 0             618             592             311
## 4695                 0            6000             918              84
## 4696               174             730             716             324
## 4697                31           33000             519              71
## 4698                 0             752             282             236
## 4699                21             465             170              48
## 4700                 0             696             320             137
## 4701                13             977             511             432
## 4702                 2             628             474             442
## 4703                 0            1000             338              21
## 4704                 4             523             385             258
## 4705                 4          260000           21000            2000
## 4706                 7             956             945             912
## 4707                10             610             172              23
## 4708                19             170             170              39
## 4709                14             262             227             136
## 4710               644             119              29              11
## 4711                16             602             266             254
## 4712                 0              23              20              20
## 4713                 4             919             711             218
## 4714                12             601             371             359
## 4715                 0               0               0               0
## 4716                 3               0               0               0
## 4717                 0             595             412             271
## 4718                12             541               8               2
## 4719                 5             587             448             233
## 4720                44             785             725             704
## 4721                 6              NA              NA              NA
## 4722                11            2000             433             221
## 4723                 0               0               0               0
## 4724               589             848             153             150
## 4725                95               0               0               0
## 4726                24             407             189             142
## 4727                 9              48              10               7
## 4728               490             833             523             201
## 4729                 8             423              23              22
## 4730                 2               0               0               0
## 4731               310           22000             833             587
## 4732                 3             984             801             234
## 4733                 3             196             184               2
## 4734                 6              54              44              43
## 4735                 0              69              24              15
## 4736                 6              30               0               0
## 4737                 0             399             169              59
## 4738                 7             328              27              17
## 4739                 0              69              34              17
## 4740                35             980             505             482
## 4741                 9             710             634             595
## 4742               204             659             529             474
## 4743                71           22000            1000             658
## 4744                21             597             485             469
## 4745             12000             778             327             213
## 4746               217           10000           10000             243
## 4747                 0             342              79              49
## 4748                 0             304               8               4
## 4749                 6              14               9               8
## 4750                32           11000             422             329
## 4751               681             239             172             143
## 4752               248             353             248             196
## 4753                12           17000             523             183
## 4754                 6             396             326             325
## 4755                12           33000            1000             699
## 4756               380             660             280             113
## 4757                 0             584             507             347
## 4758                 0             472             185             170
## 4759                38             552             533             445
## 4760                 0               4               4               0
## 4761                 3              30              27              25
##      total_cast_likes fb_likes critic_reviews users_reviews users_votes
## 1                4834    33000            723          3054      886204
## 2               48350        0            302          1238      471220
## 3               11700    85000            602           994      275868
## 4              106759   164000            813          2701     1144337
## 5                 143        0             NA            NA           8
## 6                1873    24000            462           738      212204
## 7               46055        0            392          1902      383056
## 8                2036    29000            324           387      294810
## 9               92000   118000            635          1117      462669
## 10              58753    10000            375           973      321795
## 11              24450   197000            673          3018      371639
## 12              29991        0            434          2367      240396
## 13               2023        0            403          1243      330784
## 14              48486     5000            313          1832      522040
## 15              45757    48000            450           711      181792
## 16              20495   118000            733          2536      548573
## 17              22697        0            258           438      149922
## 18              87697   123000            703          1722      995415
## 19              54083    58000            448           484      370704
## 20              12572    40000            451           341      268154
## 21               9152    65000            422           802      354228
## 22              28489    56000            599          1225      451803
## 23               3244    17000            343           546      211765
## 24               9152    83000            509           951      483540
## 25              24106        0            251           666      149019
## 26               7123        0            446          2618      316018
## 27              45223    26000            315          2528      793059
## 28              64798    72000            516          1022      272670
## 29              26679    44000            377           751      202382
## 30               8458   150000            644          1290      418214
## 31               2039    80000            750          1498      522030
## 32              43388        0            300          1303      411164
## 33              30426    95000            608          1187      557489
## 34              79957    24000            451           736      306320
## 35              21714        0            334          1912      383427
## 36              14863    44000            376           265      235025
## 37               3218        0            366          1439      323207
## 38               3988    56000            378           918      242420
## 39              73441    60000            525           511      175409
## 40              28631    41000            495          1067      321227
## 41              25550    30000            469           665      264183
## 42               4482    10000            304           283      101178
## 43              17657    24000            436           550      223393
## 44              19085    30000            453           733      544884
## 45              27468        0            422           974      286095
## 46              79150    94000            424           657      278232
## 47              32392   129000            654           995      465019
## 48              91434    82000            539           752      514125
## 49              21411    92000            590          1171      395573
## 50               1766    22000            338           205      106416
## 51              29770   115000            490           753      362912
## 52              16149    23000            306           453      222403
## 53              19166    83000            575          1106      381148
## 54               2593    46000            428           899      326180
## 55              14959     5000            470          2054      333847
## 56                696    20000            298           345       62836
## 57               5005    39000            488           428      273556
## 58               1327    30000            322           432       53607
## 59               2975    16000            421          1043      718837
## 60               1125        0            162           221      121084
## 61               2144    13000            367          1055      283418
## 62              48878        0            240           249       72809
## 63              47334    44000            384           720      139593
## 64              21175    29000            248           239       42372
## 65               1317        0            284          1463      286506
## 66              49684    54000            396           622      148379
## 67              57802    37000            645          4667     1676169
## 68               2635    27000            408           704      665575
## 69               2579        0            219           187      114553
## 70              39252    10000            486          1055      696338
## 71              36017    42000            682           678      245333
## 72              15870        0             85           648      129601
## 73               9131        0            264           501      117927
## 74              11287    80000            418           971      118992
## 75             108016     2000            186           257      115099
## 76              12652    77000            585           741      431620
## 77               1004        0             91           309      144337
## 78              26683        0            250           534      174578
## 79               2944   118000            536           773      345198
## 80              32921    65000            370           398      106072
## 81              48638    18000            453           723      522371
## 82              72881    53000            416           710      228554
## 83              15516    89000            401           634      252257
## 84              14363    45000            521           620      317542
## 85               1982      677             10            15        2138
## 86              20965    35000            218           324      116994
## 87              36188    55000            576           742      496749
## 88               4628        0            226           173      138661
## 89               5046    37000            443           497      128306
## 90               2963    41000            384           433      279093
## 91               4451    40000            377           345      272534
## 92              16264    10000            188           444      120798
## 93               3233    67000            286           520       58137
## 94              20453    33000            288           492      485430
## 95               1769        0            280          1676      305340
## 96              32438    96000            653          1097      682155
## 97              31488   349000            712          2725      928227
## 98              81115   175000            642          2803     1468200
## 99                699        0              1            13         374
## 100              9152   166000            645          1367      637246
## 101             45327    14000            187           988      272223
## 102             13333    23000            362           822      459346
## 103             50983    54000            500           698      518537
## 104             81385    38000            389           383      166137
## 105             13388    11000            235           238      124185
## 106             92456        0            231           629       82380
## 107             80806    30000            218           131       21352
## 108              4705        0            227           326      211971
## 109              5505    89000            275           781      111609
## 110             38873    82000            474           867      188457
## 111               764    11000            228           227      106446
## 112              5401        0            191          1999      254111
## 113              2333     8000            396          1782      513158
## 114             24598        0            248          1390      138863
## 115             33433        0            329          1108      355137
## 116             53413        0            295          1896      385670
## 117             21584        0            318           590      343648
## 118             13076    11000            323          1413      530870
## 119             57844        0            276          1361      320284
## 120              4764    10000            318           626      473887
## 121             59558    15000            478          2685      980946
## 122              3285        0            167           119      146019
## 123             54039     2000            185           209      130272
## 124             40054        0            350           641      361924
## 125              1062        0            245          2121      364948
## 126              2582    58000            406           904      421658
## 127               534        0            275          2789      421818
## 128             59803    63000            486           532      414070
## 129             40025   191000            739          1588      552503
## 130             16948        0            298           435      207839
## 131             60059    63000            516           738      536314
## 132             20007        0            225           178      146766
## 133              2217        0            145            90       33042
## 134             16184    19000            310           253      152826
## 135             80849    82000            526           479      199039
## 136             21840    47000            465           440      232187
## 137             13071        0            357           432       89442
## 138             21175    29000            248           239       42372
## 139              6576        0            194           206      105902
## 140             21015    20000            284           209      182718
## 141              2857    18000            280          1382      118951
## 142             34817        0            310           871      256695
## 143             18204    33000            339           434      164238
## 144              2652        0            132           112       17590
## 145             35161        0            135           122       85086
## 146             21393    24000            256           186       39956
## 147              5810    11000            196           130       47900
## 148             17944        0            220          1694      381672
## 149              2444    17000            211           154      119213
## 150              2538        0            264          1185      169914
## 151              2097    62000            464          1211       69757
## 152             26029    11000            167          1171      322395
## 153             14823     2000            208           606      270207
## 154             31523     3000            287           505      142440
## 155             36095    24000            210           145       64322
## 156             21768    35000            432           512      365104
## 157             20645    25000            256           174      123553
## 158              1997     2000            135           258      110788
## 159             11945        0            190           928      317166
## 160             26490    51000            314           657      128682
## 161             39284    19000            518          1559      504419
## 162             40484     5000            291          2012      544665
## 163             23378    46000            292           343      221128
## 164             19769    24000            184           273       51892
## 165              2705        0            145           388       45455
## 166              2530    18000            451          1229      392474
## 167              6171        0            141           287      127497
## 168              1814        0            267          1445      212106
## 169             31958    42000            351           288      146352
## 170             13073        0            163           463       77673
## 171             15015        0            166           788       72259
## 172             19761    46000            510           679      508818
## 173              2037     2000            197           683      157519
## 174              1205        0            244           684      168207
## 175             59177    65000            322           329      185394
## 176             62644        0            156            79       32399
## 177              5811        0            354           643      326286
## 178              1687        0             21            74       16769
## 179              1950    27000            252           106       12572
## 180             57108   190000            556          1188      406020
## 181             17416    13000            166            90       62424
## 182             43291    26000            362           337      183208
## 183             19963    11000            153           118       60230
## 184             17369        0            329           820      491077
## 185             12754     6000            266           360      307029
## 186              5730    61000            517           549      313866
## 187             49355    82000            502           706      498397
## 188             59177    65000            322           329      185394
## 189             17883    26000            165           214       70121
## 190             12758        0            401          2741      334345
## 191             12954        0             94           511      178126
## 192              5046    16000            246           137      114287
## 193             12406    23000            330           514      245621
## 194             32355    71000            434          1240      200022
## 195              4631    44000            440           447      177383
## 196             33284    11000            274          1504      382255
## 197               921        0            245           450      102338
## 198             14168    37000            349           744      158720
## 199              2945        0            145           241       38438
## 200             11036       40              1             2         381
## 201             53587    11000            154           126       67223
## 202             46120    13000            233           187      172754
## 203             13191    16000            258          1571      444683
## 204             31549    20000            208           210       91640
## 205               699        0              1            13         374
## 206             48184    10000            271          2113      809474
## 207             14719       25              4             2         252
## 208             81385    52000            403           591      305008
## 209             16008        0            294          1966      314253
## 210              1031        0            159            99       58498
## 211             20952        0            289          1055      405973
## 212             55345    54000            342           366      284792
## 213             22403    39000            382           412      338635
## 214             18003    15000            344           637      229679
## 215              1441        0            196           391      240241
## 216              1815        0             85           546      101411
## 217             12175    31000            436           504      229823
## 218              2699        0            183          1018      189855
## 219              4146        0            175           482      141414
## 220             20553    19000            239          1159      333248
## 221             11930        0            237          1426      242188
## 222              2684        0            231           779      133076
## 223             15302        0            262           436      213275
## 224              2121   122000            552           755      440084
## 225             14017        0            276           681      182661
## 226             13752    31000            267           297       40123
## 227              4046        0            102           554      100821
## 228             24098    97000            775          2326      456260
## 229              2682      459             71            69       36471
## 230             17689    61000            476           814      338087
## 231             17159        0            207           666      183909
## 232             14161    60000            492           630      182899
## 233               902        0            284           414       57873
## 234               993        0            168           196       35066
## 235             12731    11000            283           348      148280
## 236             22004    71000            539           892      387436
## 237             44042    10000            359          3286      520104
## 238             42990        0            284          3516      464310
## 239             15013        0            250           593      585659
## 240             23755    68000            440           533      328067
## 241             37723    13000            320          3597      534658
## 242             43286    28000            257           195      150618
## 243              1609      291             33            36       20567
## 244             15046        0            152           454       55994
## 245             46719    16000            231           134       37750
## 246              2690    62000            348           491      167085
## 247                87   147000            738          1885      582917
## 248              1569        0             93           277       62271
## 249              8306    12000            181           115       17533
## 250              1261    41000            369           695      110486
## 251             55486     3000            179           444      234480
## 252             16718    52000            358           499      147497
## 253              2958        0            160           328      149680
## 254             19454     4000            192          1144      207613
## 255             19359        0            198           627      284852
## 256             22722        0            233           798      348861
## 257             22622    27000            263           258      154621
## 258             34582        0            267           799      264318
## 259              1173        0            184           121       53160
## 260             13391    14000            447           443      136019
## 261              1655        0             29            97       25402
## 262             10583    71000            366           523      225273
## 263               692    31000            172           153       66593
## 264             13607      304            104            88       13581
## 265             12452    12000            181           144       44296
## 266             22254    36000            327           426      254841
## 267               914        0            125            59       27257
## 268              2027      894             79           248       60573
## 269             12908   123000            326           554      184561
## 270             13961        0            354           782      336235
## 271             22342    21000            297          5060     1238746
## 272              3175        0            188           191       68720
## 273             14196        0            174           386       79186
## 274              2762      946            109           456       36033
## 275             12068        0            225           789      387632
## 276             19600        0            239           942      217373
## 277              3382        0            101           179       94172
## 278              2480     5000            228           214       89351
## 279             14831   153000            568          1023      472488
## 280                 5        0             NA            NA           6
## 281             34839        0            257           899      263329
## 282              3133       53             62            89        4102
## 283             29069        0            175           498      218341
## 284              6521    21000            265          2368      982637
## 285             12546        0            252          1331      399651
## 286             35672        0            232           858      387616
## 287              9125        0            400          2301      470483
## 288              2776        0            230          1368      177725
## 289              2829    13000            210           983      744891
## 290             64599        0            357           585      230931
## 291             20354        0            300           458      324671
## 292              4528        0             94           351      190439
## 293             19906        0            267           285      149998
## 294             24082        0            180           152       85531
## 295             20233    16000            265           316      189806
## 296              3454        0             81           131       84424
## 297             40978   199000            765          1193      955174
## 298              4842        0             80           230      102933
## 299              2039        0            141           297      128285
## 300             57881   108000            383           474      246803
## 301             13679        0            193           692      255447
## 302              4487        0            170          1690      108076
## 303              1738    11000            333           388       87677
## 304             21393    24000            256           186       39956
## 305             14552    17000            203           113       85833
## 306             55175    25000            321           374      176598
## 307              3903     2000            174           524       89509
## 308             33160    14000            166           657      400292
## 309             46057   138000            606          1138      780588
## 310              2880        0            144           539      190786
## 311              2031        0            192          1049      221521
## 312             22686   124000            511           828      284825
## 313              4286    16000            188           160       65785
## 314              3144        0            212           660       87451
## 315             16235    21000            245           269      115687
## 316             26940        0            127           217       71527
## 317             10552        0            167           224       52029
## 318             52610    56000            320           351      127258
## 319              3962    37000            163           163       33953
## 320              1195      881             78           239       40751
## 321             28328    27000            289           161       71782
## 322              6161      416             66           164       20295
## 323             13761        0            266           261      110364
## 324               309    33000            208           155       27918
## 325              1722      578             97           263       18697
## 326             15972        0            202           890      248045
## 327             47657        0            233          1166      314033
## 328             23240    13000            136           130       38690
## 329             25590        0            154           112       54077
## 330             13748        0            169           407       49739
## 331              4270    10000            200          1103      292022
## 332              9271    18000            255           177      106790
## 333             39319    18000            173           742      343274
## 334              4555        0            221           293       59581
## 335              3372        0             82           139       58300
## 336             25354    14000            233           139      145321
## 337              4671    56000            343           322      103737
## 338              2370    16000            308           593      125109
## 339              5641    11000            301           866      692482
## 340              6434    16000            328          3189     1215718
## 341             23052    10000            294          2417     1100446
## 342             17098    16000            175           154       54501
## 343             12150        0            199           824      157016
## 344             54031    37000            355           462      172707
## 345              2574        0            198          1236      219501
## 346             13118    47000            529           646      403836
## 347              1614        0            198           125       68935
## 348             15481    66000            412           503      165618
## 349              5780      701            106           267       16832
## 350              1901        0            283           815      479166
## 351              3611     1000             61           169       21102
## 352             14024     9000            217           419      141179
## 353             12998        0            175           289      403014
## 354             21275        0            191           515      385871
## 355             25780    18000            316           326      149947
## 356               664        0            127           394      160440
## 357             12890        0            185           683       98403
## 358              1227        0            191           156      152601
## 359              1258        0            188           132      166791
## 360              5095    70000            362           515      236421
## 361             15419        0            181           643      145350
## 362             45648    29000            352          2054      873649
## 363              4478    12000            143           222      171792
## 364             23484        0            308           577      307539
## 365             20388    54000            517           632      330152
## 366             14274        0            148           346      299258
## 367             23996    20000            415           621      477300
## 368             13379        0              1             1          57
## 369             15237        0            146           289       72591
## 370             38450        0             70            53        9418
## 371             14165        0            269           440      183247
## 372             13446        0            198           380      156348
## 373             35367    39000            253           342       89770
## 374              6217    11000            281          2153      238747
## 375              2622      988            122           179       32049
## 376             12289    15000            159           611      200556
## 377              2356        0            180           628      101834
## 378              2100        0            227           411       86152
## 379             10882    28000            183           204       86627
## 380             33154        0            157           316      102747
## 381             23031    15000            196           139       40862
## 382               475        0             64           184       52136
## 383             12499        0            142           361      121259
## 384              4902        0            181           949       60467
## 385             12071    19000            240           186      165333
## 386             55254        0             93           362       87785
## 387              5062     2000             84           181       58227
## 388             26088      979             66           114       45602
## 389             15149        0            136           278       49311
## 390              1261    41000            369           695      110486
## 391              2024        0            166           337      113065
## 392              2523        0            201           529      148238
## 393              2728      788             47            24        2508
## 394             13808        0            175           455       57661
## 395             26239        0            114           395      144053
## 396             45327    14000            187           988      272223
## 397             15838    23000            221          1051      394317
## 398             70996        0            206           548      132501
## 399             14161        0            239           806      348232
## 400             23603        0            142           393      146134
## 401             13028        0            186           845      402645
## 402             27694    19000            228           254       88542
## 403             37142    28000            256           168      164148
## 404               662        0            222           399      142496
## 405               996    59000            103           270      159910
## 406             36237    19000            298           276      166693
## 407              4182      372             84            77       26413
## 408              3768        0            236           194      110073
## 409             17423    19000            157           483      182757
## 410             11951        0             81           415      188116
## 411             15226        0            187           214       69860
## 412             43499        0            238           288      256928
## 413              6081      863            107           100       65270
## 414             22226    49000            459           713      341058
## 415              5103        0            187           662      188887
## 416             16930        0            151           255       82731
## 417              2407        0             80           257      106528
## 418              2380        0            229           548      119286
## 419              1235        0            158           378      179500
## 420              2707        0            190            78       35446
## 421             23950    10000             98           703      169023
## 422              1460      941            135           339       61417
## 423              1476        0             84           146       19228
## 424             11454    18000            382           208       70838
## 425             12687    36000            393           522      273921
## 426              1439        0            149           466       77029
## 427              2818      374             94           171       39391
## 428              6355        0            138           521       71424
## 429               578    46000            432           588      203458
## 430             12700     7000            173           685      246492
## 431              2662        0            127           211       29932
## 432              3326        0             91            63       10233
## 433             21863        0            238           488      243053
## 434              3632     3000            345           342      208422
## 435             36928    12000            377           589      301279
## 436              5839        0            170           289      100001
## 437             21276        0            191           604      296904
## 438             46355    57000            424           741      270226
## 439             12760        0            154           378      300542
## 440             49942   140000            673          1959      701607
## 441             16143    56000            383           402      375879
## 442              2899        0            153           610      215255
## 443             22813        0            166           250      127345
## 444              3112        0            180           367      117212
## 445             23907        0            120           102       27838
## 446             22750        0            125           493      135601
## 447             25220    22000            234           205      125036
## 448             13693        0            134           316      130070
## 449              4073        0             91            56       22838
## 450             39269    14000            139           255      107817
## 451             44798        0            265           380      168172
## 452             22679        0            145           402       91092
## 453             29585    53000            490           964      786092
## 454              9913        0            141           124       48500
## 455              1804        0            163           269      103022
## 456             17087    11000            155           535      283967
## 457             12831        0            144           116       72326
## 458             16828        0            226          1009      200359
## 459             16325    19000            204           203      172878
## 460               581    55000             95           394      213483
## 461             15362        0            139           339      225282
## 462              5637        0            215           318      150764
## 463             61110        0            198           674      118483
## 464             44797    20000            325           560      227072
## 465             50005        0             53            64       63625
## 466             17786        0            167           805       58184
## 467             15001        0             46           123      112167
## 468              1267        0            147           424       65499
## 469             22194        0            276           698      139423
## 470              8355        0             80           162       76099
## 471             20411    82000            406           701      303185
## 472             12729        0             97           164       60910
## 473              4394        0            143           100       16385
## 474             14261     4000            106           216       44143
## 475              5392        0            178           127       44662
## 476             12186        0            102           370       58402
## 477             20056        0            209           363       86422
## 478              1753       91             19            40         666
## 479             26839    16000            152            97       56501
## 480              2614        0             31            71       11427
## 481               814      607            129           186       27543
## 482              1919     3000            124           615      103787
## 483             10731        0             35            88       22955
## 484             25942        0            166           543      155532
## 485              2864      951            137           244       71574
## 486             49631    32000            121           619       83560
## 487             25190        0             87           237       80639
## 488             27114        0            233           492       98472
## 489             22590        0            132           405      172217
## 490                54      257             63             3         979
## 491             14831        0             95           182       55913
## 492             18132        0            258           252      151424
## 493              1825        0            162           315       45231
## 494             25126        0             61           101       53132
## 495              1971        0            113            66        8913
## 496               971        0            174          1308       65464
## 497              5593      665            101           160       24183
## 498               619        0            205           232       37446
## 499             43887        0            123           457       53057
## 500              4346        0             79           376       56403
## 501              2521      964             61           216       24868
## 502             16922    21000            202           117       58752
## 503                 2      995            145           348       47612
## 504               683      941            101            64       25843
## 505               152        0            113            42        7630
## 506              1890      785            113           301       16474
## 507              1099    20000            272           308       84508
## 508               370      138              3             1         230
## 509              2827    29000            205          1171      610568
## 510              6458    17000            186           656      644348
## 511             27842        0            178           133       67296
## 512               848    15000            169            85       64387
## 513             35867        0            210           764      204063
## 514             36925        0            140           345       67856
## 515             27405        0            156           264       60370
## 516             25296        0            150           370      191912
## 517             30230    31000            119            64       28276
## 518              2323        0            232           273       65037
## 519             28050      413             49           197       16611
## 520              4782    36000            165           155       24407
## 521              4714        0            202           786      141533
## 522             11905    56000            306           284      286877
## 523             16785    16000            185           856      430055
## 524              1635        0            177           552      278362
## 525              1777        0            181           385      266636
## 526             16479    17000            372          1206      361767
## 527             21397        0            290          1401      452928
## 528             25763        0            316           713      299852
## 529             15999    51000            122           415      259492
## 530              1815        0            164           253      194249
## 531             12952    11000            147           456      266103
## 532              1673        0            219           401       98693
## 533              1970      893            167           308       28635
## 534              5320      509             70           231       36491
## 535             13312   105000            384           629      447979
## 536             28497    12000            179           311      181443
## 537             16199    16000            151           596      303864
## 538              1990    10000             12            94       36919
## 539              5174     1000            107            57       16271
## 540              3424        0            134           379       49536
## 541             60646        0            269           289       88451
## 542             63165        0            143           288      132415
## 543              2856        0            241           503       55901
## 544               504        0             12            67       29450
## 545             15889        0            161           323       59435
## 546              2529        0            298           824      176936
## 547             16580        0             89           394       93494
## 548             25206        0            140           120       72867
## 549             15735    43000            362           360      175960
## 550             12522        0            124           342       65668
## 551             17299        0            190           229       71137
## 552             13934        0            132           261       57038
## 553              1695        0             53           180       55350
## 554               804        0             91           217       31080
## 555             16691    30000            284           405      138190
## 556            103354        0            152           288       93790
## 557             15857        0            131           377       52244
## 558             14028      648            132           254       31293
## 559              2542        0             67           373       44248
## 560              4368        0            130           119       35510
## 561              5580      683             74           171       14280
## 562              4397     1000            114           222       45815
## 563             33645        0            294          1344      245152
## 564             13616    70000            308           275      142403
## 565              7067    42000            435           918      197584
## 566             15269      880            117           241       64121
## 567              1044        0            108           274       81611
## 568             24350    14000            141           126       27130
## 569             13827        0            176           138       59352
## 570             11852        0            230           301      100837
## 571              5187        0            234           289      101386
## 572             12410        0            164           437      130776
## 573              3287      266             91            79       33884
## 574              1976    17000            132          1065      736638
## 575             15850        0            262           657      143525
## 576              3086        0            299           763      259083
## 577              4310        0            128           376       45031
## 578             14780      886            109           346       34435
## 579                55     2000             88           124       11798
## 580              7273        0            261          2003      193770
## 581              4166      694             73            98       74343
## 582              1675        0            208          2335      271592
## 583              1148        0            205           483      314630
## 584              4905        0            256           584      263853
## 585             12790        0            103           255       74274
## 586             14790    10000            191           737      142569
## 587              5217    16000            147           133       34359
## 588              3667     1000             79           158       98989
## 589             36741    42000            486          1527      885175
## 590             64259    13000             75           363      182802
## 591             16235    21000            245           269      115687
## 592             16595        0            142           316      269858
## 593             14486        0            144           340      119807
## 594              1430    14000             39           110       49049
## 595             11458        0            153          1248      206776
## 596              5609        0            284          1040       78635
## 597              3222        0            247          1283      143628
## 598              5227     2000            107            98       31649
## 599              6181     5000            141           742      103241
## 600             31782    45000            358           698      203154
## 601              6207     1000            160           515       56741
## 602              4001    25000            355           800      154955
## 603             16138    26000            235           816      350698
## 604              1439        0             59           137       43559
## 605             46726    28000            388           488      116159
## 606             27674    34000            371           403      102248
## 607              4074        0             82           380      131217
## 608              1579    13000            297           245       84118
## 609              5178    37000            261           423      138582
## 610             32563        0            120           281       58023
## 611             16034    15000            228           492      212085
## 612             12226        0             76           119       96385
## 613             18510        0            185           141       43709
## 614             12993      792            128           189       39659
## 615             13517        0            237           814       88146
## 616              1576      531            105           141       41663
## 617              5861    24000            242           271      117096
## 618               712    33000            360           356       61995
## 619             15916      997            112           196       43651
## 620             49608    17000            189           157      105556
## 621              2763      584            151           289       22264
## 622              1846      391             92           277       16761
## 623             13628      815             79           126       26893
## 624              3734     2000             81           123       25572
## 625              6946     5000             51            54        5116
## 626             28129    11000            261           207       38983
## 627             12871        0            197           618       72868
## 628              1899      764            159           313       31124
## 629             15708    34000            286           279      177653
## 630              1520    12000            156           202       44891
## 631             12556        0            176           568       86504
## 632             52547    29000            293           498      184637
## 633             32871        0            141           445      101899
## 634             11608    31000            304           296      385943
## 635              1132      617             40            62       32224
## 636             30010    30000            280           229      117739
## 637              1829    29000            180           172       52496
## 638              3986        0            125           435       53970
## 639              3393    10000            237           143      103230
## 640             18216        0            209           521      133526
## 641              3524    12000            178           113       27481
## 642             29824        0            238           263      174248
## 643             10419        0            190           264       80338
## 644              8281    98000            393           348      128629
## 645              1302        0            138           274       88132
## 646              2465        0              4            87       15114
## 647              4230        0            142           297       85720
## 648             14625        0             90           174       29285
## 649             44998    22000            219          2277      881236
## 650              7081    32000            327           346      136954
## 651              5838        0            149           395      158864
## 652              5437     3000            193           467      328159
## 653             12194     4000            175           662       75573
## 654             25517    71000            538           720      197412
## 655             18563    25000            313          3646     1217752
## 656             17171     5000            159           296      208817
## 657              1441        0            196           391      240241
## 658              5265     1000             80           116       34561
## 659             46204   144000            488           845      243834
## 660             17768        0            153           556      151812
## 661             11264        0            173           277      212499
## 662             12396        0            156           318      135404
## 663             23018    25000            307           285      272789
## 664              2938    35000            322           351      103589
## 665             17771        0            169           326       60165
## 666             15229        0             74           172       96096
## 667              2913        0             72           189       77390
## 668             16452        0             86           139       34473
## 669             14421        0            242           564       67395
## 670             12850        0            141           264       61490
## 671              1375    59000            313           310      213863
## 672             11424    10000            280          1500      227071
## 673              4796    16000            176           213       24735
## 674             11943    23000            279           221      149337
## 675             29808    18000            241           238      147641
## 676             19764        0            185           514      132954
## 677              3860        0             97           383       41776
## 678              1409      688            117           157       23940
## 679             17913    32000            239           423      104831
## 680             28643        0            230           211      166610
## 681              1531     4000             94           285       60508
## 682              1013      892            134           265       49300
## 683             32232        0            136           202       67707
## 684             13209    48000            315          2968     1347461
## 685             12088        0             96           175       46951
## 686              3537        0             14            28        8739
## 687             15944        0             60           249       43376
## 688              3580      177             60            69        8560
## 689              3165    15000            308           194       65709
## 690               450        0            127           138       25474
## 691              7048        0            196           380       71202
## 692             49433    32000            339           239      111102
## 693             16710      295             96           290       17025
## 694              2131    40000            361           265      134625
## 695               253    26000            226           482      190490
## 696              2725        0            194           795      162909
## 697             23365        0            138            77       25681
## 698              2129    19000            308           895      613473
## 699              5708        0             40           145       35314
## 700             14178        0             42           133       69663
## 701                58        0             68            86       11584
## 702              6334        0             78           187       39471
## 703             14931        0            178           602       65297
## 704              2668        0             75           214       43027
## 705              6658        0            150           250       43300
## 706             14536        0            113           399       38076
## 707             49912   114000            596          1018      272839
## 708             13232        0            191           246      129995
## 709              2558        0            156            82       24089
## 710             32360    13000            460          2073      607235
## 711             24938        0            141           428      211296
## 712              4811    11000            180           320      116681
## 713             17716    30000            186          1377      782610
## 714              1412        0            177           255       99989
## 715              2252      912            161           251       63912
## 716              4348   146000            568          1127      569841
## 717             13249        0            249           849      407601
## 718              1784        0            137           416      199025
## 719              2321      885            113           274       42705
## 720              3698    18000            213           877      667983
## 721              1195        0            120           353       91093
## 722              4050      886             81           116       49486
## 723             20148    22000            265           172      156898
## 724              4171        0            105           235       46031
## 725             35084        0            155           497      285623
## 726              2636        0            118           269       85673
## 727             25788        0            131           289      124641
## 728              8172        0            166           144       83506
## 729             14006        0             60            97       60476
## 730             20348      781             77           128       42737
## 731              2517    24000            249           360      138246
## 732             20440    26000            213           302       63493
## 733             16646        0            121           322       85844
## 734             24928    32000            315           328      238916
## 735             20761        0            171           452       97047
## 736             20683        0             96           263       32353
## 737             13581        0            299           836      293662
## 738             14611        0            167           432      102129
## 739              4496        0            125           323       48753
## 740             16385    38000            387           448      226570
## 741              3697        0            199           643       99043
## 742               679        0            136           223       33158
## 743             13634    42000            436           411      180479
## 744              1233      858             73           181       23476
## 745               647    10000            310           279      143121
## 746             13654     6000            323          1264      163130
## 747             20454    14000            171           690      266310
## 748             24664      747             76            83       14888
## 749              3943        0            173           308      120795
## 750              4530        0             81           162       68406
## 751              1112        0            242           597      244566
## 752              4713     1000            110           181       23302
## 753             13597    12000            328           176       72287
## 754             38227        0             83           227       88225
## 755              3637        0            196           347       89816
## 756              3653      829             34            54       11370
## 757             13403        0            118           106       31209
## 758              2064        0              8            41       26404
## 759              2018      797             81           207       61966
## 760              2318     1000             47           126       35918
## 761              1411    17000            313           289       99035
## 762             75793    24000            315           256       75329
## 763             20276    28000            225           323       69484
## 764              3090        0            223           656      170179
## 765              1640        0            198           338      256213
## 766              3151    11000            219           122       40883
## 767              4294        0             92           257       55749
## 768             22128    64000            435           471      246698
## 769              4305      621            111           156       51252
## 770             53024        0            138           569      107859
## 771             34738    40000            415           264      173530
## 772             12258        0            170           203       76770
## 773             24458    23000            306           259      124222
## 774             19776        0            252           235      113295
## 775             10623        0            211           184       41727
## 776              2151      448             49            73       10883
## 777              1352      690            161           213       42144
## 778             22668        0            156            72       41259
## 779             31224        0            172           842       58450
## 780              1395        0            161           322       76560
## 781             17871    11000            239           150       47954
## 782              7053        0            258           256       75201
## 783              1976      956             95           165       19176
## 784             22889      846            105           138       69319
## 785             38809        0            198           248       73368
## 786             16536        0             79           127       54314
## 787             23745        0            210           143       44099
## 788             34774        0            125           267       45296
## 789             36897    15000            149           822      207287
## 790             14918      470             77            74       27517
## 791               993        0             77           213       51349
## 792              1417    20000            225           233       97089
## 793             11301      880             98            91       36144
## 794              2525    10000            172           857      120416
## 795             87697   123000            703          1722      995415
## 796              2109        0            117           243       31788
## 797             22833        0            240           644       63363
## 798             12634     2000            123           247       35565
## 799              3012        0            110           281       57100
## 800              1262      589            100           282       14596
## 801             22447    17000            189           126       41288
## 802             10247    44000            212           457      107028
## 803              1865      791            127           109       31640
## 804              1467        0            196           411       44966
## 805             15275      641            115           195       35599
## 806              5329        0            161           110       60232
## 807             20881     2000            223           290       53864
## 808             42683    12000            181           188       47320
## 809             26564        0            140           368       38398
## 810             12947        0             54           156       22570
## 811              1026      426             14             9        1212
## 812             12133        0             81           183       18209
## 813             18239   117000            579          1058      479047
## 814              2367      296             56            88       16260
## 815             16277   112000            490           916      325264
## 816              5497    35000            218           154       47968
## 817              2433      990             20            94       24420
## 818              2876        0            142           263       82819
## 819              6299      500             57            85       15517
## 820             14574     2000             84           171       92106
## 821               589      472            186           120       27664
## 822             36167        0             53           143       27019
## 823              3150        0            133           121       29523
## 824              5081    22000            246           281      159931
## 825             16098    19000            253           410      131447
## 826              4416        0            144           273       28807
## 827              2558        0             46           238       80025
## 828             45271    11000            117           431      259519
## 829             16484    12000            157           198       70681
## 830              2710        0             60           139       78343
## 831              9814      782            117           147       38298
## 832             16121    18000            287           331       87745
## 833             23325        0             96           220       28099
## 834              4115        0             26            54       26992
## 835             16884        0            125           225       66308
## 836             14146        0            117           221       53118
## 837             15700    59000            149          1398     1251222
## 838              2847        0            131           146       57276
## 839             24286        0            150           507      260442
## 840             26754        0             92           216      119675
## 841             12940        0            169           497      126357
## 842              3155      960             57            99       86556
## 843             13426        0            171           372      244840
## 844              4518     5000             53           103       56168
## 845              5713        0            153           332      162331
## 846             16281    65000            491           527      323353
## 847             39822        0            247           207      127571
## 848              2638        0             26            92       85903
## 849             37605    56000            292           436      229574
## 850              7184        0            114           242       68417
## 851             30132        0             82           194       81026
## 852             11036    32000            201           611      338383
## 853              2287        0            231           600      126746
## 854              3888        0             55            95       36587
## 855             13905        0            110           322       94407
## 856              3983    13000            354          2105      735784
## 857             22458        0            140           358       56874
## 858              1359        0             77           181       63982
## 859              1959        0            304           935      512749
## 860             14432        0             45           149       75365
## 861             25599     8000             49           173       78974
## 862               939        0            146           293       96690
## 863              2916        0             60           144       40858
## 864              2820    14000            189           108       67191
## 865              7247        0            206           279       88049
## 866              3104        0            118            73       18042
## 867              1543        0            210           776      207686
## 868               164        0             76           194       29205
## 869             24270        0            149           572      145422
## 870              1752        0             62           155       46239
## 871              3697    30000            224           174       49207
## 872              2488    15000            265           207      104066
## 873              2248        0            135           321       35830
## 874             13406        0            100           232       27191
## 875             14036        0            123           154       44453
## 876             10026        0            164           119       67005
## 877              6254        0            238           101       36877
## 878             12840    14000            264           387      199056
## 879             31014     1000             47            95       40346
## 880             24618        0             50            89       38533
## 881             20660        0            153          2047       96654
## 882             16899        0            202           216       54787
## 883             10185        0            178           532      110614
## 884              1671      953             84           497       13215
## 885              3952      316             44            84        8983
## 886              3742      610             93            39       10417
## 887              6089    10000            277           110       24285
## 888              2260      437             76           229       11148
## 889              4315    19000            197           222       61680
## 890               405        0            186           239       62607
## 891              1403        0            103           207       67822
## 892             15803      448             66           142       19706
## 893             15371        0            224           559      158267
## 894             14727    26000            202           599      232710
## 895             25418    10000            279           131       39247
## 896             16949        0            110           545      267980
## 897             12700        0            190           495       58658
## 898               847        0            136           195       68417
## 899              2908        0            121           269       76331
## 900               286     2000            131           418       41620
## 901             27614        0            127           178       20740
## 902             26527        0            160           301       58416
## 903              6017        0             78           191       86347
## 904              2601    10000            209          2319      224013
## 905             13390      361             98           190       21283
## 906             63769    44000            391           289      115216
## 907             24468        0            279           415      101221
## 908             22517    21000            216           429      217480
## 909             22186        0            250           532      155496
## 910              2397      853             78           207        6082
## 911             26334      672            106            63       18310
## 912             48153    15000            194           667      525801
## 913              2759    39000            558           640      216032
## 914              8315        0            183           483      102167
## 915             26002    10000            238           611      145974
## 916             45696     9000            186           211       95437
## 917              2297        0            144           612       66382
## 918              1937        0            156          1448      138941
## 919             28045    13000            215           149      136680
## 920               209        0            140           549      100743
## 921             24183    11000            133           533      333542
## 922               488        0            203           211       97775
## 923              2422      846            127           180       42324
## 924              1711        0            155           481      185878
## 925              2055      605             98           155       21396
## 926              5468     1000             71           110       15740
## 927             64040    13000            299           919      220758
## 928               275        0            212           945      467113
## 929             14607    36000            413           407      200035
## 930             38518        0             67           322      145257
## 931             12182        0            109           318      189923
## 932             21773    74000            457           623      471644
## 933              1474    11000            156           470      224671
## 934             74382        0             55           375       80580
## 935             28176    41000            272           346      131227
## 936             26826        0            117           309      110432
## 937              3388    37000            539           849      287822
## 938             10003        0            169           498      135246
## 939             14087        0            140           357      156717
## 940             19428    24000            330           322      258186
## 941             25697    11000            120           406      239752
## 942             29505        0            190           243      271691
## 943             14569    10000            177           110       33354
## 944              9988        0             65           252       46482
## 945             10886    13000            145           130       54010
## 946             62837    90000            321           779      101178
## 947             19148        0            230           646      273108
## 948              3148        0            143           394      111368
## 949              1761        0             55           147       34471
## 950             36873    22000            257           199      111003
## 951             13421        0            279           791      186879
## 952             37967     2000            143           242       58412
## 953             10163        0            196           560       71153
## 954             57426    44000            310           292      375456
## 955             13430      795            116           232       58961
## 956              6729        0            105           209       27548
## 957             53094    27000            419           312      283563
## 958             30383        0             64           130       91176
## 959             16967    24000            359           384      200647
## 960             14007        0            166           110       43328
## 961             22417    48000            525          2042      791783
## 962               428      955            165           192       81444
## 963              1816        0              2             9        1824
## 964             11124      624             87           118       12845
## 965              2177     1000            117           168       36431
## 966              3341      970            113           248       40362
## 967             11946    45000            349           304      159868
## 968              2583        0            152           533       63067
## 969             15608    27000            288           329      195043
## 970             14747        0            358           625      109188
## 971              3580    44000            204           219       47764
## 972             19513    18000            156           102       45580
## 973            101383      773            171           306       50170
## 974             19139     1000             76           142       39529
## 975             15569     2000             97           142       60326
## 976              1397    25000            157           506      261069
## 977              1933        0            267          1740      172792
## 978             24024        0            118           261       48322
## 979              8398    39000            291           181      172112
## 980             20152     3000             68           279      107227
## 981              1367    15000            228           210       54101
## 982              1093      669             36           114       60293
## 983             19610        0            105           148       68428
## 984             30183    47000            276           275      136973
## 985              1289        0             93           156       46451
## 986             16791        0            191           672      151580
## 987             15634        0            143           259       74315
## 988             19739     1000            124           157       45895
## 989              1860      812             47           140       17997
## 990             14899        0             66           177       20310
## 991             29461        0            118           548      176169
## 992              2052      718             93           106       30890
## 993               701        0            235           194       58349
## 994             25469        0            113           226       26034
## 995               344      361             14            33        4438
## 996              3016      877             51           118       34896
## 997             20061        0             98            65       11257
## 998             14344    16000            315           323       80140
## 999             34606        0            136           302       43574
## 1000            58528        0             61            84       62981
## 1001             1344     3000            209           392       86374
## 1002            14706        0             99           150       18404
## 1003             1300    43000            298           347       92461
## 1004             3357        0            131           286       49926
## 1005            18635      705            146           260       34356
## 1006             7654        0            245           190       80196
## 1007            15935        0            104           227       54021
## 1008             2758      915              4            22        7945
## 1009            16358        0            162           514      128455
## 1010            15757        0            259           632      139535
## 1011            12786    10000             79            47        3077
## 1012            32637        0            141           420       88270
## 1013             6171      779             59            94       19829
## 1014            16992    15000            236           205       76010
## 1015            17211        0            356           398      189249
## 1016            25049        0            120           208       63599
## 1017              144        0            111           390       55889
## 1018            45202    18000            208           274       85237
## 1019             8018        0            174           137       46239
## 1020             2606      697             59            73       16562
## 1021             2949        0             22            78       33186
## 1022            15820      943             34            90       12037
## 1023            10191     9000            214           127       38513
## 1024             5381        0             28           149       33535
## 1025             5702        0            186           374       58015
## 1026             5461      422             50            70        9227
## 1027            29926        0            180           245      113483
## 1028             3580    14000            231           258       67796
## 1029            52885        0            105           341       34730
## 1030            24107    28000            226           150       34964
## 1031            11972      288             75            93       15880
## 1032             3954      255             82            91        8070
## 1033            16481    15000            296           211       81800
## 1034             1385        0            103           179       19824
## 1035            32831        0             98           294       77684
## 1036             1863    31000             30           148       50391
## 1037             2795     2000             48           113       14429
## 1038            24316    21000            195           209       90932
## 1039             1418        0            223           867      170684
## 1040            12884        0            149           477      515306
## 1041             2035    36000            324           226       70886
## 1042            23051    67000            371           627      172965
## 1043            29748        0             75           397      120202
## 1044            18141        0            233           850      206104
## 1045             2353      352             32            32        1263
## 1046             3743     3000            150           560      137854
## 1047            27666    18000            172           185       40568
## 1048             1823        0            103           497       93367
## 1049            33615        0            140           537      148490
## 1050            22209        0            125           316       64595
## 1051             5390        0            125           254       81888
## 1052            18793      828             36            84       12771
## 1053            33548        0            295           560      237872
## 1054            16967    38000            222           323      133436
## 1055             3768        0            158           307       71708
## 1056             3718        0             72           345      122347
## 1057              371      522             34            55        5639
## 1058             2096     2000             72           164       47819
## 1059             4660        0            152           419       73068
## 1060             4796        0             89           210       22447
## 1061            15192        0            145           376      172489
## 1062               95        0            144           236       54057
## 1063             6863      261             93            71        8693
## 1064             8349      616             46            97       11913
## 1065            12344        0             84           169       98199
## 1066             9176      881            142           343       47573
## 1067            15658        0            185           651      218771
## 1068             6315     3000            143           286       97838
## 1069            14619        0            178           176       45729
## 1070            33233      975             65           107       40126
## 1071             2070        0             73           243      220392
## 1072             2104        0             72            29        2581
## 1073             2704      115             10            16         491
## 1074             3244        0             35            85       60884
## 1075            16410    63000            358           461      238671
## 1076             3629        0            151           347      111526
## 1077             1574        0            140           370      137377
## 1078            17925        0            201           212       85323
## 1079            15362     1000             77           152       53687
## 1080            30063        0             43            89       59569
## 1081             4043     1000             39            94       45798
## 1082            14868    22000            207           310      184795
## 1083            12757        0             47           137       81442
## 1084             6292        0            132           228       43358
## 1085            37321    86000            454           620      383591
## 1086            22370        0            109           633      305929
## 1087            26998    19000            213           609      123558
## 1088             1645        0            127           548      119590
## 1089             1336    26000            398           252       75176
## 1090             3174        0            184           582      191437
## 1091            20299        0            127           209       92702
## 1092              758        0            167           350       57281
## 1093             3717        0            119           271       73539
## 1094             3106        0            155           379       90539
## 1095            28886    52000            218          1004      318634
## 1096            24205        0            117           317      211226
## 1097            41636        0            208           541      124765
## 1098            13331        0             38           116       50148
## 1099             3648     1000             48            73       37911
## 1100             7493        0              8            61        5888
## 1101            27351      743             94           118       30255
## 1102            14073    10000            276          1053      155745
## 1103             4604      531             59            91        9380
## 1104            16225        0            216           348      149549
## 1105            49743    12000            173           184       87165
## 1106             3757        0             99           116       21215
## 1107            12161        0             42            69       32544
## 1108             2965        0             25            47       20688
## 1109             1948    28000            339           269      104301
## 1110             1102     2000            127           355       79141
## 1111             1461     2000            122           285      114692
## 1112            33822      593            105            70       30055
## 1113             2449    11000            144           569       97087
## 1114             5405    14000            156           524       91860
## 1115            53895        0            323           414      152591
## 1116            15053        0            199           305      112769
## 1117            15990        0            164           214       81523
## 1118             3855      451             39            80       15455
## 1119             2348        0             43            81       24757
## 1120             3423      916             82            55       16580
## 1121              793        0            150           531       42621
## 1122            24351        0            168           409       35140
## 1123              578    46000            432           588      203461
## 1124             3855        0             60           148       27648
## 1125            15006      652             85           183       11388
## 1126            21130      915             83           161       23996
## 1127             2507    15000            343           349      132423
## 1128             6558        0            106           273       26551
## 1129            26982        0            158           182       15697
## 1130              949        0            189           229       36455
## 1131            12166        0            125           154       48245
## 1132            13917      892             87           186       17307
## 1133              538        0            115           115       19114
## 1134              654    17000             23            47       15762
## 1135             2457       68             24            41        3803
## 1136              661    17000            152           142       89568
## 1137             3090        0             12            66        4377
## 1138             3133    89000            656           695      452465
## 1139            13357        0            119           270      213668
## 1140            21554        0            161           135       96565
## 1141            37076        0             73           259      154487
## 1142            15662        0             96           217      117606
## 1143            26907      353             28            62       13995
## 1144             1178        0            105           147       90360
## 1145            14255     1000            102           189        9830
## 1146             2998        0            206           502      156225
## 1147            12876    11000            159            91       28618
## 1148             1801        0            137           297       73006
## 1149            23864        0            116           194       34597
## 1150            22383        0            177           303       85198
## 1151              132        0             99           403       46158
## 1152            14244        0             56           142       88844
## 1153             1066        0            117            75       47364
## 1154            27834    16000            252           181      117999
## 1155            19968    39000            375           345      408302
## 1156             9255    11000            150           602      203269
## 1157             1817        0            187           358      140499
## 1158            24534        0            108           268      106909
## 1159             3841        0             21            41       20183
## 1160             4825    24000            270           380      133177
## 1161             2957        0             72           192       21554
## 1162             6727    17000            154           112       74169
## 1163            15571      893            114           175       30077
## 1164            13716        0             27            71       11453
## 1165             1651        0            166           460       63677
## 1166             2134        0            288           396      119622
## 1167             2371        0            117           317       74009
## 1168            15369    20000            291           283       91151
## 1169            33585      748            151           265       42547
## 1170             7723        0             36           290       38203
## 1171            12076    10000            168           437      248123
## 1172             6229        0            283           841      149414
## 1173             3301    19000            127           169       34203
## 1174            12239    50000            293           835      247020
## 1175             2056        0             95           102       22309
## 1176             1610      455              4            18        1558
## 1177             1342        0            213            71       24657
## 1178             1954        0            119           564      187181
## 1179              488      161              9             5         590
## 1180            18761        0            167           658      137003
## 1181             1134      505             98           132       29861
## 1182            17540    14000            234          2073      704766
## 1183              362    11000            258           153      125198
## 1184             2085    11000            108           125       34809
## 1185             2004        0             81           235      126907
## 1186            83012    63000            538           751      358416
## 1187            18656    10000            224           273      227824
## 1188             2129        0            129           336       56646
## 1189             3660    12000            125           327      340085
## 1190            32325    83000            433           918      327367
## 1191             4585   101000            362          1360      220020
## 1192            22935      681             93           188       40227
## 1193            31349        0             71           236       99558
## 1194             7014        0            104           288       75152
## 1195             1261    58000            319           420      203963
## 1196            16751        0             41           166       71754
## 1197             2676    40000            300           279       64989
## 1198            10555    74000            556           696      479453
## 1199              318    12000            161           203      132048
## 1200             5855     1000            151           410       93748
## 1201              600        0            212           734       98535
## 1202             3986        0            111           263      283480
## 1203            12556    14000            173           144       85629
## 1204            42220    14000            181           654      143835
## 1205            13321    13000            252           277       79264
## 1206            16911    28000            216           200       66511
## 1207            36810        0            203           696      137891
## 1208            16179    55000            218           285       97045
## 1209            24300    11000            118           263       48806
## 1210            36010    54000            241           304      130661
## 1211             5178        0            119            58       28621
## 1212             2144        0             89           382      113068
## 1213             5074        0            209           433      110394
## 1214             3924    13000            374          1732      656640
## 1215             6775        0            235           422      127528
## 1216            28928        0            215           215      166194
## 1217             2842        0            109           426      109445
## 1218              698        0            125           442      113472
## 1219            19334      663             65            82       31968
## 1220            43917     2000            125           344       87351
## 1221             2938    35000            322           351      103589
## 1222             7009        0            191           185      146899
## 1223             2357    16000            191           189      104481
## 1224           303717        0            221           290       75345
## 1225            16944    55000            459           355      178118
## 1226             2544        0            131           411       86902
## 1227             2091    12000            222           197      147317
## 1228             2325        0            118           211       35508
## 1229             8610        0            100           139       77415
## 1230             7039        0             70           209       52805
## 1231            17152        0            138           544      104991
## 1232            13943    25000            274           203      173848
## 1233            17152    29000            349           332      210542
## 1234            63986    49000            341          1100      844052
## 1235            30571    12000            196           187      114294
## 1236             3361        0             83            44       20615
## 1237              848    14000            283          1043      236000
## 1238             1233        0            105           271       69457
## 1239             4243    17000            351           619      171418
## 1240             2179      263             16            34        7900
## 1241            41293        0            195           531      147504
## 1242            18693        0            175           548      114321
## 1243             1274        0            193           371       87447
## 1244             9069    11000            169           110       37398
## 1245             4298     3000            128           101       54421
## 1246             2281    16000            249           190       25465
## 1247            16762        0             91           141       46221
## 1248            22318        0            207           376       89557
## 1249            37570        0             77           227       56509
## 1250              519      694             25            56       17443
## 1251             4324        0            211           998       92789
## 1252             4634        0             19            39       49612
## 1253            26938        0            101           180       20201
## 1254             2787        0            175           291       81334
## 1255              390    42000            342           334      192462
## 1256             1070        0            147           103       30394
## 1257             4486    26000            420           518      104119
## 1258            12970        0            138           587      104564
## 1259             3044        0             82           209       68159
## 1260             1488        0            201           158       84382
## 1261             1238      390             82           130       10132
## 1262             3074    20000            277           227       83788
## 1263             2913      445             90           117       29968
## 1264            23920    16000            157           660       95860
## 1265             1827        0            124           208       36223
## 1266              108      301              3            43        8495
## 1267             3239      702            146           101       50199
## 1268            28927    24000            303           416      136093
## 1269             2711        0             70           146       18723
## 1270            15595    39000            283           341       81298
## 1271              621        0            212           156       58871
## 1272             3969        0             98           284       35834
## 1273             3753      470            110           167       25346
## 1274             5917     3000            146           754       41685
## 1275             4565      394            100           188       12093
## 1276             1335      279             62           105       10446
## 1277            10469        0             70           164       26051
## 1278             2888      299            107           291       12856
## 1279            77823        0            169           252       84357
## 1280            29484     8000             94           274       70292
## 1281              960        0            190           178       37412
## 1282            23737        0            112           223       67797
## 1283             3126      680             12            61       13830
## 1284             3432    15000            201           203       76498
## 1285            14275        0             34            67       11156
## 1286            34377      416            104           166       21319
## 1287             3821        0             55           106       11232
## 1288             5039        0             86           207       23747
## 1289            17877      309             50            60       16741
## 1290            18913        0            181           450       49874
## 1291             7243        0            260           619       79892
## 1292            14008      555             40            60       14226
## 1293            14463      604            102           284       27305
## 1294             7099    54000            371           322      145270
## 1295             3374      754             49           126        8692
## 1296            24770    15000            335           245      139114
## 1297            12566      835             86           128       19364
## 1298             2125      630             40            66       17365
## 1299              809    39000            242          1314      534262
## 1300             3974      849             70           111       17722
## 1301             3639        0            135           146       43442
## 1302             1702        0            125            66       15231
## 1303             4327      579             54           111       10413
## 1304             4262      612            104           388       17309
## 1305            20503        0            157           157       35990
## 1306            12876    11000            159            91       28618
## 1307             3096        0             78           147       46205
## 1308             4103      866             88            25        7794
## 1309             1883      328             32            70        2933
## 1310             4024      401             75           162       24216
## 1311            14127    10000            219           310      121432
## 1312             2664      892             83           207       19986
## 1313             4123      158             53            82        4821
## 1314             1149      565             61            98       15130
## 1315            11623    15000            308           801      190132
## 1316              222        0             70            93       30842
## 1317             2449      211             41            26        2458
## 1318             1686        0            224           110       28429
## 1319            15638      823             66           187       20201
## 1320             2288        0            253           491      186982
## 1321            13821    12000             79           223       54650
## 1322              504        0             94            90       22010
## 1323             2612        0             77           211       65474
## 1324             6267        0            106            61       22897
## 1325             2115      265             30            32        3322
## 1326            12286    58000            488           514      181472
## 1327             3243        0             63            40       15790
## 1328             5240       89             42            39        3789
## 1329             2630    15000            118           545      136580
## 1330              554    21000             44           410       62756
## 1331              568    13000            214           234      114925
## 1332             1930        0            110           184       32412
## 1333            45327    14000            187           988      272227
## 1334             4774    25000            370           165       73886
## 1335             2853    14000            276          1594      242599
## 1336             2972      177             76            50        5917
## 1337             2329        0             95           224       49934
## 1338            36009    12000            211           115       46480
## 1339             2172        0            160           105       36894
## 1340             4251        0             97           392       83786
## 1341            22436     9000            174           169      163665
## 1342             2176      478             23            73       17810
## 1343            18291      478            103           107       44885
## 1344             6427        0             98           249       60504
## 1345              943    13000            273           111       24557
## 1346            36062    33000            279           260       95367
## 1347            25160        0             22            86       38383
## 1348              196        0              4            18        2169
## 1349            20516        0             65           265       76016
## 1350             3770        0             98           234       30667
## 1351             2912      989            116           216       44168
## 1352             3552     8000             76           123       23473
## 1353             1440      689            106           180       19686
## 1354             2765      168             55            85        8433
## 1355            42344        0            172           638      137722
## 1356            24547      352             47            75       14066
## 1357             1265        0            107           191       34592
## 1358             3277    12000            323           275       86955
## 1359            16237      911             37            89       17859
## 1360             1757    23000            297           911      258078
## 1361            17551    39000            302           343      125305
## 1362               74      389             38            81        9740
## 1363             2120      474             31            67        4757
## 1364            15494        0            118           102       52908
## 1365              427    27000            546           405      105144
## 1366             4900      366             21            28        6691
## 1367             5162        0             86            45       16673
## 1368            19974    14000            194           266       55617
## 1369            15106    70000            437           362      146708
## 1370            14296    29000            378           420      280228
## 1371            13396    14000            170            89       57266
## 1372            36093        0            341           545      248468
## 1373            18178        0            139           110       28109
## 1374            37206    83000            393           475      312629
## 1375             1906    13000            224          1437      241030
## 1376            14483        0            203           176       75347
## 1377             4882    15000            148            83       39440
## 1378            14209        0            131            86       17948
## 1379            44060    19000            350          1535      348007
## 1380            20970        0            129           394       98899
## 1381             2986        0             40           144       60572
## 1382             3425    35000            289           301      316671
## 1383              599      240             14            21        4387
## 1384             1874        0             72           218       38399
## 1385              762        0             89           214       48636
## 1386             1272    12000            265           243      139184
## 1387            13904        0             54            33        6069
## 1388            10838      852            126           212       31113
## 1389            16611        0            110           135       38348
## 1390            44037    11000            138           172       39778
## 1391             3968      591             31            57        8531
## 1392             2393      846             95           194       12375
## 1393            19904    23000            267           197       75864
## 1394             1942    17000            175           641      220591
## 1395             2928      133             63            64        1977
## 1396             2268      279             85            45        8860
## 1397             4537      638             44            80       15046
## 1398            17623    24000            334           626      583341
## 1399              615    12000             78            45       21912
## 1400            47203        0            199           784      181225
## 1401             2725    12000            186           817      269033
## 1402             3497     2000             77            53        3865
## 1403             1446        0             68           136      128010
## 1404             3389    38000            261           420      223127
## 1405             2255        0              5            30        2185
## 1406             4499        0            122           205       84325
## 1407            18669    31000            340           387      353442
## 1408            25964    36000            493           724      240962
## 1409            23923        0            208           631      286178
## 1410            16007        0            134           405       63330
## 1411             5826    17000            275           232       97664
## 1412            24006        0            120           261      127503
## 1413            25661        0            144           278      191470
## 1414             1450    25000            332           309       94241
## 1415             2689      919            104           160       33887
## 1416            15912        0            116           457      142067
## 1417            19129    11000            177           625      414219
## 1418             2968        0            127           217       61321
## 1419            23504        0             83           138       32416
## 1420             1715        0             97           140       61018
## 1421            42918    10000            256           668      149285
## 1422             2474        0            225           677       79877
## 1423            29265        0             83           244      125219
## 1424             2259        0            160           136       20827
## 1425            16571        0            191           211       53786
## 1426             4231        0             74           196       32370
## 1427            20956    41000            238           194      270228
## 1428            17860        0            177           111       28041
## 1429            19809    39000            405           306      117719
## 1430            20143        0             61           156       63923
## 1431             1050    18000            285           248      104005
## 1432            53370        0            124           120       31191
## 1433             2184        0            164           169      119974
## 1434            52566      913            120           119       32157
## 1435            13125        0             90           209       40651
## 1436             4879        0            120           262       25883
## 1437            56014        0            117           234      225122
## 1438            17902        0            226          1138      198701
## 1439             3876    11000            223           321      105446
## 1440            41701        0            193           400       84131
## 1441            16249        0            228           398      107772
## 1442            34011    52000            360           463      304318
## 1443             3356        0            148            97       40654
## 1444             2371    13000            128           153       48019
## 1445             3438      265              3            11        1641
## 1446             2643        0             46           164       30771
## 1447              677        0             40            91       16323
## 1448             5443        0             63           282       53115
## 1449             1075    21000            193           761      497946
## 1450            41636        0            208           541      124765
## 1451              966        0            122           203        8143
## 1452             2178        0            228           576       94456
## 1453            28027    12000            212           903      168314
## 1454            36258    16000            392           279      102728
## 1455             3185     5000            208           232       86205
## 1456             3001        0            137           695       43991
## 1457             4722        0            119           291      105478
## 1458             3612        0            195           245       40964
## 1459             5709        0             95           239       48621
## 1460             2603    12000            100           247       38017
## 1461             3592        0            164           358       54346
## 1462             2471    11000            211           151       28257
## 1463            19689        0             91           216       31751
## 1464            24154        0             44            57       16193
## 1465              855        0             97            59       19230
## 1466             1394      949             32            68       17124
## 1467             2351        0            270           492       78256
## 1468            17292        0             89           244       47800
## 1469            13371    23000            219           138       44788
## 1470              561    13000            180           173       65044
## 1471             1908      538             93            80       15788
## 1472            22974        0            173           335       54643
## 1473             3266        0            121           173       52052
## 1474             2073        0            298           134       63548
## 1475             2535        0            158           325       26126
## 1476            24669    20000            248           178       95274
## 1477             1679        0            155           118       34948
## 1478             3142        0            105           215       28130
## 1479            28479    17000            224           141       90046
## 1480             9330        0            129           173       51842
## 1481             6327        0            101            84       12399
## 1482             1361        0            145            82       11482
## 1483            14744        0             57           178       23351
## 1484            32875        0            227           298       41170
## 1485             1290      452             13            39        4795
## 1486             1082        0            171           200       55630
## 1487            19805        0            119           208       28542
## 1488             1668      433             44           162       12077
## 1489             5890        0            188           100       44931
## 1490             1947        0            166           142       31918
## 1491            13021    39000            584           975      136367
## 1492             1352      471             67           141       11512
## 1493             1458    10000            233           212       47498
## 1494            14165      704            112           204       14962
## 1495             6563        0            151           280       48999
## 1496             5022      494             63           113       15015
## 1497            23031    24000            335           195       77394
## 1498             1993        0             24            31        2189
## 1499             3611     9000            147           196       70698
## 1500             3823    20000             51           105       70568
## 1501             4334      892             10            71       10410
## 1502             3227     6000             12           129       23181
## 1503             3125      561             50            99       11747
## 1504             1005      675            149           232       28584
## 1505             1573        0             24            55        9852
## 1506             1508      262             28            25        4885
## 1507                5      633             95           159       11101
## 1508               50    29000            288           127       68885
## 1509             1980      677             10            15        2138
## 1510             5377        0             58            76       28848
## 1511             3874       26             NA            NA         219
## 1512             1783    38000            297           524      310903
## 1513             1564        0             90            89       23072
## 1514             1068        0             56           150       36267
## 1515            24640    23000            274           915      190990
## 1516             1274      120             68            94        8367
## 1517            14978        0             98            86       36914
## 1518               13        0            256           144       85589
## 1519             3386    23000            117           116       50041
## 1520            52621     1000            107           260       45497
## 1521             1778      314             52            61        3740
## 1522            23122        0            135            50       23916
## 1523              301    13000            211           108       21223
## 1524             2291        0             57           127       16255
## 1525            14619        0             81           319      181879
## 1526             5942      742            107           232       27580
## 1527             1790     1000            100           148       66941
## 1528              369        0             60            16        4265
## 1529              843        0            195           211       49312
## 1530             4863    19000            121            72       45394
## 1531             2604     4000            285          1033      115649
## 1532            18688      463            103           181       22220
## 1533             2114     4000            192           622      124242
## 1534             2859        0             90           114       50919
## 1535            27759    12000            258           134       83097
## 1536            13093      783             56           175       24826
## 1537            13649    14000            197           647      681857
## 1538              391        0            254           396       62770
## 1539            14504    15000            299           370      189812
## 1540             4151        0            163           139       62198
## 1541            43354    21000            152           395      147597
## 1542             5975        0             53           118       63839
## 1543             2916        0             67           100       20219
## 1544            18734    11000             88           159       61396
## 1545             1729        0            163           441       65551
## 1546             3229    27000            371           485      218711
## 1547            38751    97000            418           669      310540
## 1548             3004        0            131           398       54390
## 1549            36069        0             98           224       89424
## 1550            31529        0            119           132       46961
## 1551            74181        0            133           108       37493
## 1552             3500        0             88            47       19671
## 1553            16034    56000            522           571      379462
## 1554             2054        0             43           112       38949
## 1555            10938    10000            224           383      164608
## 1556             1843     5000            122            28       11347
## 1557            20201     2000             56           217       25193
## 1558             1400        0             75           108       10018
## 1559            12754        0            441          1125      186606
## 1560            29050        0            163           340      156267
## 1561            29743        0             63           216       69197
## 1562              961      702             90           102       18771
## 1563            13040        0            163           382       53028
## 1564             2925    12000            197           187       87768
## 1565             3274        0             93           364       21506
## 1566             3864      350             15            30        5176
## 1567            32094    13000            260           158       60596
## 1568             7394      643             18            49        5600
## 1569            16878      625             70           161        8039
## 1570             2355      559            183           175       21481
## 1571             1073      290             12            31        3088
## 1572            25313    19000            261           983      450676
## 1573             2961        0            167           113       50523
## 1574             2223        0             42           154       30230
## 1575            10910        0            130           100       17319
## 1576            12518        0             66           200       52339
## 1577            20952    64000            449           491      264047
## 1578             1008        0            121           294       69534
## 1579            15082   149000            536           644      475518
## 1580            13811        0            135           268       30339
## 1581             1440        0             74           136       50389
## 1582             4045        0            168           510       81866
## 1583             2097    62000            464          1211       69790
## 1584            40312    28000            204           219       66123
## 1585             3439        0             96           150       62986
## 1586              813        0            223          1017      172080
## 1587            26760        0            112           289      161858
## 1588             7872        0            142           431      200260
## 1589            19046        0            166           391      623757
## 1590            20966        0            114           373      260981
## 1591            18322    32000            214           164      145852
## 1592            17560        0            126            64       14281
## 1593            54877        0            157           402      160776
## 1594             2575        0            104           241      143696
## 1595            20035    41000            304           323       87665
## 1596             4730        0            191           392      185338
## 1597             3696     5000             55           125       96607
## 1598             2203        0             59           178      160321
## 1599            13645        0            108           301       94049
## 1600             3143        0             50           117       31817
## 1601            22678    39000            216          1080     1023511
## 1602             2639    22000            472          1262      531737
## 1603            20097        0             89           186       58906
## 1604             1942    12000            229           935      338415
## 1605            28830    14000            268          1106      482064
## 1606            24333        0            145           337      123940
## 1607            34495    57000            177          1111      396396
## 1608             2978        0            175           154      124501
## 1609             4516        0            131           140       31760
## 1610             4527      181             41            49        8146
## 1611             1936      883             30           109       12549
## 1612            26388    11000             57           329      112175
## 1613            35209    19000            391           452      270238
## 1614             1556        0            217           612      107557
## 1615              337    81000            452           326      184641
## 1616            37387    75000            589           667      428916
## 1617             2911      602             61           122       19079
## 1618             1185     5000             79           182       94435
## 1619            19420        0            234           178       34258
## 1620            16758        0            253           325      217507
## 1621             3418        0             51           257       42746
## 1622             2740        0            123           340      109894
## 1623             6930        0            145            97       34079
## 1624             2860        0             65           162       18973
## 1625            13794        0            152           129       79094
## 1626             1266        0             94           152       37479
## 1627             6742        0            119           339      122187
## 1628             1289    78000            487           509      301149
## 1629            18795        0            121            64       19547
## 1630            43453    13000            147           426      198066
## 1631            19815        0             85           223       28942
## 1632            14710        0             98           293       43743
## 1633             3679     1000             39            72       15074
## 1634             4767     1000             43            85       76850
## 1635             2943        0            108           300       68565
## 1636             1145        0            209           307       98160
## 1637            18726    20000            131           243      167967
## 1638             2910      771             73            86       12570
## 1639            20499    12000            316           581      192930
## 1640             1026    13000            159           156       74630
## 1641             1748        0             63           119       39306
## 1642             6137    13000            162           189       25484
## 1643            60683        0            267           467      188785
## 1644             2577        0             95           145       34910
## 1645             1467    59000            478           461      196217
## 1646            16881    44000            305           277      147128
## 1647             5642    11000            397           691      158354
## 1648            15327    34000            214           209       93767
## 1649             9638        0             82           292       43378
## 1650             4059    16000            138            86       47297
## 1651             1165        0             69           216       26066
## 1652             8362    13000            253           529      186977
## 1653              814        0            304           527      138435
## 1654            29551    66000            634           986      277172
## 1655             3854        0            111           409       88518
## 1656            23866        0             77           215       54042
## 1657             2373        0            120           226      112669
## 1658            15308        0             63           165       49349
## 1659              257    38000            417           438      159198
## 1660             3295        0              9            30        3322
## 1661             2266     1000             59           256       36363
## 1662            16827        0            218           184       49205
## 1663            20051    39000            359           371      108242
## 1664             3797        0            101           127       21767
## 1665             2867        0             52           145      135643
## 1666            15811        0             85           134       33067
## 1667             3664      304             64            84       12466
## 1668             1594    13000            263           245      111117
## 1669            18469    29000            450           274      148327
## 1670             3239        0             85           154       31984
## 1671             1002        0            162            55       15600
## 1672             1653     1000             85           267       30651
## 1673             1023        0            110           227       21998
## 1674             2060    11000            165           104       15843
## 1675            12785      592             64           112        9283
## 1676            20772        0             44            88       23579
## 1677             2737     1000            147           203       53884
## 1678             5697    18000            242           201       54447
## 1679             3892    11000            244           215       47003
## 1680             4369      484             73           116       15052
## 1681             3479    11000            232           141       78974
## 1682             4462      491             63            63       12164
## 1683            11799    27000            239           237      146364
## 1684            15271        0            158           830       70341
## 1685             3148      999            152           220       65979
## 1686             3072      629            105           167       23345
## 1687             6152      204             36            29        7073
## 1688            22554        0            181           291       43764
## 1689            31278    24000            219           215      143368
## 1690            16722        0            158           262       65628
## 1691            20563        0            155           214       32815
## 1692            18085      462             74           112       45775
## 1693             2222    12000            368           354       79517
## 1694             3000        0             81           269       33669
## 1695             5101        0            154           132       53053
## 1696             2178        0            140           262       28606
## 1697              977      625             73           105       11520
## 1698              679        0             98           298       44979
## 1699             1393    23000            358           242       85024
## 1700            27829        0            222           671       70771
## 1701             2497      858             85           338       14747
## 1702            22006      654             62           148       11003
## 1703             1100        0            130           524       56451
## 1704             1643    24000            376           258      114241
## 1705            23352      387            130           191       22449
## 1706              842        0             65           129       30092
## 1707             5393        0             77            38        9682
## 1708            11519        0            107           152       24033
## 1709            11769    19000            292           210      126307
## 1710             1873        0            193            87       21086
## 1711              307        0             16            19        2308
## 1712             5706        0            184            95       52069
## 1713             1297        0            123           221       25558
## 1714            32930        0             60           365      101888
## 1715            24719    12000            111           495      221000
## 1716             4253        0            217           127       54147
## 1717            16252        0            117           161       29715
## 1718             2759      287            105           103        9004
## 1719            21519      353             41            38        3926
## 1720             1518        0            124           142       23864
## 1721              949      445             90           132        8215
## 1722             4473        0            110           180       38503
## 1723            22516        0            273           415      136104
## 1724             1887        0             63            27        4670
## 1725              545        0             56            17        9214
## 1726            29773        0            130           114       36487
## 1727            19620    21000            134           124       52972
## 1728             3095      885             36            44        4599
## 1729              143        0             46            23       10175
## 1730             2725        0              7            22        3279
## 1731             2806     6000            132            62       12410
## 1732              229      161              5             7         393
## 1733             1831      447             56           108       14618
## 1734            15795    13000             65            14        3302
## 1735            13159    40000            221           185       97697
## 1736             1383    11000            291           815      188637
## 1737             3309    12000             13            56       20839
## 1738             5404        0            148           259       44816
## 1739             2056        0             42            39       16222
## 1740             6161        0            302           241       88682
## 1741              810     3000            181           276       71596
## 1742             4169      201             64           101       14315
## 1743            23562        0            154            96       16984
## 1744            18855        0             17            51        9913
## 1745            17873      209             65           123        8134
## 1746             2567        0            148           214       28632
## 1747             5085        0            161           263       92850
## 1748            52970        0            124           244      260939
## 1749             2702    76000            349           331      119928
## 1750            11898        0            148           524      329969
## 1751             3438      418             45            67       14005
## 1752            17109        0            133           317       59232
## 1753            11534        0             87            32        2167
## 1754            46186        0            178           471      130094
## 1755            40585    25000            233           722      592582
## 1756             3400        0            173           170      195255
## 1757            57308    99000            426           374      182983
## 1758             1500        0            210            71       24663
## 1759             1845        0            129           289       36636
## 1760            10438     7000            287          1057      194422
## 1761            17533        0            108           229       61317
## 1762              386        0             62            28        8227
## 1763            14609        0            220           962      209133
## 1764             3969    11000            136           714      177828
## 1765            35694    27000            222           173      106755
## 1766             2118     2000            112           263       72085
## 1767               37    12000            122           374       85423
## 1768             2010        0             62           115       44394
## 1769            34565        0            135           523      201084
## 1770             1554    23000            184           160       78008
## 1771             1275    16000             36           132       60494
## 1772             3497        0            171           128       59068
## 1773             2357    36000            447           801      435864
## 1774             1987        0            220           122       77935
## 1775            23344        0            122           365       27378
## 1776            47677    12000            119            85       29738
## 1777             1083    17000            177          1058      193455
## 1778            13877    34000            302          1168      461609
## 1779            16125        0             44           126       34427
## 1780             1286    10000            211           211       69355
## 1781             3681        0            222           199       72693
## 1782             1805      209            100           167        9338
## 1783               66     1000            100           153       10369
## 1784             3211        0             98           149       44103
## 1785             2171      913             74           123       22250
## 1786             3436        0             97            71       29971
## 1787             5535      517             21            21        4288
## 1788            28867        0            156           460       43006
## 1789             3944        0            125            50       11476
## 1790             4710    73000            225           134       23775
## 1791                4        0             85           117       21606
## 1792              858        0            135            98       61269
## 1793            19168    36000            350           378      202967
## 1794            11669        0             31            84       10266
## 1795            25387        0            177           112       32103
## 1796             1898        0            106           225       74374
## 1797            12874        0            251           559      298590
## 1798             1775    15000            148           184       74476
## 1799             3565      464             76            39       10791
## 1800             1334      845             52            89       12980
## 1801              646        0            220           281       64625
## 1802            50950        0            131           197       47203
## 1803             2707    11000              7           131       38177
## 1804            16230        0            112           188       55513
## 1805             3845        0             93           199       15352
## 1806            32921    65000            370           398      106221
## 1807            14322        0             83           143       50653
## 1808             2566    14000            125           319      142448
## 1809             3525      894             73            33       22304
## 1810             3389        0             98            71        6476
## 1811               74        0            158           391      144021
## 1812             3313     2000            152           366       42761
## 1813            26451    10000            202           507      262153
## 1814             6341        0             80           170       45271
## 1815             2452    15000            288           136       34488
## 1816             1560    21000             99           284       99557
## 1817             4696    14000            222           624      156929
## 1818             6420        0            194           140       61777
## 1819              812      459             15            31        3446
## 1820              960        0             56           208       19568
## 1821            11969      315             63            39        8309
## 1822            15790        0            167           174       60555
## 1823             1721      817            101           139       16555
## 1824             2495        0            118            71       17436
## 1825             4311        0             76            83       15866
## 1826            10894        0            268           103       19611
## 1827             1044        0             95           167       42876
## 1828            46022        0             78           105       14612
## 1829             4186     2000            127           226       49405
## 1830            71973      845            137           111       23767
## 1831             3286      188             54            52        4257
## 1832               24      359             38            19         926
## 1833             2954        0            167           201       84209
## 1834             3984        0            129           271       96693
## 1835             8341        0            217           546      313797
## 1836             1690        0            134           752      175524
## 1837            15428    15000            253           207       87950
## 1838             2403        0             46           109      107801
## 1839            15590        0            232           374      255257
## 1840             2747        0             92           345       57958
## 1841             5458        0            153           494       54096
## 1842            10493        0             49           148       62037
## 1843             1784        0             79           151      133415
## 1844              669        0             56           210       40277
## 1845             1090        0            224           673       94108
## 1846             3172        0            175           472      120786
## 1847             3066    16000            197           862      225102
## 1848             3889        0            226           315       80870
## 1849            13573    43000            335           287      161168
## 1850            28493      736            157           214       48973
## 1851             3917      874             69            94       11212
## 1852             1154        0             46           149       28247
## 1853            42473    10000            217           201       88035
## 1854             3742      167             55            44       11092
## 1855            23456    20000            200           134       66579
## 1856            11662     3000             93           181       44913
## 1857             2356    35000            265           190       72886
## 1858             2466      260             82            95       10667
## 1859             2960      319             32            79       16194
## 1860             2228      145             42            55        7772
## 1861             2170        0             22            69        8118
## 1862            12534      826            116           178       31798
## 1863            19068        0             56            28        5006
## 1864              616      504             23            26        8008
## 1865            17847    11000            178           126       57674
## 1866             1565        0            226           568      111351
## 1867              705    13000            406          2814      179235
## 1868            52201        0             57           223      181380
## 1869            12285    12000            100           331      383784
## 1870            17347    28000            366           871      561773
## 1871             4264        0            242           320       40941
## 1872            16461    29000            309           974      483756
## 1873             3197    19000             85            99       43084
## 1874             2551        0             48           126       89972
## 1875            15233    41000            174          1273      865020
## 1876            23227    75000            373           460      318955
## 1877            36337    11000            224           105       29282
## 1878             7800      567             94           149       33180
## 1879             1166        0             25            18        3170
## 1880             4692     3000            273           885       89101
## 1881             1041      488             78            25        2863
## 1882             2251      425             66           118       23943
## 1883             3958        0            459          2192      296787
## 1884             2501        0             68            93       42765
## 1885            22767        0            123           418      219008
## 1886             4738    21000            488          1518      612060
## 1887             2394        0            146           109       75903
## 1888            16999        0            168           571      171568
## 1889             1323    18000            152           498      150308
## 1890             3500      660            133           297       46417
## 1891             5740        0            139           107       21176
## 1892            22739    24000            245           178      168717
## 1893             4453    11000             84           439       95241
## 1894             9082        0             70           365       57040
## 1895              673     7000            154           310       80958
## 1896             2420        0            216           571      102861
## 1897             1852    29000            170           106       76882
## 1898            28071     6000            181           522      110390
## 1899            58823        0            226           632      174591
## 1900             3202        0             24            27        4265
## 1901            16606    32000            408           755      203111
## 1902            23328        0            180           450       70205
## 1903           656730        0            181           577      267921
## 1904            24783    25000            192           989      728685
## 1905             3037      542             79           104       26755
## 1906            17278        0            128           181       49676
## 1907            16464    19000            147           851      537442
## 1908             2457        0             49            92       36253
## 1909             2451        0             75           133       70274
## 1910            26625        0            270           161      101977
## 1911             2530      666             29            41       22748
## 1912              533    16000            398          1107      372990
## 1913             2908      187             38            33       12218
## 1914             3017      329             45            35        5674
## 1915             3001        0             81           179       29661
## 1916             6862        0             88           223       44838
## 1917             7945        0            116           254       53126
## 1918            18789        0            129           126       63969
## 1919             3535      671             72            59       13194
## 1920             6393    10000            151            96       35833
## 1921            36064    58000            198           260       86251
## 1922            16400        0             66           194       48095
## 1923             1340        0            167           316       45102
## 1924             2822        0            127           150       74622
## 1925             6867     1000            109           185       34942
## 1926            12624        0            174           660      102123
## 1927            20109        0             91           261      116762
## 1928              794        0            151           235       88714
## 1929             2730      686             94           144       22243
## 1930            18442        0             91            41       14612
## 1931            50927    18000            148           364       87331
## 1932             1006        0            141           409       75973
## 1933              667        0            114           292       39768
## 1934             1548        0             79           159       25019
## 1935             2176        0             33           261       28377
## 1936             3850        0            146           114       60202
## 1937             4378      657             83            50       10161
## 1938            13495   108000            199          4144     1689764
## 1939             1315      387             71           119       19699
## 1940            16937     3000             62           185       63459
## 1941             3784        0            175           145       48559
## 1942            39690    30000            322           285       67797
## 1943              235      901             67            81       19737
## 1944             1095        0            112           161       58297
## 1945            21195    15000            216           119       32507
## 1946            37315        0             48           109       36108
## 1947            52122        0             44           117       41310
## 1948               55      834             12            12        7968
## 1949            19945    14000            162           186      104356
## 1950            12841        0            213           165       74691
## 1951             3744    10000            298           250       40776
## 1952            33565        0            119           166       72673
## 1953            11994        0            251           888      109855
## 1954            14180        0             92           316      162067
## 1955             1855      564             58           132       12263
## 1956             4431      498             73            56        8398
## 1957             3067      377             28            37        5817
## 1958             2465      246             19            22        4086
## 1959             1217        0             86           106       22289
## 1960             2466        0            287           376       76303
## 1961             1749        0            233           351       60062
## 1962             2498      378             86           162        9361
## 1963             2537        0            160           136       16411
## 1964              911        0            126           513      171151
## 1965             1634      503             50            68       15814
## 1966             3065      215             52            92       11211
## 1967            27659    43000            260           174       87682
## 1968             2062        0            111           149       59900
## 1969             4952        0            231           130       20823
## 1970             1282        0             99           163       16995
## 1971             3757    14000            159           113       39357
## 1972             1008        0            159           189       15531
## 1973             2346      581              7            60       23664
## 1974            21163        0            199           135       23696
## 1975            16651     5000            119           194       43903
## 1976             2230        0            120            56       21098
## 1977              896    19000            180           331       92464
## 1978              210      853             58            11        5525
## 1979            29692    77000            317           514      332276
## 1980            48482        0             44            93       24145
## 1981             2107        0             22           256       21940
## 1982            43560      982            143            99       17757
## 1983            28987      261             72           157        7909
## 1984              582        0             70           187       18693
## 1985             2348    17000            264           162       47169
## 1986             5023      491             20            50        5668
## 1987            11431     7000            190           140       27117
## 1988             1134      348            142            74       14581
## 1989              583        0             27            62        4972
## 1990            23566    32000            355           504      177401
## 1991              611      739             21            52        3334
## 1992             2165      206             31            26        4875
## 1993             2413      295             87            91       11375
## 1994            12574    11000            126           251       44198
## 1995             2603     4000            285          1033      115650
## 1996             9662        0             60           173       24790
## 1997             4990       83             23            20        3229
## 1998              142        0            229           300       59462
## 1999             2930      937            143           471       30628
## 2000            25143    21000            376           181       96480
## 2001            16090      507             97           128       14982
## 2002              539        0             73            35        7100
## 2003             4351      942             28            57        5841
## 2004             1591        0            160            69        9264
## 2005             5954    31000            124           131       69676
## 2006            13809     6000            280           212       64944
## 2007             3874        0             56            22        5385
## 2008              890        0            118            48       18395
## 2009             3204      636             49            17        2395
## 2010               53       90              4            24         753
## 2011               48      200             16             8         891
## 2012            27797    24000            336           431       80861
## 2013             3287        0             91           103       34338
## 2014              705      690             16            76        5911
## 2015              285        0             65            26        5900
## 2016             2204      437              7            11        1084
## 2017            35501        0             51           143       52846
## 2018            33747    27000            252           128       33107
## 2019            15449        0            106           219       61621
## 2020            15111        0            285           962      162130
## 2021             3962    37000            163           163       33958
## 2022             2321        0            195           488      124941
## 2023            21414        0            123            56        8885
## 2024             4830     3000             52            38       15310
## 2025            17582        0            129           318       90374
## 2026             1962        0             60           113       51459
## 2027            10325        0            123           404      185258
## 2028            12947    12000             84           170       63274
## 2029            49847      891            125           418       55398
## 2030             3946        0            106           275       16469
## 2031              638        0            247           243      149835
## 2032            12254      455            156           263       30119
## 2033            32474    15000            271           268      109620
## 2034             2557      204             45            50        5431
## 2035            13433        0            133           385      125421
## 2036             4681      876             84           140       22844
## 2037             3243      619             70           100       14637
## 2038             1458        0             32           150       10895
## 2039             4971      650             51           101       11709
## 2040             1523      153             73            59       10100
## 2041             5470        0            169            68       16437
## 2042             5737    13000            365           374       72552
## 2043            23689        0            113           248       12821
## 2044            24436      839             18            37        2265
## 2045             1088      408             10            47        2541
## 2046            23769      181             16            50        2919
## 2047            14699    12000            196           157       80574
## 2048            24263    13000            212           330      214091
## 2049            28011    26000            445           553      386217
## 2050             7122        0            446          2618      316020
## 2051            13823        0            108           300      119450
## 2052            12643    17000            223           900      837759
## 2053            11013        0             63           203      172405
## 2054             3847        0             43            87       83269
## 2055             3345        0            211           674      181058
## 2056            57077    22000            421           288      188652
## 2057            16196     5000            214           805      193962
## 2058            20798        0             92           167       19709
## 2059            19359   148000            574           748      355126
## 2060            21195    15000            216           119       32513
## 2061            23242        0            140           339       53415
## 2062             2450        0             28            32        4191
## 2063            22040      638             36           103       14786
## 2064              829        0             65           129       30092
## 2065             1509      153             53            47        3914
## 2066            31187        0            394           397       72646
## 2067             2355        0             80           383       30840
## 2068            63194     1000             45            71       20163
## 2069             2453      376             47            19        3174
## 2070              672        0             90           165       17740
## 2071             3671        0             30            81       14473
## 2072            24248        0            232           224       60115
## 2073              735        0            165            65       32003
## 2074             4142        0             45            49        4693
## 2075              365        0            155            43        8924
## 2076             3276      532              6            23        1781
## 2077             1618      767            118           148       17373
## 2078             1059      765             55            33        6263
## 2079              214    11000            314           580      209396
## 2080             2936    13000            103           273      136667
## 2081             1795    18000            183           185       53341
## 2082             3100        0             77           252      154199
## 2083             4664        0            171           611      247289
## 2084             2790        0             64           111       64742
## 2085             6657        0             92           174       26434
## 2086            15170        0            112            83       44021
## 2087            27237        0             69           192       54631
## 2088             1203     1000             75           132       47383
## 2089             1943    12000             95           256      171726
## 2090             1484    55000            180           185       52894
## 2091             1725        0             53           166       48909
## 2092             3152    15000            129           431      121937
## 2093              775    15000             61           174       15448
## 2094             1777        0            226           806      208092
## 2095             2019        0            116           375       62584
## 2096            16031        0            248           175       52888
## 2097            13619     2000             23            87       13455
## 2098             1729      887             98           166       41239
## 2099             1006        0            168            95       59805
## 2100            12876    11000            159            91       28621
## 2101              540        0            134            21        2587
## 2102              664      739             97           201       33287
## 2103             3153        0             88            35       15665
## 2104             5386        0             85           354       31227
## 2105            11632        0            181           867      128593
## 2106            34838        0            257           899      263336
## 2107             4239      804             95           200       25462
## 2108            38494    23000            423           302       60926
## 2109             3769        0             93           242       18900
## 2110            39989    15000            203           154       82804
## 2111             2216        0             38            38        7242
## 2112             8094        0            183           381       56813
## 2113             3148      716             75           180       35018
## 2114             4221      158             18           111        2253
## 2115              788      104             22            50        1547
## 2116             5568      272             41            77        8176
## 2117             1411        0            148           121       26767
## 2118            42484        0            111           260       31433
## 2119             2590        0            231           232       59507
## 2120              773    11000            115           147       21394
## 2121            15922        0            176           104       29322
## 2122             2453      687             98            54       16831
## 2123            14617    11000            149           105       48873
## 2124             1011        0             84           116        9513
## 2125            37766        0            138           135       34985
## 2126             1651      815             78            27        5166
## 2127            24134    17000            288           231       83171
## 2128             3284        0            299           363      133367
## 2129             4629      758             27            71       12278
## 2130            13576        0            155           591       69980
## 2131               30        0             82            22        6920
## 2132             1205    18000            275           163       67893
## 2133            16805        0             43            98       19832
## 2134             3003        0            163           928      162037
## 2135            24324        0            168           199       89547
## 2136             1254     1000             60            87       25086
## 2137            18630        0             85           131       22649
## 2138            72115   117000            539           692      533607
## 2139             3994    10000             84           235       52533
## 2140             6035        0             75            73        6067
## 2141            27572        0            171           460      237248
## 2142             4089        0            140           184       80556
## 2143             3162      897             85           253       13065
## 2144               98      141              5            33        4398
## 2145             1997     7000            217           115       45992
## 2146             6212     1000            131            79       15079
## 2147            16692      365            111           147       11983
## 2148            46241    24000            466           517      149066
## 2149             1562      284             16            40        2295
## 2150            34705    17000            276           148       39764
## 2151             3688        0             11            48        7748
## 2152             2990     6000            196           527       77493
## 2153            12906    16000            234           771      661017
## 2154             7860        0             37           189      200077
## 2155             1591        0            171           339      139288
## 2156            19952        0            148           258       24969
## 2157             4121        0             50            95       84824
## 2158             2505      800            121           236       30058
## 2159            13184    40000            185           916      887467
## 2160             4263        0             61           176      114610
## 2161             1787        0            156            81       47794
## 2162             1520        0             75           265       51314
## 2163             4729        0            100            99       17829
## 2164             9049   131000            511           807      300110
## 2165             3558      773             75           149       22679
## 2166             2654    11000            148           144       35965
## 2167             2287        0            253           491      186984
## 2168             4403        0            204           479      210680
## 2169             3816        0             72           283       81783
## 2170              679        0             98           298       44979
## 2171             6313        0             62           251       98794
## 2172             9578    22000            549           439      205284
## 2173             1293        0            106           331       58222
## 2174             2341    10000            123           185       62421
## 2175             4251    83000            597           695      439176
## 2176             2390     2000             64           185       28649
## 2177             6657        0             40            68        7664
## 2178            42330    16000            111           588      357581
## 2179            21852    51000            151           130       44723
## 2180             2753        0             31            50        7354
## 2181             1196        0            138           280       82476
## 2182            18786    18000             81            46        4654
## 2183             6539      806             99           613       50415
## 2184             3402      302             80            79       13324
## 2185             3869    22000            364           212       61114
## 2186             4480      227             85            58       11634
## 2187             1383     1000            140           389       25960
## 2188             1825        0            184           337       62364
## 2189              575      347             89            53       13319
## 2190            88953    20000            265           383      141663
## 2191             2851    33000             61            87       18915
## 2192             1530      211              3            20        1922
## 2193             4293        0            112           666       89687
## 2194             2024        0            166           337      113068
## 2195             1058    80000            474           409      195333
## 2196             2382        0            165           135       40469
## 2197             5746      930            131           284       38658
## 2198             1660        0             29            51        5427
## 2199            20188        0             43           117       49680
## 2200            52571        0            111           236       28005
## 2201             2110     4000             90           230       18481
## 2202             1454    10000            333           463       79461
## 2203             1735        0             37           155       19126
## 2204             2898    16000            122           187       39095
## 2205            11248        0            285           908      243799
## 2206             4662    14000            156           145       54242
## 2207            33903        0            293           321       99236
## 2208             2609        0            233           700      136048
## 2209             1945    16000            282           255       35131
## 2210            12338        0             57           140       42315
## 2211            34319    13000            153           177       50337
## 2212            17775        0             20           106        9352
## 2213            13189    10000            324           281      136673
## 2214              389    21000            122           117       12276
## 2215             1083        0            156           474       75920
## 2216             2462    21000            161            93       55008
## 2217            14275        0             69           389       90677
## 2218             3292        0            121           119       23424
## 2219             1136        0            258           165       55441
## 2220             3141    10000            174           602      143137
## 2221             1834        0            141           189       26624
## 2222             3174      613             31            77        9845
## 2223            27755        0            222           189      152247
## 2224            19364    52000            273          1514      666937
## 2225             4813        0             91           136       41273
## 2226            33878        0            190           189       94892
## 2227              278    49000            427           401      185587
## 2228             3327      590             93           102       15877
## 2229              189        0            292           281      105797
## 2230             5707        0            180           131      101730
## 2231             4257     6000             94            44       32951
## 2232             3590        0            112           281       25870
## 2233            45841        0             20            97       15230
## 2234             2486        0             84            84       10986
## 2235             3261     3000            120           334       39541
## 2236            14903        0             90           124       22604
## 2237            88422      431            103            37        5332
## 2238             3598     1000             59           162       34774
## 2239             1780        0             86            35        4303
## 2240            10507        0            190           202       50198
## 2241             5123        0            114           403       42664
## 2242                0      124              6            51       12417
## 2243             1885    18000            290          1040      422432
## 2244             3301        0             80           100       36983
## 2245            18760        0             98            76       31323
## 2246             4039      681             88           125       20539
## 2247             1761      501             13            34        2061
## 2248             2251        0             52           185       33597
## 2249             1816        0             60           219       18366
## 2250            17050        0            154           231       83786
## 2251            18752    76000            274           760      426359
## 2252             4374      484            110            97       26100
## 2253             2173    25000            173           220       49888
## 2254            23296    12000            165           592      219091
## 2255              861      264             45            32        4180
## 2256            25263        0             45            76        9105
## 2257              537        0            377           354       99353
## 2258             1557        4             NA             6         114
## 2259             8189      422             43            75        3875
## 2260              904        0            201           230       68119
## 2261             7567        0            192           559      189683
## 2262             2915      269             77           138       13210
## 2263            44061    19000            350          1535      348010
## 2264             2698      401             81            92       14147
## 2265             1189     1000             81           158       23076
## 2266             2327    10000            222           188       35137
## 2267             1934     1000             27           100        6484
## 2268             9941        0            155            81       20186
## 2269             2857        0            111           359       74945
## 2270           137712        0            107           110       26236
## 2271            15183        0             34           100       23928
## 2272            15713        0            151            91       58957
## 2273             1414    10000            289           236       82082
## 2274             1189      713             76           176       26390
## 2275            30541        0            150           223      112516
## 2276             4302      979             67            86       29385
## 2277              908        0             36           177        5796
## 2278             3431      983            149           199       24019
## 2279            13156        0            156           316       69172
## 2280             2880      977             64            88       21542
## 2281              500        0            210           147       60516
## 2282             2799        0            113           113       22823
## 2283            20258    25000            390           366       92237
## 2284             1151      444              5            26        6701
## 2285             1778        0            248           235       79855
## 2286             5637        0            137           180       13505
## 2287            27214        0            214           106       32567
## 2288            11867        0            104           131       35586
## 2289             4843      311             81           121       16372
## 2290            16926    25000            175           129       61360
## 2291            24887      855             20            42       17349
## 2292             1614        0             69           140       30083
## 2293            24324        0            168           199       89547
## 2294             3309        0            166           299       60156
## 2295            23409    10000            160           117       49855
## 2296             1343        0             32           129       25371
## 2297             1019      676             72            76       21933
## 2298             2700      233             53            26        9785
## 2299             2730      924             76           117        6838
## 2300             2172      548             15            64        3454
## 2301              707    18000            401           242       61935
## 2302             2185      346             31           114        3851
## 2303             3177        0             65            25        7894
## 2304             2240        0             26            29       15612
## 2305             2907      797             45           205        8560
## 2306             2848    48000            260           164       59248
## 2307             1267        0            129           213       15169
## 2308             4218      847             58           120       18571
## 2309             1690      608            103           202       10037
## 2310             5705    15000             45           122       15978
## 2311            23755    36000            345           190       80617
## 2312            39507        0            232           293       89383
## 2313            21200    13000            116            75       24997
## 2314              838     1000            148           521       37626
## 2315             1573     1000             79            39       11958
## 2316             2295        0            167           361       29649
## 2317             3979        0            350           180       45799
## 2318             3493      971             25           102        6904
## 2319               64        0             99            45       14301
## 2320            36398        0            231           230       48346
## 2321            30134        0            119           113       28629
## 2322             3014        0            182           105       41737
## 2323            24732    13000            245           274       55842
## 2324             2710    11000            174           570      221552
## 2325             1776      235             69            53        4293
## 2326             1462     1000             26            74        2998
## 2327             2129        0            168           232       43205
## 2328             3384        0             27            20        2302
## 2329             2467      241             28            66        4518
## 2330            25088    20000            146          1137      261317
## 2331             1003     1000             67            33        8087
## 2332            11433      401             93           138       16215
## 2333             1978      831             28            83       14015
## 2334            22319        0            131            61        7976
## 2335              991      973            105            79       13727
## 2336            20354      445             21            46        2613
## 2337            39515        0            140            67       41249
## 2338             1592      399              9            25        3843
## 2339               82     1000             83            66       11391
## 2340              182      136              8            16        7147
## 2341             1577        0            138            75       13026
## 2342            15612      217             42            81        9868
## 2343              344        0             NA            NA          18
## 2344             3785        0             92            36        6147
## 2345            10982        0            140            62       20821
## 2346              726       30             NA            NA         118
## 2347             1113      314             29            29        5154
## 2348            20472        0             29           118       25450
## 2349            15680     1000             39            11        5203
## 2350              164       58              2             1         102
## 2351             1092       70              2             3          50
## 2352            27425        0             NA             1         178
## 2353            17957        0             64           101       21833
## 2354            16355    11000            120           133       43879
## 2355             2608        0            143           220       77656
## 2356             1601        0            160           110       29602
## 2357             2398        0             92           382      186485
## 2358             5547    16000            286           296      160418
## 2359            15914        0             43           112       30213
## 2360             3092        0             69           232       62861
## 2361             1212    11000            242           869      222018
## 2362             3023        0            149           478       65512
## 2363             2560    37000            253          1320      610333
## 2364             3230    39000            198           809      732212
## 2365             2872        0            147           536       45317
## 2366             1465     1000             36            59        8346
## 2367             2374     1000              6             6          60
## 2368             1292        0            181           120       77987
## 2369             2020        0             97           205       57479
## 2370            35561    14000            167           125       53977
## 2371             1462        0             NA            NA          29
## 2372             2429      663             47           119        2855
## 2373             2609        0            308           251       93272
## 2374               44    28000            246           902      417971
## 2375              635      332             23            12        1904
## 2376            28094     1000             29            95       17982
## 2377             1985    53000            252           236       98741
## 2378             4324        0            102           103       72715
## 2379             4094    13000            134           181       71276
## 2380             1131      560             30            91        6156
## 2381             5519        0            136            83       43867
## 2382             3260        0            102            37        5147
## 2383                2      238             10            15        1153
## 2384            14579      228             31            44        3536
## 2385             8972      599             63             3         550
## 2386           120797        0            220           518       80903
## 2387            25489        0            241           710      143251
## 2388             1876        0            252           662       78883
## 2389              151      124             23             4         625
## 2390            43105    15000            156           648      213226
## 2391             7252    13000            192           287       94292
## 2392             2771    21000            351           397      216581
## 2393             2085        0             57           213      265818
## 2394            28018        0             99           204      153468
## 2395              505        0            343          1198      297014
## 2396             4380        0            163           548      131801
## 2397            14762        0            110           192       58743
## 2398             2759        0            233           522       96569
## 2399             2604        0             91           202       59380
## 2400            15044    31000            169           374       24854
## 2401             1615        0            142           475       49077
## 2402             3956      265             50            69       10104
## 2403             3151    10000            195           485      107815
## 2404            10557        0            129           425      183425
## 2405             2259    19000            156           103       13562
## 2406             3567        0            103            45       18727
## 2407             4223    13000            217           629      290949
## 2408             3076    16000            134           549      270790
## 2409             4867     1000            146           260       27664
## 2410             5032        0            159           554      245989
## 2411             1310        0            111           317       35718
## 2412             3261        0            187           651       65201
## 2413             2546        0             20           281       65785
## 2414            14672        0             44            96       27149
## 2415            21668   114000            588          1101      395087
## 2416             1353    36000            415           384      150082
## 2417              313        0            279           828       83374
## 2418             4868        0             97           144       36666
## 2419            32930        0             60           365      101889
## 2420             2653      588             27            76       29621
## 2421             4877     7000            212           335       46492
## 2422             5024    15000            110           114       35514
## 2423             2032        0             45           124       17277
## 2424              727        0            190           248       52467
## 2425             2481     2000             77           109       62009
## 2426            23008        0            151           494      235133
## 2427             4947        0            111            77       25344
## 2428              605        0             64            86       14870
## 2429             5734        0            134            82       14062
## 2430            11984    63000            450           440      279179
## 2431            23283      812            128           192       31169
## 2432             1201        0             68           210       15817
## 2433            10691        0             97            68        9051
## 2434            18711      591             54            49        8023
## 2435            21622        0             99           359       39105
## 2436            28933    23000            412           307       93548
## 2437             4072        0            107            80       28209
## 2438            16004        0            192           105       64646
## 2439              927      346             25            41        1400
## 2440            14995      813            104           213       23728
## 2441             1067     2000            120           149       27629
## 2442              676     4000            146           109       19586
## 2443             1466        0            124           287       46396
## 2444             1673     3000            107            48        8895
## 2445             2368        0             11            35        7470
## 2446              847      562             93           112       10680
## 2447              711        0             38           118       29591
## 2448             1263        0             60           102       10832
## 2449             1341        0            184            82       15352
## 2450            56585        0            148           420      142416
## 2451            39307        0            217           111       31898
## 2452              653        0            160           165       37635
## 2453            46944    12000            209           192      194489
## 2454             1356        0             40            54        2541
## 2455             1645        0             85           224       30618
## 2456             1598        0             83            53        6091
## 2457             5671        0            263           156       31359
## 2458            14843      827            128           155       25165
## 2459            39463    18000            186           119       27882
## 2460             1906        0             14            44       12854
## 2461              167        0            292           193       52958
## 2462             1498      378             15             6         436
## 2463             2319        0             70           100       10082
## 2464             4094     2000             79           180       26730
## 2465             1083    19000            103            56       13359
## 2466             2215     1000             97            93       14324
## 2467             1032        0            108            36       10111
## 2468              198      342             59            20        2541
## 2469             2705      271             10            42         899
## 2470             1592     3000            184           419       49669
## 2471             3212        0             23            50        4510
## 2472             1185        0            112            90       14325
## 2473             4142        0             45            49        4693
## 2474             1243        0             59            95       30215
## 2475            25804    10000            195           140       48162
## 2476            17584        0            256           555      422606
## 2477             3699      804             44            45        9544
## 2478            13545        0             59            34        5693
## 2479              816        0             97           108       67653
## 2480            14385        0            142           247       45900
## 2481             4142    12000            187           609      264533
## 2482             2124        0            193           376      140780
## 2483             1373        0             40            17        1633
## 2484            16735        0             46           101       13133
## 2485              245      204             38            67        4387
## 2486              956    20000            239          1109      268581
## 2487             4228    18000            250          1076      488537
## 2488             1164        0             82           258       66959
## 2489            50284        0            140           419      105585
## 2490             3627    14000            129           147      106820
## 2491             2170        0            285           835      149966
## 2492            35345        0             91           177       54710
## 2493             4400    12000            318          1191      157857
## 2494             6229        0            283           841      149414
## 2495             2164      309             52            48        3407
## 2496             5306     7000             56            64       11600
## 2497            19410     3000            186           482      121058
## 2498             1978    12000            178           279       67978
## 2499             3294     2000            140           207       62272
## 2500            25549    30000            469           665      264186
## 2501             9271        0             63           239       48458
## 2502            17396    16000            148           129       64190
## 2503             4500        0            265           855      129719
## 2504             2713      320             75           117       11815
## 2505              952    21000            113            83       23480
## 2506             4797        0             62            30        7991
## 2507             1538      874             54            92        8522
## 2508            12676    36000            223           250      213898
## 2509             3344      476             50           107       12993
## 2510             2365        0            125           416       50656
## 2511             4060      814             81           271       10885
## 2512             2135      110             37           112        9104
## 2513             2020      339             44            37        2045
## 2514             6317     4000            197           138       52852
## 2515             1567      419             15            50        4550
## 2516              673    70000            543           789      125016
## 2517             2016        0            112            75       15033
## 2518             5992      300            153           217       22639
## 2519             3007     1000             94           259       33570
## 2520              760      238             62            18        4600
## 2521            27381        0            157           419       88590
## 2522             1727      352             35            64        3222
## 2523              805      154             21            28        4081
## 2524             4210    15000            236           645      295375
## 2525             1262        0             50            27        1275
## 2526              409        0            106           113       16234
## 2527            14492        0            106            39       13762
## 2528             2340        0            173           238       32671
## 2529             1364        0             41            39       10706
## 2530             1769      903             41            71        3701
## 2531              730        0            145           108       16268
## 2532             5433        0             31           115       55895
## 2533            25173        0            105            97       13239
## 2534             4210    15000            236           645      295375
## 2535             1607        0            114           219      119150
## 2536            41059        0             69           196       78392
## 2537            12554        0            150           151       46204
## 2538             2785        0             72            50       37700
## 2539             2282        0            158           469       56665
## 2540            51609    23000             96           491      277451
## 2541             2985        0             84           438      288451
## 2542              485        0            114           273      149108
## 2543             2330        0             79           154       26310
## 2544             3889        0            103           302      132963
## 2545            23369        0             67           267       35312
## 2546             4606    30000            576           583      190030
## 2547            12183        0            178           230       42182
## 2548            27911    71000            487           377      237848
## 2549            26402        0            196           366       56269
## 2550              824        0             24            30        1449
## 2551             3058     1000             56           307       18254
## 2552             1322    27000            406          1083      467234
## 2553             4561        0              3            57        7210
## 2554             4194      393             51            53        7392
## 2555             3107     1000             41            81        9566
## 2556             5349        0            138           115       29147
## 2557             2543        0             78           205       41664
## 2558              874        0             40            72       28736
## 2559              485    17000            285           687      352695
## 2560             3485        0            124           125       16582
## 2561            19894    14000            275           365      198111
## 2562             2762        0             34            54       18041
## 2563            18786    18000             81            46        4654
## 2564             3451      487             67           134       13661
## 2565             2572        0            103           171       25549
## 2566            24805     6000            300           294       92712
## 2567            11078      492             84           148       11768
## 2568             1653        0             64            91       24256
## 2569            15044    31000            169           374       24854
## 2570            22088    24000            158           361      113963
## 2571             1882      371             46            95        8215
## 2572            14677      818             15            55       21079
## 2573            33865        0             68           261      178731
## 2574             2389        0            111           302       51996
## 2575             3835      177             21            20        2385
## 2576             1945      392             42            90        5237
## 2577             1227      573             65           123        8217
## 2578            12766      762            109           148       21613
## 2579             2518        0             42           194       30682
## 2580             1852        0            112           316       98629
## 2581             1889        0            146            88       24104
## 2582             3100        0             36            62        8687
## 2583            11019        0            230            70       20616
## 2584             2096      356             64            78        5321
## 2585             5056    23000            393           212       92640
## 2586             3935        0             75           150       18271
## 2587              329     3000             78            49       30587
## 2588            11091      921             67            42        5664
## 2589              943    23000            216           192       45449
## 2590             3086        0             54            42        7444
## 2591             4453   115000             84           304      155249
## 2592             5273        0             69            43       12817
## 2593             2896        0            208           132       21370
## 2594             3104      939             32            40        5312
## 2595              537    16000             20            79       19164
## 2596              699      824             78           180        8624
## 2597             3583      282             21            26        1033
## 2598             4329      191             40            24        3299
## 2599              303        0             40            91       29392
## 2600             1120        0            251           352       61912
## 2601             3464        0             94           175      126464
## 2602             7521    20000            102           305      311075
## 2603            21499     3000             21            42       36918
## 2604            14701        0             94           194       77366
## 2605            13069    19000            173           388      219171
## 2606              129        0            287          1641      217740
## 2607            19078    22000            176          2715      822500
## 2608            15732    64000            479           636      503631
## 2609             2151        0             27            79       87538
## 2610             2380        0             20            68       18058
## 2611            30978     1000             60            36        6723
## 2612             2592     6000             70           199       60988
## 2613              213      558             43            25        2659
## 2614            13390        0              1             1          62
## 2615            20295   165000            454           608      467613
## 2616             2419      855             25            60       18140
## 2617             2667        0             46            84       12974
## 2618            20154        0            111           103       32002
## 2619             1949    57000            393           304      134869
## 2620             4400    12000            318          1191      157857
## 2621             3617        0             55           183       71183
## 2622             1018    26000            157           162       77724
## 2623              486        0            280           421       85333
## 2624             1953    15000            109           306      189413
## 2625             6510     1000             41           100        9811
## 2626            29370        0             27           132       36624
## 2627            11946    29000            462           509      139749
## 2628             2452        0            152           468       34711
## 2629             3707      896             69            99       29008
## 2630            34025    11000            140          1026      232577
## 2631            29252    12000            130           218       67604
## 2632             3423        0             66           172       27580
## 2633            15800    12000            238           122       64747
## 2634             4567    27000            198           181       29867
## 2635            12170        0            154           502       92074
## 2636              114        0             19            59       13442
## 2637            40117     2000            131           207       69576
## 2638            15369        0             97           393       80305
## 2639            27788    38000            355           336      181025
## 2640            44037    11000            138           172       39782
## 2641            26652        0            102           193       26846
## 2642            14100    90000            419           388      265507
## 2643             4435        0             37            87       15939
## 2644            22383        0             78           240       27044
## 2645             1076    11000            181           559      192775
## 2646             3226     3000            220           491       36372
## 2647             4896    38000            349           252       86664
## 2648             3861        0            241           279       67822
## 2649             2666        0            103           250       38248
## 2650             5440        0            151           614       26905
## 2651            18003    15000            344           637      229687
## 2652            20060    33000            185           718      294163
## 2653            22745        0            112           118       47626
## 2654            34337    81000            676          1264      431578
## 2655             2167      810             74           105       23408
## 2656             1450      849             65           132       15582
## 2657            11471        0            274           713      212167
## 2658              525        0             50            64       12596
## 2659             3462     1000             96            88        8427
## 2660             5135        0             68           116       14322
## 2661             2044        0            111           296       73347
## 2662            16461        0            128           143       33088
## 2663              608      949            160           457       28964
## 2664             1812     6000             93           195       57140
## 2665            20391        0            278           735      166269
## 2666             1002        0             81            52       13874
## 2667            12749        0             58           156       45703
## 2668             3677        0            153           560      189032
## 2669             2210      466             25            55       17074
## 2670             3845     1000             46            76        6095
## 2671             2559        0            161           211       49721
## 2672             2682      243            108           227       13048
## 2673             2661        0             69           127       17983
## 2674             1045        0             78           284       27486
## 2675             2958        0            129            84       15385
## 2676             4204        0            135           114       14814
## 2677             4660      673             96           237       17328
## 2678            34413    47000            417           376      187170
## 2679             3033        0            172           152       50056
## 2680             1069      327             88           415       13320
## 2681            11114    16000            388           876      332065
## 2682             3444        0             45            96       22797
## 2683            14025    20000            414           369      111625
## 2684            22574    13000            291           158       57210
## 2685             2689        0             97           619       39788
## 2686              568      175             37            22        2037
## 2687              646      116             68            31        2673
## 2688             2764      356             90           355       16340
## 2689             3633      489             81            91        4603
## 2690            17627    49000            221           181      106111
## 2691             2633    10000            230           118       55665
## 2692            15644      566             57           135       19768
## 2693             1172      622            119           144       30643
## 2694            15209      251             97           140        9294
## 2695              729     1000            119           226        9649
## 2696            12685      877             42            55       13692
## 2697             1139      436             24            53        2724
## 2698             2377    29000            208           224       53471
## 2699             2913      247             42            88        7159
## 2700             3142      648             44           162        7403
## 2701            29475    16000            230           513      152306
## 2702             4676     1000             46           212       22649
## 2703              981      576             18            77        7122
## 2704            47728    35000            249          1028      537419
## 2705             5012        0            197           200       52421
## 2706             1873      455             71           125       17261
## 2707            12178      923            190           118       24150
## 2708            13524      816             50            89        8055
## 2709             3161     1000             63           132       26598
## 2710            16502        0            104           141       18966
## 2711             2166      515             NA            56        1465
## 2712            10732      647             49            66        6562
## 2713              173    32000            300           513      307639
## 2714             3322        0             43            33        4065
## 2715            33153        0            132           104       32311
## 2716            25637        0             97            53       11498
## 2717            14544    10000            242           102       30284
## 2718             2717    10000            218           169       58967
## 2719             2312      157             49            85        3668
## 2720             1627        0            172           199       34194
## 2721            51657        0             68            89       12601
## 2722            23932        0            223           336      175962
## 2723             3654        0             59           198       33745
## 2724             8484    16000            252          1768      235992
## 2725             1675        0            106           190       15388
## 2726            19310        0            223           108       36145
## 2727            12867    33000            328           320      109873
## 2728             3809      733              9            39        3828
## 2729             1252        0            150           162       42792
## 2730             1351      843             21            62        4996
## 2731             4834      391             28            71        5917
## 2732             6748        0            250           436       69569
## 2733              527      708             17            13        1933
## 2734             5426      284             95            83        6690
## 2735              203    12000            260           413      111841
## 2736              962        0            141           157       55928
## 2737            14889        0             52           144       22345
## 2738             1172        0            205            87        9427
## 2739             3578      664            109           111       20730
## 2740               48        0            103           172       31589
## 2741              134        0            110            72       24570
## 2742            15293        0            195           201       64777
## 2743             1432      154             14            29        2699
## 2744            18639        0            177           209       47574
## 2745              801      705             17            15         609
## 2746            32814        0             62            41       14280
## 2747             1732      193             19            40        2236
## 2748             1245      445             50            39        7519
## 2749             2528        0             25            32        3425
## 2750            29488        0             39            12        4006
## 2751             2829    13000            136           134       41638
## 2752              363      473             26           108        5018
## 2753              192       18              4             4          80
## 2754              996      821             53            53        9177
## 2755             1585      277             22            32         695
## 2756            15500    38000            147           609      437418
## 2757            38963    41000            222           135       38202
## 2758            33791    10000            106           506      167750
## 2759             2140        0            136            73       12937
## 2760              994      998              5            13         993
## 2761            28544    10000            131           495      277505
## 2762             4211     1000            140            81       18646
## 2763              820    13000            418          1017      641997
## 2764             1639     3000             94           201       55101
## 2765            11135    11000             82           271      213476
## 2766             1125        0             NA            NA          10
## 2767              717      489             32            62       44096
## 2768             2055        0             22            20        1554
## 2769            12098     4000             72           173       76842
## 2770             2496        0             39            97       69733
## 2771            14159        0            264           268       45603
## 2772             2348    17000            264           162       47169
## 2773            15192        0            145           376      172493
## 2774             3544        0             86           162       19505
## 2775             1326        0            112           275       76477
## 2776              552      373             17            57        5563
## 2777             3500        0            101           426       47814
## 2778            35501        0             51           143       52846
## 2779             2226        0             42            43        6352
## 2780              552        0             10            31       15730
## 2781            10792     2000             43           160       15047
## 2782            12894    18000            331           350       82327
## 2783               49      184             38            78        3135
## 2784             1620        0             12            31        8904
## 2785             1421      530             40            33        9693
## 2786             2348     1000             34            53       17262
## 2787             2704      889             82           252       16294
## 2788             1608        0            125           747       22207
## 2789             3007      411             56           123       24038
## 2790            41359     4000            160           215       56338
## 2791             3299     1000             71            20        5721
## 2792             6861      645             37           106       11729
## 2793             1148      970             62           157        9323
## 2794             2777        0             73           122       19805
## 2795            23378      932             59            75       13548
## 2796             3267      905             25            39        6011
## 2797            13446      488             97            55       13866
## 2798             3050        0            205           673       38985
## 2799             3707      896             69            99       29008
## 2800            13528        0            195           270       38142
## 2801             2165      613             61           104       11693
## 2802             3715        0             77            32       11233
## 2803             1372    13000            259           175       89906
## 2804            15337     5000            251           320       92781
## 2805            12776      853             63           112       12519
## 2806            10368      860             47           114        6782
## 2807              678      447            108            59        9334
## 2808              417      231             64           181        7277
## 2809              446      127             20            27        2427
## 2810            16431     2000            135            79       16444
## 2811            17250       76              2             8         524
## 2812              390        0            262           165       17933
## 2813              799      512            129            31        3174
## 2814             1429        0             69            55       11077
## 2815              243     1000             50            34        6069
## 2816             2243      702             57            36       11704
## 2817            14638        0            116           119       12053
## 2818             2207      934             45            66        9928
## 2819             4377    14000             87           104       60460
## 2820            39789    13000            357          2254      259837
## 2821             2690    62000            348           491      167089
## 2822             1724        0             88           248      123390
## 2823             2447        0            181           378       36542
## 2824             4702        0            107            96       28159
## 2825               25        0             53            37       12590
## 2826            14726        0            132           314       44795
## 2827             4757    52000            401           284      185845
## 2828             1767      329             58            59        5602
## 2829               74       64              1             2         271
## 2830             2334    14000            192           564      248354
## 2831              529        0            157           140       64556
## 2832            19086    29000            454           616       85022
## 2833            50141        0             62           131       98348
## 2834             2895      502              4            17         912
## 2835              714    62000             84           233       74351
## 2836            38072   106000            669          1140      551363
## 2837            14160    60000            492           630      182910
## 2838            39960    14000            149           650      790926
## 2839             1307        0            101           320       47876
## 2840              450        0            102           260       36108
## 2841             7833    16000             63            55        6276
## 2842             6454        0            106           469      116625
## 2843             1747        0             50           120       42614
## 2844            20330    33000            275           171       72803
## 2845             2800        0             90            42       16979
## 2846            37907    10000            133           549      222099
## 2847            12687     1000             49           159       28805
## 2848            12322        0             19            72       37611
## 2849              971        0            186           139       12983
## 2850            12755    15000            185          1100      357579
## 2851             2241        0             42            91        9285
## 2852             6554        0             37            32        6528
## 2853             2936        0             45           168       19547
## 2854             3353      934             57           168       24834
## 2855             2486      833             25            42        7984
## 2856             2646        0             59           166       31371
## 2857             2297        0             58            84       12676
## 2858             5371    20000            330          1066      220475
## 2859              430   109000            489           611      289508
## 2860             1171        0            242           840      254404
## 2861             2815      593             40            31        4339
## 2862             1921        0            112           149       15664
## 2863             6214        0             84           169       21406
## 2864              751     5000            251           316      132149
## 2865            27806      862            113           128       19707
## 2866             3352      204             23            20        1520
## 2867             2499    72000            421           351      161288
## 2868             1805      679             32           117       20033
## 2869             3092     3000             52           107       21212
## 2870            31005        0             81           210       16059
## 2871              998       22             NA            NA         335
## 2872             6485      251             39            39        3116
## 2873             6910        0             63           181       27675
## 2874            18864        0             47           181       25541
## 2875             1775      618            111           159       21530
## 2876             2730    11000            168            84       60407
## 2877            13208        0            165           123       63084
## 2878             2417      689            104            59       18442
## 2879             3004     5000            150            87       28573
## 2880             2389      186             61            69        4767
## 2881            14372        0            226           166       56264
## 2882             1679       69             21            19        1595
## 2883            39473    10000            217           201       88037
## 2884            37606        0             94           108       28068
## 2885            13631   131000            364           457      351274
## 2886             1139      107             19            23         922
## 2887             3474        0            129           102       14143
## 2888            17104      141             71            92        5254
## 2889             7875        0             93            53        7199
## 2890             2011    18000            399           297       82331
## 2891              796        0            110           180       31414
## 2892             2812    23000            285           266       88241
## 2893            14133      139              2             1          90
## 2894             1483      332             61           106        5663
## 2895              931    11000            242           162       77305
## 2896              931        0             62            96       16281
## 2897            20456        0            121           159       26493
## 2898            14347        0             83           139       14354
## 2899            23602    15000            122           460      163492
## 2900             9244        0             88            35        9957
## 2901            32288        0            120           365       75675
## 2902             1813        0            225           176       28483
## 2903             3700        0            130           106       14193
## 2904             3142        0            167           126       24012
## 2905             1166      337              7            44        3256
## 2906            34351    19000            226           299      114762
## 2907              156    38000            185           398      132386
## 2908             2894        0            177           690       79330
## 2909             2004      329             28            50        5648
## 2910             3337      344             48            48        6921
## 2911             2661        0            116            60       13371
## 2912            26233    44000            391           392      165792
## 2913            18739        0            117            51       14757
## 2914             1833     5000             24           133       61753
## 2915             1730        0             86           224       31943
## 2916             4270        0             41            33        2676
## 2917             2466    18000            304          1058      284252
## 2918             2047    21000            385           962      412454
## 2919             8134        0            145           789      315549
## 2920             6829        0             99            32       12029
## 2921             1044        0             29            69       39798
## 2922             5165        0             77            62       34579
## 2923             2754      770             91           156       22147
## 2924            16539        0            148           359       91414
## 2925             2462        0             61           242      216486
## 2926             4537        0             84           152       71842
## 2927            22479        0             83           175       66966
## 2928              146    15000            216           349       57996
## 2929            21380        0            107           271       90938
## 2930            17035        0             63           154       42892
## 2931            25522        0            140           462      239540
## 2932             4065        0            153           165      113918
## 2933             2054    32000            414           471      204327
## 2934              914        0             16            68        9503
## 2935             2730        0            139           177       45890
## 2936             1531        0            111           578       34219
## 2937             2043    29000            229           261      157051
## 2938             1306        0            112           258       76398
## 2939            52138        0            207           605       97938
## 2940           140268        0            198           369       57446
## 2941            18765        0            172           156       44130
## 2942             5006      243             45            49        5928
## 2943             6105        0             34           102       42644
## 2944              534        0             75           147       33850
## 2945             9125        0            400          2301      470501
## 2946             7072        0            128           271       61651
## 2947               52        0             68            50       12383
## 2948            10565    93000            326           548      249688
## 2949            14890        0            128           290      121676
## 2950             5592        0            161            93       21672
## 2951              729      902             70            75        3000
## 2952             1254        0            164           374       62468
## 2953             6091    31000             68           302      173172
## 2954             2376    37000            354           233       76094
## 2955             2944      549            125           219       19007
## 2956             4659        0             55           123       20660
## 2957             3963        0             66           150       30462
## 2958             2753        0            191           160       63390
## 2959             3646      151             33            18        3119
## 2960             3798    28000            433           274       91082
## 2961             3931        0             66           104       16646
## 2962             4551      371             37            69        5794
## 2963            10575        0            325           203       64682
## 2964            28767        0            170           444      196422
## 2965             2939      439             11            15        2301
## 2966             3250      242             24            88        4052
## 2967             3906        0             70            36       10103
## 2968            12274        0            232           281       41226
## 2969             1456     1000             34            48       16764
## 2970            34700        0            160           296       60171
## 2971              469    11000             96           426      168203
## 2972             5780      701            106           267       16832
## 2973             2393      507             53           105       12007
## 2974             1595   105000            274           391      202341
## 2975             1244        0            248           420       92295
## 2976             2440        0            288           145       41574
## 2977             1819        0            177           177       57349
## 2978             1141        0             81            90       15412
## 2979             3848      262             29            69        6965
## 2980             4755     1000             58            68       23383
## 2981             3535      650            144           150       12197
## 2982              943      652            114           161       20576
## 2983             1291        0            132           188       20000
## 2984             1445        0             60           304       23606
## 2985             4497      251             30            33        4961
## 2986             1171      656            138           354       18632
## 2987             1540        0            190            98       29613
## 2988             7166      305             61            99        5016
## 2989             1173     7000            363           279       68883
## 2990             4277      135              2            10         763
## 2991             2543        0            131           316       29990
## 2992            22577        0            146           124       56654
## 2993              456    29000            280           124       55516
## 2994             1292      677             78           122       12047
## 2995             5074    27000            469           235       84620
## 2996             2378        0            194           210       41496
## 2997              141      314            121            50        8014
## 2998             1579        0             38            43        6454
## 2999             1554        0            123            57       16863
## 3000             2126        0             81           133       18520
## 3001             1373      423             72            90       12559
## 3002             3099       88             25            12        1427
## 3003             2073     1000             78            78       12125
## 3004             3878        0             57            25        2551
## 3005             1952        0             69            75       14831
## 3006               11      607             73            45        5603
## 3007            17417      458             42           133        6884
## 3008               18      784            101            20        2410
## 3009             1501        0             82           124       27052
## 3010               91        0            149            62        8429
## 3011            17883    26000            165           214       70133
## 3012             1854      211              5            12         408
## 3013              164        0             44            49        4899
## 3014              708        0             74            61       12128
## 3015              433    13000            156           293       64423
## 3016             2059    26000              1            10         314
## 3017              663    23000             82           153       21034
## 3018            39175    27000            151           726      600996
## 3019              895      634              3             7         105
## 3020             2987        0             98           248       63855
## 3021               30      355             25            40        3466
## 3022             1780      443             35            27        3737
## 3023              244        4              6             6         117
## 3024             2053    14000            183           245      142293
## 3025            13485    33000            282          1470      911097
## 3026            24063    11000            158           166       49671
## 3027             1966     7000             89           255       55816
## 3028              679        0            101            26       14437
## 3029             3507        0            128           171       43795
## 3030            23811    36000            410           389      275869
## 3031             1853      641            104           196       56595
## 3032             3280     7000             54           201       82743
## 3033            20466    15000            141           132       83893
## 3034              179      774             30            33        3104
## 3035             3435        0             57            97       49007
## 3036             3135        0             56           102       18220
## 3037             2562        0            216           629      207934
## 3038             2436    19000             80           962      162701
## 3039              903        0             77           190       73193
## 3040             6223        0            101           749      149222
## 3041             3101        0            156           194       76207
## 3042             3931        0             48           131       36559
## 3043             3376        0            109            56       19440
## 3044             3850      365             62           100       10966
## 3045             1852      541             33            80        9903
## 3046            14735      745             20            35        5561
## 3047             1661      902             52            64        5187
## 3048              995    36000            351           212       73249
## 3049             1104        0            124           369      101627
## 3050             4291        0             37            90       14656
## 3051            10982      671             58            79       10777
## 3052             1114    13000            175           126       15684
## 3053             2729      449             75           121       15427
## 3054            12237     5000            161           463       59982
## 3055            17866    34000            203           147       33856
## 3056            17490        0            188           204       42689
## 3057             3913    10000            221           604      128850
## 3058             2415      405             66           107       12437
## 3059            69746    14000             80           292      171882
## 3060             1281        0             25            74        2164
## 3061             3133        0            169           165       20307
## 3062             1559      550             70           128       13622
## 3063             3072      174             15            19        1761
## 3064             4082    26000            535           313       96233
## 3065             3300        0             92           153       17333
## 3066            14281      967             14            39       14129
## 3067              800      608             13            36        2603
## 3068            28004        0             87            69       10052
## 3069              150        0             78            86       11132
## 3070             3876    11000            223           321      105448
## 3071             3117        0            136            59        5013
## 3072             5286        0            160           262       88529
## 3073             1827       85             28            12         618
## 3074              248    18000             54           111       45144
## 3075              378      302             75           115        5772
## 3076            10822      659             20           264       13998
## 3077             2640      646            105           132       12980
## 3078             2271        0            120           160       28570
## 3079             1228     1000            108           349       16747
## 3080              727    24000            285          1736      427357
## 3081             2811    34000            215           515      281842
## 3082            20312     1000             81            74       27689
## 3083             1554      392             17            28        1337
## 3084             2272      119              5            31         859
## 3085              592        0              3            18        2651
## 3086             1121      250             10            43        8598
## 3087             1526      411             43           111        2618
## 3088             1807        0             43            57        3665
## 3089              175        0             94            27       15060
## 3090            63710    31000            161           682      604904
## 3091            27660        0             38            50        6935
## 3092             3189        0            210           614      142115
## 3093            27378        0             52           134       48629
## 3094             5270        0            139           385       70141
## 3095             2480        0            165            94       17596
## 3096            28734        0             96           389       67115
## 3097             3276    12000            323           275       86956
## 3098             3492        0            190           319      111087
## 3099             2013        0            173           403       41763
## 3100             5264      676             46           137        8962
## 3101            11895        0             59           115       57831
## 3102             1554        0             53           192       43270
## 3103             3362        0             22            46       44502
## 3104             7461     4000            203           911      115050
## 3105            13162        0             77           289      156143
## 3106             1982        0            190           985       86890
## 3107            20795        0             81           181       85362
## 3108             1593        0             56           138       25303
## 3109             1898    48000            264           266       75306
## 3110             2197      227             44            38        6808
## 3111             1529        0            117           193      101840
## 3112             3192        0            124           437      111649
## 3113             4687    20000            159           155       35654
## 3114             5628    16000            273           319      104089
## 3115             3712      981             26            66       19284
## 3116             2426    29000            242           183       54190
## 3117             3394        0             55           109        9424
## 3118            39175    27000            151           726      600996
## 3119             1109        0             48            96       27800
## 3120             2807        0            166           129       74887
## 3121            16693    10000            206          1015      181737
## 3122             1917      744             92           147       12388
## 3123             1954        0             78           121       25613
## 3124             2484        0             83           201       42987
## 3125             3190      368              8            26        3924
## 3126             3819      720             86           217       16300
## 3127             4441        0             85           151       37681
## 3128             4259        0             76           247       37885
## 3129            12097    10000             60           308       57363
## 3130             3691    21000             78             6         408
## 3131             2013        0            112           182       44804
## 3132             2403    13000            189           126       25210
## 3133             5804        0             82            48        5161
## 3134             2402        0            120           371       20467
## 3135            15251    15000            183           330       63108
## 3136            12946      683            211           280       19655
## 3137             2149      331             14            35        3119
## 3138              857        0             54            90        6143
## 3139             7552      997             55            75        5585
## 3140            15716     5000            179           640      134458
## 3141             3679    13000            221           944       76199
## 3142              583    21000            158           100       22369
## 3143             3317      851             73            24        4719
## 3144             4789      767             65           104       23527
## 3145            19065      720             23            30        8295
## 3146              361        0             63           518       37901
## 3147             3119    11000            132           248       90070
## 3148             3416        0            191           540       87494
## 3149             6296      680             52            78        7322
## 3150              571      328             91           131       15358
## 3151            13960    27000            368           261      135286
## 3152             2737      441             89            73       23928
## 3153             2787        0             83            68       22161
## 3154             3973        0             83            59       17790
## 3155             3752      227             33            43        4564
## 3156            17204    17000            386           216       71679
## 3157             4053      808            191           234       40514
## 3158             3871     1000             16            28        2801
## 3159             3215    15000            297           279       79909
## 3160             1058     1000             47           148        4360
## 3161            22485        0             63           180       15617
## 3162             3462    16000            144           621      200293
## 3163             6388        0             77           321       27265
## 3164            12418    20000            325           147       55539
## 3165             6046        0            100           481       39331
## 3166            13626        0             52            75       12706
## 3167             1856        0             98           178       20113
## 3168             2618        0            163           125       35888
## 3169             1334        0            137           203       34848
## 3170            41059    25000            180           352       79146
## 3171            55175    25000            321           374      176606
## 3172             3651      518            100            53       21268
## 3173             7747    25000            265           221       87203
## 3174             4769        0            212            85       32697
## 3175             2198        0             68           173      111506
## 3176             3858    35000            162          1420      782437
## 3177             3818    14000            147            99       36029
## 3178             5139       49             33            26        1231
## 3179               29        0             94           247       26832
## 3180             1351        0            143           414       63733
## 3181            26961      398             38            92        6200
## 3182             2061        0            126           119       38459
## 3183             1022        0            168           143       58509
## 3184             2791      425             19            31        1040
## 3185             3745        0             91            57        8058
## 3186             2446        0             46            79        3662
## 3187            24270        0            198           205       84641
## 3188            18712        0            139           100       20810
## 3189             3374        0            182           112       56005
## 3190              474        0            181           114       14031
## 3191             5262        0             23           122        5612
## 3192            13160      561             30            88       10735
## 3193             1335      944            111           240       24412
## 3194             5732    18000            287          1624      361169
## 3195             2735      345             96           181        6377
## 3196             1891      208             27            37        1768
## 3197             2673        0             44           175       20426
## 3198             2603        0             49            64        9541
## 3199             4266     1000             57           186        8720
## 3200              578    10000            185           127       20837
## 3201             2079      106              2            21         892
## 3202             6322        0            270            96       30325
## 3203             2214        0             94            81       13174
## 3204             1381        0            157           213       30096
## 3205            17665      242             49            91        5936
## 3206            29177        0             80           103        9395
## 3207            23187    20000            221           144       55567
## 3208               25        0             53            37       12591
## 3209              616      533             20           110       12411
## 3210             3059      795             90           150       11403
## 3211            11853    12000            376           216       59297
## 3212             4607        0            144            88       33473
## 3213            23513        0             82            83       10585
## 3214             3307      319             51            46        9517
## 3215            20364        0            192           117       44208
## 3216             1585       74             36            40        1402
## 3217             2006      725             71           215       13145
## 3218              988      883             79           112       20008
## 3219              700        0            246           243       56923
## 3220              883      952            115           226       11487
## 3221             1256       33             34            21        1649
## 3222             1283     5000            129            37        8307
## 3223             1019       85             22            14        1135
## 3224            18652    12000            196           118       27009
## 3225              768      345             73            56        8708
## 3226             3049      117             43            44        3080
## 3227            50542        0            129           129       31964
## 3228             2217        0            200           194       31890
## 3229             5761      661             79           119        9971
## 3230            18236        0            112            56       19979
## 3231            17469      321             17           103       24958
## 3232             4579      503             20             3         465
## 3233              221      874             12             3         683
## 3234             3465        0             59            18        2041
## 3235             2655       89             29            85        2971
## 3236            16118      370             23            11        2941
## 3237             3124     1000             22            20        7759
## 3238             3146      546             43            23        3662
## 3239             2519       58             16             4         361
## 3240              285        0             84            57        5637
## 3241             1936      402              4            10        1097
## 3242             4725      160             20            34        4995
## 3243              940        0             71            94       22753
## 3244              375        0            102            89       11950
## 3245            14656      376             27            68        7690
## 3246              934      509             62            82       11285
## 3247              964        0              5            11        1642
## 3248             7637        0             76            38        9585
## 3249             2259      186              8             2         162
## 3250            31325      589             75            31        3075
## 3251               81     1000             66             7        1920
## 3252             2227      695             31            16        1250
## 3253             3937      486             32            60        5715
## 3254              428      746             17            27        2223
## 3255             2739      119              4             3         553
## 3256              569        0            152            74       26156
## 3257             4686        0            129            75        7286
## 3258             2876      850             15            27        3015
## 3259            18983        0            248           220      131180
## 3260             1674      957             52           165        8369
## 3261             3939        0             55            84       27492
## 3262             9432        0             30            42       12372
## 3263             2127        0            130           267       75280
## 3264            35634     1000             29            12        5865
## 3265             1557    33000            447           190       70382
## 3266             3827      616             66           114       13190
## 3267             1702      898             18            26        1763
## 3268             4109        0             61           344       29323
## 3269              448        0            232           228       76681
## 3270              646        0             62           147       23516
## 3271            34398        0            106            54        9006
## 3272            23962        0             56            88       11612
## 3273             1586        0             48            38        4486
## 3274             1836        0             41           106        9673
## 3275            15835    50000            439           551      128729
## 3276             1248    10000             54            80       13003
## 3277            13762    12000             50           286       42296
## 3278             2524    23000            392          1110      563827
## 3279             1094        0            277           826       96410
## 3280            21711        0            259           129       39260
## 3281              934        0             66           150       29839
## 3282             1164        0            129           275       82073
## 3283            15014        0            115            76       12520
## 3284              662        0             81            29        8667
## 3285             3661        0             29            70       10139
## 3286             5420        0             32            79        6525
## 3287              760        0            142           281       62038
## 3288             1633        0            263           429       66610
## 3289             6807    15000            285           244       92364
## 3290             4409      580             64           173       12324
## 3291             3114        0            150           316      155262
## 3292            25660     1000            136           370       20449
## 3293            17336        0            132           246       41313
## 3294              845        0             71           159      102895
## 3295             1611        0            186           278       19918
## 3296             1345      266             39            26        4247
## 3297             1341        0             46           108       23441
## 3298            23770        0            201           127       32188
## 3299             2851      419             32            41        3419
## 3300              358     1000            117           327       27536
## 3301             2478      838            136           238       29058
## 3302             4908        0             15            52       10476
## 3303             3824        0             46            81       14100
## 3304              639      748              1            54        5478
## 3305             1991        0             41            56        7767
## 3306             2007      313             65            27        3624
## 3307             1721      215            100            63        7833
## 3308             3767     1000            129            76       15200
## 3309            24102        0            103           314       27766
## 3310               50        0             77            24        2379
## 3311             4617        0             67            21        5156
## 3312               32      124             31            47        1666
## 3313             2942      375             76            45        4302
## 3314              253      348             17             1        1673
## 3315              251      484             81            94        8161
## 3316             1426        0             26            14        1201
## 3317              299      135             24             6         813
## 3318            24154        0             44            57       16198
## 3319             1098        0             80            44       14247
## 3320             1835      128             41            45        2599
## 3321            10369        0             91            44        9305
## 3322             1375      120             66            14        1219
## 3323             6426     3000             19            42       10100
## 3324              822        0             35            93       74743
## 3325             1254        0             19            64        4990
## 3326             2310      458             33            57        9296
## 3327              498        0             17            39        5741
## 3328             1129        0            163            33       10796
## 3329             6954        0            133           196       63216
## 3330             1484     2000             47            73       28190
## 3331             2802        0             66            38        5228
## 3332             4458    19000            147           339       92924
## 3333            13172        0            273           226       67760
## 3334             1097     1000             32            52        6142
## 3335             8097        0             52            41        7098
## 3336             1510        0            107           186       24436
## 3337               47      278              6            14        1984
## 3338             3516        0            175           441       73640
## 3339             1637        0            167           117       16530
## 3340            36892     8000            132           116       51326
## 3341             1854        0             66           308       19412
## 3342             3164        0             79            57       13167
## 3343               97      387             15            17        3290
## 3344             3279        0            222           110       21360
## 3345             8532    27000            210           235       69759
## 3346             1962        0             60           113       51459
## 3347                0    18000            346           312       59545
## 3348              823      196             46           140        5158
## 3349             4004      341             15            47       13577
## 3350              128        0            169           222       36846
## 3351             2350        0             25           102       25122
## 3352             2004        0             81           235      126916
## 3353             1373     1000             54            90        9808
## 3354             4168     8000            147           259       20419
## 3355              808      467             16           159       14486
## 3356            16557    45000            215          2195     1324680
## 3357             5673        0             63            92       25498
## 3358            15554    65000            534           552      293304
## 3359             3306      713             66           201       23823
## 3360             1495    15000            119           406      148172
## 3361            15361        0             43            99       54723
## 3362             7227    15000            270           889      355810
## 3363              644    24000             99           584      271794
## 3364              241    11000            224          1441      297250
## 3365             1792        0             58           247       23671
## 3366            17568        0             53           142       87090
## 3367             3199        0             37            60        5971
## 3368             3023      559             11            14        3122
## 3369            39807    40000            327           378      270441
## 3370             1534        0            135           148       26609
## 3371             2662        0            127           211       29935
## 3372             1024        0            164           100       76791
## 3373             1455      495             14            48        3904
## 3374             1279      240              6             6          59
## 3375            37645        0             41           165       37269
## 3376             1769        0            143           452       59941
## 3377             4043        0              9            25        5817
## 3378             1775        0            109           271       38191
## 3379             1760        0             59           147       14904
## 3380             2832        0             95           172       15337
## 3381             2400        0             40           164       48225
## 3382            25792        0            121            78       17461
## 3383            14747        0            358           625      109191
## 3384            25462    18000            288          1061      357275
## 3385            27646      938            107           298       37952
## 3386              895      758             28            90        8616
## 3387            17524        0             91           188       53251
## 3388              858      638             55            25        2311
## 3389             1183    12000            231           142       49240
## 3390            16982    19000            262           264      276746
## 3391             3293      160              7            11        1103
## 3392             1761        0            196           339       34191
## 3393             5190        0             83            32       12702
## 3394             3502      125             18            55        6124
## 3395             3291       77             11            34        2870
## 3396             2687      859             72            86        8546
## 3397            13180      788             51            86       21254
## 3398             6034    18000             18            85       22848
## 3399             1442        0            328           140       31489
## 3400             2265        0            248           141       23629
## 3401             3543        0            128           162       23660
## 3402             2404        0             45           102       12561
## 3403             1795      515             49           109        9494
## 3404             2786    20000            163           150      106098
## 3405             7692        0            163            73       11158
## 3406            15848      429             90            34        3571
## 3407             1610        0             23            37        5673
## 3408             2413       79             17            15         802
## 3409               75    11000            118            71       22811
## 3410              517    43000            283           182       99430
## 3411             3921      412             74           110       16617
## 3412             1234      226             41            48        5049
## 3413             6343      434             17            12        2098
## 3414            41645      494             66            79        7116
## 3415             1378       75             36            27        1591
## 3416              786        0            140            98       25055
## 3417             9608      143             32            27        5159
## 3418            11770        0             68            86       29994
## 3419             3185     3000             79           107       26849
## 3420            29196        0              9            33        6053
## 3421             2512      294             26            34        5557
## 3422             2572      532            100            58        9003
## 3423              326      675             56            11        2103
## 3424               28        0            150           430      106160
## 3425            37457        0             30            31       12078
## 3426              733      520             20            31        4412
## 3427            33858      438             21            24        1965
## 3428              219       81             11             2         322
## 3429              619        0             85           149       23023
## 3430             1546      205              5             5          63
## 3431             1389        0            160           288       35065
## 3432             2284        0             25            13        3740
## 3433             1526      999             21            43        4792
## 3434             2741      689             15            14         662
## 3435            12619     3000             61           134       72324
## 3436             4737      508             34            30        5275
## 3437              407        0             62            81       29843
## 3438            10218     2000            102            19        4035
## 3439            25092        0            239           323      191998
## 3440             4707        0            252           384       69989
## 3441             4198    12000            278           237      112138
## 3442             1871     1000            124           268       21225
## 3443             2024      345              9            61        6595
## 3444             1442     1000            127           214       34098
## 3445             1834        0              9            83        3709
## 3446             4091      140             35            20        5463
## 3447             1233       31              6            33         833
## 3448            41867        0            192           106       37530
## 3449            15396      655             51            95        3972
## 3450              262       26             38            26        1439
## 3451             1176        0            133           150       18109
## 3452             7206      223              4             3         243
## 3453             5732    18000            287          1624      361169
## 3454             4370        0            222            98       19616
## 3455              409      389              6             4         385
## 3456              902      108             16            37        2909
## 3457             1754    14000            242           158       70194
## 3458             4099        0            147            69       19157
## 3459              635    25000             93            96       80639
## 3460            19879        0            253            73        9866
## 3461             2486        0            224           224       74435
## 3462            46055        0            392          1902      383071
## 3463             2428      129             39           206        4682
## 3464            28817    10000            387           881      414335
## 3465              835        0             36            29        4099
## 3466             1105        0            120           276       74249
## 3467            28122    43000            208          2238     1155770
## 3468              791        0             51           128       35172
## 3469            54075    40000            331           494      376600
## 3470             1051        0             83           241       63931
## 3471            46646    54000            324           281      108843
## 3472             2212     2000            140           369       25870
## 3473             1865        0            136           251       74957
## 3474             2515        0             79           149       16651
## 3475            16289        0            160           168      127760
## 3476             5959        0             52            59        7973
## 3477            29769   115000            490           753      362933
## 3478            22745        0            351           526       84070
## 3479            22140        0            271           416      100571
## 3480            33758        0             93           202      138707
## 3481            17104      141             71            92        5254
## 3482            19949    61000             54           173      170055
## 3483             2951        0            112           242       39847
## 3484            17611     2000            118           258       73950
## 3485             5282      978             35            65        7569
## 3486             1379    10000            342          1100      154938
## 3487            13448      407             14            13        1723
## 3488             2517        0            137           120       13913
## 3489             2240      824             50           105       15088
## 3490             3544        0            261           687       76267
## 3491             7970     6000             96           665      101902
## 3492             1342    23000            180            89       56605
## 3493             4837      375             28            29        4598
## 3494             2039    80000            750          1498      522048
## 3495             2444        0            202           922       60709
## 3496              345       44              8            21         440
## 3497             1120    10000            341           324      102125
## 3498            19330        0            160            97       19147
## 3499             1990        0             31            79       11668
## 3500             3110        0             71            37       11191
## 3501            14816    16000            281           247       83182
## 3502             1934        0            114           308       39680
## 3503             2018        0             72           100        7736
## 3504             2321        0            119           276       17436
## 3505              312        0             74           249       23486
## 3506             3128      446             25            46       13815
## 3507              493        0             39            75        8391
## 3508             2352        0             27            83       42402
## 3509            11116      650             27            85        3203
## 3510            12051        0             11           160       25329
## 3511             9984     2000             29           119       34449
## 3512             2158        0            158           119       18561
## 3513             1136        0            223           126       29967
## 3514             1906      157             25            20         781
## 3515             2684      357             97           147       11387
## 3516             6526     3000            117           106       18355
## 3517             3547    38000            389           301       95529
## 3518             2909      962              9            34         844
## 3519             2589      797             34            12        1119
## 3520            11059      168              7            16        3114
## 3521             8876        0            161            65        9727
## 3522             2209      122              6            26        2215
## 3523              215        0             16            78       24438
## 3524              684        0            301           198       35848
## 3525             1417        0             52            72        7412
## 3526             5213      724             12            62        5143
## 3527            44969    19000            134            99       43965
## 3528             1105        0            151            66       21243
## 3529            13000        0            103           290       15104
## 3530             1251       97             39            25        1966
## 3531             9660        0            133            25        5863
## 3532             2029      916            104            29        4124
## 3533                8     1000            121            28        2518
## 3534            27756      694             27            38        7663
## 3535             2544      311             49            50        2670
## 3536            12680    16000            100           876      197845
## 3537              198       55             12             1         383
## 3538             3150        0            112            70        8589
## 3539              218      453             10             9        1159
## 3540              236       41              2             6         192
## 3541            17209        0             38           138       39451
## 3542             4334      389             18            42       15862
## 3543            18643    10000            152           408      120036
## 3544             3009      586             44           162       39786
## 3545              414      187              6             6          33
## 3546            17377        0             46            38        5255
## 3547              333      687             63            51        5153
## 3548             2119     1000             74           129       16299
## 3549              490      413             25            65       10771
## 3550            35717    10000            224           160       58366
## 3551              343    37000            226           156       80429
## 3552              132      282             36            21        3548
## 3553             2728      663             54            31        5133
## 3554              666    11000            142           107       81644
## 3555             2323    45000            271           291       81699
## 3556              225      479             33            31        1388
## 3557              106        0             64           183       94139
## 3558              936        0             18            63       21409
## 3559             1285      337              6            33        3157
## 3560             2442        0            121           201       23986
## 3561             4840      391             14            54        6384
## 3562             2475        0            137           418       59474
## 3563             1140      515            111           166       19715
## 3564              394        0             57           171       25857
## 3565             1405      342             97           160        8294
## 3566              105      802             73            84       10672
## 3567            15230    23000            486           375      145395
## 3568            29277        0            149           263      134070
## 3569             1942       19              4            21         564
## 3570            13180    12000            200           119       41856
## 3571            21107     1000             84           135       12049
## 3572              846      260             28            35        2601
## 3573            14462        0            217            92       29608
## 3574             1904      830             12            18        2892
## 3575             2614    13000            183           143       51353
## 3576             3582    13000            204           692      600266
## 3577              200    11000            153           225      114407
## 3578             1163        0            145            75       32307
## 3579             2020        0            203           300       39856
## 3580               39        0             10            25        9638
## 3581             3254        0             93           434       99033
## 3582             5127    13000            124           350      170027
## 3583            42028     9000            120           505      291603
## 3584             1448        0            288          1416      113152
## 3585             2169        0            130           309      152089
## 3586             2045        0            145           259      107408
## 3587             5122        0             62           283       35130
## 3588             3175        0            188           191       68722
## 3589             1802        0            120           316       71919
## 3590            14921        0             71           250       81599
## 3591             6419      478             52            43        3198
## 3592             2724      990             18            50        6585
## 3593            20821    28000            162          1182      740918
## 3594              584     1000             88           227       29659
## 3595            19341        0             96           258       89128
## 3596             1582    10000            391           547      251349
## 3597             2037      403             32            87        6304
## 3598             4611        0            119           340       45859
## 3599             2270        0            201           284       91017
## 3600             1284      624             22            38        4756
## 3601             1752      256             52            32       12339
## 3602              773      355             63            70       19774
## 3603             1660        0             97           272       22408
## 3604            10430        0             34            73       18286
## 3605             4528    11000             10            44        9277
## 3606             1462        0             88           278       52805
## 3607             3221      985             25            52        4582
## 3608             1184        0            252           351      145580
## 3609             1308      926            137           287       22929
## 3610            11328    15000            231           136       45396
## 3611              844       28              9             5         172
## 3612             1517        0            115           148       23023
## 3613             2697        0             67           182       13010
## 3614            51355    21000            216           130       59637
## 3615            10123     9000            133            70       17169
## 3616             3825        0            149           101       27301
## 3617             3569    17000            261           131       64794
## 3618             4484      422             42            78       11011
## 3619             7103        0            152           520      116910
## 3620             2103      915             64           160       13892
## 3621             1831      985             76            73       18313
## 3622            18947        0            149            93       29341
## 3623             5668      901             35           190       11439
## 3624             3318        0             47           315       55524
## 3625              993        0            108           231       26300
## 3626              382        0             17            50        4195
## 3627              546       84             12             5         522
## 3628             8297        0            129           190       28855
## 3629              489      289             84           105        9589
## 3630             1407       29             61            78        3413
## 3631             2379        0            147           287       63192
## 3632             2748        0            147            75       27266
## 3633              297      643             23            50       11623
## 3634              841      605             75           111        6906
## 3635             2000      125             17            16        2281
## 3636             2370        0             16            29        1245
## 3637              282       52             60            36        2591
## 3638             2163        0             63            50        7394
## 3639             2430        0             56            22        3024
## 3640             1081      224             36            29        2330
## 3641             2440       30             47            34        1940
## 3642            15604      733             38            44        6454
## 3643            14599      850             26            37        7367
## 3644              105      570             47            29        2143
## 3645             2200        0             68           133       38273
## 3646             2152      176             19            38        2989
## 3647             1227      275             39            17        2050
## 3648            27575        0            162            86       32512
## 3649             1940     1000             37            19        1696
## 3650             3469        0             26            39       10196
## 3651             2563        0             10            50       10388
## 3652              477        0            179           228       60522
## 3653             1858        0             88           149       34383
## 3654            12772        0             43            21        6797
## 3655            34605        0            136           302       43575
## 3656              219        0            111            37        9230
## 3657             6569        0             13            11        6741
## 3658              502        0             64           124       10119
## 3659             1443      543              6             8         748
## 3660             2205        0            112           214       30210
## 3661             1477      109             12            21         867
## 3662             1239        0             15            42       55987
## 3663             2201        0            161           438       89806
## 3664             2584      160             68            81        3433
## 3665             2000      244             25            36        8707
## 3666             1065      365             23            31        4633
## 3667               73     4000            222           148       55597
## 3668               72      277              9             6         548
## 3669             2387        0            119           252      175607
## 3670             1651        0             90           213       40511
## 3671             2723        0             62           202       10472
## 3672              888        0             71           104       43013
## 3673            44265    33000            364           314      190494
## 3674            17599        0             72           169       36381
## 3675            34106     5000            122           488       96129
## 3676            16768        0            100           144       14786
## 3677              396      438             24            44        1955
## 3678              745        0            112           110       44151
## 3679             1033      352             67            67        5548
## 3680             1315     1000             91           153       18792
## 3681             2892        0            103           418       59524
## 3682             6776      113             27            69        3754
## 3683              391        0            205            41       15267
## 3684              118    13000            192           664       87244
## 3685               81      543             72            12        1658
## 3686             1519        0             33           321       70233
## 3687             2030      679             22             8         605
## 3688              561     1000             48            31        3788
## 3689             4883      915             65           117       15315
## 3690             6111      484             29            47        4471
## 3691              385    23000            284           121       79353
## 3692             1832    11000            187            70       13227
## 3693              955      989             47            52        4976
## 3694              631        0             88            14        2894
## 3695              454        0             41           249       21049
## 3696              787      421             24            27        3266
## 3697             2975    35000            318           269      109214
## 3698             4134        0            250           864      188679
## 3699            14504    33000            411           440      126893
## 3700             1770        0            106           327       67992
## 3701             3344        0            159            95       13523
## 3702             2371    24000            251           314       76828
## 3703             5056    18000            183           159       31915
## 3704             1584        0            131           311       49820
## 3705             3215    15000            297           279       79916
## 3706              688    14000             41            81       22105
## 3707              799    26000            248           247       51204
## 3708             1920        0             42            69        6359
## 3709              971      620             33            73       19596
## 3710            42002      963             91           252       30765
## 3711            11736        0            185           533      105568
## 3712              799        0             69           108       22123
## 3713             2161    10000            220           155       31791
## 3714            13864     9000            117           356      161972
## 3715            17738    65000            471           340      326494
## 3716            11771        0            152           126       28513
## 3717             1997    40000            274          2067      845580
## 3718             2071    23000            336           339       85688
## 3719             2990        0            174           472      114797
## 3720             1122        0            151           433       98354
## 3721             8375    22000            276           216      115813
## 3722             2523      232             12            11        3571
## 3723              854        0             18            56        5894
## 3724             2908      122             28            18        2448
## 3725              428     1000             95           157       11622
## 3726             2014        0             74           161       10564
## 3727            15710    11000            179           115       74875
## 3728             2410        0            125            49       11744
## 3729             2868      575             22            26        4345
## 3730             3300        0             92           153       17333
## 3731             1410    14000            196           211       49948
## 3732             2840        0              9            33        5975
## 3733             3843      599             31           209        6915
## 3734            19673    45000            309           195       86077
## 3735             2112      376             15            67        2498
## 3736            14306        0             36           107       12519
## 3737             1327     1000            129           291       22961
## 3738             1495     5000            168           756      102071
## 3739            12306    25000            444           561      108683
## 3740             1227        0            123           335       20815
## 3741              361        0            173           385       91377
## 3742             1686    19000            246           859      395921
## 3743             4856      562             74           113        7904
## 3744            11400        0             68           173       23202
## 3745             1136        0            144           374       29629
## 3746             1160        0             96           125       10624
## 3747             2943        0             42            87       14995
## 3748             2383        0             29            65        7973
## 3749             1520        0            228           323       47227
## 3750             2528        0            195           134       61151
## 3751              259    16000            203           214       48675
## 3752            23714        0             44            87       15345
## 3753             1332      270             14            33        2017
## 3754             2848    11000             59            53        9509
## 3755             2269      738             45            21        2326
## 3756             1284      213             42            46        3519
## 3757             3552      740             12             9        1180
## 3758              315      207             29            65        5164
## 3759             5668        0            121           324       40274
## 3760              253        0            135           166       24921
## 3761             1199      672             27            90        8930
## 3762             3004      327             56           131        7319
## 3763            13591      729             22            80       13587
## 3764             3942        0             59           198       21416
## 3765             5202        0             61           202       67853
## 3766             2691      462             60            79        9427
## 3767             2589    10000            164           565      216005
## 3768             5245      393             81           165       15053
## 3769            19404    47000            415           485      260607
## 3770             5900      249             43            41        2719
## 3771               55       89              7             4         296
## 3772             2820      920            120           196       26720
## 3773              416        0            195            89       12411
## 3774            25676        0            109            89       12233
## 3775             1324      323             21            32         881
## 3776            14574        0             93           265       50197
## 3777             6617        0             12            29        2047
## 3778            10517        0            155            86       40305
## 3779             1209      507             81           151       12366
## 3780            24994    21000            204           458      281649
## 3781             1201      247             19            39        3665
## 3782            12897    13000            163            99       32382
## 3783             1582        0            248           144       40618
## 3784             5185        0             39           158       12675
## 3785             1836    10000            322           125       28845
## 3786             1665      255             50            56        5494
## 3787             3382        0             12            56        1900
## 3788              648        0             83           184       54478
## 3789            13718      225             37            69        6632
## 3790              172      133             16            25        1311
## 3791                6      489            121            22        3329
## 3792              498      274             24            27        1599
## 3793             2958    49000            324           200      127842
## 3794             4987      777             27            15        1560
## 3795              538       44              9            23         989
## 3796             3207       69             31            28        1884
## 3797             2984      174             35            66        4041
## 3798             1010    27000            371           455       65299
## 3799              408      559            133           108        8824
## 3800             1789       40             13            44        1207
## 3801             5203      634              9            47        3852
## 3802              117        0             56            55        7888
## 3803              526        0            191            48       23756
## 3804             1258      639             80            82       10056
## 3805             3724      887             19            80       10734
## 3806            10727      419             19            47        4322
## 3807             3217       38             NA             2         215
## 3808             4092        0             38           127       67315
## 3809             1986        0             44            60       12672
## 3810             2509      165              3             1          83
## 3811             3514        0              6            15        1091
## 3812             3059       58             NA             3         216
## 3813            12676        0             64            47        6964
## 3814             1681      190              8             3         237
## 3815             5191     2000             64           153       15988
## 3816             4991       35              2             2          38
## 3817             3021       49             NA            NA           8
## 3818            46115        0             35             4         849
## 3819             2849        0             21            14         928
## 3820               92     1000             99            27        6183
## 3821             1519        0            115            26       29203
## 3822             3967        0            104           309       72443
## 3823             2363    10000            195           112       46347
## 3824             2990        0            303          1516      138814
## 3825             3690      750            122           123       11202
## 3826             1520    14000            359           219       68211
## 3827             2545        0            130            69        4695
## 3828            11703      864             64            70        9611
## 3829             2469        0             13            11        4247
## 3830              302        0            159           258       19234
## 3831             2409        0             54           106       13467
## 3832            34779    30000            440           475       83234
## 3833              286       11              7             6         262
## 3834             2006      491              4            12        1427
## 3835                5        2              1             1          57
## 3836            18105     2000             96           182       18940
## 3837             2668       31              8             8         436
## 3838              143        0             87            21        6304
## 3839             1795      199             10             3         421
## 3840            15093        0            121            65        8867
## 3841              122      285             43            22        2776
## 3842             3113        0             45           133       87739
## 3843             1662        0             36           140       50125
## 3844             1862        0             84           197      107923
## 3845             5002        0            118           228       71217
## 3846              588        0             42           115       13474
## 3847            26050        0            202           454      149528
## 3848             1587     2000              5            27        6762
## 3849             3668     2000            120           208       41138
## 3850             2235    38000            234          1916      573541
## 3851              496      501             17            55        2756
## 3852              371      539             35            40        2412
## 3853             2762     1000             48            89       15175
## 3854             2705        0             49           125       10483
## 3855            17040    33000            283          2110      580999
## 3856              793        0             16            14        1592
## 3857               48      689             54            68        9171
## 3858             2110     3000             92           199       32357
## 3859             5041        0            159            37        5465
## 3860              907     4000            202           131       53508
## 3861               53        0             50            17        1213
## 3862            29325        0             54            84       29463
## 3863              398      528             98            26        6919
## 3864             1950        0             92            40        7390
## 3865              131        0            112           206       35464
## 3866            15860     7000            138           137       30836
## 3867              496       62              9             7         781
## 3868             2176    32000            149           760      680041
## 3869            20397      224              5             4         917
## 3870             2951      629             39            61       12666
## 3871              151    10000             39           178       30977
## 3872             2667        0              2            74       14251
## 3873             3089        0             29            32        4952
## 3874             4810        0            111            99       16445
## 3875             1291        0            149           346       43135
## 3876              857        0             90            25       13443
## 3877              497        0            149           346       34232
## 3878             1045      504             12            49        7295
## 3879               61     2000             64            62       15780
## 3880            21404    24000            256           186       39975
## 3881             2553        0             57           726       59254
## 3882             3026        0              8            23        3673
## 3883              938       61             50            48        3407
## 3884              206        0            232           310       47097
## 3885             2412        0             63           148       41361
## 3886              582        0             75           152       31260
## 3887             1951        0            274           159       17478
## 3888              403        0            284           580       87978
## 3889            32015    17000            265          1848      321283
## 3890            12691        0            154           491      192940
## 3891              825      625             44           107        9456
## 3892            26489    51000            314           657      128694
## 3893            13707        0            153           522       71495
## 3894             1885    22000            256           200       30219
## 3895            14823        0            123           286       93894
## 3896             2634        0             46            11        2806
## 3897             2020        0            203           300       39857
## 3898             1218      661             34            50        9007
## 3899             4807     8000            149           131       27198
## 3900              986      283             20            35        3102
## 3901             5203      634              9            47        3852
## 3902            18645    16000            323           291      110616
## 3903              837    27000            172           333       73501
## 3904             1785     8000            111           301      165638
## 3905             2649     2000             74           486       12059
## 3906            46868        0            161            68       13506
## 3907              673    92000            548           836      266020
## 3908            20132        0            177           248       66840
## 3909             2776        0            230          1368      177729
## 3910              955      842             27            38        5612
## 3911             3354      118             22            10        1415
## 3912             3086      762            157           215       28714
## 3913             1652        0             70           121       12981
## 3914            50831      576            125           156       13086
## 3915             1002      138             10            37        2129
## 3916             2537        0            160           136       16411
## 3917              954    11000            300           308      120189
## 3918             4073        0             69            48       14621
## 3919            19928        0            143           425       44339
## 3920              753      414             50            89       12677
## 3921             1566      931             46            58       19622
## 3922             7921        0             51           177       78241
## 3923             2251    15000            163           390       67949
## 3924              972      131             52            62        3611
## 3925             1966      816             40            78       10073
## 3926             3559        0             50           202       22697
## 3927             2662      309             45            85        4377
## 3928              776      830            121            76       16224
## 3929             1208      708            114            91       18762
## 3930             4777    16000            270           287       53342
## 3931             1215        0            116           151       20275
## 3932               48    26000            115            69       22457
## 3933             1700      550             15            35        2308
## 3934             2353        0            122            71       45293
## 3935             3408      987             35            20        4091
## 3936             3130      872             41           113        8535
## 3937             4343      111             31            70        2877
## 3938             1298    12000            332           110       29440
## 3939            13607    11000            232           118       36494
## 3940              975      167             43            53        6705
## 3941            11083      314             68            38        2705
## 3942             2282      614             51            93        4617
## 3943             2805      182             33            31        2133
## 3944              824        0             26             7        2112
## 3945              916    10000            109           137       34224
## 3946             1403      132             34            26        1398
## 3947              643      108             31            26         811
## 3948            25269        0            141            87       23334
## 3949             5796       98             19            40        1555
## 3950              387        0             64            38        9913
## 3951             1038        0            215           141       34263
## 3952              915      325              5            47        7673
## 3953            20135      161             12            28        1686
## 3954              629      278             70            10        1738
## 3955            10984      798             46            42        3297
## 3956             2631        0            135            97       22220
## 3957             1298      688             38            50        5137
## 3958              183      282              8             3        2488
## 3959             1541        0             34           129        6303
## 3960              242      657             36            20        2086
## 3961              457      279             35            53        3753
## 3962             1585      296              6            19        2727
## 3963             2651        0             39            29        4146
## 3964              644        0            182           104       27781
## 3965              609      531             14            21        1561
## 3966             1932      170              3             4        1929
## 3967             1150      365              3            15         724
## 3968            13391        0              1             1          67
## 3969             1238     2000             62           167       23713
## 3970             5987    17000            161           317      103493
## 3971             1862    16000            157           706      215340
## 3972             1281        0             31            10        1177
## 3973             2888      251             53            67        5294
## 3974             3229      237              1             6         257
## 3975              731      456             21            90        3167
## 3976             1269    17000            246           148       55982
## 3977              222      385             42            35        2650
## 3978             2658        0             78            90       31836
## 3979              282      359             41            54        3258
## 3980              298        0             61            14        3579
## 3981             5977        0            112           172       17770
## 3982            17151    29000            349           332      210548
## 3983             2195        0             55           147       36265
## 3984              465        0             88           334       76616
## 3985             2323        0            122           174       82232
## 3986             2726    16000            134           427      160281
## 3987             2886      358             11            14         801
## 3988             3455     8000             20           157       74626
## 3989             3036        0             28            96       39508
## 3990             4337    14000             22            92       27418
## 3991             3617     1000             95           118       15956
## 3992             1970      357             31            62        6350
## 3993              970        0             79           128       19026
## 3994              646      930             25            83        7071
## 3995             2402      470             22            74        5941
## 3996              771        0            110           199       30982
## 3997             1122    43000            425           452       66483
## 3998              987      280             19            38        1721
## 3999              995      453             43            98       13949
## 4000             4238        0            127           229       24977
## 4001             1044    33000            262           231      131831
## 4002             1592     3000            184           419       49672
## 4003              836      804             33            52        4790
## 4004             1347        0            252           537      113451
## 4005             2238        0             31           131       11399
## 4006             3075    93000            139           236       34532
## 4007              222      140             39           494        1024
## 4008               44    38000            337           199       54104
## 4009             3574      360             30            24        1950
## 4010             2486    15000            265           207      104072
## 4011            20009      414             50            53        7228
## 4012             6380     1000             50           135       12188
## 4013             1043        0              9            15         342
## 4014              668      127             15            11        1634
## 4015             2406       18              5            20         372
## 4016             1393      405              1             4         653
## 4017             2307      211              4            12         961
## 4018             5526     5000             44            55       30434
## 4019               24      121              6             2          75
## 4020              854      721             17            10        1285
## 4021             3854      482              7            10        1928
## 4022             2497      570              9            13         455
## 4023             1183      606              3            18         610
## 4024             2861        0             55           102       15115
## 4025            11218        0            169           331       45984
## 4026            22834    21000            290           225       92599
## 4027              320      224             10            13        1262
## 4028             3608        0            159            72       28573
## 4029            26495   129000            535           731      399138
## 4030             1211    28000            214           749      533200
## 4031             1430        0             47           160       19194
## 4032             1011        0             17            13        2116
## 4033            11860      799             85            73       12304
## 4034              216    60000            349           249      170155
## 4035             2076    18000            109           458      104908
## 4036             2747        0             60           174        9607
## 4037             1105      934            101            75        6549
## 4038             3717        0              1             3         557
## 4039             2020      100             16            18         704
## 4040               17        0            212            86       29248
## 4041             2997    13000            215           447      140527
## 4042             2693        0            107           214       53741
## 4043             1936        0            122            70       29239
## 4044              308        0            155           172       30474
## 4045             2016    15000            261           142       73349
## 4046           170118        0            130           252       25542
## 4047             3468        0             94           257       90177
## 4048             1198        0            164           418      139432
## 4049             1962        0            188            47        9356
## 4050             1844    41000            206           706      275720
## 4051             3559    21000            134           514      469561
## 4052             1964      290             53            83        4687
## 4053             1081    14000            264           359       82133
## 4054             1965        0             94           213       21245
## 4055             1779     4000            215           888      123090
## 4056              900        0             85            20        2789
## 4057             1472        0            138           327       43485
## 4058             1665        0             55            94       29610
## 4059             3708    31000            361           578      139329
## 4060             2239    58000            411           524      155153
## 4061              159       63             24            35        1466
## 4062              649        0             70           141       33741
## 4063             1186        0             78           150       32378
## 4064             4277      902             35            34       12942
## 4065              373       38             39            55        9066
## 4066             1862        0            158           307       25332
## 4067             1035        0            122           273      149444
## 4068             1441      710             16            54        2580
## 4069             2811      609             67           111       15293
## 4070             1328        0            183           241      109335
## 4071             2899      949            112           317       19331
## 4072               70      933             64           137       18656
## 4073             2165      635            114            72        7721
## 4074            14696        0            246            88       27650
## 4075             1163      889              7            16        1361
## 4076             4815      545             49            20        8265
## 4077             1444      808             42            81        7998
## 4078             3847        0             73           176       44457
## 4079             1936      143             16             8        1004
## 4080               11     1000             38            75       32923
## 4081             2269        0             91           162       21316
## 4082             2321      837             37           101        8279
## 4083              328    62000            405           270       95362
## 4084             1389      491             29            65        8465
## 4085             1395      812             81           100        9502
## 4086             3049      187             17            23         806
## 4087             2510      595             75           109        6000
## 4088             1400      367             NA             1         299
## 4089             1394        0             91           147       12560
## 4090             1616     1000             82           161       14548
## 4091              858      131             48            81        3665
## 4092             1292        0             33            92        8239
## 4093             3692        0            133            53        9808
## 4094             1011        0            104           349      128334
## 4095             1806      217             22            49        3943
## 4096             1363      417             30            49        8005
## 4097             1618        0            112           181       37594
## 4098            12250      430             79           115        8603
## 4099             9555        0             49           183       18711
## 4100            11459        0             42            78       15885
## 4101             2260    11000            345           139       43982
## 4102              278        0            152           177       25063
## 4103            36859        0            148           499       55329
## 4104              539       26             23            14         761
## 4105            43810    20000            254           261       31089
## 4106              852    43000            305           809      356181
## 4107             1567        0             19            65        3942
## 4108             1249    37000            272           230       37495
## 4109             1335      174              5             8         368
## 4110             1663        0             65           196       22246
## 4111             2715       76              5            18        1289
## 4112            13636        0            248           112       47385
## 4113             2452        0            152            54        7625
## 4114             3149      518             10            33        2011
## 4115             8353        0            156           129       37156
## 4116             1551     3000              7            28        2948
## 4117             2330       47              1            27         758
## 4118             1467        0             82            71        7988
## 4119             3784        0            175           145       48562
## 4120              158      450              4            20         437
## 4121              362      442             40            56       11074
## 4122             4374      348              8             8         266
## 4123             1495        0             63            48        4122
## 4124             1030      117             20            25        1238
## 4125             4920        0            174           226       30511
## 4126              975      580             90            31        2437
## 4127             4756        0             58            39        7358
## 4128              313       48             14            24        1257
## 4129            79957    24000            451           736      306336
## 4130             3882       54             NA             1          62
## 4131             1929      448             21            14        2280
## 4132              844      433              9             9        1370
## 4133             7191        0             98            85       16987
## 4134              845     2000             29            13        2978
## 4135             3666     6000             23            30       13599
## 4136             2715     3000             87           128       13640
## 4137             2890       32              2             1         118
## 4138             4469      406             17             9         704
## 4139             3024      395              7            15         976
## 4140             4092      398              6             8         520
## 4141              277       37              9             9         240
## 4142             4671    56000            343           323      103749
## 4143             1989      229             11            14         706
## 4144             3648      480             34            20        3443
## 4145              167        0             71           257       28951
## 4146             2167      612             21            40        4313
## 4147             1517      968             28            31        2425
## 4148             1231       88             35            27         746
## 4149              423      421             30            15        2157
## 4150             2305        0             73            23        5695
## 4151              673     7000            154           310       80961
## 4152              923        0            251           539       55040
## 4153              362        0             57            32        4173
## 4154              964      369             14            17         859
## 4155              727        0            159           206       33567
## 4156              527    10000            181           350      175196
## 4157             1855        0            110           270       21359
## 4158             2509    14000            213           533      291875
## 4159             2703    14000            129           315      112671
## 4160             1797        0            280           332       40800
## 4161             1761      349             15           106       27569
## 4162              787      381             61            57        5744
## 4163              681        0             33            90        8856
## 4164              434       50              1             8         745
## 4165              197       77              2             6        1828
## 4166             1949      573             27            65        5786
## 4167               25      121             19             5        1470
## 4168             2555      116              9            27        1553
## 4169             4701    12000            121           363       95294
## 4170              467        0            166           326       29488
## 4171              205    17000            269           123       34643
## 4172             1269      963             29            69       10755
## 4173             2753      323             20            53        6930
## 4174            52621     1000            107           260       45500
## 4175              179        0             74            37        3849
## 4176              239        0            173           124       40878
## 4177               19       30              5             4        1418
## 4178             1082      254             66            47        5012
## 4179             2510        0            169           568      150020
## 4180               67    10000             13            25        6429
## 4181             3421        0            129           107       34620
## 4182             1111        0             30           199        9010
## 4183             3226     3000            220           491       36372
## 4184            28713        0             75           212       50311
## 4185              684        0            162           532       28589
## 4186             2373      819             74            92       23546
## 4187             1141     1000             65           120       15277
## 4188             1385        0             26            30        6062
## 4189            19923        0             63           153       36996
## 4190             1655        0            205           978      187595
## 4191               36    22000            121           395      183288
## 4192               79       39              9             5        1003
## 4193             2125      500             74            87        6221
## 4194             1396      774             54            84        7776
## 4195              150      430             80            29        2560
## 4196             1980    13000            252            84       52509
## 4197             2972        0             72           134       21202
## 4198            10040    10000            220           178      105591
## 4199             1967       16              1             2          97
## 4200              338    24000            197           345       52286
## 4201             1252      588             14            34         578
## 4202             1064      144              3             3          91
## 4203             4730        0            191           392      185345
## 4204             1491      140             18            18         806
## 4205              210        0             28            30        1138
## 4206             1739        0             22            26        4820
## 4207              163      560             62           110       10220
## 4208              862        0             47            40        5699
## 4209             4590    19000            238           203       61787
## 4210             2579      190              2             7         858
## 4211             3157        0             95            23        3119
## 4212             2406       89             10             2          63
## 4213             5963      352             28            35        4100
## 4214             2306      250             25            90        4057
## 4215             1490    79000            121           434      108052
## 4216              881        0             10            26        1510
## 4217             3282    11000            172           192       99177
## 4218             3132        0             20            82        2753
## 4219             1627      144              8            28        1079
## 4220             1668      566              8            10        1015
## 4221             2580      500             15            63        2189
## 4222             2329      438             14            46        3538
## 4223             3586      279             12             9         440
## 4224             4385        0             48            28        6025
## 4225            12359        0             17            62       19650
## 4226               16     3000             99           230       71321
## 4227             1196        0            138           280       82476
## 4228              210      224             NA             3          44
## 4229              174        0            235           372       31952
## 4230              170     1000            160           342       22521
## 4231             2161      285             18            29        1573
## 4232             6752    13000             11            63        4977
## 4233             1651       77             11             9        1118
## 4234             1490       68              7            29        1314
## 4235             3799      452              5             4        1351
## 4236              244      172             10            14         480
## 4237             6085      107              5             6         485
## 4238              558      870             95            46        5187
## 4239             1941        0             97           235       40359
## 4240             3293        0             76           336       29424
## 4241              155        0             67            95       12244
## 4242              214      305              4             1          22
## 4243              145    15000            252           374      131462
## 4244             3873      162             NA             4         544
## 4245             1814       14              1             1           6
## 4246             2044      275             33            21        1355
## 4247             1020      380             19            17        1274
## 4248             1456        0            167           358       89403
## 4249               99      321             49            40        4663
## 4250             1736      763              1            24        2258
## 4251            11192        0             66           128       33335
## 4252             1062    45000            533           631      112899
## 4253            12034        0             50            78       31077
## 4254             3833    15000            127           471      215086
## 4255             1396        0            177           294      133966
## 4256              768        0             77           146       34520
## 4257             1404        0            103           207       67825
## 4258              563        0            123           434       77551
## 4259              218        0            218           154       18566
## 4260              927    39000            215           407      259379
## 4261             2300    10000             34           175       15401
## 4262             2290        0            100           167       62860
## 4263             2555      236             12            34        2269
## 4264               29        0            167           312       42462
## 4265             3163        0             56           132        8224
## 4266            14412        0            180           226       41999
## 4267               65    13000            211           492      168398
## 4268              318    11000            157           361      173551
## 4269             2186        0            126           545       68222
## 4270             1846        0             61           113       10791
## 4271            34446    20000            365           297      111658
## 4272               29        0            121           156       26926
## 4273             1833       60             10            29        1381
## 4274             1349        0            151           243       31130
## 4275            13145    63000            171           129       55382
## 4276             3013        0            158            60       20885
## 4277              675        0            167           346       70084
## 4278            50313        0            118           222       54657
## 4279             2739        0             39            22        3911
## 4280            11327      134            108           172        8662
## 4281              901        0             65            74        4288
## 4282             1359      558              8            62        4181
## 4283             1645        0             85           224       30618
## 4284              226        0            160           206       27346
## 4285               56        0            231           156       46107
## 4286              359       32              7            30         397
## 4287              446        0             79            55        7314
## 4288            11184        0            168            72       16645
## 4289            11618       43              1            26         415
## 4290              408        0            107            44        5475
## 4291             3427        0            200            98        8204
## 4292             1136      592            123            64        5615
## 4293             1156      495             39            73        4359
## 4294             3011      166             41           111        4049
## 4295              768      974             46            13        3467
## 4296             1917      739             30            45       11031
## 4297            51441      857             46            86        7479
## 4298             1511    17000            221           161       34556
## 4299               36        0             51           102        5613
## 4300              613       10              1             1         275
## 4301              865        0             58            67       16828
## 4302            36885      407             45            11        2522
## 4303             5535      224             44            21        2081
## 4304            26176        0             74            30        1758
## 4305             4280     3000             20           136       39559
## 4306              653       39              6            17         922
## 4307             1307       61              5            18         508
## 4308             2522      715             10            16        1278
## 4309            10869        0             81            40        6223
## 4310             2749      195             66            23        1268
## 4311             1362      810             46           130       10182
## 4312            39518        0             34            90       19336
## 4313              774      474             78            78       10282
## 4314             3065      215             52            92       11211
## 4315              776        0             29            59       13279
## 4316            14561        0            161           357       57811
## 4317             2341      604             18            24        2895
## 4318             1593        0            107            91       17296
## 4319               86     1000             30            23        9689
## 4320             1650      205             24            41        2588
## 4321              762        0            116           235       40380
## 4322              322        0             98            53        6585
## 4323             1149        0             25            64        9280
## 4324              712        0             NA            NA           7
## 4325            11700        0             40           105       27646
## 4326              892      115             20             9         289
## 4327             2395       44              8             6         355
## 4328             1884     1000             19            56        7646
## 4329             1055        0             90           175       19236
## 4330             2620      153             21            31        2701
## 4331            15740      912             12            67        5182
## 4332             3683        0             33            26        5732
## 4333            35796        0              9            19        4204
## 4334             1611      655             94            19         344
## 4335             2020      825             41            23        4478
## 4336            16110      200             38            36         952
## 4337             2654        0             12            20        3605
## 4338             1807      805             25            72        6804
## 4339             1674       69             27            15        2242
## 4340            15707      651              2            14         583
## 4341             1425        0             23            25        2348
## 4342             4968        0             32            22        1040
## 4343            13583      728             18            17         838
## 4344            19649        0             45           111       11763
## 4345             2389      298             60           122        4894
## 4346             1204      620             23            15        2032
## 4347            17471    24000            363           447      118684
## 4348             3275    17000            249           100       65877
## 4349              176        0             68            42        6678
## 4350             1082      104             14            15        1010
## 4351            20051    39000            359           371      108248
## 4352             1182     1000             15            38        5018
## 4353            42918    10000            256           668      149293
## 4354               68        0            194           134       40481
## 4355               90      213             NA             6         333
## 4356             4249     1000             10            19         744
## 4357             1958        0            311           300       41509
## 4358             2032    10000            205            75       29019
## 4359            10570     5000             94           233       78454
## 4360             1991    18000            192           839      342585
## 4361              546      544             85           110       11088
## 4362             2658    31000            663           269       70336
## 4363             1432      511             62            91       22764
## 4364             2187        0             39            78        2794
## 4365             1439      952             68            34        2603
## 4366              349       82              3             6         563
## 4367            32405        0            130            45       13223
## 4368            14620      266             13            17        1435
## 4369                0      353             44            28        1747
## 4370            18263        0             26           109       25472
## 4371             2831      169             27            28        1756
## 4372             2439      368             53           103        6267
## 4373             1270        8             NA            NA          13
## 4374              984      566             10            12         761
## 4375             4306      569              4             8         686
## 4376              623        0            181           709      161471
## 4377             2489        0            114           277       26773
## 4378             1724      326             11             9         840
## 4379              139       73              1             1          28
## 4380             2198        0             75            58        5526
## 4381              941      794             80            95       23268
## 4382             3970      951            179           510       32415
## 4383             2423    17000            225           209       56402
## 4384             2095      374             77           122        8697
## 4385              763      869            124           103       16349
## 4386              822    16000            195           162       30479
## 4387             2721      305             76            48        2725
## 4388             1363        0             51           133       17799
## 4389             2247        0            101           150       33987
## 4390              955      721             55            90       11920
## 4391             3894        0             15            21        2561
## 4392             2196       43             16            13         536
## 4393             3137      588              5            15         548
## 4394              231        0            109            66        9750
## 4395              380      844             40            18        2621
## 4396              137        0             51            23        4702
## 4397            12157     6000            149           313       74651
## 4398              622        9              4             4         257
## 4399             1694      278             35            26        4391
## 4400             2564       63             22            40        1618
## 4401              992     2000             68            40        3313
## 4402            10438     7000            287          1057      194426
## 4403             1981        0            173           204       37714
## 4404             1168        0             61           210       57578
## 4405             1573        0             96           245       77392
## 4406             3310        0             71           408       59041
## 4407              479        0            110           232       60295
## 4408             1173      682            110           190       14018
## 4409               18      784            101            20        2410
## 4410           261818        0              2             1         246
## 4411              896        0             97           161       32927
## 4412             2990      619             53            83       14112
## 4413             4762        0            106           318       36657
## 4414             3030    60000            445           752      202800
## 4415             1652        0            131           148       25332
## 4416              856        0             94           125       38215
## 4417                0        0            105            33        4547
## 4418              859      608             75            68        9408
## 4419             2667        0             97            79       29517
## 4420             1582      853             37            93       17322
## 4421            33441        0             84           159       30314
## 4422             2747      415             88            57       10896
## 4423              792      307              6             3          95
## 4424              469        0            127           481       43839
## 4425             2179        0             32            28        2963
## 4426             3288        0              8            14         919
## 4427             3668        0            229           235       23349
## 4428              352        0            120           211      143086
## 4429             3901      304             31            55        2419
## 4430             1238        0            100            88       21379
## 4431             3138       68             14             5         444
## 4432             2628      212             14            11        1351
## 4433             1240      216             39            26        1134
## 4434               60      594             35             8         463
## 4435              721        0            178           142       22212
## 4436            89263      371             46            22        2792
## 4437              771      132             NA            NA           7
## 4438             5158    15000            234           166       20376
## 4439              165    10000            166            83       23323
## 4440                0        0             56            70        4120
## 4441              596      193             16            10        1232
## 4442             4036      283              9             7         291
## 4443              588        0             18            13        2841
## 4444              967      236              4            10         459
## 4445             4320      232             NA             1         108
## 4446             2882      402              6            18         735
## 4447            16385    38000            387           448      226583
## 4448             1044      750             35            42        1547
## 4449             2870      135             27             2         133
## 4450              229        0            145           204      133348
## 4451              358       57             78            37        2720
## 4452             2140      209             10            41        1978
## 4453              256      400             60            63        3291
## 4454             2419      724              9             8         162
## 4455             2072      969             63            33        4948
## 4456              421      389             92            16        2082
## 4457             1159      223              4             6         330
## 4458             2658        0             53           155       22975
## 4459            28294    21000            116           523      414976
## 4460             3164       32             NA             2          39
## 4461              416      533             13            13        3405
## 4462              821     5000             98           258       65951
## 4463            14420      872             43            65       11369
## 4464               83      100             15            19         775
## 4465             3475      117             14            38         449
## 4466              843      932             56            10        1231
## 4467            16537        0             79           127       54316
## 4468              611      963              8            79        6381
## 4469                0        0             16            24        3144
## 4470              289      220             18            46        1339
## 4471             6227     3000             35            53        4182
## 4472              602       66              5            24        1167
## 4473             1499        0             16            42        5579
## 4474            38121      969             24            38        4866
## 4475             2888        0            144           276       87424
## 4476              707        0            242           394       39690
## 4477              581        0             97           136       24959
## 4478             1866        0             77            88        7528
## 4479             2459        0             16            11         910
## 4480             1730      381              7             3         458
## 4481              683     1000             74           116       11047
## 4482             1129        0             74           124       15840
## 4483             1961      632             19            17        3282
## 4484             4040      447             46             9         794
## 4485             1431     2000             58            95       37785
## 4486             5161        0            287          1509      299127
## 4487             2893        0            100           333       76151
## 4488            20218      221              5             1         101
## 4489               58      407             50             2        1229
## 4490            22194        0            276           698      139426
## 4491              809        0            137           214       19397
## 4492             4288      756            122           231       22145
## 4493             1041        0             73           150       24891
## 4494            26451    10000            202           507      262160
## 4495             4289        0             99           186       19986
## 4496             2681        0             10            32        2417
## 4497            28994    19000            173           931      664719
## 4498              293      548              7            25        1047
## 4499            16089    20000            181           780      503509
## 4500               76        0            111            26        7025
## 4501             1805        0             38            89        2582
## 4502              318       27             12             4          91
## 4503                0     5000             23            10         591
## 4504            54484       87             17             2         132
## 4505              114      754              9            16        4068
## 4506                5       75              1             1          27
## 4507             1438      480             51            38        2953
## 4508             1190      636             14            35        9560
## 4509             1621      204             24            52        3418
## 4510              862      161             18            11         652
## 4511              630      238             22            51        1321
## 4512             1218        0              9            70        5061
## 4513             1581      477             30            27        1172
## 4514            11257      479              9             7         742
## 4515             1810      242              7             2          71
## 4516            19957        0             91           236       76467
## 4517             1311        0             99           207       39929
## 4518             1617      954              2             6         726
## 4519             1329      241             57            37        1324
## 4520                0       51             12             8         285
## 4521               21      131             58            32        1555
## 4522              521        0              5            36        2050
## 4523              645        0             97            82        6555
## 4524             1445    51000            481           316      148221
## 4525             2510      444             17            15         737
## 4526               12      200              9            10         332
## 4527             3442    23000            242          1123      387508
## 4528               29        0             95            85        9465
## 4529             1052      773             14            35       11010
## 4530             1080        0             87           199       20678
## 4531            16094        0            141           542      375240
## 4532              622      234             16             2         512
## 4533             4878     7000            212           335       46493
## 4534             1371      328             30            56        8508
## 4535             1565    13000            270           309       44329
## 4536            23525    35000            211           881      507063
## 4537             4438        0            161           195       22773
## 4538             1421     5000            184           389      116642
## 4539             2665    24000            270           271       52642
## 4540              673        0            203           335       76407
## 4541             1810        0             29           102        4501
## 4542             3155      816            137           220       23021
## 4543               53      339            107           140        5442
## 4544            35941    25000            377           283      141425
## 4545             3192        0            169           230       36321
## 4546              988    12000            225           290       30570
## 4547              731        0            101           137        7584
## 4548              831      365             39            36        2636
## 4549              929        0            372           504       67654
## 4550              510      624             40            69        7346
## 4551             1218        0            129            67        9638
## 4552             2082    12000            285           164       21468
## 4553              283       75             29             5         162
## 4554             1899    11000            337           126       36381
## 4555               42    37000            120           183       42389
## 4556             1147        0             40            82        6110
## 4557            23461      392             38            86        4195
## 4558            28817    10000            387           881      414345
## 4559             3986        0            185            79       31254
## 4560             1263        0            348           186       40425
## 4561             1587        0            155            73       16594
## 4562              994        0            181            93       21746
## 4563              198    14000            149            80        9540
## 4564            21124      387             54           102        5933
## 4565             2400      227             18            32        2629
## 4566             2323        0            122           174       82232
## 4567             1447        0             87           155       11283
## 4568             3085      671             51           120        6084
## 4569             1587        0            260           366       38893
## 4570             5497    35000            218           154       47988
## 4571              295      603             16            51        1976
## 4572             1107      100             12            63         983
## 4573              773       92              1            19        2715
## 4574             3931        0             48           131       36559
## 4575              904        0             59           168       30396
## 4576            12385      571             88           126        9233
## 4577             1692      166             28            29        1524
## 4578             1641      115             44            68        3142
## 4579             2289       24             13            32         505
## 4580            12234        0            117            61       19752
## 4581               42        0            100            32        4999
## 4582             4720    11000            117            88       46076
## 4583             7098    32000            140           160       75633
## 4584             2489      150             29            49        3806
## 4585             2369    16000            308           593      125114
## 4586                6    20000            248           107       23836
## 4587              313        0             84            40       10564
## 4588              118      587             40            13        1290
## 4589               15       32             NA             2          56
## 4590             3258       25             13            16         455
## 4591               86        0             31            16        2482
## 4592               28        0             43            11        1220
## 4593           263584      706              2             5         606
## 4594             2024       31              4            30        1524
## 4595             3833        0            238           193       30160
## 4596             1452        0            112            73       20176
## 4597             1141      157             33            52        2735
## 4598             1042       27              8            43        1434
## 4599              196       43             95            17         334
## 4600             3905      210             29            54        1938
## 4601             1647      143              3             6         397
## 4602              509      244             71            31        3228
## 4603              928      793             36             7        1048
## 4604             2694        0             56            37        4862
## 4605             2633       17              8            13         377
## 4606             1188      128              3             9         534
## 4607             1284       42              8            12         783
## 4608              920       47              9            21         480
## 4609              351        0             87            15        3499
## 4610               19      259              6            15         876
## 4611             1635      501             14            75        9190
## 4612             2607      903             20             8        1359
## 4613              997      138             23            26        1420
## 4614             1752      297              6            28        1612
## 4615              964       32             12             7         340
## 4616             1593      141              2            22         275
## 4617            52113      599             12            24        3943
## 4618             1996        3             NA            NA          33
## 4619              292        0             64            39        3650
## 4620             1549      150              7            14         634
## 4621               90       68              9             7         955
## 4622             2116      370             21            12         982
## 4623             1350       41             NA             1         293
## 4624            11466       54              1             6          93
## 4625              344        0             95            47        6531
## 4626             1226      968             40            41        6513
## 4627              109       91              6            24         425
## 4628              231       48             16            16         137
## 4629             1825      936             39            19        6256
## 4630              656        0            150            30        2057
## 4631             2677      212              1             1         207
## 4632             5056    23000            393           212       92640
## 4633             1567      785             32            55        4998
## 4634             1618     2000             78            56        6265
## 4635             1713       57             NA            14         954
## 4636             2468      884              8            64        7870
## 4637             2504       42              6             4         443
## 4638              104      489              9             3         265
## 4639            11094        0            134           281      100890
## 4640             2924      995             18            15        6025
## 4641              264    14000            233           172       44763
## 4642             1343       52             10             3         139
## 4643              117    12000            231           651      131969
## 4644             3299      698             65            90       13485
## 4645              509        0             76            43        6277
## 4646              687    17000            327           168       53919
## 4647             4184        0             62            39       11965
## 4648               63        0            116           136       94225
## 4649              897      337             73            23        5489
## 4650            15800    12000            238           122       64748
## 4651            26017        0             35           252       14580
## 4652                0       24              2             2          19
## 4653             5435      181              6             3         122
## 4654             3770        0            115            34       13421
## 4655             1751        0            193            61       24391
## 4656             1185      409             16           158        1742
## 4657              926      933             68            72        7308
## 4658             1278      549             16            23        2706
## 4659             3336      312              7             6         169
## 4660             2501    48000            354           264      151812
## 4661               81       33             16             6         190
## 4662             1502        0             74           174       26513
## 4663              423       81             11            28        2039
## 4664              663      219             59           135        4743
## 4665              455      926             71            84        7431
## 4666             1484       18              5             1          59
## 4667               29       83             25            11         772
## 4668             1983      130             29            79        2256
## 4669              991      396             17            30        3480
## 4670             2359        4             13             3         122
## 4671              954        0              6            72        4167
## 4672              116    23000            224           200       54601
## 4673              587     1000             33           157       17725
## 4674              315       14              1             3         292
## 4675            14954        0            100           238       63839
## 4676               25      274             21            24        1477
## 4677             3071      307             82            73       12160
## 4678             2714    31000            271           260      101287
## 4679              548      614              5             8        3543
## 4680             1269        0            255           209       25750
## 4681             1252        0            292           247       27260
## 4682            12183        0            178           230       42183
## 4683              500        0            120           101       17813
## 4684              243      163             31            31        1661
## 4685             1558        0            114            74        9376
## 4686             2170     2000            233           129       25951
## 4687             1117      128              8            30         851
## 4688             2496     3000            153           333       80193
## 4689               15        0             53            74       18980
## 4690              321      903             49            46        2877
## 4691            26578     1000              4            11        3089
## 4692              209      420             64           109        8509
## 4693             1581      523             23            17        1354
## 4694             2476      303              8            10         551
## 4695             7122        0            446          2618      316027
## 4696             2160        0            228           576       94463
## 4697            33734        0            208           189       70885
## 4698             1763      102              2             6         103
## 4699              714      161             25            36         819
## 4700             1210      158              8             1         514
## 4701             2483        0            143            79        7384
## 4702             1683      203             21             8         474
## 4703             1359        5              1             1           5
## 4704             1553     1000             34            27        3699
## 4705           283939        0              5             5         344
## 4706             4767        0             10            19        1432
## 4707              824     1000             66            98       13269
## 4708              399        0            360          3400      186786
## 4709              778        0             53            63       12631
## 4710              190        0             82           109       13915
## 4711             1281       12             15            16         448
## 4712               85       11             NA             4          94
## 4713             2288       51             18            19         531
## 4714             2241      358             NA            NA          85
## 4715                0       34             22             2          74
## 4716                0       32             15            13         204
## 4717             1754        9             NA             1           6
## 4718              553       36             18             1         389
## 4719             1707      128              8             9         719
## 4720             2538        0            105           219       31429
## 4721                0       88              3             2          57
## 4722             2996        7              4             9         487
## 4723                0       18              2             2          86
## 4724             1164        0             50           215       17068
## 4725                0      126             19             3         113
## 4726             1090      816              5            36        3411
## 4727               67        0            235           916       42256
## 4728             2295      244              8             3        1305
## 4729              516        0             95            84        3274
## 4730                0      588             84            65        3156
## 4731            24419        0            154           286       58260
## 4732             2563        0             20            55        4583
## 4733              382      694             88            43        3394
## 4734              194      491             70            80        6790
## 4735              161       43              5            53        1099
## 4736               30        0            105            77        7559
## 4737              660      287             29             5         154
## 4738              407        0             46            74        3562
## 4739              155       44              3            34         651
## 4740             3166      180             54            87        3479
## 4741             2655     1000            126           154       26407
## 4742             2322       51             17            21        1038
## 4743            24382      139             25            34         709
## 4744             2555       86             11            24         553
## 4745             1440      238             81            53        6884
## 4746            20480        0            155           106       45928
## 4747              483      590             39             7         774
## 4748              338    11000            153           596      229012
## 4749               44        0             26             9        3086
## 4750            11839      344             10            24        3013
## 4751              734      155             35            12        1656
## 4752             1498    46000            230           170       26185
## 4753            17883    26000            165           214       70136
## 4754             2310       60              9            10        1358
## 4755            35294      183             17            32        2004
## 4756             1118    19000            344           451       75669
## 4757             1924       29              2            11         299
## 4758             1047      339             28            10         739
## 4759             2251      898             29            20        2038
## 4760                8       23             11             9        2097
## 4761              119      808             48            11        1006
##      score aspect_ratio     gross year
## 1      7.9         1.78 760505847 2009
## 2      7.1         2.35 309404152 2007
## 3      6.8         2.35 200074175 2015
## 4      8.5         2.35 448130642 2012
## 5      7.1           NA        NA   NA
## 6      6.6         2.35  73058679 2012
## 7      6.2         2.35 336530303 2007
## 8      7.8         1.85 200807262 2010
## 9      7.5         2.35 458991599 2015
## 10     7.5         2.35 301956980 2009
## 11     6.9         2.35 330249062 2016
## 12     6.1         2.35 200069408 2006
## 13     6.7         2.35 168368427 2008
## 14     7.3         2.35 423032628 2006
## 15     6.5         2.35  89289910 2013
## 16     7.2         2.35 291021565 2013
## 17     6.6         2.35 141614023 2008
## 18     8.1         1.85 623279547 2012
## 19     6.7         2.35 241063875 2011
## 20     6.8         1.85 179020854 2012
## 21     7.5         2.35 255108370 2014
## 22     7.0         2.35 262030663 2012
## 23     6.7         2.35 105219735 2010
## 24     7.9         2.35 258355354 2013
## 25     6.1         2.35  70083519 2007
## 26     7.2         2.35 218051260 2005
## 27     7.7         2.35 658672302 1997
## 28     8.2         2.35 407197282 2016
## 29     5.9         2.35  65173160 2012
## 30     7.0         2.00 652177271 2015
## 31     7.8         2.35 304360277 2012
## 32     7.3         2.35 373377893 2004
## 33     7.2         2.35 408992272 2013
## 34     6.5         1.85 334185206 2010
## 35     6.8         2.35 234360014 2006
## 36     7.3         1.85 268488329 2013
## 37     6.0         2.35 402076689 2009
## 38     5.7         2.35 245428137 2014
## 39     6.4         2.35 234903076 2013
## 40     6.7         2.35 202853933 2014
## 41     6.8         2.35 172051787 2010
## 42     6.3         2.35 191450875 2011
## 43     5.6         2.35 116593191 2011
## 44     8.3         1.85 414984497 2010
## 45     6.6         2.35 125320003 2009
## 46     7.2         2.35 350034110 2015
## 47     7.0         2.35 202351611 2013
## 48     8.0         2.35 233914986 2014
## 49     7.8         2.35 228756232 2013
## 50     6.3         2.35  65171860 2013
## 51     7.3         2.35 144812796 2013
## 52     6.6         2.35  90755643 2010
## 53     7.0         1.85 101785482 2013
## 54     6.3         2.35 352358779 2011
## 55     6.2         2.35 317011114 2008
## 56     6.8         2.35 123070338 2015
## 57     7.2         2.35 237282182 2012
## 58     7.5         2.35 130468626 2016
## 59     8.4         2.35 223806889 2008
## 60     6.2         2.35 140080850 2007
## 61     5.8         2.35 166112167 2009
## 62     6.8         2.35 137850096 2009
## 63     5.4         2.35  47375327 2015
## 64     6.6         2.35 124051759 2016
## 65     6.9         2.35 291709845 2005
## 66     7.3         2.35 154985087 2016
## 67     9.0         2.35 533316061 2008
## 68     8.3         1.85 292979556 2009
## 69     6.5         2.35 198332128 2009
## 70     7.9         2.35 318298180 2008
## 71     7.5         1.85  73820094 2011
## 72     4.8         1.85 113745408 1999
## 73     5.2         2.35 102176165 2008
## 74     6.9         2.35 161087183 2016
## 75     5.4         2.35 100289690 2007
## 76     7.9         2.35 100189501 2014
## 77     6.1         1.85  88246220 1995
## 78     5.8         2.35 150167630 2009
## 79     8.3         1.85 356454367 2015
## 80     7.8         1.85 362645141 2016
## 81     7.0         2.35 312057433 2010
## 82     6.1         2.35 155111815 2012
## 83     7.0         2.35 241407328 2014
## 84     7.6         1.85 208543795 2014
## 85     4.5           NA        NA 2015
## 86     6.3         2.35  38297305 2013
## 87     7.8         2.35 259746958 2014
## 88     6.4         2.35 238371987 2010
## 89     6.5         2.20  93417865 2015
## 90     7.9         2.39 222487711 2014
## 91     7.8         2.35 189412677 2012
## 92     6.6         2.35    665426 2004
## 93     5.5         2.35 102315545 2016
## 94     8.2         2.35 217387997 2010
## 95     6.4         2.35 150350192 2003
## 96     8.1         2.35 333130696 2014
## 97     8.6         2.35 187991439 2014
## 98     8.8         2.35 292568851 2010
## 99     8.2         2.35        NA 2016
## 100    7.9         2.35 303001229 2012
## 101    6.7         2.35 144512310 2001
## 102    7.8         2.35 127490802 2008
## 103    7.8         2.35 146405371 2011
## 104    6.6         2.35 281666058 2015
## 105    6.1         2.35  63143812 2010
## 106    5.6         2.35  60655503 2006
## 107    6.4         1.85  76846624 2016
## 108    6.1         1.85 320706665 2007
## 109    7.3         2.35  46978995 2016
## 110    6.6         2.35  89732035 2015
## 111    6.3         1.78 104383624 2010
## 112    6.1         2.35 198539855 2001
## 113    7.1         2.35 318759914 2007
## 114    5.5         2.35  34293771 2004
## 115    7.5         2.35 292000866 2007
## 116    7.6         2.35 289994397 2005
## 117    6.4         2.35 227946274 2008
## 118    7.2         2.35 256386216 2007
## 119    6.7         1.85 206456431 2005
## 120    8.0         2.35 206435493 2007
## 121    8.3         2.35 205343774 2005
## 122    6.7         1.85 179982968 2008
## 123    5.9         2.35 177243721 2009
## 124    6.7         2.35 179883016 2009
## 125    6.7         2.35 139259759 2003
## 126    7.6         2.24 400736600 2013
## 127    7.2         2.35 281492479 2003
## 128    7.1         2.35 206360018 2013
## 129    8.1         2.35 153629485 2015
## 130    6.7         2.35 133375846 2009
## 131    7.0         2.35 181015141 2011
## 132    6.9         1.85 114053579 2008
## 133    5.1         2.35 119420252 2009
## 134    5.8         1.85  83640426 2012
## 135    6.2         1.85  79711678 2012
## 136    7.4         2.35 195000874 2015
## 137    5.8         1.85  61937495 2010
## 138    6.6         2.35 124051759 2016
## 139    6.2         1.85 126597121 2007
## 140    7.3         2.35 165230261 2011
## 141    4.2         2.35 131564731 2010
## 142    6.9         2.35 133382309 2006
## 143    6.4         2.35  73103784 2013
## 144    5.4         2.35  21379315 2011
## 145    6.7         1.85  64459316 2006
## 146    5.8         2.35  34964818 2015
## 147    6.9         1.85 111505642 2014
## 148    7.2         2.35 133228348 2004
## 149    6.9         1.85 216366733 2012
## 150    6.1         2.35 160201106 2002
## 151    5.5         2.35 118099659 2016
## 152    6.6         2.35 201573391 1998
## 153    6.1         1.85 190418803 2002
## 154    6.3         2.35  82161969 2007
## 155    7.2         2.35 143523463 2016
## 156    7.4         2.35 209364921 2011
## 157    7.3         1.85 103400692 2012
## 158    6.1         2.35 110332737 2005
## 159    7.7         2.35 111110575 2003
## 160    6.1         2.35  65007045 2014
## 161    8.0         2.35 257704099 2009
## 162    7.3         1.85 403706375 2002
## 163    7.9         2.35 176997107 2014
## 164    5.5         2.35  31141074 2016
## 165    5.0         2.35  31704416 2005
## 166    7.7         2.35 107503316 2009
## 167    6.6         2.35 129734803 1998
## 168    5.7         1.85 132122995 2003
## 169    5.8         2.35 122512052 2013
## 170    6.0         2.35  68642452 2005
## 171    6.4         1.85  32131830 2001
## 172    6.9         2.35 176636816 2011
## 173    6.4         2.35 126930660 1999
## 174    7.4         2.35  93926386 2003
## 175    5.5         2.35 292298923 2012
## 176    5.9         2.35  63992328 2011
## 177    6.8         2.35 134518390 2008
## 178    7.5         1.33        NA   NA
## 179    6.8         2.35  52792307 2016
## 180    8.1         2.35 183635922 2015
## 181    6.5         2.35  83024900 2013
## 182    7.2         2.35 123207194 2011
## 183    6.7         1.85  83348920 2014
## 184    8.1         2.35 227137090 2007
## 185    7.6         2.35 215395021 2008
## 186    7.4         1.85 180191634 2015
## 187    7.6         2.35 424645577 2013
## 188    5.5         2.35 292298923 2012
## 189    6.7         1.85 177343675 2015
## 190    6.5         1.85 234277056 2005
## 191    6.6         2.35 138396624 2003
## 192    6.7         2.35 149234747 2011
## 193    6.4         2.35 118311368 2010
## 194    5.8         1.85 101160529 2014
## 195    7.4         2.35  77564037 2011
## 196    7.8         2.35 249358727 2004
## 197    6.6         2.35  49551662 2008
## 198    4.9         2.35  60522097 2013
## 199    6.5         1.85 137748063 2000
## 200    7.5           NA        NA 2011
## 201    6.2         1.85 113733726 2014
## 202    7.3         2.35 148337537 2010
## 203    7.5         2.35 317557891 2001
## 204    5.6         2.35  33592415 2013
## 205    8.2         2.35        NA 2016
## 206    8.1         2.35 305388685 2003
## 207    6.4           NA        NA 2010
## 208    6.7         2.35 337103873 2014
## 209    6.6         2.35 217536138 2006
## 210    6.4         2.35 131536019 2014
## 211    7.5         2.35 214948780 2003
## 212    7.3         2.35 209805005 2011
## 213    7.5         2.35 186830669 2011
## 214    5.8         2.35 163192114 2010
## 215    7.5         1.85 119412921 1990
## 216    6.6         2.35  32694788 1999
## 217    6.7         2.35 113165635 2012
## 218    3.7         1.85 107285004 1997
## 219    6.0         1.85 260031035 2000
## 220    6.4         2.35 186739919 2004
## 221    6.1         2.35 215397307 2000
## 222    6.4         2.35 182618434 2000
## 223    5.6         2.35 131920333 2007
## 224    8.0         1.85 124976634 2012
## 225    5.2         2.35 115802596 2007
## 226    7.1         2.35 108521835 2016
## 227    4.8         2.35 100685880 2003
## 228    7.0         2.35 126464904 2012
## 229    5.4         1.85  64736114 2002
## 230    6.6         2.35  93050117 2013
## 231    6.7         2.35  57637485 2004
## 232    6.2         2.35  58607007 2014
## 233    6.1         2.35  43929341 2008
## 234    5.3         1.85  30212620 2010
## 235    6.3         2.35  76418654 2010
## 236    7.0         2.35  89021735 2013
## 237    7.6         2.35 380262555 2005
## 238    6.7         1.78 310675583 2002
## 239    8.1         1.85 289907418 2001
## 240    6.7         2.35 132550960 2013
## 241    6.5         2.35 474544677 1999
## 242    7.3         2.35 187165546 2013
## 243    5.1         2.35        NA 2008
## 244    6.0         2.35  40911830 2002
## 245    6.1         2.35  47952020 2016
## 246    5.9         2.35 190871240 2014
## 247    7.8         2.35 274084951 2013
## 248    5.8         2.35  67155742 1997
## 249    6.3         2.35  81638674 2016
## 250    4.3         2.35  56114221 2015
## 251    6.4         1.85 250863268 2006
## 252    6.1         2.35 155181732 2015
## 253    6.5         2.35 125332007 1997
## 254    7.1         2.35 113330342 2000
## 255    6.4         2.35 125531634 2004
## 256    6.5         2.35 186336103 2005
## 257    6.3         2.35 129995817 2015
## 258    7.5         2.35 102608827 2004
## 259    4.9         2.35  42776259 2010
## 260    5.8         2.35  98780042 2011
## 261    7.6         4.00        NA   NA
## 262    6.2         2.35 106369117 2014
## 263    5.5         1.78 142614158 2011
## 264    5.4         1.78  50026353 2004
## 265    5.8         2.35  66002193 2016
## 266    7.1         2.35  85463309 2011
## 267    5.4         1.85  71017784 2013
## 268    3.7         2.35  48068396 1997
## 269    6.7         2.35  61656849 2013
## 270    7.2         2.35 134520804 2007
## 271    8.8         2.35 313837577 2001
## 272    5.8         2.35  24004159 2004
## 273    6.8         2.35  58183966 2001
## 274    3.8         1.85 100446895 2003
## 275    7.1         2.35 144795350 2004
## 276    7.2         2.35  47396698 2005
## 277    5.9         1.85 140015224 1999
## 278    7.1         1.85 104374107 2009
## 279    8.1         2.35 228430993 2015
## 280    7.2           NA        NA   NA
## 281    6.9         2.35  35799026 2005
## 282    4.4         1.85   6712451 2001
## 283    6.5         2.35 101643008 2000
## 284    8.5         2.35 187670866 2000
## 285    7.7         2.35 132014112 2002
## 286    7.4         2.35 261970615 2002
## 287    8.0         2.35 167007184 2006
## 288    5.7         2.35 180011740 2001
## 289    8.5         2.35 204843350 1991
## 290    7.0         2.35  97030725 2009
## 291    7.8         1.85 130127620 2007
## 292    7.2         2.35 146282411 1994
## 293    6.4         2.35  65452312 2009
## 294    5.5         1.85 148383780 2010
## 295    6.7         2.35 119219978 2010
## 296    6.1         2.35 101228120 1996
## 297    8.5         2.35 162804648 2012
## 298    6.9         1.78 100117603 1996
## 299    7.3         1.66  89296573 2000
## 300    6.7         2.35  85017401 2012
## 301    6.9         2.35 173005002 2004
## 302    5.1         2.35  75030163 2006
## 303    6.8         2.35  77222184 2009
## 304    5.8         2.35  34964818 2015
## 305    6.7         2.35 107515297 2013
## 306    6.0         2.35  67631157 2010
## 307    5.7         2.35  66862068 1999
## 308    8.0         2.35  57366262 2006
## 309    8.2         2.35 116866727 2013
## 310    5.4         1.85 184031112 1995
## 311    7.2         1.85  54700065 1997
## 312    7.5         2.35  27098580 2012
## 313    7.0         2.35  55673333 2010
## 314    3.3         2.35  40198710 2004
## 315    6.0         2.35  72660029 2014
## 316    7.1         1.50  38120554 2002
## 317    5.4         1.85  49392095 2009
## 318    6.1         2.35  39292022 2014
## 319    5.3         2.35  28772222 2015
## 320    2.2         1.85  17010646 2005
## 321    7.0         1.85  24985612 2015
## 322    3.8         1.85   4411102 2002
## 323    6.9         2.35  35024475 2010
## 324    7.2         1.85 130174897 2015
## 325    7.3         1.85  10200000 1997
## 326    6.3         2.35 202007640 2001
## 327    7.5         2.35  77679638 2002
## 328    7.6         2.35      9213 2011
## 329    6.8         1.85  58867694 2007
## 330    5.2         1.85  59475623 2004
## 331    7.7         2.35 108638745 2001
## 332    6.2         1.85  86897182 2012
## 333    7.7         2.35  63540020 1997
## 334    4.3         1.85  95328937 2010
## 335    6.9         1.85  50802661 2000
## 336    6.6         2.35 161317423 2012
## 337    7.0         2.35 201148159 2015
## 338    6.7         2.35  43982842 2009
## 339    8.2         1.85 380838870 2003
## 340    8.9         2.35 377019252 2003
## 341    8.7         2.35 340478898 2002
## 342    5.5         2.35  17176900 2014
## 343    5.7         2.35 131144183 2001
## 344    6.3         2.35  23014504 2014
## 345    5.9         1.85 181166115 2001
## 346    7.6         2.35 176740650 2011
## 347    6.6         2.35  71148699 2008
## 348    5.3         1.85  67344392 2013
## 349    6.0         2.35  22406362 2004
## 350    8.0         2.35 261437578 2004
## 351    5.6         2.35  11000000 1995
## 352    5.9         2.35  88761720 2010
## 353    7.3         1.85 250147615 1997
## 354    7.9         1.85 245823397 1999
## 355    6.8         2.35  81557479 2010
## 356    6.6         2.35 226138454 2001
## 357    6.6         2.35 155370362 2000
## 358    7.0         2.35 124870275 2009
## 359    7.0         1.85 196573705 2009
## 360    7.3         2.35  58229120 2013
## 361    5.5         2.35 125305545 2000
## 362    8.5         2.35 132373442 2006
## 363    7.5         1.66 120618403 1998
## 364    7.0         2.35 110416702 2008
## 365    7.8         2.35 102515793 2011
## 366    7.6         2.35 100012500 1995
## 367    7.6         1.85 209019489 2009
## 368    6.1         2.35        NA 2016
## 369    6.8         2.35  84037039 2001
## 370    5.0         1.85  85884815 2015
## 371    7.1         1.85  83077470 2008
## 372    5.5         1.85 100018837 2008
## 373    5.6         2.35  78747585 2015
## 374    7.1         1.85  78616689 2001
## 375    4.9         2.35  75817994 2003
## 376    7.4         2.35 100853835 1997
## 377    5.7         1.85  73209340 2000
## 378    6.4         2.35  72515360 2005
## 379    5.9         2.35  68558662 2013
## 380    5.5         2.35  65653758 2003
## 381    6.9         2.35  64685359 2016
## 382    6.2         2.35  61355436 1997
## 383    7.0         2.35     26871 2001
## 384    5.6         2.35  60874615 2000
## 385    7.0         2.35 143618384 2011
## 386    6.8         1.85  58220776 1999
## 387    5.4         1.85  47474112 1997
## 388    6.1         2.35  42877165 1997
## 389    6.7         2.35  35168677 2002
## 390    4.3         2.35  56114221 2015
## 391    6.9         2.35  37567440 1982
## 392    8.0         2.35  61644321 2005
## 393    4.4         2.35    190562 2010
## 394    7.3         2.35 120147445 2003
## 395    6.3         2.35 241688385 1996
## 396    6.7         2.35 144512310 2001
## 397    7.7         1.85 233630478 2000
## 398    6.5         2.35 197992827 2006
## 399    7.8         2.35 176049130 2004
## 400    6.4         2.35 172620724 1997
## 401    7.8         2.35 183405771 2001
## 402    5.8         2.35  20315324 2011
## 403    7.1         1.85 148313048 2012
## 404    7.1         2.35 127706877 2007
## 405    8.6         1.78        NA   NA
## 406    6.8         2.35 126149655 2012
## 407    4.8         1.85  66941559 2000
## 408    6.2         2.35  78009155 2011
## 409    6.9         1.85  63224849 2006
## 410    7.3         2.35 111544445 1998
## 411    6.6         1.85 112703470 2009
## 412    6.9         2.35 117144465 2007
## 413    6.2         1.85  84303558 2006
## 414    6.7         2.35 150832203 2014
## 415    7.6         2.35  51396781 2001
## 416    6.7         2.35  47592825 2003
## 417    6.2         2.35  50016394 1993
## 418    7.3         2.35  57010853 2005
## 419    6.0         2.35  62494975 2006
## 420    7.1         1.85  46440491 2011
## 421    7.1         1.85  44606335 1998
## 422    5.5         1.85  40048332 2002
## 423    7.8         1.85        NA 1979
## 424    5.6         1.85  64933670 2012
## 425    7.5         1.85  31494270 2010
## 426    5.4         2.35  31111260 2003
## 427    4.3         1.85 123307945 2000
## 428    4.9         1.85 153288182 2002
## 429    7.1         2.35  13401683 2012
## 430    6.4         1.85 137340146 2006
## 431    6.9         1.85        NA 1982
## 432    4.3         1.85  43575716 2010
## 433    6.1         2.35  80170146 2008
## 434    7.0         1.85  75754670 2008
## 435    7.7         2.35  33048353 2007
## 436    5.9         2.35  34543701 2000
## 437    6.7         1.85 242589580 2003
## 438    6.5         2.35 102981571 2010
## 439    7.1         2.35 180965237 1996
## 440    7.3         2.35 407999255 2012
## 441    6.5         2.35 254455986 2011
## 442    7.0         1.85 162831698 1992
## 443    6.8         1.85 155019340 2006
## 444    7.2         1.66 145771527 2002
## 445    6.4         1.85  82506325 2006
## 446    6.1         2.35 140459099 1998
## 447    6.7         2.35  53215979 2013
## 448    6.4         2.35 158115031 2005
## 449    4.4         1.85 133103929 2011
## 450    5.4         1.85 133668525 2013
## 451    6.5         1.85 130313314 2008
## 452    6.7         1.85 124590960 2003
## 453    8.1         2.35 127968405 2010
## 454    5.6         1.85 120136047 2008
## 455    6.3         1.85 128200012 2005
## 456    7.3         2.35 112225777 1997
## 457    6.1         2.35 109993847 2008
## 458    7.7         2.35 104054514 2002
## 459    6.4         1.85 103028109 2011
## 460    8.8        16.00        NA   NA
## 461    6.8         2.35 101087161 1997
## 462    6.6         2.35 101111837 2008
## 463    7.2         2.35  95632614 2003
## 464    6.9         2.35  94822707 2010
## 465    5.2         1.85  92969824 1997
## 466    4.9         2.35  91188905 1999
## 467    6.3         1.77  90443603 1996
## 468    5.6         1.85  82226474 2006
## 469    5.5         2.35  79363785 2008
## 470    6.7         2.35  76081498 1997
## 471    7.6         2.35  85707116 2014
## 472    5.7         2.35  74329966 1998
## 473    4.6         1.85 100169068 2010
## 474    7.0         2.35  73215310 2002
## 475    5.2         2.35  80360866 2011
## 476    5.1         2.35  69102910 1998
## 477    6.6         1.85  65948711 2004
## 478    7.0         1.85    821997 1997
## 479    6.7         1.85 169692572 2015
## 480    7.6         4.00        NA   NA
## 481    7.3         1.78  60507228 1999
## 482    5.9         2.35  56684819 2002
## 483    5.6         1.85  50628009 1998
## 484    6.5         2.35  69772969 2001
## 485    5.9         2.35  45356386 2005
## 486    7.0         2.35  55350897 1998
## 487    5.3         1.85  39442871 2000
## 488    5.9         1.85  37899638 2005
## 489    6.3         2.35  37754208 1996
## 490    6.4         2.35        NA 2015
## 491    6.9         2.35  27779888 1997
## 492    6.3         2.35  38542418 2009
## 493    7.3         1.85  34566746 2000
## 494    5.8         1.85  32885565 1996
## 495    5.2         2.35  36073232 2013
## 496    2.4         2.35  21471685 2000
## 497    5.7         2.35  20950820 2003
## 498    5.8         2.35  19673424 2009
## 499    5.6         2.35  19480739 2003
## 500    6.0         2.35  17593391 1997
## 501    5.8         1.85  18318000 1998
## 502    6.0         2.35  27356090 2015
## 503    5.7         2.35  17473245 2000
## 504    6.0         2.35  15131330 2006
## 505    7.8         2.35  19406406 2009
## 506    4.2         2.35   1891821 2005
## 507    5.6         2.35  23219748 2014
## 508    4.4           NA        NA 2015
## 509    8.2         1.85 170708996 2001
## 510    8.5         1.66 422783777 1994
## 511    5.8         1.85 103812241 2012
## 512    6.5         2.35 119793567 2013
## 513    7.2         2.35  92930005 2002
## 514    6.7         2.35  67286731 2004
## 515    3.4         1.85  74158157 2011
## 516    5.9         2.35 127083765 2003
## 517    7.8         2.35   1339152 2015
## 518    5.9         1.85  15071514 2007
## 519    4.1         1.85  26000610 2000
## 520    6.8         1.85 323505540 2016
## 521    5.8         2.35  66462600 2003
## 522    7.5         1.85 368049635 2013
## 523    6.9         2.35 306124059 1996
## 524    6.5         1.85 229074524 1997
## 525    6.9         1.85 193136719 2005
## 526    7.9         1.85  35286428 2006
## 527    7.4         2.35 157299717 2000
## 528    6.7         2.35 134568845 2008
## 529    7.4         2.35 134006721 1996
## 530    6.9         1.85 195329763 2006
## 531    6.8         2.35 120776832 2004
## 532    6.7         2.35 118823091 2007
## 533    5.1         2.00  41814863 2004
## 534    4.1         1.85  97360069 1999
## 535    7.3         2.35 117698894 2013
## 536    6.0         1.85 162001186 2010
## 537    7.3         1.85  77032279 2004
## 538    7.5        16.00        NA   NA
## 539    5.4         1.85  73023275 2009
## 540    5.9         1.85  68473360 2000
## 541    7.1         1.85  66636385 2007
## 542    6.0         1.85 160762022 2004
## 543    6.5         2.35 103338338 2006
## 544    8.3           NA        NA   NA
## 545    5.7         2.40  55808744 2005
## 546    7.6         2.35  47379090 2005
## 547    6.6         2.35  43426961 2003
## 548    5.4         2.35  47000485 2010
## 549    7.3         2.35  45434443 2015
## 550    6.5         1.85  42044321 2004
## 551    6.6         2.35  73661010 2006
## 552    6.6         2.35  41523271 2001
## 553    5.9         1.85  37600435 1995
## 554    6.7         2.35  39251128 1999
## 555    6.1         1.85  83503161 2011
## 556    6.6         2.35  34636443 2005
## 557    6.6         2.35  22751979 2000
## 558    5.3         2.35  30013346 2003
## 559    6.0         2.35  14567883 1998
## 560    6.0         2.35     90820 2009
## 561    4.7         1.85   5409517 2001
## 562    6.1         2.35  21009180 2004
## 563    7.2         2.35  94999143 2000
## 564    6.4         1.85 336029560 2015
## 565    6.1         2.35  36381716 2011
## 566    5.9         2.35  55585389 1998
## 567    6.0         2.35  36976367 1998
## 568    6.3         1.85 107225164 2016
## 569    5.6         2.35  70224196 2008
## 570    6.4         1.85  51814190 2009
## 571    7.1         2.35  47456450 2007
## 572    6.6         2.35 148213377 2006
## 573    4.6         2.35 112950721 2001
## 574    8.4         2.35  75600000 1995
## 575    7.1         2.35  62647540 2005
## 576    7.4         2.35 183132370 2007
## 577    6.9         1.85  27796042 2001
## 578    4.5         2.35  32616869 2001
## 579    7.1         2.35  18947630 2004
## 580    6.5         1.85 114195633 2004
## 581    5.3         1.85 144156464 1998
## 582    6.7         1.85 227965690 2002
## 583    7.2         1.85 436471036 2004
## 584    7.2         2.35 244052771 2006
## 585    5.5         2.35 152149590 1999
## 586    5.8         2.35 141204016 2002
## 587    6.0         1.85 162495848 2015
## 588    6.6         1.85 136448821 1996
## 589    8.3         2.35 120523073 2009
## 590    6.7         2.35 119654900 1991
## 591    6.0         2.35  72660029 2014
## 592    7.1         2.35 117541000 1990
## 593    6.0         2.35 116643346 2003
## 594    7.5        16.00        NA   NA
## 595    6.9         1.85 100614858 2001
## 596    5.6         1.85  42272747 2006
## 597    5.6         2.35  80281096 2004
## 598    4.5         1.85 219613391 2009
## 599    7.1         2.35  78120196 2002
## 600    6.5         2.35  98895417 2013
## 601    6.4         2.35  70117571 1998
## 602    5.8         2.35  83552429 2011
## 603    8.0         1.37  66257002 2003
## 604    6.2         1.85  65012000 1994
## 605    7.2         2.35  79883359 2011
## 606    6.1         2.35  78031620 2014
## 607    7.6         2.35  54222000 1989
## 608    6.3         2.35  52474616 2010
## 609    6.3         2.35  55942830 2014
## 610    6.3         2.35  40932372 1998
## 611    7.7         2.35  38345403 2007
## 612    7.0         2.35  37901509 1997
## 613    5.3         2.35  48430355 2011
## 614    5.6         2.35  30157016 2002
## 615    5.2         2.35  28031250 2005
## 616    5.4         1.37  33105600 2002
## 617    6.4         2.35  62321039 2012
## 618    5.9         2.35  38509342 2012
## 619    6.3         2.35  19076815 2002
## 620    6.5         2.35  25093607 2011
## 621    3.0         2.35  18990542 2002
## 622    3.6         2.35  14294842 2002
## 623    5.8         2.35  19819494 1998
## 624    6.2         2.35  13596911 2001
## 625    5.6           NA   8460990 2013
## 626    5.4         2.35   7097125 2015
## 627    6.1         1.85  37760080 2004
## 628    4.2         2.35   5851188 2006
## 629    6.7         2.35  25121291 2013
## 630    4.2         2.35  18821279 2014
## 631    6.4         2.35 118471320 2002
## 632    4.9         2.35 300523113 2010
## 633    6.8         2.35  71069884 2001
## 634    7.7         1.85 251501645 2010
## 635    5.6         2.35  35324232 1995
## 636    6.4         2.35  81257500 2015
## 637    7.2         2.35    617840 2009
## 638    6.0         1.85  29655590 1999
## 639    5.9         2.35  45045037 2011
## 640    7.9         2.35  28965197 1999
## 641    6.8         2.35  27550735 2016
## 642    7.1         2.35  39380442 2008
## 643    5.9         1.85  72980108 2010
## 644    5.9         2.35  37516013 2012
## 645    6.2         2.35  87704396 1999
## 646    7.4        16.00        NA   NA
## 647    7.0         2.35  83892374 1998
## 648    5.4         2.35   5932060 2007
## 649    8.6         1.85 216119491 1998
## 650    6.5         2.35  43568507 2014
## 651    6.4         1.37 182805123 2000
## 652    7.6         1.85 176387405 2002
## 653    5.5         2.35  33685268 2003
## 654    7.4         2.35 182204440 2012
## 655    8.7         2.35 171383253 1999
## 656    7.6         2.35 172071312 1995
## 657    7.5         1.85 119412921 1990
## 658    5.5         1.85 139225854 2002
## 659    7.6         1.85 148775460 2012
## 660    6.5         1.85 115731542 1998
## 661    6.9         2.35 100468793 2008
## 662    6.7         2.35  93771072 1998
## 663    6.6         2.35 100448498 2010
## 664    7.2         2.35 115603980 2014
## 665    6.4         2.35  90454043 2000
## 666    6.4         2.35  84049211 1993
## 667    6.0         2.35  70450000 1996
## 668    6.1         1.85  69688384 2000
## 669    6.0         1.85  70236496 2006
## 670    6.4         1.85  63695760 2003
## 671    6.4         2.35  59617068 2012
## 672    7.3         1.66  55637680 1999
## 673    5.2         2.39  85911262 2014
## 674    6.6         1.85  53846915 2015
## 675    6.3         2.35  54758461 2012
## 676    5.9         2.35  52397389 2004
## 677    6.4         1.85        NA 1984
## 678    6.7         2.35  38966057 1998
## 679    5.4         2.35  42345531 2012
## 680    6.4         2.35  36064910 2008
## 681    6.7         2.35  33328051 1996
## 682    6.2         2.35  32598931 2000
## 683    6.1         1.85  28045540 2005
## 684    8.8         2.35  37023395 1999
## 685    7.1         2.35  43532294 2006
## 686    8.1           NA        NA   NA
## 687    5.7         1.85  17218080 1991
## 688    5.0         1.85  10014234 2000
## 689    5.1         2.35  19059018 2014
## 690    6.9         2.35   1987287 2005
## 691    4.8         2.35  24407944 2005
## 692    6.5         1.85  13750556 2014
## 693    5.1         1.85  31054924 1999
## 694    7.1         2.35  43247140 2015
## 695    7.5         2.35   2208939 2006
## 696    6.2         2.35 213079163 2002
## 697    6.3         2.35  19548064 2009
## 698    8.1         1.85 356784000 1993
## 699    6.6         2.35  25052000 1994
## 700    6.9         2.35 122012710 1994
## 701    6.1         2.35     72413 2015
## 702    4.3         1.85  58255287 2006
## 703    6.6         2.35  77086030 2000
## 704    6.8         2.35  65000000 1995
## 705    3.8         2.35  32178777 2008
## 706    5.9         2.35  15738632 2001
## 707    7.9         2.76  54116191 2015
## 708    6.3         1.85 118153533 2007
## 709    5.5         1.85 108012170 2011
## 710    7.7         2.35 210592590 2006
## 711    6.3         1.85 279167575 2004
## 712    7.1         2.35 143151473 2008
## 713    8.5         1.85 136801374 1999
## 714    5.9         2.35 168213584 2007
## 715    5.8         1.85 135381507 2005
## 716    8.1         2.35 167735396 2014
## 717    7.9         2.35 121468960 2002
## 718    7.2         2.35 106635996 1995
## 719    6.3         2.35 102678089 1999
## 720    8.1         1.85 125603360 1998
## 721    7.0         1.85 101217900 1998
## 722    5.5         1.85 104148781 2003
## 723    6.7         2.35  75573300 2013
## 724    5.2         1.85  93375151 2001
## 725    7.0         2.35 106126012 2003
## 726    6.1         1.85  93307796 2002
## 727    6.6         1.85  90646554 1998
## 728    5.5         1.85 109176215 2009
## 729    5.9         2.35  82670733 1990
## 730    5.4         2.35  82569532 2005
## 731    6.4         2.35  81687587 2015
## 732    5.7         1.85  80574010 2010
## 733    6.7         2.35  75764085 2000
## 734    7.1         2.35  90356857 2010
## 735    6.8         2.35  75530832 1999
## 736    6.5         1.85  75370763 1998
## 737    7.6         2.35 100003492 2004
## 738    5.5         2.35  90341670 2002
## 739    6.5         1.85  74540762 2004
## 740    7.0         2.35  80033643 2012
## 741    5.8         2.35  73648142 1999
## 742    7.3         1.78  71844424 2009
## 743    6.6         1.85  75638743 2011
## 744    4.4         2.35  66734992 2003
## 745    7.7         1.85  75280058 2009
## 746    5.0         1.85  64505912 2008
## 747    7.7         2.35  77862546 2004
## 748    4.4         2.35  61112916 2006
## 749    6.1         2.35  88200225 2004
## 750    5.4         1.85  60573641 1996
## 751    6.8         1.85  59035104 2004
## 752    6.5         2.35  56702901 1998
## 753    7.0         2.35  55994557 2012
## 754    6.3         2.35  54910560 1997
## 755    6.3         2.35  53789313 2003
## 756    6.1         1.85  51045801 1996
## 757    6.1         2.35  50818750 2008
## 758    7.3         1.78        NA   NA
## 759    5.3         1.85  50189179 2002
## 760    5.4         1.85  50024083 1995
## 761    6.2         2.35  50549107 2014
## 762    6.6         1.85  56443482 2015
## 763    5.9         2.35  62401264 2016
## 764    6.3         2.35  47748610 1997
## 765    7.2         2.35  46975183 2007
## 766    6.8         1.85  50807639 2014
## 767    6.1         2.35  46611204 1998
## 768    7.8         2.35 257756197 2014
## 769    5.0         2.35  48472213 2005
## 770    6.2         2.35  43060566 2002
## 771    6.7         2.35  45996718 2013
## 772    4.9         1.85  43337279 2009
## 773    7.4         2.35  37479778 2009
## 774    7.1         2.35  36965395 2009
## 775    6.2         2.35  40559930 2009
## 776    4.9         1.85  36830057 1999
## 777    6.1         2.35  36279230 2006
## 778    6.1         2.35  42194060 2009
## 779    6.4         2.35  43119879 2002
## 780    6.3         1.85  35096190 2003
## 781    6.8         2.35  35754555 2012
## 782    6.6         2.35  43290977 2010
## 783    5.7         2.35  33927476 1997
## 784    5.9         1.85  32122249 2002
## 785    6.0         2.35  40076438 2008
## 786    6.1         2.35  32940507 1998
## 787    6.7         2.35  31670931 2009
## 788    6.7         1.85  30695227 2000
## 789    7.9         1.85  32522352 2000
## 790    5.0         1.85  28424210 2006
## 791    4.3         2.35  26082914 2005
## 792    5.7         2.35  29136626 2011
## 793    6.7         1.66  26288320 2003
## 794    6.7         2.35  26616590 1997
## 795    8.1         1.85 623279547 2012
## 796    6.1         2.35  30063805 2002
## 797    5.6         2.35  22518325 2006
## 798    6.6         2.35  13082288 2006
## 799    6.9         2.35  18208078 2001
## 800    4.8         2.35  14218868 2000
## 801    6.2         2.35     22451 2014
## 802    6.0         2.35  31165421 2013
## 803    4.9         1.85  11802056 2008
## 804    5.6         2.35  25472967 2005
## 805    6.1         1.85  22362500 1999
## 806    6.1         2.35  17281832 2008
## 807    4.8         2.35  19781879 2008
## 808    5.5         2.35   7605668 2015
## 809    3.8         2.35   4535117 2007
## 810    6.5         2.35   4426297 2003
## 811    6.0         2.35        NA 2016
## 812    6.7         2.35  10166502 2005
## 813    8.1         2.35 363024263 2016
## 814    4.9         2.35  12065985 1998
## 815    7.3         2.35 350123553 2014
## 816    6.4         2.35  80021740 2015
## 817    6.6         1.33        NA   NA
## 818    6.7         1.85  48291624 2005
## 819    3.6         1.85  35231365 2000
## 820    5.7         2.35  53715611 1988
## 821    6.0         1.85  31199215 2008
## 822    4.9         2.35        NA 2015
## 823    4.7         2.35  29580087 2009
## 824    6.3         2.35  44665963 2013
## 825    5.9         2.35  60128566 2010
## 826    5.9         2.35  49875589 2012
## 827    7.0         1.33        NA   NA
## 828    7.5         2.35  60984028 1997
## 829    5.6         2.35  36931089 2012
## 830    6.4         2.35  51317350 1996
## 831    6.3         2.35  28328132 2004
## 832    4.3         2.35  51774002 2011
## 833    5.9         2.35  25528495 2001
## 834    6.7        16.00        NA   NA
## 835    5.5         2.35 113006880 2005
## 836    6.2         2.35  45860039 2004
## 837    8.8         2.35 329691196 1994
## 838    5.2         1.85 217326336 2007
## 839    7.0         1.85 166225040 2000
## 840    6.6         1.78 141600000 1995
## 841    7.3         2.35 134218018 1978
## 842    5.6         1.85 128769345 1996
## 843    6.6         2.35 177575142 2005
## 844    5.4         1.85 105263257 1997
## 845    6.3         2.35 104354205 2003
## 846    7.9         2.35 107100855 2013
## 847    6.3         2.35  98711404 2010
## 848    6.0         1.85 100328194 1995
## 849    7.2         2.35 101530738 2014
## 850    5.1         2.35  93815117 2002
## 851    7.3         2.35  91400000 1995
## 852    8.0         2.35 162586036 2006
## 853    6.2         2.35  89706988 2005
## 854    6.0         2.35  83000000 1994
## 855    6.7         2.35  78745923 1998
## 856    8.1         2.35  70098138 2003
## 857    6.4         1.37  66365290 1999
## 858    8.4         1.33        NA   NA
## 859    8.0         2.35  66207920 2004
## 860    6.3         2.35  63408614 1989
## 861    6.4         1.85  58422650 1992
## 862    6.6         2.35  56932305 2000
## 863    6.4         2.35  68750000 1996
## 864    6.0         1.85  68218041 2011
## 865    6.6         2.35  25040293 2008
## 866    5.9         1.85  55747724 2013
## 867    6.4         2.35  55473600 1992
## 868    6.3         2.35  49994804 1996
## 869    7.3         2.35  41609593 1998
## 870    6.8         2.35  38553833 1996
## 871    7.2         2.35  76137505 2014
## 872    5.7         2.35  34350553 2012
## 873    6.0         1.85  34238611 2003
## 874    6.5         2.35  34098563 1999
## 875    5.8         2.35  33828318 2003
## 876    5.8         2.35  33472850 2008
## 877    6.7         2.35  31051126 2012
## 878    7.8         2.35  35707327 2008
## 879    5.6         1.85  20550712 1996
## 880    5.8         2.35  18573791 1996
## 881    7.4         2.35  51225796 2004
## 882    6.9         1.85  16264475 2007
## 883    5.5         2.35  25857987 2005
## 884    6.3         2.35  12870569 2003
## 885    4.7         2.35  11466088 1997
## 886    5.6         2.35  16088610 2009
## 887    6.4         1.85  51178893 2014
## 888    4.2         1.85   6768055 2004
## 889    6.4         2.35  39440655 2010
## 890    7.7         2.35   6167817 2004
## 891    7.7         1.66        NA 1962
## 892    5.3         2.35        NA 2002
## 893    6.7         1.85  81645152 2002
## 894    7.7         2.35  69951824 2008
## 895    5.7         1.85   9483821 2012
## 896    7.6         1.85  66676062 1990
## 897    6.4         1.85  26838389 2005
## 898    5.6         1.85  75604320 2006
## 899    6.8         2.35 108200000 1980
## 900    2.4         2.35   5660084 2003
## 901    6.2         1.85   7221458 2006
## 902    5.9         2.35  70327868 2000
## 903    7.1         2.35  58297830 1997
## 904    7.6         2.35  57386369 2001
## 905    5.5         2.35  45207112 2001
## 906    7.0         2.35  62563543 2015
## 907    7.1         2.35  33574332 2006
## 908    7.4         2.35  73343413 2009
## 909    7.6         2.35  25031037 2007
## 910    5.9         1.85  22843047 1998
## 911    5.9         2.35   5755286 2007
## 912    8.0         1.85 164435221 2002
## 913    7.4         1.85  95720716 2012
## 914    5.8         1.85 118683135 2006
## 915    6.3         2.35 143704210 2008
## 916    5.7         1.85 110476776 2010
## 917    5.1         2.35  80270227 2005
## 918    7.6         2.35  36385763 1998
## 919    6.4         2.35  37035845 2011
## 920    7.4         2.35  34580635 1999
## 921    8.2         2.35  42438300 1995
## 922    6.5         2.35  23324666 2010
## 923    5.5         2.35  23020488 2003
## 924    6.5         1.85  90567722 2000
## 925    5.6         1.85  72601713 2006
## 926    4.9         1.85  35092918 2006
## 927    4.6         2.35 296623634 2009
## 928    7.9         1.85 267652016 2001
## 929    7.1         1.85  62453315 2011
## 930    6.9         1.85 165500000 1991
## 931    7.3         1.85 153620822 1996
## 932    7.0         1.85 218628680 2012
## 933    7.7         1.85 147637474 1997
## 934    6.7         2.35 135014968 1998
## 935    6.3         2.35   2175312 2013
## 936    5.8         1.85 126203320 2002
## 937    7.1         2.35 126975169 2011
## 938    7.3         1.85 125548685 2000
## 939    6.4         1.85 105807520 2003
## 940    7.1         2.35 191616238 2014
## 941    7.6         1.85 105264608 1994
## 942    6.8         2.35  97680195 2008
## 943    6.6         2.35 126088877 2016
## 944    6.7         2.35  91030827 1998
## 945    6.1         1.85 150315155 2015
## 946    6.0         2.39 127997349 2014
## 947    7.6         2.35  88504640 2006
## 948    7.1         2.35  81517441 1999
## 949    5.0         1.85  81022333 1995
## 950    7.1         1.85  75621915 2011
## 951    6.2         2.35  79948113 2009
## 952    5.6         2.35  88658172 2006
## 953    5.4         1.85  75888270 2005
## 954    7.4         2.39  84244877 2011
## 955    5.0         1.85  75367693 2004
## 956    5.2         2.35  73701902 2004
## 957    7.6         1.85  75605492 2011
## 958    6.6         1.85  67823573 1995
## 959    7.0         2.35  91439400 2014
## 960    5.7         2.35  67128202 2009
## 961    8.2         2.35  70496802 2005
## 962    6.2         2.35  60470220 2003
## 963    7.9           NA        NA   NA
## 964    6.6         1.85  58336565 2006
## 965    4.7         1.85  66002004 2005
## 966    6.3         2.35  54997476 2001
## 967    6.1         2.35  55682070 2013
## 968    6.7         1.85  52752475 2002
## 969    6.1         1.85  55092830 2011
## 970    7.0         2.35  50815288 2005
## 971    7.4         2.35  52822418 2016
## 972    7.3         2.35  50150619 2014
## 973    5.8         2.35  48745150 2006
## 974    6.7         2.35  50007168 1997
## 975    5.8         2.35  48154732 1997
## 976    7.8         2.35  48265581 1997
## 977    6.6         2.35  46982632 2006
## 978    6.5         1.85  44737059 2000
## 979    6.7         1.85  56724080 2012
## 980    7.3         2.35  44484065 1998
## 981    5.8         1.85  47553512 2014
## 982    5.5         1.85  42610000 1994
## 983    6.3         1.85  41482207 1990
## 984    7.4         2.35  47105085 2014
## 985    5.9         2.35  41256277 1997
## 986    6.2         2.35  50740078 2004
## 987    5.9         2.35  40203020 2004
## 988    6.5         2.35  40905277 2003
## 989    4.4         2.35  38590500 1994
## 990    3.5         1.85  39177541 2005
## 991    6.6         2.35  39778599 2000
## 992    6.0         1.85  37486138 2004
## 993    6.4         2.35  38105077 2009
## 994    6.5         2.35  35168395 1999
## 995    7.8         1.33        NA   NA
## 996    4.3         1.85  32800000 1996
## 997    4.2         2.35  33643461 2010
## 998    6.5         2.35  32741596 2010
## 999    6.1         1.85  31874869 2002
## 1000   6.3         1.85  30306268 1995
## 1001   6.2         2.35  27667947 2007
## 1002   5.9         1.85  27067160 1999
## 1003   5.9         2.35  26616999 2013
## 1004   6.5         2.35  26536120 2003
## 1005   6.4         2.35  26199517 2002
## 1006   6.5         2.35  25450527 2009
## 1007   5.7         2.35  25407250 1996
## 1008   7.5        16.00        NA   NA
## 1009   8.0         2.35  23159305 1999
## 1010   7.3         2.35  24006726 2004
## 1011   6.7         1.85  20389967 2016
## 1012   7.5         2.35  19593740 2003
## 1013   5.4         2.35  19118247 2005
## 1014   6.6         2.35  26442251 2015
## 1015   7.7         1.85  17114882 2007
## 1016   5.8         2.35  18472363 2005
## 1017   6.4         2.35  14131298 1999
## 1018   5.6         2.35  21557240 2011
## 1019   6.0         2.35  21283440 2011
## 1020   6.2         2.35  10556196 1997
## 1021   5.9         1.85  16671505 1994
## 1022   5.1         2.35  10400000 1995
## 1023   6.8         2.35   9528092 2010
## 1024   7.0         1.78        NA   NA
## 1025   6.0         2.35  10137232 2005
## 1026   5.1         1.85   9795017 1995
## 1027   5.8         1.85  20488579 2009
## 1028   6.2         2.35  19445217 2013
## 1029   6.4         1.85   8355815 2002
## 1030   4.8         2.35  28837115 2016
## 1031   4.9         2.35   6471394 2004
## 1032   5.6         1.85   6291602 2000
## 1033   5.5         1.85  10706786 2011
## 1034   3.7         2.35   8742261 2009
## 1035   5.9         2.35  43905746 2001
## 1036   8.5        16.00        NA   NA
## 1037   6.3         2.35  21413502 1990
## 1038   7.4         2.35   7994115 2009
## 1039   7.6         1.85 124107476 2000
## 1040   8.3         2.35 197171806 1989
## 1041   6.6         2.35  12802907 2012
## 1042   6.9         2.35  31569268 2015
## 1043   6.7         2.35  66488090 1999
## 1044   6.8         2.35  95308367 2002
## 1045   4.6         1.78        NA 2006
## 1046   7.1         2.35  60652036 1999
## 1047   6.4         2.35   1206135 2015
## 1048   6.4         2.35  56607223 2001
## 1049   7.4         2.35  50173190 2001
## 1050   6.4         1.85  47095453 2001
## 1051   6.0         2.35  37879996 2000
## 1052   6.5         1.85  25900000 1984
## 1053   7.8         2.35  53574088 2007
## 1054   6.0         2.35  89253340 2014
## 1055   7.0         1.85  37339525 1998
## 1056   6.0         2.35  60154431 1996
## 1057   7.8           NA    528972 1998
## 1058   6.1         1.85 103738726 1990
## 1059   6.8         2.35  69304264 1999
## 1060   6.4         1.85  29781453 2001
## 1061   7.7         2.35        NA 1982
## 1062   8.1         2.35        NA 1972
## 1063   4.5         1.85  15519841 2006
## 1064   5.8         1.85   5600000 1996
## 1065   6.3         2.35 126805112 1997
## 1066   5.7         2.35  93607673 2001
## 1067   7.2         2.35  67263182 2002
## 1068   7.6         2.35  92001027 1996
## 1069   4.7         2.35  10539414 2010
## 1070   6.6         1.85  58918501 1996
## 1071   6.8         1.85 181395380 1997
## 1072   7.3         2.35  14946229 2016
## 1073   2.7         2.35        NA 1981
## 1074   4.8         1.33 130512915 1994
## 1075   6.3         2.35 139852971 2012
## 1076   5.5         1.85 110000082 2003
## 1077   6.2         1.85 106807667 2000
## 1078   5.8         1.85 101702060 2008
## 1079   5.7         1.85  95149435 2004
## 1080   6.5         2.35 100768056 1993
## 1081   6.7         2.35  92115211 1994
## 1082   7.4         1.85  93452056 2007
## 1083   6.9         2.35  83287363 1992
## 1084   5.5         2.35  82931301 2005
## 1085   8.1         1.85  60962878 2013
## 1086   7.7         2.35  76261036 2001
## 1087   7.3         2.35  71423726 1999
## 1088   5.2         1.85  71277420 2001
## 1089   7.1         1.85  88625922 2011
## 1090   7.1         2.35  70001065 1998
## 1091   7.2         2.35  67253092 2005
## 1092   6.5         2.35  66790248 2002
## 1093   4.6         2.35  65557989 1997
## 1094   5.6         2.35  60786269 2000
## 1095   7.7         2.35  59365105 2003
## 1096   7.2         2.35 162792677 1998
## 1097   6.8         2.35  31598308 2001
## 1098   5.4         1.85  57362581 1994
## 1099   6.3         2.35  53854588 1996
## 1100   7.2         1.85        NA 1968
## 1101   5.6         2.35  52580895 2005
## 1102   6.8         2.35  51019112 2005
## 1103   4.3         2.35  48114556 2004
## 1104   6.3         2.35  50648679 2007
## 1105   6.5         1.85  46280507 2014
## 1106   6.4         2.35  38360195 2006
## 1107   6.3         2.35  46815748 1994
## 1108   5.9         1.85  35617599 1995
## 1109   6.5         2.35  47307550 2012
## 1110   6.5         2.35  32003620 2004
## 1111   6.1         1.85  27972410 2003
## 1112   5.9         1.85  28133159 2006
## 1113   6.6         2.35  27400000 1984
## 1114   7.4         2.35  24343673 2007
## 1115   7.3         2.35  22877808 2008
## 1116   6.6         2.35  36883539 2006
## 1117   5.6         2.35  22531698 2008
## 1118   5.3         1.85  20400913 1996
## 1119   6.0         2.35  20101861 1996
## 1120   5.4         1.85  25200412 2009
## 1121   6.8         2.35  19719930 2001
## 1122   6.4         2.35  19377727 2005
## 1123   7.1         2.35  13401683 2012
## 1124   4.9         2.35  17300889 1996
## 1125   5.8         2.35  15527125 2000
## 1126   7.1         2.35  13560960 1995
## 1127   7.2         2.35  15523168 2010
## 1128   6.0         2.35  11146409 1998
## 1129   6.0         2.35   7916887 2008
## 1130   7.0         2.35   6565495 2006
## 1131   5.4         1.85  15279680 2008
## 1132   6.5         1.85   7262288 2002
## 1133   6.4         2.35   4584886 2007
## 1134   8.3        16.00        NA   NA
## 1135   4.9         2.35   2154540 1997
## 1136   6.3         2.35   8129455 2011
## 1137   1.7           NA        NA 2012
## 1138   7.7         2.35 136019448 2012
## 1139   7.8         1.85 183875760 1993
## 1140   5.5         2.35  67061228 2010
## 1141   7.5         2.35  53300852 1996
## 1142   6.4         2.35 150415432 1985
## 1143   5.6         2.35  44834712 1996
## 1144   7.5         1.37  84300000 1940
## 1145   6.8         2.35   1500000 1980
## 1146   6.8         2.35  62318875 2006
## 1147   6.0         2.35   5773519 2015
## 1148   7.3         2.35  51768623 2000
## 1149   6.0         1.37  37035515 2000
## 1150   7.0         2.35  24520892 2005
## 1151   5.1         1.85  24430272 2002
## 1152   6.8         1.85 158348400 1993
## 1153   6.5         2.35  31136950 2010
## 1154   6.6         2.35  29113588 2011
## 1155   7.2         2.35 138447667 2012
## 1156   7.0         2.35 116006080 1999
## 1157   7.0         1.85 106793915 2000
## 1158   5.9         1.85  87856565 2004
## 1159   5.4         1.85  70100000 1992
## 1160   6.6         2.35 159578352 2013
## 1161   7.0         2.20  57750000 1963
## 1162   6.5         1.85  45290318 2012
## 1163   6.3         2.35  41543207 2002
## 1164   6.5         1.85  41252428 1996
## 1165   6.5         2.35  35228696 2002
## 1166   5.8         1.85  59992760 2009
## 1167   6.6         2.35  34667015 1989
## 1168   5.4         2.35  37652565 2011
## 1169   6.1         2.35  24375436 2001
## 1170   4.0         1.85  20915465 1993
## 1171   7.6         2.35  24127895 2005
## 1172   7.9         2.35     84961 2002
## 1173   5.3         2.35  26404753 2012
## 1174   6.6         2.35   6105175 2014
## 1175   6.3         2.35   5664251 2010
## 1176   7.5         4.00        NA   NA
## 1177   7.2         2.35   1260917 2009
## 1178   7.0         2.35 116724075 2002
## 1179   4.9           NA        NA 2015
## 1180   6.9         2.35  56083966 2001
## 1181   5.2         2.35  22108977 2003
## 1182   8.1         1.85 293501675 1999
## 1183   6.6         2.35  18600911 2012
## 1184   6.2         2.35   7204138 2011
## 1185   7.2         1.85  90800000 1984
## 1186   7.3         2.35 150117807 2013
## 1187   6.7         2.35 163947053 2009
## 1188   6.4         2.35 116735231 1999
## 1189   7.8         1.85 118500000 1989
## 1190   6.4         2.35 126546825 2014
## 1191   4.1         2.35 166147885 2015
## 1192   4.1         1.85 111760631 2003
## 1193   7.4         2.35 108706165 1996
## 1194   5.8         1.85 138614544 2003
## 1195   7.6         2.35 125069696 2013
## 1196   7.2         2.35 107458785 1992
## 1197   7.8         2.35 102310175 2016
## 1198   7.7         2.35  96917897 2010
## 1199   6.4         2.35  93952276 2009
## 1200   5.1         1.85  90703745 2006
## 1201   5.5         2.35  89138076 2000
## 1202   7.4         1.37  87666629 1990
## 1203   6.0         1.85  90353764 2015
## 1204   7.5         1.85  82522790 1992
## 1205   7.0         1.85  94125426 2009
## 1206   7.5         2.35  95001343 2013
## 1207   7.3         1.85  81292135 1999
## 1208   5.7         1.85  86208010 2014
## 1209   7.3         2.35  81593527 2006
## 1210   7.2         1.85  75274748 2015
## 1211   5.9         2.35  90835030 2016
## 1212   7.8         2.35  72455275 1992
## 1213   7.7         1.85  75305995 2004
## 1214   8.1         1.85  74098862 2005
## 1215   6.6         2.35  72266306 2008
## 1216   7.1         1.85  71347010 2009
## 1217   5.9         1.85  70836296 2001
## 1218   8.0         2.35  70405498 1991
## 1219   4.6         1.85  70163652 2006
## 1220   6.1         2.35  66808615 2001
## 1221   7.2         2.35 115603980 2014
## 1222   6.4         2.35  64149837 2009
## 1223   6.0         2.35  83906114 2014
## 1224   5.2         2.35  66466372 2009
## 1225   7.6         2.35  72306065 2015
## 1226   6.4         2.35  59068786 2001
## 1227   6.4         1.85  60923325 2010
## 1228   6.1         1.85  57887882 2004
## 1229   6.1         2.35  53955614 1998
## 1230   5.2         1.85  54967359 1997
## 1231   7.7         1.85  54228104 2002
## 1232   7.3         2.35  57981889 2011
## 1233   6.9         2.35  61094903 2011
## 1234   8.5         2.35  53082743 2006
## 1235   6.3         2.35  54414716 2014
## 1236   5.9         2.35  57011847 2013
## 1237   7.8         1.85  50859889 2006
## 1238   6.7         2.35  51185897 1987
## 1239   6.4         2.35  52000688 2010
## 1240   5.9         2.35  49851591 1986
## 1241   6.6         2.35  47781388 2004
## 1242   6.8         2.35  52320979 2006
## 1243   6.5         2.35  47806295 2005
## 1244   6.6         1.85  51853450 2012
## 1245   5.8         2.35  46012734 2008
## 1246   6.9         2.35  47034272 2014
## 1247   7.1         2.35  45856732 1997
## 1248   5.8         1.85  59588068 2003
## 1249   7.2         1.85  44175394 1997
## 1250   6.0         2.35  45500797 1992
## 1251   4.7         2.35  41797066 2007
## 1252   5.2         1.85  38087756 1994
## 1253   5.5         1.85  37752931 2000
## 1254   6.5         1.85  50562555 2007
## 1255   7.0         2.35  37371385 2011
## 1256   5.8         2.35  37101011 2012
## 1257   6.2         2.35  38176892 2011
## 1258   6.5         2.35  36283504 1999
## 1259   7.2         2.35  35183792 1991
## 1260   5.1         1.85  38543473 2014
## 1261   4.7         1.85  36037909 2000
## 1262   5.9         2.35  42575718 2011
## 1263   5.8         1.85  33864342 1999
## 1264   7.2         1.85  33508922 2000
## 1265   6.2         2.35  42071069 2005
## 1266   7.4         1.33        NA   NA
## 1267   5.7         2.35  32853640 2008
## 1268   6.1         2.35  42615685 2014
## 1269   6.0         1.85  32055248 1994
## 1270   6.9         2.35  31836745 2011
## 1271   6.5         2.35  30993544 2010
## 1272   5.0         2.35  30981850 2005
## 1273   5.7         2.35  30199105 2000
## 1274   7.0         2.35  29077547 2005
## 1275   5.1         2.35  29374178 2000
## 1276   5.3         1.85  28535768 1999
## 1277   4.4         2.35  27663982 1996
## 1278   4.7         2.35  27053815 2001
## 1279   6.7         1.85  26814957 2008
## 1280   6.7         1.85  25178165 2001
## 1281   5.7         2.35  25117498 2007
## 1282   7.4         1.85     32645 1973
## 1283   6.1         1.85  24332324 1994
## 1284   6.4         2.35  36665854 2011
## 1285   6.2         1.85  22717758 1998
## 1286   6.2         2.35  22433915 2002
## 1287   5.9         1.85  22326247 1999
## 1288   4.0         2.35  21176322 2004
## 1289   6.2         1.85  20300000 1996
## 1290   4.6         2.35  20302961 1995
## 1291   6.4         1.85  15962471 2006
## 1292   5.9         1.85  14942422 1995
## 1293   5.1         2.35  14967182 2000
## 1294   7.6         2.35  18996755 2012
## 1295   4.2         1.85  14375181 1987
## 1296   7.8         1.85  20999103 2009
## 1297   5.8         2.35  14448589 2002
## 1298   5.9         2.35  14358033 1992
## 1299   8.4         2.35  33201661 2001
## 1300   4.8         1.85  14018364 2004
## 1301   6.2         1.85  13395939 2004
## 1302   6.5         2.35  20113965 2012
## 1303   6.3         1.85  13376506 1999
## 1304   3.3         2.35  13208023 2002
## 1305   5.9         2.35  13838130 2009
## 1306   6.0         2.35   5773519 2015
## 1307   5.8         1.85   9652000 2003
## 1308   6.5         2.35  12081447 2008
## 1309   4.7         2.35   7000000 1980
## 1310   4.1         1.85  10431220 1999
## 1311   6.8         2.35  10326062 2009
## 1312   6.2         1.85   6114237 2001
## 1313   4.5         2.35   4835968 2002
## 1314   5.8         2.35   4777007 2001
## 1315   7.3         2.35   3675072 2007
## 1316   5.9         2.35  18438149 2012
## 1317   4.4         1.85    511920 2008
## 1318   5.8         2.35  10640645 2015
## 1319   5.1         2.35    652526 2006
## 1320   6.9         1.85  80050171 2007
## 1321   6.2         2.35   7564000 1995
## 1322   6.9         2.35    876671 2007
## 1323   7.3         1.85   2869369 1994
## 1324   7.1         2.35    128978 2007
## 1325   6.0         2.35     77231 2005
## 1326   7.0         1.85   4563029 2013
## 1327   6.8         1.85        NA 2011
## 1328   5.7         1.85    463730 2004
## 1329   7.6         1.85  50693162 1994
## 1330   8.4         1.85   6498000 2015
## 1331   7.1         2.35  63411478 2009
## 1332   5.6         1.85  42640890 2007
## 1333   6.7         2.35 144512310 2001
## 1334   7.0         1.85  35287788 2012
## 1335   8.0         2.35  25335935 2005
## 1336   5.3         2.35   5881504 2004
## 1337   4.9         2.35  60000000 1983
## 1338   6.4         1.85  29802761 2013
## 1339   7.4         2.35    626809 2008
## 1340   6.1         2.35 127214072 2002
## 1341   6.5         2.35  88915214 2009
## 1342   5.7         2.35  30400000 1996
## 1343   5.1         1.85  85570368 2002
## 1344   6.6         2.35  75668868 1994
## 1345   6.5         2.35   6594136 2013
## 1346   6.9         2.35  58700247 2011
## 1347   7.8         1.33        NA   NA
## 1348   6.4           NA        NA 2014
## 1349   7.6         1.85  50668906 1999
## 1350   5.6         2.35  39177215 2002
## 1351   6.2         2.35  40334024 2001
## 1352   4.4         1.85  71038190 2015
## 1353   5.6         1.85  24044532 2001
## 1354   5.5         1.85  22770864 2001
## 1355   6.7         2.35  18653746 1999
## 1356   6.1         2.35  17305211 1996
## 1357   6.2         2.35  16991902 2001
## 1358   7.3         1.85  47536959 2009
## 1359   6.6         2.35  10300000 1996
## 1360   8.2         2.35  13782838 1982
## 1361   6.4         2.35  41997790 2013
## 1362   6.4         2.35   6482195 1997
## 1363   5.2         2.35    623374 2001
## 1364   6.5         2.35   7871693 2008
## 1365   7.1         1.85  16377274 2012
## 1366   4.8         1.85        NA 2007
## 1367   7.3         2.35   9589875 2008
## 1368   5.2         2.35  34912982 2016
## 1369   7.7         2.35 109712885 2015
## 1370   7.6         2.35  92173235 2010
## 1371   5.7         2.35  41102171 2012
## 1372   7.0         1.85  60338891 2008
## 1373   6.0         2.35  48006503 2008
## 1374   8.1         2.35  26903709 2013
## 1375   8.0         2.35  22450975 1999
## 1376   5.6         2.35  44867349 2010
## 1377   6.1         2.35  46813366 2016
## 1378   6.9         1.85  72279690 2011
## 1379   5.2         2.35 191449475 2008
## 1380   7.0         1.85  71026631 2002
## 1381   6.3         1.85  68208190 1999
## 1382   7.0         2.35 150368971 2013
## 1383   5.3           NA        NA 2009
## 1384   6.9         2.35  50129186 1997
## 1385   6.2         2.35  55500000 1983
## 1386   6.4         1.85  50213619 2010
## 1387   6.4         1.85  42019483 2014
## 1388   5.7         2.35  23360779 2000
## 1389   6.1         2.35  26183197 2003
## 1390   5.4         1.85  20991497 2015
## 1391   6.7         1.85  13052741 1996
## 1392   6.8         2.35  14378353 1999
## 1393   6.0         2.35  33037754 2011
## 1394   7.8         2.35  12339633 1997
## 1395   5.3         1.85   2954405 2000
## 1396   4.5         2.35  30105968 2008
## 1397   5.4         1.85  37788228 2003
## 1398   7.8         2.35 277313371 2009
## 1399   7.2         2.35   2126511 2015
## 1400   6.6         2.35 205399422 1999
## 1401   7.6         1.85 251188924 1989
## 1402   5.9         2.35   1068392 2011
## 1403   6.7         2.35 144731527 1992
## 1404   7.7         1.85 255950375 2009
## 1405   5.8        16.00        NA   NA
## 1406   5.4         1.85 112692062 2001
## 1407   6.9         2.35 117528646 2011
## 1408   7.7         2.35 171031347 2010
## 1409   6.8         2.35 124732962 2006
## 1410   6.4         2.35  82300000 1979
## 1411   5.7         2.35 134455175 2013
## 1412   7.3         2.35  79100000 1991
## 1413   6.8         2.35  81159365 2008
## 1414   6.3         2.35 110008260 2015
## 1415   5.9         1.85  67962333 2005
## 1416   7.4         1.85  78651430 1996
## 1417   8.3         2.35  64604977 1997
## 1418   6.2         2.35  63939454 2005
## 1419   6.3         1.85  63826569 1997
## 1420   5.8         2.35  60054449 1995
## 1421   7.5         1.85  26505000 1984
## 1422   6.3         2.35  61280963 2000
## 1423   6.4         1.85  56876365 1998
## 1424   7.2         2.35  59699513 2010
## 1425   6.3         2.35  54132596 2007
## 1426   6.9         1.85  52277485 2003
## 1427   6.6         2.35  55802754 2011
## 1428   6.0         2.35  55291815 2016
## 1429   7.5         2.35  83299761 2013
## 1430   7.7         1.85  48169908 1992
## 1431   6.2         2.35  67523385 2012
## 1432   5.4         1.85  49474048 2009
## 1433   6.6         2.35  45802315 2009
## 1434   5.3         2.35  43792641 2007
## 1435   5.6         1.85  57651794 2006
## 1436   5.9         2.35  43894863 2005
## 1437   7.8         2.35  41954997 1997
## 1438   6.7         1.85  39532308 2002
## 1439   7.4         2.35  76600000 1982
## 1440   6.2         1.85  39692139 2004
## 1441   5.4         2.35  40687294 2008
## 1442   6.7         2.35  37553932 2011
## 1443   5.3         2.35  37481242 2010
## 1444   5.9         1.85  39026186 2011
## 1445   7.0           NA        NA   NA
## 1446   4.8         2.35  33422806 2001
## 1447   7.3         1.85        NA 1976
## 1448   3.8         2.35  33423521 1994
## 1449   8.5         1.85  32519322 2002
## 1450   6.8         2.35  31598308 2001
## 1451   6.8         2.35  37617947 2006
## 1452   5.3         1.85  32048809 2005
## 1453   7.3         1.85  33987757 2004
## 1454   6.6         2.35  37304950 2011
## 1455   6.2         2.35  30691439 2008
## 1456   5.2         2.35  30307804 2002
## 1457   6.2         1.37  30669413 1990
## 1458   6.2         2.35  28687835 2008
## 1459   6.6         2.35  26494611 1999
## 1460   6.4         2.35        NA 1980
## 1461   6.2         2.35  25266129 2004
## 1462   5.1         2.35  25863915 2012
## 1463   6.6         1.85  25078937 1997
## 1464   6.1         2.35        NA 2015
## 1465   6.1         2.35  28995450 2010
## 1466   6.6         2.35  24276500 1992
## 1467   5.9         2.35  20981633 2008
## 1468   6.3         1.85  22913677 2004
## 1469   7.1         2.35  34531832 2015
## 1470   5.0         2.35  28064226 2011
## 1471   5.6         1.85  19447478 2005
## 1472   7.4         2.35  19389454 2000
## 1473   4.5         1.85  25871834 2008
## 1474   6.2         2.35  19692608 2013
## 1475   5.0         2.35  19294901 2005
## 1476   6.5         2.35  20275446 2012
## 1477   5.1         2.35  34507079 2015
## 1478   6.5         2.35  18306166 2002
## 1479   6.2         2.35  17609982 2013
## 1480   6.3         2.35  16831505 2004
## 1481   3.8         1.85  17596256 2010
## 1482   5.2         1.85        NA 2012
## 1483   6.0         2.35        NA 1983
## 1484   6.2         2.35  14998070 2007
## 1485   5.7         2.35  14587732 1991
## 1486   6.7         2.35  18317151 2007
## 1487   6.8         2.35  11405825 2001
## 1488   6.0         1.85  13264986 2001
## 1489   7.3         2.35  10991381 2009
## 1490   5.5         2.35  10268846 2009
## 1491   6.7         1.85  13303319 2011
## 1492   4.8         2.35  10076136 1998
## 1493   5.7         1.85  10499968 2014
## 1494   5.1         1.85   7659747 2003
## 1495   6.0         2.35   7948159 2008
## 1496   4.2         1.85  11631245 2006
## 1497   7.4         2.35  10137502 2015
## 1498   4.6         2.35   6448817 1997
## 1499   6.9         2.35   7458269 2006
## 1500   8.6        16.00        NA   NA
## 1501   6.9         2.35   4651977 1992
## 1502   8.0         1.66   4496583 1993
## 1503   6.4         2.35   2221994 1997
## 1504   6.3         1.85   6592103 2002
## 1505   8.4         2.35        NA 1980
## 1506   7.1         2.35   1877179 1995
## 1507   6.8         2.35    630779 1999
## 1508   7.5         2.35   5100937 2010
## 1509   4.5           NA        NA 2015
## 1510   5.7         2.35        NA 2006
## 1511   7.2           NA        NA 2009
## 1512   6.8         2.35 102413606 2014
## 1513   5.4         2.35  10214013 2015
## 1514   7.2         2.35  32000000 1993
## 1515   7.3         1.85  10139254 2006
## 1516   5.2         2.35  11227940 1999
## 1517   5.5         2.35    183125 2012
## 1518   7.7         1.85  15081783 2008
## 1519   7.1         2.35  37432299 2015
## 1520   5.3         1.85  10654581 1999
## 1521   5.6         2.35   6543194 2000
## 1522   5.7         2.35  13101142 2012
## 1523   7.1         2.35   8324748 2013
## 1524   7.5         1.85        NA 1981
## 1525   7.6         2.35 141340178 1992
## 1526   5.5         2.35  51758599 2001
## 1527   5.1         1.85 117559438 2000
## 1528   6.3         2.35      4091 2013
## 1529   4.9         2.35  21426805 2011
## 1530   6.5         2.35  35057332 2012
## 1531   5.6         2.35  34014398 2006
## 1532   5.3         1.85  28927720 2000
## 1533   6.5         2.35  33682273 2004
## 1534   6.8         2.35   4280577 2005
## 1535   6.5         2.35  17120019 2012
## 1536   6.0         2.35   8406264 1999
## 1537   8.4         2.35 309125409 1983
## 1538   6.0         2.35  10955425 2008
## 1539   7.6         1.85  34180954 2008
## 1540   5.6         1.85  17225675 2012
## 1541   6.9         1.85 173381405 2003
## 1542   6.4         2.35 104632573 1996
## 1543   5.1         1.85  81150692 2002
## 1544   7.0         1.85  60328558 1988
## 1545   5.7         1.85  80197993 2006
## 1546   6.8         2.35 169076745 2011
## 1547   6.7         2.35 101470202 2013
## 1548   6.2         2.35  50041732 1999
## 1549   7.2         2.35  48814909 2000
## 1550   6.2         2.35  57744720 2010
## 1551   5.6         2.35  21784432 2013
## 1552   4.4         2.35  37911876 2011
## 1553   7.5         1.85  54696902 2011
## 1554   7.1         1.85  36733909 1993
## 1555   6.4         2.35  35063732 2007
## 1556   7.1         2.35     99462 2013
## 1557   5.9         2.35        NA 1979
## 1558   6.9         2.35  32701088 2005
## 1559   7.5         1.85  31493782 2005
## 1560   6.3         2.35  43095600 2005
## 1561   6.4         1.85  18636537 1995
## 1562   5.9         2.35  17848322 2004
## 1563   6.8         2.35  16640210 1999
## 1564   6.3         2.35  13763130 2010
## 1565   3.6         2.35  10956379 2007
## 1566   5.3         1.85   4357000 1996
## 1567   5.9         2.35  22525921 2013
## 1568   6.9         1.33   3562749 1997
## 1569   6.9         2.35   2899970 1999
## 1570   6.1         1.66   1304837 2006
## 1571   5.7         2.35        NA 2004
## 1572   8.5         2.35  78800000 1979
## 1573   6.3         2.35  17797316 2010
## 1574   7.3         2.35  82528097 1995
## 1575   6.3         2.35  14268533 2016
## 1576   7.2         1.85  87100000 1985
## 1577   7.3         2.35  93749203 2012
## 1578   6.3         2.35  62700000 1979
## 1579   8.1         1.37  59073773 2014
## 1580   6.9         2.35  24185781 2001
## 1581   6.3         1.85  53133888 1990
## 1582   7.3         2.35  44983704 2000
## 1583   5.5         2.35 118099659 2016
## 1584   6.1         2.35  58879132 2015
## 1585   6.9         1.85  72077000 1995
## 1586   7.2         1.85 170684505 2002
## 1587   6.4         1.85 163479795 1999
## 1588   6.4         1.85 145096820 2001
## 1589   8.3         1.85 191796233 1995
## 1590   7.2         2.35 121248145 1994
## 1591   6.8         2.35 125014030 2012
## 1592   6.5         1.85  11854694 2010
## 1593   7.8         2.35 115648585 2000
## 1594   7.6         2.35 122012643 1990
## 1595   7.2         1.85 116631310 2013
## 1596   6.7         2.35 114324072 2004
## 1597   6.8         1.85 113502246 1991
## 1598   6.3         2.35 108360000 1995
## 1599   6.2         1.85 108244774 2001
## 1600   6.2         1.85 105444419 1996
## 1601   8.6         2.35 100125340 1995
## 1602   8.0         1.85 115646235 2009
## 1603   7.0         1.85  85416609 2004
## 1604   8.0         2.35  90135191 2003
## 1605   8.1         2.35 100422786 2004
## 1606   6.7         1.85 106694016 1999
## 1607   7.9         2.35     64286 2004
## 1608   6.1         2.35  76806312 2008
## 1609   4.2         1.85  79566871 2009
## 1610   6.1         1.85  76501438 2000
## 1611   6.6         1.85  74787599 1991
## 1612   7.5         1.85  66528842 1994
## 1613   7.4         1.85  83813460 2009
## 1614   7.2         1.85  65010106 2002
## 1615   6.9         2.35  66359959 2013
## 1616   7.4         2.35  66468315 2012
## 1617   5.4         1.85  64172251 2001
## 1618   6.8         1.85  66600000 1995
## 1619   6.3         2.35  63536011 2012
## 1620   7.2         1.85  62877175 2008
## 1621   8.7         1.78        NA   NA
## 1622   6.9         2.35  74484168 2005
## 1623   6.0         1.85  60269340 2008
## 1624   5.9         1.85  60033780 1998
## 1625   5.4         1.85  58715510 2009
## 1626   5.9         2.35  58156435 2004
## 1627   6.1         1.85  56044241 2004
## 1628   7.7         1.85  56816662 2011
## 1629   5.8         1.85  64238770 2014
## 1630   7.6         2.35  52937130 2001
## 1631   6.1         2.35  52799004 1999
## 1632   5.4         2.35  55210049 1989
## 1633   5.1         1.85  51432423 2002
## 1634   6.4         1.85  51109400 1994
## 1635   6.3         2.35  50300000 1985
## 1636   7.5         1.85  56068547 2005
## 1637   7.1         1.85  53680848 2007
## 1638   5.2         1.85  49186871 2005
## 1639   7.8         1.85  50921738 2007
## 1640   6.5         2.35  53021560 2010
## 1641   6.6         2.35  45645204 1989
## 1642   5.1         1.85  44328238 2012
## 1643   7.4         1.85  53337608 2005
## 1644   7.2         2.35  42643187 2006
## 1645   7.6         2.39  46875468 2015
## 1646   7.5         2.35  52418902 2015
## 1647   6.6         2.35  42057340 2009
## 1648   7.2         2.35  42478175 2015
## 1649   7.6         1.85  41407470 2003
## 1650   6.2         1.85  42385520 2010
## 1651   5.6         1.85  40118420 2002
## 1652   7.6         1.85  40137776 2006
## 1653   6.6         2.35  39568996 2007
## 1654   7.0         2.35  42043633 2012
## 1655   2.7         1.85  38232624 2008
## 1656   7.6         1.85  38413606 1988
## 1657   6.6         1.37  38122105 1987
## 1658   6.9         1.85  38747385 1986
## 1659   6.8         2.35  40247512 2011
## 1660   7.5        16.00        NA   NA
## 1661   3.7         1.85  35927406 1997
## 1662   6.1         2.35  35565975 2011
## 1663   5.9         2.35  35266619 2013
## 1664   6.7         1.85  34703228 2006
## 1665   8.5         1.78        NA   NA
## 1666   6.9         2.35  38432823 2006
## 1667   5.5         1.85  32095318 2001
## 1668   7.1         1.85  31743332 2009
## 1669   7.1         1.85  32154410 2013
## 1670   5.9         1.85  28165882 2004
## 1671   7.3         1.85  26687172 2011
## 1672   3.4         1.37  26096584 2003
## 1673   6.8         1.85  26525834 1998
## 1674   6.9         1.85  30513940 2014
## 1675   7.0         1.85  23209440 1998
## 1676   5.5         2.35  24048000 1995
## 1677   5.1         2.35  22526144 2006
## 1678   6.2         2.35  30523568 2014
## 1679   5.9         1.85  23070045 2011
## 1680   5.2         2.35  20422207 2004
## 1681   6.2         1.85  28644770 2012
## 1682   5.5         1.85  21800302 2004
## 1683   7.4         2.35  21129348 2010
## 1684   4.4         1.85  18500966 2006
## 1685   6.3         2.35  19976073 2005
## 1686   6.1         2.35  18967571 1998
## 1687   5.3         1.85  17100000 1996
## 1688   5.4         2.35  17266505 2002
## 1689   6.7         1.85  32357532 2010
## 1690   5.9         2.35  16930884 2007
## 1691   7.3         2.35  18324242 2005
## 1692   5.5         1.85  16323969 2004
## 1693   5.8         1.85  16999046 2009
## 1694   4.6         1.85  16295774 1986
## 1695   6.7         1.85  15709385 2008
## 1696   5.1         2.35  14888028 2005
## 1697   5.6         1.85  14208384 2003
## 1698   7.0         2.35  12831121 2004
## 1699   6.4         1.85  18298649 2011
## 1700   6.7         2.35  12712093 2005
## 1701   4.1         2.35  11576087 1999
## 1702   5.5         1.85  11900000 1999
## 1703   2.7         2.35   9353573 2009
## 1704   6.4         2.35  12026670 2013
## 1705   4.8         2.35  14334645 2004
## 1706   6.1         2.35  12189514 2004
## 1707   4.8         1.85  10134754 2011
## 1708   7.0         2.35   8535575 2005
## 1709   6.8         1.85   7689458 2009
## 1710   7.3         2.35   7501404 2010
## 1711   8.2        16.00        NA   NA
## 1712   5.6         2.35  19316646 2013
## 1713   6.1         2.35  10965209 2001
## 1714   7.9         1.85  26830000 1989
## 1715   8.4         1.85   5300000 1984
## 1716   6.5         2.35  10880926 2013
## 1717   7.1         2.35   3752725 2004
## 1718   6.6         1.85   3517797 2002
## 1719   4.0         1.85   3101301 2005
## 1720   7.0         2.35   2975649 2006
## 1721   5.6         2.35    668171 2005
## 1722   4.8         2.35    480314 2006
## 1723   7.5         2.35   3904982 2007
## 1724   6.0         2.35    127437 2011
## 1725   7.2         1.85        NA 2009
## 1726   5.6         2.35        NA 2015
## 1727   6.8         2.35    537580 2011
## 1728   4.9         2.39        NA 2010
## 1729   7.1         2.35        NA 2007
## 1730   2.0         2.35        NA 2014
## 1731   5.7         2.35        NA 2014
## 1732   4.1           NA        NA 2015
## 1733   6.7         1.85        NA 2002
## 1734   7.5         1.85        NA 2016
## 1735   6.5         1.85 183436380 2015
## 1736   7.9         2.39 119518352 2005
## 1737   7.6        16.00        NA   NA
## 1738   6.4         1.85  37036404 2000
## 1739   5.8         1.85  22359293 1997
## 1740   7.7         2.35  18593156 2008
## 1741   7.1         2.35        NA 2002
## 1742   5.3         1.85  16930185 2002
## 1743   5.3         1.85  63034755 2016
## 1744   7.5         2.35   5899797 1987
## 1745   6.9         2.35   4554569 1999
## 1746   4.9         1.85  17016190 2004
## 1747   7.1         2.35   6301131 2005
## 1748   8.0         1.33 217350219 1992
## 1749   7.9         2.35 161029270 2015
## 1750   7.6         2.35 179870271 1984
## 1751   5.9         1.85 100491683 1998
## 1752   6.3         2.35  74058698 2001
## 1753   7.1         2.35        NA 2016
## 1754   6.4         1.78  55845943 2003
## 1755   8.2         2.35  81350242 1988
## 1756   6.9         1.85  67266300 2008
## 1757   7.8         2.35  70235322 2015
## 1758   6.7         1.85   7443007 2009
## 1759   7.5         2.40  64371181 2004
## 1760   7.4         2.35  58885635 2004
## 1761   5.2         2.35  60400856 2001
## 1762   6.5         2.35        NA 2013
## 1763   7.6         2.35  52353636 2001
## 1764   7.3         2.35  51475962 2003
## 1765   6.6         2.35  63910583 2013
## 1766   6.8         2.35  62300000 1981
## 1767   6.9         1.85  49968653 2001
## 1768   5.8         2.35  44450000 1994
## 1769   6.6         2.35  45162741 2001
## 1770   6.7         2.35  71346930 2013
## 1771   6.7         1.85  39514713 1993
## 1772   6.3         2.35  43097652 2007
## 1773   7.7         2.35  48043505 2010
## 1774   6.1         2.35  37053924 2011
## 1775   4.9         2.35  33000377 2000
## 1776   6.2         2.39  66950483 2014
## 1777   7.8         2.35  38372662 2005
## 1778   8.2         2.35  27000000 1982
## 1779   6.9         2.35  31600000 1995
## 1780   6.2         2.35  30688364 2014
## 1781   6.9         1.85  28563179 2007
## 1782   4.8         2.35  16779636 2000
## 1783   8.0         1.85  10762178 2001
## 1784   5.3         1.85  17324744 2006
## 1785   6.7         2.35   8888143 1999
## 1786   5.4         1.85  24268828 2010
## 1787   5.4         1.85   8119205 1997
## 1788   4.9         2.35   8434601 2001
## 1789   6.1         1.85   6998324 2015
## 1790   5.8         2.35  10907291 2016
## 1791   7.0         2.35   5532301 1997
## 1792   6.5         1.85   2775593 2008
## 1793   6.6         2.35  28751715 2013
## 1794   6.1         1.85        NA 2006
## 1795   5.7         2.35  20285518 2014
## 1796   6.6         2.35  67900000 1983
## 1797   7.0         1.85 148734225 2007
## 1798   7.4         2.35  49185998 2009
## 1799   5.3         1.85  42168445 2008
## 1800   7.4         1.85  26400000 1984
## 1801   7.4         1.85  17508670 2006
## 1802   6.8         2.35   9664316 2007
## 1803   7.9        16.00        NA   NA
## 1804   7.2         2.35  74888996 1991
## 1805   6.0         2.35  69586544 2002
## 1806   7.8         1.85 362645141 2016
## 1807   6.6         2.35  60491560 1997
## 1808   7.9         1.85  54200000 1980
## 1809   6.2         1.85  44087387 2008
## 1810   5.7         2.35  30920167 2012
## 1811   7.1         2.35  40566655 2002
## 1812   5.6         2.35  31768374 1999
## 1813   7.8         2.35  22494487 2006
## 1814   7.9         1.85  21500000 1983
## 1815   6.9         2.35   4463292 2011
## 1816   7.4         2.35        NA 1984
## 1817   7.7         2.35  14337579 1998
## 1818   6.9         2.35  13823741 2008
## 1819   8.7         1.33        NA   NA
## 1820   6.7         1.85        NA 1985
## 1821   6.0         2.35  10297897 1998
## 1822   6.2         2.35  13248477 2009
## 1823   5.9         1.33   8712564 2004
## 1824   6.8         1.85   7486906 2007
## 1825   3.6         1.85  38536376 2011
## 1826   6.7         2.35  41008532 2016
## 1827   6.3         2.35   5204007 2001
## 1828   6.4         1.85   4485485 1999
## 1829   6.4         2.35   4476235 2004
## 1830   5.7         2.35   1089365 2008
## 1831   6.2         1.85    763044 2003
## 1832   6.6         2.35        NA 2006
## 1833   5.2         1.85  20819129 2009
## 1834   6.1         1.85 110222438 2003
## 1835   7.1         1.85 109243478 2005
## 1836   7.2         2.35 100241322 1998
## 1837   6.5         2.35  25977365 2014
## 1838   6.0         1.85  91457688 1990
## 1839   7.0         2.35  87341380 2008
## 1840   7.0         2.35  65703412 1998
## 1841   7.5         2.35  58328680 2003
## 1842   6.6         2.35  61490000 1990
## 1843   8.8         1.33        NA   NA
## 1844   7.4         2.35  50800000 1977
## 1845   6.5         2.35  57859105 2005
## 1846   6.2         1.85  46455802 2003
## 1847   7.8         2.35  45506619 2000
## 1848   5.2         2.35  40168080 2010
## 1849   6.5         2.35  49874933 2013
## 1850   6.5         1.85  45489752 2004
## 1851   5.2         1.85  36985501 2002
## 1852   7.2         2.35  33200000 1985
## 1853   7.1         2.35  28501651 2009
## 1854   4.5         2.35  23222861 2004
## 1855   5.7         1.85  54540525 2011
## 1856   6.0         2.35  16252765 2001
## 1857   6.4         2.35  16005978 2012
## 1858   5.2         1.85  14469428 2004
## 1859   4.3         2.35  13829734 1994
## 1860   6.1         1.85   1075288 1996
## 1861   6.3         1.85        NA 1997
## 1862   6.8         1.37   7496522 2001
## 1863   4.0         1.85        NA 2015
## 1864   5.2         2.35  20047715 1996
## 1865   6.5         2.35  12276810 2015
## 1866   7.5         1.85  33565375 2005
## 1867   7.1         2.35    499263 2004
## 1868   6.9         2.35 219200000 1993
## 1869   8.0         1.85 172825435 1988
## 1870   8.2         2.35 148085755 2008
## 1871   6.4         2.35  25517500 2008
## 1872   7.9         2.35 145000989 2008
## 1873   6.7         2.35  26761283 2014
## 1874   6.1         1.85 121945720 1992
## 1875   8.9         1.85  96067179 1993
## 1876   8.1         1.85 169705587 2011
## 1877   6.2         2.35   3254172 2013
## 1878   4.9         1.85  84185387 2004
## 1879   5.4         1.85        NA 2014
## 1880   5.8         2.35  82163317 2003
## 1881   4.7         2.35        NA 2014
## 1882   6.0         1.85  80920948 2001
## 1883   7.0         1.85  80034302 2008
## 1884   6.0         1.85  78656813 1991
## 1885   7.9         2.35  76270454 1987
## 1886   8.1         2.35  74273505 2007
## 1887   6.2         2.35 134141530 2014
## 1888   6.7         2.35  71500556 2001
## 1889   7.3         1.85  71309760 2000
## 1890   4.6         1.85  89808372 2003
## 1891   6.1         1.85  77264926 2012
## 1892   6.2         2.35  70625986 2011
## 1893   7.8         2.35  56505065 1993
## 1894   6.1         2.35  55973336 2000
## 1895   7.6         2.35        NA 1976
## 1896   5.8         2.35  54098051 2006
## 1897   6.5         2.35  60443237 2012
## 1898   7.2         1.85  82234139 2007
## 1899   7.8         2.35  51676606 2004
## 1900   4.7         1.85  52528330 2013
## 1901   6.8         2.35  51533608 2011
## 1902   5.9         2.35  51097664 2005
## 1903   7.2         1.85  84136909 2004
## 1904   8.7         1.85  46836394 1990
## 1905   5.0         2.35  47285499 2003
## 1906   6.6         2.35  47124400 2005
## 1907   8.3         2.35  44700000 1983
## 1908   6.7         1.85  44455658 1997
## 1909   7.8         2.35  43984230 1987
## 1910   6.5         2.35  66489425 2012
## 1911   6.1         2.35  41067398 1997
## 1912   8.1         2.35  40218903 2007
## 1913   5.2         2.35  39880476 2002
## 1914   5.6         2.35  39399750 2003
## 1915   5.8         1.85  38230435 2002
## 1916   6.6         2.35  39008741 2005
## 1917   6.6         2.35  36833473 2001
## 1918   5.5         2.35  48237389 2008
## 1919   5.5         2.35  36310118 2005
## 1920   7.0         2.39  36447959 2014
## 1921   6.5         2.35  45089048 2014
## 1922   5.8         2.35  35990505 2003
## 1923   5.6         2.35  35143332 2003
## 1924   5.6         1.85  35000629 2007
## 1925   5.8         2.35  34604054 2003
## 1926   7.6         1.85  41597830 2002
## 1927   6.4         1.85  33687630 2006
## 1928   6.3         1.85  32553210 2007
## 1929   4.6         2.35  31526393 2004
## 1930   6.5         2.35     41229 2013
## 1931   7.5         2.35  31655091 2007
## 1932   7.5         1.85  30012990 1998
## 1933   5.3         1.85  32368960 1998
## 1934   7.5         2.35  14500000 1970
## 1935   3.3         1.85  29247405 1997
## 1936   5.7         1.85  30538669 2011
## 1937   3.5         1.85  25615792 2009
## 1938   9.3         1.85  28341469 1994
## 1939   4.8         1.85  25590119 2001
## 1940   6.9         2.35  24944213 1996
## 1941   6.0         2.35  33631221 2014
## 1942   7.3         2.35  37738400 2013
## 1943   6.0         1.85  24381334 2005
## 1944   6.6         1.85  21835784 2005
## 1945   7.5         2.35  15785632 2016
## 1946   6.9         1.85  21554585 1998
## 1947   6.8         1.85  22200000 1994
## 1948   8.3           NA        NA   NA
## 1949   6.3         2.35  80014842 2010
## 1950   6.4         2.35  23527955 2010
## 1951   5.6         1.85  24042490 2010
## 1952   6.3         2.35  22466994 2007
## 1953   7.3         2.35  17791031 2002
## 1954   6.6         1.85  17718223 2004
## 1955   4.6         1.85  15361537 2002
## 1956   5.1         2.35  16647384 2006
## 1957   5.6         1.85  16118077 1988
## 1958   5.3         2.35  15091542 1996
## 1959   7.5         1.85  15331289 2005
## 1960   5.6         2.35  15045676 2009
## 1961   5.9         2.35  17427926 2008
## 1962   4.7         1.85  14983572 2000
## 1963   4.8         2.35  14637490 2010
## 1964   6.8         1.85  14589444 2004
## 1965   5.4         2.35  14095303 1996
## 1966   5.1         1.85  13973532 2002
## 1967   7.0         2.35   1865774 2015
## 1968   6.7         2.35  13920741 2007
## 1969   4.0         1.85  18860403 2011
## 1970   7.3         1.85  13038660 1999
## 1971   6.8         2.35  28831145 2014
## 1972   6.1         2.35        NA 1985
## 1973   7.2         4.00        NA   NA
## 1974   7.0         2.35  11538204 2010
## 1975   7.1         1.85  11008432 2005
## 1976   6.9         2.35  12188642 2015
## 1977   7.3         2.35  11100000 1986
## 1978   6.3         2.35        NA 2012
## 1979   8.2         2.35  13651662 2011
## 1980   7.1         1.85  11030963 1996
## 1981   7.7         1.85  10769960 1993
## 1982   6.5         1.85  10911750 2008
## 1983   4.9         2.35  10719367 2002
## 1984   6.4         2.35  10114315 1999
## 1985   5.9         2.35  49122319 2012
## 1986   6.2         1.85  10070000 1996
## 1987   5.8         2.35  10324441 2011
## 1988   6.7         1.85   7156933 2006
## 1989   5.9         1.85   9286314 1991
## 1990   7.3         2.35     56692 2009
## 1991   4.8         2.35        NA 1984
## 1992   4.1         2.35   5654777 2005
## 1993   4.9         1.85   5516708 2001
## 1994   7.9         2.35   5128124 2005
## 1995   5.6         2.35  34014398 2006
## 1996   5.2         2.35   4064333 1995
## 1997   4.1         1.85   4006906 2005
## 1998   6.6         1.85   3073392 2008
## 1999   2.9         2.35   1550000 2005
## 2000   7.2         2.35        NA 2011
## 2001   6.5         2.35    871527 2005
## 2002   6.8           NA  12495865 2012
## 2003   7.2         2.35    777423 1998
## 2004   6.8         2.35   1186957 2008
## 2005   7.8         2.35     85433 2013
## 2006   6.7         1.85   1697956 2009
## 2007   6.1         2.35        NA 2010
## 2008   7.1         2.35    183662 2010
## 2009   5.7         1.78    134904 2010
## 2010   2.9           NA        NA 2009
## 2011   5.2           NA        NA 2010
## 2012   5.3         2.35  16969390 2013
## 2013   6.2         2.35        NA 2011
## 2014   7.3         2.35        NA 1970
## 2015   6.5         2.35    129115 2014
## 2016   4.1           NA        NA 2014
## 2017   7.7         1.85  34700000 1988
## 2018   6.1         2.35    717753 2012
## 2019   7.3         2.35 109713132 1986
## 2020   7.2         1.85  70269171 2006
## 2021   5.3         2.35  28772222 2015
## 2022   6.1         2.35 101334374 1997
## 2023   5.8         2.35   1512815 2016
## 2024   5.7         2.35  65182182 2014
## 2025   6.7         1.85  57262492 2000
## 2026   6.5         1.85  80000000 1984
## 2027   7.2         2.35  74608545 2003
## 2028   7.6         1.85  41895491 1991
## 2029   4.6         2.35  39989008 1998
## 2030   6.9         1.85  32662299 2000
## 2031   6.6         1.85  31452765 2008
## 2032   6.3         2.35  25167270 2000
## 2033   6.2         2.35  32416109 2009
## 2034   5.3         2.35     20218 2001
## 2035   7.3         1.85  28871190 1999
## 2036   5.6         2.35  16964743 2004
## 2037   6.2         1.85  16290976 1999
## 2038   5.2         1.85  13000000 1978
## 2039   5.3         1.85  12372410 2000
## 2040   5.4         2.35   8427204 1999
## 2041   4.9         1.85   9639242 2011
## 2042   5.5         2.35  25003072 2010
## 2043   6.7         2.35   6144806 2004
## 2044   3.9           NA   4308981 1998
## 2045   7.2         2.35    669276 1993
## 2046   5.1         1.85     42880 2004
## 2047   6.5         2.35  23225911 2010
## 2048   8.2         1.85   4710455 2004
## 2049   7.7         2.35  75590286 2009
## 2050   7.2         2.35 218051260 2005
## 2051   6.1         1.85 161487252 1998
## 2052   8.8         2.35 290158751 1980
## 2053   6.8         1.85  65807024 1995
## 2054   6.8         1.85  86930411 1991
## 2055   6.7         1.85  53302314 2000
## 2056   7.1         2.35  40962534 2011
## 2057   7.1         2.35  39235088 2000
## 2058   6.1         1.85  27338033 2001
## 2059   8.0         1.85  25556065 2013
## 2060   7.5         2.35  15785632 2016
## 2061   6.6         2.35  21973182 2001
## 2062   5.4         2.35      4756 2013
## 2063   6.1         2.35  18653615 1999
## 2064   6.1         2.35  12189514 2004
## 2065   5.6         1.85  13019253 2000
## 2066   5.8         2.35  18934858 2011
## 2067   2.8         2.35  20763013 1987
## 2068   6.7         1.85  12782508 1996
## 2069   5.1         2.35  11508423 2008
## 2070   7.2         1.85  10660147 1999
## 2071   6.0         1.85   7434726 1991
## 2072   7.2         2.35   6777589 2007
## 2073   6.7         2.35   6109075 2009
## 2074   6.3         2.35        NA 2015
## 2075   6.2         2.35   2708188 2009
## 2076   6.8           NA        NA   NA
## 2077   6.2         2.35  16123851 2004
## 2078   6.9         2.35        NA 2009
## 2079   6.8         2.35  71975611 2007
## 2080   7.1         1.85  38119483 1987
## 2081   7.1         2.35   4190530 2014
## 2082   7.0         1.85 217631306 1990
## 2083   7.1         1.85 176483808 1998
## 2084   6.4         1.85 144833357 1994
## 2085   7.0         2.35  75597042 2002
## 2086   6.2         2.35  90636983 2007
## 2087   7.5         1.85  70960517 1995
## 2088   4.8         1.85  55762229 2001
## 2089   8.1         2.35        NA 1982
## 2090   7.3         2.35  54235441 2014
## 2091   5.8         1.85  50728000 1995
## 2092   7.6         1.85  40270895 2001
## 2093   5.6         2.35  59696176 2014
## 2094   7.0         2.35  51483949 2003
## 2095   6.6         2.35  36020063 2005
## 2096   6.5         1.85  33313582 2009
## 2097   7.4         2.35  25842000 1993
## 2098   4.6         1.85  22264487 2005
## 2099   6.4         2.35  30659817 2013
## 2100   6.0         2.35   5773519 2015
## 2101   6.4         2.35   3108216 2016
## 2102   5.9         1.85  19351569 2001
## 2103   6.4         2.35  49002815 2012
## 2104   6.6         1.85  19283782 1999
## 2105   6.9         2.35  30059386 2001
## 2106   6.9         2.35  35799026 2005
## 2107   5.8         2.35  17951431 2001
## 2108   6.4         1.85  29997095 2016
## 2109   5.3         1.85  14252830 2001
## 2110   6.5         2.35  19783777 2013
## 2111   5.7         1.85  13555988 2000
## 2112   6.7         2.35  12784713 2004
## 2113   3.9         1.85  10696210 1993
## 2114   4.1         1.85   5974653 2001
## 2115   6.2         2.35   5000000 1970
## 2116   3.8         2.35   9694105 1999
## 2117   5.1         2.35  16027866 2015
## 2118   6.4         2.35   4829497 2004
## 2119   7.8         2.35   4398392 2006
## 2120   7.8         2.35   1050445 2005
## 2121   6.1         2.35  13746550 2012
## 2122   5.8         2.35  20668843 2008
## 2123   6.3         2.35   2963012 2014
## 2124   7.7         1.85        NA 1977
## 2125   5.4         2.35   1796024 2010
## 2126   7.3         2.35    634277 2007
## 2127   6.8         2.35  11326836 2013
## 2128   7.3         2.35  49024969 2007
## 2129   6.5         1.85  22294341 1996
## 2130   7.2         2.35  24362501 1999
## 2131   6.7         2.35        NA 2013
## 2132   6.3         1.85  16684352 2012
## 2133   5.9         2.35  46700000 1982
## 2134   7.8         1.85  52008288 1999
## 2135   7.4         1.85   8579684 2007
## 2136   4.8         1.85  42660000 1993
## 2137   6.3         1.85  40219708 2001
## 2138   7.8         2.35 132088910 2012
## 2139   7.5         1.85  36581633 2007
## 2140   6.0         1.85  37721949 2010
## 2141   6.8         2.35  25296447 2002
## 2142   6.6         2.35  24848292 2008
## 2143   4.6         1.85  17757087 1999
## 2144   2.9           NA        NA   NA
## 2145   7.1         2.35   9430988 2009
## 2146   6.1         2.35  16284360 2008
## 2147   6.7         2.35   6830957 2002
## 2148   7.1         2.35  24104113 2011
## 2149   5.8         1.85     15593 1999
## 2150   6.7         2.35    958319 2011
## 2151   5.8         2.35  69700000 1982
## 2152   6.8         1.85   2840417 1999
## 2153   8.5         2.35 242374454 1981
## 2154   6.6         1.85 173585516 1992
## 2155   7.7         2.35 128300000 1977
## 2156   4.7         2.35  20259297 2006
## 2157   6.4         2.35 153665036 1987
## 2158   5.5         2.35 132541238 2003
## 2159   8.6         1.85 130727000 1991
## 2160   7.0         1.85 121697350 1992
## 2161   7.1         1.78 117224271 2010
## 2162   5.7         2.35 102922376 1978
## 2163   3.7         2.35  94497271 2008
## 2164   7.5         2.35 137387272 2013
## 2165   4.6         1.85  82301521 2005
## 2166   4.9         1.85  84518155 2014
## 2167   6.9         1.85  80050171 2007
## 2168   7.1         1.85  81257845 2003
## 2169   5.8         1.85  70360285 1995
## 2170   7.0         2.35  12831121 2004
## 2171   5.4         1.85  69148997 2004
## 2172   7.3         2.35  82624961 2011
## 2173   7.1         1.85  67325559 2003
## 2174   5.8         2.35  62933793 2010
## 2175   8.1         2.35  56667870 2013
## 2176   5.7         2.35  56398162 2002
## 2177   4.4         1.85  60072596 2010
## 2178   7.9         1.85  56362352 1990
## 2179   7.6         2.35  56154094 2016
## 2180   4.8         1.85  65623128 2012
## 2181   7.8         1.85        NA 1971
## 2182   6.7           NA  55461307 2016
## 2183   2.7         1.85  48546578 2006
## 2184   5.8         1.66  48423368 2002
## 2185   7.5         2.35  52066000 2014
## 2186   5.4         1.85  47887943 2003
## 2187   4.1         1.85  46363118 2005
## 2188   5.9         2.35  47852604 2007
## 2189   6.3         1.78  45542421 2000
## 2190   7.0         1.85  41573740 2009
## 2191   6.8         2.35  42652003 2015
## 2192   3.5         1.85        NA   NA
## 2193   2.3         1.85  39737645 2007
## 2194   6.9         2.35  37567440 1982
## 2195   8.1         1.85  44988180 2015
## 2196   6.1         2.35  39263506 2008
## 2197   5.0         1.85  39143839 2006
## 2198   5.5         1.85  37672350 1998
## 2199   6.2         1.85  38037513 1991
## 2200   6.2         2.35  37442180 2006
## 2201   5.9         2.35        NA 1979
## 2202   6.3         2.35  35596227 2010
## 2203   6.7         2.35  35422828 1997
## 2204   3.5         1.85  36658108 2010
## 2205   7.5         1.85  34300771 2006
## 2206   6.6         2.35  34290142 2014
## 2207   7.5         1.85  33422556 2008
## 2208   7.2         2.35  32774834 2004
## 2209   4.8         2.35  34334256 2013
## 2210   6.6         2.35  32051917 1995
## 2211   3.5         1.85  32014289 2013
## 2212   6.7         2.35        NA 1969
## 2213   7.6         1.85  31838002 2008
## 2214   6.3         2.35  36874745 2016
## 2215   5.5         1.85  30079316 2002
## 2216   6.3         2.35  35033759 2011
## 2217   6.5         2.35  29753944 1998
## 2218   5.6         2.35  29062561 2009
## 2219   6.9         2.35  31146570 2010
## 2220   7.6         1.85  27277055 2000
## 2221   3.9         1.85  26876529 2008
## 2222   6.1         1.85  53146000 1996
## 2223   7.3         2.35  30028592 2008
## 2224   8.3         1.85  34126138 2004
## 2225   5.8         2.35  25677801 2010
## 2226   6.8         2.35  26415649 2008
## 2227   7.0         2.35  26003149 2013
## 2228   5.9         2.35  25584685 2007
## 2229   6.5         2.35  29975979 2009
## 2230   6.4         2.35  31584722 2010
## 2231   5.8         1.85  23179303 2011
## 2232   5.1         2.35  23078294 2006
## 2233   6.8         2.35  21413105 1990
## 2234   5.3         1.85  25077977 2010
## 2235   5.3         2.35  23292105 2006
## 2236   6.4         1.85  26870825 2006
## 2237   4.9         1.85  20916309 2009
## 2238   6.8         1.85  21200000 1995
## 2239   7.1           NA  28876924 2016
## 2240   6.8         2.35  20207003 2008
## 2241   6.1         2.35  20241395 1998
## 2242   7.0           NA        NA   NA
## 2243   8.5         1.85  32000000 1960
## 2244   5.9         1.85  19151864 2008
## 2245   6.3         2.35  23393765 2014
## 2246   5.9         2.35  18882880 2007
## 2247   5.4         1.78   8500000 1981
## 2248   7.0         2.35        NA 1985
## 2249   6.9         1.85  18252684 1998
## 2250   7.5         2.35  19661987 2007
## 2251   8.2         2.35  18352454 2007
## 2252   5.9         2.35  17803796 2006
## 2253   5.0         2.35  17529157 2012
## 2254   7.3         1.85  25753840 1996
## 2255   6.4         1.85  18081626 2005
## 2256   6.6         1.85  17518220 1995
## 2257   7.8         2.35  17104669 2004
## 2258   6.7         1.33        NA   NA
## 2259   4.0         1.85  16988996 2002
## 2260   7.6         2.35  15797907 2007
## 2261   7.7         1.85  16248701 2003
## 2262   5.8         2.35  15712072 2004
## 2263   5.2         2.35 191449475 2008
## 2264   5.6         1.85  15408822 2003
## 2265   5.3         1.85  15464026 2000
## 2266   7.4         1.85  14359793 2009
## 2267   6.6         2.76   8000000 1965
## 2268   6.2         2.35        NA 2015
## 2269   1.9         1.85  14174654 2008
## 2270   5.7         2.35  15988876 2009
## 2271   6.6         1.85  13801755 1997
## 2272   6.0         1.85  13987482 2011
## 2273   6.1         2.35  14291570 2012
## 2274   4.8         1.85  12181484 2004
## 2275   6.2         1.85  13630226 2009
## 2276   7.5         1.85  13383737 1994
## 2277   6.3         2.35  13391174 2006
## 2278   7.1         2.35  12987647 2002
## 2279   6.6         1.85  12469811 2005
## 2280   6.1         2.35  12398628 2002
## 2281   6.7         1.85  13214030 2008
## 2282   5.6         2.35  12232937 2009
## 2283   7.2         2.35  12134420 2010
## 2284   4.3         1.85  11784000 1994
## 2285   6.4         2.35  11169531 2008
## 2286   7.1         1.85  11034436 2005
## 2287   6.3         2.35  12626905 2016
## 2288   7.4         1.85  10569071 1997
## 2289   6.1         1.37  10544143 1999
## 2290   6.6         2.35  13650738 2015
## 2291   6.0         2.35  10555348 1989
## 2292   6.8         1.85   9714482 1996
## 2293   7.4         1.85   8579684 2007
## 2294   6.8         2.35   9525276 2007
## 2295   7.2         2.35   8855646 2009
## 2296   1.9         2.35   9109322 2004
## 2297   5.5         1.85   8326035 2005
## 2298   4.5         1.85   8104069 2007
## 2299   6.3         1.85   8054280 2004
## 2300   7.0         2.35        NA 1969
## 2301   6.7         1.85   8093318 2014
## 2302   2.8         1.85   7382993 2006
## 2303   5.0         1.85   8888355 2013
## 2304   7.5        16.00        NA   NA
## 2305   4.3         2.35   7001720 2008
## 2306   5.6         1.85   7268659 2013
## 2307   6.2         2.35   6852144 2003
## 2308   5.3         2.35   6563357 2008
## 2309   7.4         1.66   6201757 1999
## 2310   7.4         2.35   6420319 2015
## 2311   6.5         1.85   5702083 2011
## 2312   7.1         1.85   5480996 2006
## 2313   7.2         1.85   6002756 2012
## 2314   2.3         2.35   5132655 2005
## 2315   6.4         2.35   5205343 2009
## 2316   6.1         1.85   5005883 2004
## 2317   7.0         2.35   5749134 2014
## 2318   6.5         2.35        NA 2008
## 2319   7.0         2.35   4234040 2008
## 2320   7.0         2.35   4001121 2007
## 2321   4.9         2.35   3749061 2012
## 2322   6.9         2.35   3519627 2008
## 2323   7.5         2.35   3081925 2008
## 2324   8.4         1.85   2298191 1997
## 2325   6.9         2.35   2353728 2003
## 2326   4.5         2.35   2000000 1980
## 2327   7.4         2.35   1900725 2005
## 2328   7.0         2.35   2246000 2015
## 2329   2.8         1.85   1646664 2003
## 2330   7.5         2.35   1190018 2002
## 2331   7.1         2.35   1027749 2008
## 2332   6.4         2.35    882710 2000
## 2333   6.7           NA   1064277 2012
## 2334   5.3         2.35    531009 2015
## 2335   6.9         1.85    410388 2004
## 2336   6.2         2.35    375474 2005
## 2337   6.3         1.85    578382 2010
## 2338   6.4         2.35    305070 1994
## 2339   6.5         2.35    206678 2008
## 2340   6.0         2.35    146072 1998
## 2341   5.1         2.35   1183354 2010
## 2342   5.5         1.85    121972 2002
## 2343   7.2           NA        NA   NA
## 2344   5.4         2.35    263365 2010
## 2345   5.7         2.35     54734 2015
## 2346   5.2         1.85        NA 2007
## 2347   6.2         2.35        NA 2008
## 2348   6.7         2.35        NA 2007
## 2349   5.8         1.78        NA 2012
## 2350   7.0         2.35        NA 2014
## 2351   4.8           NA        NA 2014
## 2352   7.2           NA        NA 2016
## 2353   5.6         2.35        NA 2015
## 2354   6.4         2.35        NA 2013
## 2355   7.5         2.35   8047690 2006
## 2356   7.4         1.85    476270 2008
## 2357   8.0         2.35 184208848 1990
## 2358   5.7         1.85 100292856 2011
## 2359   6.8         1.85  58571513 1989
## 2360   5.9         1.85  51431160 2004
## 2361   7.2         2.35 103001286 1996
## 2362   5.5         1.33  41867960 2001
## 2363   8.4         1.37        NA 1980
## 2364   8.5         1.18 210609762 1985
## 2365   5.6         1.37  40846082 1999
## 2366   4.1         1.85  51697449 2009
## 2367   5.0           NA        NA 2016
## 2368   6.1         2.35  27758465 2010
## 2369   5.4         1.85  56127162 2003
## 2370   7.1         2.35   1357042 2011
## 2371   6.6         1.33        NA   NA
## 2372   3.6         1.85  15911333 2000
## 2373   6.5         2.35  39103378 2010
## 2374   8.6         1.85  10049886 2001
## 2375   6.2         2.35        NA 2013
## 2376   7.0         2.35   8600000 1984
## 2377   7.6         2.35  21483154 2013
## 2378   6.5         1.85   8396942 2008
## 2379   6.4         2.35     12561 2010
## 2380   6.7         2.20        NA 1964
## 2381   6.3         2.35   6923891 2011
## 2382   6.4         2.35   5308553 2012
## 2383   5.7         1.85   2119994 1993
## 2384   6.3         1.85   1292527 1996
## 2385   7.8         2.00    560512 2016
## 2386   6.0         2.35  64255243 2005
## 2387   7.7         1.85  22245861 2002
## 2388   6.2         2.35  20433940 2005
## 2389   5.7         1.85        NA 2013
## 2390   7.7         2.35  10562387 1998
## 2391   6.4         1.85  18439082 2009
## 2392   6.4         2.35 150056505 2014
## 2393   6.9         1.85 119938730 1994
## 2394   7.3         1.85 114968774 1988
## 2395   7.3         1.85 128505958 2006
## 2396   6.2         2.35  95001351 2001
## 2397   6.6         2.35  76400000 1984
## 2398   6.7         2.35  75072454 2005
## 2399   5.7         1.85  65535067 1999
## 2400   3.1         2.35  13998282 2014
## 2401   6.3         1.85   6061759 2005
## 2402   5.7         1.85  64955956 2004
## 2403   7.1         1.85  60057639 2003
## 2404   7.0         2.35  53868030 1997
## 2405   6.1         2.35  59573085 2016
## 2406   6.6         2.35  52691009 2011
## 2407   7.8         1.85  59735548 1987
## 2408   8.3         2.35  51600000 1984
## 2409   3.9         2.35  43818159 2008
## 2410   7.0         1.85  86049418 2004
## 2411   6.7         1.85  43601508 2003
## 2412   7.3         2.35  41300105 2001
## 2413   7.5         1.78        NA   NA
## 2414   6.3         1.85  41382841 1986
## 2415   7.8         1.85  42335698 2014
## 2416   7.3         2.35  33404871 2013
## 2417   7.6         2.35  31471430 2006
## 2418   5.3         1.85  30222640 2003
## 2419   7.9         1.85  26830000 1989
## 2420   5.3         1.85  26906039 1996
## 2421   6.8         2.35  21378000 1980
## 2422   7.1         2.35  43853424 2011
## 2423   7.2         2.35        NA 1970
## 2424   5.8         2.35  23993605 2009
## 2425   5.8         2.35  26400000 1984
## 2426   8.3         1.85     45250 1980
## 2427   5.6         1.85  22927390 2009
## 2428   6.8         1.85   4250320 1985
## 2429   5.0         2.35  22452209 2009
## 2430   7.6         1.85  18329466 2010
## 2431   6.7         1.85  17071230 2000
## 2432   6.7         2.35  17174870 2000
## 2433   5.7         2.35  26284475 2015
## 2434   5.2         1.85  16702864 2004
## 2435   7.5         2.35  15561627 2001
## 2436   7.2         2.35  17750583 2015
## 2437   5.3         1.85  14793904 2009
## 2438   6.5         1.85  15281286 2009
## 2439   5.0         2.35   8000000 1981
## 2440   6.1         2.35  13491653 2001
## 2441   7.4         2.35        NA 1981
## 2442   4.4         2.35  10494494 2013
## 2443   7.5         1.85   7837632 1997
## 2444   5.7         2.35  15155772 2014
## 2445   5.5         1.37   8508843 1989
## 2446   7.1         1.85   7739049 2004
## 2447   5.9         1.85   6734844 1986
## 2448   6.7         2.35   6000000 1981
## 2449   7.0         2.35   6615578 2009
## 2450   7.9         1.85   5887457 1994
## 2451   6.9         2.35  13362308 2013
## 2452   7.3         2.35   5701643 2007
## 2453   7.3         2.35   5694401 2008
## 2454   3.5         1.85   5333658 1982
## 2455   7.8         2.20   4414535 1996
## 2456   7.4         1.85   4806750 2009
## 2457   6.7         2.35   3707794 2016
## 2458   6.4         2.35   3203044 2003
## 2459   7.1         2.35   4435083 2013
## 2460   6.7           NA        NA   NA
## 2461   7.8         1.85   2222647 2009
## 2462   4.0           NA        NA 2016
## 2463   5.9         1.85   3500000 1986
## 2464   7.2         1.85    676698 2002
## 2465   7.2         2.35   3419967 2013
## 2466   5.1         2.35        NA 2008
## 2467   7.7         2.35    145118   NA
## 2468   5.5         2.35        NA 2009
## 2469   6.2         2.35    229311 1999
## 2470   7.2         1.85        NA 1985
## 2471   5.2           NA        NA 2016
## 2472   6.7         2.35     63260 2006
## 2473   6.3         2.35        NA 2015
## 2474   5.0         2.35        NA 1985
## 2475   6.2         2.35        NA 2012
## 2476   7.6         1.85 121463226 2007
## 2477   4.1         1.85  90485233 2009
## 2478   5.3         2.35        NA 2014
## 2479   6.2         1.85  58006147 2008
## 2480   6.5         1.85  51053787 2005
## 2481   8.1         2.35  23472900 2004
## 2482   6.3         2.35  39687528 2007
## 2483   4.4         2.35   7017178 2013
## 2484   4.6         2.35        NA 2014
## 2485   6.0         1.85    325491 2002
## 2486   7.6         1.85  96471845 2001
## 2487   8.4         1.85  85200000 1986
## 2488   7.9         2.20  72000000 1964
## 2489   5.6         2.35  72219395 1997
## 2490   6.5         1.85  82389560 2014
## 2491   7.5         1.85  71502303 2004
## 2492   6.3         2.35  19179969 2006
## 2493   7.9         2.35  47000000 1978
## 2494   7.9         2.35     84961 2002
## 2495   5.1         1.85  37566230 2003
## 2496   6.7         2.35  70492685 2013
## 2497   6.7         2.35  35635046 2006
## 2498   5.6         1.85  45670855 2010
## 2499   5.6         1.85  37939782 2002
## 2500   6.8         2.35 172051787 2010
## 2501   6.2         1.85  30324946 1998
## 2502   5.6         2.35  27854896 2011
## 2503   6.4         2.35  41777564 2006
## 2504   5.6         2.35  22734486 2003
## 2505   7.4         2.35  44469602 2015
## 2506   4.9         2.35  24708699 2010
## 2507   6.0         2.35  21160089 2006
## 2508   7.2         1.85  64998368 2012
## 2509   4.9         1.85  19693891 2001
## 2510   7.5         1.85  16311763 1998
## 2511   4.8         2.35  12693621 2002
## 2512   3.1         1.33  15655665 2006
## 2513   5.8         1.85  11634458 1999
## 2514   6.7         2.35  27154426 2009
## 2515   6.8         2.20        NA 1963
## 2516   6.5         2.35  54239856 2013
## 2517   5.9         1.85   8662318 2009
## 2518   5.5         1.85   7156725 2006
## 2519   3.6         2.35  15681020 1987
## 2520   3.3         1.85   7070459 2007
## 2521   7.4         2.35   6855137 2006
## 2522   6.7         2.35   2694071 2004
## 2523   3.0         1.85   2315683 1986
## 2524   7.6         1.85  39825798 2006
## 2525   6.4         2.35   2000000 1981
## 2526   6.9         2.35   1569918 2003
## 2527   6.6           NA    106869 2014
## 2528   5.5         2.35    273420 2006
## 2529   6.6           NA        NA 2008
## 2530   5.2         2.35        NA 1977
## 2531   4.1         2.35   4930798 2012
## 2532   6.8         1.85  59847242 1991
## 2533   6.5         1.85    220914 2006
## 2534   7.6         1.85  39825798 2006
## 2535   7.4         1.85  43848100 1987
## 2536   7.7         1.85  42700000 1995
## 2537   7.1         2.35  18663911 2007
## 2538   6.3         2.35  11702090 2007
## 2539   7.6         1.85  13005485 2003
## 2540   8.0         1.85  95860116 1989
## 2541   7.3         1.85 127175354 1994
## 2542   7.6         1.85  92823600 1989
## 2543   7.8         1.85  54000000 1982
## 2544   6.5         1.85  68525609 2000
## 2545   6.4         1.85  52885587 1999
## 2546   8.0         1.33  44667095 2011
## 2547   4.8         2.35  42638165 2009
## 2548   7.8         1.85  45507053 2012
## 2549   5.9         1.85  39511038 2006
## 2550   5.4         2.35   6462576 2016
## 2551   3.3         1.85  40363530 2002
## 2552   8.2         1.85  37623143 2006
## 2553   6.6        16.00        NA   NA
## 2554   5.4         1.85  33357476 2001
## 2555   6.4         1.85  28734552 2001
## 2556   4.8         2.35  37300107 2011
## 2557   5.9         1.85  27087695 2001
## 2558   5.5         1.85  30102717 1991
## 2559   7.9         2.35  23618786 2007
## 2560   4.9         1.85  26896744 2008
## 2561   7.2         1.85  23213577 2008
## 2562   6.6         2.35        NA 2007
## 2563   6.7           NA  55461307 2016
## 2564   5.3         1.85  20627372 2000
## 2565   7.2         1.85  16346122 2002
## 2566   5.1         1.85  16204793 2009
## 2567   5.6         1.85  15427192 2000
## 2568   7.6         1.85  14792779 1987
## 2569   3.1         2.35  13998282 2014
## 2570   7.2         1.85  19057024 2010
## 2571   5.7         1.85  14108518 2003
## 2572   5.2         1.85  13854000 1988
## 2573   7.7         1.85  77324422 1993
## 2574   7.0         2.35  15500000 1999
## 2575   3.6         1.85  11540112 2004
## 2576   4.9         2.35        NA 1979
## 2577   6.0         1.85   4734235 2000
## 2578   6.6         1.85   4839383 2002
## 2579   6.8         2.35   4193025 1999
## 2580   7.2         1.85   5900000 1986
## 2581   7.2         2.35   2849142 2007
## 2582   2.8         1.85   1686429 1997
## 2583   6.6         2.35   1984743 2013
## 2584   6.7         1.66   1666262 2005
## 2585   7.0         2.35   2319187 2013
## 2586   4.4         1.85  13922211 2004
## 2587   7.1         2.35        NA 2008
## 2588   6.2         2.35     23091 2008
## 2589   7.3         2.35    336467 2009
## 2590   5.1         1.78      2964 2012
## 2591   8.1         1.85        NA 2009
## 2592   6.7         2.35        NA 2013
## 2593   6.6         2.35   2428883 2014
## 2594   4.5         1.85  13571817 2002
## 2595   8.1        16.00        NA   NA
## 2596   6.6         1.66   1554566 2002
## 2597   6.5         2.35    508867 2001
## 2598   5.9         1.85   1181197 2005
## 2599   6.6         2.35     81525 2001
## 2600   6.5         1.85   7774730 2006
## 2601   7.3         1.85 234760500 1984
## 2602   7.5         1.85 285761243 1990
## 2603   5.9         1.85 167780960 1987
## 2604   7.4         2.35 177200000 1982
## 2605   6.9         1.33 176781728 1986
## 2606   7.9         2.35 128067808 2000
## 2607   8.4         2.35 130058047 1999
## 2608   8.0         1.85 138795342 2010
## 2609   6.0         1.85 111936400 1988
## 2610   7.3        16.00        NA   NA
## 2611   6.8         2.35    317040 2008
## 2612   7.8         1.85  94175854 1985
## 2613   5.7         2.35        NA 2009
## 2614   6.1         2.35        NA 2016
## 2615   8.1         2.35  91121452 2014
## 2616   6.1         1.85  69800000 1980
## 2617   7.5         1.85  79900000 1980
## 2618   6.2         1.85  64001297 2010
## 2619   6.2         1.85  71588220 2013
## 2620   7.9         2.35  47000000 1978
## 2621   7.4         1.85  61400000 1983
## 2622   6.6         1.85 101978840 2013
## 2623   7.3         1.85  56437947 2006
## 2624   7.5         1.85  73326666 1988
## 2625   5.6         1.85  55184721 2007
## 2626   7.3         1.85  50003300 1994
## 2627   6.4         2.35  54322273 2012
## 2628   5.0         2.35  47860214 2006
## 2629   5.4         1.85  47811275 2002
## 2630   8.2         2.35        NA 1978
## 2631   7.1         1.85  43022524 1997
## 2632   5.3         2.35  42672630 2003
## 2633   6.5         2.35  42919096 2013
## 2634   6.2         2.35  42592530 2015
## 2635   6.4         1.85  40064955 1998
## 2636   7.2         1.85  39100956 1993
## 2637   6.9         1.85  44886089 1997
## 2638   5.7         1.85  37882551 2001
## 2639   7.7         1.85  40983001 2012
## 2640   5.4         1.85  20991497 2015
## 2641   5.6         1.85  35007180 2000
## 2642   7.7         2.35  35887263 2014
## 2643   5.1         2.35  34308901 2003
## 2644   6.8         1.85  33771174 2000
## 2645   8.4         2.20   6000000 1962
## 2646   4.9         1.85  33386128 2009
## 2647   7.1         2.35  37877959 2014
## 2648   6.6         1.85  32721635 2009
## 2649   6.1         1.85  31585300 2005
## 2650   4.1         2.35  30259652 2002
## 2651   5.8         2.35 163192114 2010
## 2652   8.1         1.85  30857814 1987
## 2653   7.6         2.35  30226144 2007
## 2654   7.8         2.35  35054909 2011
## 2655   4.6         1.85  29302097 2004
## 2656   6.0         1.85  29106737 1998
## 2657   7.0         1.85  28637507 2007
## 2658   6.7         1.85  30127963 2014
## 2659   6.4         1.85  32645546 2005
## 2660   7.2         1.85  27441122 2000
## 2661   7.4         1.85  28014536 1997
## 2662   4.8         1.85  33860010 2009
## 2663   4.0         1.85  26421314 2000
## 2664   6.2         1.85  24881000 1996
## 2665   7.7         1.85  23089926 2005
## 2666   6.7         2.35  26161406 2010
## 2667   7.9         2.35  22954968 1993
## 2668   7.9         2.35  26384919 1997
## 2669   5.5         1.85  22189039 1993
## 2670   6.2         2.35  20998709 2006
## 2671   5.1         2.35  20801344 2007
## 2672   4.1         2.35  21468807 2000
## 2673   6.7         2.35  19158074 2002
## 2674   4.7         1.85  18843314 2006
## 2675   6.4         2.35  20566327 2016
## 2676   6.3         2.35  20218921 2010
## 2677   5.5         1.85  17411331 1998
## 2678   7.3         2.35  21383298 2012
## 2679   6.3         2.35  24984868 2014
## 2680   4.9         2.35  16459004 1999
## 2681   7.6         1.85  15700000 2008
## 2682   6.0         2.35  15100000 1984
## 2683   6.2         2.35  14938570 2012
## 2684   6.8         2.35  17237244 2014
## 2685   4.5         1.85  14249005 2001
## 2686   5.7         1.85  12701880 2008
## 2687   8.4         1.78  10353690 2007
## 2688   4.6         2.35  12801190 2000
## 2689   6.2         2.35  12549485 2006
## 2690   7.0         2.35  13766014 2011
## 2691   6.9         2.35  13034417 2009
## 2692   6.1         2.35  11632420 2001
## 2693   6.7         2.35  12212417 2003
## 2694   5.6         1.37  11614236 1999
## 2695   6.6         2.35  13337299 2004
## 2696   6.4         1.85  10763469 1989
## 2697   2.8         1.85  11144518 1998
## 2698   5.4         2.35  15608545 2012
## 2699   5.0         1.85  10443316 1998
## 2700   5.1         1.85  10494147 2000
## 2701   8.0         1.85   9929000 1985
## 2702   5.9         2.35  10411980 2004
## 2703   7.5           NA        NA   NA
## 2704   8.2         1.85  17439163 1998
## 2705   7.0         2.35   9396487 2006
## 2706   6.6         2.35   9059588 2002
## 2707   6.7         2.35   9172810 2007
## 2708   5.5         1.85   8735529 2000
## 2709   4.9         1.85   8586376 2002
## 2710   6.9         2.35   8378141 2002
## 2711   7.4         1.33        NA 1998
## 2712   5.6         1.85   8080116 2006
## 2713   8.0         2.35   7757130 2008
## 2714   5.3         2.35   9123834 2013
## 2715   6.2         1.85   6409206 2008
## 2716   5.3         1.85   6373693 2009
## 2717   6.6         1.85   7556708 2012
## 2718   7.2         1.85   5306447 2009
## 2719   4.6         1.85   5217498 2000
## 2720   7.5         2.35   5023275 2005
## 2721   6.5         1.85   4956401 1999
## 2722   7.6         2.35   4235837 2005
## 2723   6.2         1.85   4002955 1999
## 2724   8.0         1.85   7219578 2001
## 2725   5.5         2.35   3525161 2007
## 2726   6.3         1.85   3247816 2010
## 2727   7.2         2.35   2412045 2010
## 2728   7.9         1.78        NA   NA
## 2729   6.7         2.35   2203641 2008
## 2730   5.3         2.35   1953732 1986
## 2731   6.3         2.35   1954202 1999
## 2732   6.5         1.85   1294640 2007
## 2733   5.6         2.35        NA 2014
## 2734   7.0         2.35    819852 1999
## 2735   8.3         1.33     26435 1927
## 2736   7.2         2.35   1197786 2004
## 2737   6.8         1.85    529766 1995
## 2738   6.4         1.37    613556 2015
## 2739   6.9         2.35    353743 2001
## 2740   8.0         1.85    502028 2003
## 2741   6.2         2.35    102055 2008
## 2742   6.4         2.35    122288 2010
## 2743   5.6         2.35        NA 1996
## 2744   6.1         2.35     73548 2008
## 2745   6.0           NA        NA 2011
## 2746   5.1         2.35     28870 2011
## 2747   4.5         2.35     22723 2001
## 2748   5.9         1.85     20380 2007
## 2749   6.0         2.35        NA 2008
## 2750   5.8           NA        NA 2013
## 2751   6.1         2.35        NA 2014
## 2752   4.9         1.78        NA 2005
## 2753   5.7           NA        NA 2015
## 2754   7.1         2.35        NA 2009
## 2755   6.6           NA        NA 2000
## 2756   8.1         1.85  70906973 1993
## 2757   5.7         2.35  66009973 2015
## 2758   6.8         2.35  46338728 1996
## 2759   7.5         2.35   7691700 2010
## 2760   6.2           NA        NA 2014
## 2761   8.3         2.35 101157447 1992
## 2762   7.4         2.35     74205 2005
## 2763   8.0         2.35 141319195 2008
## 2764   6.9         1.85 156645693 1987
## 2765   6.9         1.85 178406268 1990
## 2766   9.5         1.33        NA   NA
## 2767   5.5         2.35 109306210 1988
## 2768   5.7         2.35        NA 2015
## 2769   7.2         2.35  70001698 1989
## 2770   6.9         1.85  68856263 1993
## 2771   5.5         1.85  51527787 2009
## 2772   5.9         2.35  49122319 2012
## 2773   7.7         2.35        NA 1982
## 2774   5.2         2.35  61356221 2007
## 2775   7.1         2.35  46800000 1977
## 2776   6.6           NA        NA   NA
## 2777   5.5         2.35  38048637 1998
## 2778   7.7         1.85  34700000 1988
## 2779   5.4         2.35  35010192 2012
## 2780   6.7         1.85  34793160 1991
## 2781   5.0         1.85  30628981 1999
## 2782   6.4         2.35  29959436 2011
## 2783   6.6         1.85  25571351 2002
## 2784   5.9         1.85  27515786 1993
## 2785   5.7         2.35  25482931 2002
## 2786   4.5         1.85  19900000 1995
## 2787   3.7         1.85        NA 1977
## 2788   5.0         2.35  16298046 2005
## 2789   4.6         1.85  15549702 2003
## 2790   6.5         2.35  15483540 2009
## 2791   4.9         2.35  20246959 2010
## 2792   6.0         1.85  15062898 1998
## 2793   6.9         1.85  14348123 1999
## 2794   5.7         1.85  15171475 1996
## 2795   6.7         1.66        NA 1977
## 2796   6.9         1.85  13640000 1994
## 2797   5.5         1.85  12550242 2007
## 2798   4.4         1.85  12610731 2001
## 2799   5.4         1.85  47811275 2002
## 2800   7.0         2.35  11204499 2006
## 2801   5.4         2.35  10397365 2001
## 2802   5.4         2.35   9402410 2012
## 2803   8.0         1.85   5990075 2007
## 2804   7.6         2.35   5459824 2006
## 2805   5.9         2.35   5108820 2000
## 2806   6.6         1.85   4741987 1999
## 2807   6.7         2.35   4291965 2006
## 2808   3.9         1.85   3100650 2001
## 2809   5.7         1.85   2474000 1995
## 2810   6.7         2.35   2656324 2008
## 2811   6.5         2.35   1000000 1978
## 2812   6.8         2.35   3958500 2014
## 2813   6.3         2.35    403649 2009
## 2814   7.3         1.85    274299 2002
## 2815   6.9         2.35        NA 2010
## 2816   7.0         1.85    183088 2008
## 2817   6.5         1.85     46495 2011
## 2818   3.6         1.85        NA 2009
## 2819   7.7         1.85   1752214 2010
## 2820   7.7         1.85  83025853 2005
## 2821   5.9         2.35 190871240 2014
## 2822   6.8         1.85  56631572 1995
## 2823   7.4         1.85  15854988 2002
## 2824   5.1         1.85  12282677 2015
## 2825   9.1         1.33    447093   NA
## 2826   7.4         1.85   7060876 2000
## 2827   7.2         2.35  14989761 2012
## 2828   6.0         1.85    687081 2001
## 2829   7.4           NA        NA   NA
## 2830   8.3         1.85   5501940 2004
## 2831   8.1         2.35   2086345 2004
## 2832   6.3         1.85   2605039 2013
## 2833   7.3         1.85 123922370 1987
## 2834   3.6         1.78    163591 2010
## 2835   1.6         1.85  73000942 2011
## 2836   8.0         2.35 106952327 2010
## 2837   6.2         2.35  58607007 2014
## 2838   9.0         1.85  57300000 1974
## 2839   6.1         1.85  91038276 2001
## 2840   5.7         1.85  49369900 1988
## 2841   6.8         1.85  61693523 2016
## 2842   5.5         1.37  46729374 2000
## 2843   6.8         1.85  44726644 1988
## 2844   7.3         1.85  44134898 2014
## 2845   6.1         2.35  48637684 2014
## 2846   7.2         1.85  38176108 1999
## 2847   5.9         1.85  28972187 2002
## 2848   6.1         1.85  27979400 1993
## 2849   6.8         2.35  54257433 2016
## 2850   7.7         1.85     23947 2004
## 2851   4.9         1.85  60008303 2000
## 2852   6.1         2.35  49121934 2007
## 2853   2.5         1.85  27141959 1999
## 2854   6.1         1.85  27052167 1998
## 2855   5.9         1.85  26539321 1996
## 2856   5.7         1.85  28501605 1990
## 2857   5.6         2.35  52543632 2014
## 2858   7.2         1.85  25592632 2007
## 2859   7.7         2.35  25440971 2015
## 2860   7.8         1.85  22858926 1999
## 2861   6.1         1.85  22235901 2001
## 2862   5.8         1.85  38916903 2014
## 2863   6.5         1.85  16929123 2001
## 2864   7.9         2.35  13753931 2006
## 2865   6.3         2.35  10996440 2006
## 2866   3.8           NA   8026971 1998
## 2867   8.3         2.35  14677654 2015
## 2868   6.4         1.85   9975684 1998
## 2869   6.7         1.66   7881335 1994
## 2870   6.1         1.85   6241697 1999
## 2871   8.1           NA        NA   NA
## 2872   6.0         1.85   5871603 1999
## 2873   5.8         1.85  16574731 1998
## 2874   5.6         2.35   5002310 2001
## 2875   6.1         2.35   4919896 2001
## 2876   5.9         2.35  25675765 2013
## 2877   7.3         1.85   4857376 2006
## 2878   6.8         2.35   3169424 2007
## 2879   5.7         2.35  18004225 2013
## 2880   7.3         2.35   3058380 2000
## 2881   6.3         1.85   3074838 2009
## 2882   5.9         1.85   2104000 1996
## 2883   7.1         2.35  28501651 2009
## 2884   7.1         1.85   1172769 2006
## 2885   8.0         1.85  17738570 2012
## 2886   5.1         1.85   1200000 1993
## 2887   7.1         1.85   1150403 2006
## 2888   6.5         2.35    403932 2000
## 2889   4.5         1.85   1712111 2015
## 2890   6.6         2.35   1024175 2011
## 2891   4.3         2.35    301305 2011
## 2892   6.7         1.85  51872378 2013
## 2893   6.8           NA     31662 2016
## 2894   5.4         2.35  28399192 2002
## 2895   6.6         1.85   2035566 2009
## 2896   7.4         2.35        NA 1981
## 2897   7.3         2.35  21078145 2002
## 2898   6.9         1.85  14060950 2002
## 2899   8.0         2.35  12281500 1993
## 2900   6.4         2.35        NA 2010
## 2901   7.8         2.35  10725228 1992
## 2902   6.1         2.35    214966 2010
## 2903   6.1         1.85        NA 1982
## 2904   5.1         2.35  11956207 2009
## 2905   7.8         1.37        NA 1937
## 2906   7.4         1.85   5949693 2007
## 2907   7.8         1.85   9030581 2008
## 2908   8.0         2.35   4157491 2000
## 2909   6.7         2.35   1508689 1997
## 2910   6.6         1.85   1227324 1996
## 2911   6.4         1.85   4360548 2009
## 2912   6.7         1.85  26589953 2010
## 2913   6.2         2.35   1039869 2010
## 2914   7.3         1.33  48092846 1988
## 2915   8.1         2.35   1110186 2004
## 2916   7.0         2.35   1089445 2009
## 2917   8.0         1.37 204565000 1973
## 2918   8.0         2.35 260000000 1975
## 2919   7.0         1.85 101736215 1999
## 2920   7.9         1.85     71442 2012
## 2921   5.9         1.85  79817937 1986
## 2922   6.6         2.35  91547205 2012
## 2923   6.3         1.85  75074950 2002
## 2924   7.7         2.35  78900000 1982
## 2925   6.9         1.85  72217000 1994
## 2926   7.1         1.85  79568000 1983
## 2927   7.4         1.85  65500000 1985
## 2928   6.5         2.35  70011073 2012
## 2929   6.5         2.35  65269010 2006
## 2930   6.8         1.85  63071133 1996
## 2931   7.5         1.85  39647595 1997
## 2932   6.6         1.85  38087366 2008
## 2933   7.1         1.85  64572496 2012
## 2934   6.6         1.85  30400000 1983
## 2935   7.0         1.85  42365600 1981
## 2936   3.3         1.85  37188667 2002
## 2937   6.7         1.85  54724272 2012
## 2938   8.0         2.20        NA 1970
## 2939   6.8         1.85  31597131 2002
## 2940   6.0         1.85  31691811 2008
## 2941   5.4         2.35  31397498 2008
## 2942   4.3         2.35  31179516 2004
## 2943   6.2         1.85  31155435 2001
## 2944   7.7         1.85  27281507 1992
## 2945   8.0         2.35 167007184 2006
## 2946   7.4         1.85  25776062 2002
## 2947   5.9         1.85  25240988 2012
## 2948   7.8         1.85 124868837 2014
## 2949   7.4         2.35  22905674 1998
## 2950   6.5         2.35  25277561 2014
## 2951   5.4         2.35        NA 1979
## 2952   7.0         1.85  21133087 1999
## 2953   8.6        16.00        NA   NA
## 2954   7.6         1.85  37707719 2013
## 2955   6.9         2.35  18761993 2005
## 2956   7.0         1.85        NA 1978
## 2957   5.3         1.85  18595716 2006
## 2958   6.4         2.35  31990064 2015
## 2959   4.5         1.85  17321573 2004
## 2960   7.8         2.35  17613460 2013
## 2961   6.7         1.85  21088568 1995
## 2962   5.3         1.85  17292381 2001
## 2963   6.3         1.85  16300302 2011
## 2964   7.0         1.78  27829874 2006
## 2965   5.3         1.85  13960203 1997
## 2966   6.6         2.35  12902790 1998
## 2967   5.8         2.35  21520719 2010
## 2968   6.7         1.85  12796277 2008
## 2969   6.6         1.85        NA 1981
## 2970   7.0         2.35  11634362 2003
## 2971   8.4         1.85  11433134 1981
## 2972   6.0         2.35  22406362 2004
## 2973   5.4         1.85  10198766 2002
## 2974   7.8         2.35  15294553 2013
## 2975   7.6         2.35  11041228 2004
## 2976   6.6         1.85   7918283 2012
## 2977   6.4         2.35  22331028 2015
## 2978   7.0         2.35   8134217 2008
## 2979   5.7         1.85   6982680 2000
## 2980   5.9         1.85   6739141 1992
## 2981   6.3         1.85   5542025 2006
## 2982   6.3         1.66   5032496 1998
## 2983   6.2         2.35   6754898 2006
## 2984   2.1         1.85   4922166 2003
## 2985   5.0         1.85   4903000 1996
## 2986   5.3         1.85   4717455 2003
## 2987   7.1         2.35   3148482 2008
## 2988   7.0         2.35   2326407 2001
## 2989   7.0         1.85   2201412 2006
## 2990   5.7         1.85        NA 1981
## 2991   7.1         2.35   2060953 1999
## 2992   7.0         1.85   3950294 2007
## 2993   7.7         2.35   2835886 2013
## 2994   7.1         1.85   1779284 2002
## 2995   6.8         2.35   1702277 2013
## 2996   7.5         2.35    261481 2004
## 2997   6.3         1.85   1506998 2007
## 2998   7.3         1.85    860002 2005
## 2999   6.8         1.85    548934 2009
## 3000   7.2         1.85    447750 2000
## 3001   6.4         2.35    333976 2002
## 3002   6.0         1.85    141853 1997
## 3003   6.4         2.35    303439 2007
## 3004   5.1         2.35    793352 2012
## 3005   7.5         2.35    214202 2007
## 3006   7.1         2.35    195888 2005
## 3007   4.6         1.85    175370 1999
## 3008   5.7         2.35    190666 2009
## 3009   6.8         1.85        NA 2002
## 3010   7.7         2.35    119922 2009
## 3011   6.7         1.85 177343675 2015
## 3012   3.2           NA        NA 2011
## 3013   6.1         2.35        NA 2010
## 3014   5.6         2.35     17149 2011
## 3015   6.9         2.35        NA 2009
## 3016   7.5         1.85     14616 2015
## 3017   5.8         2.35  91443253 2014
## 3018   8.3         1.85  30093107 2000
## 3019   2.8           NA        NA 2015
## 3020   6.6         1.85  57469179 1989
## 3021   7.5         1.85     48856 1993
## 3022   6.0         2.35        NA 2009
## 3023   6.2         2.35        NA 2015
## 3024   7.2         2.20 148170000 1984
## 3025   8.7         2.35 460935665 1977
## 3026   6.0         2.35  35537564 2016
## 3027   8.0         2.35 111722000 1965
## 3028   7.2         2.35     10230 2014
## 3029   4.5         1.85  90556401 2008
## 3030   7.9         2.35  93571803 2010
## 3031   7.1         1.85  72755517 2006
## 3032   7.5         1.85  52929168 1992
## 3033   6.8         2.35  50461335 2014
## 3034   4.3           NA        NA 2014
## 3035   7.2         1.85  49797148 1989
## 3036   5.8         1.85        NA 2007
## 3037   7.1         2.35  46563158 2002
## 3038   7.4         2.35  41227069 2002
## 3039   7.6         1.85  39025000 1995
## 3040   6.9         1.85  38201895 1999
## 3041   6.0         1.85  27669413 2009
## 3042   6.9         2.35        NA 1981
## 3043   7.3         2.35  37766350 2008
## 3044   4.6         1.85  23978402 2001
## 3045   6.0         1.85  21370057 1992
## 3046   6.4         1.85        NA 1978
## 3047   5.5         2.35   4884663 1986
## 3048   7.5         1.85  38317535 2015
## 3049   8.1         1.66        NA 1975
## 3050   6.3         1.85  13903262 2001
## 3051   5.1         1.85  13592872 2000
## 3052   6.8         2.35  18381787 2012
## 3053   5.3         1.85  13558739 2001
## 3054   7.3         1.85  13103828 2001
## 3055   7.3         2.35  33305037 2015
## 3056   7.1         2.35  10214647 2004
## 3057   7.6         1.85  11501093 1992
## 3058   5.3         1.85   4814244 2002
## 3059   7.8         1.85   9170214 1993
## 3060   7.7         1.85   4068087 2003
## 3061   7.7         1.85   3753806 2004
## 3062   5.4         1.85   3034181 2002
## 3063   6.2         1.85   2832826 1995
## 3064   7.4         1.85  13214255 2013
## 3065   6.2         1.85  16017403 2001
## 3066   5.1         1.85   2807854 1991
## 3067   6.9         2.35        NA 1970
## 3068   6.3         2.35    540085 2005
## 3069   6.8         2.35    352786 2006
## 3070   7.4         2.35  76600000 1982
## 3071   5.7         2.35        NA 2010
## 3072   5.8         1.85  56729973 2008
## 3073   6.2         2.35        NA 1969
## 3074   4.3         2.35        NA 2012
## 3075   6.4         2.35    399879 2006
## 3076   6.0         2.35   3275443 2006
## 3077   6.9         1.85  18535191 1999
## 3078   5.5         2.35     23838 2013
## 3079   5.4         2.35  22160085 2002
## 3080   8.3         2.20  56715371 1968
## 3081   7.9         1.85 434949459 1982
## 3082   6.5         2.35  11043445 2007
## 3083   6.3         1.85        NA 2004
## 3084   6.4           NA    125169 1994
## 3085   7.9           NA        NA   NA
## 3086   5.3           NA   1165104 2010
## 3087   5.8         1.85   1066555 2007
## 3088   6.6         2.35   5669081 2012
## 3089   7.4         1.85        NA 2014
## 3090   8.3         1.85 138339411 1997
## 3091   5.3         2.35        NA 2016
## 3092   6.2         1.85  80150343 2006
## 3093   6.9         1.85  85300000 1981
## 3094   5.9         1.85  68353550 2000
## 3095   6.1         2.35  78845130 2016
## 3096   5.8         1.85  63319509 1999
## 3097   7.3         1.85  47536959 2009
## 3098   5.9         1.85  63270259 2007
## 3099   5.5         2.35  55865715 2005
## 3100   5.0         1.85  63231524 2006
## 3101   7.0         1.85  52293982 1986
## 3102   7.8         2.35        NA 1962
## 3103   6.4         1.85  50752337 1992
## 3104   5.9         1.85 110175871 2004
## 3105   7.0         1.85  38624000 1996
## 3106   6.1         1.85  37470017 2001
## 3107   6.9         2.35  40485039 1989
## 3108   7.5         2.35  16800000 1968
## 3109   7.3         2.35  46377022 2011
## 3110   6.5         1.85  36696761 2001
## 3111   6.2         2.35  36200000 1985
## 3112   6.7         1.85        NA 1985
## 3113   6.0         2.35  35794166 2016
## 3114   6.3         2.35  33583175 2010
## 3115   5.8         1.85  32983713 2002
## 3116   6.1         2.35  52200504 2015
## 3117   6.9         1.85  33000000 1985
## 3118   8.3         1.85  30093107 2000
## 3119   5.4         1.85  32101000 1992
## 3120   6.7         1.85  31487293 2008
## 3121   7.4         2.35  30651422 1999
## 3122   5.6         2.35  30306281 2002
## 3123   6.5         1.85  29500000 1983
## 3124   6.5         2.35  30050028 1989
## 3125   5.8         1.85  29392418 1994
## 3126   5.0         2.35  28563926 2002
## 3127   5.5         1.85  28435406 2006
## 3128   6.5         1.85  25339117 1998
## 3129   7.2         2.35  25600000 1983
## 3130   7.3         2.35        NA 2016
## 3131   7.2         1.85        NA 1983
## 3132   5.2         2.35  27736779 2015
## 3133   5.7         2.35  24397469 2012
## 3134   4.7         2.35  20384136 2001
## 3135   5.9         2.35  25464480 2009
## 3136   6.8         2.35  20338609 2006
## 3137   5.9         1.85  18272447 1993
## 3138   5.3         1.85        NA 1985
## 3139   6.0         2.35  17378977 2005
## 3140   7.7         2.35  17096053 1998
## 3141   4.4         2.35  21371425 2010
## 3142   6.6         2.35  33071558 2015
## 3143   6.7         1.85  17655201 2008
## 3144   5.5         1.85  16247775 2005
## 3145   6.5         1.85  16153600 1990
## 3146   6.2         2.35  16033556 2002
## 3147   7.1         1.85  16667084 1990
## 3148   6.1         1.85  15417771 2003
## 3149   7.1         1.85        NA 1980
## 3150   6.0         2.35  15156200 1999
## 3151   7.4         2.35  21589307 2012
## 3152   5.9         1.85  20339754 2007
## 3153   4.1         1.85  28873374 2013
## 3154   5.8         1.85  15102127 2009
## 3155   5.9         1.85  13684949 2002
## 3156   7.0         2.35  14597405 2011
## 3157   6.8         2.35  12570442 2005
## 3158   7.4         1.85  12514138 1997
## 3159   7.1         2.35  43771291 2015
## 3160   7.0         2.35  11703287 2005
## 3161   5.8         2.35  11560259 2001
## 3162   7.8         1.85  10824921 1999
## 3163   6.5         1.85  10561238 1999
## 3164   7.0         1.85  14479776 2014
## 3165   6.3         1.85   9801782 1998
## 3166   5.3         1.85   8070311 2004
## 3167   6.8         1.85        NA 1984
## 3168   5.5         2.35   8460995 2010
## 3169   7.4         1.85   8111360 2002
## 3170   4.3         1.85   8828771 2013
## 3171   6.0         2.35  67631157 2010
## 3172   5.2         2.35   7563670 2008
## 3173   6.7         2.35   6619173 2012
## 3174   6.3         1.85   6857503 2011
## 3175   7.9         1.78        NA   NA
## 3176   8.6         1.85   6712241 1998
## 3177   6.1         2.35   6842058 2012
## 3178   5.8         1.85   6491350 2004
## 3179   7.7         1.85   9473382 1998
## 3180   8.0         2.35   6197866 1999
## 3181   5.6         2.35   6044618 2002
## 3182   6.7         2.35   7764027 2013
## 3183   6.6         2.35   5998971 2007
## 3184   4.2         2.35        NA 1981
## 3185   6.6         2.35  21569041 2014
## 3186   4.1         1.85   4356743 2001
## 3187   7.3         1.85   5484375 2006
## 3188   7.1           NA   5348317 2015
## 3189   6.5         1.85   4244155 2011
## 3190   7.0         1.85   5004648 2009
## 3191   5.5         2.35   3333823 2012
## 3192   6.6         1.85   3275585 1993
## 3193   7.1         1.85   3193102 1999
## 3194   7.9         2.35  54557348 2004
## 3195   7.1         2.35   3041803 2000
## 3196   5.6         1.85   3060858 1987
## 3197   7.3         2.35   1055654 2006
## 3198   3.3         1.85   2331318 2011
## 3199   6.5         1.85   2185266 2000
## 3200   4.8         1.85  26583369 2016
## 3201   5.2         2.35    800000 1981
## 3202   6.3         1.85   7574066 2014
## 3203   7.2         1.85   1754319 2011
## 3204   6.8         1.78   1641788 2002
## 3205   5.7         1.85   1631839 2000
## 3206   7.2         2.35   1309849 2002
## 3207   6.9         1.85   1939441 2012
## 3208   9.1         1.33    447093   NA
## 3209   6.3         2.35        NA 2006
## 3210   6.2         1.85   1276984 2000
## 3211   6.7         1.85   1987762 2011
## 3212   6.5         2.35   1474508 2009
## 3213   7.2         2.35   1011054 2003
## 3214   5.3         1.85    900926 2007
## 3215   6.7         2.35    866778 2007
## 3216   6.2         1.85    836641 1998
## 3217   3.6         1.85    598645 2002
## 3218   5.7         1.78    578527 2008
## 3219   7.3         1.85    488872 2001
## 3220   5.0         1.66    365734 2003
## 3221   6.6         1.66    231417 1997
## 3222   6.6         1.85   3093491 2014
## 3223   6.8         2.35    244465 1997
## 3224   6.2         2.35    756452 2011
## 3225   7.3         2.35    228524 2004
## 3226   6.2         1.85    226792 2001
## 3227   6.9         1.85    221210 2009
## 3228   6.6         1.85    136432 2006
## 3229   6.3         1.85    131617 2005
## 3230   7.0         1.85    152857 2010
## 3231   3.3         1.85    126247 1994
## 3232   6.7         2.35     82739 2010
## 3233   6.2           NA    169379 2013
## 3234   6.5         2.35        NA 2014
## 3235   3.5         1.85     15447 1997
## 3236   5.5         2.35     19348 2009
## 3237   5.9         1.85    100503 2009
## 3238   4.7         1.85     92900 2009
## 3239   4.2         1.85    140987 2008
## 3240   5.2         2.39        NA 2015
## 3241   5.2         1.85        NA 2009
## 3242   3.9         1.85      5561 2007
## 3243   6.1         2.35      3607 2008
## 3244   5.8         2.35        NA 2010
## 3245   6.7         1.85     70527 2004
## 3246   5.7         2.35        NA 2007
## 3247   4.5         2.35        NA 2011
## 3248   6.9         2.35        NA 2008
## 3249   4.8           NA        NA 2014
## 3250   6.3         2.35        NA 2008
## 3251   6.9         2.35     11835 2013
## 3252   5.4         2.35        NA 2010
## 3253   3.8         1.85        NA 2009
## 3254   7.0         2.35        NA 2007
## 3255   5.2           NA        NA 2010
## 3256   7.3         2.35    128486 2008
## 3257   4.6         2.35        NA 2013
## 3258   6.5         2.35        NA 2010
## 3259   6.8         1.85  16025394 2009
## 3260   6.7         1.85   2483955 2005
## 3261   6.1         1.85  57176582 2000
## 3262   5.2           NA        NA 2014
## 3263   6.9         2.35  43100000 1967
## 3264   6.0           NA        NA 2014
## 3265   7.9         1.85    225377 2012
## 3266   4.5         1.85  14114488 1988
## 3267   5.1         1.78        NA 2015
## 3268   7.6         2.76  46300000 1963
## 3269   7.6         2.35  12899702 2006
## 3270   6.7         1.37        NA 1981
## 3271   6.1           NA    113155 2009
## 3272   7.5         2.35   2600000 1995
## 3273   5.3         1.85        NA 2015
## 3274   6.0           NA   1602466 2010
## 3275   7.1         2.35   3029870 2011
## 3276   7.5         2.35        NA 2011
## 3277   6.9         2.35   3047539 2012
## 3278   8.5         2.35  78900000 1979
## 3279   7.5         1.85  30859000 1974
## 3280   6.6         2.35   3571735 2010
## 3281   8.0         2.35  50000000 1971
## 3282   7.0         2.35  63600000 1965
## 3283   5.8         2.35        NA 2011
## 3284   7.3         2.35        NA 2010
## 3285   6.8         2.35  36049108 1996
## 3286   6.7         1.85  34074895 1999
## 3287   6.5         1.85  33244684 1988
## 3288   8.0         1.85  24530513 2007
## 3289   6.5         2.35  71519230 2014
## 3290   4.9         1.85  20035310 2000
## 3291   7.1         1.85  18225165 2004
## 3292   7.0         1.85  17804273 2000
## 3293   7.0         1.85  16938179 2000
## 3294   7.5         1.85  90400000 1983
## 3295   4.5         2.35  16235293 2006
## 3296   5.5         2.35  11827301 2004
## 3297   7.7         1.85  10161099 1989
## 3298   7.2         1.85   6610326 2007
## 3299   4.8         1.85   6126237 2003
## 3300   6.7         1.85   6047856 2000
## 3301   7.0         2.35   4681503 2002
## 3302   6.5         1.85   4350774 1994
## 3303   7.4         1.85   3420871 2006
## 3304   3.5         1.78        NA   NA
## 3305   5.7         1.85        NA 1984
## 3306   6.2         2.35   2955039 2007
## 3307   5.7         2.35   1530535 2005
## 3308   6.4         1.85   4881867 2008
## 3309   7.0         1.85   1043487 1998
## 3310   7.7         2.35    770629 2016
## 3311   5.4         1.85  11860839 2011
## 3312   6.6         1.85    454255 2001
## 3313   6.1         1.85    349618 1990
## 3314   6.1         2.35        NA 2014
## 3315   7.6         1.85    112935 2002
## 3316   6.2         2.35    883887 2009
## 3317   6.6         1.85     13751 2006
## 3318   6.1         2.35        NA 2015
## 3319   7.3         2.35    145109 2008
## 3320   4.2         2.35   1046166 2005
## 3321   7.1         1.85        NA 2009
## 3322   6.0         2.35      2874 2009
## 3323   6.5         2.35        NA 2009
## 3324   6.5         2.35 174635000 1986
## 3325   5.7         1.85        NA 2010
## 3326   6.1         2.35        NA 2004
## 3327   7.1         2.35        NA 2010
## 3328   7.3         1.85    171320 2011
## 3329   6.5         2.35  14373825 2007
## 3330   7.9         2.35        NA   NA
## 3331   5.7         2.35       162 2014
## 3332   7.2         2.35  32222567 1987
## 3333   7.3         2.35  39462438 2009
## 3334   6.9         1.85  29200000 1979
## 3335   5.0         1.85  21564616 2013
## 3336   5.9         2.35        NA 1968
## 3337   6.7         2.35        NA 1990
## 3338   7.3         2.35  14879556 1999
## 3339   7.6         1.85  13569248 2006
## 3340   6.5         2.35  34017854 2015
## 3341   2.1         2.35   4273372 2001
## 3342   5.3         2.35        NA 2013
## 3343   7.2         2.35        NA 2003
## 3344   7.0         1.85   4440055 2009
## 3345   8.0         2.35   4018695 2010
## 3346   6.5         1.85  80000000 1984
## 3347   6.9         2.35   6262942 2013
## 3348   7.1         1.85   1997807 1999
## 3349   7.3           NA   1207007 2007
## 3350   7.5         1.85   1829142 2006
## 3351   6.9           NA   3827466 2013
## 3352   7.2         1.85  90800000 1984
## 3353   7.2         1.37        NA 1951
## 3354   6.7         1.85    140244 2008
## 3355   6.0         1.85        NA 2006
## 3356   8.9         2.35 107930000 1994
## 3357   7.7         1.85  76657000 1979
## 3358   7.9         2.35  32279955 2014
## 3359   5.6         2.35   4992159 2004
## 3360   8.0         2.35 163214286 1965
## 3361   6.2         1.85  69800000 1984
## 3362   7.9         2.35  59889948 2006
## 3363   8.1         1.85  52287414 1986
## 3364   7.6         1.85  45063889 2002
## 3365   3.5         1.85  40066497 2004
## 3366   7.6         1.85  36500000 1979
## 3367   6.5         1.85  27362712 2002
## 3368   5.6         2.35  34746109 1996
## 3369   7.7         1.85  34963967 2011
## 3370   5.2         1.85  25926543 2008
## 3371   6.9         1.85        NA 1982
## 3372   6.1         2.35  26049082 2014
## 3373   5.0         1.85        NA 1981
## 3374   7.8           NA        NA 2016
## 3375   7.4         1.85  22551000 1993
## 3376   6.8         2.35  22800000 1969
## 3377   7.1        16.00        NA   NA
## 3378   6.4         1.85  18090181 1994
## 3379   5.7         1.85  17843379 1999
## 3380   7.5         2.35  18811135 2006
## 3381   6.7         1.85  17278980 1998
## 3382   5.6         1.85  16699684 2009
## 3383   7.0         2.35  50815288 2005
## 3384   7.6         2.35  15047419 2000
## 3385   6.5         1.85  14015786 2002
## 3386   7.0         2.35        NA 2006
## 3387   6.3         2.35  10269307 2009
## 3388   6.4         1.85        NA 2009
## 3389   7.1         1.85  17536788 2013
## 3390   7.1         1.85  58401464 2010
## 3391   6.5         1.85   8880705 1994
## 3392   6.9         2.35   8279017 2000
## 3393   5.4         1.85  10106233 2011
## 3394   4.9         1.85        NA 1996
## 3395   5.1         1.85   4692814 1999
## 3396   5.3         2.35   5018450 2000
## 3397   7.5         2.35  25967000 1992
## 3398   8.3        16.00        NA   NA
## 3399   7.3         2.35   3442820 2015
## 3400   7.3         2.35   3205244 2010
## 3401   7.1         1.85   3076425 2002
## 3402   6.0         1.85   2275557 1991
## 3403   6.6         1.85   1789892 1998
## 3404   7.2         1.85   6350058 2010
## 3405   7.2         2.35   1094798 2010
## 3406   6.9         2.35   1071240 2007
## 3407   6.8         1.66    532190 1997
## 3408   4.0         1.85        NA 1983
## 3409   7.7         1.85    686383 2009
## 3410   7.4         1.85  16168741 2013
## 3411   6.5         2.35    568695 2005
## 3412   6.4         2.35    398420 2007
## 3413   7.2        16.00        NA 2012
## 3414   5.6         1.85    336456 2003
## 3415   6.3         2.35    146083 1998
## 3416   6.8         2.35    298110 2006
## 3417   5.5         2.35    127144 2005
## 3418   6.9         2.35    117190 2010
## 3419   6.0         2.35    108662 2008
## 3420   7.7           NA        NA   NA
## 3421   6.4         2.35     53481 2006
## 3422   6.6         1.66     23106 2004
## 3423   5.3         2.35     52961 2014
## 3424   8.1         1.85    439162 1988
## 3425   5.9         2.35        NA 2007
## 3426   7.7         2.35        NA 2005
## 3427   4.6           NA        NA 2014
## 3428   5.1         2.35     50000 2013
## 3429   6.9         2.35    671240 2005
## 3430   8.0         2.35        NA 2016
## 3431   6.8         1.85  10105505 2003
## 3432   5.4         2.35        NA 2013
## 3433   6.5         1.33    882290 1989
## 3434   4.2           NA        NA 2016
## 3435   7.4         1.85 106593296 1989
## 3436   6.9         1.85  43490057 1997
## 3437   6.7         2.35  32333860 1995
## 3438   7.3         2.35        NA 2014
## 3439   7.6         2.35  24792061 2005
## 3440   5.4         2.35  17544812 2007
## 3441   7.3         2.35  12574715 2009
## 3442   6.4         2.35  10281585 2005
## 3443   6.0         1.85   5100000 1984
## 3444   7.2         1.85  10460089 2002
## 3445   6.0         1.85   4239767 2002
## 3446   3.1         1.85   4131640 2008
## 3447   6.9           NA   3347439 2004
## 3448   6.2         1.85  10814185 2009
## 3449   5.5         1.85    533344 2003
## 3450   6.9           NA    206400 2001
## 3451   6.3         2.35    197148 2003
## 3452   4.8           NA        NA 2012
## 3453   7.9         2.35  54557348 2004
## 3454   6.7         2.35   3014541 2011
## 3455   5.6           NA        NA 2012
## 3456   5.4           NA    872643 2007
## 3457   8.0         1.85   4443403 2007
## 3458   5.7         1.85        NA 2009
## 3459   7.6         2.35        NA 2008
## 3460   7.0         2.35   1330827 2016
## 3461   7.2         2.35   1818681 2009
## 3462   6.2         2.35 336530303 2007
## 3463   3.5         1.37  12610552 1999
## 3464   7.5         1.85 143492840 2007
## 3465   5.1         1.85        NA 2015
## 3466   6.7         2.35  43800000 1971
## 3467   9.2         1.85 134821952 1972
## 3468   6.1         1.85  94900000 1983
## 3469   7.7         2.35  32391374 2009
## 3470   7.6         1.85  40158000 1993
## 3471   6.1         2.35 113709992 2012
## 3472   4.9         2.35  32131483 2003
## 3473   6.8         1.66  35400000 1973
## 3474   7.0         1.37  34099640 2000
## 3475   7.2         2.35  31973840 2008
## 3476   5.7         1.85  37295394 2011
## 3477   7.3         2.35 144812796 2013
## 3478   7.5         1.85  31501218 2005
## 3479   7.4         2.35  28747570 2005
## 3480   7.2         1.85  25625110 1995
## 3481   6.5         2.35    403932 2000
## 3482   9.0         1.78        NA   NA
## 3483   6.8         2.35  25000000 1976
## 3484   6.8         1.66  21000000 1974
## 3485   5.2         1.85  20257000 1988
## 3486   7.2         2.35  26005908 2005
## 3487   7.5         1.44  18642318 2000
## 3488   4.0         1.85  15818967 2014
## 3489   6.8         1.85  14891000 1996
## 3490   6.9         1.85  16901126 2005
## 3491   8.2         1.33        NA   NA
## 3492   7.3         2.35  17474107 2015
## 3493   6.1         2.35  14003141 1999
## 3494   7.8         2.35 304360277 2012
## 3495   6.0         1.85  12583510 2003
## 3496   4.1           NA        NA 1978
## 3497   7.0         1.85   9190525 2009
## 3498   7.1         2.35   9176553 2009
## 3499   6.2         1.85   9094451 1989
## 3500   6.9           NA  14612840 2014
## 3501   7.6         2.35   9166863 2009
## 3502   7.6         1.85   8373585 1988
## 3503   6.4         1.85   7292175 1999
## 3504   6.2         2.35   6601079 2004
## 3505   7.5         2.35   6165429 2002
## 3506   2.0         1.85   5694308 2007
## 3507   6.2         1.85   5430822 1992
## 3508   7.7        16.00        NA   NA
## 3509   6.5         1.85   4720371 2001
## 3510   7.4         1.33        NA   NA
## 3511   7.9         2.35   2921738 2004
## 3512   6.8         2.35   2344847 2008
## 3513   6.3         1.85   7455447 2010
## 3514   6.3         1.85   2148212 1999
## 3515   6.6         1.85   2062066 2002
## 3516   6.4         1.85   1654367 2006
## 3517   7.5         2.35   1738692 2011
## 3518   5.8           NA   2209479 2013
## 3519   6.5         2.35   1889522 2009
## 3520   4.8           NA        NA 1983
## 3521   7.2         2.35   1110286 2009
## 3522   6.3         1.85   1000000 1977
## 3523   7.0         2.35    700000 1993
## 3524   6.3         1.85   1768416 2010
## 3525   5.3         2.35   1425993 2009
## 3526   2.3         1.85    306715 1998
## 3527   7.1         2.35    382946 2010
## 3528   6.2         2.35    518134 2013
## 3529   6.2         2.35    236266 2002
## 3530   6.7         1.85    196067 2002
## 3531   6.5         1.85    532988 2015
## 3532   5.9         2.35    453079 2010
## 3533   6.7         1.66        NA 2013
## 3534   6.0         1.85     46451 2010
## 3535   6.9         2.35    233103 2005
## 3536   7.9         2.35        NA 1999
## 3537   5.3         2.35        NA 2014
## 3538   4.8         1.85        NA 2011
## 3539   5.3           NA        NA 2012
## 3540   6.0           NA        NA 2014
## 3541   7.3         2.35  41400000 1985
## 3542   7.4         1.78        NA 2008
## 3543   7.7         1.85   7993039 1993
## 3544   4.8         1.78        NA 2007
## 3545   7.2         2.35        NA 2016
## 3546   5.8         2.35        NA 2015
## 3547   7.3         1.85    927107 1999
## 3548   7.0         2.35     49526 2005
## 3549   6.4         2.35     10696 2003
## 3550   5.6         2.35  31607598 2012
## 3551   8.2         1.85   6857096 2010
## 3552   6.5         2.35    223878 2003
## 3553   6.4         2.35       828 2009
## 3554   8.1         1.85      8060 2007
## 3555   5.4         2.35  84263837 2014
## 3556   6.3         2.35    110029 2009
## 3557   7.8         1.85  57504069 1991
## 3558   6.8         1.85  54215416 1987
## 3559   7.2         1.85        NA 1981
## 3560   7.1         2.35  31899000 1980
## 3561   6.2         1.85  24103594 1993
## 3562   7.3         2.35  16842303 1999
## 3563   5.9         2.35  13367101 2006
## 3564   7.2         2.35        NA 1971
## 3565   3.6         2.35  10149779 1999
## 3566   7.7         2.35   6173485 2001
## 3567   7.3         2.35   4000304 2011
## 3568   7.4         2.35   2338695 2004
## 3569   6.6         2.35   2024854 2005
## 3570   6.9         2.35   2268296 2013
## 3571   6.8         2.35   1029017 2004
## 3572   7.3         1.85     64148 2000
## 3573   7.2         2.35     66637 2009
## 3574   6.5         2.35        NA 2010
## 3575   7.7         2.35    871577 2007
## 3576   8.1         1.85  38400000 1984
## 3577   7.7         1.85   4063859 2003
## 3578   7.6         1.85    449558 2009
## 3579   7.3         1.85        NA 1985
## 3580   8.7         1.85        NA   NA
## 3581   7.2         1.85   2122561 1995
## 3582   7.2         2.35 181360000 1978
## 3583   8.1         1.85 137963328 1986
## 3584   7.5         1.85 119078393 2004
## 3585   8.1         2.35 102308900 1969
## 3586   7.8         1.66 102300000 1964
## 3587   7.8         1.85  54800000 1980
## 3588   5.8         2.35  24004159 2004
## 3589   7.6         2.20  43650000 1961
## 3590   7.4         1.85  39800000 1980
## 3591   6.3         1.85  27457409 2001
## 3592   6.9         1.85  25047631 1999
## 3593   8.6         2.35  23272306 1995
## 3594   5.1         1.85  22168359 1989
## 3595   6.4         1.85  21005329 2002
## 3596   7.9         2.35  26236603 2008
## 3597   6.9         1.37  20400000 1946
## 3598   7.5         1.85  18621249 2000
## 3599   7.2         2.35  25244700 1981
## 3600   5.8         1.85  14545844 1988
## 3601   2.9         1.85  13235267 2007
## 3602   6.2         2.35  12674183 1997
## 3603   7.3         1.85  17508936 2003
## 3604   6.2         1.85  12793213 1988
## 3605   8.2        16.00        NA   NA
## 3606   6.8         1.85  11883495 1998
## 3607   6.1         1.85  11797927 1995
## 3608   7.7         2.35  17605861 2006
## 3609   5.2         1.85  11642254 1989
## 3610   6.8         1.85   9203192 2011
## 3611   6.5         1.78   7518876 2008
## 3612   7.0         1.85   8596914 2000
## 3613   5.9         1.85   6851636 1999
## 3614   7.1         1.85  11434867 2012
## 3615   5.5         2.35   5895238 2012
## 3616   7.4         1.85   6670712 2009
## 3617   7.3         2.35   5359774 2011
## 3618   4.6         1.85   4693919 2008
## 3619   7.2         1.85   4859475 1999
## 3620   7.0         1.85   4595000 1998
## 3621   5.1         1.85   4542775 2009
## 3622   6.7         2.35   3588432 2014
## 3623   5.3         2.35   4394936 1999
## 3624   8.4         1.78        NA   NA
## 3625   7.8         1.85   3029081 2001
## 3626   6.7         1.85   3273588 1993
## 3627   5.4         2.35        NA 2015
## 3628   7.2         2.35   2207975 2003
## 3629   5.8         1.85   2025238 2001
## 3630   6.4         1.85   1028337 2001
## 3631   8.0         2.35        NA 1969
## 3632   7.0         2.35   2077046 2008
## 3633   7.0         1.85        NA 1979
## 3634   6.7         1.85    267194 2002
## 3635   3.8         1.85    869325 1991
## 3636   5.7         1.85    399611 2010
## 3637   6.6         1.66    181798 2003
## 3638   6.7         2.35    115862 2009
## 3639   6.1         2.35   1346503 2011
## 3640   6.2         1.85    117560 2006
## 3641   6.2         2.35     54606 2001
## 3642   7.4         1.85        NA 1977
## 3643   4.7         1.85     36497 2008
## 3644   8.3           NA     23807 2006
## 3645   7.2         1.85        NA 2003
## 3646   5.8         2.35        NA 1994
## 3647   5.9         1.85        NA 2009
## 3648   6.3         2.35     65804 2012
## 3649   7.2         2.35        NA 2009
## 3650   5.4         1.85        NA 2011
## 3651   8.2         1.78        NA   NA
## 3652   7.3         1.85        NA 1983
## 3653   7.3         1.85   3895664 2002
## 3654   5.8           NA     20200 2014
## 3655   6.1         1.85  31874869 2002
## 3656   7.1         2.35    542860 2008
## 3657   6.5           NA        NA 2012
## 3658   7.9         1.66        NA 1964
## 3659   5.4         2.35     15059 2012
## 3660   7.1         1.85  11905519 2005
## 3661   6.4         1.85     69582 1998
## 3662   8.4        16.00        NA   NA
## 3663   6.7         1.85  32541719 2002
## 3664   6.9         1.85   3064356 2002
## 3665   2.1         1.85   7009668 2006
## 3666   4.3           NA    352684 2012
## 3667   6.6         1.85     27024 2009
## 3668   3.4           NA    531806 2010
## 3669   8.3         1.85 159600000 1973
## 3670   7.2         1.85  58800000 1981
## 3671   5.6         1.85  50382128 2005
## 3672   7.7         1.85  35811509 1996
## 3673   6.6         2.35  24475193 2013
## 3674   7.6         2.35        NA 1973
## 3675   7.4         1.85   6200756 2001
## 3676   7.1         1.85   1292119 2001
## 3677   3.4         2.35        NA 1980
## 3678   7.9         2.35   3629758 2004
## 3679   6.7         1.85   6239558 2003
## 3680   6.6         1.85   1056102 2003
## 3681   7.9         1.85  27545445 1989
## 3682   4.9         2.35     56007 2001
## 3683   7.2         1.85    611709 2011
## 3684   7.4         2.35    753501 2002
## 3685   6.1         1.85     22770 2013
## 3686   8.4         2.35   2197331 2006
## 3687   6.2         2.35        NA 2014
## 3688   5.3         1.85     27445 2011
## 3689   5.0         1.85    766487 2007
## 3690   7.7         1.85     18434 1999
## 3691   7.6         2.39   1196752 2011
## 3692   6.3         2.35        NA 2012
## 3693   7.6         1.85    795126 2004
## 3694   5.6           NA        NA 2014
## 3695   7.3         1.85        NA 1980
## 3696   6.2           NA    563699 2011
## 3697   6.6         2.35  83574831 2013
## 3698   6.6         1.85  87025093 2005
## 3699   7.3         2.35  71897215 2016
## 3700   6.6         1.85  64267897 2002
## 3701   6.9         2.35  56536016 2016
## 3702   5.8         1.85 104007828 2011
## 3703   4.4         2.35  50820940 2014
## 3704   6.6         1.85  44793200 1987
## 3705   7.1         2.35  43771291 2015
## 3706   7.6         1.85  44456509 2013
## 3707   4.6         1.85  53884821 2012
## 3708   6.8         2.20  36000000 1953
## 3709   7.1         2.35        NA 1975
## 3710   4.9         1.85  34872293 1991
## 3711   7.3         1.85  34468224 2003
## 3712   7.2         1.37        NA 1954
## 3713   5.0         1.78  32453345 2014
## 3714   8.2         2.35        NA 1980
## 3715   8.0         2.35  27296514 2013
## 3716   5.2         2.35  25799043 2015
## 3717   8.5         2.35  25530884 2000
## 3718   6.5         2.35  27689474 2013
## 3719   7.4         1.85  24138847 2006
## 3720   7.7         1.85  21994911 2000
## 3721   7.4         1.85  21501098 2013
## 3722   5.1         1.85  19281235 1991
## 3723   7.3         2.35        NA 1982
## 3724   5.0         1.33  19421271 1999
## 3725   7.2         1.85  20733485 1997
## 3726   6.7         1.85        NA 1981
## 3727   6.4         1.85  24809547 2011
## 3728   7.1         2.35  19097994 2016
## 3729   5.6         1.85  23031390 1998
## 3730   6.2         1.85  16017403 2001
## 3731   6.1         1.85  21197315 2014
## 3732   5.2         1.85  17382982 2014
## 3733   7.3         1.85  14821531 1997
## 3734   7.5         1.85  18656400 2014
## 3735   6.6         2.55        NA 1954
## 3736   6.4         1.85        NA 1981
## 3737   4.5         1.85  14343976 1989
## 3738   6.6         1.85 241437427 2002
## 3739   5.3         2.35  14123773 2012
## 3740   4.9         1.85  15126948 1995
## 3741   7.7         1.85  13622333 2001
## 3742   8.0         2.35  13464388 2004
## 3743   3.8         1.85  13350177 2008
## 3744   7.6         2.35  13269963 1996
## 3745   5.9         1.85  17768000 1988
## 3746   6.2         2.35  12947763 1986
## 3747   7.2         1.85  14100000 1982
## 3748   6.3         1.85  12200000 1983
## 3749   5.2         1.33  17683670 2011
## 3750   6.9         2.35  12055108 2008
## 3751   6.8         1.85  27285953 2015
## 3752   6.2         1.85        NA 1982
## 3753   6.2         2.20        NA 1959
## 3754   3.5           NA  11675178 2016
## 3755   6.1         1.85  10572742 2009
## 3756   6.6         1.37        NA 1932
## 3757   4.5           NA   9658370 2016
## 3758   5.9         1.85   9628751 2000
## 3759   6.9         1.85   8786715 2004
## 3760   7.7         2.35   3432342 2003
## 3761   6.6         1.85        NA 1976
## 3762   5.3         1.85   6755271 2001
## 3763   6.3         2.35        NA 1978
## 3764   7.0         1.85   6157157 1989
## 3765   7.0         2.35   6088249 2006
## 3766   6.6         1.85   5480318 1998
## 3767   8.6         2.35        NA 1968
## 3768   6.4         1.85   5308707 2001
## 3769   7.9         2.35   5009677 2009
## 3770   5.4         1.85   4328294 2006
## 3771   6.9         1.78   4074023 2010
## 3772   7.7         2.35   4306697 1997
## 3773   7.2         2.35   3950029 2010
## 3774   6.8         2.35   4040588 2008
## 3775   6.2           NA        NA 1982
## 3776   7.4         2.35   3049135 1994
## 3777   4.6         2.35   4700361 2015
## 3778   6.4         2.35   2711210 2010
## 3779   7.0         1.85   1980338 1998
## 3780   7.7         2.35   1082044 2004
## 3781   6.8         1.85   1100000 1992
## 3782   7.0         2.35   2445646 2014
## 3783   7.0         1.85   2221809 2010
## 3784   6.3         1.85    296665 2003
## 3785   7.1         2.35   3219029 2015
## 3786   5.6         2.35        NA 2006
## 3787   4.4           NA    830210 2014
## 3788   7.1         1.85   1040879 1996
## 3789   6.1         2.35    326308 1996
## 3790   7.4         2.35    240425 2007
## 3791   7.5         2.35    228830 2008
## 3792   7.2         1.85        NA 1980
## 3793   7.6         2.35    223615 2010
## 3794   7.3         1.85    124720 2008
## 3795   6.2         1.37        NA 1947
## 3796   6.2         1.85     99147 1998
## 3797   4.6         1.85        NA 2004
## 3798   6.2         1.85  65069140 2015
## 3799   6.2         1.85     65087 2007
## 3800   3.3         2.35     16066 2004
## 3801   7.5         1.78        NA   NA
## 3802   4.2           NA        NA 2015
## 3803   7.2         2.35        NA 2011
## 3804   6.2         2.35        NA 2008
## 3805   6.1         1.78        NA 2009
## 3806   4.2         1.85        NA 2006
## 3807   4.5           NA        NA 2009
## 3808   8.4         1.78        NA   NA
## 3809   7.5           NA     37440 2014
## 3810   6.7           NA        NA 2014
## 3811   5.1           NA        NA 2015
## 3812   5.5         1.78        NA 2011
## 3813   4.4         2.35        NA 2014
## 3814   4.4           NA        NA 2014
## 3815   6.8         2.35        NA 1977
## 3816   6.7           NA        NA 2012
## 3817   8.6           NA        NA 2015
## 3818   4.8           NA        NA 2016
## 3819   3.4           NA        NA 2015
## 3820   7.4         1.85    617228 2006
## 3821   7.3         1.85    274385 2009
## 3822   8.0         1.85  24475416 1996
## 3823   6.5         2.35        NA 2011
## 3824   5.9         2.35  47277326 2005
## 3825   6.8         2.35   1247453 2005
## 3826   7.4         2.35   1729969 2011
## 3827   6.7         1.85   1705139 1988
## 3828   6.8         1.85    238774 2006
## 3829   5.4           NA        NA 2014
## 3830   5.5         1.85   8025872 1986
## 3831   7.4         2.35        NA 1973
## 3832   5.7         1.85    778565 2013
## 3833   5.4           NA        NA 2005
## 3834   3.2           NA        NA 2011
## 3835   7.1           NA        NA 2013
## 3836   7.8         1.85   1340891 2004
## 3837   5.3         2.35        NA 2007
## 3838   7.2         1.85    513836 2010
## 3839   6.2           NA        NA 2013
## 3840   5.9         1.85    434417 2007
## 3841   7.3         1.85       728 2006
## 3842   6.7         1.85  81200000 1984
## 3843   5.7         1.85        NA 1980
## 3844   7.1         1.66  52700832 1994
## 3845   7.2         1.85        NA 1982
## 3846   7.4         1.66        NA 1956
## 3847   7.7         2.35  13060843 2002
## 3848   7.7        16.00        NA   NA
## 3849   7.4         1.85   3798532 1996
## 3850   8.4         1.37   3609278 2000
## 3851   7.1         1.37        NA 1945
## 3852   7.2         2.00   1687311 1998
## 3853   7.5         1.85        NA 1986
## 3854   5.4         2.35  10429707 2014
## 3855   8.1         2.35    727883 2001
## 3856   6.0         2.35   1391770 2011
## 3857   7.8         1.85    713413 1997
## 3858   6.8         1.85    410241 2002
## 3859   6.5         1.85    278821 2009
## 3860   7.7         2.35    211667 2005
## 3861   6.4         1.85    706622 2010
## 3862   6.5         1.85     92191 2001
## 3863   7.3         2.35     49413 2006
## 3864   6.6         2.35    199652 2011
## 3865   7.9         1.85    181655 2002
## 3866   5.9         2.35    108229 2009
## 3867   4.7           NA        NA 2014
## 3868   8.7         1.85 112000000 1975
## 3869   5.9         1.78        NA 2015
## 3870   6.7         1.85        NA 1976
## 3871   8.5         2.35        NA 2016
## 3872   8.4         1.33        NA   NA
## 3873   5.8           NA      8691 2014
## 3874   6.1         2.35     26345 2012
## 3875   7.3         2.35   6940281 2000
## 3876   6.7         2.35    188870 2010
## 3877   7.6         2.35  20772796 2002
## 3878   7.2         2.35    199228 2009
## 3879   6.2         2.35        NA 2009
## 3880   5.8         2.35  34964818 2015
## 3881   5.2         1.33        NA 2006
## 3882   8.1        16.00        NA   NA
## 3883   7.1         1.85   2542264 1997
## 3884   6.5         1.85   1487477 2004
## 3885   7.3         2.35  62549000 1992
## 3886   6.2         1.85 105500000 1981
## 3887   5.0         2.35    101055 2009
## 3888   8.0         1.85        NA 1968
## 3889   7.8         1.85  44566004 2003
## 3890   8.1         1.37  39200000 1977
## 3891   6.7         1.37  36000000 1952
## 3892   6.1         2.35  65007045 2014
## 3893   7.1         2.35  31252964 2001
## 3894   5.6         2.35    131175 2015
## 3895   7.6         1.66  31968347 1995
## 3896   4.3         1.78        NA 2013
## 3897   7.3         1.85        NA 1985
## 3898   7.3         2.35        NA 1974
## 3899   4.6         2.35  35385560 2015
## 3900   6.8         2.35        NA 1956
## 3901   7.5         1.78        NA   NA
## 3902   7.1         1.85  20803237 2010
## 3903   7.3         2.35  13008928 1988
## 3904   8.3         2.35        NA 1963
## 3905   5.4         1.85  10941801 2004
## 3906   4.0         2.35  15152879 2013
## 3907   8.0         1.85  25359200 2014
## 3908   6.7         1.85  10515579 2006
## 3909   5.7         2.35 180011740 2001
## 3910   4.6         1.85  10097096 2001
## 3911   4.0         1.85   9821335 2000
## 3912   7.0         2.35   8243880 2003
## 3913   7.4         1.66        NA 1961
## 3914   5.9         1.85   7825820 2006
## 3915   4.6         1.85   7557877 1995
## 3916   4.8         2.35  14637490 2010
## 3917   7.5         2.35   7159147 2007
## 3918   4.7         1.85  17314483 2014
## 3919   6.7         1.85   6525762 2002
## 3920   6.3         1.85        NA 1969
## 3921   6.0         1.85   4613815 2006
## 3922   6.7         1.85   4301331 1995
## 3923   7.1         1.85   4046737 2002
## 3924   2.7         1.85   3713002 2003
## 3925   7.3         1.85   3468572 1988
## 3926   7.6         1.85   2892582 1996
## 3927   5.8         1.85   2800000 1999
## 3928   6.5         2.55   2426851 2007
## 3929   6.6         2.35   1325073 2005
## 3930   6.2         1.85        NA 2011
## 3931   6.9         1.85    864959 2005
## 3932   8.5         2.35   2601847 2011
## 3933   4.8         1.85    800000 1987
## 3934   6.6         2.35   1429260 2011
## 3935   5.7         2.35        NA 2015
## 3936   7.0         1.85    562059 2002
## 3937   5.4         1.78    399793 1999
## 3938   7.1         1.85        NA 2012
## 3939   6.9         2.35    371897 2013
## 3940   6.6         2.35    302204 1997
## 3941   5.9         1.85    354704 1987
## 3942   6.3         1.85    265107 2000
## 3943   6.3         1.85    185577 1999
## 3944   7.7         2.35    100412 2013
## 3945   7.0         2.35     58214 2010
## 3946   6.3         1.85     75078 2000
## 3947   5.9           NA     64359 1998
## 3948   6.2         2.35    317125 2013
## 3949   5.0         2.35        NA 1998
## 3950   7.7         1.85    146402 2002
## 3951   6.5         2.35     18469 2010
## 3952   6.1         1.33        NA   NA
## 3953   5.8         1.85     12836 1997
## 3954   6.1         2.35     20262 2014
## 3955   6.0         2.35        NA 2011
## 3956   6.3         2.35        NA 2011
## 3957   6.3         2.35        NA 2003
## 3958   7.5           NA        NA 2013
## 3959   7.6         2.35        NA 1972
## 3960   5.2         2.35      4063 2012
## 3961   7.8         1.20        NA 1930
## 3962   6.6         1.85        NA 2007
## 3963   4.7         2.35        NA 2016
## 3964   6.7         2.35        NA 2009
## 3965   4.2           NA        NA 2012
## 3966   6.3         1.78        NA 2012
## 3967   4.7           NA        NA 2014
## 3968   6.0         2.35        NA 2016
## 3969   7.9         1.66        NA 1966
## 3970   8.1         1.85        NA 1976
## 3971   8.2         1.37 198655278 1939
## 3972   6.0         2.35    143653 2014
## 3973   6.8         2.35     14873 1965
## 3974   7.3         1.85        NA 2009
## 3975   7.0         1.37   8000000 1950
## 3976   7.3         1.85    304137 2010
## 3977   7.5         2.35        NA 2005
## 3978   6.8         2.35     37606 2009
## 3979   7.1         1.37   2956000 1948
## 3980   6.9         2.35     19959 2009
## 3981   6.9         1.85   2706659 2006
## 3982   6.9         2.35  61094903 2011
## 3983   8.4         4.00        NA   NA
## 3984   7.9         1.85        NA 1969
## 3985   7.2         1.85  45857453 1997
## 3986   7.8         1.85  83400000 1980
## 3987   3.5         1.33        NA 2015
## 3988   7.3         1.85  27900000 1995
## 3989   7.5         1.85  27900000 1993
## 3990   7.8        16.00        NA   NA
## 3991   6.0         1.85  14000000 1987
## 3992   7.3         1.85        NA 1970
## 3993   8.0         2.35        NA 1967
## 3994   7.6         1.78        NA 1959
## 3995   7.0         2.35        NA 1966
## 3996   7.5         1.85        NA 1972
## 3997   6.8         1.66  25138292 2015
## 3998   3.9         1.85  10305534 1998
## 3999   6.1         1.85   9449219 1996
## 4000   7.5         2.35   6390032 1998
## 4001   8.2         2.35  20167424 2009
## 4002   7.2         1.85        NA 1985
## 4003   4.8         1.85        NA 2008
## 4004   7.8         1.85   5923044 1987
## 4005   5.2         1.85   3293258 2001
## 4006   3.3         1.78        NA 2013
## 4007   6.8         1.85    886410 1998
## 4008   7.0         1.85    252652 2010
## 4009   6.5         1.85    220234 2006
## 4010   5.7         2.35  34350553 2012
## 4011   6.4         1.85    101228 2005
## 4012   5.3         2.35     96793 2004
## 4013   4.7         1.85    123777 2016
## 4014   6.1         1.85        NA 2008
## 4015   5.5         1.37        NA 1998
## 4016   7.3           NA        NA   NA
## 4017   4.8         2.35        NA 2009
## 4018   8.4           NA        NA 2013
## 4019   7.0           NA     29233 2015
## 4020   3.3         1.78        NA 2014
## 4021   5.4         1.85        NA 2014
## 4022   4.8         2.35        NA 2014
## 4023   3.1         2.35        NA 2014
## 4024   6.7         1.85        NA 1977
## 4025   7.6         1.85  77413017 2005
## 4026   7.1         1.85   5354039 2011
## 4027   6.1         2.35        NA 2011
## 4028   6.5         1.66   2926565 2008
## 4029   8.5         2.40  13092000 2014
## 4030   8.7         1.85   7563397 2002
## 4031   7.1         1.85    104257 1999
## 4032   6.6           NA        NA 2012
## 4033   6.7         1.85     17311 2006
## 4034   8.3         2.35    610968 2012
## 4035   8.1         1.85        NA 1983
## 4036   7.4         1.85   8108247 2006
## 4037   6.6         1.85        NA 1982
## 4038   4.5        16.00        NA 2014
## 4039   6.4           NA      7680 1999
## 4040   7.5         2.35   3766595 2008
## 4041   8.0         1.85        NA 1968
## 4042   8.1         1.85        NA 1962
## 4043   7.2         2.35   2277396 2009
## 4044   7.5         1.85   6517198 2004
## 4045   7.2         1.85   5776314 2010
## 4046   6.4         2.35        NA 2005
## 4047   7.6         1.85 141600000 1978
## 4048   7.8         1.37  51100000 1964
## 4049   5.7         1.85        NA 2012
## 4050   8.6         1.37        NA 1946
## 4051   8.2         1.85  16501785 1996
## 4052   6.6         1.85  38168022 2000
## 4053   5.7         1.85  84749884 2010
## 4054   7.4         2.35  24788807 1998
## 4055   8.0         1.85  21244913 2002
## 4056   7.3         2.35    377420 2014
## 4057   5.4         1.85  30000000 1985
## 4058   7.4         1.66  20966644 1985
## 4059   5.7         2.35  64423650 2013
## 4060   6.8         2.35  48056940 2012
## 4061   5.4         1.85  19184015 2002
## 4062   8.1         1.85        NA 1958
## 4063   6.1         2.35        NA 1970
## 4064   5.1         1.85  24629916 1997
## 4065   5.6         1.85        NA 2000
## 4066   5.9         1.85  19472057 1986
## 4067   8.2         2.35  27200000 1957
## 4068   5.3         1.85  15369573 1990
## 4069   6.8         1.85        NA 1976
## 4070   8.3         2.35        NA 1960
## 4071   4.3         1.85  15935068 1993
## 4072   6.7         1.85        NA 1966
## 4073   7.2         1.85  11694528 2005
## 4074   6.9         1.66    229094 2015
## 4075   6.6           NA        NA 1985
## 4076   5.9         1.85  10017041 2009
## 4077   7.9         1.66        NA 1960
## 4078   8.3         1.75        NA 1961
## 4079   5.2         1.85   9016377 1999
## 4080   7.8         1.33        NA   NA
## 4081   7.8         1.37        NA 1948
## 4082   3.0         1.85   7059537 2006
## 4083   7.9         1.85   8114507 2013
## 4084   3.2         1.85   7888703 1987
## 4085   6.5         1.85   7282851 1988
## 4086   6.9           NA   6879730 2004
## 4087   7.0         1.85   5844929 2002
## 4088   7.4           NA        NA   NA
## 4089   7.8         2.35   3222857 2005
## 4090   6.9         1.85   4170647 1999
## 4091   4.4         1.85   4142507 2000
## 4092   6.0         1.85   4109095 1996
## 4093   6.6         2.35   4033268 2010
## 4094   7.8         1.33        NA 1971
## 4095   5.3         1.66   3902679 1993
## 4096   5.3         1.85   3559990 1997
## 4097   8.0         1.85        NA 1978
## 4098   7.1         1.85   3287435 2001
## 4099   5.4         1.85   3071947 1999
## 4100   6.9         1.85   2961991 1996
## 4101   7.4         1.85   4063238 2012
## 4102   7.3         2.35   2912363 2005
## 4103   7.8         1.85   3000000 1998
## 4104   6.6         1.85   2223990 2003
## 4105   5.4         2.35   1821983 2014
## 4106   8.4         2.35   2181290 2003
## 4107   6.3         1.78   2848578 2010
## 4108   6.1         2.35    703002 2011
## 4109   5.0           NA   3105269 2016
## 4110   6.9         1.85        NA 1996
## 4111   7.2           NA    252726 2006
## 4112   7.3         1.33    373060 2009
## 4113   5.7         1.85   1007535 2011
## 4114   5.0         1.78        NA   NA
## 4115   5.3         2.35    418268 2012
## 4116   7.9        16.00        NA   NA
## 4117   5.0           NA        NA 2004
## 4118   5.3         1.78    200803 2012
## 4119   6.0         2.35  33631221 2014
## 4120   7.6         1.33        NA   NA
## 4121   7.4         1.85     95016 2004
## 4122   5.9           NA     73678 2011
## 4123   4.1         2.35    143000 2009
## 4124   6.7         1.85     39852 1999
## 4125   5.8         2.35     22000 2011
## 4126   6.2         1.85    128937 2009
## 4127   5.3           NA        NA 2015
## 4128   3.3         1.78        NA 2005
## 4129   6.5         1.85 334185206 2010
## 4130   6.2         1.85        NA 2009
## 4131   5.9           NA      5005 2009
## 4132   5.5         2.35        NA 2013
## 4133   5.5         1.85        NA 2014
## 4134   2.6         1.85        NA 2013
## 4135   5.8         1.85        NA 2011
## 4136   7.4         2.35        NA 1967
## 4137   5.1           NA        NA 2009
## 4138   5.2         2.35        NA 2013
## 4139   4.8           NA        NA 2014
## 4140   3.9           NA        NA 2015
## 4141   6.2         1.85        NA 1988
## 4142   7.0         2.35 201148159 2015
## 4143   6.2         1.78        NA 2009
## 4144   5.9         1.85        NA 2010
## 4145   8.0         2.35   5595428 1998
## 4146   7.3         2.35        NA 1961
## 4147   4.9           NA        NA 2015
## 4148   6.5         1.85   3123749 2005
## 4149   4.3           NA        NA 2014
## 4150   6.4           NA    100675 2010
## 4151   7.6         2.35        NA 1976
## 4152   6.8         2.35   3645438 2003
## 4153   6.1         1.85        NA 2010
## 4154   4.0         2.35        NA 2015
## 4155   7.4         1.85  22201636 2005
## 4156   8.3         1.66  25000000 1959
## 4157   5.3         1.85  19170001 1988
## 4158   8.1         1.37  22202612 1939
## 4159   8.0         1.85  86300000 1974
## 4160   5.7         1.85    952620 2007
## 4161   8.2         2.35        NA 2006
## 4162   7.1         1.66   9054736 1997
## 4163   7.4         1.85        NA 1979
## 4164   6.6           NA        NA 2015
## 4165   5.7         1.85        NA 2008
## 4166   6.9         1.85        NA 1963
## 4167   7.0         1.85        NA 1996
## 4168   7.0         1.37        NA 1943
## 4169   7.8         2.35 119500000 1974
## 4170   5.9         1.85  32600000 1984
## 4171   7.4         1.33   3826455 2013
## 4172   7.8         1.66   3130592 1987
## 4173   6.0           NA    475000 2006
## 4174   5.3         1.85  10654581 1999
## 4175   7.9           NA   2276368 2004
## 4176   7.2         1.85     38108 2007
## 4177   7.4         2.35        NA 2009
## 4178   5.3         1.85        NA 2007
## 4179   8.3         1.37        NA 1952
## 4180   7.6           NA        NA 2010
## 4181   5.1         1.85  40041683 2013
## 4182   5.1         1.85  33349949 2012
## 4183   4.9         1.85  33386128 2009
## 4184   6.9         1.37  25809813 1996
## 4185   4.6         2.35  14400000 1982
## 4186   6.3         2.35        NA 1971
## 4187   7.9         2.35        NA 1963
## 4188   6.7         1.85  32230907 2013
## 4189   7.1         1.78   6401336 1991
## 4190   7.6         2.35  26781723 2004
## 4191   8.1         1.85   5400000 1995
## 4192   6.6         1.85        NA 2003
## 4193   7.0         2.35   1282084 1999
## 4194   7.6         1.85   1186323 2004
## 4195   6.7         2.35   1094998 2007
## 4196   7.1         2.35   3325638 2012
## 4197   7.6         1.85    395592 2003
## 4198   7.1         2.35   6851969 2013
## 4199   7.1           NA    333658 1990
## 4200   7.7         1.78  12995673 2008
## 4201   7.6         1.85    173783 2008
## 4202   6.6         1.85    118666 2006
## 4203   6.7         2.35 114324072 2004
## 4204   5.7         1.85     71904 2006
## 4205   7.1         1.78     99851 2010
## 4206   6.2         2.35    115504 2008
## 4207   6.1         2.35      5725 2000
## 4208   5.9         1.85     75727 2008
## 4209   6.8         1.85    322157 2010
## 4210   5.8           NA        NA 2010
## 4211   5.0         2.35        NA 2015
## 4212   6.3           NA        NA 2016
## 4213   6.8         1.85   5731103 1996
## 4214   5.1         2.35    978908 2006
## 4215   6.6         1.85    438653 2006
## 4216   5.0           NA        NA 2015
## 4217   7.7         1.85    327919 2006
## 4218   3.1         2.35        NA 2012
## 4219   6.5         1.37        NA 1944
## 4220   3.9         1.85    178739 2011
## 4221   6.8         1.85    565592 1998
## 4222   7.0         1.33        NA 1951
## 4223   5.9         2.35     27012 2010
## 4224   5.8           NA        NA 2014
## 4225   7.3           NA        NA 1987
## 4226   7.8         1.37  76400000 1940
## 4227   7.8         1.85        NA 1971
## 4228   6.9           NA        NA 2014
## 4229   5.7         2.35  36200000 1982
## 4230   4.7         1.85  21300000 1985
## 4231   5.9         1.85    379643 2007
## 4232   5.9           NA  12985267 2015
## 4233   4.3           NA        NA 2008
## 4234   7.5         1.37        NA 1945
## 4235   4.8           NA        NA 2015
## 4236   5.8         1.85        NA 2005
## 4237   5.3           NA        NA 2014
## 4238   6.0         1.85        NA 2007
## 4239   8.1         1.37  23650000 1946
## 4240   7.0         1.85    510092 2001
## 4241   7.6         1.85    313436 2001
## 4242   7.2         2.35      3330 2015
## 4243   7.5         1.85        NA 2007
## 4244   6.3         1.78        NA 2010
## 4245   6.7         2.39        NA 2015
## 4246   4.8           NA        NA 2015
## 4247   5.5         2.35        NA 2015
## 4248   7.5         1.37  24800000 1963
## 4249   5.1         1.33    792966 1989
## 4250   7.4         1.33        NA   NA
## 4251   7.3         1.85        NA 1973
## 4252   6.9         2.35  14673301 2014
## 4253   6.8         1.85        NA 1972
## 4254   8.4         1.85        NA 1962
## 4255   7.6         2.35   9003011 1981
## 4256   7.6         2.35  11546543 1994
## 4257   7.7         1.66        NA 1962
## 4258   7.6         1.85  11533945 1999
## 4259   5.3         1.85  12555230 2011
## 4260   8.5         2.35  11284657 2006
## 4261   7.0         2.35  34522221 2011
## 4262   8.0         2.35        NA 1961
## 4263   7.1         1.37        NA 1940
## 4264   7.8         1.66   7002255 2003
## 4265   7.2         1.85   6719300 1998
## 4266   7.5         1.85   6003587 2003
## 4267   8.0         1.85   5792822 2004
## 4268   8.1         1.85   5383834 2000
## 4269   6.8         1.85   4599680 2003
## 4270   7.4         1.37        NA 1947
## 4271   7.2         1.85   6531491 2010
## 4272   8.1         1.85   4581222 2003
## 4273   7.0         1.37        NA 1938
## 4274   7.4         1.85   3885134 2005
## 4275   8.3         2.35   4311834 2010
## 4276   6.1         1.85   3590010 2015
## 4277   7.5         1.85   3300230 1999
## 4278   7.0         1.85   3335839 2005
## 4279   5.3         1.85   2557668 2015
## 4280   4.7         1.85   2506446 2002
## 4281   5.7         1.85   7369373 1986
## 4282   8.1         4.00        NA   NA
## 4283   7.8         2.20   4414535 1996
## 4284   6.5         1.78   1984378 2006
## 4285   8.0         1.85   2283276 2008
## 4286   3.3         1.85   1098224 2003
## 4287   8.3         1.85   1430185 2007
## 4288   6.9         2.35   1477002 2015
## 4289   7.3         1.33        NA   NA
## 4290   8.1         1.85   1134049 2007
## 4291   6.5         1.33    977600 2010
## 4292   6.8         1.85    653621 2005
## 4293   7.3         1.85    110000 2000
## 4294   6.4           NA    444354 1997
## 4295   4.6         1.85    535249 2010
## 4296   6.5         2.35        NA 1985
## 4297   7.0         1.85    371081 2004
## 4298   5.4         1.85    347578 2007
## 4299   6.7         1.85    124494 1998
## 4300   2.8           NA        NA 2000
## 4301   7.4         2.35    120620 2004
## 4302   5.8         2.35    100669 2009
## 4303   7.1         1.85        NA 1997
## 4304   4.5         2.35    186354 2015
## 4305   7.9         1.78        NA   NA
## 4306   5.3         2.35     55202 2008
## 4307   5.4         1.85        NA 2003
## 4308   4.8         2.35    549632 2013
## 4309   5.9         2.35    137945 2014
## 4310   6.2         1.85     17580 2009
## 4311   5.9         1.85        NA 1993
## 4312   6.6         2.35     12667 2005
## 4313   6.6         1.85    198407 2006
## 4314   5.1         1.85  13973532 2002
## 4315   6.0           NA        NA 2015
## 4316   6.8         2.35      5824 2008
## 4317   5.4         1.78      2843 2013
## 4318   5.2         2.35        NA 2009
## 4319   7.8         2.35      4958 2008
## 4320   6.4         2.35        NA 2004
## 4321   6.1         1.78        NA 2011
## 4322   5.7         1.85        NA 2012
## 4323   5.5         2.35        NA 2010
## 4324   7.4           NA        NA 2015
## 4325   7.1         1.37        NA 1971
## 4326   3.9           NA     13220 2012
## 4327   4.6         2.35        NA 2007
## 4328   7.3         1.33        NA   NA
## 4329   7.7         1.37      7927 1947
## 4330   4.9         1.78        NA 2008
## 4331   6.3         2.35        NA 2002
## 4332   6.1         1.85        NA 2012
## 4333   6.6         2.35        NA 2013
## 4334   5.7         2.35      2436 2012
## 4335   5.6           NA      4556 2013
## 4336   6.0         1.66        NA 1967
## 4337   5.7           NA        NA 2013
## 4338   7.0         1.85        NA 1966
## 4339   5.3           NA        NA 2007
## 4340   4.4           NA        NA 2011
## 4341   3.4           NA        NA 2015
## 4342   4.5           NA        NA 2015
## 4343   3.4           NA        NA 2015
## 4344   7.1         1.85   4600000 1986
## 4345   6.4         2.35   1420578 2003
## 4346   5.2         1.78        NA 2015
## 4347   7.0         2.35   1028658 2010
## 4348   7.3         1.85    466702 2010
## 4349   8.1         1.85        NA 2013
## 4350   5.8         1.85     18435 2006
## 4351   5.9         2.35  35266619 2013
## 4352   6.4           NA     95236 2013
## 4353   7.5         1.85  26505000 1984
## 4354   7.8         1.85   2957978 2008
## 4355   6.3           NA        NA 2015
## 4356   7.2         1.85    444044 2015
## 4357   5.6         1.85  40990055 2010
## 4358   7.2         2.35   1445366 2009
## 4359   8.0         1.37        NA 1951
## 4360   8.5         1.66        NA 1964
## 4361   6.8         1.85   5709616 2002
## 4362   7.3         1.85  12784397 2012
## 4363   5.5         2.35        NA 1973
## 4364   7.3         1.85   3050934 2000
## 4365   6.3         1.85    841206 2011
## 4366   5.1           NA        NA 2015
## 4367   6.6           NA    638476 2011
## 4368   6.1         1.78        NA 1993
## 4369   7.5         1.85    505295 2003
## 4370   7.0         1.85        NA 1968
## 4371   7.2         1.37        NA 1952
## 4372   5.3         2.35        NA 2007
## 4373   8.7           NA        NA 2016
## 4374   3.4           NA        NA 2013
## 4375   5.4         1.85        NA 2012
## 4376   7.8         1.85   7267324 1998
## 4377   6.7         1.85    145540 2002
## 4378   4.7           NA        NA 2013
## 4379   6.3         1.85        NA 2013
## 4380   7.4         1.85  12589108 2007
## 4381   6.1         2.35        NA 1972
## 4382   7.5         2.35  35918429 2001
## 4383   6.3         2.35     92401 2010
## 4384   6.3         1.85   1943649 1999
## 4385   6.8         1.85    992238 2004
## 4386   7.8         2.35   4231500 2013
## 4387   6.9         1.85    396035 2004
## 4388   8.0         1.37        NA 1938
## 4389   7.8         1.37        NA 1953
## 4390   7.4         1.37        NA 1949
## 4391   6.1           NA   2507106 2013
## 4392   4.3           NA   6026908 1999
## 4393   3.5         2.35   2592808 2010
## 4394   7.2         1.85   1060591 2007
## 4395   4.7         2.35        NA 2014
## 4396   7.3           NA    155972 2006
## 4397   7.9         1.37        NA 1974
## 4398   5.1           NA    129319 2005
## 4399   7.2         2.35     26893 1969
## 4400   5.4         2.35      2580 2003
## 4401   3.7           NA        NA 2016
## 4402   7.4         2.35  58885635 2004
## 4403   7.1         1.85  19067631 2007
## 4404   6.8         1.85  11806119 1988
## 4405   8.2         1.37        NA 1939
## 4406   7.0         1.85   7417210 1995
## 4407   7.4         1.85   7362100 2005
## 4408   6.7         1.85   7022940 2001
## 4409   5.7         2.35    190666 2009
## 4410   9.1           NA        NA 2016
## 4411   7.6         1.37        NA 1945
## 4412   7.2         1.85   5132222 1994
## 4413   7.5         1.85   2365931 1998
## 4414   6.8         2.35  53991137 2010
## 4415   6.9         1.85        NA 1984
## 4416   7.9         1.85   1221261 2000
## 4417   7.6         1.85   2408553 2012
## 4418   6.7         1.66    712294 2005
## 4419   5.8         1.78   3447339 2013
## 4420   6.5         1.85    418953 1993
## 4421   7.2         1.66    406035 2001
## 4422   6.9         2.35    402820 2007
## 4423   5.5         2.35        NA 2014
## 4424   6.5         2.35    373967 2001
## 4425   6.2         1.85    194568 2006
## 4426   6.7           NA        NA 2010
## 4427   5.7         1.85        NA 2006
## 4428   8.6         1.37    163245 1936
## 4429   6.5         1.85    119841 2002
## 4430   6.3         1.85    173066 2007
## 4431   4.3         1.85     92362 2005
## 4432   6.1           NA    105943 2015
## 4433   6.0         1.85        NA 2005
## 4434   5.8           NA    183490 2010
## 4435   6.7         2.35      3478 2008
## 4436   6.7         2.35     52166 2008
## 4437   7.6           NA        NA 2015
## 4438   5.1         2.35   1163508 2012
## 4439   6.8         2.35        NA 2014
## 4440   6.8         1.85        NA 2005
## 4441   6.8           NA        NA 2005
## 4442   6.3         1.89        NA 2013
## 4443   7.1         2.35        NA 2014
## 4444   2.8           NA        NA 2014
## 4445   8.2         1.85        NA 2015
## 4446   3.1         2.35        NA 2015
## 4447   7.0         2.35  80033643 2012
## 4448   3.3           NA        NA 2015
## 4449   3.6           NA        NA 2015
## 4450   7.7         1.37 184925485 1937
## 4451   6.7         1.85    304124 2004
## 4452   5.5         2.35        NA 1968
## 4453   6.6         1.85     36830 2004
## 4454   4.8         2.35        NA 2016
## 4455   5.5         2.35        NA 2014
## 4456   6.3         1.33    231186 2014
## 4457   6.9           NA        NA 2014
## 4458   6.5         1.85        NA 1966
## 4459   8.2         1.85   3650677 1998
## 4460   7.1           NA        NA 1982
## 4461   7.3         4.00        NA   NA
## 4462   8.1         1.33   1647780 1998
## 4463   7.2         1.85    695229 1996
## 4464   7.4         1.85    638951 2006
## 4465   6.5         1.85    609042 1999
## 4466   5.7           NA      1521 2012
## 4467   6.1         2.35  32940507 1998
## 4468   7.7         1.33        NA   NA
## 4469   8.7         2.35        NA 2014
## 4470   4.3         1.85        NA 1985
## 4471   6.2         1.85     19539 2003
## 4472   3.3         2.35    100358 2005
## 4473   2.7         1.85        NA 2010
## 4474   5.2         2.35        NA 2009
## 4475   8.2         1.37        NA 1940
## 4476   6.1         1.85  19100000 1981
## 4477   8.0         1.37        NA 1945
## 4478   5.5         1.85        NA 1984
## 4479   5.7         2.35   2833383 2012
## 4480   3.7         1.78        NA 2011
## 4481   7.1         1.37        NA 1953
## 4482   7.8         1.37        NA 1941
## 4483   7.3           NA        NA   NA
## 4484   4.1         2.35        NA 2014
## 4485   7.2         1.85  24741700 1989
## 4486   7.7         1.85  55153403 2004
## 4487   7.1         1.85  18488314 2001
## 4488   7.6         1.85        NA 2014
## 4489   7.0           NA     11278 2013
## 4490   5.5         2.35  79363785 2008
## 4491   7.4         1.85  13876974 2001
## 4492   7.7         1.85   9180275 2000
## 4493   7.2         1.50        NA 1955
## 4494   7.8         2.35  22494487 2006
## 4495   6.6         1.85   2199853 1999
## 4496   6.0         2.35   2859955 2013
## 4497   8.4         2.35   2812029 1992
## 4498   6.5         1.37        NA 1940
## 4499   8.9         2.35   6100000 1966
## 4500   7.9         2.35    375723 2015
## 4501   6.0         1.85    594904 2012
## 4502   6.1         1.78     58936 2001
## 4503   7.4           NA     24784 2011
## 4504   6.2           NA      7826 2007
## 4505   5.6         1.78        NA 2011
## 4506   7.2           NA      3830 2013
## 4507   6.1         1.85        NA 2003
## 4508   3.8         1.85        NA 2008
## 4509   7.1         1.37        NA 1936
## 4510   4.5           NA        NA 2011
## 4511   3.8           NA        NA 2012
## 4512   6.2         1.85   2850263 1993
## 4513   6.6         1.85        NA 1970
## 4514   4.6           NA        NA 2015
## 4515   4.2           NA        NA 2015
## 4516   6.8         1.85  16101109 2005
## 4517   7.7         1.85      6013 2004
## 4518   7.1         2.00        NA   NA
## 4519   5.9         1.85   1400000 1987
## 4520   4.7         1.33    247740 2002
## 4521   7.0         1.85     39659 2002
## 4522   6.9         1.85        NA 2006
## 4523   6.1         2.35     56129 2010
## 4524   7.6         1.85   4105123 2011
## 4525   3.0         1.85        NA 2010
## 4526   2.6         2.35        NA 2013
## 4527   8.6         1.37        NA 1942
## 4528   6.1         1.85        NA 2008
## 4529   7.5           NA        NA 2009
## 4530   6.7         1.85        NA 1972
## 4531   8.1         1.33 117235247 1976
## 4532   4.9         2.35        NA 2014
## 4533   6.8         2.35  21378000 1980
## 4534   6.8         1.37        NA 1963
## 4535   5.7         1.85  31537320 2014
## 4536   8.3         1.85        NA 1976
## 4537   6.6         1.85  17986000 1981
## 4538   7.3         1.37  16067035 1962
## 4539   5.0         1.85  18112929 2012
## 4540   7.0         1.85  14564027 1987
## 4541   3.4         2.35  20773070 2016
## 4542   5.9         2.35  10042266 2005
## 4543   6.0         2.35  10037390 1999
## 4544   7.4         1.66   9701559 2010
## 4545   7.4         1.85   9013113 2005
## 4546   4.2         1.85  53245055 2012
## 4547   6.2         2.35   9000000 1970
## 4548   6.2         2.35        NA 1956
## 4549   7.5         1.85  23808111 2006
## 4550   7.2         1.37        NA 1949
## 4551   7.2         1.85   5355376 2008
## 4552   5.4         2.35   7186670 2013
## 4553   7.0         1.85        NA 2015
## 4554   7.2         1.85   5997134 2012
## 4555   7.9         1.78   4417124 2008
## 4556   6.8           NA   5355847 2011
## 4557   6.7         1.85   3386698 1998
## 4558   7.5         1.85 143492840 2007
## 4559   6.8         2.35   5283379 2014
## 4560   6.9         2.35   2981638 2011
## 4561   6.8         2.35   3122616 2014
## 4562   7.2         1.85   2508841 2008
## 4563   7.4         1.78   4946250 2013
## 4564   5.6         1.85   1950218 1997
## 4565   6.8         1.85   1277257 1996
## 4566   7.2         1.85  45857453 1997
## 4567   7.7         1.75   1677838 2006
## 4568   7.0         2.35   1744858 2000
## 4569   7.2         1.85        NA 2002
## 4570   6.4         2.35  80021740 2015
## 4571   7.2         1.85    982214 1998
## 4572   7.2         1.85    798341 2001
## 4573   6.2         2.35    610991 2000
## 4574   6.9         2.35        NA 1981
## 4575   6.2         1.85    582024 1997
## 4576   6.9         2.35    548712 2003
## 4577   7.0         1.85    464655 1997
## 4578   6.7         1.85    464126 2002
## 4579   3.6           NA    428535 2000
## 4580   6.3         1.85    750100 2013
## 4581   7.4         1.85    621240 2009
## 4582   7.4         1.78    104077 2006
## 4583   7.3         2.39    334658 2014
## 4584   6.1         1.85    279282 2003
## 4585   6.7         2.35  43982842 2009
## 4586   8.2         1.85    484221 2012
## 4587   7.7         1.85    274661 2007
## 4588   7.3         1.85    144431 2006
## 4589   7.4           NA    227241 2004
## 4590   5.7           NA    112521 2000
## 4591   7.6         1.85    287761 2013
## 4592   6.8           NA    100240 2014
## 4593   5.6         1.85     96734 2012
## 4594   4.8           NA     49000 2005
## 4595   6.4         1.85    100659 2009
## 4596   6.8         1.85     48430 2010
## 4597   6.1         1.85     21210 1998
## 4598   5.2           NA        NA 1999
## 4599   6.9         1.85     22434 1996
## 4600   6.0         1.85     12996 2000
## 4601   6.3         1.78        NA 2009
## 4602   6.1         1.85     10018 2006
## 4603   5.5         2.39     62480 2015
## 4604   6.9         1.85      6387 2006
## 4605   5.6           NA      5494 1997
## 4606   1.9         1.78        NA 2005
## 4607   4.1         1.85       721 2006
## 4608   5.4         1.85       703 2001
## 4609   6.8         1.85        NA 2013
## 4610   7.0           NA        NA 2015
## 4611   6.7         1.85        NA 2006
## 4612   5.8         1.78        NA 2014
## 4613   6.2           NA        NA 2006
## 4614   2.8        16.00        NA 2009
## 4615   7.3         1.37        NA 1965
## 4616   5.8           NA        NA 2004
## 4617   6.5         1.85        NA 2008
## 4618   6.1           NA        NA 2008
## 4619   5.1         1.85        NA 2009
## 4620   2.2         1.78        NA 2012
## 4621   7.2         2.35        NA 2014
## 4622   5.7         1.66        NA 2011
## 4623   3.4           NA        NA 2009
## 4624   3.8         1.78        NA 2014
## 4625   4.7         1.85        NA 2012
## 4626   5.6         2.35        NA 2012
## 4627   3.9           NA        NA 2006
## 4628   5.4           NA        NA 2014
## 4629   5.2         2.35        NA 2015
## 4630   3.5         2.35        NA 2013
## 4631   5.3           NA        NA 2014
## 4632   7.0         2.35   2319187 2013
## 4633   7.1         2.35        NA 1968
## 4634   5.5           NA        NA 2013
## 4635   5.9           NA        NA   NA
## 4636   6.0           NA        NA 2014
## 4637   4.8           NA        NA 2007
## 4638   7.1           NA        NA 2014
## 4639   8.2         1.85   9600000 1954
## 4640   5.7         2.35     20186 2011
## 4641   7.9         1.85   1185783 2007
## 4642   7.3           NA        NA 2015
## 4643   7.1         2.35   1007962 2005
## 4644   6.4         2.35    381186 2005
## 4645   5.9         2.35    439958 2011
## 4646   7.5         1.85  16097842 2013
## 4647   6.4         2.35      6643 2012
## 4648   7.4         1.33 102797150 1942
## 4649   7.3           NA    442638 2007
## 4650   6.5         2.35  42919096 2013
## 4651   7.2         1.85    819939 2003
## 4652   6.7        16.00        NA 2011
## 4653   7.1           NA        NA 2013
## 4654   6.0         2.35   1243961 2012
## 4655   6.7         2.35   3094687 2012
## 4656   5.6         1.85     15278 2002
## 4657   7.0         2.35        NA 2006
## 4658   4.9           NA        NA 2015
## 4659   3.2           NA        NA 2015
## 4660   8.4         1.85   7098492 2011
## 4661   6.9           NA        NA 2009
## 4662   7.5         1.85   4771000 1995
## 4663   7.2         1.85   1001437 1993
## 4664   7.2         1.85   2073984 2002
## 4665   8.0         1.33      9950 1929
## 4666   7.4         1.78        NA 2008
## 4667   7.2           NA        NA 2004
## 4668   6.5         1.85    144583 1999
## 4669   7.2           NA        NA 2003
## 4670   4.2           NA     58163 2000
## 4671   5.1           NA     35688 2014
## 4672   6.4         1.85     41709 2009
## 4673   6.8           NA   1310270 2003
## 4674   6.2           NA        NA 2012
## 4675   7.5         2.35 115000000 1973
## 4676   7.7         1.78        NA 2006
## 4677   6.9         1.85   5518918 2007
## 4678   7.0         2.35   4007792 2012
## 4679   7.5         1.85   7705974 2011
## 4680   6.3         2.35     26297 2011
## 4681   5.5         2.35     77501 2011
## 4682   4.8         2.35  42638165 2009
## 4683   8.1         1.66        NA 1970
## 4684   6.6         1.78     47329 2002
## 4685   5.2         1.85     18378 2008
## 4686   5.6         2.35        NA 2006
## 4687   3.1         1.85        NA 2009
## 4688   8.1         1.37        NA 1952
## 4689   8.3         1.33   7830611 1994
## 4690   7.1         1.33   3278611 2005
## 4691   8.1           NA        NA 2014
## 4692   7.2         1.85   1141829 2001
## 4693   6.3         2.35        NA 2014
## 4694   4.0           NA        NA 2009
## 4695   7.2         2.35 218051260 2005
## 4696   5.3         1.85  32048809 2005
## 4697   7.2         1.85   2694973 2006
## 4698   6.5           NA     10508 1998
## 4699   6.5           NA   2301777 1997
## 4700   4.9         2.35        NA 2015
## 4701   5.2         1.85    169719 2013
## 4702   7.4           NA        NA 2009
## 4703   7.4           NA        NA 2014
## 4704   5.4         2.35        NA 2012
## 4705   3.9           NA        NA 2013
## 4706   5.3           NA        NA 2015
## 4707   7.8         1.37   3000000 1935
## 4708   6.4         1.33 140530114 1999
## 4709   8.1         2.20  13300000 1970
## 4710   6.5         1.85        NA 1977
## 4711   5.6         1.85    171988 2000
## 4712   5.6         1.78     23616 2007
## 4713   6.6         1.85     13493 1998
## 4714   6.3           NA     79043 2013
## 4715   7.7           NA        NA 2015
## 4716   7.0           NA        NA 2002
## 4717   8.0           NA        NA 2014
## 4718   7.2           NA        NA 2016
## 4719   4.5           NA        NA 2013
## 4720   7.7         1.75    515005 1964
## 4721   7.2           NA      2245 2011
## 4722   6.1           NA        NA 1983
## 4723   6.4         2.35        NA 2015
## 4724   6.5         1.85  33451479 2008
## 4725   7.0         1.85        NA 2013
## 4726   6.1         1.85  39552600 1974
## 4727   5.7         1.85  30500882 2003
## 4728   5.4           NA        NA 2011
## 4729   5.9         1.85  17000000 1977
## 4730   7.5         1.85   8044906 2005
## 4731   7.7         1.85   5739376 2003
## 4732   7.1         2.35   3773863 2009
## 4733   7.4         1.66   3117666 2006
## 4734   7.6         1.85   2047570 1999
## 4735   6.4           NA   1250798 2002
## 4736   7.4         1.85   1127331 2003
## 4737   6.8        16.00    906666 2011
## 4738   6.5         1.85   1114943 2000
## 4739   6.0           NA   1111615 2003
## 4740   7.3         1.85    985341 1999
## 4741   7.3         1.85    603943 2004
## 4742   6.5         1.85    334041 1997
## 4743   6.0         1.85    295468 2001
## 4744   5.3         1.85    243347 2002
## 4745   6.6         1.85    154077 2005
## 4746   6.1         2.35    342936 2013
## 4747   7.1           NA    151389 2012
## 4748   8.7         1.37    269061 1954
## 4749   8.4           NA    133778 2012
## 4750   5.8         1.85        NA 1991
## 4751   6.2         1.85     52850 2007
## 4752   5.8         1.85     98017 2010
## 4753   6.7         1.85 177343675 2015
## 4754   5.7         1.85     31937 2007
## 4755   6.1         2.35     13134 2002
## 4756   6.4         2.35    237301 2010
## 4757   5.0         1.85        NA 2005
## 4758   6.5           NA     12055 2007
## 4759   4.6         2.35      1332 2012
## 4760   7.7         2.35        NA 2006
## 4761   7.3         1.85        NA 2006
##  [ reached getOption("max.print") -- omitted 282 rows ]
sub(pattern = "NA", replacement = "0", x = "x")
## [1] "x"

Now calculate the Range, Min, Max, Mean, STDEV, and Variance for each variable.

Afer inputting and cleaning the data we were able to read each variable in the dataset and start doing statistical measures. We found everything from simple measures like the maximums and the minimums, all the way to more complicated measures like the standard deviation.

gross = mydata$gross
gross
##    [1] 760505847 309404152 200074175 448130642        NA  73058679
##    [7] 336530303 200807262 458991599 301956980 330249062 200069408
##   [13] 168368427 423032628  89289910 291021565 141614023 623279547
##   [19] 241063875 179020854 255108370 262030663 105219735 258355354
##   [25]  70083519 218051260 658672302 407197282  65173160 652177271
##   [31] 304360277 373377893 408992272 334185206 234360014 268488329
##   [37] 402076689 245428137 234903076 202853933 172051787 191450875
##   [43] 116593191 414984497 125320003 350034110 202351611 233914986
##   [49] 228756232  65171860 144812796  90755643 101785482 352358779
##   [55] 317011114 123070338 237282182 130468626 223806889 140080850
##   [61] 166112167 137850096  47375327 124051759 291709845 154985087
##   [67] 533316061 292979556 198332128 318298180  73820094 113745408
##   [73] 102176165 161087183 100289690 100189501  88246220 150167630
##   [79] 356454367 362645141 312057433 155111815 241407328 208543795
##   [85]        NA  38297305 259746958 238371987  93417865 222487711
##   [91] 189412677    665426 102315545 217387997 150350192 333130696
##   [97] 187991439 292568851        NA 303001229 144512310 127490802
##  [103] 146405371 281666058  63143812  60655503  76846624 320706665
##  [109]  46978995  89732035 104383624 198539855 318759914  34293771
##  [115] 292000866 289994397 227946274 256386216 206456431 206435493
##  [121] 205343774 179982968 177243721 179883016 139259759 400736600
##  [127] 281492479 206360018 153629485 133375846 181015141 114053579
##  [133] 119420252  83640426  79711678 195000874  61937495 124051759
##  [139] 126597121 165230261 131564731 133382309  73103784  21379315
##  [145]  64459316  34964818 111505642 133228348 216366733 160201106
##  [151] 118099659 201573391 190418803  82161969 143523463 209364921
##  [157] 103400692 110332737 111110575  65007045 257704099 403706375
##  [163] 176997107  31141074  31704416 107503316 129734803 132122995
##  [169] 122512052  68642452  32131830 176636816 126930660  93926386
##  [175] 292298923  63992328 134518390        NA  52792307 183635922
##  [181]  83024900 123207194  83348920 227137090 215395021 180191634
##  [187] 424645577 292298923 177343675 234277056 138396624 149234747
##  [193] 118311368 101160529  77564037 249358727  49551662  60522097
##  [199] 137748063        NA 113733726 148337537 317557891  33592415
##  [205]        NA 305388685        NA 337103873 217536138 131536019
##  [211] 214948780 209805005 186830669 163192114 119412921  32694788
##  [217] 113165635 107285004 260031035 186739919 215397307 182618434
##  [223] 131920333 124976634 115802596 108521835 100685880 126464904
##  [229]  64736114  93050117  57637485  58607007  43929341  30212620
##  [235]  76418654  89021735 380262555 310675583 289907418 132550960
##  [241] 474544677 187165546        NA  40911830  47952020 190871240
##  [247] 274084951  67155742  81638674  56114221 250863268 155181732
##  [253] 125332007 113330342 125531634 186336103 129995817 102608827
##  [259]  42776259  98780042        NA 106369117 142614158  50026353
##  [265]  66002193  85463309  71017784  48068396  61656849 134520804
##  [271] 313837577  24004159  58183966 100446895 144795350  47396698
##  [277] 140015224 104374107 228430993        NA  35799026   6712451
##  [283] 101643008 187670866 132014112 261970615 167007184 180011740
##  [289] 204843350  97030725 130127620 146282411  65452312 148383780
##  [295] 119219978 101228120 162804648 100117603  89296573  85017401
##  [301] 173005002  75030163  77222184  34964818 107515297  67631157
##  [307]  66862068  57366262 116866727 184031112  54700065  27098580
##  [313]  55673333  40198710  72660029  38120554  49392095  39292022
##  [319]  28772222  17010646  24985612   4411102  35024475 130174897
##  [325]  10200000 202007640  77679638      9213  58867694  59475623
##  [331] 108638745  86897182  63540020  95328937  50802661 161317423
##  [337] 201148159  43982842 380838870 377019252 340478898  17176900
##  [343] 131144183  23014504 181166115 176740650  71148699  67344392
##  [349]  22406362 261437578  11000000  88761720 250147615 245823397
##  [355]  81557479 226138454 155370362 124870275 196573705  58229120
##  [361] 125305545 132373442 120618403 110416702 102515793 100012500
##  [367] 209019489        NA  84037039  85884815  83077470 100018837
##  [373]  78747585  78616689  75817994 100853835  73209340  72515360
##  [379]  68558662  65653758  64685359  61355436     26871  60874615
##  [385] 143618384  58220776  47474112  42877165  35168677  56114221
##  [391]  37567440  61644321    190562 120147445 241688385 144512310
##  [397] 233630478 197992827 176049130 172620724 183405771  20315324
##  [403] 148313048 127706877        NA 126149655  66941559  78009155
##  [409]  63224849 111544445 112703470 117144465  84303558 150832203
##  [415]  51396781  47592825  50016394  57010853  62494975  46440491
##  [421]  44606335  40048332        NA  64933670  31494270  31111260
##  [427] 123307945 153288182  13401683 137340146        NA  43575716
##  [433]  80170146  75754670  33048353  34543701 242589580 102981571
##  [439] 180965237 407999255 254455986 162831698 155019340 145771527
##  [445]  82506325 140459099  53215979 158115031 133103929 133668525
##  [451] 130313314 124590960 127968405 120136047 128200012 112225777
##  [457] 109993847 104054514 103028109        NA 101087161 101111837
##  [463]  95632614  94822707  92969824  91188905  90443603  82226474
##  [469]  79363785  76081498  85707116  74329966 100169068  73215310
##  [475]  80360866  69102910  65948711    821997 169692572        NA
##  [481]  60507228  56684819  50628009  69772969  45356386  55350897
##  [487]  39442871  37899638  37754208        NA  27779888  38542418
##  [493]  34566746  32885565  36073232  21471685  20950820  19673424
##  [499]  19480739  17593391  18318000  27356090  17473245  15131330
##  [505]  19406406   1891821  23219748        NA 170708996 422783777
##  [511] 103812241 119793567  92930005  67286731  74158157 127083765
##  [517]   1339152  15071514  26000610 323505540  66462600 368049635
##  [523] 306124059 229074524 193136719  35286428 157299717 134568845
##  [529] 134006721 195329763 120776832 118823091  41814863  97360069
##  [535] 117698894 162001186  77032279        NA  73023275  68473360
##  [541]  66636385 160762022 103338338        NA  55808744  47379090
##  [547]  43426961  47000485  45434443  42044321  73661010  41523271
##  [553]  37600435  39251128  83503161  34636443  22751979  30013346
##  [559]  14567883     90820   5409517  21009180  94999143 336029560
##  [565]  36381716  55585389  36976367 107225164  70224196  51814190
##  [571]  47456450 148213377 112950721  75600000  62647540 183132370
##  [577]  27796042  32616869  18947630 114195633 144156464 227965690
##  [583] 436471036 244052771 152149590 141204016 162495848 136448821
##  [589] 120523073 119654900  72660029 117541000 116643346        NA
##  [595] 100614858  42272747  80281096 219613391  78120196  98895417
##  [601]  70117571  83552429  66257002  65012000  79883359  78031620
##  [607]  54222000  52474616  55942830  40932372  38345403  37901509
##  [613]  48430355  30157016  28031250  33105600  62321039  38509342
##  [619]  19076815  25093607  18990542  14294842  19819494  13596911
##  [625]   8460990   7097125  37760080   5851188  25121291  18821279
##  [631] 118471320 300523113  71069884 251501645  35324232  81257500
##  [637]    617840  29655590  45045037  28965197  27550735  39380442
##  [643]  72980108  37516013  87704396        NA  83892374   5932060
##  [649] 216119491  43568507 182805123 176387405  33685268 182204440
##  [655] 171383253 172071312 119412921 139225854 148775460 115731542
##  [661] 100468793  93771072 100448498 115603980  90454043  84049211
##  [667]  70450000  69688384  70236496  63695760  59617068  55637680
##  [673]  85911262  53846915  54758461  52397389        NA  38966057
##  [679]  42345531  36064910  33328051  32598931  28045540  37023395
##  [685]  43532294        NA  17218080  10014234  19059018   1987287
##  [691]  24407944  13750556  31054924  43247140   2208939 213079163
##  [697]  19548064 356784000  25052000 122012710     72413  58255287
##  [703]  77086030  65000000  32178777  15738632  54116191 118153533
##  [709] 108012170 210592590 279167575 143151473 136801374 168213584
##  [715] 135381507 167735396 121468960 106635996 102678089 125603360
##  [721] 101217900 104148781  75573300  93375151 106126012  93307796
##  [727]  90646554 109176215  82670733  82569532  81687587  80574010
##  [733]  75764085  90356857  75530832  75370763 100003492  90341670
##  [739]  74540762  80033643  73648142  71844424  75638743  66734992
##  [745]  75280058  64505912  77862546  61112916  88200225  60573641
##  [751]  59035104  56702901  55994557  54910560  53789313  51045801
##  [757]  50818750        NA  50189179  50024083  50549107  56443482
##  [763]  62401264  47748610  46975183  50807639  46611204 257756197
##  [769]  48472213  43060566  45996718  43337279  37479778  36965395
##  [775]  40559930  36830057  36279230  42194060  43119879  35096190
##  [781]  35754555  43290977  33927476  32122249  40076438  32940507
##  [787]  31670931  30695227  32522352  28424210  26082914  29136626
##  [793]  26288320  26616590 623279547  30063805  22518325  13082288
##  [799]  18208078  14218868     22451  31165421  11802056  25472967
##  [805]  22362500  17281832  19781879   7605668   4535117   4426297
##  [811]        NA  10166502 363024263  12065985 350123553  80021740
##  [817]        NA  48291624  35231365  53715611  31199215        NA
##  [823]  29580087  44665963  60128566  49875589        NA  60984028
##  [829]  36931089  51317350  28328132  51774002  25528495        NA
##  [835] 113006880  45860039 329691196 217326336 166225040 141600000
##  [841] 134218018 128769345 177575142 105263257 104354205 107100855
##  [847]  98711404 100328194 101530738  93815117  91400000 162586036
##  [853]  89706988  83000000  78745923  70098138  66365290        NA
##  [859]  66207920  63408614  58422650  56932305  68750000  68218041
##  [865]  25040293  55747724  55473600  49994804  41609593  38553833
##  [871]  76137505  34350553  34238611  34098563  33828318  33472850
##  [877]  31051126  35707327  20550712  18573791  51225796  16264475
##  [883]  25857987  12870569  11466088  16088610  51178893   6768055
##  [889]  39440655   6167817        NA        NA  81645152  69951824
##  [895]   9483821  66676062  26838389  75604320 108200000   5660084
##  [901]   7221458  70327868  58297830  57386369  45207112  62563543
##  [907]  33574332  73343413  25031037  22843047   5755286 164435221
##  [913]  95720716 118683135 143704210 110476776  80270227  36385763
##  [919]  37035845  34580635  42438300  23324666  23020488  90567722
##  [925]  72601713  35092918 296623634 267652016  62453315 165500000
##  [931] 153620822 218628680 147637474 135014968   2175312 126203320
##  [937] 126975169 125548685 105807520 191616238 105264608  97680195
##  [943] 126088877  91030827 150315155 127997349  88504640  81517441
##  [949]  81022333  75621915  79948113  88658172  75888270  84244877
##  [955]  75367693  73701902  75605492  67823573  91439400  67128202
##  [961]  70496802  60470220        NA  58336565  66002004  54997476
##  [967]  55682070  52752475  55092830  50815288  52822418  50150619
##  [973]  48745150  50007168  48154732  48265581  46982632  44737059
##  [979]  56724080  44484065  47553512  42610000  41482207  47105085
##  [985]  41256277  50740078  40203020  40905277  38590500  39177541
##  [991]  39778599  37486138  38105077  35168395        NA  32800000
##  [997]  33643461  32741596  31874869  30306268  27667947  27067160
## [1003]  26616999  26536120  26199517  25450527  25407250        NA
## [1009]  23159305  24006726  20389967  19593740  19118247  26442251
## [1015]  17114882  18472363  14131298  21557240  21283440  10556196
## [1021]  16671505  10400000   9528092        NA  10137232   9795017
## [1027]  20488579  19445217   8355815  28837115   6471394   6291602
## [1033]  10706786   8742261  43905746        NA  21413502   7994115
## [1039] 124107476 197171806  12802907  31569268  66488090  95308367
## [1045]        NA  60652036   1206135  56607223  50173190  47095453
## [1051]  37879996  25900000  53574088  89253340  37339525  60154431
## [1057]    528972 103738726  69304264  29781453        NA        NA
## [1063]  15519841   5600000 126805112  93607673  67263182  92001027
## [1069]  10539414  58918501 181395380  14946229        NA 130512915
## [1075] 139852971 110000082 106807667 101702060  95149435 100768056
## [1081]  92115211  93452056  83287363  82931301  60962878  76261036
## [1087]  71423726  71277420  88625922  70001065  67253092  66790248
## [1093]  65557989  60786269  59365105 162792677  31598308  57362581
## [1099]  53854588        NA  52580895  51019112  48114556  50648679
## [1105]  46280507  38360195  46815748  35617599  47307550  32003620
## [1111]  27972410  28133159  27400000  24343673  22877808  36883539
## [1117]  22531698  20400913  20101861  25200412  19719930  19377727
## [1123]  13401683  17300889  15527125  13560960  15523168  11146409
## [1129]   7916887   6565495  15279680   7262288   4584886        NA
## [1135]   2154540   8129455        NA 136019448 183875760  67061228
## [1141]  53300852 150415432  44834712  84300000   1500000  62318875
## [1147]   5773519  51768623  37035515  24520892  24430272 158348400
## [1153]  31136950  29113588 138447667 116006080 106793915  87856565
## [1159]  70100000 159578352  57750000  45290318  41543207  41252428
## [1165]  35228696  59992760  34667015  37652565  24375436  20915465
## [1171]  24127895     84961  26404753   6105175   5664251        NA
## [1177]   1260917 116724075        NA  56083966  22108977 293501675
## [1183]  18600911   7204138  90800000 150117807 163947053 116735231
## [1189] 118500000 126546825 166147885 111760631 108706165 138614544
## [1195] 125069696 107458785 102310175  96917897  93952276  90703745
## [1201]  89138076  87666629  90353764  82522790  94125426  95001343
## [1207]  81292135  86208010  81593527  75274748  90835030  72455275
## [1213]  75305995  74098862  72266306  71347010  70836296  70405498
## [1219]  70163652  66808615 115603980  64149837  83906114  66466372
## [1225]  72306065  59068786  60923325  57887882  53955614  54967359
## [1231]  54228104  57981889  61094903  53082743  54414716  57011847
## [1237]  50859889  51185897  52000688  49851591  47781388  52320979
## [1243]  47806295  51853450  46012734  47034272  45856732  59588068
## [1249]  44175394  45500797  41797066  38087756  37752931  50562555
## [1255]  37371385  37101011  38176892  36283504  35183792  38543473
## [1261]  36037909  42575718  33864342  33508922  42071069        NA
## [1267]  32853640  42615685  32055248  31836745  30993544  30981850
## [1273]  30199105  29077547  29374178  28535768  27663982  27053815
## [1279]  26814957  25178165  25117498     32645  24332324  36665854
## [1285]  22717758  22433915  22326247  21176322  20300000  20302961
## [1291]  15962471  14942422  14967182  18996755  14375181  20999103
## [1297]  14448589  14358033  33201661  14018364  13395939  20113965
## [1303]  13376506  13208023  13838130   5773519   9652000  12081447
## [1309]   7000000  10431220  10326062   6114237   4835968   4777007
## [1315]   3675072  18438149    511920  10640645    652526  80050171
## [1321]   7564000    876671   2869369    128978     77231   4563029
## [1327]        NA    463730  50693162   6498000  63411478  42640890
## [1333] 144512310  35287788  25335935   5881504  60000000  29802761
## [1339]    626809 127214072  88915214  30400000  85570368  75668868
## [1345]   6594136  58700247        NA        NA  50668906  39177215
## [1351]  40334024  71038190  24044532  22770864  18653746  17305211
## [1357]  16991902  47536959  10300000  13782838  41997790   6482195
## [1363]    623374   7871693  16377274        NA   9589875  34912982
## [1369] 109712885  92173235  41102171  60338891  48006503  26903709
## [1375]  22450975  44867349  46813366  72279690 191449475  71026631
## [1381]  68208190 150368971        NA  50129186  55500000  50213619
## [1387]  42019483  23360779  26183197  20991497  13052741  14378353
## [1393]  33037754  12339633   2954405  30105968  37788228 277313371
## [1399]   2126511 205399422 251188924   1068392 144731527 255950375
## [1405]        NA 112692062 117528646 171031347 124732962  82300000
## [1411] 134455175  79100000  81159365 110008260  67962333  78651430
## [1417]  64604977  63939454  63826569  60054449  26505000  61280963
## [1423]  56876365  59699513  54132596  52277485  55802754  55291815
## [1429]  83299761  48169908  67523385  49474048  45802315  43792641
## [1435]  57651794  43894863  41954997  39532308  76600000  39692139
## [1441]  40687294  37553932  37481242  39026186        NA  33422806
## [1447]        NA  33423521  32519322  31598308  37617947  32048809
## [1453]  33987757  37304950  30691439  30307804  30669413  28687835
## [1459]  26494611        NA  25266129  25863915  25078937        NA
## [1465]  28995450  24276500  20981633  22913677  34531832  28064226
## [1471]  19447478  19389454  25871834  19692608  19294901  20275446
## [1477]  34507079  18306166  17609982  16831505  17596256        NA
## [1483]        NA  14998070  14587732  18317151  11405825  13264986
## [1489]  10991381  10268846  13303319  10076136  10499968   7659747
## [1495]   7948159  11631245  10137502   6448817   7458269        NA
## [1501]   4651977   4496583   2221994   6592103        NA   1877179
## [1507]    630779   5100937        NA        NA        NA 102413606
## [1513]  10214013  32000000  10139254  11227940    183125  15081783
## [1519]  37432299  10654581   6543194  13101142   8324748        NA
## [1525] 141340178  51758599 117559438      4091  21426805  35057332
## [1531]  34014398  28927720  33682273   4280577  17120019   8406264
## [1537] 309125409  10955425  34180954  17225675 173381405 104632573
## [1543]  81150692  60328558  80197993 169076745 101470202  50041732
## [1549]  48814909  57744720  21784432  37911876  54696902  36733909
## [1555]  35063732     99462        NA  32701088  31493782  43095600
## [1561]  18636537  17848322  16640210  13763130  10956379   4357000
## [1567]  22525921   3562749   2899970   1304837        NA  78800000
## [1573]  17797316  82528097  14268533  87100000  93749203  62700000
## [1579]  59073773  24185781  53133888  44983704 118099659  58879132
## [1585]  72077000 170684505 163479795 145096820 191796233 121248145
## [1591] 125014030  11854694 115648585 122012643 116631310 114324072
## [1597] 113502246 108360000 108244774 105444419 100125340 115646235
## [1603]  85416609  90135191 100422786 106694016     64286  76806312
## [1609]  79566871  76501438  74787599  66528842  83813460  65010106
## [1615]  66359959  66468315  64172251  66600000  63536011  62877175
## [1621]        NA  74484168  60269340  60033780  58715510  58156435
## [1627]  56044241  56816662  64238770  52937130  52799004  55210049
## [1633]  51432423  51109400  50300000  56068547  53680848  49186871
## [1639]  50921738  53021560  45645204  44328238  53337608  42643187
## [1645]  46875468  52418902  42057340  42478175  41407470  42385520
## [1651]  40118420  40137776  39568996  42043633  38232624  38413606
## [1657]  38122105  38747385  40247512        NA  35927406  35565975
## [1663]  35266619  34703228        NA  38432823  32095318  31743332
## [1669]  32154410  28165882  26687172  26096584  26525834  30513940
## [1675]  23209440  24048000  22526144  30523568  23070045  20422207
## [1681]  28644770  21800302  21129348  18500966  19976073  18967571
## [1687]  17100000  17266505  32357532  16930884  18324242  16323969
## [1693]  16999046  16295774  15709385  14888028  14208384  12831121
## [1699]  18298649  12712093  11576087  11900000   9353573  12026670
## [1705]  14334645  12189514  10134754   8535575   7689458   7501404
## [1711]        NA  19316646  10965209  26830000   5300000  10880926
## [1717]   3752725   3517797   3101301   2975649    668171    480314
## [1723]   3904982    127437        NA        NA    537580        NA
## [1729]        NA        NA        NA        NA        NA        NA
## [1735] 183436380 119518352        NA  37036404  22359293  18593156
## [1741]        NA  16930185  63034755   5899797   4554569  17016190
## [1747]   6301131 217350219 161029270 179870271 100491683  74058698
## [1753]        NA  55845943  81350242  67266300  70235322   7443007
## [1759]  64371181  58885635  60400856        NA  52353636  51475962
## [1765]  63910583  62300000  49968653  44450000  45162741  71346930
## [1771]  39514713  43097652  48043505  37053924  33000377  66950483
## [1777]  38372662  27000000  31600000  30688364  28563179  16779636
## [1783]  10762178  17324744   8888143  24268828   8119205   8434601
## [1789]   6998324  10907291   5532301   2775593  28751715        NA
## [1795]  20285518  67900000 148734225  49185998  42168445  26400000
## [1801]  17508670   9664316        NA  74888996  69586544 362645141
## [1807]  60491560  54200000  44087387  30920167  40566655  31768374
## [1813]  22494487  21500000   4463292        NA  14337579  13823741
## [1819]        NA        NA  10297897  13248477   8712564   7486906
## [1825]  38536376  41008532   5204007   4485485   4476235   1089365
## [1831]    763044        NA  20819129 110222438 109243478 100241322
## [1837]  25977365  91457688  87341380  65703412  58328680  61490000
## [1843]        NA  50800000  57859105  46455802  45506619  40168080
## [1849]  49874933  45489752  36985501  33200000  28501651  23222861
## [1855]  54540525  16252765  16005978  14469428  13829734   1075288
## [1861]        NA   7496522        NA  20047715  12276810  33565375
## [1867]    499263 219200000 172825435 148085755  25517500 145000989
## [1873]  26761283 121945720  96067179 169705587   3254172  84185387
## [1879]        NA  82163317        NA  80920948  80034302  78656813
## [1885]  76270454  74273505 134141530  71500556  71309760  89808372
## [1891]  77264926  70625986  56505065  55973336        NA  54098051
## [1897]  60443237  82234139  51676606  52528330  51533608  51097664
## [1903]  84136909  46836394  47285499  47124400  44700000  44455658
## [1909]  43984230  66489425  41067398  40218903  39880476  39399750
## [1915]  38230435  39008741  36833473  48237389  36310118  36447959
## [1921]  45089048  35990505  35143332  35000629  34604054  41597830
## [1927]  33687630  32553210  31526393     41229  31655091  30012990
## [1933]  32368960  14500000  29247405  30538669  25615792  28341469
## [1939]  25590119  24944213  33631221  37738400  24381334  21835784
## [1945]  15785632  21554585  22200000        NA  80014842  23527955
## [1951]  24042490  22466994  17791031  17718223  15361537  16647384
## [1957]  16118077  15091542  15331289  15045676  17427926  14983572
## [1963]  14637490  14589444  14095303  13973532   1865774  13920741
## [1969]  18860403  13038660  28831145        NA        NA  11538204
## [1975]  11008432  12188642  11100000        NA  13651662  11030963
## [1981]  10769960  10911750  10719367  10114315  49122319  10070000
## [1987]  10324441   7156933   9286314     56692        NA   5654777
## [1993]   5516708   5128124  34014398   4064333   4006906   3073392
## [1999]   1550000        NA    871527  12495865    777423   1186957
## [2005]     85433   1697956        NA    183662    134904        NA
## [2011]        NA  16969390        NA        NA    129115        NA
## [2017]  34700000    717753 109713132  70269171  28772222 101334374
## [2023]   1512815  65182182  57262492  80000000  74608545  41895491
## [2029]  39989008  32662299  31452765  25167270  32416109     20218
## [2035]  28871190  16964743  16290976  13000000  12372410   8427204
## [2041]   9639242  25003072   6144806   4308981    669276     42880
## [2047]  23225911   4710455  75590286 218051260 161487252 290158751
## [2053]  65807024  86930411  53302314  40962534  39235088  27338033
## [2059]  25556065  15785632  21973182      4756  18653615  12189514
## [2065]  13019253  18934858  20763013  12782508  11508423  10660147
## [2071]   7434726   6777589   6109075        NA   2708188        NA
## [2077]  16123851        NA  71975611  38119483   4190530 217631306
## [2083] 176483808 144833357  75597042  90636983  70960517  55762229
## [2089]        NA  54235441  50728000  40270895  59696176  51483949
## [2095]  36020063  33313582  25842000  22264487  30659817   5773519
## [2101]   3108216  19351569  49002815  19283782  30059386  35799026
## [2107]  17951431  29997095  14252830  19783777  13555988  12784713
## [2113]  10696210   5974653   5000000   9694105  16027866   4829497
## [2119]   4398392   1050445  13746550  20668843   2963012        NA
## [2125]   1796024    634277  11326836  49024969  22294341  24362501
## [2131]        NA  16684352  46700000  52008288   8579684  42660000
## [2137]  40219708 132088910  36581633  37721949  25296447  24848292
## [2143]  17757087        NA   9430988  16284360   6830957  24104113
## [2149]     15593    958319  69700000   2840417 242374454 173585516
## [2155] 128300000  20259297 153665036 132541238 130727000 121697350
## [2161] 117224271 102922376  94497271 137387272  82301521  84518155
## [2167]  80050171  81257845  70360285  12831121  69148997  82624961
## [2173]  67325559  62933793  56667870  56398162  60072596  56362352
## [2179]  56154094  65623128        NA  55461307  48546578  48423368
## [2185]  52066000  47887943  46363118  47852604  45542421  41573740
## [2191]  42652003        NA  39737645  37567440  44988180  39263506
## [2197]  39143839  37672350  38037513  37442180        NA  35596227
## [2203]  35422828  36658108  34300771  34290142  33422556  32774834
## [2209]  34334256  32051917  32014289        NA  31838002  36874745
## [2215]  30079316  35033759  29753944  29062561  31146570  27277055
## [2221]  26876529  53146000  30028592  34126138  25677801  26415649
## [2227]  26003149  25584685  29975979  31584722  23179303  23078294
## [2233]  21413105  25077977  23292105  26870825  20916309  21200000
## [2239]  28876924  20207003  20241395        NA  32000000  19151864
## [2245]  23393765  18882880   8500000        NA  18252684  19661987
## [2251]  18352454  17803796  17529157  25753840  18081626  17518220
## [2257]  17104669        NA  16988996  15797907  16248701  15712072
## [2263] 191449475  15408822  15464026  14359793   8000000        NA
## [2269]  14174654  15988876  13801755  13987482  14291570  12181484
## [2275]  13630226  13383737  13391174  12987647  12469811  12398628
## [2281]  13214030  12232937  12134420  11784000  11169531  11034436
## [2287]  12626905  10569071  10544143  13650738  10555348   9714482
## [2293]   8579684   9525276   8855646   9109322   8326035   8104069
## [2299]   8054280        NA   8093318   7382993   8888355        NA
## [2305]   7001720   7268659   6852144   6563357   6201757   6420319
## [2311]   5702083   5480996   6002756   5132655   5205343   5005883
## [2317]   5749134        NA   4234040   4001121   3749061   3519627
## [2323]   3081925   2298191   2353728   2000000   1900725   2246000
## [2329]   1646664   1190018   1027749    882710   1064277    531009
## [2335]    410388    375474    578382    305070    206678    146072
## [2341]   1183354    121972        NA    263365     54734        NA
## [2347]        NA        NA        NA        NA        NA        NA
## [2353]        NA        NA   8047690    476270 184208848 100292856
## [2359]  58571513  51431160 103001286  41867960        NA 210609762
## [2365]  40846082  51697449        NA  27758465  56127162   1357042
## [2371]        NA  15911333  39103378  10049886        NA   8600000
## [2377]  21483154   8396942     12561        NA   6923891   5308553
## [2383]   2119994   1292527    560512  64255243  22245861  20433940
## [2389]        NA  10562387  18439082 150056505 119938730 114968774
## [2395] 128505958  95001351  76400000  75072454  65535067  13998282
## [2401]   6061759  64955956  60057639  53868030  59573085  52691009
## [2407]  59735548  51600000  43818159  86049418  43601508  41300105
## [2413]        NA  41382841  42335698  33404871  31471430  30222640
## [2419]  26830000  26906039  21378000  43853424        NA  23993605
## [2425]  26400000     45250  22927390   4250320  22452209  18329466
## [2431]  17071230  17174870  26284475  16702864  15561627  17750583
## [2437]  14793904  15281286   8000000  13491653        NA  10494494
## [2443]   7837632  15155772   8508843   7739049   6734844   6000000
## [2449]   6615578   5887457  13362308   5701643   5694401   5333658
## [2455]   4414535   4806750   3707794   3203044   4435083        NA
## [2461]   2222647        NA   3500000    676698   3419967        NA
## [2467]    145118        NA    229311        NA        NA     63260
## [2473]        NA        NA        NA 121463226  90485233        NA
## [2479]  58006147  51053787  23472900  39687528   7017178        NA
## [2485]    325491  96471845  85200000  72000000  72219395  82389560
## [2491]  71502303  19179969  47000000     84961  37566230  70492685
## [2497]  35635046  45670855  37939782 172051787  30324946  27854896
## [2503]  41777564  22734486  44469602  24708699  21160089  64998368
## [2509]  19693891  16311763  12693621  15655665  11634458  27154426
## [2515]        NA  54239856   8662318   7156725  15681020   7070459
## [2521]   6855137   2694071   2315683  39825798   2000000   1569918
## [2527]    106869    273420        NA        NA   4930798  59847242
## [2533]    220914  39825798  43848100  42700000  18663911  11702090
## [2539]  13005485  95860116 127175354  92823600  54000000  68525609
## [2545]  52885587  44667095  42638165  45507053  39511038   6462576
## [2551]  40363530  37623143        NA  33357476  28734552  37300107
## [2557]  27087695  30102717  23618786  26896744  23213577        NA
## [2563]  55461307  20627372  16346122  16204793  15427192  14792779
## [2569]  13998282  19057024  14108518  13854000  77324422  15500000
## [2575]  11540112        NA   4734235   4839383   4193025   5900000
## [2581]   2849142   1686429   1984743   1666262   2319187  13922211
## [2587]        NA     23091    336467      2964        NA        NA
## [2593]   2428883  13571817        NA   1554566    508867   1181197
## [2599]     81525   7774730 234760500 285761243 167780960 177200000
## [2605] 176781728 128067808 130058047 138795342 111936400        NA
## [2611]    317040  94175854        NA        NA  91121452  69800000
## [2617]  79900000  64001297  71588220  47000000  61400000 101978840
## [2623]  56437947  73326666  55184721  50003300  54322273  47860214
## [2629]  47811275        NA  43022524  42672630  42919096  42592530
## [2635]  40064955  39100956  44886089  37882551  40983001  20991497
## [2641]  35007180  35887263  34308901  33771174   6000000  33386128
## [2647]  37877959  32721635  31585300  30259652 163192114  30857814
## [2653]  30226144  35054909  29302097  29106737  28637507  30127963
## [2659]  32645546  27441122  28014536  33860010  26421314  24881000
## [2665]  23089926  26161406  22954968  26384919  22189039  20998709
## [2671]  20801344  21468807  19158074  18843314  20566327  20218921
## [2677]  17411331  21383298  24984868  16459004  15700000  15100000
## [2683]  14938570  17237244  14249005  12701880  10353690  12801190
## [2689]  12549485  13766014  13034417  11632420  12212417  11614236
## [2695]  13337299  10763469  11144518  15608545  10443316  10494147
## [2701]   9929000  10411980        NA  17439163   9396487   9059588
## [2707]   9172810   8735529   8586376   8378141        NA   8080116
## [2713]   7757130   9123834   6409206   6373693   7556708   5306447
## [2719]   5217498   5023275   4956401   4235837   4002955   7219578
## [2725]   3525161   3247816   2412045        NA   2203641   1953732
## [2731]   1954202   1294640        NA    819852     26435   1197786
## [2737]    529766    613556    353743    502028    102055    122288
## [2743]        NA     73548        NA     28870     22723     20380
## [2749]        NA        NA        NA        NA        NA        NA
## [2755]        NA  70906973  66009973  46338728   7691700        NA
## [2761] 101157447     74205 141319195 156645693 178406268        NA
## [2767] 109306210        NA  70001698  68856263  51527787  49122319
## [2773]        NA  61356221  46800000        NA  38048637  34700000
## [2779]  35010192  34793160  30628981  29959436  25571351  27515786
## [2785]  25482931  19900000        NA  16298046  15549702  15483540
## [2791]  20246959  15062898  14348123  15171475        NA  13640000
## [2797]  12550242  12610731  47811275  11204499  10397365   9402410
## [2803]   5990075   5459824   5108820   4741987   4291965   3100650
## [2809]   2474000   2656324   1000000   3958500    403649    274299
## [2815]        NA    183088     46495        NA   1752214  83025853
## [2821] 190871240  56631572  15854988  12282677    447093   7060876
## [2827]  14989761    687081        NA   5501940   2086345   2605039
## [2833] 123922370    163591  73000942 106952327  58607007  57300000
## [2839]  91038276  49369900  61693523  46729374  44726644  44134898
## [2845]  48637684  38176108  28972187  27979400  54257433     23947
## [2851]  60008303  49121934  27141959  27052167  26539321  28501605
## [2857]  52543632  25592632  25440971  22858926  22235901  38916903
## [2863]  16929123  13753931  10996440   8026971  14677654   9975684
## [2869]   7881335   6241697        NA   5871603  16574731   5002310
## [2875]   4919896  25675765   4857376   3169424  18004225   3058380
## [2881]   3074838   2104000  28501651   1172769  17738570   1200000
## [2887]   1150403    403932   1712111   1024175    301305  51872378
## [2893]     31662  28399192   2035566        NA  21078145  14060950
## [2899]  12281500        NA  10725228    214966        NA  11956207
## [2905]        NA   5949693   9030581   4157491   1508689   1227324
## [2911]   4360548  26589953   1039869  48092846   1110186   1089445
## [2917] 204565000 260000000 101736215     71442  79817937  91547205
## [2923]  75074950  78900000  72217000  79568000  65500000  70011073
## [2929]  65269010  63071133  39647595  38087366  64572496  30400000
## [2935]  42365600  37188667  54724272        NA  31597131  31691811
## [2941]  31397498  31179516  31155435  27281507 167007184  25776062
## [2947]  25240988 124868837  22905674  25277561        NA  21133087
## [2953]        NA  37707719  18761993        NA  18595716  31990064
## [2959]  17321573  17613460  21088568  17292381  16300302  27829874
## [2965]  13960203  12902790  21520719  12796277        NA  11634362
## [2971]  11433134  22406362  10198766  15294553  11041228   7918283
## [2977]  22331028   8134217   6982680   6739141   5542025   5032496
## [2983]   6754898   4922166   4903000   4717455   3148482   2326407
## [2989]   2201412        NA   2060953   3950294   2835886   1779284
## [2995]   1702277    261481   1506998    860002    548934    447750
## [3001]    333976    141853    303439    793352    214202    195888
## [3007]    175370    190666        NA    119922 177343675        NA
## [3013]        NA     17149        NA     14616  91443253  30093107
## [3019]        NA  57469179     48856        NA        NA 148170000
## [3025] 460935665  35537564 111722000     10230  90556401  93571803
## [3031]  72755517  52929168  50461335        NA  49797148        NA
## [3037]  46563158  41227069  39025000  38201895  27669413        NA
## [3043]  37766350  23978402  21370057        NA   4884663  38317535
## [3049]        NA  13903262  13592872  18381787  13558739  13103828
## [3055]  33305037  10214647  11501093   4814244   9170214   4068087
## [3061]   3753806   3034181   2832826  13214255  16017403   2807854
## [3067]        NA    540085    352786  76600000        NA  56729973
## [3073]        NA        NA    399879   3275443  18535191     23838
## [3079]  22160085  56715371 434949459  11043445        NA    125169
## [3085]        NA   1165104   1066555   5669081        NA 138339411
## [3091]        NA  80150343  85300000  68353550  78845130  63319509
## [3097]  47536959  63270259  55865715  63231524  52293982        NA
## [3103]  50752337 110175871  38624000  37470017  40485039  16800000
## [3109]  46377022  36696761  36200000        NA  35794166  33583175
## [3115]  32983713  52200504  33000000  30093107  32101000  31487293
## [3121]  30651422  30306281  29500000  30050028  29392418  28563926
## [3127]  28435406  25339117  25600000        NA        NA  27736779
## [3133]  24397469  20384136  25464480  20338609  18272447        NA
## [3139]  17378977  17096053  21371425  33071558  17655201  16247775
## [3145]  16153600  16033556  16667084  15417771        NA  15156200
## [3151]  21589307  20339754  28873374  15102127  13684949  14597405
## [3157]  12570442  12514138  43771291  11703287  11560259  10824921
## [3163]  10561238  14479776   9801782   8070311        NA   8460995
## [3169]   8111360   8828771  67631157   7563670   6619173   6857503
## [3175]        NA   6712241   6842058   6491350   9473382   6197866
## [3181]   6044618   7764027   5998971        NA  21569041   4356743
## [3187]   5484375   5348317   4244155   5004648   3333823   3275585
## [3193]   3193102  54557348   3041803   3060858   1055654   2331318
## [3199]   2185266  26583369    800000   7574066   1754319   1641788
## [3205]   1631839   1309849   1939441    447093        NA   1276984
## [3211]   1987762   1474508   1011054    900926    866778    836641
## [3217]    598645    578527    488872    365734    231417   3093491
## [3223]    244465    756452    228524    226792    221210    136432
## [3229]    131617    152857    126247     82739    169379        NA
## [3235]     15447     19348    100503     92900    140987        NA
## [3241]        NA      5561      3607        NA     70527        NA
## [3247]        NA        NA        NA        NA     11835        NA
## [3253]        NA        NA        NA    128486        NA        NA
## [3259]  16025394   2483955  57176582        NA  43100000        NA
## [3265]    225377  14114488        NA  46300000  12899702        NA
## [3271]    113155   2600000        NA   1602466   3029870        NA
## [3277]   3047539  78900000  30859000   3571735  50000000  63600000
## [3283]        NA        NA  36049108  34074895  33244684  24530513
## [3289]  71519230  20035310  18225165  17804273  16938179  90400000
## [3295]  16235293  11827301  10161099   6610326   6126237   6047856
## [3301]   4681503   4350774   3420871        NA        NA   2955039
## [3307]   1530535   4881867   1043487    770629  11860839    454255
## [3313]    349618        NA    112935    883887     13751        NA
## [3319]    145109   1046166        NA      2874        NA 174635000
## [3325]        NA        NA        NA    171320  14373825        NA
## [3331]       162  32222567  39462438  29200000  21564616        NA
## [3337]        NA  14879556  13569248  34017854   4273372        NA
## [3343]        NA   4440055   4018695  80000000   6262942   1997807
## [3349]   1207007   1829142   3827466  90800000        NA    140244
## [3355]        NA 107930000  76657000  32279955   4992159 163214286
## [3361]  69800000  59889948  52287414  45063889  40066497  36500000
## [3367]  27362712  34746109  34963967  25926543        NA  26049082
## [3373]        NA        NA  22551000  22800000        NA  18090181
## [3379]  17843379  18811135  17278980  16699684  50815288  15047419
## [3385]  14015786        NA  10269307        NA  17536788  58401464
## [3391]   8880705   8279017  10106233        NA   4692814   5018450
## [3397]  25967000        NA   3442820   3205244   3076425   2275557
## [3403]   1789892   6350058   1094798   1071240    532190        NA
## [3409]    686383  16168741    568695    398420        NA    336456
## [3415]    146083    298110    127144    117190    108662        NA
## [3421]     53481     23106     52961    439162        NA        NA
## [3427]        NA     50000    671240        NA  10105505        NA
## [3433]    882290        NA 106593296  43490057  32333860        NA
## [3439]  24792061  17544812  12574715  10281585   5100000  10460089
## [3445]   4239767   4131640   3347439  10814185    533344    206400
## [3451]    197148        NA  54557348   3014541        NA    872643
## [3457]   4443403        NA        NA   1330827   1818681 336530303
## [3463]  12610552 143492840        NA  43800000 134821952  94900000
## [3469]  32391374  40158000 113709992  32131483  35400000  34099640
## [3475]  31973840  37295394 144812796  31501218  28747570  25625110
## [3481]    403932        NA  25000000  21000000  20257000  26005908
## [3487]  18642318  15818967  14891000  16901126        NA  17474107
## [3493]  14003141 304360277  12583510        NA   9190525   9176553
## [3499]   9094451  14612840   9166863   8373585   7292175   6601079
## [3505]   6165429   5694308   5430822        NA   4720371        NA
## [3511]   2921738   2344847   7455447   2148212   2062066   1654367
## [3517]   1738692   2209479   1889522        NA   1110286   1000000
## [3523]    700000   1768416   1425993    306715    382946    518134
## [3529]    236266    196067    532988    453079        NA     46451
## [3535]    233103        NA        NA        NA        NA        NA
## [3541]  41400000        NA   7993039        NA        NA        NA
## [3547]    927107     49526     10696  31607598   6857096    223878
## [3553]       828      8060  84263837    110029  57504069  54215416
## [3559]        NA  31899000  24103594  16842303  13367101        NA
## [3565]  10149779   6173485   4000304   2338695   2024854   2268296
## [3571]   1029017     64148     66637        NA    871577  38400000
## [3577]   4063859    449558        NA        NA   2122561 181360000
## [3583] 137963328 119078393 102308900 102300000  54800000  24004159
## [3589]  43650000  39800000  27457409  25047631  23272306  22168359
## [3595]  21005329  26236603  20400000  18621249  25244700  14545844
## [3601]  13235267  12674183  17508936  12793213        NA  11883495
## [3607]  11797927  17605861  11642254   9203192   7518876   8596914
## [3613]   6851636  11434867   5895238   6670712   5359774   4693919
## [3619]   4859475   4595000   4542775   3588432   4394936        NA
## [3625]   3029081   3273588        NA   2207975   2025238   1028337
## [3631]        NA   2077046        NA    267194    869325    399611
## [3637]    181798    115862   1346503    117560     54606        NA
## [3643]     36497     23807        NA        NA        NA     65804
## [3649]        NA        NA        NA        NA   3895664     20200
## [3655]  31874869    542860        NA        NA     15059  11905519
## [3661]     69582        NA  32541719   3064356   7009668    352684
## [3667]     27024    531806 159600000  58800000  50382128  35811509
## [3673]  24475193        NA   6200756   1292119        NA   3629758
## [3679]   6239558   1056102  27545445     56007    611709    753501
## [3685]     22770   2197331        NA     27445    766487     18434
## [3691]   1196752        NA    795126        NA        NA    563699
## [3697]  83574831  87025093  71897215  64267897  56536016 104007828
## [3703]  50820940  44793200  43771291  44456509  53884821  36000000
## [3709]        NA  34872293  34468224        NA  32453345        NA
## [3715]  27296514  25799043  25530884  27689474  24138847  21994911
## [3721]  21501098  19281235        NA  19421271  20733485        NA
## [3727]  24809547  19097994  23031390  16017403  21197315  17382982
## [3733]  14821531  18656400        NA        NA  14343976 241437427
## [3739]  14123773  15126948  13622333  13464388  13350177  13269963
## [3745]  17768000  12947763  14100000  12200000  17683670  12055108
## [3751]  27285953        NA        NA  11675178  10572742        NA
## [3757]   9658370   9628751   8786715   3432342        NA   6755271
## [3763]        NA   6157157   6088249   5480318        NA   5308707
## [3769]   5009677   4328294   4074023   4306697   3950029   4040588
## [3775]        NA   3049135   4700361   2711210   1980338   1082044
## [3781]   1100000   2445646   2221809    296665   3219029        NA
## [3787]    830210   1040879    326308    240425    228830        NA
## [3793]    223615    124720        NA     99147        NA  65069140
## [3799]     65087     16066        NA        NA        NA        NA
## [3805]        NA        NA        NA        NA     37440        NA
## [3811]        NA        NA        NA        NA        NA        NA
## [3817]        NA        NA        NA    617228    274385  24475416
## [3823]        NA  47277326   1247453   1729969   1705139    238774
## [3829]        NA   8025872        NA    778565        NA        NA
## [3835]        NA   1340891        NA    513836        NA    434417
## [3841]       728  81200000        NA  52700832        NA        NA
## [3847]  13060843        NA   3798532   3609278        NA   1687311
## [3853]        NA  10429707    727883   1391770    713413    410241
## [3859]    278821    211667    706622     92191     49413    199652
## [3865]    181655    108229        NA 112000000        NA        NA
## [3871]        NA        NA      8691     26345   6940281    188870
## [3877]  20772796    199228        NA  34964818        NA        NA
## [3883]   2542264   1487477  62549000 105500000    101055        NA
## [3889]  44566004  39200000  36000000  65007045  31252964    131175
## [3895]  31968347        NA        NA        NA  35385560        NA
## [3901]        NA  20803237  13008928        NA  10941801  15152879
## [3907]  25359200  10515579 180011740  10097096   9821335   8243880
## [3913]        NA   7825820   7557877  14637490   7159147  17314483
## [3919]   6525762        NA   4613815   4301331   4046737   3713002
## [3925]   3468572   2892582   2800000   2426851   1325073        NA
## [3931]    864959   2601847    800000   1429260        NA    562059
## [3937]    399793        NA    371897    302204    354704    265107
## [3943]    185577    100412     58214     75078     64359    317125
## [3949]        NA    146402     18469        NA     12836     20262
## [3955]        NA        NA        NA        NA        NA      4063
## [3961]        NA        NA        NA        NA        NA        NA
## [3967]        NA        NA        NA        NA 198655278    143653
## [3973]     14873        NA   8000000    304137        NA     37606
## [3979]   2956000     19959   2706659  61094903        NA        NA
## [3985]  45857453  83400000        NA  27900000  27900000        NA
## [3991]  14000000        NA        NA        NA        NA        NA
## [3997]  25138292  10305534   9449219   6390032  20167424        NA
## [4003]        NA   5923044   3293258        NA    886410    252652
## [4009]    220234  34350553    101228     96793    123777        NA
## [4015]        NA        NA        NA        NA     29233        NA
## [4021]        NA        NA        NA        NA  77413017   5354039
## [4027]        NA   2926565  13092000   7563397    104257        NA
## [4033]     17311    610968        NA   8108247        NA        NA
## [4039]      7680   3766595        NA        NA   2277396   6517198
## [4045]   5776314        NA 141600000  51100000        NA        NA
## [4051]  16501785  38168022  84749884  24788807  21244913    377420
## [4057]  30000000  20966644  64423650  48056940  19184015        NA
## [4063]        NA  24629916        NA  19472057  27200000  15369573
## [4069]        NA        NA  15935068        NA  11694528    229094
## [4075]        NA  10017041        NA        NA   9016377        NA
## [4081]        NA   7059537   8114507   7888703   7282851   6879730
## [4087]   5844929        NA   3222857   4170647   4142507   4109095
## [4093]   4033268        NA   3902679   3559990        NA   3287435
## [4099]   3071947   2961991   4063238   2912363   3000000   2223990
## [4105]   1821983   2181290   2848578    703002   3105269        NA
## [4111]    252726    373060   1007535        NA    418268        NA
## [4117]        NA    200803  33631221        NA     95016     73678
## [4123]    143000     39852     22000    128937        NA        NA
## [4129] 334185206        NA      5005        NA        NA        NA
## [4135]        NA        NA        NA        NA        NA        NA
## [4141]        NA 201148159        NA        NA   5595428        NA
## [4147]        NA   3123749        NA    100675        NA   3645438
## [4153]        NA        NA  22201636  25000000  19170001  22202612
## [4159]  86300000    952620        NA   9054736        NA        NA
## [4165]        NA        NA        NA        NA 119500000  32600000
## [4171]   3826455   3130592    475000  10654581   2276368     38108
## [4177]        NA        NA        NA        NA  40041683  33349949
## [4183]  33386128  25809813  14400000        NA        NA  32230907
## [4189]   6401336  26781723   5400000        NA   1282084   1186323
## [4195]   1094998   3325638    395592   6851969    333658  12995673
## [4201]    173783    118666 114324072     71904     99851    115504
## [4207]      5725     75727    322157        NA        NA        NA
## [4213]   5731103    978908    438653        NA    327919        NA
## [4219]        NA    178739    565592        NA     27012        NA
## [4225]        NA  76400000        NA        NA  36200000  21300000
## [4231]    379643  12985267        NA        NA        NA        NA
## [4237]        NA        NA  23650000    510092    313436      3330
## [4243]        NA        NA        NA        NA        NA  24800000
## [4249]    792966        NA        NA  14673301        NA        NA
## [4255]   9003011  11546543        NA  11533945  12555230  11284657
## [4261]  34522221        NA        NA   7002255   6719300   6003587
## [4267]   5792822   5383834   4599680        NA   6531491   4581222
## [4273]        NA   3885134   4311834   3590010   3300230   3335839
## [4279]   2557668   2506446   7369373        NA   4414535   1984378
## [4285]   2283276   1098224   1430185   1477002        NA   1134049
## [4291]    977600    653621    110000    444354    535249        NA
## [4297]    371081    347578    124494        NA    120620    100669
## [4303]        NA    186354        NA     55202        NA    549632
## [4309]    137945     17580        NA     12667    198407  13973532
## [4315]        NA      5824      2843        NA      4958        NA
## [4321]        NA        NA        NA        NA        NA     13220
## [4327]        NA        NA      7927        NA        NA        NA
## [4333]        NA      2436      4556        NA        NA        NA
## [4339]        NA        NA        NA        NA        NA   4600000
## [4345]   1420578        NA   1028658    466702        NA     18435
## [4351]  35266619     95236  26505000   2957978        NA    444044
## [4357]  40990055   1445366        NA        NA   5709616  12784397
## [4363]        NA   3050934    841206        NA    638476        NA
## [4369]    505295        NA        NA        NA        NA        NA
## [4375]        NA   7267324    145540        NA        NA  12589108
## [4381]        NA  35918429     92401   1943649    992238   4231500
## [4387]    396035        NA        NA        NA   2507106   6026908
## [4393]   2592808   1060591        NA    155972        NA    129319
## [4399]     26893      2580        NA  58885635  19067631  11806119
## [4405]        NA   7417210   7362100   7022940    190666        NA
## [4411]        NA   5132222   2365931  53991137        NA   1221261
## [4417]   2408553    712294   3447339    418953    406035    402820
## [4423]        NA    373967    194568        NA        NA    163245
## [4429]    119841    173066     92362    105943        NA    183490
## [4435]      3478     52166        NA   1163508        NA        NA
## [4441]        NA        NA        NA        NA        NA        NA
## [4447]  80033643        NA        NA 184925485    304124        NA
## [4453]     36830        NA        NA    231186        NA        NA
## [4459]   3650677        NA        NA   1647780    695229    638951
## [4465]    609042      1521  32940507        NA        NA        NA
## [4471]     19539    100358        NA        NA        NA  19100000
## [4477]        NA        NA   2833383        NA        NA        NA
## [4483]        NA        NA  24741700  55153403  18488314        NA
## [4489]     11278  79363785  13876974   9180275        NA  22494487
## [4495]   2199853   2859955   2812029        NA   6100000    375723
## [4501]    594904     58936     24784      7826        NA      3830
## [4507]        NA        NA        NA        NA        NA   2850263
## [4513]        NA        NA        NA  16101109      6013        NA
## [4519]   1400000    247740     39659        NA     56129   4105123
## [4525]        NA        NA        NA        NA        NA        NA
## [4531] 117235247        NA  21378000        NA  31537320        NA
## [4537]  17986000  16067035  18112929  14564027  20773070  10042266
## [4543]  10037390   9701559   9013113  53245055   9000000        NA
## [4549]  23808111        NA   5355376   7186670        NA   5997134
## [4555]   4417124   5355847   3386698 143492840   5283379   2981638
## [4561]   3122616   2508841   4946250   1950218   1277257  45857453
## [4567]   1677838   1744858        NA  80021740    982214    798341
## [4573]    610991        NA    582024    548712    464655    464126
## [4579]    428535    750100    621240    104077    334658    279282
## [4585]  43982842    484221    274661    144431    227241    112521
## [4591]    287761    100240     96734     49000    100659     48430
## [4597]     21210        NA     22434     12996        NA     10018
## [4603]     62480      6387      5494        NA       721       703
## [4609]        NA        NA        NA        NA        NA        NA
## [4615]        NA        NA        NA        NA        NA        NA
## [4621]        NA        NA        NA        NA        NA        NA
## [4627]        NA        NA        NA        NA        NA   2319187
## [4633]        NA        NA        NA        NA        NA        NA
## [4639]   9600000     20186   1185783        NA   1007962    381186
## [4645]    439958  16097842      6643 102797150    442638  42919096
## [4651]    819939        NA        NA   1243961   3094687     15278
## [4657]        NA        NA        NA   7098492        NA   4771000
## [4663]   1001437   2073984      9950        NA        NA    144583
## [4669]        NA     58163     35688     41709   1310270        NA
## [4675] 115000000        NA   5518918   4007792   7705974     26297
## [4681]     77501  42638165        NA     47329     18378        NA
## [4687]        NA        NA   7830611   3278611        NA   1141829
## [4693]        NA        NA 218051260  32048809   2694973     10508
## [4699]   2301777        NA    169719        NA        NA        NA
## [4705]        NA        NA   3000000 140530114  13300000        NA
## [4711]    171988     23616     13493     79043        NA        NA
## [4717]        NA        NA        NA    515005      2245        NA
## [4723]        NA  33451479        NA  39552600  30500882        NA
## [4729]  17000000   8044906   5739376   3773863   3117666   2047570
## [4735]   1250798   1127331    906666   1114943   1111615    985341
## [4741]    603943    334041    295468    243347    154077    342936
## [4747]    151389    269061    133778        NA     52850     98017
## [4753] 177343675     31937     13134    237301        NA     12055
## [4759]      1332        NA        NA        NA    316842        NA
## [4765]        NA        NA        NA        NA        NA  37188667
## [4771]        NA        NA        NA        NA        NA        NA
## [4777]     21199        NA 234903076        NA   2712293    768045
## [4783]        NA    379122     23000        NA   2300000        NA
## [4789]   2938208      9910        NA  44540956    258113 107917283
## [4795]   1293295   1229197   1689999     11798        NA    592014
## [4801]    425899        NA    126387        NA  80276912        NA
## [4807]        NA     25918        NA        NA        NA    617172
## [4813]   2808000        NA     12843     34151   1523883   4000000
## [4819]     84689        NA        NA  47000000        NA    246574
## [4825]        NA    110197   7707563   1281176  16115878   1652472
## [4831]   2360184        NA    255352    856942        NA        NA
## [4837]     32631     16892     12438     40542      5199        NA
## [4843]  24343673      1711        NA      2468        NA        NA
## [4849]        NA        NA        NA    318622  12006514   4186931
## [4855]        NA   3799339   1977544   1050600    902835        NA
## [4861]    489220    212285    203134    191309   3388210        NA
## [4867]    177840     47111     49494        NA        NA     45661
## [4873]        NA     18195        NA        NA        NA        NA
## [4879]        NA        NA        NA        NA        NA        NA
## [4885]        NA        NA        NA        NA    104792        NA
## [4891]    111300   1027119        NA   5000000        NA        NA
## [4897]   4505922   3500000        NA    381225   2428241     78030
## [4903]     59774    174682    215185  32154410        NA        NA
## [4909]        NA    140016        NA        NA        NA     15542
## [4915]        NA      1111        NA        NA        NA        NA
## [4921]        NA    925402    469947   7137502        NA        NA
## [4927]   1316074        NA  15180000        NA   2882062   9437933
## [4933]    110720    155984        NA        NA  30859000        NA
## [4939]      4914        NA      5858   6706368        NA        NA
## [4945]    405614        NA        NA   1573712        NA        NA
## [4951]        NA        NA        NA        NA        NA  10174663
## [4957]  22757819        NA   3000000   5228617   2643689        NA
## [4963]    110536        NA     59379        NA        NA        NA
## [4969]        NA        NA        NA  32721635        NA   3216970
## [4975]     33598    536767        NA  11529368     40557     30084
## [4981]        NA        NA        NA        NA  10246600        NA
## [4987]        NA    389804        NA        NA        NA        NA
## [4993]        NA        NA        NA        NA        NA    241816
## [4999]    277233        NA        NA    321952        NA     24705
## [5005]    243768        NA        NA      9609   3151130      8231
## [5011]        NA   2856622  10499968        NA        NA   1227508
## [5017]        NA        NA        NA        NA        NA    192467
## [5023]        NA     76382        NA    180483    136007    673780
## [5029]        NA     94596        NA        NA        NA    424760
## [5035]     70071   2040920        NA      4584        NA        NA
## [5041]        NA     10443     85222
sub(pattern = "NA$", replacement = " ", x = "x")
## [1] "x"
uservotes = mydata$users_votes
uservotes
##    [1]  886204  471220  275868 1144337       8  212204  383056  294810
##    [9]  462669  321795  371639  240396  330784  522040  181792  548573
##   [17]  149922  995415  370704  268154  354228  451803  211765  483540
##   [25]  149019  316018  793059  272670  202382  418214  522030  411164
##   [33]  557489  306320  383427  235025  323207  242420  175409  321227
##   [41]  264183  101178  223393  544884  286095  278232  465019  514125
##   [49]  395573  106416  362912  222403  381148  326180  333847   62836
##   [57]  273556   53607  718837  121084  283418   72809  139593   42372
##   [65]  286506  148379 1676169  665575  114553  696338  245333  129601
##   [73]  117927  118992  115099  431620  144337  174578  345198  106072
##   [81]  522371  228554  252257  317542    2138  116994  496749  138661
##   [89]  128306  279093  272534  120798   58137  485430  305340  682155
##   [97]  928227 1468200     374  637246  272223  459346  518537  166137
##  [105]  124185   82380   21352  211971  111609  188457  106446  254111
##  [113]  513158  138863  355137  385670  343648  530870  320284  473887
##  [121]  980946  146019  130272  361924  364948  421658  421818  414070
##  [129]  552503  207839  536314  146766   33042  152826  199039  232187
##  [137]   89442   42372  105902  182718  118951  256695  164238   17590
##  [145]   85086   39956   47900  381672  119213  169914   69757  322395
##  [153]  270207  142440   64322  365104  123553  110788  317166  128682
##  [161]  504419  544665  221128   51892   45455  392474  127497  212106
##  [169]  146352   77673   72259  508818  157519  168207  185394   32399
##  [177]  326286   16769   12572  406020   62424  183208   60230  491077
##  [185]  307029  313866  498397  185394   70121  334345  178126  114287
##  [193]  245621  200022  177383  382255  102338  158720   38438     381
##  [201]   67223  172754  444683   91640     374  809474     252  305008
##  [209]  314253   58498  405973  284792  338635  229679  240241  101411
##  [217]  229823  189855  141414  333248  242188  133076  213275  440084
##  [225]  182661   40123  100821  456260   36471  338087  183909  182899
##  [233]   57873   35066  148280  387436  520104  464310  585659  328067
##  [241]  534658  150618   20567   55994   37750  167085  582917   62271
##  [249]   17533  110486  234480  147497  149680  207613  284852  348861
##  [257]  154621  264318   53160  136019   25402  225273   66593   13581
##  [265]   44296  254841   27257   60573  184561  336235 1238746   68720
##  [273]   79186   36033  387632  217373   94172   89351  472488       6
##  [281]  263329    4102  218341  982637  399651  387616  470483  177725
##  [289]  744891  230931  324671  190439  149998   85531  189806   84424
##  [297]  955174  102933  128285  246803  255447  108076   87677   39956
##  [305]   85833  176598   89509  400292  780588  190786  221521  284825
##  [313]   65785   87451  115687   71527   52029  127258   33953   40751
##  [321]   71782   20295  110364   27918   18697  248045  314033   38690
##  [329]   54077   49739  292022  106790  343274   59581   58300  145321
##  [337]  103737  125109  692482 1215718 1100446   54501  157016  172707
##  [345]  219501  403836   68935  165618   16832  479166   21102  141179
##  [353]  403014  385871  149947  160440   98403  152601  166791  236421
##  [361]  145350  873649  171792  307539  330152  299258  477300      57
##  [369]   72591    9418  183247  156348   89770  238747   32049  200556
##  [377]  101834   86152   86627  102747   40862   52136  121259   60467
##  [385]  165333   87785   58227   45602   49311  110486  113065  148238
##  [393]    2508   57661  144053  272223  394317  132501  348232  146134
##  [401]  402645   88542  164148  142496  159910  166693   26413  110073
##  [409]  182757  188116   69860  256928   65270  341058  188887   82731
##  [417]  106528  119286  179500   35446  169023   61417   19228   70838
##  [425]  273921   77029   39391   71424  203458  246492   29932   10233
##  [433]  243053  208422  301279  100001  296904  270226  300542  701607
##  [441]  375879  215255  127345  117212   27838  135601  125036  130070
##  [449]   22838  107817  168172   91092  786092   48500  103022  283967
##  [457]   72326  200359  172878  213483  225282  150764  118483  227072
##  [465]   63625   58184  112167   65499  139423   76099  303185   60910
##  [473]   16385   44143   44662   58402   86422     666   56501   11427
##  [481]   27543  103787   22955  155532   71574   83560   80639   98472
##  [489]  172217     979   55913  151424   45231   53132    8913   65464
##  [497]   24183   37446   53057   56403   24868   58752   47612   25843
##  [505]    7630   16474   84508     230  610568  644348   67296   64387
##  [513]  204063   67856   60370  191912   28276   65037   16611   24407
##  [521]  141533  286877  430055  278362  266636  361767  452928  299852
##  [529]  259492  194249  266103   98693   28635   36491  447979  181443
##  [537]  303864   36919   16271   49536   88451  132415   55901   29450
##  [545]   59435  176936   93494   72867  175960   65668   71137   57038
##  [553]   55350   31080  138190   93790   52244   31293   44248   35510
##  [561]   14280   45815  245152  142403  197584   64121   81611   27130
##  [569]   59352  100837  101386  130776   33884  736638  143525  259083
##  [577]   45031   34435   11798  193770   74343  271592  314630  263853
##  [585]   74274  142569   34359   98989  885175  182802  115687  269858
##  [593]  119807   49049  206776   78635  143628   31649  103241  203154
##  [601]   56741  154955  350698   43559  116159  102248  131217   84118
##  [609]  138582   58023  212085   96385   43709   39659   88146   41663
##  [617]  117096   61995   43651  105556   22264   16761   26893   25572
##  [625]    5116   38983   72868   31124  177653   44891   86504  184637
##  [633]  101899  385943   32224  117739   52496   53970  103230  133526
##  [641]   27481  174248   80338  128629   88132   15114   85720   29285
##  [649]  881236  136954  158864  328159   75573  197412 1217752  208817
##  [657]  240241   34561  243834  151812  212499  135404  272789  103589
##  [665]   60165   96096   77390   34473   67395   61490  213863  227071
##  [673]   24735  149337  147641  132954   41776   23940  104831  166610
##  [681]   60508   49300   67707 1347461   46951    8739   43376    8560
##  [689]   65709   25474   71202  111102   17025  134625  190490  162909
##  [697]   25681  613473   35314   69663   11584   39471   65297   43027
##  [705]   43300   38076  272839  129995   24089  607235  211296  116681
##  [713]  782610   99989   63912  569841  407601  199025   42705  667983
##  [721]   91093   49486  156898   46031  285623   85673  124641   83506
##  [729]   60476   42737  138246   63493   85844  238916   97047   32353
##  [737]  293662  102129   48753  226570   99043   33158  180479   23476
##  [745]  143121  163130  266310   14888  120795   68406  244566   23302
##  [753]   72287   88225   89816   11370   31209   26404   61966   35918
##  [761]   99035   75329   69484  170179  256213   40883   55749  246698
##  [769]   51252  107859  173530   76770  124222  113295   41727   10883
##  [777]   42144   41259   58450   76560   47954   75201   19176   69319
##  [785]   73368   54314   44099   45296  207287   27517   51349   97089
##  [793]   36144  120416  995415   31788   63363   35565   57100   14596
##  [801]   41288  107028   31640   44966   35599   60232   53864   47320
##  [809]   38398   22570    1212   18209  479047   16260  325264   47968
##  [817]   24420   82819   15517   92106   27664   27019   29523  159931
##  [825]  131447   28807   80025  259519   70681   78343   38298   87745
##  [833]   28099   26992   66308   53118 1251222   57276  260442  119675
##  [841]  126357   86556  244840   56168  162331  323353  127571   85903
##  [849]  229574   68417   81026  338383  126746   36587   94407  735784
##  [857]   56874   63982  512749   75365   78974   96690   40858   67191
##  [865]   88049   18042  207686   29205  145422   46239   49207  104066
##  [873]   35830   27191   44453   67005   36877  199056   40346   38533
##  [881]   96654   54787  110614   13215    8983   10417   24285   11148
##  [889]   61680   62607   67822   19706  158267  232710   39247  267980
##  [897]   58658   68417   76331   41620   20740   58416   86347  224013
##  [905]   21283  115216  101221  217480  155496    6082   18310  525801
##  [913]  216032  102167  145974   95437   66382  138941  136680  100743
##  [921]  333542   97775   42324  185878   21396   15740  220758  467113
##  [929]  200035  145257  189923  471644  224671   80580  131227  110432
##  [937]  287822  135246  156717  258186  239752  271691   33354   46482
##  [945]   54010  101178  273108  111368   34471  111003  186879   58412
##  [953]   71153  375456   58961   27548  283563   91176  200647   43328
##  [961]  791783   81444    1824   12845   36431   40362  159868   63067
##  [969]  195043  109188   47764   45580   50170   39529   60326  261069
##  [977]  172792   48322  172112  107227   54101   60293   68428  136973
##  [985]   46451  151580   74315   45895   17997   20310  176169   30890
##  [993]   58349   26034    4438   34896   11257   80140   43574   62981
## [1001]   86374   18404   92461   49926   34356   80196   54021    7945
## [1009]  128455  139535    3077   88270   19829   76010  189249   63599
## [1017]   55889   85237   46239   16562   33186   12037   38513   33535
## [1025]   58015    9227  113483   67796   34730   34964   15880    8070
## [1033]   81800   19824   77684   50391   14429   90932  170684  515306
## [1041]   70886  172965  120202  206104    1263  137854   40568   93367
## [1049]  148490   64595   81888   12771  237872  133436   71708  122347
## [1057]    5639   47819   73068   22447  172489   54057    8693   11913
## [1065]   98199   47573  218771   97838   45729   40126  220392    2581
## [1073]     491   60884  238671  111526  137377   85323   53687   59569
## [1081]   45798  184795   81442   43358  383591  305929  123558  119590
## [1089]   75176  191437   92702   57281   73539   90539  318634  211226
## [1097]  124765   50148   37911    5888   30255  155745    9380  149549
## [1105]   87165   21215   32544   20688  104301   79141  114692   30055
## [1113]   97087   91860  152591  112769   81523   15455   24757   16580
## [1121]   42621   35140  203461   27648   11388   23996  132423   26551
## [1129]   15697   36455   48245   17307   19114   15762    3803   89568
## [1137]    4377  452465  213668   96565  154487  117606   13995   90360
## [1145]    9830  156225   28618   73006   34597   85198   46158   88844
## [1153]   47364  117999  408302  203269  140499  106909   20183  133177
## [1161]   21554   74169   30077   11453   63677  119622   74009   91151
## [1169]   42547   38203  248123  149414   34203  247020   22309    1558
## [1177]   24657  187181     590  137003   29861  704766  125198   34809
## [1185]  126907  358416  227824   56646  340085  327367  220020   40227
## [1193]   99558   75152  203963   71754   64989  479453  132048   93748
## [1201]   98535  283480   85629  143835   79264   66511  137891   97045
## [1209]   48806  130661   28621  113068  110394  656640  127528  166194
## [1217]  109445  113472   31968   87351  103589  146899  104481   75345
## [1225]  178118   86902  147317   35508   77415   52805  104991  173848
## [1233]  210542  844052  114294   20615  236000   69457  171418    7900
## [1241]  147504  114321   87447   37398   54421   25465   46221   89557
## [1249]   56509   17443   92789   49612   20201   81334  192462   30394
## [1257]  104119  104564   68159   84382   10132   83788   29968   95860
## [1265]   36223    8495   50199  136093   18723   81298   58871   35834
## [1273]   25346   41685   12093   10446   26051   12856   84357   70292
## [1281]   37412   67797   13830   76498   11156   21319   11232   23747
## [1289]   16741   49874   79892   14226   27305  145270    8692  139114
## [1297]   19364   17365  534262   17722   43442   15231   10413   17309
## [1305]   35990   28618   46205    7794    2933   24216  121432   19986
## [1313]    4821   15130  190132   30842    2458   28429   20201  186982
## [1321]   54650   22010   65474   22897    3322  181472   15790    3789
## [1329]  136580   62756  114925   32412  272227   73886  242599    5917
## [1337]   49934   46480   36894   83786  163665   17810   44885   60504
## [1345]   24557   95367   38383    2169   76016   30667   44168   23473
## [1353]   19686    8433  137722   14066   34592   86955   17859  258078
## [1361]  125305    9740    4757   52908  105144    6691   16673   55617
## [1369]  146708  280228   57266  248468   28109  312629  241030   75347
## [1377]   39440   17948  348007   98899   60572  316671    4387   38399
## [1385]   48636  139184    6069   31113   38348   39778    8531   12375
## [1393]   75864  220591    1977    8860   15046  583341   21912  181225
## [1401]  269033    3865  128010  223127    2185   84325  353442  240962
## [1409]  286178   63330   97664  127503  191470   94241   33887  142067
## [1417]  414219   61321   32416   61018  149285   79877  125219   20827
## [1425]   53786   32370  270228   28041  117719   63923  104005   31191
## [1433]  119974   32157   40651   25883  225122  198701  105446   84131
## [1441]  107772  304318   40654   48019    1641   30771   16323   53115
## [1449]  497946  124765    8143   94456  168314  102728   86205   43991
## [1457]  105478   40964   48621   38017   54346   28257   31751   16193
## [1465]   19230   17124   78256   47800   44788   65044   15788   54643
## [1473]   52052   63548   26126   95274   34948   28130   90046   51842
## [1481]   12399   11482   23351   41170    4795   55630   28542   12077
## [1489]   44931   31918  136367   11512   47498   14962   48999   15015
## [1497]   77394    2189   70698   70568   10410   23181   11747   28584
## [1505]    9852    4885   11101   68885    2138   28848     219  310903
## [1513]   23072   36267  190990    8367   36914   85589   50041   45497
## [1521]    3740   23916   21223   16255  181879   27580   66941    4265
## [1529]   49312   45394  115649   22220  124242   50919   83097   24826
## [1537]  681857   62770  189812   62198  147597   63839   20219   61396
## [1545]   65551  218711  310540   54390   89424   46961   37493   19671
## [1553]  379462   38949  164608   11347   25193   10018  186606  156267
## [1561]   69197   18771   53028   87768   21506    5176   60596    5600
## [1569]    8039   21481    3088  450676   50523   30230   17319   52339
## [1577]  264047   69534  475518   30339   50389   81866   69790   66123
## [1585]   62986  172080  161858  200260  623757  260981  145852   14281
## [1593]  160776  143696   87665  185338   96607  160321   94049   31817
## [1601] 1023511  531737   58906  338415  482064  123940  396396  124501
## [1609]   31760    8146   12549  112175  270238  107557  184641  428916
## [1617]   19079   94435   34258  217507   42746  109894   34079   18973
## [1625]   79094   37479  122187  301149   19547  198066   28942   43743
## [1633]   15074   76850   68565   98160  167967   12570  192930   74630
## [1641]   39306   25484  188785   34910  196217  147128  158354   93767
## [1649]   43378   47297   26066  186977  138435  277172   88518   54042
## [1657]  112669   49349  159198    3322   36363   49205  108242   21767
## [1665]  135643   33067   12466  111117  148327   31984   15600   30651
## [1673]   21998   15843    9283   23579   53884   54447   47003   15052
## [1681]   78974   12164  146364   70341   65979   23345    7073   43764
## [1689]  143368   65628   32815   45775   79517   33669   53053   28606
## [1697]   11520   44979   85024   70771   14747   11003   56451  114241
## [1705]   22449   30092    9682   24033  126307   21086    2308   52069
## [1713]   25558  101888  221000   54147   29715    9004    3926   23864
## [1721]    8215   38503  136104    4670    9214   36487   52972    4599
## [1729]   10175    3279   12410     393   14618    3302   97697  188637
## [1737]   20839   44816   16222   88682   71596   14315   16984    9913
## [1745]    8134   28632   92850  260939  119928  329969   14005   59232
## [1753]    2167  130094  592582  195255  182983   24663   36636  194422
## [1761]   61317    8227  209133  177828  106755   72085   85423   44394
## [1769]  201084   78008   60494   59068  435864   77935   27378   29738
## [1777]  193455  461609   34427   69355   72693    9338   10369   44103
## [1785]   22250   29971    4288   43006   11476   23775   21606   61269
## [1793]  202967   10266   32103   74374  298590   74476   10791   12980
## [1801]   64625   47203   38177   55513   15352  106221   50653  142448
## [1809]   22304    6476  144021   42761  262153   45271   34488   99557
## [1817]  156929   61777    3446   19568    8309   60555   16555   17436
## [1825]   15866   19611   42876   14612   49405   23767    4257     926
## [1833]   84209   96693  313797  175524   87950  107801  255257   57958
## [1841]   54096   62037  133415   40277   94108  120786  225102   80870
## [1849]  161168   48973   11212   28247   88035   11092   66579   44913
## [1857]   72886   10667   16194    7772    8118   31798    5006    8008
## [1865]   57674  111351  179235  181380  383784  561773   40941  483756
## [1873]   43084   89972  865020  318955   29282   33180    3170   89101
## [1881]    2863   23943  296787   42765  219008  612060   75903  171568
## [1889]  150308   46417   21176  168717   95241   57040   80958  102861
## [1897]   76882  110390  174591    4265  203111   70205  267921  728685
## [1905]   26755   49676  537442   36253   70274  101977   22748  372990
## [1913]   12218    5674   29661   44838   53126   63969   13194   35833
## [1921]   86251   48095   45102   74622   34942  102123  116762   88714
## [1929]   22243   14612   87331   75973   39768   25019   28377   60202
## [1937]   10161 1689764   19699   63459   48559   67797   19737   58297
## [1945]   32507   36108   41310    7968  104356   74691   40776   72673
## [1953]  109855  162067   12263    8398    5817    4086   22289   76303
## [1961]   60062    9361   16411  171151   15814   11211   87682   59900
## [1969]   20823   16995   39357   15531   23664   23696   43903   21098
## [1977]   92464    5525  332276   24145   21940   17757    7909   18693
## [1985]   47169    5668   27117   14581    4972  177401    3334    4875
## [1993]   11375   44198  115650   24790    3229   59462   30628   96480
## [2001]   14982    7100    5841    9264   69676   64944    5385   18395
## [2009]    2395     753     891   80861   34338    5911    5900    1084
## [2017]   52846   33107   61621  162130   33958  124941    8885   15310
## [2025]   90374   51459  185258   63274   55398   16469  149835   30119
## [2033]  109620    5431  125421   22844   14637   10895   11709   10100
## [2041]   16437   72552   12821    2265    2541    2919   80574  214091
## [2049]  386217  316020  119450  837759  172405   83269  181058  188652
## [2057]  193962   19709  355126   32513   53415    4191   14786   30092
## [2065]    3914   72646   30840   20163    3174   17740   14473   60115
## [2073]   32003    4693    8924    1781   17373    6263  209396  136667
## [2081]   53341  154199  247289   64742   26434   44021   54631   47383
## [2089]  171726   52894   48909  121937   15448  208092   62584   52888
## [2097]   13455   41239   59805   28621    2587   33287   15665   31227
## [2105]  128593  263336   25462   60926   18900   82804    7242   56813
## [2113]   35018    2253    1547    8176   26767   31433   59507   21394
## [2121]   29322   16831   48873    9513   34985    5166   83171  133367
## [2129]   12278   69980    6920   67893   19832  162037   89547   25086
## [2137]   22649  533607   52533    6067  237248   80556   13065    4398
## [2145]   45992   15079   11983  149066    2295   39764    7748   77493
## [2153]  661017  200077  139288   24969   84824   30058  887467  114610
## [2161]   47794   51314   17829  300110   22679   35965  186984  210680
## [2169]   81783   44979   98794  205284   58222   62421  439176   28649
## [2177]    7664  357581   44723    7354   82476    4654   50415   13324
## [2185]   61114   11634   25960   62364   13319  141663   18915    1922
## [2193]   89687  113068  195333   40469   38658    5427   49680   28005
## [2201]   18481   79461   19126   39095  243799   54242   99236  136048
## [2209]   35131   42315   50337    9352  136673   12276   75920   55008
## [2217]   90677   23424   55441  143137   26624    9845  152247  666937
## [2225]   41273   94892  185587   15877  105797  101730   32951   25870
## [2233]   15230   10986   39541   22604    5332   34774    4303   50198
## [2241]   42664   12417  422432   36983   31323   20539    2061   33597
## [2249]   18366   83786  426359   26100   49888  219091    4180    9105
## [2257]   99353     114    3875   68119  189683   13210  348010   14147
## [2265]   23076   35137    6484   20186   74945   26236   23928   58957
## [2273]   82082   26390  112516   29385    5796   24019   69172   21542
## [2281]   60516   22823   92237    6701   79855   13505   32567   35586
## [2289]   16372   61360   17349   30083   89547   60156   49855   25371
## [2297]   21933    9785    6838    3454   61935    3851    7894   15612
## [2305]    8560   59248   15169   18571   10037   15978   80617   89383
## [2313]   24997   37626   11958   29649   45799    6904   14301   48346
## [2321]   28629   41737   55842  221552    4293    2998   43205    2302
## [2329]    4518  261317    8087   16215   14015    7976   13727    2613
## [2337]   41249    3843   11391    7147   13026    9868      18    6147
## [2345]   20821     118    5154   25450    5203     102      50     178
## [2353]   21833   43879   77656   29602  186485  160418   30213   62861
## [2361]  222018   65512  610333  732212   45317    8346      60   77987
## [2369]   57479   53977      29    2855   93272  417971    1904   17982
## [2377]   98741   72715   71276    6156   43867    5147    1153    3536
## [2385]     550   80903  143251   78883     625  213226   94292  216581
## [2393]  265818  153468  297014  131801   58743   96569   59380   24854
## [2401]   49077   10104  107815  183425   13562   18727  290949  270790
## [2409]   27664  245989   35718   65201   65785   27149  395087  150082
## [2417]   83374   36666  101889   29621   46492   35514   17277   52467
## [2425]   62009  235133   25344   14870   14062  279179   31169   15817
## [2433]    9051    8023   39105   93548   28209   64646    1400   23728
## [2441]   27629   19586   46396    8895    7470   10680   29591   10832
## [2449]   15352  142416   31898   37635  194489    2541   30618    6091
## [2457]   31359   25165   27882   12854   52958     436   10082   26730
## [2465]   13359   14324   10111    2541     899   49669    4510   14325
## [2473]    4693   30215   48162  422606    9544    5693   67653   45900
## [2481]  264533  140780    1633   13133    4387  268581  488537   66959
## [2489]  105585  106820  149966   54710  157857  149414    3407   11600
## [2497]  121058   67978   62272  264186   48458   64190  129719   11815
## [2505]   23480    7991    8522  213898   12993   50656   10885    9104
## [2513]    2045   52852    4550  125016   15033   22639   33570    4600
## [2521]   88590    3222    4081  295375    1275   16234   13762   32671
## [2529]   10706    3701   16268   55895   13239  295375  119150   78392
## [2537]   46204   37700   56665  277451  288451  149108   26310  132963
## [2545]   35312  190030   42182  237848   56269    1449   18254  467234
## [2553]    7210    7392    9566   29147   41664   28736  352695   16582
## [2561]  198111   18041    4654   13661   25549   92712   11768   24256
## [2569]   24854  113963    8215   21079  178731   51996    2385    5237
## [2577]    8217   21613   30682   98629   24104    8687   20616    5321
## [2585]   92640   18271   30587    5664   45449    7444  155249   12817
## [2593]   21370    5312   19164    8624    1033    3299   29392   61912
## [2601]  126464  311075   36918   77366  219171  217740  822500  503631
## [2609]   87538   18058    6723   60988    2659      62  467613   18140
## [2617]   12974   32002  134869  157857   71183   77724   85333  189413
## [2625]    9811   36624  139749   34711   29008  232577   67604   27580
## [2633]   64747   29867   92074   13442   69576   80305  181025   39782
## [2641]   26846  265507   15939   27044  192775   36372   86664   67822
## [2649]   38248   26905  229687  294163   47626  431578   23408   15582
## [2657]  212167   12596    8427   14322   73347   33088   28964   57140
## [2665]  166269   13874   45703  189032   17074    6095   49721   13048
## [2673]   17983   27486   15385   14814   17328  187170   50056   13320
## [2681]  332065   22797  111625   57210   39788    2037    2673   16340
## [2689]    4603  106111   55665   19768   30643    9294    9649   13692
## [2697]    2724   53471    7159    7403  152306   22649    7122  537419
## [2705]   52421   17261   24150    8055   26598   18966    1465    6562
## [2713]  307639    4065   32311   11498   30284   58967    3668   34194
## [2721]   12601  175962   33745  235992   15388   36145  109873    3828
## [2729]   42792    4996    5917   69569    1933    6690  111841   55928
## [2737]   22345    9427   20730   31589   24570   64777    2699   47574
## [2745]     609   14280    2236    7519    3425    4006   41638    5018
## [2753]      80    9177     695  437418   38202  167750   12937     993
## [2761]  277505   18646  641997   55101  213476      10   44096    1554
## [2769]   76842   69733   45603   47169  172493   19505   76477    5563
## [2777]   47814   52846    6352   15730   15047   82327    3135    8904
## [2785]    9693   17262   16294   22207   24038   56338    5721   11729
## [2793]    9323   19805   13548    6011   13866   38985   29008   38142
## [2801]   11693   11233   89906   92781   12519    6782    9334    7277
## [2809]    2427   16444     524   17933    3174   11077    6069   11704
## [2817]   12053    9928   60460  259837  167089  123390   36542   28159
## [2825]   12590   44795  185845    5602     271  248354   64556   85022
## [2833]   98348     912   74351  551363  182910  790926   47876   36108
## [2841]    6276  116625   42614   72803   16979  222099   28805   37611
## [2849]   12983  357579    9285    6528   19547   24834    7984   31371
## [2857]   12676  220475  289508  254404    4339   15664   21406  132149
## [2865]   19707    1520  161288   20033   21212   16059     335    3116
## [2873]   27675   25541   21530   60407   63084   18442   28573    4767
## [2881]   56264    1595   88037   28068  351274     922   14143    5254
## [2889]    7199   82331   31414   88241      90    5663   77305   16281
## [2897]   26493   14354  163492    9957   75675   28483   14193   24012
## [2905]    3256  114762  132386   79330    5648    6921   13371  165792
## [2913]   14757   61753   31943    2676  284252  412454  315549   12029
## [2921]   39798   34579   22147   91414  216486   71842   66966   57996
## [2929]   90938   42892  239540  113918  204327    9503   45890   34219
## [2937]  157051   76398   97938   57446   44130    5928   42644   33850
## [2945]  470501   61651   12383  249688  121676   21672    3000   62468
## [2953]  173172   76094   19007   20660   30462   63390    3119   91082
## [2961]   16646    5794   64682  196422    2301    4052   10103   41226
## [2969]   16764   60171  168203   16832   12007  202341   92295   41574
## [2977]   57349   15412    6965   23383   12197   20576   20000   23606
## [2985]    4961   18632   29613    5016   68883     763   29990   56654
## [2993]   55516   12047   84620   41496    8014    6454   16863   18520
## [3001]   12559    1427   12125    2551   14831    5603    6884    2410
## [3009]   27052    8429   70133     408    4899   12128   64423     314
## [3017]   21034  600996     105   63855    3466    3737     117  142293
## [3025]  911097   49671   55816   14437   43795  275869   56595   82743
## [3033]   83893    3104   49007   18220  207934  162701   73193  149222
## [3041]   76207   36559   19440   10966    9903    5561    5187   73249
## [3049]  101627   14656   10777   15684   15427   59982   33856   42689
## [3057]  128850   12437  171882    2164   20307   13622    1761   96233
## [3065]   17333   14129    2603   10052   11132  105448    5013   88529
## [3073]     618   45144    5772   13998   12980   28570   16747  427357
## [3081]  281842   27689    1337     859    2651    8598    2618    3665
## [3089]   15060  604904    6935  142115   48629   70141   17596   67115
## [3097]   86956  111087   41763    8962   57831   43270   44502  115050
## [3105]  156143   86890   85362   25303   75306    6808  101840  111649
## [3113]   35654  104089   19284   54190    9424  600996   27800   74887
## [3121]  181737   12388   25613   42987    3924   16300   37681   37885
## [3129]   57363     408   44804   25210    5161   20467   63108   19655
## [3137]    3119    6143    5585  134458   76199   22369    4719   23527
## [3145]    8295   37901   90070   87494    7322   15358  135286   23928
## [3153]   22161   17790    4564   71679   40514    2801   79909    4360
## [3161]   15617  200293   27265   55539   39331   12706   20113   35888
## [3169]   34848   79146  176606   21268   87203   32697  111506  782437
## [3177]   36029    1231   26832   63733    6200   38459   58509    1040
## [3185]    8058    3662   84641   20810   56005   14031    5612   10735
## [3193]   24412  361169    6377    1768   20426    9541    8720   20837
## [3201]     892   30325   13174   30096    5936    9395   55567   12591
## [3209]   12411   11403   59297   33473   10585    9517   44208    1402
## [3217]   13145   20008   56923   11487    1649    8307    1135   27009
## [3225]    8708    3080   31964   31890    9971   19979   24958     465
## [3233]     683    2041    2971    2941    7759    3662     361    5637
## [3241]    1097    4995   22753   11950    7690   11285    1642    9585
## [3249]     162    3075    1920    1250    5715    2223     553   26156
## [3257]    7286    3015  131180    8369   27492   12372   75280    5865
## [3265]   70382   13190    1763   29323   76681   23516    9006   11612
## [3273]    4486    9673  128729   13003   42296  563827   96410   39260
## [3281]   29839   82073   12520    8667   10139    6525   62038   66610
## [3289]   92364   12324  155262   20449   41313  102895   19918    4247
## [3297]   23441   32188    3419   27536   29058   10476   14100    5478
## [3305]    7767    3624    7833   15200   27766    2379    5156    1666
## [3313]    4302    1673    8161    1201     813   16198   14247    2599
## [3321]    9305    1219   10100   74743    4990    9296    5741   10796
## [3329]   63216   28190    5228   92924   67760    6142    7098   24436
## [3337]    1984   73640   16530   51326   19412   13167    3290   21360
## [3345]   69759   51459   59545    5158   13577   36846   25122  126916
## [3353]    9808   20419   14486 1324680   25498  293304   23823  148172
## [3361]   54723  355810  271794  297250   23671   87090    5971    3122
## [3369]  270441   26609   29935   76791    3904      59   37269   59941
## [3377]    5817   38191   14904   15337   48225   17461  109191  357275
## [3385]   37952    8616   53251    2311   49240  276746    1103   34191
## [3393]   12702    6124    2870    8546   21254   22848   31489   23629
## [3401]   23660   12561    9494  106098   11158    3571    5673     802
## [3409]   22811   99430   16617    5049    2098    7116    1591   25055
## [3417]    5159   29994   26849    6053    5557    9003    2103  106160
## [3425]   12078    4412    1965     322   23023      63   35065    3740
## [3433]    4792     662   72324    5275   29843    4035  191998   69989
## [3441]  112138   21225    6595   34098    3709    5463     833   37530
## [3449]    3972    1439   18109     243  361169   19616     385    2909
## [3457]   70194   19157   80639    9866   74435  383071    4682  414335
## [3465]    4099   74249 1155770   35172  376600   63931  108843   25870
## [3473]   74957   16651  127760    7973  362933   84070  100571  138707
## [3481]    5254  170055   39847   73950    7569  154938    1723   13913
## [3489]   15088   76267  101902   56605    4598  522048   60709     440
## [3497]  102125   19147   11668   11191   83182   39680    7736   17436
## [3505]   23486   13815    8391   42402    3203   25329   34449   18561
## [3513]   29967     781   11387   18355   95529     844    1119    3114
## [3521]    9727    2215   24438   35848    7412    5143   43965   21243
## [3529]   15104    1966    5863    4124    2518    7663    2670  197845
## [3537]     383    8589    1159     192   39451   15862  120036   39786
## [3545]      33    5255    5153   16299   10771   58366   80429    3548
## [3553]    5133   81644   81699    1388   94139   21409    3157   23986
## [3561]    6384   59474   19715   25857    8294   10672  145395  134070
## [3569]     564   41856   12049    2601   29608    2892   51353  600266
## [3577]  114407   32307   39856    9638   99033  170027  291603  113152
## [3585]  152089  107408   35130   68722   71919   81599    3198    6585
## [3593]  740918   29659   89128  251349    6304   45859   91017    4756
## [3601]   12339   19774   22408   18286    9277   52805    4582  145580
## [3609]   22929   45396     172   23023   13010   59637   17169   27301
## [3617]   64794   11011  116910   13892   18313   29341   11439   55524
## [3625]   26300    4195     522   28855    9589    3413   63192   27266
## [3633]   11623    6906    2281    1245    2591    7394    3024    2330
## [3641]    1940    6454    7367    2143   38273    2989    2050   32512
## [3649]    1696   10196   10388   60522   34383    6797   43575    9230
## [3657]    6741   10119     748   30210     867   55987   89806    3433
## [3665]    8707    4633   55597     548  175607   40511   10472   43013
## [3673]  190494   36381   96129   14786    1955   44151    5548   18792
## [3681]   59524    3754   15267   87244    1658   70233     605    3788
## [3689]   15315    4471   79353   13227    4976    2894   21049    3266
## [3697]  109214  188679  126893   67992   13523   76828   31915   49820
## [3705]   79916   22105   51204    6359   19596   30765  105568   22123
## [3713]   31791  161972  326494   28513  845580   85688  114797   98354
## [3721]  115813    3571    5894    2448   11622   10564   74875   11744
## [3729]    4345   17333   49948    5975    6915   86077    2498   12519
## [3737]   22961  102071  108683   20815   91377  395921    7904   23202
## [3745]   29629   10624   14995    7973   47227   61151   48675   15345
## [3753]    2017    9509    2326    3519    1180    5164   40274   24921
## [3761]    8930    7319   13587   21416   67853    9427  216005   15053
## [3769]  260607    2719     296   26720   12411   12233     881   50197
## [3777]    2047   40305   12366  281649    3665   32382   40618   12675
## [3785]   28845    5494    1900   54478    6632    1311    3329    1599
## [3793]  127842    1560     989    1884    4041   65299    8824    1207
## [3801]    3852    7888   23756   10056   10734    4322     215   67315
## [3809]   12672      83    1091     216    6964     237   15988      38
## [3817]       8     849     928    6183   29203   72443   46347  138814
## [3825]   11202   68211    4695    9611    4247   19234   13467   83234
## [3833]     262    1427      57   18940     436    6304     421    8867
## [3841]    2776   87739   50125  107923   71217   13474  149528    6762
## [3849]   41138  573541    2756    2412   15175   10483  580999    1592
## [3857]    9171   32357    5465   53508    1213   29463    6919    7390
## [3865]   35464   30836     781  680041     917   12666   30977   14251
## [3873]    4952   16445   43135   13443   34232    7295   15780   39975
## [3881]   59254    3673    3407   47097   41361   31260   17478   87978
## [3889]  321283  192940    9456  128694   71495   30219   93894    2806
## [3897]   39857    9007   27198    3102    3852  110616   73501  165638
## [3905]   12059   13506  266020   66840  177729    5612    1415   28714
## [3913]   12981   13086    2129   16411  120189   14621   44339   12677
## [3921]   19622   78241   67949    3611   10073   22697    4377   16224
## [3929]   18762   53342   20275   22457    2308   45293    4091    8535
## [3937]    2877   29440   36494    6705    2705    4617    2133    2112
## [3945]   34224    1398     811   23334    1555    9913   34263    7673
## [3953]    1686    1738    3297   22220    5137    2488    6303    2086
## [3961]    3753    2727    4146   27781    1561    1929     724      67
## [3969]   23713  103493  215340    1177    5294     257    3167   55982
## [3977]    2650   31836    3258    3579   17770  210548   36265   76616
## [3985]   82232  160281     801   74626   39508   27418   15956    6350
## [3993]   19026    7071    5941   30982   66483    1721   13949   24977
## [4001]  131831   49672    4790  113451   11399   34532    1024   54104
## [4009]    1950  104072    7228   12188     342    1634     372     653
## [4017]     961   30434      75    1285    1928     455     610   15115
## [4025]   45984   92599    1262   28573  399138  533200   19194    2116
## [4033]   12304  170155  104908    9607    6549     557     704   29248
## [4041]  140527   53741   29239   30474   73349   25542   90177  139432
## [4049]    9356  275720  469561    4687   82133   21245  123090    2789
## [4057]   43485   29610  139329  155153    1466   33741   32378   12942
## [4065]    9066   25332  149444    2580   15293  109335   19331   18656
## [4073]    7721   27650    1361    8265    7998   44457    1004   32923
## [4081]   21316    8279   95362    8465    9502     806    6000     299
## [4089]   12560   14548    3665    8239    9808  128334    3943    8005
## [4097]   37594    8603   18711   15885   43982   25063   55329     761
## [4105]   31089  356181    3942   37495     368   22246    1289   47385
## [4113]    7625    2011   37156    2948     758    7988   48562     437
## [4121]   11074     266    4122    1238   30511    2437    7358    1257
## [4129]  306336      62    2280    1370   16987    2978   13599   13640
## [4137]     118     704     976     520     240  103749     706    3443
## [4145]   28951    4313    2425     746    2157    5695   80961   55040
## [4153]    4173     859   33567  175196   21359  291875  112671   40800
## [4161]   27569    5744    8856     745    1828    5786    1470    1553
## [4169]   95294   29488   34643   10755    6930   45500    3849   40878
## [4177]    1418    5012  150020    6429   34620    9010   36372   50311
## [4185]   28589   23546   15277    6062   36996  187595  183288    1003
## [4193]    6221    7776    2560   52509   21202  105591      97   52286
## [4201]     578      91  185345     806    1138    4820   10220    5699
## [4209]   61787     858    3119      63    4100    4057  108052    1510
## [4217]   99177    2753    1079    1015    2189    3538     440    6025
## [4225]   19650   71321   82476      44   31952   22521    1573    4977
## [4233]    1118    1314    1351     480     485    5187   40359   29424
## [4241]   12244      22  131462     544       6    1355    1274   89403
## [4249]    4663    2258   33335  112899   31077  215086  133966   34520
## [4257]   67825   77551   18566  259379   15401   62860    2269   42462
## [4265]    8224   41999  168398  173551   68222   10791  111658   26926
## [4273]    1381   31130   55382   20885   70084   54657    3911    8662
## [4281]    4288    4181   30618   27346   46107     397    7314   16645
## [4289]     415    5475    8204    5615    4359    4049    3467   11031
## [4297]    7479   34556    5613     275   16828    2522    2081    1758
## [4305]   39559     922     508    1278    6223    1268   10182   19336
## [4313]   10282   11211   13279   57811    2895   17296    9689    2588
## [4321]   40380    6585    9280       7   27646     289     355    7646
## [4329]   19236    2701    5182    5732    4204     344    4478     952
## [4337]    3605    6804    2242     583    2348    1040     838   11763
## [4345]    4894    2032  118684   65877    6678    1010  108248    5018
## [4353]  149293   40481     333     744   41509   29019   78454  342585
## [4361]   11088   70336   22764    2794    2603     563   13223    1435
## [4369]    1747   25472    1756    6267      13     761     686  161471
## [4377]   26773     840      28    5526   23268   32415   56402    8697
## [4385]   16349   30479    2725   17799   33987   11920    2561     536
## [4393]     548    9750    2621    4702   74651     257    4391    1618
## [4401]    3313  194426   37714   57578   77392   59041   60295   14018
## [4409]    2410     246   32927   14112   36657  202800   25332   38215
## [4417]    4547    9408   29517   17322   30314   10896      95   43839
## [4425]    2963     919   23349  143086    2419   21379     444    1351
## [4433]    1134     463   22212    2792       7   20376   23323    4120
## [4441]    1232     291    2841     459     108     735  226583    1547
## [4449]     133  133348    2720    1978    3291     162    4948    2082
## [4457]     330   22975  414976      39    3405   65951   11369     775
## [4465]     449    1231   54316    6381    3144    1339    4182    1167
## [4473]    5579    4866   87424   39690   24959    7528     910     458
## [4481]   11047   15840    3282     794   37785  299127   76151     101
## [4489]    1229  139426   19397   22145   24891  262160   19986    2417
## [4497]  664719    1047  503509    7025    2582      91     591     132
## [4505]    4068      27    2953    9560    3418     652    1321    5061
## [4513]    1172     742      71   76467   39929     726    1324     285
## [4521]    1555    2050    6555  148221     737     332  387508    9465
## [4529]   11010   20678  375240     512   46493    8508   44329  507063
## [4537]   22773  116642   52642   76407    4501   23021    5442  141425
## [4545]   36321   30570    7584    2636   67654    7346    9638   21468
## [4553]     162   36381   42389    6110    4195  414345   31254   40425
## [4561]   16594   21746    9540    5933    2629   82232   11283    6084
## [4569]   38893   47988    1976     983    2715   36559   30396    9233
## [4577]    1524    3142     505   19752    4999   46076   75633    3806
## [4585]  125114   23836   10564    1290      56     455    2482    1220
## [4593]     606    1524   30160   20176    2735    1434     334    1938
## [4601]     397    3228    1048    4862     377     534     783     480
## [4609]    3499     876    9190    1359    1420    1612     340     275
## [4617]    3943      33    3650     634     955     982     293      93
## [4625]    6531    6513     425     137    6256    2057     207   92640
## [4633]    4998    6265     954    7870     443     265  100890    6025
## [4641]   44763     139  131969   13485    6277   53919   11965   94225
## [4649]    5489   64748   14580      19     122   13421   24391    1742
## [4657]    7308    2706     169  151812     190   26513    2039    4743
## [4665]    7431      59     772    2256    3480     122    4167   54601
## [4673]   17725     292   63839    1477   12160  101287    3543   25750
## [4681]   27260   42183   17813    1661    9376   25951     851   80193
## [4689]   18980    2877    3089    8509    1354     551  316027   94463
## [4697]   70885     103     819     514    7384     474       5    3699
## [4705]     344    1432   13269  186786   12631   13915     448      94
## [4713]     531      85      74     204       6     389     719   31429
## [4721]      57     487      86   17068     113    3411   42256    1305
## [4729]    3274    3156   58260    4583    3394    6790    1099    7559
## [4737]     154    3562     651    3479   26407    1038     709     553
## [4745]    6884   45928     774  229012    3086    3013    1656   26185
## [4753]   70136    1358    2004   75669     299     739    2038    2097
## [4761]    1006     601   15756      16      38   26863    2012      22
## [4769]     292   34219    5025     197      60     259      30      62
## [4777]      40      15  175413   19253     475   19732      53   10143
## [4785]    5931      64    7921      78    7143   13543     268  161448
## [4793]   42678  184824   10366  382240    3675     179  202115    5709
## [4801]    1123     143   14985    7458  140740    4788   10577     191
## [4809]     369   19964   10718    4407    4546  141219   27297     186
## [4817]    9037    6046     695   72017     209  157863  447785    1272
## [4825]   64888   44864    7687    2932   24438    2843   18035     270
## [4833]    4423   12241     554   19386     291     341     891     294
## [4841]     720     476   91863      82   19875     241      47      95
## [4849]     569    1905    4550   24668  114070    6041      30    8000
## [4857]    3513    4662    1489      28  160511    1727    1428    2787
## [4865]   46813      24     708    1227    8511   12848     603    7148
## [4873]   70076     336     602     300   18486     450      31     870
## [4881]       6    1488    1465      25      37    4849     110     330
## [4889]   84817     146     575    2742     161    4812   22124  152232
## [4897]   63951  147566    4152     131    2099    1034    4212     460
## [4905]      48  148334    2413      81    1328    3507      78     352
## [4913]    9903    6689  129799     771    1338     374      37     191
## [4921]      15   27882   19846    4769      27     354   71387    6025
## [4929]    3340       8    5178   90827     524     586    3813      53
## [4937]   96411   21826     123     502     260   22800   14193     100
## [4945]   15775      18     102   21618     172    3262    3262   87978
## [4953]    1962    1197      98   12399   13521   69831       5    2770
## [4961]   10499     509    4117      73   12796   16701    5747      67
## [4969]     101     544      80   67824     496  142619     405    1622
## [4977]      48   85028    1389    5507    4752     683     760   13065
## [4985]    6375    3885     712   11816     485     128      61    6261
## [4993]      53   48236      66     733     181    6246    2631      34
## [5001]     192   12611     106    1516     143    1578      23    2646
## [5009]  181749     803    1894   11550   47502     493   15091   15103
## [5017]      57     114    2986    3836     125    4067      70    1194
## [5025]    1771   16792    3924    4555      57    6318     156     133
## [5033]     438   72639     589   52055      36    1338     629   73839
## [5041]      38    1255    4285
totalcastlikes = mydata$total_cast_likes
totalcastlikes
##    [1]   4834  48350  11700 106759    143   1873  46055   2036  92000
##   [10]  58753  24450  29991   2023  48486  45757  20495  22697  87697
##   [19]  54083  12572   9152  28489   3244   9152  24106   7123  45223
##   [28]  64798  26679   8458   2039  43388  30426  79957  21714  14863
##   [37]   3218   3988  73441  28631  25550   4482  17657  19085  27468
##   [46]  79150  32392  91434  21411   1766  29770  16149  19166   2593
##   [55]  14959    696   5005   1327   2975   1125   2144  48878  47334
##   [64]  21175   1317  49684  57802   2635   2579  39252  36017  15870
##   [73]   9131  11287 108016  12652   1004  26683   2944  32921  48638
##   [82]  72881  15516  14363   1982  20965  36188   4628   5046   2963
##   [91]   4451  16264   3233  20453   1769  32438  31488  81115    699
##  [100]   9152  45327  13333  50983  81385  13388  92456  80806   4705
##  [109]   5505  38873    764   5401   2333  24598  33433  53413  21584
##  [118]  13076  57844   4764  59558   3285  54039  40054   1062   2582
##  [127]    534  59803  40025  16948  60059  20007   2217  16184  80849
##  [136]  21840  13071  21175   6576  21015   2857  34817  18204   2652
##  [145]  35161  21393   5810  17944   2444   2538   2097  26029  14823
##  [154]  31523  36095  21768  20645   1997  11945  26490  39284  40484
##  [163]  23378  19769   2705   2530   6171   1814  31958  13073  15015
##  [172]  19761   2037   1205  59177  62644   5811   1687   1950  57108
##  [181]  17416  43291  19963  17369  12754   5730  49355  59177  17883
##  [190]  12758  12954   5046  12406  32355   4631  33284    921  14168
##  [199]   2945  11036  53587  46120  13191  31549    699  48184  14719
##  [208]  81385  16008   1031  20952  55345  22403  18003   1441   1815
##  [217]  12175   2699   4146  20553  11930   2684  15302   2121  14017
##  [226]  13752   4046  24098   2682  17689  17159  14161    902    993
##  [235]  12731  22004  44042  42990  15013  23755  37723  43286   1609
##  [244]  15046  46719   2690     87   1569   8306   1261  55486  16718
##  [253]   2958  19454  19359  22722  22622  34582   1173  13391   1655
##  [262]  10583    692  13607  12452  22254    914   2027  12908  13961
##  [271]  22342   3175  14196   2762  12068  19600   3382   2480  14831
##  [280]      5  34839   3133  29069   6521  12546  35672   9125   2776
##  [289]   2829  64599  20354   4528  19906  24082  20233   3454  40978
##  [298]   4842   2039  57881  13679   4487   1738  21393  14552  55175
##  [307]   3903  33160  46057   2880   2031  22686   4286   3144  16235
##  [316]  26940  10552  52610   3962   1195  28328   6161  13761    309
##  [325]   1722  15972  47657  23240  25590  13748   4270   9271  39319
##  [334]   4555   3372  25354   4671   2370   5641   6434  23052  17098
##  [343]  12150  54031   2574  13118   1614  15481   5780   1901   3611
##  [352]  14024  12998  21275  25780    664  12890   1227   1258   5095
##  [361]  15419  45648   4478  23484  20388  14274  23996  13379  15237
##  [370]  38450  14165  13446  35367   6217   2622  12289   2356   2100
##  [379]  10882  33154  23031    475  12499   4902  12071  55254   5062
##  [388]  26088  15149   1261   2024   2523   2728  13808  26239  45327
##  [397]  15838  70996  14161  23603  13028  27694  37142    662    996
##  [406]  36237   4182   3768  17423  11951  15226  43499   6081  22226
##  [415]   5103  16930   2407   2380   1235   2707  23950   1460   1476
##  [424]  11454  12687   1439   2818   6355    578  12700   2662   3326
##  [433]  21863   3632  36928   5839  21276  46355  12760  49942  16143
##  [442]   2899  22813   3112  23907  22750  25220  13693   4073  39269
##  [451]  44798  22679  29585   9913   1804  17087  12831  16828  16325
##  [460]    581  15362   5637  61110  44797  50005  17786  15001   1267
##  [469]  22194   8355  20411  12729   4394  14261   5392  12186  20056
##  [478]   1753  26839   2614    814   1919  10731  25942   2864  49631
##  [487]  25190  27114  22590     54  14831  18132   1825  25126   1971
##  [496]    971   5593    619  43887   4346   2521  16922      2    683
##  [505]    152   1890   1099    370   2827   6458  27842    848  35867
##  [514]  36925  27405  25296  30230   2323  28050   4782   4714  11905
##  [523]  16785   1635   1777  16479  21397  25763  15999   1815  12952
##  [532]   1673   1970   5320  13312  28497  16199   1990   5174   3424
##  [541]  60646  63165   2856    504  15889   2529  16580  25206  15735
##  [550]  12522  17299  13934   1695    804  16691 103354  15857  14028
##  [559]   2542   4368   5580   4397  33645  13616   7067  15269   1044
##  [568]  24350  13827  11852   5187  12410   3287   1976  15850   3086
##  [577]   4310  14780     55   7273   4166   1675   1148   4905  12790
##  [586]  14790   5217   3667  36741  64259  16235  16595  14486   1430
##  [595]  11458   5609   3222   5227   6181  31782   6207   4001  16138
##  [604]   1439  46726  27674   4074   1579   5178  32563  16034  12226
##  [613]  18510  12993  13517   1576   5861    712  15916  49608   2763
##  [622]   1846  13628   3734   6946  28129  12871   1899  15708   1520
##  [631]  12556  52547  32871  11608   1132  30010   1829   3986   3393
##  [640]  18216   3524  29824  10419   8281   1302   2465   4230  14625
##  [649]  44998   7081   5838   5437  12194  25517  18563  17171   1441
##  [658]   5265  46204  17768  11264  12396  23018   2938  17771  15229
##  [667]   2913  16452  14421  12850   1375  11424   4796  11943  29808
##  [676]  19764   3860   1409  17913  28643   1531   1013  32232  13209
##  [685]  12088   3537  15944   3580   3165    450   7048  49433  16710
##  [694]   2131    253   2725  23365   2129   5708  14178     58   6334
##  [703]  14931   2668   6658  14536  49912  13232   2558  32360  24938
##  [712]   4811  17716   1412   2252   4348  13249   1784   2321   3698
##  [721]   1195   4050  20148   4171  35084   2636  25788   8172  14006
##  [730]  20348   2517  20440  16646  24928  20761  20683  13581  14611
##  [739]   4496  16385   3697    679  13634   1233    647  13654  20454
##  [748]  24664   3943   4530   1112   4713  13597  38227   3637   3653
##  [757]  13403   2064   2018   2318   1411  75793  20276   3090   1640
##  [766]   3151   4294  22128   4305  53024  34738  12258  24458  19776
##  [775]  10623   2151   1352  22668  31224   1395  17871   7053   1976
##  [784]  22889  38809  16536  23745  34774  36897  14918    993   1417
##  [793]  11301   2525  87697   2109  22833  12634   3012   1262  22447
##  [802]  10247   1865   1467  15275   5329  20881  42683  26564  12947
##  [811]   1026  12133  18239   2367  16277   5497   2433   2876   6299
##  [820]  14574    589  36167   3150   5081  16098   4416   2558  45271
##  [829]  16484   2710   9814  16121  23325   4115  16884  14146  15700
##  [838]   2847  24286  26754  12940   3155  13426   4518   5713  16281
##  [847]  39822   2638  37605   7184  30132  11036   2287   3888  13905
##  [856]   3983  22458   1359   1959  14432  25599    939   2916   2820
##  [865]   7247   3104   1543    164  24270   1752   3697   2488   2248
##  [874]  13406  14036  10026   6254  12840  31014  24618  20660  16899
##  [883]  10185   1671   3952   3742   6089   2260   4315    405   1403
##  [892]  15803  15371  14727  25418  16949  12700    847   2908    286
##  [901]  27614  26527   6017   2601  13390  63769  24468  22517  22186
##  [910]   2397  26334  48153   2759   8315  26002  45696   2297   1937
##  [919]  28045    209  24183    488   2422   1711   2055   5468  64040
##  [928]    275  14607  38518  12182  21773   1474  74382  28176  26826
##  [937]   3388  10003  14087  19428  25697  29505  14569   9988  10886
##  [946]  62837  19148   3148   1761  36873  13421  37967  10163  57426
##  [955]  13430   6729  53094  30383  16967  14007  22417    428   1816
##  [964]  11124   2177   3341  11946   2583  15608  14747   3580  19513
##  [973] 101383  19139  15569   1397   1933  24024   8398  20152   1367
##  [982]   1093  19610  30183   1289  16791  15634  19739   1860  14899
##  [991]  29461   2052    701  25469    344   3016  20061  14344  34606
## [1000]  58528   1344  14706   1300   3357  18635   7654  15935   2758
## [1009]  16358  15757  12786  32637   6171  16992  17211  25049    144
## [1018]  45202   8018   2606   2949  15820  10191   5381   5702   5461
## [1027]  29926   3580  52885  24107  11972   3954  16481   1385  32831
## [1036]   1863   2795  24316   1418  12884   2035  23051  29748  18141
## [1045]   2353   3743  27666   1823  33615  22209   5390  18793  33548
## [1054]  16967   3768   3718    371   2096   4660   4796  15192     95
## [1063]   6863   8349  12344   9176  15658   6315  14619  33233   2070
## [1072]   2104   2704   3244  16410   3629   1574  17925  15362  30063
## [1081]   4043  14868  12757   6292  37321  22370  26998   1645   1336
## [1090]   3174  20299    758   3717   3106  28886  24205  41636  13331
## [1099]   3648   7493  27351  14073   4604  16225  49743   3757  12161
## [1108]   2965   1948   1102   1461  33822   2449   5405  53895  15053
## [1117]  15990   3855   2348   3423    793  24351    578   3855  15006
## [1126]  21130   2507   6558  26982    949  12166  13917    538    654
## [1135]   2457    661   3090   3133  13357  21554  37076  15662  26907
## [1144]   1178  14255   2998  12876   1801  23864  22383    132  14244
## [1153]   1066  27834  19968   9255   1817  24534   3841   4825   2957
## [1162]   6727  15571  13716   1651   2134   2371  15369  33585   7723
## [1171]  12076   6229   3301  12239   2056   1610   1342   1954    488
## [1180]  18761   1134  17540    362   2085   2004  83012  18656   2129
## [1189]   3660  32325   4585  22935  31349   7014   1261  16751   2676
## [1198]  10555    318   5855    600   3986  12556  42220  13321  16911
## [1207]  36810  16179  24300  36010   5178   2144   5074   3924   6775
## [1216]  28928   2842    698  19334  43917   2938   7009   2357 303717
## [1225]  16944   2544   2091   2325   8610   7039  17152  13943  17152
## [1234]  63986  30571   3361    848   1233   4243   2179  41293  18693
## [1243]   1274   9069   4298   2281  16762  22318  37570    519   4324
## [1252]   4634  26938   2787    390   1070   4486  12970   3044   1488
## [1261]   1238   3074   2913  23920   1827    108   3239  28927   2711
## [1270]  15595    621   3969   3753   5917   4565   1335  10469   2888
## [1279]  77823  29484    960  23737   3126   3432  14275  34377   3821
## [1288]   5039  17877  18913   7243  14008  14463   7099   3374  24770
## [1297]  12566   2125    809   3974   3639   1702   4327   4262  20503
## [1306]  12876   3096   4103   1883   4024  14127   2664   4123   1149
## [1315]  11623    222   2449   1686  15638   2288  13821    504   2612
## [1324]   6267   2115  12286   3243   5240   2630    554    568   1930
## [1333]  45327   4774   2853   2972   2329  36009   2172   4251  22436
## [1342]   2176  18291   6427    943  36062  25160    196  20516   3770
## [1351]   2912   3552   1440   2765  42344  24547   1265   3277  16237
## [1360]   1757  17551     74   2120  15494    427   4900   5162  19974
## [1369]  15106  14296  13396  36093  18178  37206   1906  14483   4882
## [1378]  14209  44060  20970   2986   3425    599   1874    762   1272
## [1387]  13904  10838  16611  44037   3968   2393  19904   1942   2928
## [1396]   2268   4537  17623    615  47203   2725   3497   1446   3389
## [1405]   2255   4499  18669  25964  23923  16007   5826  24006  25661
## [1414]   1450   2689  15912  19129   2968  23504   1715  42918   2474
## [1423]  29265   2259  16571   4231  20956  17860  19809  20143   1050
## [1432]  53370   2184  52566  13125   4879  56014  17902   3876  41701
## [1441]  16249  34011   3356   2371   3438   2643    677   5443   1075
## [1450]  41636    966   2178  28027  36258   3185   3001   4722   3612
## [1459]   5709   2603   3592   2471  19689  24154    855   1394   2351
## [1468]  17292  13371    561   1908  22974   3266   2073   2535  24669
## [1477]   1679   3142  28479   9330   6327   1361  14744  32875   1290
## [1486]   1082  19805   1668   5890   1947  13021   1352   1458  14165
## [1495]   6563   5022  23031   1993   3611   3823   4334   3227   3125
## [1504]   1005   1573   1508      5     50   1980   5377   3874   1783
## [1513]   1564   1068  24640   1274  14978     13   3386  52621   1778
## [1522]  23122    301   2291  14619   5942   1790    369    843   4863
## [1531]   2604  18688   2114   2859  27759  13093  13649    391  14504
## [1540]   4151  43354   5975   2916  18734   1729   3229  38751   3004
## [1549]  36069  31529  74181   3500  16034   2054  10938   1843  20201
## [1558]   1400  12754  29050  29743    961  13040   2925   3274   3864
## [1567]  32094   7394  16878   2355   1073  25313   2961   2223  10910
## [1576]  12518  20952   1008  15082  13811   1440   4045   2097  40312
## [1585]   3439    813  26760   7872  19046  20966  18322  17560  54877
## [1594]   2575  20035   4730   3696   2203  13645   3143  22678   2639
## [1603]  20097   1942  28830  24333  34495   2978   4516   4527   1936
## [1612]  26388  35209   1556    337  37387   2911   1185  19420  16758
## [1621]   3418   2740   6930   2860  13794   1266   6742   1289  18795
## [1630]  43453  19815  14710   3679   4767   2943   1145  18726   2910
## [1639]  20499   1026   1748   6137  60683   2577   1467  16881   5642
## [1648]  15327   9638   4059   1165   8362    814  29551   3854  23866
## [1657]   2373  15308    257   3295   2266  16827  20051   3797   2867
## [1666]  15811   3664   1594  18469   3239   1002   1653   1023   2060
## [1675]  12785  20772   2737   5697   3892   4369   3479   4462  11799
## [1684]  15271   3148   3072   6152  22554  31278  16722  20563  18085
## [1693]   2222   3000   5101   2178    977    679   1393  27829   2497
## [1702]  22006   1100   1643  23352    842   5393  11519  11769   1873
## [1711]    307   5706   1297  32930  24719   4253  16252   2759  21519
## [1720]   1518    949   4473  22516   1887    545  29773  19620   3095
## [1729]    143   2725   2806    229   1831  15795  13159   1383   3309
## [1738]   5404   2056   6161    810   4169  23562  18855  17873   2567
## [1747]   5085  52970   2702  11898   3438  17109  11534  46186  40585
## [1756]   3400  57308   1500   1845  10438  17533    386  14609   3969
## [1765]  35694   2118     37   2010  34565   1554   1275   3497   2357
## [1774]   1987  23344  47677   1083  13877  16125   1286   3681   1805
## [1783]     66   3211   2171   3436   5535  28867   3944   4710      4
## [1792]    858  19168  11669  25387   1898  12874   1775   3565   1334
## [1801]    646  50950   2707  16230   3845  32921  14322   2566   3525
## [1810]   3389     74   3313  26451   6341   2452   1560   4696   6420
## [1819]    812    960  11969  15790   1721   2495   4311  10894   1044
## [1828]  46022   4186  71973   3286     24   2954   3984   8341   1690
## [1837]  15428   2403  15590   2747   5458  10493   1784    669   1090
## [1846]   3172   3066   3889  13573  28493   3917   1154  42473   3742
## [1855]  23456  11662   2356   2466   2960   2228   2170  12534  19068
## [1864]    616  17847   1565    705  52201  12285  17347   4264  16461
## [1873]   3197   2551  15233  23227  36337   7800   1166   4692   1041
## [1882]   2251   3958   2501  22767   4738   2394  16999   1323   3500
## [1891]   5740  22739   4453   9082    673   2420   1852  28071  58823
## [1900]   3202  16606  23328 656730  24783   3037  17278  16464   2457
## [1909]   2451  26625   2530    533   2908   3017   3001   6862   7945
## [1918]  18789   3535   6393  36064  16400   1340   2822   6867  12624
## [1927]  20109    794   2730  18442  50927   1006    667   1548   2176
## [1936]   3850   4378  13495   1315  16937   3784  39690    235   1095
## [1945]  21195  37315  52122     55  19945  12841   3744  33565  11994
## [1954]  14180   1855   4431   3067   2465   1217   2466   1749   2498
## [1963]   2537    911   1634   3065  27659   2062   4952   1282   3757
## [1972]   1008   2346  21163  16651   2230    896    210  29692  48482
## [1981]   2107  43560  28987    582   2348   5023  11431   1134    583
## [1990]  23566    611   2165   2413  12574   2603   9662   4990    142
## [1999]   2930  25143  16090    539   4351   1591   5954  13809   3874
## [2008]    890   3204     53     48  27797   3287    705    285   2204
## [2017]  35501  33747  15449  15111   3962   2321  21414   4830  17582
## [2026]   1962  10325  12947  49847   3946    638  12254  32474   2557
## [2035]  13433   4681   3243   1458   4971   1523   5470   5737  23689
## [2044]  24436   1088  23769  14699  24263  28011   7122  13823  12643
## [2053]  11013   3847   3345  57077  16196  20798  19359  21195  23242
## [2062]   2450  22040    829   1509  31187   2355  63194   2453    672
## [2071]   3671  24248    735   4142    365   3276   1618   1059    214
## [2080]   2936   1795   3100   4664   2790   6657  15170  27237   1203
## [2089]   1943   1484   1725   3152    775   1777   2019  16031  13619
## [2098]   1729   1006  12876    540    664   3153   5386  11632  34838
## [2107]   4239  38494   3769  39989   2216   8094   3148   4221    788
## [2116]   5568   1411  42484   2590    773  15922   2453  14617   1011
## [2125]  37766   1651  24134   3284   4629  13576     30   1205  16805
## [2134]   3003  24324   1254  18630  72115   3994   6035  27572   4089
## [2143]   3162     98   1997   6212  16692  46241   1562  34705   3688
## [2152]   2990  12906   7860   1591  19952   4121   2505  13184   4263
## [2161]   1787   1520   4729   9049   3558   2654   2287   4403   3816
## [2170]    679   6313   9578   1293   2341   4251   2390   6657  42330
## [2179]  21852   2753   1196  18786   6539   3402   3869   4480   1383
## [2188]   1825    575  88953   2851   1530   4293   2024   1058   2382
## [2197]   5746   1660  20188  52571   2110   1454   1735   2898  11248
## [2206]   4662  33903   2609   1945  12338  34319  17775  13189    389
## [2215]   1083   2462  14275   3292   1136   3141   1834   3174  27755
## [2224]  19364   4813  33878    278   3327    189   5707   4257   3590
## [2233]  45841   2486   3261  14903  88422   3598   1780  10507   5123
## [2242]      0   1885   3301  18760   4039   1761   2251   1816  17050
## [2251]  18752   4374   2173  23296    861  25263    537   1557   8189
## [2260]    904   7567   2915  44061   2698   1189   2327   1934   9941
## [2269]   2857 137712  15183  15713   1414   1189  30541   4302    908
## [2278]   3431  13156   2880    500   2799  20258   1151   1778   5637
## [2287]  27214  11867   4843  16926  24887   1614  24324   3309  23409
## [2296]   1343   1019   2700   2730   2172    707   2185   3177   2240
## [2305]   2907   2848   1267   4218   1690   5705  23755  39507  21200
## [2314]    838   1573   2295   3979   3493     64  36398  30134   3014
## [2323]  24732   2710   1776   1462   2129   3384   2467  25088   1003
## [2332]  11433   1978  22319    991  20354  39515   1592     82    182
## [2341]   1577  15612    344   3785  10982    726   1113  20472  15680
## [2350]    164   1092  27425  17957  16355   2608   1601   2398   5547
## [2359]  15914   3092   1212   3023   2560   3230   2872   1465   2374
## [2368]   1292   2020  35561   1462   2429   2609     44    635  28094
## [2377]   1985   4324   4094   1131   5519   3260      2  14579   8972
## [2386] 120797  25489   1876    151  43105   7252   2771   2085  28018
## [2395]    505   4380  14762   2759   2604  15044   1615   3956   3151
## [2404]  10557   2259   3567   4223   3076   4867   5032   1310   3261
## [2413]   2546  14672  21668   1353    313   4868  32930   2653   4877
## [2422]   5024   2032    727   2481  23008   4947    605   5734  11984
## [2431]  23283   1201  10691  18711  21622  28933   4072  16004    927
## [2440]  14995   1067    676   1466   1673   2368    847    711   1263
## [2449]   1341  56585  39307    653  46944   1356   1645   1598   5671
## [2458]  14843  39463   1906    167   1498   2319   4094   1083   2215
## [2467]   1032    198   2705   1592   3212   1185   4142   1243  25804
## [2476]  17584   3699  13545    816  14385   4142   2124   1373  16735
## [2485]    245    956   4228   1164  50284   3627   2170  35345   4400
## [2494]   6229   2164   5306  19410   1978   3294  25549   9271  17396
## [2503]   4500   2713    952   4797   1538  12676   3344   2365   4060
## [2512]   2135   2020   6317   1567    673   2016   5992   3007    760
## [2521]  27381   1727    805   4210   1262    409  14492   2340   1364
## [2530]   1769    730   5433  25173   4210   1607  41059  12554   2785
## [2539]   2282  51609   2985    485   2330   3889  23369   4606  12183
## [2548]  27911  26402    824   3058   1322   4561   4194   3107   5349
## [2557]   2543    874    485   3485  19894   2762  18786   3451   2572
## [2566]  24805  11078   1653  15044  22088   1882  14677  33865   2389
## [2575]   3835   1945   1227  12766   2518   1852   1889   3100  11019
## [2584]   2096   5056   3935    329  11091    943   3086   4453   5273
## [2593]   2896   3104    537    699   3583   4329    303   1120   3464
## [2602]   7521  21499  14701  13069    129  19078  15732   2151   2380
## [2611]  30978   2592    213  13390  20295   2419   2667  20154   1949
## [2620]   4400   3617   1018    486   1953   6510  29370  11946   2452
## [2629]   3707  34025  29252   3423  15800   4567  12170    114  40117
## [2638]  15369  27788  44037  26652  14100   4435  22383   1076   3226
## [2647]   4896   3861   2666   5440  18003  20060  22745  34337   2167
## [2656]   1450  11471    525   3462   5135   2044  16461    608   1812
## [2665]  20391   1002  12749   3677   2210   3845   2559   2682   2661
## [2674]   1045   2958   4204   4660  34413   3033   1069  11114   3444
## [2683]  14025  22574   2689    568    646   2764   3633  17627   2633
## [2692]  15644   1172  15209    729  12685   1139   2377   2913   3142
## [2701]  29475   4676    981  47728   5012   1873  12178  13524   3161
## [2710]  16502   2166  10732    173   3322  33153  25637  14544   2717
## [2719]   2312   1627  51657  23932   3654   8484   1675  19310  12867
## [2728]   3809   1252   1351   4834   6748    527   5426    203    962
## [2737]  14889   1172   3578     48    134  15293   1432  18639    801
## [2746]  32814   1732   1245   2528  29488   2829    363    192    996
## [2755]   1585  15500  38963  33791   2140    994  28544   4211    820
## [2764]   1639  11135   1125    717   2055  12098   2496  14159   2348
## [2773]  15192   3544   1326    552   3500  35501   2226    552  10792
## [2782]  12894     49   1620   1421   2348   2704   1608   3007  41359
## [2791]   3299   6861   1148   2777  23378   3267  13446   3050   3707
## [2800]  13528   2165   3715   1372  15337  12776  10368    678    417
## [2809]    446  16431  17250    390    799   1429    243   2243  14638
## [2818]   2207   4377  39789   2690   1724   2447   4702     25  14726
## [2827]   4757   1767     74   2334    529  19086  50141   2895    714
## [2836]  38072  14160  39960   1307    450   7833   6454   1747  20330
## [2845]   2800  37907  12687  12322    971  12755   2241   6554   2936
## [2854]   3353   2486   2646   2297   5371    430   1171   2815   1921
## [2863]   6214    751  27806   3352   2499   1805   3092  31005    998
## [2872]   6485   6910  18864   1775   2730  13208   2417   3004   2389
## [2881]  14372   1679  39473  37606  13631   1139   3474  17104   7875
## [2890]   2011    796   2812  14133   1483    931    931  20456  14347
## [2899]  23602   9244  32288   1813   3700   3142   1166  34351    156
## [2908]   2894   2004   3337   2661  26233  18739   1833   1730   4270
## [2917]   2466   2047   8134   6829   1044   5165   2754  16539   2462
## [2926]   4537  22479    146  21380  17035  25522   4065   2054    914
## [2935]   2730   1531   2043   1306  52138 140268  18765   5006   6105
## [2944]    534   9125   7072     52  10565  14890   5592    729   1254
## [2953]   6091   2376   2944   4659   3963   2753   3646   3798   3931
## [2962]   4551  10575  28767   2939   3250   3906  12274   1456  34700
## [2971]    469   5780   2393   1595   1244   2440   1819   1141   3848
## [2980]   4755   3535    943   1291   1445   4497   1171   1540   7166
## [2989]   1173   4277   2543  22577    456   1292   5074   2378    141
## [2998]   1579   1554   2126   1373   3099   2073   3878   1952     11
## [3007]  17417     18   1501     91  17883   1854    164    708    433
## [3016]   2059    663  39175    895   2987     30   1780    244   2053
## [3025]  13485  24063   1966    679   3507  23811   1853   3280  20466
## [3034]    179   3435   3135   2562   2436    903   6223   3101   3931
## [3043]   3376   3850   1852  14735   1661    995   1104   4291  10982
## [3052]   1114   2729  12237  17866  17490   3913   2415  69746   1281
## [3061]   3133   1559   3072   4082   3300  14281    800  28004    150
## [3070]   3876   3117   5286   1827    248    378  10822   2640   2271
## [3079]   1228    727   2811  20312   1554   2272    592   1121   1526
## [3088]   1807    175  63710  27660   3189  27378   5270   2480  28734
## [3097]   3276   3492   2013   5264  11895   1554   3362   7461  13162
## [3106]   1982  20795   1593   1898   2197   1529   3192   4687   5628
## [3115]   3712   2426   3394  39175   1109   2807  16693   1917   1954
## [3124]   2484   3190   3819   4441   4259  12097   3691   2013   2403
## [3133]   5804   2402  15251  12946   2149    857   7552  15716   3679
## [3142]    583   3317   4789  19065    361   3119   3416   6296    571
## [3151]  13960   2737   2787   3973   3752  17204   4053   3871   3215
## [3160]   1058  22485   3462   6388  12418   6046  13626   1856   2618
## [3169]   1334  41059  55175   3651   7747   4769   2198   3858   3818
## [3178]   5139     29   1351  26961   2061   1022   2791   3745   2446
## [3187]  24270  18712   3374    474   5262  13160   1335   5732   2735
## [3196]   1891   2673   2603   4266    578   2079   6322   2214   1381
## [3205]  17665  29177  23187     25    616   3059  11853   4607  23513
## [3214]   3307  20364   1585   2006    988    700    883   1256   1283
## [3223]   1019  18652    768   3049  50542   2217   5761  18236  17469
## [3232]   4579    221   3465   2655  16118   3124   3146   2519    285
## [3241]   1936   4725    940    375  14656    934    964   7637   2259
## [3250]  31325     81   2227   3937    428   2739    569   4686   2876
## [3259]  18983   1674   3939   9432   2127  35634   1557   3827   1702
## [3268]   4109    448    646  34398  23962   1586   1836  15835   1248
## [3277]  13762   2524   1094  21711    934   1164  15014    662   3661
## [3286]   5420    760   1633   6807   4409   3114  25660  17336    845
## [3295]   1611   1345   1341  23770   2851    358   2478   4908   3824
## [3304]    639   1991   2007   1721   3767  24102     50   4617     32
## [3313]   2942    253    251   1426    299  24154   1098   1835  10369
## [3322]   1375   6426    822   1254   2310    498   1129   6954   1484
## [3331]   2802   4458  13172   1097   8097   1510     47   3516   1637
## [3340]  36892   1854   3164     97   3279   8532   1962      0    823
## [3349]   4004    128   2350   2004   1373   4168    808  16557   5673
## [3358]  15554   3306   1495  15361   7227    644    241   1792  17568
## [3367]   3199   3023  39807   1534   2662   1024   1455   1279  37645
## [3376]   1769   4043   1775   1760   2832   2400  25792  14747  25462
## [3385]  27646    895  17524    858   1183  16982   3293   1761   5190
## [3394]   3502   3291   2687  13180   6034   1442   2265   3543   2404
## [3403]   1795   2786   7692  15848   1610   2413     75    517   3921
## [3412]   1234   6343  41645   1378    786   9608  11770   3185  29196
## [3421]   2512   2572    326     28  37457    733  33858    219    619
## [3430]   1546   1389   2284   1526   2741  12619   4737    407  10218
## [3439]  25092   4707   4198   1871   2024   1442   1834   4091   1233
## [3448]  41867  15396    262   1176   7206   5732   4370    409    902
## [3457]   1754   4099    635  19879   2486  46055   2428  28817    835
## [3466]   1105  28122    791  54075   1051  46646   2212   1865   2515
## [3475]  16289   5959  29769  22745  22140  33758  17104  19949   2951
## [3484]  17611   5282   1379  13448   2517   2240   3544   7970   1342
## [3493]   4837   2039   2444    345   1120  19330   1990   3110  14816
## [3502]   1934   2018   2321    312   3128    493   2352  11116  12051
## [3511]   9984   2158   1136   1906   2684   6526   3547   2909   2589
## [3520]  11059   8876   2209    215    684   1417   5213  44969   1105
## [3529]  13000   1251   9660   2029      8  27756   2544  12680    198
## [3538]   3150    218    236  17209   4334  18643   3009    414  17377
## [3547]    333   2119    490  35717    343    132   2728    666   2323
## [3556]    225    106    936   1285   2442   4840   2475   1140    394
## [3565]   1405    105  15230  29277   1942  13180  21107    846  14462
## [3574]   1904   2614   3582    200   1163   2020     39   3254   5127
## [3583]  42028   1448   2169   2045   5122   3175   1802  14921   6419
## [3592]   2724  20821    584  19341   1582   2037   4611   2270   1284
## [3601]   1752    773   1660  10430   4528   1462   3221   1184   1308
## [3610]  11328    844   1517   2697  51355  10123   3825   3569   4484
## [3619]   7103   2103   1831  18947   5668   3318    993    382    546
## [3628]   8297    489   1407   2379   2748    297    841   2000   2370
## [3637]    282   2163   2430   1081   2440  15604  14599    105   2200
## [3646]   2152   1227  27575   1940   3469   2563    477   1858  12772
## [3655]  34605    219   6569    502   1443   2205   1477   1239   2201
## [3664]   2584   2000   1065     73     72   2387   1651   2723    888
## [3673]  44265  17599  34106  16768    396    745   1033   1315   2892
## [3682]   6776    391    118     81   1519   2030    561   4883   6111
## [3691]    385   1832    955    631    454    787   2975   4134  14504
## [3700]   1770   3344   2371   5056   1584   3215    688    799   1920
## [3709]    971  42002  11736    799   2161  13864  17738  11771   1997
## [3718]   2071   2990   1122   8375   2523    854   2908    428   2014
## [3727]  15710   2410   2868   3300   1410   2840   3843  19673   2112
## [3736]  14306   1327   1495  12306   1227    361   1686   4856  11400
## [3745]   1136   1160   2943   2383   1520   2528    259  23714   1332
## [3754]   2848   2269   1284   3552    315   5668    253   1199   3004
## [3763]  13591   3942   5202   2691   2589   5245  19404   5900     55
## [3772]   2820    416  25676   1324  14574   6617  10517   1209  24994
## [3781]   1201  12897   1582   5185   1836   1665   3382    648  13718
## [3790]    172      6    498   2958   4987    538   3207   2984   1010
## [3799]    408   1789   5203    117    526   1258   3724  10727   3217
## [3808]   4092   1986   2509   3514   3059  12676   1681   5191   4991
## [3817]   3021  46115   2849     92   1519   3967   2363   2990   3690
## [3826]   1520   2545  11703   2469    302   2409  34779    286   2006
## [3835]      5  18105   2668    143   1795  15093    122   3113   1662
## [3844]   1862   5002    588  26050   1587   3668   2235    496    371
## [3853]   2762   2705  17040    793     48   2110   5041    907     53
## [3862]  29325    398   1950    131  15860    496   2176  20397   2951
## [3871]    151   2667   3089   4810   1291    857    497   1045     61
## [3880]  21404   2553   3026    938    206   2412    582   1951    403
## [3889]  32015  12691    825  26489  13707   1885  14823   2634   2020
## [3898]   1218   4807    986   5203  18645    837   1785   2649  46868
## [3907]    673  20132   2776    955   3354   3086   1652  50831   1002
## [3916]   2537    954   4073  19928    753   1566   7921   2251    972
## [3925]   1966   3559   2662    776   1208   4777   1215     48   1700
## [3934]   2353   3408   3130   4343   1298  13607    975  11083   2282
## [3943]   2805    824    916   1403    643  25269   5796    387   1038
## [3952]    915  20135    629  10984   2631   1298    183   1541    242
## [3961]    457   1585   2651    644    609   1932   1150  13391   1238
## [3970]   5987   1862   1281   2888   3229    731   1269    222   2658
## [3979]    282    298   5977  17151   2195    465   2323   2726   2886
## [3988]   3455   3036   4337   3617   1970    970    646   2402    771
## [3997]   1122    987    995   4238   1044   1592    836   1347   2238
## [4006]   3075    222     44   3574   2486  20009   6380   1043    668
## [4015]   2406   1393   2307   5526     24    854   3854   2497   1183
## [4024]   2861  11218  22834    320   3608  26495   1211   1430   1011
## [4033]  11860    216   2076   2747   1105   3717   2020     17   2997
## [4042]   2693   1936    308   2016 170118   3468   1198   1962   1844
## [4051]   3559   1964   1081   1965   1779    900   1472   1665   3708
## [4060]   2239    159    649   1186   4277    373   1862   1035   1441
## [4069]   2811   1328   2899     70   2165  14696   1163   4815   1444
## [4078]   3847   1936     11   2269   2321    328   1389   1395   3049
## [4087]   2510   1400   1394   1616    858   1292   3692   1011   1806
## [4096]   1363   1618  12250   9555  11459   2260    278  36859    539
## [4105]  43810    852   1567   1249   1335   1663   2715  13636   2452
## [4114]   3149   8353   1551   2330   1467   3784    158    362   4374
## [4123]   1495   1030   4920    975   4756    313  79957   3882   1929
## [4132]    844   7191    845   3666   2715   2890   4469   3024   4092
## [4141]    277   4671   1989   3648    167   2167   1517   1231    423
## [4150]   2305    673    923    362    964    727    527   1855   2509
## [4159]   2703   1797   1761    787    681    434    197   1949     25
## [4168]   2555   4701    467    205   1269   2753  52621    179    239
## [4177]     19   1082   2510     67   3421   1111   3226  28713    684
## [4186]   2373   1141   1385  19923   1655     36     79   2125   1396
## [4195]    150   1980   2972  10040   1967    338   1252   1064   4730
## [4204]   1491    210   1739    163    862   4590   2579   3157   2406
## [4213]   5963   2306   1490    881   3282   3132   1627   1668   2580
## [4222]   2329   3586   4385  12359     16   1196    210    174    170
## [4231]   2161   6752   1651   1490   3799    244   6085    558   1941
## [4240]   3293    155    214    145   3873   1814   2044   1020   1456
## [4249]     99   1736  11192   1062  12034   3833   1396    768   1404
## [4258]    563    218    927   2300   2290   2555     29   3163  14412
## [4267]     65    318   2186   1846  34446     29   1833   1349  13145
## [4276]   3013    675  50313   2739  11327    901   1359   1645    226
## [4285]     56    359    446  11184  11618    408   3427   1136   1156
## [4294]   3011    768   1917  51441   1511     36    613    865  36885
## [4303]   5535  26176   4280    653   1307   2522  10869   2749   1362
## [4312]  39518    774   3065    776  14561   2341   1593     86   1650
## [4321]    762    322   1149    712  11700    892   2395   1884   1055
## [4330]   2620  15740   3683  35796   1611   2020  16110   2654   1807
## [4339]   1674  15707   1425   4968  13583  19649   2389   1204  17471
## [4348]   3275    176   1082  20051   1182  42918     68     90   4249
## [4357]   1958   2032  10570   1991    546   2658   1432   2187   1439
## [4366]    349  32405  14620      0  18263   2831   2439   1270    984
## [4375]   4306    623   2489   1724    139   2198    941   3970   2423
## [4384]   2095    763    822   2721   1363   2247    955   3894   2196
## [4393]   3137    231    380    137  12157    622   1694   2564    992
## [4402]  10438   1981   1168   1573   3310    479   1173     18 261818
## [4411]    896   2990   4762   3030   1652    856      0    859   2667
## [4420]   1582  33441   2747    792    469   2179   3288   3668    352
## [4429]   3901   1238   3138   2628   1240     60    721  89263    771
## [4438]   5158    165      0    596   4036    588    967   4320   2882
## [4447]  16385   1044   2870    229    358   2140    256   2419   2072
## [4456]    421   1159   2658  28294   3164    416    821  14420     83
## [4465]   3475    843  16537    611      0    289   6227    602   1499
## [4474]  38121   2888    707    581   1866   2459   1730    683   1129
## [4483]   1961   4040   1431   5161   2893  20218     58  22194    809
## [4492]   4288   1041  26451   4289   2681  28994    293  16089     76
## [4501]   1805    318      0  54484    114      5   1438   1190   1621
## [4510]    862    630   1218   1581  11257   1810  19957   1311   1617
## [4519]   1329      0     21    521    645   1445   2510     12   3442
## [4528]     29   1052   1080  16094    622   4878   1371   1565  23525
## [4537]   4438   1421   2665    673   1810   3155     53  35941   3192
## [4546]    988    731    831    929    510   1218   2082    283   1899
## [4555]     42   1147  23461  28817   3986   1263   1587    994    198
## [4564]  21124   2400   2323   1447   3085   1587   5497    295   1107
## [4573]    773   3931    904  12385   1692   1641   2289  12234     42
## [4582]   4720   7098   2489   2369      6    313    118     15   3258
## [4591]     86     28 263584   2024   3833   1452   1141   1042    196
## [4600]   3905   1647    509    928   2694   2633   1188   1284    920
## [4609]    351     19   1635   2607    997   1752    964   1593  52113
## [4618]   1996    292   1549     90   2116   1350  11466    344   1226
## [4627]    109    231   1825    656   2677   5056   1567   1618   1713
## [4636]   2468   2504    104  11094   2924    264   1343    117   3299
## [4645]    509    687   4184     63    897  15800  26017      0   5435
## [4654]   3770   1751   1185    926   1278   3336   2501     81   1502
## [4663]    423    663    455   1484     29   1983    991   2359    954
## [4672]    116    587    315  14954     25   3071   2714    548   1269
## [4681]   1252  12183    500    243   1558   2170   1117   2496     15
## [4690]    321  26578    209   1581   2476   7122   2160  33734   1763
## [4699]    714   1210   2483   1683   1359   1553 283939   4767    824
## [4708]    399    778    190   1281     85   2288   2241      0      0
## [4717]   1754    553   1707   2538      0   2996      0   1164      0
## [4726]   1090     67   2295    516      0  24419   2563    382    194
## [4735]    161     30    660    407    155   3166   2655   2322  24382
## [4744]   2555   1440  20480    483    338     44  11839    734   1498
## [4753]  17883   2310  35294   1118   1924   1047   2251      8    119
## [4762]   3309   2099      2   1235  26999   2102   3359   1038   1531
## [4771]    630    206   2091   2438    254   1628      0    683  73441
## [4780]    553    380    976   1752  12496   1411   2830    995     10
## [4789]    173    774   1151   3950   1528    330     54   2158    771
## [4798]    387   4908     78    168   2350    123     81   1026    272
## [4807]    260    312   1163    809    481   2864    109    813   1233
## [4816]      3     15    872      0   5052    199   4400   1433   1370
## [4825]    540    126   2638   1986  13433    102   3010     37    132
## [4834]    460   1884    967      2      0    835    751    185    689
## [4843]   5405   1440  14950   2048    544   1545     19   1228   2515
## [4852]   1734  15765   1330    842    139    656   1378    454   1461
## [4861]   1743   1661      7   1008  34983   1399   1987    127   2862
## [4870]   2572    216    114   2123    154    631   1056    457    694
## [4879]    968   1991      0    537   2166    387   3967    108   1244
## [4888]   1087  27507   2970      2    964     24    205    800    928
## [4897]   4230  16534    583     66  77046   3021     69    314    279
## [4906]  18469    206    705    711   2016    192     27      0   7144
## [4915]   1181      2    828    518    263    338   1112    100    654
## [4924]    708      0      0   1303   4385   1631    364   1144    332
## [4933]    168     62    895    130   1094    139      0   1796      0
## [4942]   1048   3700    942    511      0      0    973     17   2364
## [4951]   2364    403     27   3525    516    916    276    837      4
## [4960]   1431   2283    170    284    417   4729      0   1401    354
## [4969]    459    564     45   3861    103   2065    623   1362    138
## [4978]      0   2046  11642     52    488   2398     97    388    147
## [4987]   1179   2530   1527   1077      0     43      0   1922     70
## [4996]   1438   2058    642  20814   2618    619   2783    638   1054
## [5005]     72     38      5    365   2103      0     40    254   1458
## [5014]    243   3197      5    366    841    108   2679    770   1064
## [5023]    170   1546    674    760    776      5     15    115     62
## [5032]   1111   1186    368      0    147     93    690   2283   1753
## [5041]      0   2386    163
directorfblikes = mydata$director_fb_likes
directorfblikes
##    [1]     0   563     0 22000   131   475     0    15     0   282     0
##   [12]     0   395   563   563     0    80     0   252   188     0   464
##   [23]     0     0   129     0     0    94   532   365     0     0  1000
##   [34] 13000   420    37     0     0     0   464   364   487   258   125
##   [45]   368     0   395     0 14000     0  1000   179     0     0 14000
##   [56]   113    56   681   475   420   776     0     0   282    80     0
##   [67] 22000     0    11  4000 17000   188   357   452   293   218    58
##   [78]   208     0  4000  4000   274   171   198   596    47    94    31
##   [89]   663    38    66     0   776   255    84   571 22000 22000    28
##  [100]     0   357 21000   905   508   226   249    33    50     0   230
##  [111]   150     0     0     0   282   179   532   508 13000   663 22000
##  [122]    35   189   151     0    69     0   230   750  2000     0    59
##  [133]    12   473 13000   188   394   282    58    90     0 14000   776
##  [144]    25    42   456    50   249    35    93   176     0   188     0
##  [155]     5   663    52    23   380     0 14000     0   255   295   357
##  [166]     0   503     0   209    42     6   394   150   608   386   750
##  [177]   255    NA 14000     0    13   563    35   521    54   235   508
##  [188]   386    12 14000     0    50   176     0 14000     0  1000     0
##  [199]     0     0   189    96     0   124    28   563     0   508  2000
##  [210]   107     0   681     0   255   719   323   209   541  2000   776
##  [221]   610   249   167     0   160   521   368     0    50   662   123
##  [232]   294     0   274   446   364     0     0     0   446     0    16
##  [243]     0   610    19   473     0    79    13   128   189    62    55
##  [254]   776     0   218   124 17000    11  1000    NA   263    67     6
##  [265]   124   189    67   101   151   235     0   153     0    34   295
##  [276]     0    50    63     0     0     0    23    57     0 14000     0
##  [287]   258 13000     0     0     0     0 12000    80   285    55 16000
##  [298]    21    10   165   226    14     0   456    77   207     0   380
##  [309] 17000   541   719   670     0    26   420    63    52   385    19
##  [320]     6  2000    31   521    20   342   208 17000   611     9     0
##  [331]     0   116     0   127    10    20     0     0   475     0     0
##  [342]    44   165     0   394    81    70   212   102   663   212     0
##  [353]   188   487 12000   420     0    97   107     0   368 17000     7
##  [364]     0 21000   323     0   335    21    12     0   221     0 14000
##  [375]    50     0   719   521    87   101   209   176 12000     0   107
##  [386]     0    81    79     0   128   468  2000    96   378   101   357
##  [397]     0   750   521   249     0   545   266    36    NA    79    36
##  [408]   420   278 12000   278     0    28   168   218   532   323   252
##  [419]   681     6   102    99   189   763  1000    36    88    67    38
##  [430]   153     0    62   218     0 21000    55   293 13000     0   378
##  [441]   480 13000    12   255    56    75    23    88    31   221    88
##  [452]   278 17000    91    77   610   163     0   221    NA   165   154
##  [463]   333   117    10   101    30   189   301   503   452   425    40
##  [474]    21   153    81   438    69   266    NA    11    25    31    57
##  [485]   258    25    65     0 13000    92    93    84    79   357    43
##  [496]    64   287   252   503     0   750    42    14     0    63     0
##  [507]   545     0  2000    28    62    18   420   394   221   309    54
##  [518]   101     5    11    45   275   776 14000    35     0     0   335
##  [529]     0   107    88   163   212    16   255   221 14000    NA    87
##  [540]   258     0    10   386    NA   473 14000   845   126     0   274
##  [551]    27   272   109    72   763    17   383    41   545    10   253
##  [562]   212     0    22     0     0   272     6    72     0   532   285
##  [573]    41     0     0    30     0   212   218     0    84     0    80
##  [584]   487     0   357     5  2000 16000 14000   420   212    69    NA
##  [595]   488     0   545    84   130   845   906   473 13000     0 14000
##  [606]     0     0     0    28   380   905   218  2000   541    43    84
##  [617]    24   163    40     5   323     8    13   101     6     0    14
##  [628]   105   101   212    31   171     0   275    29  3000   448    18
##  [639]   101     0    44     0   116   335    36    NA    38     4 14000
##  [650]    76   278    77   759 14000     0  2000   719    54     0     0
##  [661]   285   258   480 11000 16000   212   610   226     0   179   119
##  [672]     0    87    43   368   687   468     0   545   545   212   138
##  [683]  4000 21000   368    NA    36     0    72  2000    38   436   521
##  [694]   175   670   116    42 14000   759   176    10   322    84     0
##  [705]    12    11 16000     8    25     0   116    64     0    12    10
##  [716] 21000   218   258   165   608    59    41   175     6   473    30
##  [727]    35     0 12000   163    47   708   420   124     0     0     0
##  [738]    55    13   188   212   197     0    18   253     0 12000    48
##  [749]   480    32     0   234    28   105   610    50    18    NA    11
##  [760]    14     0   737    24     0   845     7   165    97    11    38
##  [771]   181 11000 16000   162   209    80    69     2    53     0    39
##  [782]   258     0 11000    50    17   456     0   488    25    93   124
##  [793]     0   545     0   293     0    23    37   394   167    91    48
##  [804]   179  2000    34   436   192   892   258     3   131    84    65
##  [815] 16000    11    NA    70    32    10     0   153    30   189   545
##  [826]   143    NA   138    51   357   420    83   108    NA   163    10
##  [837]     0    25   116    12   503   293    72    39    58   521   189
##  [848]    52   845    61 12000   125   124   272    52 16000     0    NA
##  [859] 16000    96     0     9    53    70    50    39 21000   317   287
##  [870]    81    17    82   607   226   101     3    91 16000    99 12000
##  [881]   541   159    45    33     0    11    33   906    59     0     0
##  [892]    13     0   125   394     0   488    94    44   102   234   309
##  [903]   383  1000    17   108 16000   473     0   438   161 14000     0
##  [914]   235    58     0   422     0    71   869 17000   180    13   101
##  [925]   176    14   129    80    53    58   488  3000   274   293   285
##  [936]    65 14000     0    80    97   277   235    43     0    51   252
##  [947]     0   241   155   488   295     9    62    43    12   148   152
##  [958]   249   174    99   160    71    NA     5    23    39    75   213
##  [969]   154    79     0    34    12 16000     0 21000    50    41    22
##  [980]   473    77   644   287    71    75    38    17    73     0     0
##  [991]     0     0   160     0    NA    31     9 16000    58   503    73
## [1002]     0   487   323 16000   670     0    NA   663     0   378   317
## [1013]    65   174     0   134     0   234   260   333    32   596   218
## [1024]    NA 12000   607    83    98     0     0     5     0    71    43
## [1035]    70    NA   212   628     0 14000   456   662   176 21000    42
## [1046]   737    79   109    34   446 11000     0   446   118     0     0
## [1057]   375   631   323   545   270     0     0   350    29   148 22000
## [1068]   906    39   380   293    65    92    32   118   119    80    40
## [1079]     0    79   541     0   176   126   777   845    23   322    33
## [1090]    45    49    50    49    18   628   487   117    49    41     5
## [1101]    58    37    38    85   153    61   161     0     0   160    29
## [1112]     8     0   278     0   503   326    29 11000    13     0    38
## [1123]    38    23     0     0  2000   208     0   611    15   188   179
## [1134]    NA   170    32    11     0    99    72   272   170    13     3
## [1145]   517   235   118   835    84   255    16   521    23   165    97
## [1156]    50    91    29    71   176   311   153    73     0    89   119
## [1167]    46   308    17     5   487   611    30   133    19    NA     0
## [1178]   161   326   241     4     0    20    64    80   737    98    78
## [1189]     0     0   456     0   541   189   532   545     0 21000    42
## [1200]   119     0     0   164     0     0   241   333   101   155   278
## [1211]   167     0   138   436    38    29   101     0    14   563 11000
## [1222]    23   415   160 14000   212    89    23   287    20    58    65
## [1233]   174 22000    51     7     0    46   190   425   192    18    34
## [1244]    54    10 16000     0   326 14000   323    25    80   643    30
## [1255]    99    98     0   541     0    52     0    77     6    75   101
## [1266]    NA    65  3000    85   335    50   260    18     0    55    39
## [1277]   287     0    56     7    81 17000   545   118     7   105    34
## [1288]    33    17   719     0    58    19   171   124     0    65     0
## [1299]     0    29    14    42    22    37    80   118     0    92     5
## [1310]     7    22    39    18     8     0    48     0   180    13   154
## [1321]    34    47     0    31    44   584    10    23   295    50   124
## [1332]    36   357 13000     0   534    44    88   610    72   126    36
## [1343]     0    18     0   508    NA     0   278   150     7    99    43
## [1354]    11  2000   150    65   304     0     0   123    11    49    27
## [1365]     0     2    39     5     0     0    52  1000     3  2000     0
## [1376]     0    11   188   308   415    10    43    35    84   883    38
## [1387]   188   287   473   488     0    96   101   487    31    16     0
## [1398]   480    25   116 13000   596   503   102    NA     0    91  1000
## [1409]    64   338    91 17000   126     0     8   333   161    31     0
## [1420]    79     0   763   130   130    14    19    87    89   102     0
## [1431]     0    12   148    42   221    30   179   545   365  1000   212
## [1442]   487    16    42    NA    19    23   133  2000   117   308   174
## [1453]     0 16000   192    48    81    40    37    24     0   357 16000
## [1464]     8    24     0   251    13    15   309     2   161    82    90
## [1475]     0   192    98   159   138    12    16     0   170     0   468
## [1486]    52   529    10   212    57     0    85   453   241   189    12
## [1497]     0    31     0    NA   503   138    55     0   278    22     0
## [1508]     0   596    18   194    47    31 17000     0     3   165  6000
## [1519]    88     7    46   125    56   631     0    43    67     0    21
## [1530]    35   160    10    36    41   132   179    37   197   335   136
## [1541]  4000   226    32   503   100   176   133     9    88    34    16
## [1552]    14     0   155   541     0 14000    61     0   255     0    29
## [1563] 17000   238    26   278    35    10     0     0     0     0     8
## [1574]    65    34   521     0    43     0    96   155    40   176     0
## [1585]   188   252   221     6   487   101    23    12   132   323   304
## [1596]    43   188   176     0    37 21000   662    47 16000 16000 11000
## [1607]   415    98    23     0     0   380   655   729   129     0   129
## [1618]   108    64    89    NA   309     5     0    56    65    56 11000
## [1629]     7    47    43     0    13    88    46     9    98     7   456
## [1640]    56     0   101 13000     0   777   845     0    43    23   209
## [1651]   134   395   171   246    82   102   343     0   456    NA    40
## [1662] 15000   108     3    NA    21    39    30     0    57    15    14
## [1673]   631   150    73    32   425   301    24    34    89    30   549
## [1684]   110    25   845   114    11   380    50    51    41   165     8
## [1695]   149     2     0   118    44     0    38   277    70   419     6
## [1706]     3     6   529     0    12    NA    65    29   380     0    76
## [1717]    53   277     9   108    45    23   181     0     2   165   395
## [1728]     7    55    18    61     0    59     5     0   446    NA     0
## [1739]    12  2000     0    71   265     0   759    64    11    63   473
## [1750] 14000     5    93   350     0   323   136   285     0   149     0
## [1761]   163    21     0   446   226    46    23     0     0   529   197
## [1772]    96   905   181    71    44   456     0   105   368   115   710
## [1783]    63    80   116    32    23     0   234    23 17000    53    65
## [1794]    13    11    46     0   415    92   767    14   151    NA   120
## [1805]   144  4000    39   644    43   650   129    49   118   133   776
## [1816]   249   295    10    NA   181     0    22    54    43     0     0
## [1827]    31   541   212   272   278     0    41    70     0   108    71
## [1838]   425   234    72     0   541    NA     0     0   160     0   124
## [1849]     0    80   906   759   260     8     0    49   160    80     5
## [1860]    30     2 11000   737     0   763   353     0     0   272 16000
## [1871]     0   180    97    81 14000   150   386    67     0    31   187
## [1882]     8   198    34     0  1000   167    11   529     0    99   425
## [1893]   170    43   503    70    96    47   395     0   248    21   285
## [1904] 17000    91    52     0   176   973   175   420     0     0     0
## [1915]    92    42    20    29    23    44   176    29   108     7    43
## [1926]   335    99    68    27     0    59   159    31   130    14   234
## [1937]    82     0    23   101    81    53     3    13   452     0    19
## [1948]    NA   529    41    24     5     0    17    70   176    21    48
## [1959]     0   219    27   154     0    42    17    54   241    82   160
## [1970]   317   425   365    NA     0   308    36     0     8   149   277
## [1981]    33   108    79    57    30   121    37   529    22   214    71
## [1992]    32     6    79   160    54     2   353   892  2000   460    80
## [2003]   162     0   911     0     4     0   138     0     0     0     9
## [2014]    27     3   535   350   179 12000 13000    19     0   149   167
## [2025]    36    71   480     0    41   597     0   119   293   269   446
## [2036]   126    25     0    48    41    41   192 18000     9    18     6
## [2047]    88  6000   181     0   153   883     0   119    70     0   123
## [2058]   956     0   452   131     3    61     3    12     0   114     4
## [2069]   258   277    23   549   105    78   350    NA   300     3   101
## [2080]     0     0   109   101    11   102    99 16000    42     0   529
## [2091]    34    24    25   235   101     0     0     2    31   118    24
## [2102]   221    42     0     0     0    12  1000     4    39    34   737
## [2113]    87    53   688    37    11     2   719    13    21   144    17
## [2124]   607    43     2   108   209    88    89   195 11000 16000   406
## [2135]     0     8    48   737    98     0   255    65    52    NA     0
## [2146]     0    52   140    18     0    19     0 14000     0 14000     2
## [2157] 12000   163   438   122    79    82    67     0    32   265   154
## [2168]     0   545   118   322   729    99    30     0    30     0 13000
## [2179]    17     0   607    24    64     2   151     0    19     9    25
## [2190]   174   132    NA    82   468   310   119    70     8    12   272
## [2201]    20   210    16    82     0   189    53   406    34    36    92
## [2212]    32   835    58    17    12    39    29   108   350     2   154
## [2223]    79  1000    99   453  1000    26    35    14    15    19    23
## [2234]     0   212    31     0   835    24     0     0    NA 13000    41
## [2245]    19     0    15   503   160    57     0   480    83     0     0
## [2256]     0     0    NA     0   395     0     2   308    13   143   909
## [2267]   126    53    82   190    36    20     4   272    83 11000     6
## [2278]   176   563   394   192   212   198    18  1000   350   214 11000
## [2289]     4    53   277 11000     0     0    52    84    10    10    54
## [2300]   189     0     3     9    NA   119     0    17    29   608    38
## [2311]     0     0   150   892   650   143    78   329    18   162    19
## [2322]     0     0  6000    22    42   214    14   121   110    55   115
## [2333]    12 11000    78    25    46    58     0     8    14     3    NA
## [2344]   278   448    23    10     5     0     0     2    23   160    17
## [2355]    43    34     0    52    17    15     0    17     0     0    37
## [2366]     0    97     8   189    93    NA     2    42  6000     0    79
## [2377]    33    51    14    75    31    33    22   500    44    15     0
## [2388]     0    15     0     0    89    55   545   119   126 12000   301
## [2399]    31   179    15     8    72   116    52    42   323   869    29
## [2410]    70    22   500    NA     0     0 11000   521    23   380     8
## [2421]     0    80     0    62   130 17000     7   272    64     0 11000
## [2432]    13    24    38    34     0     0    44    28   128     0    31
## [2443]     0     0     6   109   213    25    97 13000   655    44     0
## [2454]   379     0    78   337 11000     6    NA     0   662    28   154
## [2465]   190    34    NA   157     0     0    55     2    78   130    89
## [2476]    99     0   512   209    19    83    87   148    32     0   448
## [2487]     0   165    13    42   729   422     0   611     9    92   248
## [2498]    52    36   364    12    33   192    39    51    17    49    36
## [2509]    19     0    11     0    11   847   117   201    80    80    22
## [2520]     8    47     9     3   168     4   541    30   219     0    22
## [2531]    57     6    30   168     0     0    11    18    26   608   137
## [2542]     0     0   480    48   405   687     0   473    19    11     0
## [2553]    NA    14   309    26    29    23  1000    15 11000     5    24
## [2564]     7     7    45    22 11000   179    47     6   121   438     9
## [2575]     3    38    28 11000    89    85   369    34   115   133     0
## [2586]    29   172     6   929   143   529    22     0    10    NA   460
## [2597]     4     7     7   571   102     0 12000   521 12000     0     0
## [2608]     0   425    NA     4 14000     2   335    77     6   150    87
## [2619]   127     0 11000    79   350 13000     0    44    43   165   189
## [2630]   517   272    13    29    66     0    13   446    11   453   488
## [2641]   357   120    14    18   767     0   212    29     6    28   255
## [2652]     0 18000     0    10    13    35    49    61   107     5     3
## [2663]    31    26 11000    20   133     0    11    15     7    83    13
## [2674]     8    10    19   119   310    79    11     0    73   181   210
## [2685]   374    12     0    36    16    92     0    34   164   745    34
## [2696] 11000     9   561    23     4     0    80    NA     0   153    41
## [2707]   187     9     2    32    45     6   454    24    11    96   835
## [2718] 11000    52     0     0  1000     6     0    18 11000   132    NA
## [2729]   122    70     0     0     5   460   756   180    39   141    34
## [2740]   445     0   197    85   129    36    68    24    17    15     0
## [2751]    19    93     6     3    67 11000    13  1000    15     5 16000
## [2762]  3000     0   213     0     0     5    34     0   226    71    30
## [2773]   270    41    43    NA     9   350     0   116    54    58    12
## [2784]   309    10     0   128    31   119   123    44     0   160    85
## [2795] 17000     0     0    52   189     0    70    90   232   143    49
## [2806]   956   176    12   133    11   109   608   752   333     2   168
## [2817]    50    10     0     0   473   143   162    38    NA   133   454
## [2828]   148    NA   101   448   143   272    26   209     0   294     0
## [2839]    49   212    36     8    58    51    38    19    13     0   174
## [2850]    19    13    17    84     6    15     5    12     0   232     0
## [2861]     7    13   134 16000    35    18   412   799     0    26    76
## [2872]     7    15     2    16    24   107    37    80    83   460   150
## [2883]   260     0   139    29    41   187    83   115 11000   122    32
## [2894]     0    43   218 18000    97 12000    28   164   187   261    10
## [2905]    19    44    39  3000    44   220    34    20    60   383    16
## [2916]    50   607 14000    80     2    23   167   167   120   293   139
## [2927]   608    16    98   406 16000    22   128     0     0    33   166
## [2938]    76   132    66     0     4    58    53   258   278     4   131
## [2949]   131     0   287   192    NA   350    57    76    20    14    17
## [2960]   729   226    25   655    83     3    98    43   438    30    73
## [2971]   249   102    32   628   611    27    16    67    25   216   378
## [2982] 11000   708     7     0   319   115    40   584    55    61    20
## [2993]   667     0     0     0    60    19   277     0    94     0    26
## [3004]   759     7    45    18   611   165    14    12     0     7   212
## [3015]    76     0   130     0    49    52     0     2     3   287     0
## [3026]    11   767   335   197   737    79    36    15    53    42    32
## [3037]   541   163     0    16    52     0   107     5     0   278   365
## [3048]    34     0     2    71     0     5     0    64   386     0     4
## [3059]   529    10   608    18   300  1000   596     8    58     0   238
## [3070]   365    17    43     4    15    10   160    32     7    57     0
## [3081] 14000    21     4    11    NA     0    58     0     7   835    29
## [3092]   163   425   235    65     7   304   163    13     0 17000    19
## [3103]    65    70   221   108    65    82   108     6   750    73    19
## [3114]    66     7   482    78     0    32     6     0     7   287     9
## [3125]   322    21    27     4     0    38     0    11    70     9    58
## [3136]   500     5    17    92     0    25   108    22    15     0   176
## [3147]    31    36   394   164   337   134   293    23    14    64    47
## [3158]    28     0     2    13   406    31 13000   532    18     0   434
## [3169]   350     0   207     4    63    44    NA   194    87     0    63
## [3180]     0     9     0     0    13    57    49     0   102   157    64
## [3191]    60    34     0   549    25     4   108   105     0     4    76
## [3202]   387   129     0     3    41    34    NA    53     0   607    17
## [3213]    23     0     0     0     0     0     0   787   324   593   163
## [3224]     0    24   302   800    76   216    26     3    11    21    53
## [3235]    71     7     0     8    50    93     7     7   275    10     0
## [3246]    71     8    13     0   261     4    98   110    24     5   419
## [3257]    36     3    99     0    41     9    43     7     0    17     6
## [3268]   176     0     0   100    12    43   116  3000    25   147     0
## [3279]   365    50   278    92    33   798   473    92    85   909    65
## [3290]     0     8    37    46   644    17     2     0    84    17   188
## [3301]    23   157     6    NA    12    49    38    26   162    43    64
## [3312]     6   930     0   608     3    11     8    28     0    11    25
## [3323]     6     4     4     3     8   236     8    NA     3   541   108
## [3334]    43    68    35     8   729   300    17   170    14     0   319
## [3345]   160    71    78   407    11   644     0    80    54   163    11
## [3356] 16000    21    66   422   338  2000    36     0     0   548   152
## [3367]    44     0   129     5     0    19     2     2     0    13    NA
## [3378]     0    13     3    33     3    79   126    44    31    78   133
## [3389]   132    87    10    54    18   198    15    26   133    NA    26
## [3400]   608   341    73    71    16    13    14    23   136    45   109
## [3411]    12    30     0   200     2     8   387    36     3    NA    53
## [3422]   346    43    78    17     2     2    29    21    78   341    16
## [3433]    73   155    78    88     7     2   655     0    92    14    62
## [3444]   248   329    18     0   406   119    27   187    22   549   127
## [3455]    20     5    10   287    23     0    12     0     0   655   249
## [3466]    82     0   213   464   319     0   474    82    13    20    70
## [3477]  1000     0   152     0   187    NA    23    82    22   197     0
## [3488]    14   737     0    NA    44    48     0     0     0  1000    11
## [3499]    49   107   192 17000    30    98   176    70     6    NA     7
## [3510]    NA   147   342   157     0   261    60   159     0     2   161
## [3521]   127     6     8     0    10    43    58    47   835     5     6
## [3532]    30    23     0   554    78     4     0     0    24 16000    49
## [3543]     0   197    16     0     4     3     0    13   777   125    11
## [3554]   294    40     3   309     7     0     0   208   218   132   338
## [3565]    38    11     0   905     0   129    15    19    38     9   210
## [3576]     0    31     0   228    NA     0   116     0   909   131    55
## [3587]     0   153    34 11000    10    44     0    81    12     0    54
## [3598]   378     0     0     0   472   378    80    NA    29    38   162
## [3609]     2     0     0     0   112    49     4    20    51     0     0
## [3620]    39   138     0     3    NA   263    23    10    53     8     5
## [3631]   541   129   735   159     0    11   324    19    61   781    11
## [3642]   160     0   194     9    17     2    24    24    58    NA     0
## [3653]    82     4    58    12   139   287     0    64     0    NA    98
## [3664]   407    17     2    57    12   131    46     0    96 23000 16000
## [3675]    72    14    14    25     9    10     0    56   592   929    17
## [3686]    85     4     3   136   222    77     4    12   440    82     4
## [3697]     0   163    16    79    26    24    10    55     0   399    24
## [3708]    28   688    54   260   130    52     0   212    26 22000    59
## [3719]     0   335   214     0    18     0  3000    24    37    81     0
## [3730]   596    66    23   148    25   345     6     6    38   520    13
## [3741]     0  1000     7   407    27    17   272     8    17    19    66
## [3752]   152    54    89  1000    57    23    99    12    66    44    23
## [3763]    82     3     4    84     0  4000     0     7     0   460    22
## [3774]    19     3     0    35     7    52   122   261    52   263    13
## [3785]    57     0     0     0 18000     0   239     0    27     6     5
## [3796]   204     3     0     0    34    NA   110    57    46    65   799
## [3807]     0    NA     0     0     7    49   261     3     0     3    14
## [3818]     0    20    44   766     0    58     0   187   337     7    16
## [3829]     0   365   541     0     0    20     0    11     0     3     4
## [3840]     4     0    37   116   179   143  1000     0    NA     0     0
## [3851]     9    98     0    10   219     5     4    68   377     0     0
## [3862]     0   143     3   187     0     0   869   358     0     6    NA
## [3873]   249    63   143    79    51    12     0   456   197    NA    23
## [3884]   335   277    84     0     0     0 11000   309     0   395     9
## [3895]    81     2   228     0   357    82    NA   450     0   120     0
## [3906]     8     0 11000 13000    69    69    47  1000     5     7     0
## [3917]   171    89   675 13000     0    99    30     2     0   378    24
## [3928]   131   101     0    21   330   101    19     5    60    81   227
## [3939]   234    13   212     0     8    45     0   272    12   105   137
## [3950]    58    53    NA    19    19     8     7   165     0     0    55
## [3961]   177     0    21    18   548     4   103   335   160     0   149
## [3972]    10   541     2    24    69     6    89   136    29    13   174
## [3983]    NA   154    11   104     2   473   117    NA    10   541   174
## [3994]   160    22 13000    22     0     0   386   195     0    47     0
## [4005]     0    48    22    12     0    82     9    23    28     0     6
## [4016]    NA     0    41   117   892    14    19     0     0    10    78
## [4027]     0     0   141   353     8    19    22   346    84    38    73
## [4038]   246     4    39  2000   673     6    13   101    38   644    82
## [4049]    43   964     0     0    21    52   909   611    28   133    65
## [4060]   301     9   174    57   188     8    41   767    32 13000     0
## [4071]    18 13000  1000    85    78    23   174   176     9    NA   393
## [4082]    18     0     4   152    78    15    NA   375    70     0   300
## [4093]   132    21    16    45     0    11    18   232   387   151   377
## [4104]   269     0     0    13    59     0     9    84   121    89    NA
## [4115]    21    NA    40    78    81    NA     7    27    26   700    87
## [4126]     0     8     0 13000    66    15    74   136    19  2000   128
## [4137]     3     8    39     9    96     0     0     7   179   964    81
## [4148]    39    35     4   503   192    18     6   153     0   152   149
## [4159]     0     0   124     9    19     2     0   673    53   149     0
## [4170]    17    84   133     3     7   147    76     0     6   134    65
## [4181]    89    67     0 15000    24    11    58    15   835     0     0
## [4192]     0     7    13    34    14   148    53    19   119     9    10
## [4203]    43     0     0     8    24     8   571    20     2     0     0
## [4214]     9   406     0   222    15    24    29    23    24   535    14
## [4225]   115    11   607    37    49    13    84    16     0    10     0
## [4236]    11     5    10   355   184    16     7    57    15     0     0
## [4247]     7    92     6    NA 11000   421 11000    89   750    32     0
## [4258]   108     9   207   589    31     6   162   149    30     0     0
## [4269]   308   603    81   162    85   244   117    31     0   453     5
## [4280]     0    85    NA     0   263    56     0   117    22    NA    90
## [4291]   129    13    34    11    10     0     0    53     4     4    31
## [4302]     0   222   776    NA    32    84    19    98     8    97    11
## [4313]    38    54     0    43   308     6     5     0     6     5     0
## [4324]     0 11000     0     5    NA     0     0    10    68     8     5
## [4335]    17     2    10    44   909   531     6 20000     3    28    35
## [4346]    58    89     0    63     0   108   168     0   120     0    47
## [4357]    13   456   603     0    12   188    88     9     0     0   293
## [4368]     0    28    57   174    15     9     4    21   670    75    15
## [4379]     0    36    88   143    68     3    84    25    87   964   160
## [4390]   673    11    11     8     0     0    21     0     0     0  1000
## [4401]     4     0   191    15   964   184   387     0   611   134 13000
## [4412]   460   787     0    92    44     4    58    38   675    21   234
## [4423]     6   122   522    13   134     0    18     0     7   102    60
## [4434]   407    49     7   228     0     3    21     0    11    34    65
## [4445]     5   764   188    37     9     0    33    74    87    20    10
## [4456]   412    58     7     0     0    NA   346 12000     5     7     5
## [4467]    17    NA   135     4     4     0    19     0 13000    49     0
## [4478]     4     8    11    83   673    NA     0     0     0   422     4
## [4489]     0   301   300    50 13000   118    91    29 16000     9     0
## [4500]     9    14     0     4     0     0     0     4     0   345     0
## [4511]     0    38   282     2     0     6   222    NA   155     0   126
## [4522]    12    22   338   252     0   345     0     6   136    80     2
## [4533]     0    62     6 17000   287    92    18   385    18    65     2
## [4544]   310     2    19   199     0    49    23 17000     0     0    20
## [4555]    11    10   122   655     7    46     9    33     9    56   132
## [4566]    11     2   112   152    11    12    13    10     0   406   234
## [4577]     4    22     0    71    13    21   135     2     0    50   141
## [4588]    10     0   165     9     0    74     5   243    11    29     5
## [4599]     8    82    32     0     4     0    18     0    53   436    50
## [4610]     3    57     0     0    15    82     3   923     0    23   142
## [4621]     0     0   105   142   224     0     6     0    53     3     0
## [4632]     0    17     0    NA    12    29     0   603    28   163   171
## [4643]   171    91    32     0     6    11     0    29     6     0    66
## [4654]    15    43    14    46    63     8     0     5   377     9     6
## [4665]    21     0     0    37     3     0   247    75    38     0     0
## [4676]    21     8   365    15   214   243   687   973   168     4   129
## [4687]     3   160    23    30   364    52     0     0     0   174    31
## [4698]     0    21     0    13     2     0     4     4     7    10    19
## [4709]    14   644    16     0     4    12     0     3     0    12     5
## [4720]    44     6    11     0   589    95    24     9   490     8     2
## [4731]   310     3     3     6     0     6     0     7     0    35     9
## [4742]   204    71    21 12000   217     0     0     6    32   681   248
## [4753]    12     6    12   380     0     0    38     0     3   395   487
## [4764]     2     3    21    32     0   406    33     0     0     0   163
## [4775]     0   431     0     0     0     6    10   521     5     3   365
## [4786]     0    24     0    89    10    15   100    57   110   147     0
## [4797]    25    14    NA    20     4     0   385    NA    12     3   350
## [4808]     0     0     0   204     3     4     0    33     0    30    44
## [4819]     0    NA     0     0     0     3   964   252     2   149    10
## [4830]    82    54     7   129   129     5     0     0    95     0    37
## [4841]     3     0   278    44    43     0     0     3    77     5    19
## [4852]    25     0   132     2   681     4    44     0     0   165     0
## [4863]    45     7    52     0    99   269   261    NA     5   337    17
## [4874]     0     7  1000    63     3     2    32     0     7    45   431
## [4885]    30    54    12     0     0     7    15     0     0     7   130
## [4896]   750   218     0    16     0     0   151   670    18     0     0
## [4907]    25    89     2   157     0   121   147   123    29    15    20
## [4918]     0     0     0     0   373   131     0     0     0   135    14
## [4929]   101     0    56   109    14     0     6     0   365    36     0
## [4940]     4     0   909   261     0   129    58     0   100     0   686
## [4951]   686     0     0   664     7   589     3     0     0   467    23
## [4962]     9    56     7     3     0     3     2     0     6     0    29
## [4973]     3     0    12     0     7   293    32   217     2     0     8
## [4984]    59     0     8     9   969     9     0     6     2     0    18
## [4995]     3     3   117   234     4     0   138 17000    14     2     6
## [5006]    26     2   214     0     0    26   119   453     3   892     0
## [5017]     0   138   589   158     8   157     0    38    91     0   107
## [5028]   397    18    62     5   120     3   291     0     0     2     0
## [5039]     2    NA     0     0    16
criticreviews = mydata$critic_reviews
criticreviews
##    [1] 723 302 602 813  NA 462 392 324 635 375 673 434 403 313 450 733 258
##   [18] 703 448 451 422 599 343 509 251 446 315 516 377 644 750 300 608 451
##   [35] 334 376 366 378 525 495 469 304 436 453 422 424 654 539 590 338 490
##   [52] 306 575 428 470 298 488 322 421 162 367 240 384 248 284 396 645 408
##   [69] 219 486 682  85 264 418 186 585  91 250 536 370 453 416 401 521  10
##   [86] 218 576 226 443 384 377 188 286 288 280 653 712 642   1 645 187 362
##  [103] 500 389 235 231 218 227 275 474 228 191 396 248 329 295 318 323 276
##  [120] 318 478 167 185 350 245 406 275 486 739 298 516 225 145 310 526 465
##  [137] 357 248 194 284 280 310 339 132 135 256 196 220 211 264 464 167 208
##  [154] 287 210 432 256 135 190 314 518 291 292 184 145 451 141 267 351 163
##  [171] 166 510 197 244 322 156 354  21 252 556 166 362 153 329 266 517 502
##  [188] 322 165 401  94 246 330 434 440 274 245 349 145   1 154 233 258 208
##  [205]   1 271   4 403 294 159 289 342 382 344 196  85 436 183 175 239 237
##  [222] 231 262 552 276 267 102 775  71 476 207 492 284 168 283 539 359 284
##  [239] 250 440 320 257  33 152 231 348 738  93 181 369 179 358 160 192 198
##  [256] 233 263 267 184 447  29 366 172 104 181 327 125  79 326 354 297 188
##  [273] 174 109 225 239 101 228 568  NA 257  62 175 265 252 232 400 230 210
##  [290] 357 300  94 267 180 265  81 765  80 141 383 193 170 333 256 203 321
##  [307] 174 166 606 144 192 511 188 212 245 127 167 320 163  78 289  66 266
##  [324] 208  97 202 233 136 154 169 200 255 173 221  82 233 343 308 301 328
##  [341] 294 175 199 355 198 529 198 412 106 283  61 217 175 191 316 127 185
##  [358] 191 188 362 181 352 143 308 517 148 415   1 146  70 269 198 253 281
##  [375] 122 159 180 227 183 157 196  64 142 181 240  93  84  66 136 369 166
##  [392] 201  47 175 114 187 221 206 239 142 186 228 256 222 103 298  84 236
##  [409] 157  81 187 238 107 459 187 151  80 229 158 190  98 135  84 382 393
##  [426] 149  94 138 432 173 127  91 238 345 377 170 191 424 154 673 383 153
##  [443] 166 180 120 125 234 134  91 139 265 145 490 141 163 155 144 226 204
##  [460]  95 139 215 198 325  53 167  46 147 276  80 406  97 143 106 178 102
##  [477] 209  19 152  31 129 124  35 166 137 121  87 233 132  63  95 258 162
##  [494]  61 113 174 101 205 123  79  61 202 145 101 113 113 272   3 205 186
##  [511] 178 169 210 140 156 150 119 232  49 165 202 306 185 177 181 372 290
##  [528] 316 122 164 147 219 167  70 384 179 151  12 107 134 269 143 241  12
##  [545] 161 298  89 140 362 124 190 132  53  91 284 152 131 132  67 130  74
##  [562] 114 294 308 435 117 108 141 176 230 234 164  91 132 262 299 128 109
##  [579]  88 261  73 208 205 256 103 191 147  79 486  75 245 142 144  39 153
##  [596] 284 247 107 141 358 160 355 235  59 388 371  82 297 261 120 228  76
##  [613] 185 128 237 105 242 360 112 189 151  92  79  81  51 261 197 159 286
##  [630] 156 176 293 141 304  40 280 180 125 237 209 178 238 190 393 138   4
##  [647] 142  90 219 327 149 193 175 538 313 159 196  80 488 153 173 156 307
##  [664] 322 169  74  72  86 242 141 313 280 176 279 241 185  97 117 239 230
##  [681]  94 134 136 315  96  14  60  60 308 127 196 339  96 361 226 194 138
##  [698] 308  40  42  68  78 178  75 150 113 596 191 156 460 141 180 186 177
##  [715] 161 568 249 137 113 213 120  81 265 105 155 118 131 166  60  77 249
##  [732] 213 121 315 171  96 299 167 125 387 199 136 436  73 310 323 171  76
##  [749] 173  81 242 110 328  83 196  34 118   8  81  47 313 315 225 223 198
##  [766] 219  92 435 111 138 415 170 306 252 211  49 161 156 172 161 239 258
##  [783]  95 105 198  79 210 125 149  77  77 225  98 172 703 117 240 123 110
##  [800] 100 189 212 127 196 115 161 223 181 140  54  14  81 579  56 490 218
##  [817]  20 142  57  84 186  53 133 246 253 144  46 117 157  60 117 287  96
##  [834]  26 125 117 149 131 150  92 169  57 171  53 153 491 247  26 292 114
##  [851]  82 201 231  55 110 354 140  77 304  45  49 146  60 189 206 118 210
##  [868]  76 149  62 224 265 135 100 123 164 238 264  47  50 153 202 178  84
##  [885]  44  93 277  76 197 186 103  66 224 202 279 110 190 136 121 131 127
##  [902] 160  78 209  98 391 279 216 250  78 106 194 558 183 238 186 144 156
##  [919] 215 140 133 203 127 155  98  71 299 212 413  67 109 457 156  55 272
##  [936] 117 539 169 140 330 120 190 177  65 145 321 230 143  55 257 279 143
##  [953] 196 310 116 105 419  64 359 166 525 165   2  87 117 113 349 152 288
##  [970] 358 204 156 171  76  97 157 267 118 291  68 228  36 105 276  93 191
##  [987] 143 124  47  66 118  93 235 113  14  51  98 315 136  61 209  99 298
## [1004] 131 146 245 104   4 162 259  79 141  59 236 356 120 111 208 174  59
## [1021]  22  34 214  28 186  50 180 231 105 226  75  82 296 103  98  30  48
## [1038] 195 223 149 324 371  75 233  32 150 172 103 140 125 125  36 295 222
## [1055] 158  72  34  72 152  89 145 144  93  46  84 142 185 143 178  65  73
## [1072]  72  10  35 358 151 140 201  77  43  39 207  47 132 454 109 213 127
## [1089] 398 184 127 167 119 155 218 117 208  38  48   8  94 276  59 216 173
## [1106]  99  42  25 339 127 122 105 144 156 323 199 164  39  43  82 150 168
## [1123] 432  60  85  83 343 106 158 189 125  87 115  23  24 152  12 656 119
## [1140] 161  73  96  28 105 102 206 159 137 116 177  99  56 117 252 375 150
## [1157] 187 108  21 270  72 154 114  27 166 288 117 291 151  36 168 283 127
## [1174] 293  95   4 213 119   9 167  98 234 258 108  81 538 224 129 125 433
## [1191] 362  93  71 104 319  41 300 556 161 151 212 111 173 181 252 216 203
## [1208] 218 118 241 119  89 209 374 235 215 109 125  65 125 322 191 191 221
## [1225] 459 131 222 118 100  70 138 274 349 341 196  83 283 105 351  16 195
## [1242] 175 193 169 128 249  91 207  77  25 211  19 101 175 342 147 420 138
## [1259]  82 201  82 277  90 157 124   3 146 303  70 283 212  98 110 146 100
## [1276]  62  70 107 169  94 190 112  12 201  34 104  55  86  50 181 260  40
## [1293] 102 371  49 335  86  40 242  70 135 125  54 104 157 159  78  88  32
## [1310]  75 219  83  53  61 308  70  41 224  66 253  79  94  77 106  30 488
## [1327]  63  42 118  44 214 110 187 370 276  76  95 211 160  97 174  23 103
## [1344]  98 273 279  22   4  65  98 116  76 106  55 172  47 107 323  37 297
## [1361] 302  38  31 118 546  21  86 194 437 378 170 341 139 393 224 203 148
## [1378] 131 350 129  40 289  14  72  89 265  54 126 110 138  31  95 267 175
## [1395]  63  85  44 334  78 199 186  77  68 261   5 122 340 493 208 134 275
## [1412] 120 144 332 104 116 177 127  83  97 256 225  83 160 191  74 238 177
## [1429] 405  61 285 124 164 120  90 120 117 226 223 193 228 360 148 128   3
## [1446]  46  40  63 193 208 122 228 212 392 208 137 119 195  95 100 164 211
## [1463]  91  44  97  32 270  89 219 180  93 173 121 298 158 248 155 105 224
## [1480] 129 101 145  57 227  13 171 119  44 188 166 584  67 233 112 151  63
## [1497] 335  24 147  51  10  12  50 149  24  28  95 288  10  58  NA 297  90
## [1514]  56 274  68  98 256 117 107  52 135 211  57  81 107 100  60 195 121
## [1531] 285 103 192  90 258  56 197 254 299 163 152  53  67  88 163 371 418
## [1548] 131  98 119 133  88 522  43 224 122  56  75 441 163  63  90 163 197
## [1565]  93  15 260  18  70 183  12 261 167  42 130  66 449 121 536 135  74
## [1582] 168 464 204  96 223 112 142 166 114 214 126 157 104 304 191  55  59
## [1599] 108  50 216 472  89 229 268 145 177 175 131  41  30  57 391 217 452
## [1616] 589  61  79 234 253  51 123 145  65 152  94 119 487 121 147  85  98
## [1633]  39  43 108 209 131  73 316 159  63 162 267  95 478 305 397 214  82
## [1650] 138  69 253 304 634 111  77 120  63 417   9  59 218 359 101  52  85
## [1667]  64 263 450  85 162  85 110 165  64  44 147 242 244  73 232  63 239
## [1684] 158 152 105  36 181 219 158 155  74 368  81 154 140  73  98 358 222
## [1701]  85  62 130 376 130  65  77 107 292 193  16 184 123  60 111 217 117
## [1718] 105  41 124  90 110 273  63  56 130 134  36  46   7 132   5  56  65
## [1735] 221 291  13 148  42 302 181  64 154  17  65 148 161 124 349 148  45
## [1752] 133  87 178 233 173 426 210 129 287 108  62 220 136 222 112 122  62
## [1769] 135 184  36 171 447 220 122 119 177 302  44 211 222 100 100  98  74
## [1786]  97  21 156 125 225  85 135 350  31 177 106 251 148  76  52 220 131
## [1803]   7 112  93 370  83 125  73  98 158 152 202  80 288  99 222 194  15
## [1820]  56  63 167 101 118  76 268  95  78 127 137  54  38 167 129 217 134
## [1837] 253  46 232  92 153  49  79  56 224 175 197 226 335 157  69  46 217
## [1854]  55 200  93 265  82  32  42  22 116  56  23 178 226 406  57 100 366
## [1871] 242 309  85  48 174 373 224  94  25 273  78  66 459  68 123 488 146
## [1888] 168 152 133 139 245  84  70 154 216 170 181 226  24 408 180 181 192
## [1905]  79 128 147  49  75 270  29 398  38  45  81  88 116 129  72 151 198
## [1922]  66 167 127 109 174  91 151  94  91 148 141 114  79  33 146  83 199
## [1939]  71  62 175 322  67 112 216  48  44  12 162 213 298 119 251  92  58
## [1956]  73  28  19  86 287 233  86 160 126  50  52 260 111 231  99 159 159
## [1973]   7 199 119 120 180  58 317  44  22 143  72  70 264  20 190 142  27
## [1990] 355  21  31  87 126 285  60  23 229 143 376  97  73  28 160 124 280
## [2007]  56 118  49   4  16 336  91  16  65   7  51 252 106 285 163 195 123
## [2024]  52 129  60 123  84 125 106 247 156 271  45 133  84  70  32  51  73
## [2041] 169 365 113  18  10  16 196 212 445 446 108 223  63  43 211 421 214
## [2058]  92 574 216 140  28  36  65  53 394  80  45  47  90  30 232 165  45
## [2075] 155   6 118  55 314 103 183  77 171  64  92 112  69  75  95 180  53
## [2092] 129  61 226 116 248  23  98 168 159 134  97  88  85 181 257  95 423
## [2109]  93 203  38 183  75  18  22  41 148 111 231 115 176  98 149  84 138
## [2126]  78 288 299  27 155  82 275  43 163 168  60  85 539  84  75 171 140
## [2143]  85   5 217 131 111 466  16 276  11 196 234  37 171 148  50 121 185
## [2160]  61 156  75 100 511  75 148 253 204  72  98  62 549 106 123 597  64
## [2177]  40 111 151  31 138  81  99  80 364  85 140 184  89 265  61   3 112
## [2194] 166 474 165 131  29  43 111  90 333  37 122 285 156 293 233 282  57
## [2211] 153  20 324 122 156 161  69 121 258 174 141  31 222 273  91 190 427
## [2228]  93 292 180  94 112  20  84 120  90 103  59  86 190 114   6 290  80
## [2245]  98  88  13  52  60 154 274 110 173 165  45  45 377  NA  43 201 192
## [2262]  77 350  81  81 222  27 155 111 107  34 151 289  76 150  67  36 149
## [2279] 156  64 210 113 390   5 248 137 214 104  81 175  20  69 168 166 160
## [2296]  32  72  53  76  15 401  31  65  26  45 260 129  58 103  45 345 232
## [2313] 116 148  79 167 350  25  99 231 119 182 245 174  69  26 168  27  28
## [2330] 146  67  93  28 131 105  21 140   9  83   8 138  42  NA  92 140  NA
## [2347]  29  29  39   2   2  NA  64 120 143 160  92 286  43  69 242 149 253
## [2364] 198 147  36   6 181  97 167  NA  47 308 246  23  29 252 102 134  30
## [2381] 136 102  10  31  63 220 241 252  23 156 192 351  57  99 343 163 110
## [2398] 233  91 169 142  50 195 129 156 103 217 134 146 159 111 187  20  44
## [2415] 588 415 279  97  60  27 212 110  45 190  77 151 111  64 134 450 128
## [2432]  68  97  54  99 412 107 192  25 104 120 146 124 107  11  93  38  60
## [2449] 184 148 217 160 209  40  85  83 263 128 186  14 292  15  70  79 103
## [2466]  97 108  59  10 184  23 112  45  59 195 256  44  59  97 142 187 193
## [2483]  40  46  38 239 250  82 140 129 285  91 318 283  52  56 186 178 140
## [2500] 469  63 148 265  75 113  62  54 223  50 125  81  37  44 197  15 543
## [2517] 112 153  94  62 157  35  21 236  50 106 106 173  41  41 145  31 105
## [2534] 236 114  69 150  72 158  96  84 114  79 103  67 576 178 487 196  24
## [2551]  56 406   3  51  41 138  78  40 285 124 275  34  81  67 103 300  84
## [2568]  64 169 158  46  15  68 111  21  42  65 109  42 112 146  36 230  64
## [2585] 393  75  78  67 216  54  84  69 208  32  20  78  21  40  40 251  94
## [2602] 102  21  94 173 287 176 479  27  20  60  70  43   1 454  25  46 111
## [2619] 393 318  55 157 280 109  41  27 462 152  69 140 130  66 238 198 154
## [2636]  19 131  97 355 138 102 419  37  78 181 220 349 241 103 151 344 185
## [2653] 112 676  74  65 274  50  96  68 111 128 160  93 278  81  58 153  25
## [2670]  46 161 108  69  78 129 135  96 417 172  88 388  45 414 291  97  37
## [2687]  68  90  81 221 230  57 119  97 119  42  24 208  42  44 230  46  18
## [2704] 249 197  71 190  50  63 104  NA  49 300  43 132  97 242 218  49 172
## [2721]  68 223  59 252 106 223 328   9 150  21  28 250  17  95 260 141  52
## [2738] 205 109 103 110 195  14 177  17  62  19  50  25  39 136  26   4  53
## [2755]  22 147 222 106 136   5 131 140 418  94  82  NA  32  22  72  39 264
## [2772] 264 145  86 112  17 101  51  42  10  43 331  38  12  40  34  82 125
## [2789]  56 160  71  37  62  73  59  25  97 205  69 195  61  77 259 251  63
## [2806]  47 108  64  20 135   2 262 129  69  50  57 116  45  87 357 348  88
## [2823] 181 107  53 132 401  58   1 192 157 454  62   4  84 669 492 149 101
## [2840] 102  63 106  50 275  90 133  49  19 186 185  42  37  45  57  25  59
## [2857]  58 330 489 242  40 112  84 251 113  23 421  32  52  81  NA  39  63
## [2874]  47 111 168 165 104 150  61 226  21 217  94 364  19 129  71  93 399
## [2891] 110 285   2  61 242  62 121  83 122  88 120 225 130 167   7 226 185
## [2908] 177  28  48 116 391 117  24  86  41 304 385 145  99  29  77  91 148
## [2925]  61  84  83 216 107  63 140 153 414  16 139 111 229 112 207 198 172
## [2942]  45  34  75 400 128  68 326 128 161  70 164  68 354 125  55  66 191
## [2959]  33 433  66  37 325 170  11  24  70 232  34 160  96 106  53 274 248
## [2976] 288 177  81  29  58 144 114 132  60  30 138 190  61 363   2 131 146
## [2993] 280  78 469 194 121  38 123  81  72  25  78  57  69  73  42 101  82
## [3010] 149 165   5  44  74 156   1  82 151   3  98  25  35   6 183 282 158
## [3027]  89 101 128 410 104  54 141  30  57  56 216  80  77 101 156  48 109
## [3044]  62  33  20  52 351 124  37  58 175  75 161 203 188 221  66  80  25
## [3061] 169  70  15 535  92  14  13  87  78 223 136 160  28  54  75  20 105
## [3078] 120 108 285 215  81  17   5   3  10  43  43  94 161  38 210  52 139
## [3095] 165  96 323 190 173  46  59  53  22 203  77 190  81  56 264  44 117
## [3112] 124 159 273  26 242  55 151  48 166 206  92  78  83   8  86  85  76
## [3129]  60  78 112 189  82 120 183 211  14  54  55 179 221 158  73  65  23
## [3146]  63 132 191  52  91 368  89  83  83  33 386 191  16 297  47  63 144
## [3163]  77 325 100  52  98 163 137 180 321 100 265 212  68 162 147  33  94
## [3180] 143  38 126 168  19  91  46 198 139 182 181  23  30 111 287  96  27
## [3197]  44  49  57 185   2 270  94 157  49  80 221  53  20  90 376 144  82
## [3214]  51 192  36  71  79 246 115  34 129  22 196  73  43 129 200  79 112
## [3231]  17  20  12  59  29  23  22  43  16  84   4  20  71 102  27  62   5
## [3248]  76   8  75  66  31  32  17   4 152 129  15 248  52  55  30 130  29
## [3265] 447  66  18  61 232  62 106  56  48  41 439  54  50 392 277 259  66
## [3282] 129 115  81  29  32 142 263 285  64 150 136 132  71 186  39  46 201
## [3299]  32 117 136  15  46   1  41  65 100 129 103  77  67  31  76  17  81
## [3316]  26  24  44  80  41  91  66  19  35  19  33  17 163 133  47  66 147
## [3333] 273  32  52 107   6 175 167 132  66  79  15 222 210  60 346  46  15
## [3350] 169  25  81  54 147  16 215  63 534  66 119  43 270  99 224  58  53
## [3367]  37  11 327 135 127 164  14   6  41 143   9 109  59  95  40 121 358
## [3384] 288 107  28  91  55 231 262   7 196  83  18  11  72  51  18 328 248
## [3401] 128  45  49 163 163  90  23  17 118 283  74  41  17  66  36 140  32
## [3418]  68  79   9  26 100  56 150  30  20  21  11  85   5 160  25  21  15
## [3435]  61  34  62 102 239 252 278 124   9 127   9  35   6 192  51  38 133
## [3452]   4 287 222   6  16 242 147  93 253 224 392  39 387  36 120 208  51
## [3469] 331  83 324 140 136  79 160  52 490 351 271  93  71  54 112 118  35
## [3486] 342  14 137  50 261  96 180  28 750 202   8 341 160  31  71 281 114
## [3503]  72 119  74  25  39  27  27  11  29 158 223  25  97 117 389   9  34
## [3520]   7 161   6  16 301  52  12 134 151 103  39 133 104 121  27  49 100
## [3537]  12 112  10   2  38  18 152  44   6  46  63  74  25 224 226  36  54
## [3554] 142 271  33  64  18   6 121  14 137 111  57  97  73 486 149   4 200
## [3571]  84  28 217  12 183 204 153 145 203  10  93 124 120 288 130 145  62
## [3588] 188 120  71  52  18 162  88  96 391  32 119 201  22  52  63  97  34
## [3605]  10  88  25 252 137 231   9 115  67 216 133 149 261  42 152  64  76
## [3622] 149  35  47 108  17  12 129  84  61 147 147  23  75  17  16  60  63
## [3639]  56  36  47  38  26  47  68  19  39 162  37  26  10 179  88  43 136
## [3656] 111  13  64   6 112  12  15 161  68  25  23 222   9 119  90  62  71
## [3673] 364  72 122 100  24 112  67  91 103  27 205 192  72  33  22  48  65
## [3690]  29 284 187  47  88  41  24 318 250 411 106 159 251 183 131 297  41
## [3707] 248  42  33  91 185  69 220 117 471 152 274 336 174 151 276  12  18
## [3724]  28  95  74 179 125  22  92 196   9  31 309  15  36 129 168 444 123
## [3741] 173 246  74  68 144  96  42  29 228 195 203  44  14  59  45  42  12
## [3758]  29 121 135  27  56  22  59  61  60 164  81 415  43   7 120 195 109
## [3775]  21  93  12 155  81 204  19 163 248  39 322  50  12  83  37  16 121
## [3792]  24 324  27   9  31  35 371 133  13   9  56 191  80  19  19  NA  38
## [3809]  44   3   6  NA  64   8  64   2  NA  35  21  99 115 104 195 303 122
## [3826] 359 130  64  13 159  54 440   7   4   1  96   8  87  10 121  43  45
## [3843]  36  84 118  42 202   5 120 234  17  35  48  49 283  16  54  92 159
## [3860] 202  50  54  98  92 112 138   9 149   5  39  39   2  29 111 149  90
## [3877] 149  12  64 256  57   8  50 232  63  75 274 284 265 154  44 314 153
## [3894] 256 123  46 203  34 149  20   9 323 172 111  74 161 548 177 230  27
## [3911]  22 157  70 125  10 160 300  69 143  50  46  51 163  52  40  50  45
## [3928] 121 114 270 116 115  15 122  35  41  31 332 232  43  68  51  33  26
## [3945] 109  34  31 141  19  64 215   5  12  70  46 135  38   8  34  36  35
## [3962]   6  39 182  14   3   3   1  62 161 157  31  53   1  21 246  42  78
## [3979]  41  61 112 349  55  88 122 134  11  20  28  22  95  31  79  25  22
## [3996] 110 425  19  43 127 262 184  33 252  31 139  39 337  30 265  50  50
## [4013]   9  15   5   1   4  44   6  17   7   9   3  55 169 290  10 159 535
## [4030] 214  47  17  85 349 109  60 101   1  16 212 215 107 122 155 261 130
## [4047]  94 164 188 206 134  53 264  94 215  85 138  55 361 411  24  70  78
## [4064]  35  39 158 122  16  67 183 112  64 114 246   7  49  42  73  16  38
## [4081]  91  37 405  29  81  17  75  NA  91  82  48  33 133 104  22  30 112
## [4098]  79  49  42 345 152 148  23 254 305  19 272   5  65   5 248 152  10
## [4115] 156   7   1  82 175   4  40   8  63  20 174  90  58  14 451  NA  21
## [4132]   9  98  29  23  87   2  17   7   6   9 343  11  34  71  21  28  35
## [4149]  30  73 154 251  57  14 159 181 110 213 129 280  15  61  33   1   2
## [4166]  27  19   9 121 166 269  29  20 107  74 173   5  66 169  13 129  30
## [4183] 220  75 162  74  65  26  63 205 121   9  74  54  80 252  72 220   1
## [4200] 197  14   3 191  18  28  22  62  47 238   2  95  10  28  25 121  10
## [4217] 172  20   8   8  15  14  12  48  17  99 138  NA 235 160  18  11  11
## [4234]   7   5  10   5  95  97  76  67   4 252  NA   1  33  19 167  49   1
## [4251]  66 533  50 127 177  77 103 123 218 215  34 100  12 167  56 180 211
## [4268] 157 126  61 365 121  10 151 171 158 167 118  39 108  65   8  85 160
## [4285] 231   7  79 168   1 107 200 123  39  41  46  30  46 221  51   1  58
## [4302]  45  44  74  20   6   5  10  81  66  46  34  78  52  29 161  18 107
## [4319]  30  24 116  98  25  NA  40  20   8  19  90  21  12  33   9  94  41
## [4336]  38  12  25  27   2  23  32  18  45  60  23 363 249  68  14 359  15
## [4353] 256 194  NA  10 311 205  94 192  85 663  62  39  68   3 130  13  44
## [4370]  26  27  53  NA  10   4 181 114  11   1  75  80 179 225  77 124 195
## [4387]  76  51 101  55  15  16   5 109  40  51 149   4  35  22  68 287 173
## [4404]  61  96  71 110 110 101   2  97  53 106 445 131  94 105  75  97  37
## [4421]  84  88   6 127  32   8 229 120  31 100  14  14  39  35 178  46  NA
## [4438] 234 166  56  16   9  18   4  NA   6 387  35  27 145  78  10  60   9
## [4455]  63  92   4  53 116  NA  13  98  43  15  14  56  79   8  16  18  35
## [4472]   5  16  24 144 242  97  77  16   7  74  74  19  46  58 287 100   5
## [4489]  50 276 137 122  73 202  99  10 173   7 181 111  38  12  23  17   9
## [4506]   1  51  14  24  18  22   9  30   9   7  91  99   2  57  12  58   5
## [4523]  97 481  17   9 242  95  14  87 141  16 212  30 270 211 161 184 270
## [4540] 203  29 137 107 377 169 225 101  39 372  40 129 285  29 337 120  40
## [4557]  38 387 185 348 155 181 149  54  18 122  87  51 260 218  16  12   1
## [4574]  48  59  88  28  44  13 117 100 117 140  29 308 248  84  40  NA  13
## [4591]  31  43   2   4 238 112  33   8  95  29   3  71  36  56   8   3   8
## [4608]   9  87   6  14  20  23   6  12   2  12  NA  64   7   9  21  NA   1
## [4625]  95  40   6  16  39 150   1 393  32  78  NA   8   6   9 134  18 233
## [4642]  10 231  65  76 327  62 116  73 238  35   2   6 115 193  16  68  16
## [4659]   7 354  16  74  11  59  71   5  25  29  17  13   6 224  33   1 100
## [4676]  21  82 271   5 255 292 178 120  31 114 233   8 153  53  49   4  64
## [4693]  23   8 446 228 208   2  25   8 143  21   1  34   5  10  66 360  53
## [4710]  82  15  NA  18  NA  22  15  NA  18   8 105   3   4   2  50  19   5
## [4727] 235   8  95  84 154  20  88  70   5 105  29  46   3  54 126  17  25
## [4744]  11  81 155  39 153  26  10  35 230 165   9  17 344   2  28  29  11
## [4761]  48  24 166  NA   9  48  64  NA   1 111  26   1   3  10   1   1  10
## [4778]   1 525  96   8  92   1 365  88   3  65  NA  71  34  15 220 279 409
## [4795]  86 131  69   8  75  72   4   9 203  11 148  80  46   8  10  76  69
## [4812]  43  36 304 279  23 110  40  45  23   4 318 177  51 124 211  26  64
## [4829]  56  29 131   4  88 189  20  96  27  15  24  16  13   8 156   4 164
## [4846]  10   1   8   9  78 131 286 147  71  NA  51  23  59   9  NA  99  21
## [4863]  19  43 206  NA  29  27 162  11  26  85  77   8   5   3  66   4  NA
## [4880]  15   1  12  NA   1   6  48   2  17 225   5  22  38  21  67  69 208
## [4897]  77 122  35  15  25  37  76  12   7 450  60   4  42  93   1  16  54
## [4914]  38  66  11   6  25  13  18   3  46 143  26  NA   5 242  48  38  NA
## [4931]  91 232  18  29  44   2 277  43   5  16  18  40 130   3 136  NA  12
## [4948] 171  NA   8   8 284  36  21   1  31 159 152   1  21  57  23  88   2
## [4965] 193  50  61   1   5  14   5 241  16 138   5  32  18 193  66  65  95
## [4982]  13  15 125  36  73   1 113  13  NA  12  60  10 161   7  34  NA  75
## [4999]  21   3   2  71   7  61   3  52  NA  53 136   8  43  80 233  28  58
## [5016]  61  NA   1   5  43  NA  51   6  22  42  73  81  64  12  78  NA  13
## [5033]  10 143  35  56  NA  14   1  43  13  14  43
maxgross = max(gross)
maxgross
## [1] NA
maxuservotes = max(uservotes)
maxuservotes
## [1] 1689764
maxtotalcastlikes = max(totalcastlikes)
maxtotalcastlikes
## [1] 656730
maxdirectorfblikes = max(directorfblikes)
maxdirectorfblikes
## [1] NA
maxcriticreviews = max(criticreviews)
maxcriticreviews
## [1] NA
#Min Sales
mingross = min(gross)
mingross
## [1] NA
minuservotes = min(uservotes)
minuservotes
## [1] 5
mintotalcastlikes = min(totalcastlikes)
mintotalcastlikes
## [1] 0
mindirectorfblikes = min(directorfblikes)
mindirectorfblikes
## [1] NA
mincriticreviews = min(criticreviews)
mincriticreviews
## [1] NA
#Range
rangegross = max(gross) - min(gross)
rangegross
## [1] NA
rangeuservotes = max(uservotes) - min(uservotes)
rangeuservotes
## [1] 1689759
rangetotalcastlikes = max(totalcastlikes) - min(totalcastlikes)
rangetotalcastlikes
## [1] 656730
rangedirectorfblikes = max(directorfblikes) - min(directorfblikes)
rangedirectorfblikes
## [1] NA
rangecriticreviews = max(criticreviews) - max(criticreviews)
rangecriticreviews
## [1] NA
#Mean
meangross = mean(gross)
meangross
## [1] NA
meanuservotes = mean(uservotes)
meanuservotes
## [1] 83668.16
meantotalcastlikes = mean(totalcastlikes)
meantotalcastlikes
## [1] 9699.064
meandirectorfblikes = mean(directorfblikes)
meandirectorfblikes
## [1] NA
meancriticreviews = mean(criticreviews)
meancriticreviews
## [1] NA
#Standard Deviation
sdgross = sd(gross)
sdgross
## [1] NA
sduservotes = sd(uservotes)
sduservotes
## [1] 138485.3
sdtotalcastlikes = sd(totalcastlikes)
sdtotalcastlikes
## [1] 18163.8
sddirectorfblikes = sd(directorfblikes)
sddirectorfblikes
## [1] NA
sdcriticreviews = sd(criticreviews)
sdcriticreviews
## [1] NA
#Variance
vargross = var(gross)
vargross
## [1] NA
varuservotes = var(uservotes)
varuservotes
## [1] 19178166353
vartotalcastlikes = var(totalcastlikes)
vartotalcastlikes
## [1] 329923599
vardirectorfblikes = var(directorfblikes)
vardirectorfblikes
## [1] NA
varcriticreviews = var(criticreviews)
varcriticreviews
## [1] NA

Task 2

An easy way to calculate all of these statistics of all of these variables is with the summary function. Below is an example.

Now, we executed the summary function, which gave us a different view of the same data and showed us many insights to this data. We can now more easily see the numbers and scores to which we were refferring to in task 1.

summary(mydata)
##                          ï..title                     genres    
##  Ben-HurÃ<U+0082>                  :   3   Drama               : 236  
##  HalloweenÃ<U+0082>                :   3   Comedy              : 209  
##  HomeÃ<U+0082>                     :   3   Comedy|Drama        : 191  
##  King KongÃ<U+0082>                :   3   Comedy|Drama|Romance: 187  
##  PanÃ<U+0082>                      :   3   Comedy|Romance      : 158  
##  The Fast and the FuriousÃ<U+0082> :   3   Drama|Romance       : 152  
##  (Other)                     :5025   (Other)             :3910  
##              director                  actor1                 actor2    
##                  : 104   Robert De Niro   :  49   Morgan Freeman :  20  
##  Steven Spielberg:  26   Johnny Depp      :  41   Charlize Theron:  15  
##  Woody Allen     :  22   Nicolas Cage     :  33   Brad Pitt      :  14  
##  Clint Eastwood  :  20   J.K. Simmons     :  31                  :  13  
##  Martin Scorsese :  20   Bruce Willis     :  30   James Franco   :  11  
##  Ridley Scott    :  17   Denzel Washington:  30   Meryl Streep   :  11  
##  (Other)         :4834   (Other)          :4829   (Other)        :4959  
##             actor3         length          budget         
##                :  23   Min.   :  7.0   Min.   :2.180e+02  
##  Ben Mendelsohn:   8   1st Qu.: 93.0   1st Qu.:6.000e+06  
##  John Heard    :   8   Median :103.0   Median :2.000e+07  
##  Steve Coogan  :   8   Mean   :107.2   Mean   :3.975e+07  
##  Anne Hathaway :   7   3rd Qu.:118.0   3rd Qu.:4.500e+07  
##  Jon Gries     :   7   Max.   :511.0   Max.   :1.222e+10  
##  (Other)       :4982   NA's   :15      NA's   :492        
##  director_fb_likes actor1_fb_likes  actor2_fb_likes  actor3_fb_likes  
##  Min.   :    0.0   Min.   :     0   Min.   :     0   Min.   :    0.0  
##  1st Qu.:    7.0   1st Qu.:   614   1st Qu.:   281   1st Qu.:  133.0  
##  Median :   49.0   Median :   988   Median :   595   Median :  371.5  
##  Mean   :  686.5   Mean   :  6560   Mean   :  1652   Mean   :  645.0  
##  3rd Qu.:  194.5   3rd Qu.: 11000   3rd Qu.:   918   3rd Qu.:  636.0  
##  Max.   :23000.0   Max.   :640000   Max.   :137000   Max.   :23000.0  
##  NA's   :104       NA's   :7        NA's   :13       NA's   :23       
##  total_cast_likes    fb_likes      critic_reviews  users_reviews   
##  Min.   :     0   Min.   :     0   Min.   :  1.0   Min.   :   1.0  
##  1st Qu.:  1411   1st Qu.:     0   1st Qu.: 50.0   1st Qu.:  65.0  
##  Median :  3090   Median :   166   Median :110.0   Median : 156.0  
##  Mean   :  9699   Mean   :  7526   Mean   :140.2   Mean   : 272.8  
##  3rd Qu.: 13756   3rd Qu.:  3000   3rd Qu.:195.0   3rd Qu.: 326.0  
##  Max.   :656730   Max.   :349000   Max.   :813.0   Max.   :5060.0  
##                                    NA's   :50      NA's   :21      
##   users_votes          score        aspect_ratio       gross          
##  Min.   :      5   Min.   :1.600   Min.   : 1.18   Min.   :      162  
##  1st Qu.:   8594   1st Qu.:5.800   1st Qu.: 1.85   1st Qu.:  5340988  
##  Median :  34359   Median :6.600   Median : 2.35   Median : 25517500  
##  Mean   :  83668   Mean   :6.442   Mean   : 2.22   Mean   : 48468408  
##  3rd Qu.:  96309   3rd Qu.:7.200   3rd Qu.: 2.35   3rd Qu.: 62309438  
##  Max.   :1689764   Max.   :9.500   Max.   :16.00   Max.   :760505847  
##                                    NA's   :329     NA's   :884        
##       year     
##  Min.   :1916  
##  1st Qu.:1999  
##  Median :2005  
##  Mean   :2002  
##  3rd Qu.:2011  
##  Max.   :2016  
##  NA's   :108

There are some statistics not captured here like standard deviation and variance, but there is an easy and quick way to find most of your basic statistics.

A box plot helps you visualize a lot of data. It is important to set you axes so other people know how to read your data. The plots can be grouped together and looked at side by side as you will see below.

plot(gross)

When looking at this graph we cannot truly capture the data or see a clear pattern. A better way to visualize this plot would be to re-order the data based on increasing sales.

Here, you will see the plots together.

#xlab labels the x axis, ylab labels the y axis
plot(gross, type="b", xlab = "Case Number", ylab = "Gross in $1,000") 

There are further ways to customize plots, such as changing the colors of the lines, adding a heading, or even making them interactive.

Here are the same plots, but showcased in descending order.

#Layout allows us to see all 4 graphs on one screen
layout(matrix(1:4,2,2))

#Example of how to plot the sales variable
plot(gross, type="b", xlab = "Case Number", ylab = "Gross in ") 

#Plot of Uservotes
plot(uservotes, type="b", xlab = "Case Number", ylab = "UserVotes")

#Plot of castlikes
plot(totalcastlikes, type="b", xlab = "Case Number", ylab = "CastLikes")

#Plot of director
plot(directorfblikes, type="b", xlab = "Case Number", ylab = "DirectorFBLikes")

#Plot of critic
plot(criticreviews, type="b", xlab = "Case Number", ylab = "CriticRevies")

newdata = mydata[order(decreasing = gross )]
newdatavotes = mydata[order(decreasing = uservotes)]
newdatacritic = mydata[order(decreasing = criticreviews)]
newdatadirector = mydata[order(decreasing = directorfblikes)]
newdatacastlikes = mydata[order(decreasing = totalcastlikes)]
newdata = newdata$gross
newuservotes = newdata$uservotes
newcriticreviews = newdata$
newdirector = newdata$paper
#Layout allows us to see all 4 graphs on one screen
layout(matrix(1:4,2,2))

#Example of how to plot the sales variable
plot(gross, type="b", xlab = "Case Number", ylab = "Gross") 


Task 3

Given a sales value of 10214013 , calculate the corresponding z-value or z-score using the mean and standard deviation calculations conducted in task 1.

We know that the z-score = (x - mean)/sd. So, input this into the R code where x=25000, mean=16717.2, and stdev = 2617.0521 which we found above.

zscoregross = (10214013 - 94920183) / 10490120
zscoregross
## [1] -8.074852

I would say that this is a very poor performance because the z score is a high negative number. This means they are performing well below the mean of gross.