<?php
  header('Content-type: text/xml');

  require_once($_SERVER['DOCUMENT_ROOT'] . '/lib/config.php');
  require_once($_SERVER['DOCUMENT_ROOT'] .'/lib/opendb.php');
  include($_SERVER['DOCUMENT_ROOT'] . '/lib/options.php');
  include("RSS.class.php");
  $rss = new RSS();

  echo $rss->GetFeed($goptnumberofnewsinmainpage);

  require_once($_SERVER['DOCUMENT_ROOT'] . '/lib/closedb.php');
?>

