<div class="header">
  <div class="header_rss">
    RSS
  </div>
</div>
<?php

include_once($UTIL_DIR . "/rss.php");

$rss = new RSS($DATA_DIR."/news.xml", "rss.xml");
$rss->write();

?>