Gabriel Cushing: Demon Hunter
Synopsis
Trailer
Gallery
Behind-the-Scenes
Screenshots
Characters
Extras
Characters
Gabriel
Melanie
Jenny
Allison
Credits
Cast
Crew
'404' - File not found
The page you have tried to access does not exist, or is not available yet.
b
Return to homepage
// background changer try { if ($page == '404' ) { $background_image = "backgrounds/".$page.".jpg"; } else if ($expl[count($expl)-2] == "episode") { $background_image = "backgrounds/episode".$page.".jpg"; $background_image_alt = "../backgrounds/episode".$page.".jpg"; } else if ($expl[count($expl)-2] == "gallery") { $background_image = "backgrounds/gallery.jpg"; $background_image_alt = "../backgrounds/gallery.jpg"; } else if ($expl[count($expl)-2] == "credits") { if ($expl[count($expl)-1] == "cast") { $background_image = "backgrounds/cast.jpg"; $background_image_alt = "../backgrounds/cast.jpg"; } else if ($expl[count($expl)-1] == "crew") { $background_image = "backgrounds/crew.jpg"; $background_image_alt = "../backgrounds/crew.jpg"; } else { $background_image = "backgrounds/credits.jpg"; $background_image_alt = "../backgrounds/credits.jpg"; } } else if ($expl[count($expl)-2] == "character") { $background_image = "backgrounds/".$page.".jpg"; $background_image_alt = "../backgrounds/".$page.".jpg"; } else { $background_image = "backgrounds/".$page.".jpg"; } } catch (Exception $e) { $background_image = $sitelocation."/backgrounds/".$page.".jpg"; } if (file_exists($background_image)) { if (isset($background_image_alt)) $background_image = $background_image_alt; print ""; } else { print ""; } ?>