<?php
$news_layout = '0';
$comments_layout = '2';
$newstimeformat = '%m.%y';
$template = 'home';
$cat[] = 'blog';
$nppage = '5';
include 'news/index.php';
?>
<?php
$newstimeformat = '%m.%y';
$commentstimeformat = '%m.%y';
include 'news/index.php';
?>