$allowed_sections=array('actor','film','editor-composer','contact','reel','carlos'); if ( (isset($_GET['section'])) && in_array($_GET['section'],$allowed_sections) && ($_GET['section']!='home')) { $section = $_GET['section']; } else { $section = 'home'; } $verbose = array('actor'=>'ACTOR','film'=>'FILMMAKER','editor-composer'=>'EDITOR & COMPOSER','reel'=>'REEL','contact'=>'CONTACT','carlos'=>"CARLOS"); $section_verbose = $verbose[$section]; $hero_include = 'templates/' . $section . '.php'; // $reel_id = '40846694'; $reel_id = '53483100'; $version = 'standard'; if ( $_GET['version'] == 'extended' ) { $version = 'extended'; $reel_id = '52296736'; } ?>