if($_GET['p']=="Home"){
include ('home.php');}
elseif($_GET['p']=="Informatie"){
include ('informatie.php');}
elseif($_GET['p']=="Tarieven"){
include ('tarieven.php');}
elseif($_GET['p']=="Creatives"){
include ('creatives.php');}
elseif($_GET['p']=="Newsflash"){
include ('newsflash.php');}
elseif($_GET['p']=="Links"){
include ('links.php');}
elseif($_GET['p']=="Route"){
include ('route.php');}
else {
include("home.php");
}
?>
include ('naw.php'); ?>