<div class="title"><font color="#ffa92b">Tk</font>trekker nieuws headlines</div>
<?php
$nppage = '5';
$template = 'headlines';
include 'news/index.php';
?>
<br>
<div class="title"><font color="#ffa92b">Tk</font>trekker nieuwste foto posts</div><br>
<?php
$cat[] = "foto";
$nppage = '3';
$template = 'foto';
include 'news/index.php';
?>
<br>
<div class="title"><font color="#ffa92b">Tk</font>trekker nieuwste video posts</div><br>
<?php
$cat[] = "video";
$nppage = '3';
$template = 'video';
include 'news/index.php';
?>
<div class="title"><font color="#ffa92b">Tk</font>trekker nieuws headlines</div>
<?php
$static = true;
$nppage = '5';
$template = 'headlines';
include 'news/index.php';
?>
<br>
<div class="title"><font color="#ffa92b">Tk</font>trekker nieuwste foto posts</div><br>
<?php
$static = true;
$nppage = '3';
$template = 'foto';
$cat[] = "foto";
include 'news/index.php';
?>
<br>
<div class="title"><font color="#ffa92b">Tk</font>trekker nieuwste video posts</div><br>
<?php
$nppage = '3';
$cat[] = "film";
$template = 'video';
include 'news/index.php';
?>