<?php
	if(!isset($declaredConfig)) require_once("includes/config.php");
	
	$news = new News;
	
	echo $news->get_rss();
?>
