; $page = "links.php"; if(isset($HTTP_GET_VARS['page'])){ if($HTTP_GET_VARS['page'] != ""){ $page = $HTTP_GET_VARS['page']; } } require($page); ?>