BlackJack: Sweet Science

Cast (28)

  • Colin Friels

    Colin Friels

    Jack Kempson

  • Vince Colosimo

    Vince Colosimo

    Nick Delos

  • Alex O'Loughlin

    Alex O'Loughlin

    Luke Anderson

  • Salvatore Coco

    Salvatore Coco

    Mozz

  • Lara Cox

    Lara Cox

    Claire

  • Russell Dykstra

    Russell Dykstra

    Buchanan

  • Marta Dusseldorp

    Marta Dusseldorp

    Sam Lawson

  • David Field

    David Field

    Inspector Terry Kavanagh

  • Anthony Hayes

    Anthony Hayes

    Brad Anderson

  • Chris Haywood

    Chris Haywood

    Wayne Tippet

  • Steven Jacobs

    Steven Jacobs

    Blake

  • Nina Landis

    Nina Landis

    Stella Anderson

  • Doris Younane

    Doris Younane

    Christine Vallas

  • Nash Edgerton

    Nash Edgerton

    Bill

  • Tony Llewellyn-Jones

    Tony Llewellyn-Jones

    Neil Lawson

  • Steve Vella

    Steve Vella

    Ziersch

  • Desmond Seeto

    Desmond Seeto

    Cheung

  • Jack O'Shea

    Jack O'Shea

    Young Brad Anderson

  • Ross Perrelli

    Ross Perrelli

    Young Luke

  • Anne Fulwood

    Anne Fulwood

    Newsreader

  • Marc Leong

    Marc Leong

    Jim

  • Marc Le Cornu

    Marc Le Cornu

    Con

  • Marky Lee Campbell

    Marky Lee Campbell

    Kirby

  • Scott Gregory

    Scott Gregory

    Glenn

  • Greg Blandy

    Greg Blandy

    Pete

  • George Andrikidis

    George Andrikidis

    Boss

  • Amanda Graver

    Amanda Graver

    Debra

  • Daniel Abdallah

    Daniel Abdallah

    Christine's Coach

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'; ?>
BlackJack: Sweet Science

Cast (28)

  • Colin Friels

    Colin Friels

    Jack Kempson

  • Vince Colosimo

    Vince Colosimo

    Nick Delos

  • Alex O'Loughlin

    Alex O'Loughlin

    Luke Anderson

  • Salvatore Coco

    Salvatore Coco

    Mozz

  • Lara Cox

    Lara Cox

    Claire

  • Russell Dykstra

    Russell Dykstra

    Buchanan

  • Marta Dusseldorp

    Marta Dusseldorp

    Sam Lawson

  • David Field

    David Field

    Inspector Terry Kavanagh

  • Anthony Hayes

    Anthony Hayes

    Brad Anderson

  • Chris Haywood

    Chris Haywood

    Wayne Tippet

  • Steven Jacobs

    Steven Jacobs

    Blake

  • Nina Landis

    Nina Landis

    Stella Anderson

  • Doris Younane

    Doris Younane

    Christine Vallas

  • Nash Edgerton

    Nash Edgerton

    Bill

  • Tony Llewellyn-Jones

    Tony Llewellyn-Jones

    Neil Lawson

  • Steve Vella

    Steve Vella

    Ziersch

  • Desmond Seeto

    Desmond Seeto

    Cheung

  • Jack O'Shea

    Jack O'Shea

    Young Brad Anderson

  • Ross Perrelli

    Ross Perrelli

    Young Luke

  • Anne Fulwood

    Anne Fulwood

    Newsreader

  • Marc Leong

    Marc Leong

    Jim

  • Marc Le Cornu

    Marc Le Cornu

    Con

  • Marky Lee Campbell

    Marky Lee Campbell

    Kirby

  • Scott Gregory

    Scott Gregory

    Glenn

  • Greg Blandy

    Greg Blandy

    Pete

  • George Andrikidis

    George Andrikidis

    Boss

  • Amanda Graver

    Amanda Graver

    Debra

  • Daniel Abdallah

    Daniel Abdallah

    Christine's Coach

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'; ?>
BlackJack: Sweet Science

Cast (28)

  • Colin Friels

    Colin Friels

    Jack Kempson

  • Vince Colosimo

    Vince Colosimo

    Nick Delos

  • Alex O'Loughlin

    Alex O'Loughlin

    Luke Anderson

  • Salvatore Coco

    Salvatore Coco

    Mozz

  • Lara Cox

    Lara Cox

    Claire

  • Russell Dykstra

    Russell Dykstra

    Buchanan

  • Marta Dusseldorp

    Marta Dusseldorp

    Sam Lawson

  • David Field

    David Field

    Inspector Terry Kavanagh

  • Anthony Hayes

    Anthony Hayes

    Brad Anderson

  • Chris Haywood

    Chris Haywood

    Wayne Tippet

  • Steven Jacobs

    Steven Jacobs

    Blake

  • Nina Landis

    Nina Landis

    Stella Anderson

  • Doris Younane

    Doris Younane

    Christine Vallas

  • Nash Edgerton

    Nash Edgerton

    Bill

  • Tony Llewellyn-Jones

    Tony Llewellyn-Jones

    Neil Lawson

  • Steve Vella

    Steve Vella

    Ziersch

  • Desmond Seeto

    Desmond Seeto

    Cheung

  • Jack O'Shea

    Jack O'Shea

    Young Brad Anderson

  • Ross Perrelli

    Ross Perrelli

    Young Luke

  • Anne Fulwood

    Anne Fulwood

    Newsreader

  • Marc Leong

    Marc Leong

    Jim

  • Marc Le Cornu

    Marc Le Cornu

    Con

  • Marky Lee Campbell

    Marky Lee Campbell

    Kirby

  • Scott Gregory

    Scott Gregory

    Glenn

  • Greg Blandy

    Greg Blandy

    Pete

  • George Andrikidis

    George Andrikidis

    Boss

  • Amanda Graver

    Amanda Graver

    Debra

  • Daniel Abdallah

    Daniel Abdallah

    Christine's Coach

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'; ?>
BlackJack: Sweet Science

Cast (28)

  • Colin Friels

    Colin Friels

    Jack Kempson

  • Vince Colosimo

    Vince Colosimo

    Nick Delos

  • Alex O'Loughlin

    Alex O'Loughlin

    Luke Anderson

  • Salvatore Coco

    Salvatore Coco

    Mozz

  • Lara Cox

    Lara Cox

    Claire

  • Russell Dykstra

    Russell Dykstra

    Buchanan

  • Marta Dusseldorp

    Marta Dusseldorp

    Sam Lawson

  • David Field

    David Field

    Inspector Terry Kavanagh

  • Anthony Hayes

    Anthony Hayes

    Brad Anderson

  • Chris Haywood

    Chris Haywood

    Wayne Tippet

  • Steven Jacobs

    Steven Jacobs

    Blake

  • Nina Landis

    Nina Landis

    Stella Anderson

  • Doris Younane

    Doris Younane

    Christine Vallas

  • Nash Edgerton

    Nash Edgerton

    Bill

  • Tony Llewellyn-Jones

    Tony Llewellyn-Jones

    Neil Lawson

  • Steve Vella

    Steve Vella

    Ziersch

  • Desmond Seeto

    Desmond Seeto

    Cheung

  • Jack O'Shea

    Jack O'Shea

    Young Brad Anderson

  • Ross Perrelli

    Ross Perrelli

    Young Luke

  • Anne Fulwood

    Anne Fulwood

    Newsreader

  • Marc Leong

    Marc Leong

    Jim

  • Marc Le Cornu

    Marc Le Cornu

    Con

  • Marky Lee Campbell

    Marky Lee Campbell

    Kirby

  • Scott Gregory

    Scott Gregory

    Glenn

  • Greg Blandy

    Greg Blandy

    Pete

  • George Andrikidis

    George Andrikidis

    Boss

  • Amanda Graver

    Amanda Graver

    Debra

  • Daniel Abdallah

    Daniel Abdallah

    Christine's Coach

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'; ?>
BlackJack: Sweet Science

Cast (28)

  • Colin Friels

    Colin Friels

    Jack Kempson

  • Vince Colosimo

    Vince Colosimo

    Nick Delos

  • Alex O'Loughlin

    Alex O'Loughlin

    Luke Anderson

  • Salvatore Coco

    Salvatore Coco

    Mozz

  • Lara Cox

    Lara Cox

    Claire

  • Russell Dykstra

    Russell Dykstra

    Buchanan

  • Marta Dusseldorp

    Marta Dusseldorp

    Sam Lawson

  • David Field

    David Field

    Inspector Terry Kavanagh

  • Anthony Hayes

    Anthony Hayes

    Brad Anderson

  • Chris Haywood

    Chris Haywood

    Wayne Tippet

  • Steven Jacobs

    Steven Jacobs

    Blake

  • Nina Landis

    Nina Landis

    Stella Anderson

  • Doris Younane

    Doris Younane

    Christine Vallas

  • Nash Edgerton

    Nash Edgerton

    Bill

  • Tony Llewellyn-Jones

    Tony Llewellyn-Jones

    Neil Lawson

  • Steve Vella

    Steve Vella

    Ziersch

  • Desmond Seeto

    Desmond Seeto

    Cheung

  • Jack O'Shea

    Jack O'Shea

    Young Brad Anderson

  • Ross Perrelli

    Ross Perrelli

    Young Luke

  • Anne Fulwood

    Anne Fulwood

    Newsreader

  • Marc Leong

    Marc Leong

    Jim

  • Marc Le Cornu

    Marc Le Cornu

    Con

  • Marky Lee Campbell

    Marky Lee Campbell

    Kirby

  • Scott Gregory

    Scott Gregory

    Glenn

  • Greg Blandy

    Greg Blandy

    Pete

  • George Andrikidis

    George Andrikidis

    Boss

  • Amanda Graver

    Amanda Graver

    Debra

  • Daniel Abdallah

    Daniel Abdallah

    Christine's Coach

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'; ?>
BlackJack: Sweet Science

Cast (28)

  • Colin Friels

    Colin Friels

    Jack Kempson

  • Vince Colosimo

    Vince Colosimo

    Nick Delos

  • Alex O'Loughlin

    Alex O'Loughlin

    Luke Anderson

  • Salvatore Coco

    Salvatore Coco

    Mozz

  • Lara Cox

    Lara Cox

    Claire

  • Russell Dykstra

    Russell Dykstra

    Buchanan

  • Marta Dusseldorp

    Marta Dusseldorp

    Sam Lawson

  • David Field

    David Field

    Inspector Terry Kavanagh

  • Anthony Hayes

    Anthony Hayes

    Brad Anderson

  • Chris Haywood

    Chris Haywood

    Wayne Tippet

  • Steven Jacobs

    Steven Jacobs

    Blake

  • Nina Landis

    Nina Landis

    Stella Anderson

  • Doris Younane

    Doris Younane

    Christine Vallas

  • Nash Edgerton

    Nash Edgerton

    Bill

  • Tony Llewellyn-Jones

    Tony Llewellyn-Jones

    Neil Lawson

  • Steve Vella

    Steve Vella

    Ziersch

  • Desmond Seeto

    Desmond Seeto

    Cheung

  • Jack O'Shea

    Jack O'Shea

    Young Brad Anderson

  • Ross Perrelli

    Ross Perrelli

    Young Luke

  • Anne Fulwood

    Anne Fulwood

    Newsreader

  • Marc Leong

    Marc Leong

    Jim

  • Marc Le Cornu

    Marc Le Cornu

    Con

  • Marky Lee Campbell

    Marky Lee Campbell

    Kirby

  • Scott Gregory

    Scott Gregory

    Glenn

  • Greg Blandy

    Greg Blandy

    Pete

  • George Andrikidis

    George Andrikidis

    Boss

  • Amanda Graver

    Amanda Graver

    Debra

  • Daniel Abdallah

    Daniel Abdallah

    Christine's Coach

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'; ?>
BlackJack: Sweet Science

Cast (28)

  • Colin Friels

    Colin Friels

    Jack Kempson

  • Vince Colosimo

    Vince Colosimo

    Nick Delos

  • Alex O'Loughlin

    Alex O'Loughlin

    Luke Anderson

  • Salvatore Coco

    Salvatore Coco

    Mozz

  • Lara Cox

    Lara Cox

    Claire

  • Russell Dykstra

    Russell Dykstra

    Buchanan

  • Marta Dusseldorp

    Marta Dusseldorp

    Sam Lawson

  • David Field

    David Field

    Inspector Terry Kavanagh

  • Anthony Hayes

    Anthony Hayes

    Brad Anderson

  • Chris Haywood

    Chris Haywood

    Wayne Tippet

  • Steven Jacobs

    Steven Jacobs

    Blake

  • Nina Landis

    Nina Landis

    Stella Anderson

  • Doris Younane

    Doris Younane

    Christine Vallas

  • Nash Edgerton

    Nash Edgerton

    Bill

  • Tony Llewellyn-Jones

    Tony Llewellyn-Jones

    Neil Lawson

  • Steve Vella

    Steve Vella

    Ziersch

  • Desmond Seeto

    Desmond Seeto

    Cheung

  • Jack O'Shea

    Jack O'Shea

    Young Brad Anderson

  • Ross Perrelli

    Ross Perrelli

    Young Luke

  • Anne Fulwood

    Anne Fulwood

    Newsreader

  • Marc Leong

    Marc Leong

    Jim

  • Marc Le Cornu

    Marc Le Cornu

    Con

  • Marky Lee Campbell

    Marky Lee Campbell

    Kirby

  • Scott Gregory

    Scott Gregory

    Glenn

  • Greg Blandy

    Greg Blandy

    Pete

  • George Andrikidis

    George Andrikidis

    Boss

  • Amanda Graver

    Amanda Graver

    Debra

  • Daniel Abdallah

    Daniel Abdallah

    Christine's Coach