if ($_SERVER["QUERY_STRING"]) {
$k = substr($_SERVER["QUERY_STRING"],0,1);
if($k == "c"){include('contact.php');}
if($k == "d"){include('download.php');}
if($k == "n"){include('game-features.php');}
if($k == "h"){include('game-modes.php');}
if($k == "i"){include('game-requ.php');}
if($k == "j"){include('machines.php');}
if($k == "l"){include('racers.php');}
if($k == "m"){include('stadiums.php');}
if($k == "z"){include('gallery.php');}
if($k == "g"){include('game-description.php');}
}
else {
include('blog.php');
}
?>