<?php
include_once("includes/db.php");
include_once("includes/syndicate.php");

$test = syndicateNews($prev = 120,$next =30, $category = '5,7,11');

Header("Content-type:text/xml");


echo $test;

?>
