<!-- 
		Select Distinct 
		Incident.id As incident_id, 
		Incident.created As date_created, 
		Incident.date_contained As date_contained, 
		Incident.modified As last_modified,
		Incident.name As incident_name, 
		Incident.type As type, 
		Incident.lat_deg As lat_deg, 
		Incident.lat_min As lat_min, 
		Incident.lat_sec As lat_sec, 
		Incident.long_deg As long_deg, 
		Incident.long_min As long_min, 
		Incident.long_sec As long_sec,   Detail.*,  	
		Summary.summary  
		FROM `inc_incidents` AS `Incident`  LEFT JOIN `inc_details` AS `Detail` ON (
			             `Detail`.`incident_id` = `Incident`.`id`) LEFT JOIN `inc_summaries` AS `Summary` ON (
		              `Summary`.`home` = "1" AND `Summary`.`incident_id` = `Incident`.`id`)	
		WHERE `Incident`.`status` = 1 
		AND `Incident`.`unit_id` = "5367"
		AND `Incident`.`unit_id` != "5385"
		 
				AND `Incident`.`date_contained` > '2008-01-08 12:47:30' 
				AND `Detail`.`perc_contained` < '100' ORDER BY Incident.modified DESC LIMIT 50  --><?xml version="1.0" encoding="UTF-8"?>
<!-- 
cached data at 12:47:30
cached id 5beb29e5d48d69876d3ae0d1fedbc028
-->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="http://inciweb.org/feeds/rss/incidents/u/5367/" rel="self" type="application/rss+xml" /><title>InciWeb Incidents for Shoshone National Forest</title><link>http://inciweb.org/forest/5367/</link><description>Latest incident updates for Shoshone National Forest</description><pubDate>Wed, 07 Jan 2009 12:47:31 -06:00</pubDate><language>en-us</language><item><title><![CDATA["Gunbarrel Wildland Fire"]]></title><link>http://inciweb.org/incident/1439/</link><guid isPermaLink="true">http://inciweb.org/incident/1439/</guid><description><![CDATA["The Gunbarrel Fire began when lightning struck in the North Absaroka Wilderness at 11:54 AM on July 26. The origin was approximately 40 miles west of the town of Cody in bug-killed trees with heavy dead and down"]]></description><pubDate>Thu, 11 Sep 2008 16:45:08 -06:00</pubDate></item></channel></rss>