Erik the Viking

Cast (39)

  • Tim Robbins

    Tim Robbins

    Erik

  • Mickey Rooney

    Mickey Rooney

    Erik's Grandfather

  • Eartha Kitt

    Eartha Kitt

    Freya

  • Terry Jones

    Terry Jones

    King Arnulf

  • Imogen Stubbs

    Imogen Stubbs

    Princess Aud

  • John Cleese

    John Cleese

    Halfdan the Black

  • Tsutomu Sekine

    Tsutomu Sekine

    Slavemaster

  • Antony Sher

    Antony Sher

    Loki

  • Gary Cady

    Gary Cady

    Keitel Blacksmith

  • Charles McKeown

    Charles McKeown

    Sven's Dad

  • Tim McInnerny

    Tim McInnerny

    Sven the Berserk

  • John Gordon Sinclair

    John Gordon Sinclair

    Ivar the Boneless

  • Richard Ridings

    Richard Ridings

    Thorfinn Skullsplitter

  • Freddie Jones

    Freddie Jones

    Harald the Missionary

  • Samantha Bond

    Samantha Bond

    Helga

  • Danny Schiller

    Danny Schiller

    Snorri the Miserable

  • Jim Broadbent

    Jim Broadbent

    Ernest the Viking (a Rapist)

  • Jim Carter

    Jim Carter

    Jennifer the Viking (Another Rapist)

  • Matyelok Gibbs

    Matyelok Gibbs

    Erik's Mum

  • Jay Simpson

    Jay Simpson

    Leif the Lucky

  • Sian Thomas

    Sian Thomas

    Thorhild the Sarcastic

  • Sarah Crowden

    Sarah Crowden

    Grimhild Housewife

  • Bernard Padden

    Bernard Padden

    Mordfiddle the Cook

  • Tilly Vosburgh

    Tilly Vosburgh

    Unn-the-Thrown-At

  • Dave Duffy

    Dave Duffy

    Horribly Slain Warrior

  • John Scott Martin

    John Scott Martin

    Ingemund the Old

  • Bernard Latham

    Bernard Latham

    Ulf the Unmemorable

  • Julia McCarthy

    Julia McCarthy

    Thorfinn's Mum

  • Allan Surtees

    Allan Surtees

    Thorfinn's Dad

  • Sandra Voe

    Sandra Voe

    Ivar's Mum

  • Andrew MacLachlan

    Andrew MacLachlan

    Ornulf/Chamberlain/Dog Soldier

  • Tim Killick

    Tim Killick

    Bjarni/Halfdan's Guard/Musician

  • Graham McTavish

    Graham McTavish

    Thangbrand/Citizen/Dog Soldier

  • Cyril Shaps

    Cyril Shaps

    Gisli the Chiseller

  • Peter Geeves

    Peter Geeves

    Eliif the Mongol Horde/Musician

  • Paddy Joyce

    Paddy Joyce

    Prisoner

  • Barry McCarthy

    Barry McCarthy

    Prisoner

  • Neil Innes

    Neil Innes

    Hy-Brasilian

  • Garry Roost

    Garry Roost

    Prisoner

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'; ?>
Erik the Viking

Cast (39)

  • Tim Robbins

    Tim Robbins

    Erik

  • Mickey Rooney

    Mickey Rooney

    Erik's Grandfather

  • Eartha Kitt

    Eartha Kitt

    Freya

  • Terry Jones

    Terry Jones

    King Arnulf

  • Imogen Stubbs

    Imogen Stubbs

    Princess Aud

  • John Cleese

    John Cleese

    Halfdan the Black

  • Tsutomu Sekine

    Tsutomu Sekine

    Slavemaster

  • Antony Sher

    Antony Sher

    Loki

  • Gary Cady

    Gary Cady

    Keitel Blacksmith

  • Charles McKeown

    Charles McKeown

    Sven's Dad

  • Tim McInnerny

    Tim McInnerny

    Sven the Berserk

  • John Gordon Sinclair

    John Gordon Sinclair

    Ivar the Boneless

  • Richard Ridings

    Richard Ridings

    Thorfinn Skullsplitter

  • Freddie Jones

    Freddie Jones

    Harald the Missionary

  • Samantha Bond

    Samantha Bond

    Helga

  • Danny Schiller

    Danny Schiller

    Snorri the Miserable

  • Jim Broadbent

    Jim Broadbent

    Ernest the Viking (a Rapist)

  • Jim Carter

    Jim Carter

    Jennifer the Viking (Another Rapist)

  • Matyelok Gibbs

    Matyelok Gibbs

    Erik's Mum

  • Jay Simpson

    Jay Simpson

    Leif the Lucky

  • Sian Thomas

    Sian Thomas

    Thorhild the Sarcastic

  • Sarah Crowden

    Sarah Crowden

    Grimhild Housewife

  • Bernard Padden

    Bernard Padden

    Mordfiddle the Cook

  • Tilly Vosburgh

    Tilly Vosburgh

    Unn-the-Thrown-At

  • Dave Duffy

    Dave Duffy

    Horribly Slain Warrior

  • John Scott Martin

    John Scott Martin

    Ingemund the Old

  • Bernard Latham

    Bernard Latham

    Ulf the Unmemorable

  • Julia McCarthy

    Julia McCarthy

    Thorfinn's Mum

  • Allan Surtees

    Allan Surtees

    Thorfinn's Dad

  • Sandra Voe

    Sandra Voe

    Ivar's Mum

  • Andrew MacLachlan

    Andrew MacLachlan

    Ornulf/Chamberlain/Dog Soldier

  • Tim Killick

    Tim Killick

    Bjarni/Halfdan's Guard/Musician

  • Graham McTavish

    Graham McTavish

    Thangbrand/Citizen/Dog Soldier

  • Cyril Shaps

    Cyril Shaps

    Gisli the Chiseller

  • Peter Geeves

    Peter Geeves

    Eliif the Mongol Horde/Musician

  • Paddy Joyce

    Paddy Joyce

    Prisoner

  • Barry McCarthy

    Barry McCarthy

    Prisoner

  • Neil Innes

    Neil Innes

    Hy-Brasilian

  • Garry Roost

    Garry Roost

    Prisoner

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'; ?>
Erik the Viking

Cast (39)

  • Tim Robbins

    Tim Robbins

    Erik

  • Mickey Rooney

    Mickey Rooney

    Erik's Grandfather

  • Eartha Kitt

    Eartha Kitt

    Freya

  • Terry Jones

    Terry Jones

    King Arnulf

  • Imogen Stubbs

    Imogen Stubbs

    Princess Aud

  • John Cleese

    John Cleese

    Halfdan the Black

  • Tsutomu Sekine

    Tsutomu Sekine

    Slavemaster

  • Antony Sher

    Antony Sher

    Loki

  • Gary Cady

    Gary Cady

    Keitel Blacksmith

  • Charles McKeown

    Charles McKeown

    Sven's Dad

  • Tim McInnerny

    Tim McInnerny

    Sven the Berserk

  • John Gordon Sinclair

    John Gordon Sinclair

    Ivar the Boneless

  • Richard Ridings

    Richard Ridings

    Thorfinn Skullsplitter

  • Freddie Jones

    Freddie Jones

    Harald the Missionary

  • Samantha Bond

    Samantha Bond

    Helga

  • Danny Schiller

    Danny Schiller

    Snorri the Miserable

  • Jim Broadbent

    Jim Broadbent

    Ernest the Viking (a Rapist)

  • Jim Carter

    Jim Carter

    Jennifer the Viking (Another Rapist)

  • Matyelok Gibbs

    Matyelok Gibbs

    Erik's Mum

  • Jay Simpson

    Jay Simpson

    Leif the Lucky

  • Sian Thomas

    Sian Thomas

    Thorhild the Sarcastic

  • Sarah Crowden

    Sarah Crowden

    Grimhild Housewife

  • Bernard Padden

    Bernard Padden

    Mordfiddle the Cook

  • Tilly Vosburgh

    Tilly Vosburgh

    Unn-the-Thrown-At

  • Dave Duffy

    Dave Duffy

    Horribly Slain Warrior

  • John Scott Martin

    John Scott Martin

    Ingemund the Old

  • Bernard Latham

    Bernard Latham

    Ulf the Unmemorable

  • Julia McCarthy

    Julia McCarthy

    Thorfinn's Mum

  • Allan Surtees

    Allan Surtees

    Thorfinn's Dad

  • Sandra Voe

    Sandra Voe

    Ivar's Mum

  • Andrew MacLachlan

    Andrew MacLachlan

    Ornulf/Chamberlain/Dog Soldier

  • Tim Killick

    Tim Killick

    Bjarni/Halfdan's Guard/Musician

  • Graham McTavish

    Graham McTavish

    Thangbrand/Citizen/Dog Soldier

  • Cyril Shaps

    Cyril Shaps

    Gisli the Chiseller

  • Peter Geeves

    Peter Geeves

    Eliif the Mongol Horde/Musician

  • Paddy Joyce

    Paddy Joyce

    Prisoner

  • Barry McCarthy

    Barry McCarthy

    Prisoner

  • Neil Innes

    Neil Innes

    Hy-Brasilian

  • Garry Roost

    Garry Roost

    Prisoner

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'; ?>
Erik the Viking

Cast (39)

  • Tim Robbins

    Tim Robbins

    Erik

  • Mickey Rooney

    Mickey Rooney

    Erik's Grandfather

  • Eartha Kitt

    Eartha Kitt

    Freya

  • Terry Jones

    Terry Jones

    King Arnulf

  • Imogen Stubbs

    Imogen Stubbs

    Princess Aud

  • John Cleese

    John Cleese

    Halfdan the Black

  • Tsutomu Sekine

    Tsutomu Sekine

    Slavemaster

  • Antony Sher

    Antony Sher

    Loki

  • Gary Cady

    Gary Cady

    Keitel Blacksmith

  • Charles McKeown

    Charles McKeown

    Sven's Dad

  • Tim McInnerny

    Tim McInnerny

    Sven the Berserk

  • John Gordon Sinclair

    John Gordon Sinclair

    Ivar the Boneless

  • Richard Ridings

    Richard Ridings

    Thorfinn Skullsplitter

  • Freddie Jones

    Freddie Jones

    Harald the Missionary

  • Samantha Bond

    Samantha Bond

    Helga

  • Danny Schiller

    Danny Schiller

    Snorri the Miserable

  • Jim Broadbent

    Jim Broadbent

    Ernest the Viking (a Rapist)

  • Jim Carter

    Jim Carter

    Jennifer the Viking (Another Rapist)

  • Matyelok Gibbs

    Matyelok Gibbs

    Erik's Mum

  • Jay Simpson

    Jay Simpson

    Leif the Lucky

  • Sian Thomas

    Sian Thomas

    Thorhild the Sarcastic

  • Sarah Crowden

    Sarah Crowden

    Grimhild Housewife

  • Bernard Padden

    Bernard Padden

    Mordfiddle the Cook

  • Tilly Vosburgh

    Tilly Vosburgh

    Unn-the-Thrown-At

  • Dave Duffy

    Dave Duffy

    Horribly Slain Warrior

  • John Scott Martin

    John Scott Martin

    Ingemund the Old

  • Bernard Latham

    Bernard Latham

    Ulf the Unmemorable

  • Julia McCarthy

    Julia McCarthy

    Thorfinn's Mum

  • Allan Surtees

    Allan Surtees

    Thorfinn's Dad

  • Sandra Voe

    Sandra Voe

    Ivar's Mum

  • Andrew MacLachlan

    Andrew MacLachlan

    Ornulf/Chamberlain/Dog Soldier

  • Tim Killick

    Tim Killick

    Bjarni/Halfdan's Guard/Musician

  • Graham McTavish

    Graham McTavish

    Thangbrand/Citizen/Dog Soldier

  • Cyril Shaps

    Cyril Shaps

    Gisli the Chiseller

  • Peter Geeves

    Peter Geeves

    Eliif the Mongol Horde/Musician

  • Paddy Joyce

    Paddy Joyce

    Prisoner

  • Barry McCarthy

    Barry McCarthy

    Prisoner

  • Neil Innes

    Neil Innes

    Hy-Brasilian

  • Garry Roost

    Garry Roost

    Prisoner

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'; ?>
Erik the Viking

Cast (39)

  • Tim Robbins

    Tim Robbins

    Erik

  • Mickey Rooney

    Mickey Rooney

    Erik's Grandfather

  • Eartha Kitt

    Eartha Kitt

    Freya

  • Terry Jones

    Terry Jones

    King Arnulf

  • Imogen Stubbs

    Imogen Stubbs

    Princess Aud

  • John Cleese

    John Cleese

    Halfdan the Black

  • Tsutomu Sekine

    Tsutomu Sekine

    Slavemaster

  • Antony Sher

    Antony Sher

    Loki

  • Gary Cady

    Gary Cady

    Keitel Blacksmith

  • Charles McKeown

    Charles McKeown

    Sven's Dad

  • Tim McInnerny

    Tim McInnerny

    Sven the Berserk

  • John Gordon Sinclair

    John Gordon Sinclair

    Ivar the Boneless

  • Richard Ridings

    Richard Ridings

    Thorfinn Skullsplitter

  • Freddie Jones

    Freddie Jones

    Harald the Missionary

  • Samantha Bond

    Samantha Bond

    Helga

  • Danny Schiller

    Danny Schiller

    Snorri the Miserable

  • Jim Broadbent

    Jim Broadbent

    Ernest the Viking (a Rapist)

  • Jim Carter

    Jim Carter

    Jennifer the Viking (Another Rapist)

  • Matyelok Gibbs

    Matyelok Gibbs

    Erik's Mum

  • Jay Simpson

    Jay Simpson

    Leif the Lucky

  • Sian Thomas

    Sian Thomas

    Thorhild the Sarcastic

  • Sarah Crowden

    Sarah Crowden

    Grimhild Housewife

  • Bernard Padden

    Bernard Padden

    Mordfiddle the Cook

  • Tilly Vosburgh

    Tilly Vosburgh

    Unn-the-Thrown-At

  • Dave Duffy

    Dave Duffy

    Horribly Slain Warrior

  • John Scott Martin

    John Scott Martin

    Ingemund the Old

  • Bernard Latham

    Bernard Latham

    Ulf the Unmemorable

  • Julia McCarthy

    Julia McCarthy

    Thorfinn's Mum

  • Allan Surtees

    Allan Surtees

    Thorfinn's Dad

  • Sandra Voe

    Sandra Voe

    Ivar's Mum

  • Andrew MacLachlan

    Andrew MacLachlan

    Ornulf/Chamberlain/Dog Soldier

  • Tim Killick

    Tim Killick

    Bjarni/Halfdan's Guard/Musician

  • Graham McTavish

    Graham McTavish

    Thangbrand/Citizen/Dog Soldier

  • Cyril Shaps

    Cyril Shaps

    Gisli the Chiseller

  • Peter Geeves

    Peter Geeves

    Eliif the Mongol Horde/Musician

  • Paddy Joyce

    Paddy Joyce

    Prisoner

  • Barry McCarthy

    Barry McCarthy

    Prisoner

  • Neil Innes

    Neil Innes

    Hy-Brasilian

  • Garry Roost

    Garry Roost

    Prisoner

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'; ?>
Erik the Viking

Cast (39)

  • Tim Robbins

    Tim Robbins

    Erik

  • Mickey Rooney

    Mickey Rooney

    Erik's Grandfather

  • Eartha Kitt

    Eartha Kitt

    Freya

  • Terry Jones

    Terry Jones

    King Arnulf

  • Imogen Stubbs

    Imogen Stubbs

    Princess Aud

  • John Cleese

    John Cleese

    Halfdan the Black

  • Tsutomu Sekine

    Tsutomu Sekine

    Slavemaster

  • Antony Sher

    Antony Sher

    Loki

  • Gary Cady

    Gary Cady

    Keitel Blacksmith

  • Charles McKeown

    Charles McKeown

    Sven's Dad

  • Tim McInnerny

    Tim McInnerny

    Sven the Berserk

  • John Gordon Sinclair

    John Gordon Sinclair

    Ivar the Boneless

  • Richard Ridings

    Richard Ridings

    Thorfinn Skullsplitter

  • Freddie Jones

    Freddie Jones

    Harald the Missionary

  • Samantha Bond

    Samantha Bond

    Helga

  • Danny Schiller

    Danny Schiller

    Snorri the Miserable

  • Jim Broadbent

    Jim Broadbent

    Ernest the Viking (a Rapist)

  • Jim Carter

    Jim Carter

    Jennifer the Viking (Another Rapist)

  • Matyelok Gibbs

    Matyelok Gibbs

    Erik's Mum

  • Jay Simpson

    Jay Simpson

    Leif the Lucky

  • Sian Thomas

    Sian Thomas

    Thorhild the Sarcastic

  • Sarah Crowden

    Sarah Crowden

    Grimhild Housewife

  • Bernard Padden

    Bernard Padden

    Mordfiddle the Cook

  • Tilly Vosburgh

    Tilly Vosburgh

    Unn-the-Thrown-At

  • Dave Duffy

    Dave Duffy

    Horribly Slain Warrior

  • John Scott Martin

    John Scott Martin

    Ingemund the Old

  • Bernard Latham

    Bernard Latham

    Ulf the Unmemorable

  • Julia McCarthy

    Julia McCarthy

    Thorfinn's Mum

  • Allan Surtees

    Allan Surtees

    Thorfinn's Dad

  • Sandra Voe

    Sandra Voe

    Ivar's Mum

  • Andrew MacLachlan

    Andrew MacLachlan

    Ornulf/Chamberlain/Dog Soldier

  • Tim Killick

    Tim Killick

    Bjarni/Halfdan's Guard/Musician

  • Graham McTavish

    Graham McTavish

    Thangbrand/Citizen/Dog Soldier

  • Cyril Shaps

    Cyril Shaps

    Gisli the Chiseller

  • Peter Geeves

    Peter Geeves

    Eliif the Mongol Horde/Musician

  • Paddy Joyce

    Paddy Joyce

    Prisoner

  • Barry McCarthy

    Barry McCarthy

    Prisoner

  • Neil Innes

    Neil Innes

    Hy-Brasilian

  • Garry Roost

    Garry Roost

    Prisoner

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'; ?>
Erik the Viking

Cast (39)

  • Tim Robbins

    Tim Robbins

    Erik

  • Mickey Rooney

    Mickey Rooney

    Erik's Grandfather

  • Eartha Kitt

    Eartha Kitt

    Freya

  • Terry Jones

    Terry Jones

    King Arnulf

  • Imogen Stubbs

    Imogen Stubbs

    Princess Aud

  • John Cleese

    John Cleese

    Halfdan the Black

  • Tsutomu Sekine

    Tsutomu Sekine

    Slavemaster

  • Antony Sher

    Antony Sher

    Loki

  • Gary Cady

    Gary Cady

    Keitel Blacksmith

  • Charles McKeown

    Charles McKeown

    Sven's Dad

  • Tim McInnerny

    Tim McInnerny

    Sven the Berserk

  • John Gordon Sinclair

    John Gordon Sinclair

    Ivar the Boneless

  • Richard Ridings

    Richard Ridings

    Thorfinn Skullsplitter

  • Freddie Jones

    Freddie Jones

    Harald the Missionary

  • Samantha Bond

    Samantha Bond

    Helga

  • Danny Schiller

    Danny Schiller

    Snorri the Miserable

  • Jim Broadbent

    Jim Broadbent

    Ernest the Viking (a Rapist)

  • Jim Carter

    Jim Carter

    Jennifer the Viking (Another Rapist)

  • Matyelok Gibbs

    Matyelok Gibbs

    Erik's Mum

  • Jay Simpson

    Jay Simpson

    Leif the Lucky

  • Sian Thomas

    Sian Thomas

    Thorhild the Sarcastic

  • Sarah Crowden

    Sarah Crowden

    Grimhild Housewife

  • Bernard Padden

    Bernard Padden

    Mordfiddle the Cook

  • Tilly Vosburgh

    Tilly Vosburgh

    Unn-the-Thrown-At

  • Dave Duffy

    Dave Duffy

    Horribly Slain Warrior

  • John Scott Martin

    John Scott Martin

    Ingemund the Old

  • Bernard Latham

    Bernard Latham

    Ulf the Unmemorable

  • Julia McCarthy

    Julia McCarthy

    Thorfinn's Mum

  • Allan Surtees

    Allan Surtees

    Thorfinn's Dad

  • Sandra Voe

    Sandra Voe

    Ivar's Mum

  • Andrew MacLachlan

    Andrew MacLachlan

    Ornulf/Chamberlain/Dog Soldier

  • Tim Killick

    Tim Killick

    Bjarni/Halfdan's Guard/Musician

  • Graham McTavish

    Graham McTavish

    Thangbrand/Citizen/Dog Soldier

  • Cyril Shaps

    Cyril Shaps

    Gisli the Chiseller

  • Peter Geeves

    Peter Geeves

    Eliif the Mongol Horde/Musician

  • Paddy Joyce

    Paddy Joyce

    Prisoner

  • Barry McCarthy

    Barry McCarthy

    Prisoner

  • Neil Innes

    Neil Innes

    Hy-Brasilian

  • Garry Roost

    Garry Roost

    Prisoner