include("header2.php"); ?>
include ("nav2.php"); ?>
if (isset($page2)){ if (file_exists("$page2.php")){ include("$page2.php");} else{ include("empty.php");}} else{ include("home.php");} ?>
include("werbung/werbung01.php"); ?>
include("footer.php"); ?>