<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

	<title>Latest News from Missouri Gaming Commission</title> <!-- Defines Title  and becomes the from in email -->
	<link>http://www.mgc.dps.mo.gov/PressRoom/nav_press_release.html</link> <!-- Defines hyperlink to Channel -->
	<description>The latest news from the Missouri Gaming Commission</description> <!-- Describes the channel -->
  
    <atom:link href="http://mgc.dps.mo.gov/RSS_newsfeed.xml" rel="self" type="application/rss+xml" />

<item> <!-- Each <item> element defines an article or "story" in the RSS feed. -->
	
	<title>MGC News Room</title> <!--<title>  becomes title and the subject -->  
	<link>http://mgc.dps.mo.gov/PressRoom/nav_press_release.html</link> <!-- Hyperlink to the story -->
	<description>A list of all Press Releases 2002 to present</description> <!-- becomes the description and the text within email formats -->
		
</item>	

<item> <!--note: this item is coded to open a specific PDF rather than go to a webpage-->

	<title>Thirteenth Riverboat License selected</title> 
  	<link>http://www.mgc.dps.mo.gov/PressRoom/2010_pr/12012010_13th license and Isle of Capri.pdf</link>
	<description>MGC Gives Nod of Approval to Isle of Capri Cape Girardeau </description> 
	<guid>http://www.mgc.dps.mo.gov/PressRoom/2010_pr/12012010_13th license and Isle of Capri.pdf</guid>

</item>


</channel>

</rss>


