$action = $_GET['content']; if ($action == '') $action = 'start'; $action = str_replace('content/', '', $action); if (file_exists('content/' . $action . '.html')) include('content/' . $action . '.html'); else include('content/start.html'); ?>