<?php include('top.php'); if (!isset($_GET['page'])) { $page="home"; } else { $page=$_GET['page']; } include("$page.php"); include('footer.php'); ?>