switch ($_GET['page']) { case "about": include 'about_title.php'; break; case "services": include 'services_title.php'; break; case "corporate": include 'services_title.php'; break; case "controller": include 'services_title.php'; break; case "tax": include 'services_title.php'; break; case "accounting": include 'services_title.php'; break; case "estate": include 'services_title.php'; break; case "wealth": include 'services_title.php'; break; case "industries": include 'industries_title.php'; break; case "law": include 'industries_title.php'; break; case "prof": include 'industries_title.php'; break; case "energy": include 'industries_title.php'; break; case "restaurants": include 'industries_title.php'; break; case "manufacturing": include 'industries_title.php'; break; case "retail": include 'industries_title.php'; break; case "news": include 'news_title.php'; break; case "articles": include 'news_title.php'; break; case "newsletter": include 'news_title.php'; break; case "links": include 'news_title.php'; break; } ?>