Night at the Museum

Cast (43)

  • Ben Stiller

    Ben Stiller

    Larry Daley

  • Carla Gugino

    Carla Gugino

    Rebecca

  • Dick Van Dyke

    Dick Van Dyke

    Cecil

  • Mickey Rooney

    Mickey Rooney

    Gus

  • Bill Cobbs

    Bill Cobbs

    Reginald

  • Jake Cherry

    Jake Cherry

    Nick Daley

  • Ricky Gervais

    Ricky Gervais

    Dr. McPhee

  • Robin Williams

    Robin Williams

    Theodore Roosevelt

  • Kim Raver

    Kim Raver

    Erica Daley

  • Patrick Gallagher

    Patrick Gallagher

    Attila the Hun

  • Rami Malek

    Rami Malek

    Ahkmenrah

  • Pierfrancesco Favino

    Pierfrancesco Favino

    Christopher Columbus

  • Charlie Murphy

    Charlie Murphy

    Taxi Driver

  • Steve Coogan

    Steve Coogan

    Octavius

  • Mizuo Peck

    Mizuo Peck

    Sacajawea

  • Kerry van der Griend

    Kerry van der Griend

    Neanderthal #1

  • Dan Rizzuto

    Dan Rizzuto

    Neanderthal #2

  • Matthew Harrison

    Matthew Harrison

    Neanderthal #3

  • Jody Racicot

    Jody Racicot

    Neanderthal #4

  • Paul Rudd

    Paul Rudd

    Don

  • Anne Meara

    Anne Meara

    Debbie

  • Martin Christopher

    Martin Christopher

    Lewis

  • Martin Sims

    Martin Sims

    Clark

  • Randy Lee

    Randy Lee

    Hun #1

  • Darryl Quon

    Darryl Quon

    Hun #2

  • Gerald Wong

    Gerald Wong

    Hun #3

  • Paul Cheng

    Paul Cheng

    Hun #4

  • Teagle F. Bougere

    Teagle F. Bougere

    Teacher (Mike)

  • Pat Kiernan

    Pat Kiernan

    TV News Anchor

  • Nico McEown

    Nico McEown

    Friend #1

  • Meshach Peters

    Meshach Peters

    Friend #2

  • Matthew Walker

    Matthew Walker

    Politician

  • Jason McKinnon

    Jason McKinnon

    Irish Worker

  • Jono Lee

    Jono Lee

    Chinese Rail Worker

  • Jason Vaisvila

    Jason Vaisvila

    Viking

  • Cade Wagar

    Cade Wagar

    Viking

  • Cory Martin

    Cory Martin

    Chinese Terra Cota Soldier

  • Brad Garrett

    Brad Garrett

    Easter Island Head (voice)

  • Crystal the Monkey

    Crystal the Monkey

    Dexter

  • Che Landon

    Che Landon

    Pretty Tourist Girl (uncredited)

  • Phil Proctor

    Phil Proctor

    Moose (uncredited)

  • Gary Sievers

    Gary Sievers

    Viking Warrior (uncredited)

  • Owen Wilson

    Owen Wilson

    Jedediah Smith (uncredited)

Crew (111)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Night at the Museum

Cast (43)

  • Ben Stiller

    Ben Stiller

    Larry Daley

  • Carla Gugino

    Carla Gugino

    Rebecca

  • Dick Van Dyke

    Dick Van Dyke

    Cecil

  • Mickey Rooney

    Mickey Rooney

    Gus

  • Bill Cobbs

    Bill Cobbs

    Reginald

  • Jake Cherry

    Jake Cherry

    Nick Daley

  • Ricky Gervais

    Ricky Gervais

    Dr. McPhee

  • Robin Williams

    Robin Williams

    Theodore Roosevelt

  • Kim Raver

    Kim Raver

    Erica Daley

  • Patrick Gallagher

    Patrick Gallagher

    Attila the Hun

  • Rami Malek

    Rami Malek

    Ahkmenrah

  • Pierfrancesco Favino

    Pierfrancesco Favino

    Christopher Columbus

  • Charlie Murphy

    Charlie Murphy

    Taxi Driver

  • Steve Coogan

    Steve Coogan

    Octavius

  • Mizuo Peck

    Mizuo Peck

    Sacajawea

  • Kerry van der Griend

    Kerry van der Griend

    Neanderthal #1

  • Dan Rizzuto

    Dan Rizzuto

    Neanderthal #2

  • Matthew Harrison

    Matthew Harrison

    Neanderthal #3

  • Jody Racicot

    Jody Racicot

    Neanderthal #4

  • Paul Rudd

    Paul Rudd

    Don

  • Anne Meara

    Anne Meara

    Debbie

  • Martin Christopher

    Martin Christopher

    Lewis

  • Martin Sims

    Martin Sims

    Clark

  • Randy Lee

    Randy Lee

    Hun #1

  • Darryl Quon

    Darryl Quon

    Hun #2

  • Gerald Wong

    Gerald Wong

    Hun #3

  • Paul Cheng

    Paul Cheng

    Hun #4

  • Teagle F. Bougere

    Teagle F. Bougere

    Teacher (Mike)

  • Pat Kiernan

    Pat Kiernan

    TV News Anchor

  • Nico McEown

    Nico McEown

    Friend #1

  • Meshach Peters

    Meshach Peters

    Friend #2

  • Matthew Walker

    Matthew Walker

    Politician

  • Jason McKinnon

    Jason McKinnon

    Irish Worker

  • Jono Lee

    Jono Lee

    Chinese Rail Worker

  • Jason Vaisvila

    Jason Vaisvila

    Viking

  • Cade Wagar

    Cade Wagar

    Viking

  • Cory Martin

    Cory Martin

    Chinese Terra Cota Soldier

  • Brad Garrett

    Brad Garrett

    Easter Island Head (voice)

  • Crystal the Monkey

    Crystal the Monkey

    Dexter

  • Che Landon

    Che Landon

    Pretty Tourist Girl (uncredited)

  • Phil Proctor

    Phil Proctor

    Moose (uncredited)

  • Gary Sievers

    Gary Sievers

    Viking Warrior (uncredited)

  • Owen Wilson

    Owen Wilson

    Jedediah Smith (uncredited)

Crew (111)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Night at the Museum

Cast (43)

  • Ben Stiller

    Ben Stiller

    Larry Daley

  • Carla Gugino

    Carla Gugino

    Rebecca

  • Dick Van Dyke

    Dick Van Dyke

    Cecil

  • Mickey Rooney

    Mickey Rooney

    Gus

  • Bill Cobbs

    Bill Cobbs

    Reginald

  • Jake Cherry

    Jake Cherry

    Nick Daley

  • Ricky Gervais

    Ricky Gervais

    Dr. McPhee

  • Robin Williams

    Robin Williams

    Theodore Roosevelt

  • Kim Raver

    Kim Raver

    Erica Daley

  • Patrick Gallagher

    Patrick Gallagher

    Attila the Hun

  • Rami Malek

    Rami Malek

    Ahkmenrah

  • Pierfrancesco Favino

    Pierfrancesco Favino

    Christopher Columbus

  • Charlie Murphy

    Charlie Murphy

    Taxi Driver

  • Steve Coogan

    Steve Coogan

    Octavius

  • Mizuo Peck

    Mizuo Peck

    Sacajawea

  • Kerry van der Griend

    Kerry van der Griend

    Neanderthal #1

  • Dan Rizzuto

    Dan Rizzuto

    Neanderthal #2

  • Matthew Harrison

    Matthew Harrison

    Neanderthal #3

  • Jody Racicot

    Jody Racicot

    Neanderthal #4

  • Paul Rudd

    Paul Rudd

    Don

  • Anne Meara

    Anne Meara

    Debbie

  • Martin Christopher

    Martin Christopher

    Lewis

  • Martin Sims

    Martin Sims

    Clark

  • Randy Lee

    Randy Lee

    Hun #1

  • Darryl Quon

    Darryl Quon

    Hun #2

  • Gerald Wong

    Gerald Wong

    Hun #3

  • Paul Cheng

    Paul Cheng

    Hun #4

  • Teagle F. Bougere

    Teagle F. Bougere

    Teacher (Mike)

  • Pat Kiernan

    Pat Kiernan

    TV News Anchor

  • Nico McEown

    Nico McEown

    Friend #1

  • Meshach Peters

    Meshach Peters

    Friend #2

  • Matthew Walker

    Matthew Walker

    Politician

  • Jason McKinnon

    Jason McKinnon

    Irish Worker

  • Jono Lee

    Jono Lee

    Chinese Rail Worker

  • Jason Vaisvila

    Jason Vaisvila

    Viking

  • Cade Wagar

    Cade Wagar

    Viking

  • Cory Martin

    Cory Martin

    Chinese Terra Cota Soldier

  • Brad Garrett

    Brad Garrett

    Easter Island Head (voice)

  • Crystal the Monkey

    Crystal the Monkey

    Dexter

  • Che Landon

    Che Landon

    Pretty Tourist Girl (uncredited)

  • Phil Proctor

    Phil Proctor

    Moose (uncredited)

  • Gary Sievers

    Gary Sievers

    Viking Warrior (uncredited)

  • Owen Wilson

    Owen Wilson

    Jedediah Smith (uncredited)

Crew (111)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Night at the Museum

Cast (43)

  • Ben Stiller

    Ben Stiller

    Larry Daley

  • Carla Gugino

    Carla Gugino

    Rebecca

  • Dick Van Dyke

    Dick Van Dyke

    Cecil

  • Mickey Rooney

    Mickey Rooney

    Gus

  • Bill Cobbs

    Bill Cobbs

    Reginald

  • Jake Cherry

    Jake Cherry

    Nick Daley

  • Ricky Gervais

    Ricky Gervais

    Dr. McPhee

  • Robin Williams

    Robin Williams

    Theodore Roosevelt

  • Kim Raver

    Kim Raver

    Erica Daley

  • Patrick Gallagher

    Patrick Gallagher

    Attila the Hun

  • Rami Malek

    Rami Malek

    Ahkmenrah

  • Pierfrancesco Favino

    Pierfrancesco Favino

    Christopher Columbus

  • Charlie Murphy

    Charlie Murphy

    Taxi Driver

  • Steve Coogan

    Steve Coogan

    Octavius

  • Mizuo Peck

    Mizuo Peck

    Sacajawea

  • Kerry van der Griend

    Kerry van der Griend

    Neanderthal #1

  • Dan Rizzuto

    Dan Rizzuto

    Neanderthal #2

  • Matthew Harrison

    Matthew Harrison

    Neanderthal #3

  • Jody Racicot

    Jody Racicot

    Neanderthal #4

  • Paul Rudd

    Paul Rudd

    Don

  • Anne Meara

    Anne Meara

    Debbie

  • Martin Christopher

    Martin Christopher

    Lewis

  • Martin Sims

    Martin Sims

    Clark

  • Randy Lee

    Randy Lee

    Hun #1

  • Darryl Quon

    Darryl Quon

    Hun #2

  • Gerald Wong

    Gerald Wong

    Hun #3

  • Paul Cheng

    Paul Cheng

    Hun #4

  • Teagle F. Bougere

    Teagle F. Bougere

    Teacher (Mike)

  • Pat Kiernan

    Pat Kiernan

    TV News Anchor

  • Nico McEown

    Nico McEown

    Friend #1

  • Meshach Peters

    Meshach Peters

    Friend #2

  • Matthew Walker

    Matthew Walker

    Politician

  • Jason McKinnon

    Jason McKinnon

    Irish Worker

  • Jono Lee

    Jono Lee

    Chinese Rail Worker

  • Jason Vaisvila

    Jason Vaisvila

    Viking

  • Cade Wagar

    Cade Wagar

    Viking

  • Cory Martin

    Cory Martin

    Chinese Terra Cota Soldier

  • Brad Garrett

    Brad Garrett

    Easter Island Head (voice)

  • Crystal the Monkey

    Crystal the Monkey

    Dexter

  • Che Landon

    Che Landon

    Pretty Tourist Girl (uncredited)

  • Phil Proctor

    Phil Proctor

    Moose (uncredited)

  • Gary Sievers

    Gary Sievers

    Viking Warrior (uncredited)

  • Owen Wilson

    Owen Wilson

    Jedediah Smith (uncredited)

Crew (111)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Night at the Museum

Cast (43)

  • Ben Stiller

    Ben Stiller

    Larry Daley

  • Carla Gugino

    Carla Gugino

    Rebecca

  • Dick Van Dyke

    Dick Van Dyke

    Cecil

  • Mickey Rooney

    Mickey Rooney

    Gus

  • Bill Cobbs

    Bill Cobbs

    Reginald

  • Jake Cherry

    Jake Cherry

    Nick Daley

  • Ricky Gervais

    Ricky Gervais

    Dr. McPhee

  • Robin Williams

    Robin Williams

    Theodore Roosevelt

  • Kim Raver

    Kim Raver

    Erica Daley

  • Patrick Gallagher

    Patrick Gallagher

    Attila the Hun

  • Rami Malek

    Rami Malek

    Ahkmenrah

  • Pierfrancesco Favino

    Pierfrancesco Favino

    Christopher Columbus

  • Charlie Murphy

    Charlie Murphy

    Taxi Driver

  • Steve Coogan

    Steve Coogan

    Octavius

  • Mizuo Peck

    Mizuo Peck

    Sacajawea

  • Kerry van der Griend

    Kerry van der Griend

    Neanderthal #1

  • Dan Rizzuto

    Dan Rizzuto

    Neanderthal #2

  • Matthew Harrison

    Matthew Harrison

    Neanderthal #3

  • Jody Racicot

    Jody Racicot

    Neanderthal #4

  • Paul Rudd

    Paul Rudd

    Don

  • Anne Meara

    Anne Meara

    Debbie

  • Martin Christopher

    Martin Christopher

    Lewis

  • Martin Sims

    Martin Sims

    Clark

  • Randy Lee

    Randy Lee

    Hun #1

  • Darryl Quon

    Darryl Quon

    Hun #2

  • Gerald Wong

    Gerald Wong

    Hun #3

  • Paul Cheng

    Paul Cheng

    Hun #4

  • Teagle F. Bougere

    Teagle F. Bougere

    Teacher (Mike)

  • Pat Kiernan

    Pat Kiernan

    TV News Anchor

  • Nico McEown

    Nico McEown

    Friend #1

  • Meshach Peters

    Meshach Peters

    Friend #2

  • Matthew Walker

    Matthew Walker

    Politician

  • Jason McKinnon

    Jason McKinnon

    Irish Worker

  • Jono Lee

    Jono Lee

    Chinese Rail Worker

  • Jason Vaisvila

    Jason Vaisvila

    Viking

  • Cade Wagar

    Cade Wagar

    Viking

  • Cory Martin

    Cory Martin

    Chinese Terra Cota Soldier

  • Brad Garrett

    Brad Garrett

    Easter Island Head (voice)

  • Crystal the Monkey

    Crystal the Monkey

    Dexter

  • Che Landon

    Che Landon

    Pretty Tourist Girl (uncredited)

  • Phil Proctor

    Phil Proctor

    Moose (uncredited)

  • Gary Sievers

    Gary Sievers

    Viking Warrior (uncredited)

  • Owen Wilson

    Owen Wilson

    Jedediah Smith (uncredited)

Crew (111)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Night at the Museum

Cast (43)

  • Ben Stiller

    Ben Stiller

    Larry Daley

  • Carla Gugino

    Carla Gugino

    Rebecca

  • Dick Van Dyke

    Dick Van Dyke

    Cecil

  • Mickey Rooney

    Mickey Rooney

    Gus

  • Bill Cobbs

    Bill Cobbs

    Reginald

  • Jake Cherry

    Jake Cherry

    Nick Daley

  • Ricky Gervais

    Ricky Gervais

    Dr. McPhee

  • Robin Williams

    Robin Williams

    Theodore Roosevelt

  • Kim Raver

    Kim Raver

    Erica Daley

  • Patrick Gallagher

    Patrick Gallagher

    Attila the Hun

  • Rami Malek

    Rami Malek

    Ahkmenrah

  • Pierfrancesco Favino

    Pierfrancesco Favino

    Christopher Columbus

  • Charlie Murphy

    Charlie Murphy

    Taxi Driver

  • Steve Coogan

    Steve Coogan

    Octavius

  • Mizuo Peck

    Mizuo Peck

    Sacajawea

  • Kerry van der Griend

    Kerry van der Griend

    Neanderthal #1

  • Dan Rizzuto

    Dan Rizzuto

    Neanderthal #2

  • Matthew Harrison

    Matthew Harrison

    Neanderthal #3

  • Jody Racicot

    Jody Racicot

    Neanderthal #4

  • Paul Rudd

    Paul Rudd

    Don

  • Anne Meara

    Anne Meara

    Debbie

  • Martin Christopher

    Martin Christopher

    Lewis

  • Martin Sims

    Martin Sims

    Clark

  • Randy Lee

    Randy Lee

    Hun #1

  • Darryl Quon

    Darryl Quon

    Hun #2

  • Gerald Wong

    Gerald Wong

    Hun #3

  • Paul Cheng

    Paul Cheng

    Hun #4

  • Teagle F. Bougere

    Teagle F. Bougere

    Teacher (Mike)

  • Pat Kiernan

    Pat Kiernan

    TV News Anchor

  • Nico McEown

    Nico McEown

    Friend #1

  • Meshach Peters

    Meshach Peters

    Friend #2

  • Matthew Walker

    Matthew Walker

    Politician

  • Jason McKinnon

    Jason McKinnon

    Irish Worker

  • Jono Lee

    Jono Lee

    Chinese Rail Worker

  • Jason Vaisvila

    Jason Vaisvila

    Viking

  • Cade Wagar

    Cade Wagar

    Viking

  • Cory Martin

    Cory Martin

    Chinese Terra Cota Soldier

  • Brad Garrett

    Brad Garrett

    Easter Island Head (voice)

  • Crystal the Monkey

    Crystal the Monkey

    Dexter

  • Che Landon

    Che Landon

    Pretty Tourist Girl (uncredited)

  • Phil Proctor

    Phil Proctor

    Moose (uncredited)

  • Gary Sievers

    Gary Sievers

    Viking Warrior (uncredited)

  • Owen Wilson

    Owen Wilson

    Jedediah Smith (uncredited)

Crew (111)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Night at the Museum

Cast (43)

  • Ben Stiller

    Ben Stiller

    Larry Daley

  • Carla Gugino

    Carla Gugino

    Rebecca

  • Dick Van Dyke

    Dick Van Dyke

    Cecil

  • Mickey Rooney

    Mickey Rooney

    Gus

  • Bill Cobbs

    Bill Cobbs

    Reginald

  • Jake Cherry

    Jake Cherry

    Nick Daley

  • Ricky Gervais

    Ricky Gervais

    Dr. McPhee

  • Robin Williams

    Robin Williams

    Theodore Roosevelt

  • Kim Raver

    Kim Raver

    Erica Daley

  • Patrick Gallagher

    Patrick Gallagher

    Attila the Hun

  • Rami Malek

    Rami Malek

    Ahkmenrah

  • Pierfrancesco Favino

    Pierfrancesco Favino

    Christopher Columbus

  • Charlie Murphy

    Charlie Murphy

    Taxi Driver

  • Steve Coogan

    Steve Coogan

    Octavius

  • Mizuo Peck

    Mizuo Peck

    Sacajawea

  • Kerry van der Griend

    Kerry van der Griend

    Neanderthal #1

  • Dan Rizzuto

    Dan Rizzuto

    Neanderthal #2

  • Matthew Harrison

    Matthew Harrison

    Neanderthal #3

  • Jody Racicot

    Jody Racicot

    Neanderthal #4

  • Paul Rudd

    Paul Rudd

    Don

  • Anne Meara

    Anne Meara

    Debbie

  • Martin Christopher

    Martin Christopher

    Lewis

  • Martin Sims

    Martin Sims

    Clark

  • Randy Lee

    Randy Lee

    Hun #1

  • Darryl Quon

    Darryl Quon

    Hun #2

  • Gerald Wong

    Gerald Wong

    Hun #3

  • Paul Cheng

    Paul Cheng

    Hun #4

  • Teagle F. Bougere

    Teagle F. Bougere

    Teacher (Mike)

  • Pat Kiernan

    Pat Kiernan

    TV News Anchor

  • Nico McEown

    Nico McEown

    Friend #1

  • Meshach Peters

    Meshach Peters

    Friend #2

  • Matthew Walker

    Matthew Walker

    Politician

  • Jason McKinnon

    Jason McKinnon

    Irish Worker

  • Jono Lee

    Jono Lee

    Chinese Rail Worker

  • Jason Vaisvila

    Jason Vaisvila

    Viking

  • Cade Wagar

    Cade Wagar

    Viking

  • Cory Martin

    Cory Martin

    Chinese Terra Cota Soldier

  • Brad Garrett

    Brad Garrett

    Easter Island Head (voice)

  • Crystal the Monkey

    Crystal the Monkey

    Dexter

  • Che Landon

    Che Landon

    Pretty Tourist Girl (uncredited)

  • Phil Proctor

    Phil Proctor

    Moose (uncredited)

  • Gary Sievers

    Gary Sievers

    Viking Warrior (uncredited)

  • Owen Wilson

    Owen Wilson

    Jedediah Smith (uncredited)

Crew (111)