<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="Garrick Van Buren.com MNRep 1.0" -->

<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>

<channel>
	<title>Garrick Van Buren's MNRep Feed</title>
	<link>http://garrickvanburen.com/mnrep</link>
	<description>Aggregating the votes of Minnesota's congressional representatives </description>
	<copyright>Copyright 2005</copyright>
    <pubDate><? echo date("r"); ?></pubDate>
	<generator>http://garrickvanburen.com/mnrep/</generator>

<?
foreach ($allitems as $item) {
?>
    <item>
    <title><? echo $item['title'] ?></title>
    <link><? echo $item['href']; ?></link>
    <guid><? echo $item['guid']; ?></guid>
    <source><? echo $item['channel']; ?></source>
    <pubDate><? echo $item['pubdate']; ?></pubDate>
    <description>
     <? echo $item['desc'] ?> &lt;a href="<? echo $item['channellink']; ?>"&gt;<? echo $item['channel']; ?>&lt;/a&gt;
    </description>    
    </item>
<?
}
?>

</channel>
</rss>