<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><?php header('Content-type: text/xml'); ?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
<title>Juvenile Law Center</title>
<description>Advancing the rights and well-being of children in jeopardy</description>
<link>http://www.jlc.org</link>
<?php include '../config.php';
include '../../class.php';
include '../functions.php';
$news = $cms->get_results("SELECT * FROM news WHERE news_section = '1' ORDER BY news_id DESC LIMIT 0, 15");
if($news):
	foreach($news as $new): ?>		
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jlcnews" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
			<title><?php echo stripslashes(htmlentities($new->news_title))?></title>
			<description><?php echo stripslashes(htmlspecialchars($new->news_content)) ?></description>			
			<link>http://www.jlc.org/index.php/news/<?php echo $new->news_id?></link>			
			</item>
	<?php endforeach;
	endif; ?>
</channel>
</rss>
