<?php
echo '<?xml version="1.0" ?>' ."\n";
require( '../daily.inc.php' );
require( 'values.php' );
?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
<!--

  Hey!
    This web page is actually a data file that is meant to be
    read by RSS reader programs.
    See http://interglacial.com/rss/about.html to learn
    more about RSS.

-->
<rss version="0.91">
	<channel>
		<title>Baked Babies</title>
		<link>http://www.bakedbabies.com/
		</link>
		<description>
			Comics designed to make you laugh when you know you shouldn't be laughing.
		</description>
		<language>en-us</language>

		<item>
			<title>Comic: <?php echo $com_title; ?></title>
			<pubDate><?php echo $c_time; ?></pubDate>
			<link>
				<?php echo 'http://www.bakedbabies.com/browse.php?id='. $latestcomic; ?>

			</link>
			<description>
				<?php echo $com_desc; ?>

			</description>
		</item>
		<item>
			<title>Screed: <?php echo $scr_title; ?></title>
			<pubDate><?php echo $c_time; ?></pubDate>
			<link>
				<?php echo 'http://www.bakedbabies.com/browse.php?id='. $latestscreed; ?>

			</link>
			<description>
				<?php echo $scr_date; ?>

				<?php echo $scr_desc; ?>

			</description>
		</item>
	</channel>
</rss>
