The Great Smokey Roadblock

Cast (30)

  • Henry Fonda

    Henry Fonda

    Elegant John

  • Eileen Brennan

    Eileen Brennan

    Penelope

  • Austin Pendleton

    Austin Pendleton

    Guido

  • Robert Englund

    Robert Englund

    Beebo Crozier

  • Dub Taylor

    Dub Taylor

    Harley Davidson

  • John Byner

    John Byner

    Bobby Apples

  • Susan Sarandon

    Susan Sarandon

    Ginny

  • Melanie Mayron

    Melanie Mayron

    Lula

  • Leigh French

    Leigh French

    Glinda

  • Mews Small

    Mews Small

    Alice (as Mayra Small)

  • Daina House

    Daina House

    Celeste (as Dana House)

  • Gary Sandy

    Gary Sandy

    Charlie La Pere

  • Valerie Curtin

    Valerie Curtin

    Mary Agnes

  • Johnnie Collins III

    Johnnie Collins III

    Jimmy

  • Bibi Osterwald

    Bibi Osterwald

    Annie McCarigle

  • Ben Freedman

    Ben Freedman

    Sammy

  • Lyman Ward

    Lyman Ward

    Leland

  • Tony Cacciotti

    Tony Cacciotti

    Carl

  • Dave Morick

    Dave Morick

    Shiela

  • Rick Sandack

    Rick Sandack

    John

  • Lesley Woods

    Lesley Woods

    Nurse

  • Herb Armstrong

    Herb Armstrong

    Calvin Engle

  • Hank Rolike

    Hank Rolike

    Nighthawk

  • Gary Downey

    Gary Downey

    Officer Hogarth

  • Sander Vanocur

    Sander Vanocur

    Newscaster

  • Herman Rowland

    Herman Rowland

    Kelly

  • Ernie Paul

    Ernie Paul

    Jimbo

  • Sherri Wheaton

    Sherri Wheaton

    Highway Patrol Dispatcher

  • Jackson Baker

    Jackson Baker

    Camper

  • David Bond

    David Bond

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'; ?>
The Great Smokey Roadblock

Cast (30)

  • Henry Fonda

    Henry Fonda

    Elegant John

  • Eileen Brennan

    Eileen Brennan

    Penelope

  • Austin Pendleton

    Austin Pendleton

    Guido

  • Robert Englund

    Robert Englund

    Beebo Crozier

  • Dub Taylor

    Dub Taylor

    Harley Davidson

  • John Byner

    John Byner

    Bobby Apples

  • Susan Sarandon

    Susan Sarandon

    Ginny

  • Melanie Mayron

    Melanie Mayron

    Lula

  • Leigh French

    Leigh French

    Glinda

  • Mews Small

    Mews Small

    Alice (as Mayra Small)

  • Daina House

    Daina House

    Celeste (as Dana House)

  • Gary Sandy

    Gary Sandy

    Charlie La Pere

  • Valerie Curtin

    Valerie Curtin

    Mary Agnes

  • Johnnie Collins III

    Johnnie Collins III

    Jimmy

  • Bibi Osterwald

    Bibi Osterwald

    Annie McCarigle

  • Ben Freedman

    Ben Freedman

    Sammy

  • Lyman Ward

    Lyman Ward

    Leland

  • Tony Cacciotti

    Tony Cacciotti

    Carl

  • Dave Morick

    Dave Morick

    Shiela

  • Rick Sandack

    Rick Sandack

    John

  • Lesley Woods

    Lesley Woods

    Nurse

  • Herb Armstrong

    Herb Armstrong

    Calvin Engle

  • Hank Rolike

    Hank Rolike

    Nighthawk

  • Gary Downey

    Gary Downey

    Officer Hogarth

  • Sander Vanocur

    Sander Vanocur

    Newscaster

  • Herman Rowland

    Herman Rowland

    Kelly

  • Ernie Paul

    Ernie Paul

    Jimbo

  • Sherri Wheaton

    Sherri Wheaton

    Highway Patrol Dispatcher

  • Jackson Baker

    Jackson Baker

    Camper

  • David Bond

    David Bond

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'; ?>
The Great Smokey Roadblock

Cast (30)

  • Henry Fonda

    Henry Fonda

    Elegant John

  • Eileen Brennan

    Eileen Brennan

    Penelope

  • Austin Pendleton

    Austin Pendleton

    Guido

  • Robert Englund

    Robert Englund

    Beebo Crozier

  • Dub Taylor

    Dub Taylor

    Harley Davidson

  • John Byner

    John Byner

    Bobby Apples

  • Susan Sarandon

    Susan Sarandon

    Ginny

  • Melanie Mayron

    Melanie Mayron

    Lula

  • Leigh French

    Leigh French

    Glinda

  • Mews Small

    Mews Small

    Alice (as Mayra Small)

  • Daina House

    Daina House

    Celeste (as Dana House)

  • Gary Sandy

    Gary Sandy

    Charlie La Pere

  • Valerie Curtin

    Valerie Curtin

    Mary Agnes

  • Johnnie Collins III

    Johnnie Collins III

    Jimmy

  • Bibi Osterwald

    Bibi Osterwald

    Annie McCarigle

  • Ben Freedman

    Ben Freedman

    Sammy

  • Lyman Ward

    Lyman Ward

    Leland

  • Tony Cacciotti

    Tony Cacciotti

    Carl

  • Dave Morick

    Dave Morick

    Shiela

  • Rick Sandack

    Rick Sandack

    John

  • Lesley Woods

    Lesley Woods

    Nurse

  • Herb Armstrong

    Herb Armstrong

    Calvin Engle

  • Hank Rolike

    Hank Rolike

    Nighthawk

  • Gary Downey

    Gary Downey

    Officer Hogarth

  • Sander Vanocur

    Sander Vanocur

    Newscaster

  • Herman Rowland

    Herman Rowland

    Kelly

  • Ernie Paul

    Ernie Paul

    Jimbo

  • Sherri Wheaton

    Sherri Wheaton

    Highway Patrol Dispatcher

  • Jackson Baker

    Jackson Baker

    Camper

  • David Bond

    David Bond

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'; ?>
The Great Smokey Roadblock

Cast (30)

  • Henry Fonda

    Henry Fonda

    Elegant John

  • Eileen Brennan

    Eileen Brennan

    Penelope

  • Austin Pendleton

    Austin Pendleton

    Guido

  • Robert Englund

    Robert Englund

    Beebo Crozier

  • Dub Taylor

    Dub Taylor

    Harley Davidson

  • John Byner

    John Byner

    Bobby Apples

  • Susan Sarandon

    Susan Sarandon

    Ginny

  • Melanie Mayron

    Melanie Mayron

    Lula

  • Leigh French

    Leigh French

    Glinda

  • Mews Small

    Mews Small

    Alice (as Mayra Small)

  • Daina House

    Daina House

    Celeste (as Dana House)

  • Gary Sandy

    Gary Sandy

    Charlie La Pere

  • Valerie Curtin

    Valerie Curtin

    Mary Agnes

  • Johnnie Collins III

    Johnnie Collins III

    Jimmy

  • Bibi Osterwald

    Bibi Osterwald

    Annie McCarigle

  • Ben Freedman

    Ben Freedman

    Sammy

  • Lyman Ward

    Lyman Ward

    Leland

  • Tony Cacciotti

    Tony Cacciotti

    Carl

  • Dave Morick

    Dave Morick

    Shiela

  • Rick Sandack

    Rick Sandack

    John

  • Lesley Woods

    Lesley Woods

    Nurse

  • Herb Armstrong

    Herb Armstrong

    Calvin Engle

  • Hank Rolike

    Hank Rolike

    Nighthawk

  • Gary Downey

    Gary Downey

    Officer Hogarth

  • Sander Vanocur

    Sander Vanocur

    Newscaster

  • Herman Rowland

    Herman Rowland

    Kelly

  • Ernie Paul

    Ernie Paul

    Jimbo

  • Sherri Wheaton

    Sherri Wheaton

    Highway Patrol Dispatcher

  • Jackson Baker

    Jackson Baker

    Camper

  • David Bond

    David Bond

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'; ?>
The Great Smokey Roadblock

Cast (30)

  • Henry Fonda

    Henry Fonda

    Elegant John

  • Eileen Brennan

    Eileen Brennan

    Penelope

  • Austin Pendleton

    Austin Pendleton

    Guido

  • Robert Englund

    Robert Englund

    Beebo Crozier

  • Dub Taylor

    Dub Taylor

    Harley Davidson

  • John Byner

    John Byner

    Bobby Apples

  • Susan Sarandon

    Susan Sarandon

    Ginny

  • Melanie Mayron

    Melanie Mayron

    Lula

  • Leigh French

    Leigh French

    Glinda

  • Mews Small

    Mews Small

    Alice (as Mayra Small)

  • Daina House

    Daina House

    Celeste (as Dana House)

  • Gary Sandy

    Gary Sandy

    Charlie La Pere

  • Valerie Curtin

    Valerie Curtin

    Mary Agnes

  • Johnnie Collins III

    Johnnie Collins III

    Jimmy

  • Bibi Osterwald

    Bibi Osterwald

    Annie McCarigle

  • Ben Freedman

    Ben Freedman

    Sammy

  • Lyman Ward

    Lyman Ward

    Leland

  • Tony Cacciotti

    Tony Cacciotti

    Carl

  • Dave Morick

    Dave Morick

    Shiela

  • Rick Sandack

    Rick Sandack

    John

  • Lesley Woods

    Lesley Woods

    Nurse

  • Herb Armstrong

    Herb Armstrong

    Calvin Engle

  • Hank Rolike

    Hank Rolike

    Nighthawk

  • Gary Downey

    Gary Downey

    Officer Hogarth

  • Sander Vanocur

    Sander Vanocur

    Newscaster

  • Herman Rowland

    Herman Rowland

    Kelly

  • Ernie Paul

    Ernie Paul

    Jimbo

  • Sherri Wheaton

    Sherri Wheaton

    Highway Patrol Dispatcher

  • Jackson Baker

    Jackson Baker

    Camper

  • David Bond

    David Bond

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'; ?>
The Great Smokey Roadblock

Cast (30)

  • Henry Fonda

    Henry Fonda

    Elegant John

  • Eileen Brennan

    Eileen Brennan

    Penelope

  • Austin Pendleton

    Austin Pendleton

    Guido

  • Robert Englund

    Robert Englund

    Beebo Crozier

  • Dub Taylor

    Dub Taylor

    Harley Davidson

  • John Byner

    John Byner

    Bobby Apples

  • Susan Sarandon

    Susan Sarandon

    Ginny

  • Melanie Mayron

    Melanie Mayron

    Lula

  • Leigh French

    Leigh French

    Glinda

  • Mews Small

    Mews Small

    Alice (as Mayra Small)

  • Daina House

    Daina House

    Celeste (as Dana House)

  • Gary Sandy

    Gary Sandy

    Charlie La Pere

  • Valerie Curtin

    Valerie Curtin

    Mary Agnes

  • Johnnie Collins III

    Johnnie Collins III

    Jimmy

  • Bibi Osterwald

    Bibi Osterwald

    Annie McCarigle

  • Ben Freedman

    Ben Freedman

    Sammy

  • Lyman Ward

    Lyman Ward

    Leland

  • Tony Cacciotti

    Tony Cacciotti

    Carl

  • Dave Morick

    Dave Morick

    Shiela

  • Rick Sandack

    Rick Sandack

    John

  • Lesley Woods

    Lesley Woods

    Nurse

  • Herb Armstrong

    Herb Armstrong

    Calvin Engle

  • Hank Rolike

    Hank Rolike

    Nighthawk

  • Gary Downey

    Gary Downey

    Officer Hogarth

  • Sander Vanocur

    Sander Vanocur

    Newscaster

  • Herman Rowland

    Herman Rowland

    Kelly

  • Ernie Paul

    Ernie Paul

    Jimbo

  • Sherri Wheaton

    Sherri Wheaton

    Highway Patrol Dispatcher

  • Jackson Baker

    Jackson Baker

    Camper

  • David Bond

    David Bond

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'; ?>
The Great Smokey Roadblock

Cast (30)

  • Henry Fonda

    Henry Fonda

    Elegant John

  • Eileen Brennan

    Eileen Brennan

    Penelope

  • Austin Pendleton

    Austin Pendleton

    Guido

  • Robert Englund

    Robert Englund

    Beebo Crozier

  • Dub Taylor

    Dub Taylor

    Harley Davidson

  • John Byner

    John Byner

    Bobby Apples

  • Susan Sarandon

    Susan Sarandon

    Ginny

  • Melanie Mayron

    Melanie Mayron

    Lula

  • Leigh French

    Leigh French

    Glinda

  • Mews Small

    Mews Small

    Alice (as Mayra Small)

  • Daina House

    Daina House

    Celeste (as Dana House)

  • Gary Sandy

    Gary Sandy

    Charlie La Pere

  • Valerie Curtin

    Valerie Curtin

    Mary Agnes

  • Johnnie Collins III

    Johnnie Collins III

    Jimmy

  • Bibi Osterwald

    Bibi Osterwald

    Annie McCarigle

  • Ben Freedman

    Ben Freedman

    Sammy

  • Lyman Ward

    Lyman Ward

    Leland

  • Tony Cacciotti

    Tony Cacciotti

    Carl

  • Dave Morick

    Dave Morick

    Shiela

  • Rick Sandack

    Rick Sandack

    John

  • Lesley Woods

    Lesley Woods

    Nurse

  • Herb Armstrong

    Herb Armstrong

    Calvin Engle

  • Hank Rolike

    Hank Rolike

    Nighthawk

  • Gary Downey

    Gary Downey

    Officer Hogarth

  • Sander Vanocur

    Sander Vanocur

    Newscaster

  • Herman Rowland

    Herman Rowland

    Kelly

  • Ernie Paul

    Ernie Paul

    Jimbo

  • Sherri Wheaton

    Sherri Wheaton

    Highway Patrol Dispatcher

  • Jackson Baker

    Jackson Baker

    Camper

  • David Bond

    David Bond