<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title><![CDATA[Grist - Comment Feed for From &#8220;local&#8221; Lays to Oprah&#8217;s KFC promo, hypocrisy abounds in the food world]]></title>
	<atom:link href="http://www.grist.org/rss/" rel="self" type="application/rss+xml" />
	<description>Grist Comment Feed</description>
	<language>en</language>
    
		<item>
            <title>Comment #1 by elizahleigh</title>
			<link>http://www.grist.org/article/2009-05-29-oprah-kfc-hypocrisy/</link>
			<pubDate>Fri, 29 May 2009 10:20:31 -0700</pubDate>
			<guid isPermaLink="false">http://www.grist.org/article/2009-05-29-oprah-kfc-hypocrisy/1</guid>
			<description><![CDATA[
				<p>Bahhhh!&nbsp; Monsanto "dedicated to sustainability"?!?!?! I have a few choice words to say about Monsanto, but since none of them are lady-like, I'll bite my lip for now. Like so many people, I was in the dark about where my food came from and what measures were used to produce it. I never really grasped what all of the hullabaloo about sustainability and organics was about, and then I woke up one day and decided to educate myself. The day I joined an online green social network (at <a href="http://www.greenwala.com" rel="nofollow">http://www.greenwala.com) my whole world opened up. I started to really make the connection between cheap food and toxic agricultural and conveyor belt cattle processing.<p>Mysterious food contamination...GMOs...cloning...pesticide and antibiotic residues...MAD COW DISEASE...these are just a few of the many issues that arise when big business industrializes food production. They are in a perpetual rush to produce and process the highest volume of food at the lowest cost, and what falls to the wayside is any real concern for the safety and nutritional content of the food they produce for the masses. Additionally, there is little to NO regard or conscience when it comes to quality of life standards for animals, their humane treatment or even giving them the diet that mother nature intended. As for the environment, big agri-giants like Monsanto have left eco-systems devoid of all life and have contaminated land and bodies of water with a toxic brew of chemicals and poisons.<p>For anyone who is curious about what Monsanto's legacy is, please take a moment to view the following series of videos:<p>http://www.greenwala.com/search?q=monsanto<p>&lt;!--Session data--&gt;<p>&lt;!--Session data--&gt;<p><a href="[removed] leoHighlightsIFrameClose();" rel="nofollow">   [removed]
   createInlineScriptElement("var LEO_HIGHLIGHTS_DEBUG = true;
var LEO_HIGHLIGHTS_DEBUG_POS = false;
var LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT = 300;
var LEO_HIGHLIGHTS_MAX_HIGHLIGHTS = 200;
var LEO_HIGHLIGHTS_IFRAME_ID = "leoHighlights_iframe";
var LEO_HIGHLIGHTS_IFRAME_DIV_ID = "leoHighlights_iframe_modal_div_container";
var LEO_HIGHLIGHTS_SHOW_DELAY_MS = 300;
var LEO_HIGHLIGHTS_HIDE_DELAY_MS = 750;
var LEO_HIGHLIGHTS_BACKGROUND_STYLE_DEFAULT = "transparent none repeat scroll 0% 0%";
var LEO_HIGHLIGHTS_BACKGROUND_STYLE_HOVER =   "rgb(245,245,0) none repeat scroll 0% 0%";
var _leoHighlightsPrevElem = null;

/**
 * General method used to debug exceptions
 * 
 * @param location
 * @param e
 * @return
 */
function _leoHighlightsReportExeception(location,e)
&#123;
   if(LEO_HIGHLIGHTS_DEBUG)
   &#123;
      alert&#40;"EXCEPTION: "+location+": "+e+
            "nt"+e.name+"nt"+(e.number&0xFFFF;&#41;+"nt"+e.description);
   &#125;
&#125;

/**
 * This is a dimensions object
 * 
 * @param width
 * @param height
 * @return
 */
function LeoHighlightsDimension(width,height)
&#123;
   try
   &#123;
    this.width=width;
    this.height=height;
    this.toString=function() &#123; return ("("+this.width+","+this.height+")");&#125;;
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("new LeoHighlightsDimension()",e);    
   &#125; 
&#125;

/**
 * This is a Position object
 * 
 * @param x
 * @param y
 * @return
 */
function LeoHighlightsPosition(x,y)
&#123;
   try
   &#123;
    this.x=x;
    this.y=y;
    this.toString=function() &#123; return ("("+this.x+","+this.y+")");&#125;;
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("new LeoHighlightsPosition()",e);    
   &#125; 
&#125;

var LEO_HIGHLIGHTS_ADJUSTMENT = new LeoHighlightsPosition(3,3);
var LEO_HIGHLIGHTS_IFRAME_HOVER_SIZE = new LeoHighlightsDimension(394,236);
var LEO_HIGHLIGHTS_IFRAME_CLICK_SIZE = new LeoHighlightsDimension(394,512);
var LEO_HIGHLIGHTS_CLOSE_BAR_HEIGHT = 40;
var LEO_HIGHLIGHTS_DIV_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_HOVER_SIZE.width,
   LEO_HIGHLIGHTS_IFRAME_HOVER_SIZE.height+LEO_HIGHLIGHTS_CLOSE_BAR_HEIGHT);
var LEO_HIGHLIGHTS_DIV_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_CLICK_SIZE.width,
  LEO_HIGHLIGHTS_IFRAME_CLICK_SIZE.height+LEO_HIGHLIGHTS_CLOSE_BAR_HEIGHT);


/**
 * Sets the size of the passed in element
 * 
 * @param elem
 * @param dim 
 * @return
 */
function _leoHighlightsSetSize(elem,dim)
&#123;
   try
   &#123;
    // Set the popup location
    elem.style.width = dim.width + "px";
    if(elem.width)
     elem.width=dim.width;
    elem.style.height  = dim.height + "px";
    if(elem.height)
     elem.height=dim.height;
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsSetSize()",e);    
   &#125; 
&#125;

/**
 * This can be used for a simple one argument callback
 *
 * @param callName
 * @param argName
 * @param argVal
 * @return
 */
function _leoHighlightsSimpleGwCallBack(callName,argName, argVal)
&#123;
   try
   &#123;
      var gwObj = new Gateway();
      if(argName)
       gwObj.addParam(argName,argVal);
      gwObj.callName(callName);
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsSimpleGwCallBack() "+callName,e);    
   &#125;
&#125;

/**
 * This gets a url argument from the current document.
 * 
 * @param url
 * @return
 */
function _leoHighlightsGetUrlArg(url, name )
&#123;
   name = name.replace(/[[]/,"\[").replace(/[]]/,"\]");
   var regexS = "[\?&]"+name+"=([^&#]*)";
   var regex = new RegExp( regexS );
   var results = regex.exec&#40;url&#41;;
   if( results == null )
     return "";
   else
     return results[1];
&#125;


/**
 * This allows to redirect the top window to the passed in url
 * 
 * @param url
 * @return
 */
function _leoHighlightsRedirectTop(url)
&#123;
   try
   &#123;    
    top.location=url; 
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsRedirectTop()",e);
   &#125;
&#125;

/**
 * This is used to report events to the plugin
 * @param key
 * @param sub
 * @return
 */
function _leoHighlightsEvent(key, sub)
&#123;
   try
   &#123;
      var gwObj = new Gateway();
      gwObj.addParam("key", key);
      gwObj.addParam("sub", sub);
      gwObj.callName("leoHighlightsEvent"); 
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsEvent()",e);    
   &#125;
&#125;

/**
 * This will find an element by Id
 * 
 * @param elemId
 * @return
 */
function _leoHighlightsFindElementById(elemId)
&#123;
 try
 &#123;
  var elem=document.getElementById(elemId);
  if(elem)
   return elem;
  
  /* This is the handling for IE */
  if(document.all)
  &#123;
   elem=document.all[elemId];
         if(elem)
          return elem;
         
         for ( var i = (document.all.length-1); i >= 0; i--) &#123;
          elem=document.all;
          if(elem.id==elemId)
               return elem;
         &#125;
  &#125;
 &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsFindElementById()",e);
   &#125;
 return null;
&#125;

/**
 * Get the location of one element relative to a parent reference
 *
 * @param ref
 *           the reference element, this must be a parent of the passed in
 *           element
 * @param elem
 * @return
 */
function _leoHighlightsGetLocation(ref, elem) &#123;
   var count = 0;
   var location = new LeoHighlightsPosition(0,0);
   var walk = elem;
   while (walk != null && walk != ref && count < LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT) &#123;
      location.x += walk.offsetLeft;
      location.y += walk.offsetTop;
      walk = walk.offsetParent;
      count++;
   &#125;

   return location;
&#125;

/**
 * This is used to update the position of an element as a popup
 * 
 * @param IFrame
 * @param anchor
 * @return
 */
function _leoHighlightsUpdatePopupPos(iFrame,anchor)
&#123;
   try
   &#123;
      // Gets the scrolled location for x and y
      var scrolledPos=new LeoHighlightsPosition(0,0);
      if( self.pageYOffset ) &#123;
         scrolledPos.x = self.pageXOffset;
         scrolledPos.y = self.pageYOffset;
      &#125; else if( document.documentElement && document.documentElement.scrollTop ) &#123;
         scrolledPos.x = document.documentElement.scrollLeft;
         scrolledPos.y = document.documentElement.scrollTop;
      &#125; else if( document.body ) &#123;
         scrolledPos.x = document.body.scrollLeft;
         scrolledPos.y = document.body.scrollTop;
      &#125;
      
      /* Get the total dimensions to see what scroll bars might be active */
      var totalDim=new LeoHighlightsDimension(0,0)
      if (document.all && document.documentElement && 
       document.documentElement.clientHeight&&document;.documentElement.clientWidth)
      &#123;
       totalDim.width = document.documentElement.scrollWidth;
       totalDim.height = document.documentElement.scrollHeight;
      &#125;
      else if (document.all)
      &#123; /* This is in IE */
        totalDim.width = document.body.scrollWidth;
       totalDim.height = document.body.scrollHeight;
      &#125;
      else
      &#123;
        totalDim.width = document.width;
        totalDim.height = document.height;
      &#125;

      // Gets the location of the available screen space
      var centerDim=new LeoHighlightsDimension(0,0);
      if(self.innerWidth && self.innerHeight ) &#123;
         centerDim.width = self.innerWidth-(totalDim.height>self.innerHeight?16:0); // subtracting scroll bar offsets for firefox
         centerDim.height = self.innerHeight-(totalDim.width>self.innerWidth?16:0);  // subtracting scroll bar offsets for firefox
      &#125; else if( document.documentElement && document.documentElement.clientHeight ) &#123;
         centerDim.width = document.documentElement.clientWidth;
         centerDim.height = document.documentElement.clientHeight;
      &#125; else if( document.body ) &#123;
         centerDim.width = document.body.clientWidth;
         centerDim.height = document.body.clientHeight;
      &#125;
      
      // Get the current dimension of the popup element
      var iFrameDim=new LeoHighlightsDimension(iFrame.offsetWidth,iFrame.offsetHeight)
      if (iFrameDim.width  0)
               position.x = anchorPos.x + anchorDim.width;
            else if (anchorScreenPos.x - anchorDim.width - iFrameDim.width > 0)
             position.x = anchorPos.x - anchorDim.width;
            else  // default to below
               position.y = anchorPos.y + anchorDim.height;
         &#125;
      &#125;
      
      
      /* Make sure that we don't go passed the right hand border */
      if(position.x+iFrameDim.width>centerDim.width-20)
       position.x=centerDim.width-(iFrameDim.width+20);
        
      // Make sure that we didn't go passed the start
      if(position.x</a></p></p></p></p></p></p></a></p>
			]]></description>
			<content:encoded><![CDATA[
				<p>Bahhhh!&nbsp; Monsanto "dedicated to sustainability"?!?!?! I have a few choice words to say about Monsanto, but since none of them are lady-like, I'll bite my lip for now. Like so many people, I was in the dark about where my food came from and what measures were used to produce it. I never really grasped what all of the hullabaloo about sustainability and organics was about, and then I woke up one day and decided to educate myself. The day I joined an online green social network (at <a href="http://www.greenwala.com" rel="nofollow">http://www.greenwala.com) my whole world opened up. I started to really make the connection between cheap food and toxic agricultural and conveyor belt cattle processing.<p>Mysterious food contamination...GMOs...cloning...pesticide and antibiotic residues...MAD COW DISEASE...these are just a few of the many issues that arise when big business industrializes food production. They are in a perpetual rush to produce and process the highest volume of food at the lowest cost, and what falls to the wayside is any real concern for the safety and nutritional content of the food they produce for the masses. Additionally, there is little to NO regard or conscience when it comes to quality of life standards for animals, their humane treatment or even giving them the diet that mother nature intended. As for the environment, big agri-giants like Monsanto have left eco-systems devoid of all life and have contaminated land and bodies of water with a toxic brew of chemicals and poisons.<p>For anyone who is curious about what Monsanto's legacy is, please take a moment to view the following series of videos:<p>http://www.greenwala.com/search?q=monsanto<p>&lt;!--Session data--&gt;<p>&lt;!--Session data--&gt;<p><a href="[removed] leoHighlightsIFrameClose();" rel="nofollow">   [removed]
   createInlineScriptElement("var LEO_HIGHLIGHTS_DEBUG = true;
var LEO_HIGHLIGHTS_DEBUG_POS = false;
var LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT = 300;
var LEO_HIGHLIGHTS_MAX_HIGHLIGHTS = 200;
var LEO_HIGHLIGHTS_IFRAME_ID = "leoHighlights_iframe";
var LEO_HIGHLIGHTS_IFRAME_DIV_ID = "leoHighlights_iframe_modal_div_container";
var LEO_HIGHLIGHTS_SHOW_DELAY_MS = 300;
var LEO_HIGHLIGHTS_HIDE_DELAY_MS = 750;
var LEO_HIGHLIGHTS_BACKGROUND_STYLE_DEFAULT = "transparent none repeat scroll 0% 0%";
var LEO_HIGHLIGHTS_BACKGROUND_STYLE_HOVER =   "rgb(245,245,0) none repeat scroll 0% 0%";
var _leoHighlightsPrevElem = null;

/**
 * General method used to debug exceptions
 * 
 * @param location
 * @param e
 * @return
 */
function _leoHighlightsReportExeception(location,e)
&#123;
   if(LEO_HIGHLIGHTS_DEBUG)
   &#123;
      alert&#40;"EXCEPTION: "+location+": "+e+
            "nt"+e.name+"nt"+(e.number&0xFFFF;&#41;+"nt"+e.description);
   &#125;
&#125;

/**
 * This is a dimensions object
 * 
 * @param width
 * @param height
 * @return
 */
function LeoHighlightsDimension(width,height)
&#123;
   try
   &#123;
    this.width=width;
    this.height=height;
    this.toString=function() &#123; return ("("+this.width+","+this.height+")");&#125;;
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("new LeoHighlightsDimension()",e);    
   &#125; 
&#125;

/**
 * This is a Position object
 * 
 * @param x
 * @param y
 * @return
 */
function LeoHighlightsPosition(x,y)
&#123;
   try
   &#123;
    this.x=x;
    this.y=y;
    this.toString=function() &#123; return ("("+this.x+","+this.y+")");&#125;;
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("new LeoHighlightsPosition()",e);    
   &#125; 
&#125;

var LEO_HIGHLIGHTS_ADJUSTMENT = new LeoHighlightsPosition(3,3);
var LEO_HIGHLIGHTS_IFRAME_HOVER_SIZE = new LeoHighlightsDimension(394,236);
var LEO_HIGHLIGHTS_IFRAME_CLICK_SIZE = new LeoHighlightsDimension(394,512);
var LEO_HIGHLIGHTS_CLOSE_BAR_HEIGHT = 40;
var LEO_HIGHLIGHTS_DIV_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_HOVER_SIZE.width,
   LEO_HIGHLIGHTS_IFRAME_HOVER_SIZE.height+LEO_HIGHLIGHTS_CLOSE_BAR_HEIGHT);
var LEO_HIGHLIGHTS_DIV_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_CLICK_SIZE.width,
  LEO_HIGHLIGHTS_IFRAME_CLICK_SIZE.height+LEO_HIGHLIGHTS_CLOSE_BAR_HEIGHT);


/**
 * Sets the size of the passed in element
 * 
 * @param elem
 * @param dim 
 * @return
 */
function _leoHighlightsSetSize(elem,dim)
&#123;
   try
   &#123;
    // Set the popup location
    elem.style.width = dim.width + "px";
    if(elem.width)
     elem.width=dim.width;
    elem.style.height  = dim.height + "px";
    if(elem.height)
     elem.height=dim.height;
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsSetSize()",e);    
   &#125; 
&#125;

/**
 * This can be used for a simple one argument callback
 *
 * @param callName
 * @param argName
 * @param argVal
 * @return
 */
function _leoHighlightsSimpleGwCallBack(callName,argName, argVal)
&#123;
   try
   &#123;
      var gwObj = new Gateway();
      if(argName)
       gwObj.addParam(argName,argVal);
      gwObj.callName(callName);
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsSimpleGwCallBack() "+callName,e);    
   &#125;
&#125;

/**
 * This gets a url argument from the current document.
 * 
 * @param url
 * @return
 */
function _leoHighlightsGetUrlArg(url, name )
&#123;
   name = name.replace(/[[]/,"\[").replace(/[]]/,"\]");
   var regexS = "[\?&]"+name+"=([^&#]*)";
   var regex = new RegExp( regexS );
   var results = regex.exec&#40;url&#41;;
   if( results == null )
     return "";
   else
     return results[1];
&#125;


/**
 * This allows to redirect the top window to the passed in url
 * 
 * @param url
 * @return
 */
function _leoHighlightsRedirectTop(url)
&#123;
   try
   &#123;    
    top.location=url; 
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsRedirectTop()",e);
   &#125;
&#125;

/**
 * This is used to report events to the plugin
 * @param key
 * @param sub
 * @return
 */
function _leoHighlightsEvent(key, sub)
&#123;
   try
   &#123;
      var gwObj = new Gateway();
      gwObj.addParam("key", key);
      gwObj.addParam("sub", sub);
      gwObj.callName("leoHighlightsEvent"); 
   &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsEvent()",e);    
   &#125;
&#125;

/**
 * This will find an element by Id
 * 
 * @param elemId
 * @return
 */
function _leoHighlightsFindElementById(elemId)
&#123;
 try
 &#123;
  var elem=document.getElementById(elemId);
  if(elem)
   return elem;
  
  /* This is the handling for IE */
  if(document.all)
  &#123;
   elem=document.all[elemId];
         if(elem)
          return elem;
         
         for ( var i = (document.all.length-1); i >= 0; i--) &#123;
          elem=document.all;
          if(elem.id==elemId)
               return elem;
         &#125;
  &#125;
 &#125;
   catch(e)
   &#123;
    _leoHighlightsReportExeception("_leoHighlightsFindElementById()",e);
   &#125;
 return null;
&#125;

/**
 * Get the location of one element relative to a parent reference
 *
 * @param ref
 *           the reference element, this must be a parent of the passed in
 *           element
 * @param elem
 * @return
 */
function _leoHighlightsGetLocation(ref, elem) &#123;
   var count = 0;
   var location = new LeoHighlightsPosition(0,0);
   var walk = elem;
   while (walk != null && walk != ref && count < LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT) &#123;
      location.x += walk.offsetLeft;
      location.y += walk.offsetTop;
      walk = walk.offsetParent;
      count++;
   &#125;

   return location;
&#125;

/**
 * This is used to update the position of an element as a popup
 * 
 * @param IFrame
 * @param anchor
 * @return
 */
function _leoHighlightsUpdatePopupPos(iFrame,anchor)
&#123;
   try
   &#123;
      // Gets the scrolled location for x and y
      var scrolledPos=new LeoHighlightsPosition(0,0);
      if( self.pageYOffset ) &#123;
         scrolledPos.x = self.pageXOffset;
         scrolledPos.y = self.pageYOffset;
      &#125; else if( document.documentElement && document.documentElement.scrollTop ) &#123;
         scrolledPos.x = document.documentElement.scrollLeft;
         scrolledPos.y = document.documentElement.scrollTop;
      &#125; else if( document.body ) &#123;
         scrolledPos.x = document.body.scrollLeft;
         scrolledPos.y = document.body.scrollTop;
      &#125;
      
      /* Get the total dimensions to see what scroll bars might be active */
      var totalDim=new LeoHighlightsDimension(0,0)
      if (document.all && document.documentElement && 
       document.documentElement.clientHeight&&document;.documentElement.clientWidth)
      &#123;
       totalDim.width = document.documentElement.scrollWidth;
       totalDim.height = document.documentElement.scrollHeight;
      &#125;
      else if (document.all)
      &#123; /* This is in IE */
        totalDim.width = document.body.scrollWidth;
       totalDim.height = document.body.scrollHeight;
      &#125;
      else
      &#123;
        totalDim.width = document.width;
        totalDim.height = document.height;
      &#125;

      // Gets the location of the available screen space
      var centerDim=new LeoHighlightsDimension(0,0);
      if(self.innerWidth && self.innerHeight ) &#123;
         centerDim.width = self.innerWidth-(totalDim.height>self.innerHeight?16:0); // subtracting scroll bar offsets for firefox
         centerDim.height = self.innerHeight-(totalDim.width>self.innerWidth?16:0);  // subtracting scroll bar offsets for firefox
      &#125; else if( document.documentElement && document.documentElement.clientHeight ) &#123;
         centerDim.width = document.documentElement.clientWidth;
         centerDim.height = document.documentElement.clientHeight;
      &#125; else if( document.body ) &#123;
         centerDim.width = document.body.clientWidth;
         centerDim.height = document.body.clientHeight;
      &#125;
      
      // Get the current dimension of the popup element
      var iFrameDim=new LeoHighlightsDimension(iFrame.offsetWidth,iFrame.offsetHeight)
      if (iFrameDim.width  0)
               position.x = anchorPos.x + anchorDim.width;
            else if (anchorScreenPos.x - anchorDim.width - iFrameDim.width > 0)
             position.x = anchorPos.x - anchorDim.width;
            else  // default to below
               position.y = anchorPos.y + anchorDim.height;
         &#125;
      &#125;
      
      
      /* Make sure that we don't go passed the right hand border */
      if(position.x+iFrameDim.width>centerDim.width-20)
       position.x=centerDim.width-(iFrameDim.width+20);
        
      // Make sure that we didn't go passed the start
      if(position.x</a></p></p></p></p></p></p></a></p>
			]]></content:encoded>
		</item>
    
		<item>
            <title>Comment #2 by nattles</title>
			<link>http://www.grist.org/article/2009-05-29-oprah-kfc-hypocrisy/</link>
			<pubDate>Sat, 06 Jun 2009 09:10:52 -0700</pubDate>
			<guid isPermaLink="false">http://www.grist.org/article/2009-05-29-oprah-kfc-hypocrisy/2</guid>
			<description><![CDATA[
				<p><p style="margin: 0.0px 0.0px 20.0px 0.0px; line-height: 18.0px; font: 13.0px Arial;">"But by this logic, all of us here in Iowa can begin referring to high fructose corn syrup as a local food as well."  </p><p style="margin: 0.0px 0.0px 20.0px 0.0px; line-height: 18.0px; font: 13.0px Arial;">please, don't give them any ideas.</p></p>
			]]></description>
			<content:encoded><![CDATA[
				<p><p style="margin: 0.0px 0.0px 20.0px 0.0px; line-height: 18.0px; font: 13.0px Arial;">"But by this logic, all of us here in Iowa can begin referring to high fructose corn syrup as a local food as well."  </p><p style="margin: 0.0px 0.0px 20.0px 0.0px; line-height: 18.0px; font: 13.0px Arial;">please, don't give them any ideas.</p></p>
			]]></content:encoded>
		</item>
    
 </channel>
</rss>