<?xml version="1.0" encoding="utf-8" ?>
<!-- RSS sample file -->

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://www.yourdomain.com/rss.xml" rel="self" type="application/rss+xml" />
<title>Your Website Title</title>
<link>http://www.yourdomain.com</link>
<description>your website description here.</description>
<language>en-us</language>

<!-- Add new items below as often as you have new web pages.
<!-- Place the newest items at the top (just below this line).

	<item>
	<title>Title Here</title>
	<link>http://www.yourdomain.com/yourfile.html</link>
	<guid>http://www.yourdomain.com/yourfile.html</guid>
	</item>

	<item>
	<title>Title Here for Next Article</title>
	<link>http://www.yourdomain.com/yourfile2.html</link>
	<guid>http://www.yourdomain.com/yourfile2.html</guid>
	</item>

</channel>
</rss>

