
/*
 * -------
 * :ATTRIBUTION NOTICE BEGINS
 *
 * The following JSMsg functions are:
 * 
 *    (C) Copyright 2002 - 2006, Creativyst, Inc.
 *               ALL RIGHTS RESERVED
 * 
 * For more information go to:
 *   http://www.Creativyst.com/Doc/Std/JSMsg/JSMsg.htm
 * or email:
 *            Support@Creativyst.com
 * 
 * Licensed under the Open Software License version 1.1
 *
 * END ATTRIBUTION NOTICE:
 * -------
 *
 * The following version token is 
 * required by aggregators
 * -------
 * JSMsgVersion:1.0a
 * -------
 *
 * Made by: JSMFeed.pl v1.0f
*/
/* JSCpragma:StartCompress
*/
/* These functions are free software; you can redistribute 
 * them and/or modify them under the terms of the Open 
 * Software License (OSL) version 1.1 as published by
 * the Open Source Initiative;
 * 
 * This program is distributed in the hope that it will 
 * be useful, but WITHOUT ANY WARRANTY; without even the 
 * implied warranty of MERCHANTABILITY or FITNESS FOR A 
 * PARTICULAR PURPOSE. See the Open Software License
 * version 1.1 for more details.
 * 
 * For the complete details of the Open Software License
 * please visit the Open Source Initiative website.
 *
 * 
 * These functions are part of a shared convention.
 * called JSMsg.  Please see the JSMsg document
 * for more details.
 *
 * www.creativyst.com/Doc/Std/JSMsg/JSMsg.htm
 *
 * -------------------------------------------
 * Parts of this code were automatically
 * generated and may contain copyrighted
 * content from other sources as well.
 * Such content may not be used without
 * first obtaining explicit permissions
 * from their sources.
 *
 *
*/

function np_JSMsg() {

this.Title = Array([this.ShortListSize]);
this.Desc = Array([this.ShortListSize]);
this.Author = Array([this.ShortListSize]);
this.Link = Array([this.ShortListSize]);
this.Cat = Array([this.ShortListSize]);
this.DateN = Array([this.ShortListSize]);

this.MetaKeys = Array([3]);
this.MetaVals = Array([3]);



 this.ShortListSize = 20;
 this.BeenLoaded = 0;
 this.dispNumb;

 this.Msg = function(msgPart, msgOffset)
 {
    document.write( this.Get(msgPart, msgOffset) );
 }

 this.MsgDay = function(msgPart)
 {
    document.write( this.GetDay(msgPart) );
 }

 this.MsgN = function(msgPart, msgNumber)
 {
    document.write( this.GetN(msgPart, msgNumber) );
 }


 this.Get = function(msgPart, msgOffset)
 {
    if(!msgOffset) {
        msgOffset = 0;
    }
    if(!this.BeenLoaded) {
        this.BeenLoaded = 1;
        dispNumb = 
           this.getRandInt(this.ShortListSize);
    }
    return( this.GetN(msgPart, (dispNumb + msgOffset)) );
 }

 this.GetDay = function(msgPart)
 {
    var d = new Date();
    var x = d.getDate();
    return( this.GetN(msgPart, x) );
 }


 this.GetN = function(msgPart, msgNumber)
 {
    return( this.GetNCore(msgPart, msgNumber) );
 }

 this.GetNCore = function(msgPart, msgNumber)
 {
    var myTmp;

    if(!msgPart) {
        msgPart = "Body";
    }
    if(!msgNumber) {
        msgNumber = 0;
    }

    if(msgNumber >= this.ShortListSize) {
        msgNumber = msgNumber % this.ShortListSize;
    }

    if(  this.ok(msgPart,"Type") ) {
        return(this.Type[msgNumber]);
    }
    if(  this.ok(msgPart,"Title") ) {
        return(this.Title[msgNumber]);
    }
    if(  this.ok(msgPart, "Desc Description Content") ) {
        return(this.Desc[msgNumber]);
    }
    if(  this.ok(msgPart,"Body") ) {
        return(this.Body[msgNumber]);
    }
    if(  this.ok(msgPart, "Attrib Attribute Source") ) {
        return(this.Attrib[msgNumber]);
    }
    if(  this.ok(msgPart, "Author") ) {
        if(!this.Author[msgNumber]) {
            return(this.Attrib[msgNumber]);
        }
        return(this.Author[msgNumber]);
    }

    if(  this.ok(msgPart,"DayN Day2N Day") ) {
        myTmp = this.DateN[msgNumber];
        if(myTmp.length) { 
          myTmp = myTmp.substr(6,2);
          if(  this.ok(msgPart,"Day2N") ) {
            return(myTmp);
          }
          if(myTmp.charAt(0) == "0") {
            return(myTmp.substr(1,1))
          }
          return(myTmp);
        }
    }
    if(  this.ok(msgPart, "MonthN Month2N") ) {
        myTmp = this.DateN[msgNumber];
        if(myTmp.length) {
          myTmp = myTmp.substr(4,2)
          if(  this.ok(msgPart,"Month2N") ) {
            return(myTmp);
          }
          if(myTmp.charAt(0) == "0") {
            return(myTmp.substr(1,1))
          }
          return(myTmp);
        }
    }
    if(  this.ok(msgPart, "Year2N Year4N YearN Year") ) {
        if(this.DateN[msgNumber].length) {
          if(  this.ok(msgPart,"Year2N") ) {
            return(this.DateN[msgNumber].substr(2,2));
          }
          return(this.DateN[msgNumber].substr(0,4));
        }
    }

    if(  this.ok(msgPart,"Time") ) {
      myTmp = this.DateN[msgNumber];
      return(myTmp.substr(8,6));
    }
    if(  this.ok(msgPart,"Hour2N") ) {
      myTmp = this.DateN[msgNumber];
      return(myTmp.substr(8,2));
    }
    if(  this.ok(msgPart,"Minute2N") ) {
      myTmp = this.DateN[msgNumber];
      return(myTmp.substr(10,2));
    }

    if(  this.ok(msgPart,"Link") ) {
        return(this.Link[msgNumber]);
    }
    if( this.ok(msgPart,"LinkTitle") ) {
        if(this.MetaMsg(msgPart,"Link") && this.MetaMsg(msgPart,"Title") ) {
          if( !this.Link[msgNumber] ) {
              return(this.Title[msgNumber]);
          }

          if( !this.Title[msgNumber] ) {
            this.Title[msgNumber] =  this.Link[msgNumber];              
          }
          myTmp = '<A TARGET="_blank" \n'; 
          myTmp = myTmp + 'HREF="' + this.Link[msgNumber] + '">\n';
          myTmp = myTmp + this.Title[msgNumber] + '</A>\n';

          return(myTmp);

        }
        if( this.MetaMsg(msgPart,"Title") ) {
          return(this.Title[msgNumber]);
        }
        if( this.MetaMsg(msgPart,"Link") ) {
          if( this.Link[msgNumber] ) {
            myTmp = "<A TARGET=\"_blank\" \n"; 
            myTmp = myTmp + "HREF=\"" + this.Link[msgNumber] + "\">\n";
            myTmp = myTmp + this.Link[msgNumber] + "</A>\n";
            return(myTmp);
          }
        }
        return("");
    }
    if( this.ok(msgPart,"Cat Category Subject") ) {
        return(this.Cat[msgNumber]);
    }
    if( this.ok(msgPart,"Thumb") ) {
        return(this.Thumb[msgNumber]);
    }
    if( this.ok(msgPart,"Alt") ) {
        return(this.Alt[msgNumber]);
    }

    return("");
 }




 this.getRandInt = function(RandSz)
 {
    var t, t2, t3;

    t = 0;
    while(t < .000001) {
        t = Math.random();
        t = Math.abs(t);
    }
    t2 = t * 1000000;
    t2 = Math.round(t2);
    t3 = t2 % RandSz;
    return(t3);
 }



 this.ok = function(a, b)
 {
    var t, t2;

    if(!this.is(a,b)) {
        return(0);
    }
    return(this.MetaMsg(a));
 }

 this.is = function(a, b)
 {
    var t, t2;

    t = a + " ";
    t2 = b + " ";
    t2 = t2.toUpperCase();
    t = t.toUpperCase();

    if(t2.indexOf(t) == -1) {
        return(0);
    }
    return(1);
 }


 this.MetaMsg = function(msgCmd)
 {
    var i,l;

    if( this.is(msgCmd, "Title LinkTitle Desc Description Author Link LinkTitle Cat Category SubjectDayN Day2N MonthN Month2N Year2N Year4N YearN Year Time Hour2N Minute2N ") ) {
         return(1);

    }
    else if( this.is(msgCmd, "MetaCount") ) {
        return(20);
    }
    else {
        if(this.MetaKeys) {
            l = this.MetaKeys.length;
            for(i = 0;i < l;i++) {
                if(this.MetaKeys[i] == msgCmd) {
                    return(this.MetaVals[i]);
                }
            }
        }
        return(0);
    }
 }

     

}

np = new np_JSMsg();

/* how slow is the with statement */

with( np ) {
/* Meta values
*/
MetaKeys[0] = "MetaTitle";
MetaVals[0] = "NewsBusters.org - Exposing Liberal Media Bias";
MetaKeys[1] = "MetaLink";
MetaVals[1] = "http://newsbusters.org";
MetaKeys[2] = "MetaLinkTitle";
MetaVals[2] = "<A HREF=\"http://newsbusters.org\" CLASS=\"JSMsg\">NewsBusters.org - Exposing Liberal Media Bias</A>";


/* content vaues:
*/
Title[0] = "Devolution: Revised AP Reports on GM Whitewash Trust Problem, Ignore Its Real Cause";
Desc[0] = "<p><img src=\"http://i739.photobucket.com/albums/xx40/mmatters/GovernmentMotors0609.jpg\" align=\"right\" height=\"188\" width=\"189\" alt=\"GovernmentMotors0609\" />\n<p>If your blood pressure can stand it, you can learn a lot about how the Apparatachik Press -- er, the Associated Press -- operates as you watch a news story evolve, or I should say devolve. The wire service often reworks adequately-written stories with no new developments for no apparent reason other than to add bias and/or remove inconvenient truths.</p>\n<p>A classic example of this occurred in the situation involving Barack Obama, Henry Louis Gates, and Cambridge, Massachusetts police in late July (covered at <a href=\"/blogs/tom-blumer/2009/07/25/devolution-ap-waters-down-obama-gates-crowley-headline-opening-paragraph\">NewsBusters</a>; at <a href=\"http://www.bizzyblog.com/2009/07/25/devolution-ap-waters-down-obama-gates-crowley-headline-opening-paragraphs/\">BizzyBlog</a>). AP reporter Nancy Benac&#039;s headline went from &quot;Obama Rushes to Quell Racial Uproar He Helped Fire&quot; on a Friday evening to &quot;Obama Moves to Dampen Uproar on Comment Over Race&quot; on a Saturday morning, even though there  had been no new developments in the story. The later story&#039;s text was heavily revised, totally deleting an accurate opening paragraph about the president being &quot;knocked off stride&quot; and trying to &quot;tamp down the controversy,&quot; leaving readers of that version with the impression that Obama had become the conciliator in the controversy instead of the being its fueler.</p>\n<p>Another AP devolution took place between Thursday afternoon and early this morning. An already pretty weak story that bordered on being a PR piece about a  two-month new vehicle refund offer by Government Motors -- er, General Motors -- only got worse in subsequent revisions.</p>\n<p>For starters, here are the respective headlines and first paragraphs from Thursday afternoon at 3:47 p.m., Thursday evening at 10:27 p.m., and Friday morning at 5:38 a.m., respectively (links are to full versions of articles saved at my host <a href=\"http://www.bizzyblog.com/APonGMrefundProgram091009at347pm.html\">here</a>, <a href=\"http://www.bizzyblog.com/APonGMrefundProgram091009at1027pm.html\">here</a>, and <a href=\"http://www.bizzyblog.com/APonGMrefundProgram091109at538m.html\">here</a>, for fair use and discussion purposes):  </p>\n<p align=\"center\"><img src=\"http://i739.photobucket.com/albums/xx40/mmatters/APstoryDevolvutionGM091009.jpg\" alt=\"APstoryDevolvutionGM091009\" /></p>\n<p>Note how the need &quot;to regain consumers&#039; trust&quot; and to &quot;win them back&quot; disappeared from Emily Fredrix&#039;s initial paragraph. Though the next paragraph in the second and third renditions refers to how GM &quot;aims to win back customers leery of GM since it filed for bankruptcy protection earlier this year,&quot; the word &quot;trust&quot; disappeared entirely. By Version 3, the words in the headline and first paragraph were predominantly positive.</p>\n<p>In Versions 2 and 3, Fredrix did refer to importance of making customers &quot;less reluctant to buy&quot; -- in the second-last paragraph out of 17 in each instance. She saved her last paragraph for a person labeled as coming from &quot;a Web site that follows and is often critical of the auto industry and GM,&quot; who characterized the company&#039;s move as &quot;a Hail Mary pass.&quot; That&#039;s nice, but many if not most readers won&#039;t get that far, and subscribing publications and broadcasting outlets will often leave it on the cutting-room floor.</p>\n<p>No AP report of the three ever tells readers that the federal government now owns the majority of GM. The fact that Versions 2 and 3 manage to mention in their second paragraphs that GM &quot;needs to improve sales so it can repay billions in government loans and stay in business&quot; is in a way helpful. But it also gives the impression, in the absence of an ownership disclosure, that lending represents the full extent of the government&#039;s financial involvement.</p>\n<p>No one who reads any of the three AP reports will learn how much money has been thrown into the company&#039;s bailout by taxpayers and other unwilling parties (<a href=\"http://www.bloomberg.com/apps/news?pid=20601087&amp;sid=aUSIL6EM5ons\">at least $49.9 billion</a>, plus billions more in value obtained through contract law-violating disproportionate treatment of <a href=\"http://www.bizzyblog.com/2009/05/22/here-we-go-again-this-time-govt-is-trying-to-shaft-unsecured-gm-creditors/\">the company&#039;s unsecured bondholders</a>), or that the Congressional Oversight Panel on Wednesday predicted that it is &quot;<a href=\"http://www.detnews.com/article/20090909/AUTO01/909090398/1022/rss10\">highly unlikely</a>&quot; that taxpayers will fully recoup their auto-bailout .... (excuse me, I had to pick myself up off the floor after breaking out in convulsions of laughter) .... &quot;investments.&quot;</p>\n<p>Perhaps readers might excuse AP for not bringing up GM&#039;s baggage in a marketing story. But in a report that is really about a company trying to regain its footing, Fredrix failed to note one of the main reasons -- if not THE main reason -- why GM&#039;s sales have been falling. That reason goes well beyond the products, product quality, or even that GM went through a bankruptcy.</p>\n<p>The fact is that enough consumers to matter have been shunning the company&#039;s vehicles because they opposed its bailout by taxpayers --  either on principle, or out of concerns that a government-owned operation won&#039;t keep its warranty and other promises. Further, the substantial number of people who feel this way aren&#039;t likely to put their opposition aside any time soon.</p>\n<p>I&#039;m not saying this, pollsters Rasmussen and Gallup are:</p>\n<ul>\n<li><a href=\"http://www.rasmussenreports.com/public_content/business/auto_industry/june_2009/just_42_of_gm_owners_likely_to_buy_gm_again\">On June 8</a>, Rasmussen reported that &quot;only 42% of those who currently own a General Motors car are even somewhat likely to buy a GM product for their next car.&quot; It further noted that &quot;just 26% of Americans believe the bailout was a good idea, and nearly as many support a boycott of GM products.&quot;</li>\n<li><a href=\"http://www.rasmussenreports.com/public_content/business/auto_industry/july_2009/46_more_likely_to_buy_ford_cause_it_didn_t_get_a_bailout\">On July 27</a>, Rasmussen told us that &quot;46% of Americans now saying they are more likely to buy a car from Ford because it did not take government money to stay in business.&quot;</li>\n<li>Though it apparently didn&#039;t attempt to dig into the whys, <a href=\"http://www.gallup.com/poll/120842/disapprove-majority-government-ownership.aspx\">a June 9-10 Gallup poll</a> said that &quot;55% of Americans (are) saying they disapprove of the government&#039;s investing $50 billion in General Motors to make the government the majority owner of that automaker.&quot;</li>\n</ul>\n<p>But in AP&#039;s world, GM&#039;s trust issue all but disappeared in the space of 14 hours. How did that happen?</p>\n<p>In early May, AP reporters Kimberly Johnson and Dan Stumpf, in a nice bit of honest reporting, opened <a href=\"http://www.commercialappeal.com/news/2009/may/02/shifting-gears/\">a story about April car sales</a> by telling readers that &quot;Detroit&#039;s Big Three is becoming Ford and the other two.&quot; Since then, the AP reports I have seen have largely glossed over the continuing market share declines at GM and Chrysler. Only the few who dig into the detail such as that found at the Wall Street Journal&#039;s <a href=\"http://online.wsj.com/mdc/public/page/2_3022-autosales.html\">monthly auto sales report</a> know that:</p>\n<ul>\n<li>In August, a month dominated by the Cash for Clunkers program, Toyota sold a whopping 31% more cars than GM.</li>\n<li>Nissan went from trailing Chrysler in total unit sales by 19% in July to beating it by 13% in August.</li>\n<li>GM&#039;s position in the marketplace has deteriorated in the past 12 months by a shocking 22% (19.4% in August 2009 vs. 24.5% in August 2008).</li>\n</ul>\n<p>Tidbits like these and other are virtually absent from AP reports, while the negatives coming out of GM and Chrysler are often minimized or described in vague terms. That now seems to include the monthly missives from Johnson and Strumpf (August example <a href=\"http://hosted.ap.org/dynamic/stories/U/US_AUTO_SALES?SITE=CALAK&amp;SECTION=HOME&amp;TEMPLATE=DEFAULT\">here</a>).</p>\n<p>As long as AP engages the kind of truth avoidance described here, and despite occasional heartening exceptions, including one <a href=\"/blogs/rich-noyes/2009/09/10/ap-pounces-truth-teller-obama-s-oversimplifications-omissions\">cited here on a different topic yesterday</a> by NewsBusters, calling the wire service the Apparatchik Press will be too close to the truth for comfort.</p>\n<p><i>Cross-posted at <a href=\"http://www.bizzyblog.com/2009/09/11/ap-reports-on-gm-refund-program-devolve-avoid-noting-govt-control-and-ignore-real-reason-behind-companys-sales-decline/\">BizzyBlog.com</a>.</i></p>\n";
Author[0] = "Tom Blumer";
Link[0] = "http://newsbusters.org/blogs/tom-blumer/2009/09/11/devolution-revised-ap-reports-gm-whitewash-trust-problem-ignore-real-cau";
Cat[0] = "<item>\n <title>Devolution: Revised AP Reports on GM Whitewash Trust Problem, Ignore Its Real Cause</title>\n <link>http://newsbusters.org/blogs/tom-blumer/2009/09/11/devolution-revised-ap-reports-gm-whitewash-trust-problem-ignore-real-cau</link>\n <description><p><img src=\"http://i739.photobucket.com/albums/xx40/mmatters/GovernmentMotors0609.jpg\" align=\"right\" height=\"188\" width=\"189\" alt=\"GovernmentMotors0609\" />\n<p>If your blood pressure can stand it, you can learn a lot about how the Apparatachik Press -- er, the Associated Press -- operates as you watch a news story evolve, or I should say devolve. The wire service often reworks adequately-written stories with no new developments for no apparent reason other than to add bias and/or remove inconvenient truths.</p>\n<p>A classic example of this occurred in the situation involving Barack Obama, Henry Louis Gates, and Cambridge, Massachusetts police in late July (covered at <a href=\"/blogs/tom-blumer/2009/07/25/devolution-ap-waters-down-obama-gates-crowley-headline-opening-paragraph\">NewsBusters</a>; at <a href=\"http://www.bizzyblog.com/2009/07/25/devolution-ap-waters-down-obama-gates-crowley-headline-opening-paragraphs/\">BizzyBlog</a>). AP reporter Nancy Benac&#039;s headline went from &quot;Obama Rushes to Quell Racial Uproar He Helped Fire&quot; on a Friday evening to &quot;Obama Moves to Dampen Uproar on Comment Over Race&quot; on a Saturday morning, even though there  had been no new developments in the story. The later story&#039;s text was heavily revised, totally deleting an accurate opening paragraph about the president being &quot;knocked off stride&quot; and trying to &quot;tamp down the controversy,&quot; leaving readers of that version with the impression that Obama had become the conciliator in the controversy instead of the being its fueler.</p>\n<p>Another AP devolution took place between Thursday afternoon and early this morning. An already pretty weak story that bordered on being a PR piece about a  two-month new vehicle refund offer by Government Motors -- er, General Motors -- only got worse in subsequent revisions.</p>\n<p>For starters, here are the respective headlines and first paragraphs from Thursday afternoon at 3:47 p.m., Thursday evening at 10:27 p.m., and Friday morning at 5:38 a.m., respectively (links are to full versions of articles saved at my host <a href=\"http://www.bizzyblog.com/APonGMrefundProgram091009at347pm.html\">here</a>, <a href=\"http://www.bizzyblog.com/APonGMrefundProgram091009at1027pm.html\">here</a>, and <a href=\"http://www.bizzyblog.com/APonGMrefundProgram091109at538m.html\">here</a>, for fair use and discussion purposes):  </p>\n<p align=\"center\"><img src=\"http://i739.photobucket.com/albums/xx40/mmatters/APstoryDevolvutionGM091009.jpg\" alt=\"APstoryDevolvutionGM091009\" /></p>\n<p>Note how the need &quot;to regain consumers&#039; trust&quot; and to &quot;win them back&quot; disappeared from Emily Fredrix&#039;s initial paragraph. Though the next paragraph in the second and third renditions refers to how GM &quot;aims to win back customers leery of GM since it filed for bankruptcy protection earlier this year,&quot; the word &quot;trust&quot; disappeared entirely. By Version 3, the words in the headline and first paragraph were predominantly positive.</p>\n<p>In Versions 2 and 3, Fredrix did refer to importance of making customers &quot;less reluctant to buy&quot; -- in the second-last paragraph out of 17 in each instance. She saved her last paragraph for a person labeled as coming from &quot;a Web site that follows and is often critical of the auto industry and GM,&quot; who characterized the company&#039;s move as &quot;a Hail Mary pass.&quot; That&#039;s nice, but many if not most readers won&#039;t get that far, and subscribing publications and broadcasting outlets will often leave it on the cutting-room floor.</p>\n<p>No AP report of the three ever tells readers that the federal government now owns the majority of GM. The fact that Versions 2 and 3 manage to mention in their second paragraphs that GM &quot;needs to improve sales so it can repay billions in government loans and stay in business&quot; is in a way helpful. But it also gives the impression, in the absence of an ownership disclosure, that lending represents the full extent of the government&#039;s financial involvement.</p>\n<p>No one who reads any of the three AP reports will learn how much money has been thrown into the company&#039;s bailout by taxpayers and other unwilling parties (<a href=\"http://www.bloomberg.com/apps/news?pid=20601087&amp;sid=aUSIL6EM5ons\">at least $49.9 billion</a>, plus billions more in value obtained through contract law-violating disproportionate treatment of <a href=\"http://www.bizzyblog.com/2009/05/22/here-we-go-again-this-time-govt-is-trying-to-shaft-unsecured-gm-creditors/\">the company&#039;s unsecured bondholders</a>), or that the Congressional Oversight Panel on Wednesday predicted that it is &quot;<a href=\"http://www.detnews.com/article/20090909/AUTO01/909090398/1022/rss10\">highly unlikely</a>&quot; that taxpayers will fully recoup their auto-bailout .... (excuse me, I had to pick myself up off the floor after breaking out in convulsions of laughter) .... &quot;investments.&quot;</p>\n<p>Perhaps readers might excuse AP for not bringing up GM&#039;s baggage in a marketing story. But in a report that is really about a company trying to regain its footing, Fredrix failed to note one of the main reasons -- if not THE main reason -- why GM&#039;s sales have been falling. That reason goes well beyond the products, product quality, or even that GM went through a bankruptcy.</p>\n<p>The fact is that enough consumers to matter have been shunning the company&#039;s vehicles because they opposed its bailout by taxpayers --  either on principle, or out of concerns that a government-owned operation won&#039;t keep its warranty and other promises. Further, the substantial number of people who feel this way aren&#039;t likely to put their opposition aside any time soon.</p>\n<p>I&#039;m not saying this, pollsters Rasmussen and Gallup are:</p>\n<ul>\n<li><a href=\"http://www.rasmussenreports.com/public_content/business/auto_industry/june_2009/just_42_of_gm_owners_likely_to_buy_gm_again\">On June 8</a>, Rasmussen reported that &quot;only 42% of those who currently own a General Motors car are even somewhat likely to buy a GM product for their next car.&quot; It further noted that &quot;just 26% of Americans believe the bailout was a good idea, and nearly as many support a boycott of GM products.&quot;</li>\n<li><a href=\"http://www.rasmussenreports.com/public_content/business/auto_industry/july_2009/46_more_likely_to_buy_ford_cause_it_didn_t_get_a_bailout\">On July 27</a>, Rasmussen told us that &quot;46% of Americans now saying they are more likely to buy a car from Ford because it did not take government money to stay in business.&quot;</li>\n<li>Though it apparently didn&#039;t attempt to dig into the whys, <a href=\"http://www.gallup.com/poll/120842/disapprove-majority-government-ownership.aspx\">a June 9-10 Gallup poll</a> said that &quot;55% of Americans (are) saying they disapprove of the government&#039;s investing $50 billion in General Motors to make the government the majority owner of that automaker.&quot;</li>\n</ul>\n<p>But in AP&#039;s world, GM&#039;s trust issue all but disappeared in the space of 14 hours. How did that happen?</p>\n<p>In early May, AP reporters Kimberly Johnson and Dan Stumpf, in a nice bit of honest reporting, opened <a href=\"http://www.commercialappeal.com/news/2009/may/02/shifting-gears/\">a story about April car sales</a> by telling readers that &quot;Detroit&#039;s Big Three is becoming Ford and the other two.&quot; Since then, the AP reports I have seen have largely glossed over the continuing market share declines at GM and Chrysler. Only the few who dig into the detail such as that found at the Wall Street Journal&#039;s <a href=\"http://online.wsj.com/mdc/public/page/2_3022-autosales.html\">monthly auto sales report</a> know that:</p>\n<ul>\n<li>In August, a month dominated by the Cash for Clunkers program, Toyota sold a whopping 31% more cars than GM.</li>\n<li>Nissan went from trailing Chrysler in total unit sales by 19% in July to beating it by 13% in August.</li>\n<li>GM&#039;s position in the marketplace has deteriorated in the past 12 months by a shocking 22% (19.4% in August 2009 vs. 24.5% in August 2008).</li>\n</ul>\n<p>Tidbits like these and other are virtually absent from AP reports, while the negatives coming out of GM and Chrysler are often minimized or described in vague terms. That now seems to include the monthly missives from Johnson and Strumpf (August example <a href=\"http://hosted.ap.org/dynamic/stories/U/US_AUTO_SALES?SITE=CALAK&amp;SECTION=HOME&amp;TEMPLATE=DEFAULT\">here</a>).</p>\n<p>As long as AP engages the kind of truth avoidance described here, and despite occasional heartening exceptions, including one <a href=\"/blogs/rich-noyes/2009/09/10/ap-pounces-truth-teller-obama-s-oversimplifications-omissions\">cited here on a different topic yesterday</a> by NewsBusters, calling the wire service the Apparatchik Press will be too close to the truth for comfort.</p>\n<p><i>Cross-posted at <a href=\"http://www.bizzyblog.com/2009/09/11/ap-reports-on-gm-refund-program-devolve-avoid-noting-govt-control-and-ignore-real-reason-behind-companys-sales-decline/\">BizzyBlog.com</a>.</i></p>\n</description>\n <comments>http://newsbusters.org/blogs/tom-blumer/2009/09/11/devolution-revised-ap-reports-gm-whitewash-trust-problem-ignore-real-cau#comments</comments>\n <category domain=\"http://newsbusters.org/issues-events-groups/economy/bailouts\">Bailouts</category>\n <category domain=\"http://newsbusters.org/issues-events-groups/media-bias-debate/bias-omission\">Bias by Omission</category>\n <category domain=\"http://newsbusters.org/issues/economy/business-coverage\">Business Coverage</category>\n <category domain=\"http://newsbusters.org/issues/economy-0\">Economy</category>\n <category domain=\"http://newsbusters.org/issues-events-groups/government-agencies\">Government Agencies</category>\n <category domain=\"http://newsbusters.org/issues/media-bias-debate\">Media Bias Debate</category>\n <category domain=\"http://newsbusters.org/media-topics/wire-services\">Wire Services/Media Companies</category>\n <category domain=\"http://newsbusters.org/media-topics/wire-services/associated-press\">Associated Press</category>\n <pubDate>Fri, 11 Sep 2009 10:30:15 -0400</pubDate>\n <dc:creator>Tom Blumer</dc:creator>\n <guid isPermaLink=\"false\">32696 at http://newsbusters.org</guid>\n";
DateN[0] = "20090911103015";

Title[1] = "AP Continues Trend of Failing to Identify Democrats Embroiled in Scandal";
Desc[1] = "<p><img border=\"0\" vspace=\"10\" align=\"right\" width=\"220\" src=\"http://wwwimage.cbsnews.com/images/2009/03/26/image4895854g.jpg\" hspace=\"10\" height=\"170\" />On a day in which the AP found newsworthiness in scandals involving both Democrats <em>and</em> Republicans, only one party was expressly identified within the articles.  Can you guess which one?</p>\n<p>It is the grand AP tradition known as &#039;Name That Party&#039; - a tradition which includes the following:</p>\n<ul>\n<li>Fraudster <a href=\"/blogs/ken-shepherd/2009/08/25/name-party-alleged-fraudster-was-finance-chair-hillary-clinton-john-ke\">Hassan Nemazee</a>, finance chair for Hillary Clinton and John Kerry.</li>\n<li>Money laundering mayors Peter Cammarano III and <a href=\"/blogs/marie-mazzanti/2009/07/23/two-nj-mayors-arrest-ignored-ap\">Dennis Elwell</a>.</li>\n<li><a href=\"/blogs/warner-todd-huston/2009/06/17/name-party-dem-scandal-no-party-mention-gop-scandal-party-mentio\">John Conyers</a> wife.</li>\n<li>Jesse Jackson Jr. and <a href=\"/blogs/tom-blumer/2009/04/08/un-name-party-ap-scrubs-dem-ids-jj-jr-blago-report-cgo-sun-times\">Rod Blagojevich</a>.</li>\n<li>and of course, <a href=\"/blogs/rusty-weiss/2008/08/07/mayor-ordered-jailed-msm-apparently-doesn-t-know-party-affiliation\">Kwame Kilpatrick</a>.</li>\n</ul>\n<p>That&#039;s just a brief summary of the more recent transgressions committed by the AP.</p>\n<p>In their story covering the taped <a href=\"http://www.google.com/hostednews/ap/article/ALeqM5gogMox_dSaDYvRr9NtuG4xBn0lvAD9AK1OD80\">sex comments</a> of Assemblyman Mike Duvall, the AP has no problem identifying the lawmaker as a Republican.  In fact, they label him as such within the headline:</p>\n<blockquote><p><strong>Calif. GOP lawmaker quits over taped sex comments</strong></p>\n</p></blockquote>\n<p>Yet, when it comes to a story involving the <a href=\"http://www.google.com/hostednews/ap/article/ALeqM5itWVMibvMht_cZI-MbMwLm66QDFgD9AKJQB80\">48-count indictment</a> of two former Pennsylvania judges Michael Conahan and Mark Ciavarella Jr., accused of taking millions of dollars in kickbacks, the word Democrat is nowhere to be found.  This news, it would seem, was not even worthy of a capital &#039;D&#039;.</p>\n<p>While affairs such as Duvall&#039;s are abhorrent and should be condemned, what the judges from Pennsylvania did can be considered far worse - sending kids that never deserved such harsh punishment to detention centers, scarring them for life.</p>\n<p>The Duvall article is so thorough in its party identification, that it not only mentions this in the title, it goes on to sprinkle in such phrases as:</p>\n<ul>\n<li>GOP lawmaker</li>\n<li>Republican state lawmaker</li>\n<li>Conservative groups (twice)</li>\n<li>and &#039;One of five Republicans&#039;</li>\n</ul>\n<p>Oddly enough, the AP also saw fit to identify every other name mentioned within the article with their respective party, including:</p>\n<ul>\n<li>Assembly Speaker Karen Bass, D-Los Angeles</li>\n<li>Assembly Minority Leader Sam Blakeslee, R-San Luis Obispo</li>\n<li>and Senator Joe Simitian, D-Palo Alto</li>\n</ul>\n<p>When it comes to news involving a kids-for-cash scandal on the other hand, the editors at the AP are unable to locate the &#039;D&#039; key.</p>\n<p>This, of course, comes as no surprise to readers of NewsBusters, as the coverage of the kids-for-cash judges, and the AP&#039;s choice to remove their party label has been chronicled by <a href=\"/blogs/tom-blumer/2009/09/10/pa-judges-case-ap-goes-dubious-name-party-record\">Tom Blumer</a> in the past.  </p>\n<p><strong>Photo Credit:  AP Photo via CBSNews.com</strong></p>\n";
Author[1] = "Rusty Weiss";
Link[1] = "http://newsbusters.org/blogs/rusty-weiss/2009/09/11/ap-continues-trend-failing-identify-democrats-embroiled-scandal";
Cat[1] = "\n<item>\n <title>AP Continues Trend of Failing to Identify Democrats Embroiled in Scandal</title>\n <link>http://newsbusters.org/blogs/rusty-weiss/2009/09/11/ap-continues-trend-failing-identify-democrats-embroiled-scandal</link>\n <description><p><img border=\"0\" vspace=\"10\" align=\"right\" width=\"220\" src=\"http://wwwimage.cbsnews.com/images/2009/03/26/image4895854g.jpg\" hspace=\"10\" height=\"170\" />On a day in which the AP found newsworthiness in scandals involving both Democrats <em>and</em> Republicans, only one party was expressly identified within the articles.  Can you guess which one?</p>\n<p>It is the grand AP tradition known as &#039;Name That Party&#039; - a tradition which includes the following:</p>\n<ul>\n<li>Fraudster <a href=\"/blogs/ken-shepherd/2009/08/25/name-party-alleged-fraudster-was-finance-chair-hillary-clinton-john-ke\">Hassan Nemazee</a>, finance chair for Hillary Clinton and John Kerry.</li>\n<li>Money laundering mayors Peter Cammarano III and <a href=\"/blogs/marie-mazzanti/2009/07/23/two-nj-mayors-arrest-ignored-ap\">Dennis Elwell</a>.</li>\n<li><a href=\"/blogs/warner-todd-huston/2009/06/17/name-party-dem-scandal-no-party-mention-gop-scandal-party-mentio\">John Conyers</a> wife.</li>\n<li>Jesse Jackson Jr. and <a href=\"/blogs/tom-blumer/2009/04/08/un-name-party-ap-scrubs-dem-ids-jj-jr-blago-report-cgo-sun-times\">Rod Blagojevich</a>.</li>\n<li>and of course, <a href=\"/blogs/rusty-weiss/2008/08/07/mayor-ordered-jailed-msm-apparently-doesn-t-know-party-affiliation\">Kwame Kilpatrick</a>.</li>\n</ul>\n<p>That&#039;s just a brief summary of the more recent transgressions committed by the AP.</p>\n<p>In their story covering the taped <a href=\"http://www.google.com/hostednews/ap/article/ALeqM5gogMox_dSaDYvRr9NtuG4xBn0lvAD9AK1OD80\">sex comments</a> of Assemblyman Mike Duvall, the AP has no problem identifying the lawmaker as a Republican.  In fact, they label him as such within the headline:</p>\n<blockquote><p><strong>Calif. GOP lawmaker quits over taped sex comments</strong></p>\n</p></blockquote>\n<p>Yet, when it comes to a story involving the <a href=\"http://www.google.com/hostednews/ap/article/ALeqM5itWVMibvMht_cZI-MbMwLm66QDFgD9AKJQB80\">48-count indictment</a> of two former Pennsylvania judges Michael Conahan and Mark Ciavarella Jr., accused of taking millions of dollars in kickbacks, the word Democrat is nowhere to be found.  This news, it would seem, was not even worthy of a capital &#039;D&#039;.</p>\n<p>While affairs such as Duvall&#039;s are abhorrent and should be condemned, what the judges from Pennsylvania did can be considered far worse - sending kids that never deserved such harsh punishment to detention centers, scarring them for life.</p>\n<p>The Duvall article is so thorough in its party identification, that it not only mentions this in the title, it goes on to sprinkle in such phrases as:</p>\n<ul>\n<li>GOP lawmaker</li>\n<li>Republican state lawmaker</li>\n<li>Conservative groups (twice)</li>\n<li>and &#039;One of five Republicans&#039;</li>\n</ul>\n<p>Oddly enough, the AP also saw fit to identify every other name mentioned within the article with their respective party, including:</p>\n<ul>\n<li>Assembly Speaker Karen Bass, D-Los Angeles</li>\n<li>Assembly Minority Leader Sam Blakeslee, R-San Luis Obispo</li>\n<li>and Senator Joe Simitian, D-Palo Alto</li>\n</ul>\n<p>When it comes to news involving a kids-for-cash scandal on the other hand, the editors at the AP are unable to locate the &#039;D&#039; key.</p>\n<p>This, of course, comes as no surprise to readers of NewsBusters, as the coverage of the kids-for-cash judges, and the AP&#039;s choice to remove their party label has been chronicled by <a href=\"/blogs/tom-blumer/2009/09/10/pa-judges-case-ap-goes-dubious-name-party-record\">Tom Blumer</a> in the past.  </p>\n<p><strong>Photo Credit:  AP Photo via CBSNews.com</strong></p>\n</description>\n <comments>http://newsbusters.org/blogs/rusty-weiss/2009/09/11/ap-continues-trend-failing-identify-democrats-embroiled-scandal#comments</comments>\n <category domain=\"http://newsbusters.org/issues/political-groups/conservatives-republicans\">Conservatives &amp; Republicans</category>\n <category domain=\"http://newsbusters.org/issues/media-bias-debate/double-standards\">Double Standards</category>\n <category domain=\"http://newsbusters.org/issues/media-bias-debate/labeling\">Labeling</category>\n <category domain=\"http://newsbusters.org/issues/political-groups/liberals-democrats\">Liberals &amp; Democrats</category>\n <category domain=\"http://newsbusters.org/issues-events-groups/media-bias-debate/name-party\">Name That Party</category>\n <category domain=\"http://newsbusters.org/issues/political-scandals\">Political Scandals</category>\n <category domain=\"http://newsbusters.org/people/hassan-nemanzee\">Hassan Nemanzee</category>\n <category domain=\"http://newsbusters.org/people/political-figures/hillary-clinton\">Hillary Clinton</category>\n <category domain=\"http://newsbusters.org/people/jesse-jackson-jr\">Jesse Jackson Jr.</category>\n <category domain=\"http://newsbusters.org/people/john-kerry\">John Kerry</category>\n <category domain=\"http://newsbusters.org/people/kwame-kilpatrick\">Kwame Kilpatrick</category>\n <category domain=\"http://newsbusters.org/people/mark-ciavarella\">Mark Ciavarella</category>\n <category domain=\"http://newsbusters.org/people/michael-conahan\">Michael Conahan</category>\n <category domain=\"http://newsbusters.org/people/mike-duvall\">Mike Duvall</category>\n <category domain=\"http://newsbusters.org/people/rod-blagojevich\">Rod Blagojevich</category>\n <category domain=\"http://newsbusters.org/media-topics/wire-services/associated-press\">Associated Press</category>\n <pubDate>Fri, 11 Sep 2009 10:29:46 -0400</pubDate>\n <dc:creator>Rusty Weiss</dc:creator>\n <guid isPermaLink=\"false\">32695 at http://newsbusters.org</guid>\n";
DateN[1] = "20090911102946";

Title[2] = "Sarah Palin Tells People to Thank a Veteran on 9/11&#039;s Anniversary";
Desc[2] = "<p><img src=\"/static/2009/09/Sarah%20Palin%20Tells%20People%20to%20Thank%20a%20Veteran%20on%20911%27s%20Anniversary.jpg\" width=\"240\" align=\"right\" />Former Alaska Governor Sarah Palin has some outstanding advice for all Americans on the 8th anniversary of 9/11:</p><blockquote><p><b>Please thank a veteran today.  They certainly do not look for those thanks, but they have more than earned it</b>.</p></blockquote><p>Her entire Facebook <a href=\"http://www.facebook.com/home.php?ref=home#/note.php?note_id=131824083434&amp;ref=nf\" target=\"_blank\">note</a> concerning today&#039;s anniversary follows:</p><blockquote><div class=\"note_header\"><div class=\"note_title_share clearfix\"><div class=\"note_title\"><b>Remembering 9/11: We Are Americans</b></div></div><br /></div> <div class=\"note_content text_align_ltr direction_ltr clearfix\"> <div>It has been eight years since the United States suffered the worst attack on our soil since Pearl Harbor. As we look back, we should take stock of what has transpired since then. We have sent our nation&#039;s soldiers into battlefields far from home to defend us. These brave men and women live in treacherous conditions, facing improvised roadside bombs, suicide bombers and other attacks. Yet they fight on in their mission to defend the United States and all of us without complaint.<br /> <br /> Our all-volunteer service is made up of Americans of all races, creeds, and economic backgrounds. These soldiers are on the front lines of this battle, and there are others in the fight as well. We must continue to give our utmost support to the United States military and those that support their efforts. In light of this, I have added my name to a letter sent to President Obama urging him to remain committed to prosecuting the War on Terror in Afghanistan. Never have so few defended the liberty of so many. We must continue to support their mission because they will continue to fight for us. <br /> <br /> President Reagan ended his first inaugural with this story:<br />  <br /> <i>Under one such marker lies a young man-Martin Treptow-who left his job in a small town barber shop in 1917 to go to France with the famed Rainbow Division. There, on the western front, he was killed trying to carry a message between battalions under heavy artillery fire. We are told that on his body was found a diary. On the flyleaf under the heading, &quot;My Pledge,&quot; he had written these words: &quot;America must win this war. Therefore, I will work, I will save, I will sacrifice, I will endure, I will fight cheerfully and do my utmost, as if the issue of the whole struggle depended on me alone.&quot; The crisis we are facing today does not require of us the kind of sacrifice that Martin Treptow and so many thousands of others were called upon to make. It does require, however, our best effort, and our willingness to believe in ourselves and to believe in our capacity to perform great deeds; to believe that together, with God&#039;s help, we can and will resolve the problems which now confront us. And, after all, why shouldn&#039;t we believe that? We are Americans. God bless you, and thank you.</i><br />  <br /> As we look back to that tragic day eight years ago we take pride in the fact that we came together as a nation in the days, months and years that followed. We rose to the challenge that fateful day and we still can. And why shouldn&#039;t we believe that? We are Americans.<br />  <br /> I thank all our servicemen and women, in and out of uniform, for keeping us safe over the last eight years in the face of enormous odds.<br />  <br /> Please thank a veteran today.  They certainly do not look for those thanks, but they have more than earned it.<br /> <br /> - Sarah Palin</div></div></blockquote><div class=\"note_content text_align_ltr direction_ltr clearfix\"><div>Hear, hear! </div></div>";
Author[2] = "Noel Sheppard";
Link[2] = "http://newsbusters.org/blogs/noel-sheppard/2009/09/11/sarah-palin-tells-people-thank-veteran-9-11s-anniversary";
Cat[2] = "\n<item>\n <title>Sarah Palin Tells People to Thank a Veteran on 9/11&#039;s Anniversary</title>\n <link>http://newsbusters.org/blogs/noel-sheppard/2009/09/11/sarah-palin-tells-people-thank-veteran-9-11s-anniversary</link>\n <description><p><img src=\"/static/2009/09/Sarah%20Palin%20Tells%20People%20to%20Thank%20a%20Veteran%20on%20911%27s%20Anniversary.jpg\" width=\"240\" align=\"right\" />Former Alaska Governor Sarah Palin has some outstanding advice for all Americans on the 8th anniversary of 9/11:</p><blockquote><p><b>Please thank a veteran today.  They certainly do not look for those thanks, but they have more than earned it</b>.</p></blockquote><p>Her entire Facebook <a href=\"http://www.facebook.com/home.php?ref=home#/note.php?note_id=131824083434&amp;ref=nf\" target=\"_blank\">note</a> concerning today&#039;s anniversary follows:</p><blockquote><div class=\"note_header\"><div class=\"note_title_share clearfix\"><div class=\"note_title\"><b>Remembering 9/11: We Are Americans</b></div></div><br /></div> <div class=\"note_content text_align_ltr direction_ltr clearfix\"> <div>It has been eight years since the United States suffered the worst attack on our soil since Pearl Harbor. As we look back, we should take stock of what has transpired since then. We have sent our nation&#039;s soldiers into battlefields far from home to defend us. These brave men and women live in treacherous conditions, facing improvised roadside bombs, suicide bombers and other attacks. Yet they fight on in their mission to defend the United States and all of us without complaint.<br /> <br /> Our all-volunteer service is made up of Americans of all races, creeds, and economic backgrounds. These soldiers are on the front lines of this battle, and there are others in the fight as well. We must continue to give our utmost support to the United States military and those that support their efforts. In light of this, I have added my name to a letter sent to President Obama urging him to remain committed to prosecuting the War on Terror in Afghanistan. Never have so few defended the liberty of so many. We must continue to support their mission because they will continue to fight for us. <br /> <br /> President Reagan ended his first inaugural with this story:<br />  <br /> <i>Under one such marker lies a young man-Martin Treptow-who left his job in a small town barber shop in 1917 to go to France with the famed Rainbow Division. There, on the western front, he was killed trying to carry a message between battalions under heavy artillery fire. We are told that on his body was found a diary. On the flyleaf under the heading, &quot;My Pledge,&quot; he had written these words: &quot;America must win this war. Therefore, I will work, I will save, I will sacrifice, I will endure, I will fight cheerfully and do my utmost, as if the issue of the whole struggle depended on me alone.&quot; The crisis we are facing today does not require of us the kind of sacrifice that Martin Treptow and so many thousands of others were called upon to make. It does require, however, our best effort, and our willingness to believe in ourselves and to believe in our capacity to perform great deeds; to believe that together, with God&#039;s help, we can and will resolve the problems which now confront us. And, after all, why shouldn&#039;t we believe that? We are Americans. God bless you, and thank you.</i><br />  <br /> As we look back to that tragic day eight years ago we take pride in the fact that we came together as a nation in the days, months and years that followed. We rose to the challenge that fateful day and we still can. And why shouldn&#039;t we believe that? We are Americans.<br />  <br /> I thank all our servicemen and women, in and out of uniform, for keeping us safe over the last eight years in the face of enormous odds.<br />  <br /> Please thank a veteran today.  They certainly do not look for those thanks, but they have more than earned it.<br /> <br /> - Sarah Palin</div></div></blockquote><div class=\"note_content text_align_ltr direction_ltr clearfix\"><div>Hear, hear! </div></div></description>\n <comments>http://newsbusters.org/blogs/noel-sheppard/2009/09/11/sarah-palin-tells-people-thank-veteran-9-11s-anniversary#comments</comments>\n <category domain=\"http://newsbusters.org/people/sarah-palin\">Sarah Palin</category>\n <pubDate>Fri, 11 Sep 2009 10:17:38 -0400</pubDate>\n <dc:creator>Noel Sheppard</dc:creator>\n <guid isPermaLink=\"false\">32694 at http://newsbusters.org</guid>\n";
DateN[2] = "20090911101738";

Title[3] = "Open Thread";
Desc[3] = "<p>For general discussion and debate. Possible talking point: what does the 8th anniversary of 9/11 mean to you and the nation?</p>\n";
Author[3] = "NB Staff";
Link[3] = "http://newsbusters.org/blogs/nb-staff/2009/09/11/open-thread";
Cat[3] = "\n<item>\n <title>Open Thread</title>\n <link>http://newsbusters.org/blogs/nb-staff/2009/09/11/open-thread</link>\n <description><p>For general discussion and debate. Possible talking point: what does the 8th anniversary of 9/11 mean to you and the nation?</p>\n</description>\n <comments>http://newsbusters.org/blogs/nb-staff/2009/09/11/open-thread#comments</comments>\n <category domain=\"http://newsbusters.org/other-topics/open-thread\">Open Thread</category>\n <pubDate>Fri, 11 Sep 2009 09:44:01 -0400</pubDate>\n <dc:creator>NB Staff</dc:creator>\n <guid isPermaLink=\"false\">32693 at http://newsbusters.org</guid>\n";
DateN[3] = "20090911094401";

Title[4] = "Tapper: Wilson Took To Conservative Media Limelight &#039;Like Moth To A Flame&#039;";
Desc[4] = "<p><object align=\"right\" width=\"250\" height=\"202\"><param name=\"movie\" value=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UeukU&c1=0xACACAC&c2=0x373737&a=0\" /><param name=\"allowFullScreen\" value=\"true\" /><embed src=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UeukU&c1=0xACACAC&c2=0x373737&a=0&sm=1\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" align=\"right\" width=\"250\" height=\"202\" /></object>Jake Tapper has distinguished himself within the White House press corps as someone consistently willing to pose probing questions to the president and his aides.  But on today&#039;s Good Morning America, ABC&#039;s chief White House correspondent used a particularly unflattering metaphor for Rep. Joe Wilson and his decision to go on Fox News to defend himself.  As a clip of Rep. Wilson on last night&#039;s Sean Hannity show rolled  . . . </p><blockquote>JAKE TAPPER:  Although Wilson apologized to the White House for his lack of civility, <b>he quickly took to the limelight of conservative media like a moth to a flame.</b><!--break--></blockquote>Just an hour before Wilson went on with Hannity, Olbermann devoted an entire <a href=\"http://rawstory.com/08/news/2009/09/11/olbermanns-special-comment-on-joe-you-lie-wilson-youve-embarrased-the-nation/\">Special Comment</a> to denigrating the SC Republican, referring to him as &quot;stupid,&quot; &quot;pathetic,&quot; and likening him to &quot;a drunk&quot; at a ballgame.<br /><br />It&#039;s also been widely <a href=\"http://rawstory.com/blog/2009/09/opponent-of-you-lie-rep-raises-50000-overnight/\">reported </a>that Wilson&#039;s Dem opponent for his House seat has raised hundreds of thousands of dollars in the &quot;you lie!&quot; aftermath.  <br /><br />Surely Tapper can&#039;t believe Wilson should play rope-a-dope with those who would destroy him?";
Author[4] = "Mark Finkelstein";
Link[4] = "http://newsbusters.org/blogs/mark-finkelstein/2009/09/11/tapper-wilson-took-conservative-media-limelight-moth-flame-0";
Cat[4] = "\n<item>\n <title>Tapper: Wilson Took To Conservative Media Limelight &#039;Like Moth To A Flame&#039;</title>\n <link>http://newsbusters.org/blogs/mark-finkelstein/2009/09/11/tapper-wilson-took-conservative-media-limelight-moth-flame-0</link>\n <description><p><object align=\"right\" width=\"250\" height=\"202\"><param name=\"movie\" value=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UeukU&c1=0xACACAC&c2=0x373737&a=0\" /><param name=\"allowFullScreen\" value=\"true\" /><embed src=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UeukU&c1=0xACACAC&c2=0x373737&a=0&sm=1\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" align=\"right\" width=\"250\" height=\"202\" /></object>Jake Tapper has distinguished himself within the White House press corps as someone consistently willing to pose probing questions to the president and his aides.  But on today&#039;s Good Morning America, ABC&#039;s chief White House correspondent used a particularly unflattering metaphor for Rep. Joe Wilson and his decision to go on Fox News to defend himself.  As a clip of Rep. Wilson on last night&#039;s Sean Hannity show rolled  . . . </p><blockquote>JAKE TAPPER:  Although Wilson apologized to the White House for his lack of civility, <b>he quickly took to the limelight of conservative media like a moth to a flame.</b><!--break--></blockquote>Just an hour before Wilson went on with Hannity, Olbermann devoted an entire <a href=\"http://rawstory.com/08/news/2009/09/11/olbermanns-special-comment-on-joe-you-lie-wilson-youve-embarrased-the-nation/\">Special Comment</a> to denigrating the SC Republican, referring to him as &quot;stupid,&quot; &quot;pathetic,&quot; and likening him to &quot;a drunk&quot; at a ballgame.<br /><br />It&#039;s also been widely <a href=\"http://rawstory.com/blog/2009/09/opponent-of-you-lie-rep-raises-50000-overnight/\">reported </a>that Wilson&#039;s Dem opponent for his House seat has raised hundreds of thousands of dollars in the &quot;you lie!&quot; aftermath.  <br /><br />Surely Tapper can&#039;t believe Wilson should play rope-a-dope with those who would destroy him?</description>\n <comments>http://newsbusters.org/blogs/mark-finkelstein/2009/09/11/tapper-wilson-took-conservative-media-limelight-moth-flame-0#comments</comments>\n <category domain=\"http://newsbusters.org/people/television/jake-tapper\">Jake Tapper</category>\n <category domain=\"http://newsbusters.org/people/joe-wilson\">Joe Wilson</category>\n <category domain=\"http://newsbusters.org/people/television/keith-olbermann\">Keith Olbermann</category>\n <category domain=\"http://newsbusters.org/people/television/radio/sean-hannity\">Sean Hannity</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/msnbc/countdown\">Countdown</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/abc\">ABC</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/fnc\">Fox News Channel</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/abc/good-morning-america\">Good Morning America</category>\n <category domain=\"http://newsbusters.org/media-places/hannitys-america\">Hannity&#039;s America</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/msnbc\">MSNBC</category>\n <category domain=\"http://newsbusters.org/other-topics/obama-watch/obamacare\">ObamaCare</category>\n <category domain=\"http://newsbusters.org/other-topics/video\">Video</category>\n <pubDate>Fri, 11 Sep 2009 09:29:26 -0400</pubDate>\n <dc:creator>Mark Finkelstein</dc:creator>\n <guid isPermaLink=\"false\">32692 at http://newsbusters.org</guid>\n";
DateN[4] = "20090911092926";

Title[5] = "David Brooks on PBS: An Echo, Not a Choice";
Desc[5] = "<p><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"/media/2007-01-23-PBS-SOTU-Brooks.jpg\" hspace=\"3\" height=\"180\" />In the first few moments after Barack Obama&#039;s speech to Congress on Wednesday night, PBS anchor Jim Lehrer turned to his allegedly liberal vs. conservative duo of pundits, Mark Shields and David Brooks. Shields said the speech was terrific, the best speech of his presidency. Brooks said....the speech was terrific, the best speech of his presidency. Without a Bob Dole flourish about deficits, a viewer would scarcely know there was any difference in opinion. </p>\n<p>Shields hailed how Obama had put down the &quot;the slanders and libels&quot; about ObamaCare, and the first words out of the mouth of Brooks? &quot;I agree with Mark.&quot; He may not have agreed with the &quot;libels&quot; line, but he never objected to it. He found Obama&#039;s exploitation of Ted Kennedy &quot;moving&quot; and then said the center was Obama&#039;s &quot;natural milieu.&quot; It&#039;s too bad conservatives don&#039;t seem to have a spokesman on the tax-funded network: </p>\n<blockquote><p>LEHRER: Now we have some reaction to what the president said from Mark Shields and David Brooks. Mark? First, your overview. </p>\n<p>SHIELDS: I think it worked. I think it was Barack Obama’s strongest speech that I’ve heard since the campaign, maybe since the Reverend Wright speech. He made the case on every possible ground. He reassured the groups that had to be reassured, those in Medicare in particular, those who have insurance. I thought he laid down the moral challenge, and made the practical argument. </p>\n<p>In a strange way, Jim, what may have helped him the most was when he made the Republicans, of <strong>the slanders and libels that have been raised against the proposals</strong>, and he talked about there would be no bureaucrats, panels to kill off senior citizens, and the Republicans sat on their hands. [They were supposed to applaud being called slanderers?] </p>\n<p>He had to energize Democrats tonight, and I think he energized Democrats. And I think he did make the effort to reach out to Republicans. </p>\n<p>LEHRER: What do you think, David? </p>\n<p>BROOKS: I agree with Mark. I thought it was his best speech as president. I thought, maybe since the campaign. It was very effective in laying out, explaining the idea at the end. <strong>I thought the Teddy Kennedy part was very – moving, very strong</strong>. I thought the little peroration on his governing philosophy was very strong. <strong>It was sort of down the middle – ‘The right believes this, the left believes that, I’m just a pragmatist here in the center.’ I think that’s his natural milieu, natural mode.</strong> I think he expressed it well. There were a few lines that leapt out at me. Promising not to sign anything that will increase the deficit, now or in the future. There’s not a bill out there within hundreds of billions of dollars of that, but it’s a strong promise. He made it very clearly. But overall, I thought, quite outstanding speech. </p>\n</p></blockquote>\n<p>He talked nonsense, but he talked it clearly and brilliantly? </p>\n<p>The Lehrer show once had a terrific and yet mild-mannered conservative in Paul Gigot of the Wall Street Journal editorial page. Before that, they had the oleaginous David Gergen in the &quot;conservative&quot; spot. Brooks is much more Gergenesque. In the absence of Brooks, Lehrer&#039;s producers have used National Review&#039;s Rich Lowry and Ramesh Ponnuru. Either would be much better than the current Mark Shields echo chamber. </p>\n<p>As long as we&#039;re recalling Obama&#039;s brilliance during the presidential campaign, it&#039;s easy to remember Brooks comparing Obama after one fall debate to both <a href=\"/blogs/tim-graham/2008/10/16/david-brooks-obama-redwood-forest-or-sturdy-mountain\">a redwood forest and a mountain</a>.</p>\n<p>Feel free to offer your thoughts to <a href=\"http://www.pbs.org/ombudsman/feedback.html\">PBS ombudsman Michael Getler</a> (with courtesy, please). </p>\n";
Author[5] = "Tim Graham";
Link[5] = "http://newsbusters.org/blogs/tim-graham/2009/09/11/david-brooks-pbs-echo-not-choice";
Cat[5] = "\n<item>\n <title>David Brooks on PBS: An Echo, Not a Choice</title>\n <link>http://newsbusters.org/blogs/tim-graham/2009/09/11/david-brooks-pbs-echo-not-choice</link>\n <description><p><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"/media/2007-01-23-PBS-SOTU-Brooks.jpg\" hspace=\"3\" height=\"180\" />In the first few moments after Barack Obama&#039;s speech to Congress on Wednesday night, PBS anchor Jim Lehrer turned to his allegedly liberal vs. conservative duo of pundits, Mark Shields and David Brooks. Shields said the speech was terrific, the best speech of his presidency. Brooks said....the speech was terrific, the best speech of his presidency. Without a Bob Dole flourish about deficits, a viewer would scarcely know there was any difference in opinion. </p>\n<p>Shields hailed how Obama had put down the &quot;the slanders and libels&quot; about ObamaCare, and the first words out of the mouth of Brooks? &quot;I agree with Mark.&quot; He may not have agreed with the &quot;libels&quot; line, but he never objected to it. He found Obama&#039;s exploitation of Ted Kennedy &quot;moving&quot; and then said the center was Obama&#039;s &quot;natural milieu.&quot; It&#039;s too bad conservatives don&#039;t seem to have a spokesman on the tax-funded network: </p>\n<blockquote><p>LEHRER: Now we have some reaction to what the president said from Mark Shields and David Brooks. Mark? First, your overview. </p>\n<p>SHIELDS: I think it worked. I think it was Barack Obama’s strongest speech that I’ve heard since the campaign, maybe since the Reverend Wright speech. He made the case on every possible ground. He reassured the groups that had to be reassured, those in Medicare in particular, those who have insurance. I thought he laid down the moral challenge, and made the practical argument. </p>\n<p>In a strange way, Jim, what may have helped him the most was when he made the Republicans, of <strong>the slanders and libels that have been raised against the proposals</strong>, and he talked about there would be no bureaucrats, panels to kill off senior citizens, and the Republicans sat on their hands. [They were supposed to applaud being called slanderers?] </p>\n<p>He had to energize Democrats tonight, and I think he energized Democrats. And I think he did make the effort to reach out to Republicans. </p>\n<p>LEHRER: What do you think, David? </p>\n<p>BROOKS: I agree with Mark. I thought it was his best speech as president. I thought, maybe since the campaign. It was very effective in laying out, explaining the idea at the end. <strong>I thought the Teddy Kennedy part was very – moving, very strong</strong>. I thought the little peroration on his governing philosophy was very strong. <strong>It was sort of down the middle – ‘The right believes this, the left believes that, I’m just a pragmatist here in the center.’ I think that’s his natural milieu, natural mode.</strong> I think he expressed it well. There were a few lines that leapt out at me. Promising not to sign anything that will increase the deficit, now or in the future. There’s not a bill out there within hundreds of billions of dollars of that, but it’s a strong promise. He made it very clearly. But overall, I thought, quite outstanding speech. </p>\n</p></blockquote>\n<p>He talked nonsense, but he talked it clearly and brilliantly? </p>\n<p>The Lehrer show once had a terrific and yet mild-mannered conservative in Paul Gigot of the Wall Street Journal editorial page. Before that, they had the oleaginous David Gergen in the &quot;conservative&quot; spot. Brooks is much more Gergenesque. In the absence of Brooks, Lehrer&#039;s producers have used National Review&#039;s Rich Lowry and Ramesh Ponnuru. Either would be much better than the current Mark Shields echo chamber. </p>\n<p>As long as we&#039;re recalling Obama&#039;s brilliance during the presidential campaign, it&#039;s easy to remember Brooks comparing Obama after one fall debate to both <a href=\"/blogs/tim-graham/2008/10/16/david-brooks-obama-redwood-forest-or-sturdy-mountain\">a redwood forest and a mountain</a>.</p>\n<p>Feel free to offer your thoughts to <a href=\"http://www.pbs.org/ombudsman/feedback.html\">PBS ombudsman Michael Getler</a> (with courtesy, please). </p>\n</description>\n <comments>http://newsbusters.org/blogs/tim-graham/2009/09/11/david-brooks-pbs-echo-not-choice#comments</comments>\n <category domain=\"http://newsbusters.org/people/david-brooks\">David Brooks</category>\n <category domain=\"http://newsbusters.org/people/mark-shields\">Mark Shields</category>\n <category domain=\"http://newsbusters.org/media-places/news-hour\">News Hour</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/pbs\">PBS</category>\n <pubDate>Fri, 11 Sep 2009 07:58:19 -0400</pubDate>\n <dc:creator>Tim Graham</dc:creator>\n <guid isPermaLink=\"false\">32689 at http://newsbusters.org</guid>\n";
DateN[5] = "20090911075819";

Title[6] = "CBS Finds Less Govt Regulation Means Fewer Traffic Accidents in Dutch Town";
Desc[6] = "<p><img border=\"0\" align=\"right\" width=\"240\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-05-CBS-EN-Phi.jpg\" height=\"180\" />On Saturday’s CBS Evening News, correspondent Mark Phillips filed a report that lends credibility to the conservative or libertarian theory that too much regulation can be counterproductive and even lead to results opposite to those intended, as he highlighted a town in the Netherlands that took the seemingly radical step of removing all its traffic lights and road signs. Rather than resulting in more dangerous roads, the number of traffic accidents dropped substantially, presumably because road users – which even includes many bicyclists and pedestrians – were forced to think for themselves to navigate the intersections in the absence of rules set by the government.</p>\n<p>Anchor Jeff Glor introduced the report: &quot;Can you imagine having no traffic lights or signs or any other way of keeping cars and people apart? The results would be dangerous chaos, right? Well, Mark Phillips tells us what happened when one town in Holland tried.&quot;</p>\n<p>Phillips began his report by recounting the story of the busiest intersection in Drachten, in the Netherlands, where – despite the presence of many bicyclists and pedestrians – the removal of traffic lights resulted in a reduction in accidents:</p>\n<blockquote><p>The normal civic response here and elsewhere has been to put in more traffic lights, divide the roadway into lanes, control things. But the response in Drachten has been the opposite. They took the controls away, and a funny thing happened. The accident rate around this intersection went down – way down – from more than eight a year to fewer than two.</p>\n</p></blockquote>\n<p>After describing the &quot;Shared Space&quot; theory of urban planning, Phillips clarified that the approach relies on individual responsibility: &quot;The idea is that this takes responsibility away from the traffic engineers and puts it on the individual.&quot;</p>\n<p>Now, if only CBS would realize that a similar principle of encouraging individuals to think for themselves would also work better on issues like saving for retirement or choosing a school for one’s children.</p>\n<p>Below is a complete transcript of the report from the Saturday, September 5, CBS Evening News: </p>\n<blockquote><p><img border=\"0\" align=\"right\" width=\"240\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-05-CBS-EN-Glo.jpg\" height=\"180\" />JEFF GLOR: <b>Can you imagine having no traffic lights or signs or any other way of keeping cars and people apart? The results would be dangerous chaos, right? Well, Mark Phillips tells us what happened when one town in Holland tried.</b></p>\n<p>MARK PHILLIPS: They&#039;ve got a lot of faith in human nature in the small Dutch down of Drachten. <b>Its main intersection is a busy place where cars and trucks compete with people on bicycles and others on foot. The normal civic response here and elsewhere has been to put in more traffic lights, divide the roadway into lanes, control things. But the response in Drachten has been the opposite. They took the controls away, and a funny thing happened. The accident rate around this intersection went down – way down – from more than eight a year to fewer than two.</b></p>\n<p>NIESKE KETELAAR, CITY COUNSELOR OF DRACHTEN, THE NETHERLANDS: We wanted to appeal to social behavior, people&#039;s own behavior and responsibility.</p>\n<p>PHILLIPS: The city council here decided to implement a new philosophy in urban planning called &quot;Shared Space.&quot; Left to their own devices, the thinking goes, people use their own devices.</p>\n<p>KETELAAR: A little bit of chaos helps people to think for themselves, be alert and react on the situation.</p>\n<p>PHILLIPS: Not far away, in the village of Makkinga, the sign you see as you approach town is the last sign you&#039;ll see. All traffic signals and notices have been removed. Everyone – from school kids to truck drivers – is on their own.</p>\n<p>MARLIES BOUMA, TEACHER: You see the children looking, where can I cross? What&#039;s a good place to cross?</p>\n<p>PHILLIPS: The whole point of the &quot;Shared Space&quot; idea is that it changes behavior. Drivers no longer look for road signs or traffic lights. They look for people on foot or on bicycles. People on bikes have to watch out for themselves and for those in cars and on foot. And those walking have to watch out for everybody. <b>The idea is that this takes responsibility away from the traffic engineers and puts it on the individual. </b>The idea is catching on in bigger places. There are now &quot;Shared Space&quot; schemes in several countries in Western Europe and some being considered in America.</p>\n<p>BEN HAMILTON-BAILLIE, SHARED SPACE DESIGNER: As soon as you remove the certainty provided by signals and lines and regulation, then the attitude of drivers changes completely. This is one of the paradoxes- </p>\n<p>PHILLIPS: That’s a tough sell, though.</p>\n<p>HAMILTON-BAILLIE: It&#039;s a tough sell. It&#039;s very difficult, and it&#039;s not surprising that people feel uncomfortable with this idea. It takes a while.</p>\n<p>PHILLIPS: <b>But where it&#039;s been tried, the people and the dropping accident statistics say it works. </b>Mark Phillips, CBS News, Drachten, Holland.</p>\n</p></blockquote>\n";
Author[6] = "Brad Wilmouth";
Link[6] = "http://newsbusters.org/blogs/brad-wilmouth/2009/09/11/cbs-finds-less-govt-regulation-means-fewer-traffic-accidents-dutch-town";
Cat[6] = "\n<item>\n <title>CBS Finds Less Govt Regulation Means Fewer Traffic Accidents in Dutch Town</title>\n <link>http://newsbusters.org/blogs/brad-wilmouth/2009/09/11/cbs-finds-less-govt-regulation-means-fewer-traffic-accidents-dutch-town</link>\n <description><p><img border=\"0\" align=\"right\" width=\"240\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-05-CBS-EN-Phi.jpg\" height=\"180\" />On Saturday’s CBS Evening News, correspondent Mark Phillips filed a report that lends credibility to the conservative or libertarian theory that too much regulation can be counterproductive and even lead to results opposite to those intended, as he highlighted a town in the Netherlands that took the seemingly radical step of removing all its traffic lights and road signs. Rather than resulting in more dangerous roads, the number of traffic accidents dropped substantially, presumably because road users – which even includes many bicyclists and pedestrians – were forced to think for themselves to navigate the intersections in the absence of rules set by the government.</p>\n<p>Anchor Jeff Glor introduced the report: &quot;Can you imagine having no traffic lights or signs or any other way of keeping cars and people apart? The results would be dangerous chaos, right? Well, Mark Phillips tells us what happened when one town in Holland tried.&quot;</p>\n<p>Phillips began his report by recounting the story of the busiest intersection in Drachten, in the Netherlands, where – despite the presence of many bicyclists and pedestrians – the removal of traffic lights resulted in a reduction in accidents:</p>\n<blockquote><p>The normal civic response here and elsewhere has been to put in more traffic lights, divide the roadway into lanes, control things. But the response in Drachten has been the opposite. They took the controls away, and a funny thing happened. The accident rate around this intersection went down – way down – from more than eight a year to fewer than two.</p>\n</p></blockquote>\n<p>After describing the &quot;Shared Space&quot; theory of urban planning, Phillips clarified that the approach relies on individual responsibility: &quot;The idea is that this takes responsibility away from the traffic engineers and puts it on the individual.&quot;</p>\n<p>Now, if only CBS would realize that a similar principle of encouraging individuals to think for themselves would also work better on issues like saving for retirement or choosing a school for one’s children.</p>\n<p>Below is a complete transcript of the report from the Saturday, September 5, CBS Evening News: </p>\n<blockquote><p><img border=\"0\" align=\"right\" width=\"240\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-05-CBS-EN-Glo.jpg\" height=\"180\" />JEFF GLOR: <b>Can you imagine having no traffic lights or signs or any other way of keeping cars and people apart? The results would be dangerous chaos, right? Well, Mark Phillips tells us what happened when one town in Holland tried.</b></p>\n<p>MARK PHILLIPS: They&#039;ve got a lot of faith in human nature in the small Dutch down of Drachten. <b>Its main intersection is a busy place where cars and trucks compete with people on bicycles and others on foot. The normal civic response here and elsewhere has been to put in more traffic lights, divide the roadway into lanes, control things. But the response in Drachten has been the opposite. They took the controls away, and a funny thing happened. The accident rate around this intersection went down – way down – from more than eight a year to fewer than two.</b></p>\n<p>NIESKE KETELAAR, CITY COUNSELOR OF DRACHTEN, THE NETHERLANDS: We wanted to appeal to social behavior, people&#039;s own behavior and responsibility.</p>\n<p>PHILLIPS: The city council here decided to implement a new philosophy in urban planning called &quot;Shared Space.&quot; Left to their own devices, the thinking goes, people use their own devices.</p>\n<p>KETELAAR: A little bit of chaos helps people to think for themselves, be alert and react on the situation.</p>\n<p>PHILLIPS: Not far away, in the village of Makkinga, the sign you see as you approach town is the last sign you&#039;ll see. All traffic signals and notices have been removed. Everyone – from school kids to truck drivers – is on their own.</p>\n<p>MARLIES BOUMA, TEACHER: You see the children looking, where can I cross? What&#039;s a good place to cross?</p>\n<p>PHILLIPS: The whole point of the &quot;Shared Space&quot; idea is that it changes behavior. Drivers no longer look for road signs or traffic lights. They look for people on foot or on bicycles. People on bikes have to watch out for themselves and for those in cars and on foot. And those walking have to watch out for everybody. <b>The idea is that this takes responsibility away from the traffic engineers and puts it on the individual. </b>The idea is catching on in bigger places. There are now &quot;Shared Space&quot; schemes in several countries in Western Europe and some being considered in America.</p>\n<p>BEN HAMILTON-BAILLIE, SHARED SPACE DESIGNER: As soon as you remove the certainty provided by signals and lines and regulation, then the attitude of drivers changes completely. This is one of the paradoxes- </p>\n<p>PHILLIPS: That’s a tough sell, though.</p>\n<p>HAMILTON-BAILLIE: It&#039;s a tough sell. It&#039;s very difficult, and it&#039;s not surprising that people feel uncomfortable with this idea. It takes a while.</p>\n<p>PHILLIPS: <b>But where it&#039;s been tried, the people and the dropping accident statistics say it works. </b>Mark Phillips, CBS News, Drachten, Holland.</p>\n</p></blockquote>\n</description>\n <comments>http://newsbusters.org/blogs/brad-wilmouth/2009/09/11/cbs-finds-less-govt-regulation-means-fewer-traffic-accidents-dutch-town#comments</comments>\n <category domain=\"http://newsbusters.org/issues/foreign-policy/europe\">Europe</category>\n <category domain=\"http://newsbusters.org/people/jeff-glor\">Jeff Glor</category>\n <category domain=\"http://newsbusters.org/people/mark-phillips\">Mark Phillips</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/cbs\">CBS</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/cbs/cbs-evening-news\">CBS Evening News</category>\n <pubDate>Fri, 11 Sep 2009 00:26:37 -0400</pubDate>\n <dc:creator>Brad Wilmouth</dc:creator>\n <guid isPermaLink=\"false\">32688 at http://newsbusters.org</guid>\n";
DateN[6] = "20090911002637";

Title[7] = "On Eve of 9/11, AP Focuses on the Victims – Muslims";
Desc[7] = "<p><img src=\"http://www.ettc.net/njarts/examples/Franklin-Flagraising390.jpg\" vspace=\"10\" width=\"180\" align=\"right\" height=\"200\" hspace=\"10\" />With the eight year anniversary of 9/11 mere hours away, <a href=\"http://www.msnbc.msn.com/id/32782444/ns/us_news-911_eight_years_later/\">the Associated Press</a> has written a very moving, very emotional piece, focusing on victims who fear leaving the house on that day, victims who will never view that day as routine, victims who get a sick feeling in their stomach when the anniversary arrives each year - Muslims. \n<p>While nobody is promoting discrimination against any group of people based on the actions of a maniacal few, one has to question if the alleged terror experienced by Muslims on this anniversary warrants a focal point?  On a day in which Americans take time to remember the devastation and the loss of life on 9/11, we are encouraged by the AP to feel sorry for those who might receive strange stares, or may &#039;feel&#039; less safe on this day because they are Muslim.  </p>\n<p>Yet there is little mention of Americans themselves who feel a little less safe on 9/11, because we remember being attacked on that day, we remember watching over 3,000 of our friends and family dying that day, we remember the screams of the heroes on Flight 93, the screams of women and men, mothers and fathers, wives and husbands, who desperately made an attempt to take back a plane scheduled for a suicide mission which surely would have killed many more.  </p>\n<p>A quote from Sarah Sayeed attempts to capture the anxiety of the day as she wonders, ‘should I go anywhere?&#039;  An appropriate question, but perhaps more so for Americans who asked themselves the same question weeks, months, and even years after the tragedy.  There is no attempt to capture the anxiety of those who still give a quick glance up to the sky each time the sound of an airplane fills their ears.</p>\n<p>The elaborate sob story comes on the heels of <a href=\"http://hosted.ap.org/dynamic/stories/U/US_REL_SURVEY_RELIGIOUS_DIFFERENCES?SITE=DCTMS&amp;SECTION=HOME&amp;TEMPLATE=DEFAULT\">another AP article</a> which covers a recent survey indicating that Americans believe Muslims are a significant target for discrimination. The survey, provided by the <a href=\"http://people-press.org/report/542/muslims-widely-seen-as-facing-discrimination\">Pew Research Center</a>, shockingly finds that 58% of Americans, when questioned less than one month prior to the anniversary of the deadliest terrorist attack on U.S. soil, find that Muslims tend to be highly discriminated against.   </p>\n<p>The AP would have you believe that the fear of backlash against Muslims ‘builds each 9/11&#039;.  Yet the Pew Research Center poll indicates that the American view of Islam as a violent religion has actually fluctuated over the last several years, and in fact has declined from 45% to 38% over the last two years.  Meaning, tucked neatly away from the focus of the poll, is the fact that a majority of Americans <i>do not</i> currently view Islam as more likely to incite violence than other major religions - hardly a discriminatory mindset.</p>\n<p>Further breakdown of this survey indicates that younger people especially, believe Muslims face a high level of discrimination, with 73% of those aged 18-29 having this opinion.  That&#039;s 73% of people who were between the age of 10 and 21 years old at the time of the attacks, feel that Muslims are discriminated against.  Of course, this skews the numbers a touch.  From <a href=\"http://www.newsweek.com/id/215044\">a recent Newsweek article</a>, millennial author Neil Howe states that children falling in this age range have taken the horror of 9/11, and transformed it into the fear that <i>&quot;</i><i>strange people with motives we don&#039;t understand could be lurking among us.&quot;</i></p>\n<p>The discrimination against Muslims poll also found that the percentages were skewed by one particular political group with a significantly higher number - 80%.  The group?  Liberal democrats. </p>\n<p>All of this seems a bit odd considering the Pew Research Center conducted <a href=\"http://www.washingtontimes.com/news/2006/mar/22/20060322-114250-4339r/\">a similar poll</a> over three years ago in which it was determined that &#039;Americans view Muslims favorably&#039;.  </p>\n<p>It seems that on a significant date in American history, the AP would rather focus on manufacturing sympathy for Muslims, than reporting on an actual tragedy for Americans.</p>\n<p><b>Photo Credit: 2001 The Record (Bergen County, NJ)/Thomas E. Franklin</b></p>\n";
Author[7] = "Rusty Weiss";
Link[7] = "http://newsbusters.org/blogs/rusty-weiss/2009/09/10/eve-9-11-ap-focuses-victims-muslims";
Cat[7] = "\n<item>\n <title>On Eve of 9/11, AP Focuses on the Victims – Muslims</title>\n <link>http://newsbusters.org/blogs/rusty-weiss/2009/09/10/eve-9-11-ap-focuses-victims-muslims</link>\n <description><p><img src=\"http://www.ettc.net/njarts/examples/Franklin-Flagraising390.jpg\" vspace=\"10\" width=\"180\" align=\"right\" height=\"200\" hspace=\"10\" />With the eight year anniversary of 9/11 mere hours away, <a href=\"http://www.msnbc.msn.com/id/32782444/ns/us_news-911_eight_years_later/\">the Associated Press</a> has written a very moving, very emotional piece, focusing on victims who fear leaving the house on that day, victims who will never view that day as routine, victims who get a sick feeling in their stomach when the anniversary arrives each year - Muslims. \n<p>While nobody is promoting discrimination against any group of people based on the actions of a maniacal few, one has to question if the alleged terror experienced by Muslims on this anniversary warrants a focal point?  On a day in which Americans take time to remember the devastation and the loss of life on 9/11, we are encouraged by the AP to feel sorry for those who might receive strange stares, or may &#039;feel&#039; less safe on this day because they are Muslim.  </p>\n<p>Yet there is little mention of Americans themselves who feel a little less safe on 9/11, because we remember being attacked on that day, we remember watching over 3,000 of our friends and family dying that day, we remember the screams of the heroes on Flight 93, the screams of women and men, mothers and fathers, wives and husbands, who desperately made an attempt to take back a plane scheduled for a suicide mission which surely would have killed many more.  </p>\n<p>A quote from Sarah Sayeed attempts to capture the anxiety of the day as she wonders, ‘should I go anywhere?&#039;  An appropriate question, but perhaps more so for Americans who asked themselves the same question weeks, months, and even years after the tragedy.  There is no attempt to capture the anxiety of those who still give a quick glance up to the sky each time the sound of an airplane fills their ears.</p>\n<p>The elaborate sob story comes on the heels of <a href=\"http://hosted.ap.org/dynamic/stories/U/US_REL_SURVEY_RELIGIOUS_DIFFERENCES?SITE=DCTMS&amp;SECTION=HOME&amp;TEMPLATE=DEFAULT\">another AP article</a> which covers a recent survey indicating that Americans believe Muslims are a significant target for discrimination. The survey, provided by the <a href=\"http://people-press.org/report/542/muslims-widely-seen-as-facing-discrimination\">Pew Research Center</a>, shockingly finds that 58% of Americans, when questioned less than one month prior to the anniversary of the deadliest terrorist attack on U.S. soil, find that Muslims tend to be highly discriminated against.   </p>\n<p>The AP would have you believe that the fear of backlash against Muslims ‘builds each 9/11&#039;.  Yet the Pew Research Center poll indicates that the American view of Islam as a violent religion has actually fluctuated over the last several years, and in fact has declined from 45% to 38% over the last two years.  Meaning, tucked neatly away from the focus of the poll, is the fact that a majority of Americans <i>do not</i> currently view Islam as more likely to incite violence than other major religions - hardly a discriminatory mindset.</p>\n<p>Further breakdown of this survey indicates that younger people especially, believe Muslims face a high level of discrimination, with 73% of those aged 18-29 having this opinion.  That&#039;s 73% of people who were between the age of 10 and 21 years old at the time of the attacks, feel that Muslims are discriminated against.  Of course, this skews the numbers a touch.  From <a href=\"http://www.newsweek.com/id/215044\">a recent Newsweek article</a>, millennial author Neil Howe states that children falling in this age range have taken the horror of 9/11, and transformed it into the fear that <i>&quot;</i><i>strange people with motives we don&#039;t understand could be lurking among us.&quot;</i></p>\n<p>The discrimination against Muslims poll also found that the percentages were skewed by one particular political group with a significantly higher number - 80%.  The group?  Liberal democrats. </p>\n<p>All of this seems a bit odd considering the Pew Research Center conducted <a href=\"http://www.washingtontimes.com/news/2006/mar/22/20060322-114250-4339r/\">a similar poll</a> over three years ago in which it was determined that &#039;Americans view Muslims favorably&#039;.  </p>\n<p>It seems that on a significant date in American history, the AP would rather focus on manufacturing sympathy for Muslims, than reporting on an actual tragedy for Americans.</p>\n<p><b>Photo Credit: 2001 The Record (Bergen County, NJ)/Thomas E. Franklin</b></p>\n</description>\n <comments>http://newsbusters.org/blogs/rusty-weiss/2009/09/10/eve-9-11-ap-focuses-victims-muslims#comments</comments>\n <category domain=\"http://newsbusters.org/issues/events/9-11\">9/11</category>\n <category domain=\"http://newsbusters.org/issues/religion/radical-islam\">Islam</category>\n <category domain=\"http://newsbusters.org/issues/political-groups/liberals-democrats\">Liberals &amp; Democrats</category>\n <category domain=\"http://newsbusters.org/issues/religion/moderate-islam\">Moderate Islam</category>\n <category domain=\"http://newsbusters.org/issues/foreign-policy/military/war-terrorism\">War on Terrorism</category>\n <category domain=\"http://newsbusters.org/media-topics/wire-services/associated-press\">Associated Press</category>\n <category domain=\"http://newsbusters.org/media-topics/magazines/newsweek\">Newsweek</category>\n <pubDate>Thu, 10 Sep 2009 23:20:22 -0400</pubDate>\n <dc:creator>Rusty Weiss</dc:creator>\n <guid isPermaLink=\"false\">32687 at http://newsbusters.org</guid>\n";
DateN[7] = "20090910232022";

Title[8] = "Chicago Suffers Unusually Cold Weather; Chicago Tribune Warns of Global Warming";
Desc[8] = "<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/gwhoax.jpg\" width=\"243\" align=\"right\" height=\"180\" />If...could...would. </p>\n<p>That pretty much sums up the &quot;scientific&quot; analysis in a Chicago Tribune <a href=\"http://www.chicagotribune.com/news/local/chi-illinois-global-warming-10-sep10,0,4857972.story\" target=\"_blank\">story</a> warning of the terrible warming the Windy City will be enduring in the not too distant future. Never mind that Chicago has been experiencing much colder than normal weather this year as your humble correspondent <a href=\"/blogs/p-j-gladnick/2009/06/17/ap-baghdad-bob-global-warming-continues-ignoring-reality\" target=\"_blank\">noted</a> last June when quoting the WGN Weather Center <a href=\"http://weblogs.wgntv.com/chicago-weather/tom-skilling-blog/2009/06/chilly-junes-2009-open-one-for-2.html\" target=\"_blank\">blog</a>: </p>\n<blockquote><p>The cloudy, chilly and rainy open to June here has been the talk of the town. <b>So far this June is running more than 12 degrees cooler than last year, and the clouds, rain and chilly lake winds have been persistent. The average temperature at O&#039;Hare International Airport through Friday has been only 59.5 degrees: nearly 7 degrees below normal and the coldest since records there began 50 years ago.</b></p>\n</p></blockquote>\n<p>However, the weather that is actually occurring in Chicago is completely overlooked in the global warming warning <a href=\"http://www.chicagotribune.com/news/local/chi-illinois-global-warming-10-sep10,0,4857972.story\" target=\"_blank\">story</a> based on sheer speculation by Jim Tankersley: </p>\n<blockquote><p><b>If</b> global warming continues unchecked, Chicago would see a repeat of the killer 1995 heat wave every summer by the middle of the century, an environmental group says in a study released Wednesday. </p>\n</p></blockquote>\n<p>Big if there, Jim. Especially since global warming is hardly continuing unchecked in Chicago. It&#039;s more like global cooling in that city but why toss inconvenient facts in your direction when it interferes with the global warming fairy tale:</p>\n<blockquote><p>The report from the Union of Concerned Scientists also predicts that the city&#039;s air quality <b>would</b> deteriorate <b>if</b> humans do not scale back greenhouse gas emissions dramatically.</p>\n<p> Illinois farmers <b>would</b> suffer from droughts, pests and flooding that would more than outweigh any potential benefits from a longer growing season caused by warmer temperatures. Heat stress in cattle <b>could</b> force the state&#039;s dairy industry to migrate north.</p>\n<p>&quot;Global warming represents an enormous challenge to Illinois&#039; way of life and its residents&#039; livelihoods,&quot; the authors write in conclusion.</p>\n</p></blockquote>\n<p>Ah yes, the far left Union of Concerned Scientists funded by the equally far left <a href=\"http://www.capitalresearch.org/pubs/pdf/x3797262231.pdf\" target=\"_blank\">Tides Foundation</a>. Not much of an agenda there, eh? </p>\n<p>Let us now search in vain for even the slightest hint of what the weather Chicago has been experiencing lately in this article:</p>\n<blockquote><p>More than 50 days a year <b>would</b> top 90 degrees in Chicago by mid-century, the report warns, up from a historical average of 15 per year. The city <b>would</b> average a heat wave per year on par with the city&#039;s 1995 scorcher, which authorities blamed for hundreds of deaths. Once every five years, the city <b>would</b> endure a heat wave similar to Europe&#039;s in 2003, which the authors project would kill more than 1,000 residents.</p>\n<p> By century&#039;s end, the report projects, every Chicago summer <b>would</b> be hotter than 1983, the hottest summer on record for the city. Illinois&#039; climate <b>would</b> resemble East Texas today, the report says. </p>\n</p></blockquote>\n<p>Key word here: &quot;would.&quot; Note the complete lack of reference to the actual weather Chicago is experiencing. </p>\n<p>So give it another try, Jim. And this time you might want to open your window and take note of the weather that is actually occurring in Chicago. Oh, and try to dress warmly when you open that window so you don&#039;t get a chill. </p>\n";
Author[8] = "P.J. Gladnick";
Link[8] = "http://newsbusters.org/blogs/p-j-gladnick/2009/09/10/chicago-suffers-unusually-cold-weather-chicago-tribune-warns-global-wa";
Cat[8] = "\n<item>\n <title>Chicago Suffers Unusually Cold Weather; Chicago Tribune Warns of Global Warming</title>\n <link>http://newsbusters.org/blogs/p-j-gladnick/2009/09/10/chicago-suffers-unusually-cold-weather-chicago-tribune-warns-global-wa</link>\n <description><p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/gwhoax.jpg\" width=\"243\" align=\"right\" height=\"180\" />If...could...would. </p>\n<p>That pretty much sums up the &quot;scientific&quot; analysis in a Chicago Tribune <a href=\"http://www.chicagotribune.com/news/local/chi-illinois-global-warming-10-sep10,0,4857972.story\" target=\"_blank\">story</a> warning of the terrible warming the Windy City will be enduring in the not too distant future. Never mind that Chicago has been experiencing much colder than normal weather this year as your humble correspondent <a href=\"/blogs/p-j-gladnick/2009/06/17/ap-baghdad-bob-global-warming-continues-ignoring-reality\" target=\"_blank\">noted</a> last June when quoting the WGN Weather Center <a href=\"http://weblogs.wgntv.com/chicago-weather/tom-skilling-blog/2009/06/chilly-junes-2009-open-one-for-2.html\" target=\"_blank\">blog</a>: </p>\n<blockquote><p>The cloudy, chilly and rainy open to June here has been the talk of the town. <b>So far this June is running more than 12 degrees cooler than last year, and the clouds, rain and chilly lake winds have been persistent. The average temperature at O&#039;Hare International Airport through Friday has been only 59.5 degrees: nearly 7 degrees below normal and the coldest since records there began 50 years ago.</b></p>\n</p></blockquote>\n<p>However, the weather that is actually occurring in Chicago is completely overlooked in the global warming warning <a href=\"http://www.chicagotribune.com/news/local/chi-illinois-global-warming-10-sep10,0,4857972.story\" target=\"_blank\">story</a> based on sheer speculation by Jim Tankersley: </p>\n<blockquote><p><b>If</b> global warming continues unchecked, Chicago would see a repeat of the killer 1995 heat wave every summer by the middle of the century, an environmental group says in a study released Wednesday. </p>\n</p></blockquote>\n<p>Big if there, Jim. Especially since global warming is hardly continuing unchecked in Chicago. It&#039;s more like global cooling in that city but why toss inconvenient facts in your direction when it interferes with the global warming fairy tale:</p>\n<blockquote><p>The report from the Union of Concerned Scientists also predicts that the city&#039;s air quality <b>would</b> deteriorate <b>if</b> humans do not scale back greenhouse gas emissions dramatically.</p>\n<p> Illinois farmers <b>would</b> suffer from droughts, pests and flooding that would more than outweigh any potential benefits from a longer growing season caused by warmer temperatures. Heat stress in cattle <b>could</b> force the state&#039;s dairy industry to migrate north.</p>\n<p>&quot;Global warming represents an enormous challenge to Illinois&#039; way of life and its residents&#039; livelihoods,&quot; the authors write in conclusion.</p>\n</p></blockquote>\n<p>Ah yes, the far left Union of Concerned Scientists funded by the equally far left <a href=\"http://www.capitalresearch.org/pubs/pdf/x3797262231.pdf\" target=\"_blank\">Tides Foundation</a>. Not much of an agenda there, eh? </p>\n<p>Let us now search in vain for even the slightest hint of what the weather Chicago has been experiencing lately in this article:</p>\n<blockquote><p>More than 50 days a year <b>would</b> top 90 degrees in Chicago by mid-century, the report warns, up from a historical average of 15 per year. The city <b>would</b> average a heat wave per year on par with the city&#039;s 1995 scorcher, which authorities blamed for hundreds of deaths. Once every five years, the city <b>would</b> endure a heat wave similar to Europe&#039;s in 2003, which the authors project would kill more than 1,000 residents.</p>\n<p> By century&#039;s end, the report projects, every Chicago summer <b>would</b> be hotter than 1983, the hottest summer on record for the city. Illinois&#039; climate <b>would</b> resemble East Texas today, the report says. </p>\n</p></blockquote>\n<p>Key word here: &quot;would.&quot; Note the complete lack of reference to the actual weather Chicago is experiencing. </p>\n<p>So give it another try, Jim. And this time you might want to open your window and take note of the weather that is actually occurring in Chicago. Oh, and try to dress warmly when you open that window so you don&#039;t get a chill. </p>\n</description>\n <comments>http://newsbusters.org/blogs/p-j-gladnick/2009/09/10/chicago-suffers-unusually-cold-weather-chicago-tribune-warns-global-wa#comments</comments>\n <category domain=\"http://newsbusters.org/issues/environment/global-warming\">Global Warming</category>\n <category domain=\"http://newsbusters.org/media-topics/major-newspapers/chicago-tribune\">Chicago Tribune</category>\n <pubDate>Thu, 10 Sep 2009 23:06:46 -0400</pubDate>\n <dc:creator>P.J. Gladnick</dc:creator>\n <guid isPermaLink=\"false\">32685 at http://newsbusters.org</guid>\n";
DateN[8] = "20090910230646";

Title[9] = "Flashback 2007: Bloody-Handed Condi Rice Protester Never Painted as &#039;Ugly&#039; or Even Liberal";
Desc[9] = "<p><a href=\"/blogs/brent-baker/2009/09/10/network-echo-chamber-appalled-ugly-shout-heard-round-world	\"><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"/static/2007/10/2007-10-26-NBC-Tday-Pink.jpg\" hspace=\"3\" height=\"180\" />Brent Baker revealed</a> how the network news on Thursday night described Rep. Joe Wilson’s &quot;you lie&quot; comment at President Obama as almost an international incident, a &quot;shout heard ‘round the world&quot; that symbolized the &quot;ugly&quot; tone of anti-Obama sentiment and a sign of disrespect on Capitol Hill.</p>\n<p>It’s probably not shocking to remember that on Wednesday, October 24, 2007, when Code Pink protester Desiree al-Fairooz screamed at Secretary of State Condoleezza Rice that she was a &quot;war criminal&quot; at a hearing of the House Foreign Affairs Committee, none of the networks described it as &quot;ugly,&quot; and NBC painted it as another sign of disarray for Team Bush.</p>\n<p>On the Nightly News, reporter Andrea Mitchell weaved the Code Pink protest into a story on how the State Department was struggling with contractors in maintaining security in Iraq: </p>\n<blockquote><p>ANDREA MITCHELL:Before she even confronted lawmakers today, the secretary of state came face to face with a <a name=\"ORIGHIT_2\" title=\"ORIGHIT_2\"></a><a name=\"HIT_2\" title=\"HIT_2\"></a>protester --</p>\n<p>UNIDENTIFIED WOMAN: War criminal!</p>\n<p>MITCHELL: – on top of scathing criticism, even from her own investigators, of the huge State Department security operation in Iraq.</p>\n<p>CONDOLEEZZA RICE (Secretary of State): The department is being asked to do things in numbers and in size that are well beyond the bounds of we had been asked to do before. </p>\n<p>MITCHELL: An acknowledgement of the disarray, today her top deputy for security, Richard Griffin, resigned abruptly.</p>\n</p></blockquote>\n<p>Mitchell ended the story: &quot;Under fire, Secretary Rice today promised more oversight, cameras to track contractors and better coordination with the military. Andrea Mitchell, NBC News.&quot;</p>\n<p>The tone was aptly captured by the headline in Nexis: &quot;State Department unable to handle war in Iraq.&quot;</p>\n<p>CBS anchor Katie Couric was anchoring from San Diego, and only noted the protest stunt in passing:</p>\n<blockquote><p>On Capitol Hill, Secretary of State Condoleezza Rice was confronted by an anti-war <a name=\"ORIGHIT_4\" title=\"ORIGHIT_4\"></a><a name=\"HIT_4\" title=\"HIT_4\"></a>protester at a hearing of the House Foreign Affairs Committee. The woman shouted &quot;war criminal&quot; before she and several other protesters were dragged away by the police. The secretary was unfazed by the outburst, and testified she expects there will be a Mideast peace conference between Israel and the Palestinians in November or December.</p>\n</p></blockquote>\n<p>ABC mentioned the incident the next morning, as Good Morning America news anchor Chris Cuomo briefly noted: &quot;A close confrontation for Secretary of State Condoleezza Rice on Capitol Hill. A protester with painted hands to symbolize blood managed to get in the secretary&#039;s face, calling her a war criminal. Rice, though, was unfazed and went on to testify about Mideast policy.&quot;</p>\n<p>None of the networks made any attempt to identify the protester as Code Pink or describe her as liberal or leftist or radical. She was merely &quot;anti-war.&quot; </p>\n<p>On Friday morning’s Today, NBC anchor Matt Lauer asked Rice about the incident, but he never described it as &quot;ugly,&quot; but simply as something that may have &quot;frazzled&quot; the Secretary: </p>\n<blockquote><p>LAUER: Let me end on just a different subject. On Wednesday you were set to appear before the House Foreign Relations Committee and a protester walked right up to your face, Madam Secretary, and said--with red paint on her hands and said, quote, &quot;The blood of millions of Iraqis is on your hands.&quot; She was taken out of the room. Not on a policy level, on a personal level, what was your response to that moment? Were you angered? Were you upset? Were you frazzled? How did you respond to it?</p>\n<p>RICE: No. In fact, she was there, she was taken away. Look, I know what I&#039;m doing and I know what this administration has done to liberate millions of people from the tyranny and the grip of Saddam Hussein and to give them a chance for a better, more democratic future.</p>\n</p></blockquote>\n<p>More on that <a href=\"/blogs/tim-graham/2007/10/28/elevating-publicity-stunts-matt-lauer-asks-condi-about-code-pink\">here</a>. </p>\n";
Author[9] = "Tim Graham";
Link[9] = "http://newsbusters.org/blogs/tim-graham/2009/09/10/flashback-2007-bloody-handed-condi-rice-protester-never-painted-ugly-or-";
Cat[9] = "\n<item>\n <title>Flashback 2007: Bloody-Handed Condi Rice Protester Never Painted as &#039;Ugly&#039; or Even Liberal</title>\n <link>http://newsbusters.org/blogs/tim-graham/2009/09/10/flashback-2007-bloody-handed-condi-rice-protester-never-painted-ugly-or-</link>\n <description><p><a href=\"/blogs/brent-baker/2009/09/10/network-echo-chamber-appalled-ugly-shout-heard-round-world	\"><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"/static/2007/10/2007-10-26-NBC-Tday-Pink.jpg\" hspace=\"3\" height=\"180\" />Brent Baker revealed</a> how the network news on Thursday night described Rep. Joe Wilson’s &quot;you lie&quot; comment at President Obama as almost an international incident, a &quot;shout heard ‘round the world&quot; that symbolized the &quot;ugly&quot; tone of anti-Obama sentiment and a sign of disrespect on Capitol Hill.</p>\n<p>It’s probably not shocking to remember that on Wednesday, October 24, 2007, when Code Pink protester Desiree al-Fairooz screamed at Secretary of State Condoleezza Rice that she was a &quot;war criminal&quot; at a hearing of the House Foreign Affairs Committee, none of the networks described it as &quot;ugly,&quot; and NBC painted it as another sign of disarray for Team Bush.</p>\n<p>On the Nightly News, reporter Andrea Mitchell weaved the Code Pink protest into a story on how the State Department was struggling with contractors in maintaining security in Iraq: </p>\n<blockquote><p>ANDREA MITCHELL:Before she even confronted lawmakers today, the secretary of state came face to face with a <a name=\"ORIGHIT_2\" title=\"ORIGHIT_2\"></a><a name=\"HIT_2\" title=\"HIT_2\"></a>protester --</p>\n<p>UNIDENTIFIED WOMAN: War criminal!</p>\n<p>MITCHELL: – on top of scathing criticism, even from her own investigators, of the huge State Department security operation in Iraq.</p>\n<p>CONDOLEEZZA RICE (Secretary of State): The department is being asked to do things in numbers and in size that are well beyond the bounds of we had been asked to do before. </p>\n<p>MITCHELL: An acknowledgement of the disarray, today her top deputy for security, Richard Griffin, resigned abruptly.</p>\n</p></blockquote>\n<p>Mitchell ended the story: &quot;Under fire, Secretary Rice today promised more oversight, cameras to track contractors and better coordination with the military. Andrea Mitchell, NBC News.&quot;</p>\n<p>The tone was aptly captured by the headline in Nexis: &quot;State Department unable to handle war in Iraq.&quot;</p>\n<p>CBS anchor Katie Couric was anchoring from San Diego, and only noted the protest stunt in passing:</p>\n<blockquote><p>On Capitol Hill, Secretary of State Condoleezza Rice was confronted by an anti-war <a name=\"ORIGHIT_4\" title=\"ORIGHIT_4\"></a><a name=\"HIT_4\" title=\"HIT_4\"></a>protester at a hearing of the House Foreign Affairs Committee. The woman shouted &quot;war criminal&quot; before she and several other protesters were dragged away by the police. The secretary was unfazed by the outburst, and testified she expects there will be a Mideast peace conference between Israel and the Palestinians in November or December.</p>\n</p></blockquote>\n<p>ABC mentioned the incident the next morning, as Good Morning America news anchor Chris Cuomo briefly noted: &quot;A close confrontation for Secretary of State Condoleezza Rice on Capitol Hill. A protester with painted hands to symbolize blood managed to get in the secretary&#039;s face, calling her a war criminal. Rice, though, was unfazed and went on to testify about Mideast policy.&quot;</p>\n<p>None of the networks made any attempt to identify the protester as Code Pink or describe her as liberal or leftist or radical. She was merely &quot;anti-war.&quot; </p>\n<p>On Friday morning’s Today, NBC anchor Matt Lauer asked Rice about the incident, but he never described it as &quot;ugly,&quot; but simply as something that may have &quot;frazzled&quot; the Secretary: </p>\n<blockquote><p>LAUER: Let me end on just a different subject. On Wednesday you were set to appear before the House Foreign Relations Committee and a protester walked right up to your face, Madam Secretary, and said--with red paint on her hands and said, quote, &quot;The blood of millions of Iraqis is on your hands.&quot; She was taken out of the room. Not on a policy level, on a personal level, what was your response to that moment? Were you angered? Were you upset? Were you frazzled? How did you respond to it?</p>\n<p>RICE: No. In fact, she was there, she was taken away. Look, I know what I&#039;m doing and I know what this administration has done to liberate millions of people from the tyranny and the grip of Saddam Hussein and to give them a chance for a better, more democratic future.</p>\n</p></blockquote>\n<p>More on that <a href=\"/blogs/tim-graham/2007/10/28/elevating-publicity-stunts-matt-lauer-asks-condi-about-code-pink\">here</a>. </p>\n</description>\n <comments>http://newsbusters.org/blogs/tim-graham/2009/09/10/flashback-2007-bloody-handed-condi-rice-protester-never-painted-ugly-or-#comments</comments>\n <category domain=\"http://newsbusters.org/issues/political-groups/protestors\">Protestors</category>\n <category domain=\"http://newsbusters.org/people/television/andrea-mitchell\">Andrea Mitchell</category>\n <category domain=\"http://newsbusters.org/people/television/chris-cuomo\">Chris Cuomo</category>\n <category domain=\"http://newsbusters.org/people/political-figures/condoleezza-rice\">Condoleezza Rice</category>\n <category domain=\"http://newsbusters.org/people/television/katie-couric\">Katie Couric</category>\n <category domain=\"http://newsbusters.org/people/television/matt-lauer\">Matt Lauer</category>\n <pubDate>Thu, 10 Sep 2009 22:36:39 -0400</pubDate>\n <dc:creator>Tim Graham</dc:creator>\n <guid isPermaLink=\"false\">32684 at http://newsbusters.org</guid>\n";
DateN[9] = "20090910223639";

Title[10] = "The Hill Exposes Rep. Joe Wilson&#039;s &#039;NoDoz&#039; Usage";
Desc[10] = "<p><img src=\"http://www.watcherofweasels.org/wp-content/uploads/2009/09/noDoz-250x190.jpg\" align=\"right\" width=\"250\" height=\"190\" />At first I thought it must be an article from <a href=\"http://www.theonion.com/content/index\" target=\"_blank\">The Onion</a>. Surely <a href=\"http://thehill.com/blogs/blog-briefing-room/news/58257-wilson-regularly-took-caffeine-pills-in-2007\" target=\"_blank\">this</a> couldn&#039;t be a legitimate news story.</p>\n<blockquote><p>Rep. Joe Wilson (R-S.C.), who shouted &quot;you lie!&quot; at President Obama during his Wednesday night address to Congress, admitted to regularly consuming caffeine pills in 2007. </p>\n<p><b>It is unclear if Wilson still takes NoDoz, a brand of pill that contains 200 milligrams of caffeine a pop. By comparison, a seven ounce cup of drip coffee contains 115 to 175 milligrams of caffeine.</b></p></blockquote>\n<p>Sadly this is someone&#039;s idea of news. The above excerpt is the startling revelation that appeared in The Hill&#039;s <a href=\"http://thehill.com/blogs/blog-briefing-room\" target=\"_blank\">Blog Briefing Room</a> under the ominous headline &quot;<i><b>Wilson regularly took caffeine pills in 2007</b></i>&quot;. (h/t <a href=\"http://mypetjawa.mu.nu/archives/198765.php\" target=\"_blank\">The Jawa Report</a>)</p>\n<p>The Hill contributor Jordan Fabian took out the styrofoam knives as he revealed that &quot;a source&quot; spoon fed them this news. </p>\n<blockquote><p>A source told The Hill in 2007 that the congressman ingested the tablets “like candy,&quot; but Wilson insisted he was not addicted despite the fact that he had been taking them since high school.  </p>\n</p></blockquote>\n<p> Sad is an overstatement. </p>\n<p>When searching for others covering &quot;the story&quot; I did see a pretty funny retort from a blog callled <a href=\"http://www.weaselzippers.net/blog/2009/09/obamas-msm-lapdogs-joe-wilson-might-be-addicted-to-nodoz-caffeine-pills.html\" target=\"_blank\">Weasel Zippers</a>.</p>\n<blockquote><p>This is the best they can do, caffeine pills? The man he yelled at has admitted to doing cocaine! </p>\n</p></blockquote>\n<p><i>Terry Trippany is The Watcher at <a href=\"http://www.watcherofweasels.org/\" target=\"_blank\">Watcher of Weasels</a></i> </p>\n";
Author[10] = "Terry Trippany";
Link[10] = "http://newsbusters.org/blogs/terry-trippany/2009/09/10/hill-exposes-rep-joe-wilsons-nodoz-usage";
Cat[10] = "\n<item>\n <title>The Hill Exposes Rep. Joe Wilson&#039;s &#039;NoDoz&#039; Usage</title>\n <link>http://newsbusters.org/blogs/terry-trippany/2009/09/10/hill-exposes-rep-joe-wilsons-nodoz-usage</link>\n <description><p><img src=\"http://www.watcherofweasels.org/wp-content/uploads/2009/09/noDoz-250x190.jpg\" align=\"right\" width=\"250\" height=\"190\" />At first I thought it must be an article from <a href=\"http://www.theonion.com/content/index\" target=\"_blank\">The Onion</a>. Surely <a href=\"http://thehill.com/blogs/blog-briefing-room/news/58257-wilson-regularly-took-caffeine-pills-in-2007\" target=\"_blank\">this</a> couldn&#039;t be a legitimate news story.</p>\n<blockquote><p>Rep. Joe Wilson (R-S.C.), who shouted &quot;you lie!&quot; at President Obama during his Wednesday night address to Congress, admitted to regularly consuming caffeine pills in 2007. </p>\n<p><b>It is unclear if Wilson still takes NoDoz, a brand of pill that contains 200 milligrams of caffeine a pop. By comparison, a seven ounce cup of drip coffee contains 115 to 175 milligrams of caffeine.</b></p></blockquote>\n<p>Sadly this is someone&#039;s idea of news. The above excerpt is the startling revelation that appeared in The Hill&#039;s <a href=\"http://thehill.com/blogs/blog-briefing-room\" target=\"_blank\">Blog Briefing Room</a> under the ominous headline &quot;<i><b>Wilson regularly took caffeine pills in 2007</b></i>&quot;. (h/t <a href=\"http://mypetjawa.mu.nu/archives/198765.php\" target=\"_blank\">The Jawa Report</a>)</p>\n<p>The Hill contributor Jordan Fabian took out the styrofoam knives as he revealed that &quot;a source&quot; spoon fed them this news. </p>\n<blockquote><p>A source told The Hill in 2007 that the congressman ingested the tablets “like candy,&quot; but Wilson insisted he was not addicted despite the fact that he had been taking them since high school.  </p>\n</p></blockquote>\n<p> Sad is an overstatement. </p>\n<p>When searching for others covering &quot;the story&quot; I did see a pretty funny retort from a blog callled <a href=\"http://www.weaselzippers.net/blog/2009/09/obamas-msm-lapdogs-joe-wilson-might-be-addicted-to-nodoz-caffeine-pills.html\" target=\"_blank\">Weasel Zippers</a>.</p>\n<blockquote><p>This is the best they can do, caffeine pills? The man he yelled at has admitted to doing cocaine! </p>\n</p></blockquote>\n<p><i>Terry Trippany is The Watcher at <a href=\"http://www.watcherofweasels.org/\" target=\"_blank\">Watcher of Weasels</a></i> </p>\n</description>\n <comments>http://newsbusters.org/blogs/terry-trippany/2009/09/10/hill-exposes-rep-joe-wilsons-nodoz-usage#comments</comments>\n <category domain=\"http://newsbusters.org/people/undefined\">undefined</category>\n <category domain=\"http://newsbusters.org/media-topics/online-media\">Online Media</category>\n <category domain=\"http://newsbusters.org/media-topics/media-scandals/fake-news\">Fake News</category>\n <category domain=\"http://newsbusters.org/other-topics/obama-watch/obamacare\">ObamaCare</category>\n <pubDate>Thu, 10 Sep 2009 22:16:53 -0400</pubDate>\n <dc:creator>Terry Trippany</dc:creator>\n <guid isPermaLink=\"false\">32683 at http://newsbusters.org</guid>\n";
DateN[10] = "20090910221653";

Title[11] = "Network Echo Chamber: Appalled by Ugly &#039;Shout Heard &#039;Round the World&#039;";
Desc[11] = "<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CBS-EN-shout.jpg\" align=\"right\" />Media minds think alike. ABC: “It was the shout heard &#039;round the world.” CBS: “It was the shout heard &#039;round the world.” NBC, slightly creative: “The outburst heard &#039;round the world” and the “heckle heard &#039;round the world.” Congressman Joe Wilson&#039;s “you lie” shout during President Obama&#039;s Wednesday address to Congress on health care <b>animated the Thursday evening newscasts</b>, though it at least prompted ABC and NBC, but not CBS, to grudgingly take up, briefly, Wilson&#039;s contention illegal immigrants would receive health benefits.</p>\n<p>“As the President spoke last night, there was a stunning moment. As the President tried to refute criticisms of his health care reform, a Republican Congressman from South Carolina yelled out &#039;you lie,&#039;” ABC anchor Charles Gibson announced. On CBS, Katie Couric maintained “Presidents appearing there as respected guests have been interrupted before by boos and hisses, but this was different. A Congressman last night calling a President an outright liar to his face. <b>Just the latest indication of how ugly the debate over reforming health care has gotten.” </b></p>\n<p>Brian Williams teased the NBC Nightly News: “On our broadcast tonight, the speech on health care and the outburst heard &#039;round the world.” In the subsequent story Kelly O&#039;Donnell portrayed “a stunning outburst. South Carolina Congressman Joe Wilson accused the President of lying in a fit of anger that reverberated today.” </p>\n<p>Following O&#039;Donnell, Williams brought aboard former GOP Congressman Joe Scarborough of MSNBC&#039;s Morning Joe <b>to decry Wilson&#039;s outburst as the “perfect ending to a long, ugly summer.” </b>Scarborough asserted that “while the base may love it, while Rush Limbaugh may say, &#039;hey, this is great,&#039;<b> it&#039;s one more example of this Republican Party being seen as a party that lacks temperament.” </b></p>\n<p>However “rude” Wilson was, O&#039;Donnell acknowledged he “reflects a view Republican leaders stood by today. While the President insists health care reform will not cover illegal immigrants, Republicans argue there is a loophole because the House bill fails to require proof of citizenship.”</p>\n<p>In a larger “fact check” piece, ABC&#039;s Jake Tapper also took up Wilson&#039;s claim: “Would the President&#039;s reforms apply to illegal immigrants? The answer is no. House and Senate bills say any new government subsidies to purchase health insurance would only apply to legal citizens.” Tapper noted, however, “the issue is more complicated than that. When illegal immigrants to go emergency rooms, the charges are often paid for my emergency Medicaid, which at least one Democratic bill may expand, though today the White House reiterated the President&#039;s point.” </p>\n<p>From the Thursday night, September 10 newscasts:</p>\n<p>ABC&#039;s World News:<br />\n<blockquote><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-ABC-WNCG-Gibson.jpg\" align=\"right\" />CHARLES GIBSON: As the President spoke last night, there was a stunning moment. As the President tried to refute criticisms of his health care reform, a Republican Congressman from South Carolina yelled out “you lie.” Well, there&#039;s a rough and tumble to Washington politics, but so, too, is there a history of civility and respect, especially for the President of the United States. Or, until recent years, there was. Here&#039;s David Wright.</p>\n<p>DAVID WRIGHT: It was the shout heard &#039;round the world-</p>\n<p>CONGRESSMAN JOE WILSON: You lie!</p>\n<p>WRIGHT: Or at least the nation&#039;s capital. Today the President was magnanimous.... </p></blockquote>\n<p>CBS Evening News:<br />\n<blockquote><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CBS-EN-Couric.jpg\" align=\"right\" />KATIE COURIC: Good evening, everyone. The fallout continues from that extraordinary moment in the United States Congress. Presidents appearing there as respected guests have been interrupted before by boos and hisses, but this was different. A Congressman last night calling a President an outright liar to his face. Just the latest indication of how ugly the debate over reforming health care has gotten. Today brought apologizing and forgiving, but so far, no one&#039;s forgetting. From Capitol Hill, here&#039;s Nancy Cordes.</p>\n<p>PRESIDENT OBAMA: This, too, is false.</p>\n<p>NANCY CORDES: It was the shout heard &#039;round the world.</p>\n<p>OBAMA: The reforms I&#039;m proposing would not apply to those who are here illegally.</p>\n<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CBS-EN-splitscreen.jpg\" align=\"right\" />CONGRESSMAN JOE WILSON: You lie!</p>\n<p>CORDES: Two words, “you lie,” bellowed by 62-year-old Republican Representative Joe Wilson of South Carolina as the President defended his health care plan. <b>Watch Speaker Pelosi behind the President.</p>\n<p>WILSON: You lie!</p>\n<p>CORDES: Visibly startled by what both parties agree was an unprecedented breech of protocol.... </b></p></blockquote>\n<p>NBC Nightly News:<br />\n<blockquote>BRIAN WILLIAMS TEASED: On our broadcast tonight, the speech on health care and the outburst heard &#039;round the world.</p>\n<p>....</p>\n<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-NBC-NN-Williamsoutburst.jpg\" align=\"right\" />Good evening. President Obama set out last night to deliver a sharp and direct speech on health care, one final big push for reform. However, it was a sharp and direct comment from a Republican Congressman in the audience that made a lot of news last night. He apologized to the President today....</p>\n<p>Now, we go back to the heckle heard &#039;round the world. Congressman Joe Wilson was not widely known before last night. He is now. NBC&#039;s Kelly O&#039;Donnell cover the Hill for us and joins us from there tonight. Kelly, good evening.</p>\n<p>KELLY O&#039;DONNELL: Good evening, Brian. I&#039;ve talked to Members of Congress who have been here for decades and they say the kind of disruption we saw last night simply hasn&#039;t happened before. Now the issue that got a five-term Republican so upset actually touched off a wider conversation today about illegal immigrants and health care. It was a stunning outburst. South Carolina Congressman Joe Wilson accused the President of lying in a fit of anger that reverberated today....</p>\n<p>Wilson&#039;s complaint, however rude it was, reflects a view Republican leaders stood by today. While the President insists health care reform will not cover illegal immigrants, Republicans argue there is a loophole because the House bill fails to require proof of citizenship.</p>\n<p>SENATOR JON KYL: So if there is verification of eligibility required, it is quite likely -- indeed I would say probable -- that a lot of people who are not eligible, including illegal immigrants, will end up receiving the benefits of the legislation.</p>\n<p>O&#039;DONNELL: Brian, this is complicated because the bill, as it&#039;s written now is explicit saying illegal immigrants will not get any health care benefits in reform. But Republicans say, they&#039;re concerned about cracks in the system. An example is times when illegal immigrants have managed to get benefits like Medicaid. Now, this has caused such a fuss that tonight Senate Democrats concede there is confusion and the last committee that&#039;s working on legislation says it will try to do more to be specific about requiring proof of citizenship.</p></blockquote>\n";
Author[11] = "Brent Baker";
Link[11] = "http://newsbusters.org/blogs/brent-baker/2009/09/10/network-echo-chamber-appalled-ugly-shout-heard-round-world";
Cat[11] = "\n<item>\n <title>Network Echo Chamber: Appalled by Ugly &#039;Shout Heard &#039;Round the World&#039;</title>\n <link>http://newsbusters.org/blogs/brent-baker/2009/09/10/network-echo-chamber-appalled-ugly-shout-heard-round-world</link>\n <description><p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CBS-EN-shout.jpg\" align=\"right\" />Media minds think alike. ABC: “It was the shout heard &#039;round the world.” CBS: “It was the shout heard &#039;round the world.” NBC, slightly creative: “The outburst heard &#039;round the world” and the “heckle heard &#039;round the world.” Congressman Joe Wilson&#039;s “you lie” shout during President Obama&#039;s Wednesday address to Congress on health care <b>animated the Thursday evening newscasts</b>, though it at least prompted ABC and NBC, but not CBS, to grudgingly take up, briefly, Wilson&#039;s contention illegal immigrants would receive health benefits.</p>\n<p>“As the President spoke last night, there was a stunning moment. As the President tried to refute criticisms of his health care reform, a Republican Congressman from South Carolina yelled out &#039;you lie,&#039;” ABC anchor Charles Gibson announced. On CBS, Katie Couric maintained “Presidents appearing there as respected guests have been interrupted before by boos and hisses, but this was different. A Congressman last night calling a President an outright liar to his face. <b>Just the latest indication of how ugly the debate over reforming health care has gotten.” </b></p>\n<p>Brian Williams teased the NBC Nightly News: “On our broadcast tonight, the speech on health care and the outburst heard &#039;round the world.” In the subsequent story Kelly O&#039;Donnell portrayed “a stunning outburst. South Carolina Congressman Joe Wilson accused the President of lying in a fit of anger that reverberated today.” </p>\n<p>Following O&#039;Donnell, Williams brought aboard former GOP Congressman Joe Scarborough of MSNBC&#039;s Morning Joe <b>to decry Wilson&#039;s outburst as the “perfect ending to a long, ugly summer.” </b>Scarborough asserted that “while the base may love it, while Rush Limbaugh may say, &#039;hey, this is great,&#039;<b> it&#039;s one more example of this Republican Party being seen as a party that lacks temperament.” </b></p>\n<p>However “rude” Wilson was, O&#039;Donnell acknowledged he “reflects a view Republican leaders stood by today. While the President insists health care reform will not cover illegal immigrants, Republicans argue there is a loophole because the House bill fails to require proof of citizenship.”</p>\n<p>In a larger “fact check” piece, ABC&#039;s Jake Tapper also took up Wilson&#039;s claim: “Would the President&#039;s reforms apply to illegal immigrants? The answer is no. House and Senate bills say any new government subsidies to purchase health insurance would only apply to legal citizens.” Tapper noted, however, “the issue is more complicated than that. When illegal immigrants to go emergency rooms, the charges are often paid for my emergency Medicaid, which at least one Democratic bill may expand, though today the White House reiterated the President&#039;s point.” </p>\n<p>From the Thursday night, September 10 newscasts:</p>\n<p>ABC&#039;s World News:<br />\n<blockquote><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-ABC-WNCG-Gibson.jpg\" align=\"right\" />CHARLES GIBSON: As the President spoke last night, there was a stunning moment. As the President tried to refute criticisms of his health care reform, a Republican Congressman from South Carolina yelled out “you lie.” Well, there&#039;s a rough and tumble to Washington politics, but so, too, is there a history of civility and respect, especially for the President of the United States. Or, until recent years, there was. Here&#039;s David Wright.</p>\n<p>DAVID WRIGHT: It was the shout heard &#039;round the world-</p>\n<p>CONGRESSMAN JOE WILSON: You lie!</p>\n<p>WRIGHT: Or at least the nation&#039;s capital. Today the President was magnanimous.... </p></blockquote>\n<p>CBS Evening News:<br />\n<blockquote><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CBS-EN-Couric.jpg\" align=\"right\" />KATIE COURIC: Good evening, everyone. The fallout continues from that extraordinary moment in the United States Congress. Presidents appearing there as respected guests have been interrupted before by boos and hisses, but this was different. A Congressman last night calling a President an outright liar to his face. Just the latest indication of how ugly the debate over reforming health care has gotten. Today brought apologizing and forgiving, but so far, no one&#039;s forgetting. From Capitol Hill, here&#039;s Nancy Cordes.</p>\n<p>PRESIDENT OBAMA: This, too, is false.</p>\n<p>NANCY CORDES: It was the shout heard &#039;round the world.</p>\n<p>OBAMA: The reforms I&#039;m proposing would not apply to those who are here illegally.</p>\n<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CBS-EN-splitscreen.jpg\" align=\"right\" />CONGRESSMAN JOE WILSON: You lie!</p>\n<p>CORDES: Two words, “you lie,” bellowed by 62-year-old Republican Representative Joe Wilson of South Carolina as the President defended his health care plan. <b>Watch Speaker Pelosi behind the President.</p>\n<p>WILSON: You lie!</p>\n<p>CORDES: Visibly startled by what both parties agree was an unprecedented breech of protocol.... </b></p></blockquote>\n<p>NBC Nightly News:<br />\n<blockquote>BRIAN WILLIAMS TEASED: On our broadcast tonight, the speech on health care and the outburst heard &#039;round the world.</p>\n<p>....</p>\n<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-NBC-NN-Williamsoutburst.jpg\" align=\"right\" />Good evening. President Obama set out last night to deliver a sharp and direct speech on health care, one final big push for reform. However, it was a sharp and direct comment from a Republican Congressman in the audience that made a lot of news last night. He apologized to the President today....</p>\n<p>Now, we go back to the heckle heard &#039;round the world. Congressman Joe Wilson was not widely known before last night. He is now. NBC&#039;s Kelly O&#039;Donnell cover the Hill for us and joins us from there tonight. Kelly, good evening.</p>\n<p>KELLY O&#039;DONNELL: Good evening, Brian. I&#039;ve talked to Members of Congress who have been here for decades and they say the kind of disruption we saw last night simply hasn&#039;t happened before. Now the issue that got a five-term Republican so upset actually touched off a wider conversation today about illegal immigrants and health care. It was a stunning outburst. South Carolina Congressman Joe Wilson accused the President of lying in a fit of anger that reverberated today....</p>\n<p>Wilson&#039;s complaint, however rude it was, reflects a view Republican leaders stood by today. While the President insists health care reform will not cover illegal immigrants, Republicans argue there is a loophole because the House bill fails to require proof of citizenship.</p>\n<p>SENATOR JON KYL: So if there is verification of eligibility required, it is quite likely -- indeed I would say probable -- that a lot of people who are not eligible, including illegal immigrants, will end up receiving the benefits of the legislation.</p>\n<p>O&#039;DONNELL: Brian, this is complicated because the bill, as it&#039;s written now is explicit saying illegal immigrants will not get any health care benefits in reform. But Republicans say, they&#039;re concerned about cracks in the system. An example is times when illegal immigrants have managed to get benefits like Medicaid. Now, this has caused such a fuss that tonight Senate Democrats concede there is confusion and the last committee that&#039;s working on legislation says it will try to do more to be specific about requiring proof of citizenship.</p></blockquote>\n</description>\n <comments>http://newsbusters.org/blogs/brent-baker/2009/09/10/network-echo-chamber-appalled-ugly-shout-heard-round-world#comments</comments>\n <category domain=\"http://newsbusters.org/issues/health-care\">Health Care</category>\n <category domain=\"http://newsbusters.org/people/television/brian-williams\">Brian Williams</category>\n <category domain=\"http://newsbusters.org/people/television/charles-gibson\">Charles Gibson</category>\n <category domain=\"http://newsbusters.org/people/television/jake-tapper\">Jake Tapper</category>\n <category domain=\"http://newsbusters.org/people/television/joe-scarborough\">Joe Scarborough</category>\n <category domain=\"http://newsbusters.org/people/joe-wilson\">Joe Wilson</category>\n <category domain=\"http://newsbusters.org/people/television/katie-couric\">Katie Couric</category>\n <category domain=\"http://newsbusters.org/people/television/kelly-odonnell\">Kelly O&#039;Donnell</category>\n <category domain=\"http://newsbusters.org/people/nancy-cordes\">Nancy Cordes</category>\n <category domain=\"http://newsbusters.org/people/radio/rush-limbaugh\">Rush Limbaugh</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/cbs/cbs-evening-news\">CBS Evening News</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/nbc/nbc-nightly-news\">NBC Nightly News</category>\n <category domain=\"http://newsbusters.org/media-places/broadcast-television/abc/world-news\">World News</category>\n <category domain=\"http://newsbusters.org/other-topics/obama-watch\">Obama Watch</category>\n <category domain=\"http://newsbusters.org/other-topics/obama-watch/obamacare\">ObamaCare</category>\n <pubDate>Thu, 10 Sep 2009 21:41:58 -0400</pubDate>\n <dc:creator>Brent Baker</dc:creator>\n <guid isPermaLink=\"false\">32682 at http://newsbusters.org</guid>\n";
DateN[11] = "20090910214158";

Title[12] = "CNN&#039;s Sanchez Goes Soft on Socialist Bernie Sanders, Hints Approval of Stance";
Desc[12] = "<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CNN-NR-Sanchez.jpg\" alt=\"Rick Sanchez, CNN Anchor; &amp; Senator Bernie Sanders | NewsBusters.org\" align=\"right\" height=\"180\" hspace=\"3\" vspace=\"3\" width=\"240\" />CNN’s Rick Sanchez conducted a softball interview of Senator Bernie Sanders on Thursday’s Newsroom, during which the two railed against the influence of the wealthy in politics. Sanchez omitted the large donations Sanders has received from unions while taking other senators to task for receiving corporate money, and seemed to endorse the senator’s push for the public financing of elections.</p>\n<p>The CNN anchor began the segment by lamenting how $375 million has apparently been spent “mostly by the health and insurance industry...to influence this important debate” on health care “reform,” barely mentioning the spending by “those who back the President.” He then introduced Senator Sanders as an “an independent from Vermont who is convinced that politics has become way too corporatized, if not controlled.” Sanchez did not mention how the Vermont Senator self-identifies as “democratic socialist” and has almost consistently supported left-wing causes throughout his political career.</p>\n<p>After the two joked briefly about political donations, Sanchez suggested that the people who are “screaming over death panels, screaming over immigrant labor” (in other words, grassroots conservatives) should be “just as angry, if not more so, about politicians that are getting all this money.” Sanders replied, “Rick, you’re absolutely right, and thank you for speaking about an issue that far too people do talk about. Look, we pay the highest prices in the world for prescription drugs, far higher than any other country. You know why- do you know why? Because the drug companies pour hundreds of millions of dollars into the political process.” The left-wing senator repeated this point about health care.</p>\n<p>Sanchez then read political contribution statistics from <a target=\"_blank\" href=\"http://www.opensecrets.org/index.php\">OpenSecrets.org</a> about three of Sanders’ colleagues- Mitch McConnell, Max Baucus, and Chuck Grassley- two Republicans and a Democrat. He used the website’s grouping of the donations by industry, which, as you might expect, cast the three senators in a bad light on the health care issue.<br />\n<blockquote>SANCHEZ: Let’s go with three people who have been very much involved in this health care debate. I have got Mitch McConnell, Republican; Max Baucus, Democrat; and Chuck Grassley. Let’s look at who- these are the people who are talking about this health care debate, right? Let’s see how much money they have gotten from health care. Let’s start with Mr. Grassley over here, all right? Top five industries- health professionals have given him $222,000; insurance, $184,000; pharmaceuticals, $145,000; lobbyists, $137,000; hospitals, nursing homes- $137,000. Those are the top five people who have given him money [sic]. Let’s go over here to Mr. McConnell. Look at Mr. McConnell- let’s go to the page. Okay again, this is the top five industries- industries that have given him money: securities and investment, $1.16 million; lawyers $918,000. But let’s go down here to health professionals, $713,000. Those are two Republicans.</p>\n<p>Here’s the big brouhaha Democrat on this- not too far off, by the way: securities and investment- top five industries- $842,000; insurance, $552,000; health professionals, $497,000; pharmaceuticals, $507,000. Now, $507,000- that’s a big nut for someone who’s making decisions about how our health care is going to be run to be getting from someone who’s very interested in how it’s going to be run, isn’t it?</p></blockquote>\n<p>The CNN anchor also read the statistics on the industries that gave to Sanders, giving him a more sympathetic portrayal: “I got you here at top five industries, you got $435,000 from retired, $331,000 from Democratic/liberal- I’m not sure what that means. You’ve got $138,000 from lawyers, $78,000 from transportation, and $75,000 from education. You don’t do as well as those other guys do, by the way.” Sanders replied to Sanchez’s figures from Open Secrets that “most of that money came from organizations representing working people, representing consumer interests, representing senior citizens. I happen not to take corporate PAC money.”</p>\n<p>These figures do not tell the whole story however. OpenSecrets.org also has a tab for top individual contributors. Since 1989, <a target=\"_blank\" href=\"http://www.opensecrets.org/politicians/contrib.php?cycle=Career&amp;cid=N00000528&amp;type=I\">Sanders has received hundreds of thousands of dollars</a> from the PACs of liberal unions, including the Teamsters, the UAW, and the NEA, with the lone exception being the American Association for Justice, a trial lawyers group. One might guess Sanchez isn’t too concerned about these political contributions. The anchor didn’t ask a follow-up question to Sanders’ explanation.</p>\n<p>Near the end of the interview, the discussion shifted to a case that was recently argued before the Supreme Court that may repeal many campaign finance laws. After Senator Sanders expressed concern that “if this decision is overturned...you’re just giving over our democracy to the most wealthy and powerful institutions in the world.” Sanchez replied that “it’s interesting because everything I read today seemed to indicate that because this is such a conservative court, they- they will probably rule...for corporations in this case.” The left-wing senator then suggested what his solution to the problem would be, and Sanchez seemed to approve of it.<br />\n<blockquote>SANDERS: Rick, let me just add- you know, people are shaking their heads at home. The answer- and I know many people are not comfortable this- the answer, in my view, has got to be public funding of elections.</p>\n<p>SANCHEZ: I think you make a great point. You know what? I want to pick up [on] that part of the conversation. I’m going to stay on this thing. This show- this show- this little Sanchez show that we’ve got every day from 3 to 4-  this is a very important topic, and we are dedicated to staying on this. I want to get you back-  maybe like a guy like Reich- Robert Reich or someone. We’re going to have a discussion about the possibility of public financing and if that may end up being cheaper for you and me and other Americans. Thank you sir- thanks for coming on. </p></blockquote>\n";
Author[12] = "Matthew Balan";
Link[12] = "http://newsbusters.org/blogs/matthew-balan/2009/09/10/cnns-sanchez-goes-soft-socialist-bernie-sanders-hints-approval-stance";
Cat[12] = "\n<item>\n <title>CNN&#039;s Sanchez Goes Soft on Socialist Bernie Sanders, Hints Approval of Stance</title>\n <link>http://newsbusters.org/blogs/matthew-balan/2009/09/10/cnns-sanchez-goes-soft-socialist-bernie-sanders-hints-approval-stance</link>\n <description><p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-CNN-NR-Sanchez.jpg\" alt=\"Rick Sanchez, CNN Anchor; &amp; Senator Bernie Sanders | NewsBusters.org\" align=\"right\" height=\"180\" hspace=\"3\" vspace=\"3\" width=\"240\" />CNN’s Rick Sanchez conducted a softball interview of Senator Bernie Sanders on Thursday’s Newsroom, during which the two railed against the influence of the wealthy in politics. Sanchez omitted the large donations Sanders has received from unions while taking other senators to task for receiving corporate money, and seemed to endorse the senator’s push for the public financing of elections.</p>\n<p>The CNN anchor began the segment by lamenting how $375 million has apparently been spent “mostly by the health and insurance industry...to influence this important debate” on health care “reform,” barely mentioning the spending by “those who back the President.” He then introduced Senator Sanders as an “an independent from Vermont who is convinced that politics has become way too corporatized, if not controlled.” Sanchez did not mention how the Vermont Senator self-identifies as “democratic socialist” and has almost consistently supported left-wing causes throughout his political career.</p>\n<p>After the two joked briefly about political donations, Sanchez suggested that the people who are “screaming over death panels, screaming over immigrant labor” (in other words, grassroots conservatives) should be “just as angry, if not more so, about politicians that are getting all this money.” Sanders replied, “Rick, you’re absolutely right, and thank you for speaking about an issue that far too people do talk about. Look, we pay the highest prices in the world for prescription drugs, far higher than any other country. You know why- do you know why? Because the drug companies pour hundreds of millions of dollars into the political process.” The left-wing senator repeated this point about health care.</p>\n<p>Sanchez then read political contribution statistics from <a target=\"_blank\" href=\"http://www.opensecrets.org/index.php\">OpenSecrets.org</a> about three of Sanders’ colleagues- Mitch McConnell, Max Baucus, and Chuck Grassley- two Republicans and a Democrat. He used the website’s grouping of the donations by industry, which, as you might expect, cast the three senators in a bad light on the health care issue.<br />\n<blockquote>SANCHEZ: Let’s go with three people who have been very much involved in this health care debate. I have got Mitch McConnell, Republican; Max Baucus, Democrat; and Chuck Grassley. Let’s look at who- these are the people who are talking about this health care debate, right? Let’s see how much money they have gotten from health care. Let’s start with Mr. Grassley over here, all right? Top five industries- health professionals have given him $222,000; insurance, $184,000; pharmaceuticals, $145,000; lobbyists, $137,000; hospitals, nursing homes- $137,000. Those are the top five people who have given him money [sic]. Let’s go over here to Mr. McConnell. Look at Mr. McConnell- let’s go to the page. Okay again, this is the top five industries- industries that have given him money: securities and investment, $1.16 million; lawyers $918,000. But let’s go down here to health professionals, $713,000. Those are two Republicans.</p>\n<p>Here’s the big brouhaha Democrat on this- not too far off, by the way: securities and investment- top five industries- $842,000; insurance, $552,000; health professionals, $497,000; pharmaceuticals, $507,000. Now, $507,000- that’s a big nut for someone who’s making decisions about how our health care is going to be run to be getting from someone who’s very interested in how it’s going to be run, isn’t it?</p></blockquote>\n<p>The CNN anchor also read the statistics on the industries that gave to Sanders, giving him a more sympathetic portrayal: “I got you here at top five industries, you got $435,000 from retired, $331,000 from Democratic/liberal- I’m not sure what that means. You’ve got $138,000 from lawyers, $78,000 from transportation, and $75,000 from education. You don’t do as well as those other guys do, by the way.” Sanders replied to Sanchez’s figures from Open Secrets that “most of that money came from organizations representing working people, representing consumer interests, representing senior citizens. I happen not to take corporate PAC money.”</p>\n<p>These figures do not tell the whole story however. OpenSecrets.org also has a tab for top individual contributors. Since 1989, <a target=\"_blank\" href=\"http://www.opensecrets.org/politicians/contrib.php?cycle=Career&amp;cid=N00000528&amp;type=I\">Sanders has received hundreds of thousands of dollars</a> from the PACs of liberal unions, including the Teamsters, the UAW, and the NEA, with the lone exception being the American Association for Justice, a trial lawyers group. One might guess Sanchez isn’t too concerned about these political contributions. The anchor didn’t ask a follow-up question to Sanders’ explanation.</p>\n<p>Near the end of the interview, the discussion shifted to a case that was recently argued before the Supreme Court that may repeal many campaign finance laws. After Senator Sanders expressed concern that “if this decision is overturned...you’re just giving over our democracy to the most wealthy and powerful institutions in the world.” Sanchez replied that “it’s interesting because everything I read today seemed to indicate that because this is such a conservative court, they- they will probably rule...for corporations in this case.” The left-wing senator then suggested what his solution to the problem would be, and Sanchez seemed to approve of it.<br />\n<blockquote>SANDERS: Rick, let me just add- you know, people are shaking their heads at home. The answer- and I know many people are not comfortable this- the answer, in my view, has got to be public funding of elections.</p>\n<p>SANCHEZ: I think you make a great point. You know what? I want to pick up [on] that part of the conversation. I’m going to stay on this thing. This show- this show- this little Sanchez show that we’ve got every day from 3 to 4-  this is a very important topic, and we are dedicated to staying on this. I want to get you back-  maybe like a guy like Reich- Robert Reich or someone. We’re going to have a discussion about the possibility of public financing and if that may end up being cheaper for you and me and other Americans. Thank you sir- thanks for coming on. </p></blockquote>\n</description>\n <comments>http://newsbusters.org/blogs/matthew-balan/2009/09/10/cnns-sanchez-goes-soft-socialist-bernie-sanders-hints-approval-stance#comments</comments>\n <category domain=\"http://newsbusters.org/issues-events-groups/media-bias-debate/bias-omission\">Bias by Omission</category>\n <category domain=\"http://newsbusters.org/issues/campaigns-elections\">Campaigns &amp; Elections</category>\n <category domain=\"http://newsbusters.org/issues/congress\">Congress</category>\n <category domain=\"http://newsbusters.org/issues/political-groups/conservatives-republicans\">Conservatives &amp; Republicans</category>\n <category domain=\"http://newsbusters.org/issues/media-bias-debate/double-standards\">Double Standards</category>\n <category domain=\"http://newsbusters.org/issues/health-care\">Health Care</category>\n <category domain=\"http://newsbusters.org/issues/media-bias-debate/labeling\">Labeling</category>\n <category domain=\"http://newsbusters.org/issues/political-groups/liberals-democrats\">Liberals &amp; Democrats</category>\n <category domain=\"http://newsbusters.org/people/bernie-sanders\">Bernie Sanders</category>\n <category domain=\"http://newsbusters.org/people/rick-sanchez\">Rick Sanchez</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/cnn\">CNN</category>\n <category domain=\"http://newsbusters.org/media-places/cable-television/cnn/cnn-newsroom\">CNN Newsroom</category>\n <pubDate>Thu, 10 Sep 2009 19:18:59 -0400</pubDate>\n <dc:creator>Matthew Balan</dc:creator>\n <guid isPermaLink=\"false\">32681 at http://newsbusters.org</guid>\n";
DateN[12] = "20090910191859";

Title[13] = "On Hardball: Dems to Turn Joe Wilson into Sheehan-like &#039;Clownish Figure of Ridicule&#039; ";
Desc[13] = "<p><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-MSNBC-Barnicle.jpg\" hspace=\"3\" height=\"179\" />You know Cindy Sheehan&#039;s star has really fallen with the liberal media when the likes of Mike Barnicle, compare her to GOP Congressman Joe &quot;You lie!&quot; Wilson. On Thursday&#039;s &quot;Hardball,&quot; Barnicle, substitute hosting for Chris Matthews, declared, &quot;Democrats hope to turn Wilson into the Cindy Sheehan of the anti-health care reform movement. A clownish figure of ridicule who hurts his own side, more than he helps.&quot; As the MRC&#039;s <a href=\"http://www.mrc.org/biasalert/2009/20090831111745.aspx\">Brent Baker noted</a>, now that she is opposing a Democratic president, the media have turned on Sheehan. </p>\n<p>The following is from Barnicle&#039;s opening to the September 10 edition of &quot;Hardball&quot;:</p>\n<blockquote><p>MIKE BARNICLE: The insult heard ‘round the world! Let&#039;s play &quot;Hardball!&quot; Good evening. I&#039;m Mike Barnicle in for Chris Matthews. Leading off tonight, the gift. When Congressman Joe Wilson shouted, &quot;You lie!&quot; at President Obama last night he gave the Democrats a gift they hope just keeps on giving. Wilson was forced – and that does seem to be the word, forced – to apologize today. And his Washington office has been mobbed mostly by right wing supporters. Democrats hope to turn Wilson into the Cindy Sheehan of the anti-health care reform movement. A clownish figure of ridicule who hurts his own side, more than he helps.</p>\n</p></blockquote>\n";
Author[13] = "Geoffrey Dickens";
Link[13] = "http://newsbusters.org/blogs/geoffrey-dickens/2009/09/10/hardball-dems-turn-joe-wilson-sheehan-clownish-figure-ridicule";
Cat[13] = "\n<item>\n <title>On Hardball: Dems to Turn Joe Wilson into Sheehan-like &#039;Clownish Figure of Ridicule&#039; </title>\n <link>http://newsbusters.org/blogs/geoffrey-dickens/2009/09/10/hardball-dems-turn-joe-wilson-sheehan-clownish-figure-ridicule</link>\n <description><p><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-10-MSNBC-Barnicle.jpg\" hspace=\"3\" height=\"179\" />You know Cindy Sheehan&#039;s star has really fallen with the liberal media when the likes of Mike Barnicle, compare her to GOP Congressman Joe &quot;You lie!&quot; Wilson. On Thursday&#039;s &quot;Hardball,&quot; Barnicle, substitute hosting for Chris Matthews, declared, &quot;Democrats hope to turn Wilson into the Cindy Sheehan of the anti-health care reform movement. A clownish figure of ridicule who hurts his own side, more than he helps.&quot; As the MRC&#039;s <a href=\"http://www.mrc.org/biasalert/2009/20090831111745.aspx\">Brent Baker noted</a>, now that she is opposing a Democratic president, the media have turned on Sheehan. </p>\n<p>The following is from Barnicle&#039;s opening to the September 10 edition of &quot;Hardball&quot;:</p>\n<blockquote><p>MIKE BARNICLE: The insult heard ‘round the world! Let&#039;s play &quot;Hardball!&quot; Good evening. I&#039;m Mike Barnicle in for Chris Matthews. Leading off tonight, the gift. When Congressman Joe Wilson shouted, &quot;You lie!&quot; at President Obama last night he gave the Democrats a gift they hope just keeps on giving. Wilson was forced – and that does seem to be the word, forced – to apologize today. And his Washington office has been mobbed mostly by right wing supporters. Democrats hope to turn Wilson into the Cindy Sheehan of the anti-health care reform movement. A clownish figure of ridicule who hurts his own side, more than he helps.</p>\n</p></blockquote>\n</description>\n <comments>http://newsbusters.org/blogs/geoffrey-dickens/2009/09/10/hardball-dems-turn-joe-wilson-sheehan-clownish-figure-ridicule#comments</comments>\n <category domain=\"http://newsbusters.org/issues/health-care\">Health Care</category>\n <category domain=\"http://newsbusters.org/people/political-figures/barack-obama\">Barack Obama</category>\n <category domain=\"http://newsbusters.org/people/cindy-sheehan\">Cindy Sheehan</category>\n <category domain=\"http://newsbusters.org/people/joe-wilson\">Joe Wilson</category>\n <category domain=\"http://newsbusters.org/people/mike-barnicle\">Mike Barnicle</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/msnbc/hardball\">Hardball</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/msnbc\">MSNBC</category>\n <pubDate>Thu, 10 Sep 2009 18:53:20 -0400</pubDate>\n <dc:creator>Geoffrey Dickens</dc:creator>\n <guid isPermaLink=\"false\">32680 at http://newsbusters.org</guid>\n";
DateN[13] = "20090910185320";

Title[14] = "MSNBC’s David Shuster: GOP ‘All White Males With Short Hair Cuts’";
Desc[14] = "<div style=\"float: right\"><object width=\"240\" height=\"194\"><param name=\"movie\" value=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UaG8z&amp;c1=0xCE4717&amp;c2=0xFF7822&amp;sm=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><embed src=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UaG8z&amp;c1=0xCE4717&amp;c2=0xFF7822&amp;sm=1\" allowfullscreen=\"true\" width=\"240\" height=\"194\"></embed></object></div>During the 4PM ET hour of live coverage on MSNBC Thursday, co-host David Shuster denounced the behavior of Republicans at President Obama’s address to Congress, declaring: <b>“You look at the image of the Republican Party, all white males with short haircuts. They look sort of angry. No women, no minorities, and it looks like they’ve sort of become unhinged.”</b><br /><br />Shuster and co-host Tamron Hall moderated a debate between Democratic strategist Patrick Murphy and Republican strategist Alex Conant, over the impact of Republican Congressman Joe Wilson shouting out ‘you lie!’ during the President’s speech. Shuster claimed: “The video of the Republican lawmakers was almost as striking as the speech itself....Did the Republican image change last night for the worse or was it something minor that may have only had an impact on the conservative base that was energized and wants to kill reform?”<br /><br />Following the discussion, Hall observed: “...this pride in being an American and what it means to have class in this country and to see something like that. It is hurtful when you know that it is a prestigious place we have in this world and when we are reduced to behavior like that, it is very telling to all of us. <b>We love this country and it is hurtful to see someone play out their – their emotions in such a loser way</b> – I think I can say that.” Shuster replied: “Tamron you said it perfectly. I agree with you 100%.” Hall admitted: “I don’t think my mother would like I said loser, but oh well.”<br /><!--break--><br />Here is a full transcript of the segment:<br /><blockquote>4:46PM <br /><br />TAMRON HALL: Well, David, in today’s ‘Face-Off’ the big image problem that some say now confronts the Republican Party following last night’s presidential speech.<br /><br />DAVID SHUSTER: Yeah, Tamron, the video of the Republican lawmakers was almost as striking as the speech itself. The President was greeted with a chorus of jeers and boos when he said his plan would not cover illegal immigrants. And of course there was – they’re you’re looking at the moment when Joe Wilson was speaking out. There was the heckling from Congressman Joe Wilson. And last night, TV viewers also saw Virginia Republican Eric Cantor, a member of the GOP leadership, using his Blackberry – that’s underneath the banner there – he was using his Blackberry while the President was speaking. Dozens of Republicans also booed and hissed at the President for accusing them of misinformation and misleading. And when the President referred to plans passed by four separate committees, Republicans shouted ‘what plan!,’ with Congressman Louis Gohmert, who you just saw there, of Texas, holding up a sign that read ‘What Bill?’ Did the Republican image change last night for the worse or was it something minor that may have only had an impact on the conservative base that was energized and wants to kill reform? Here to face off, Democratic strategist Patrick Murphy and Republican strategist Alex Conant. Patrick, you get the first word. The Republicans, why – why shouldn’t this be seen as just sort of a minor moment that won’t last?<br /><br />PATRICK MURPHY: Well, it’s a consistent pattern. I mean, I don’t know where the outrage is from Michael Steele and the other Republican leaders. You know, when Barack Obama tries to talk to school children about doing their homework, he gets criticized from the Right and from the conservatives. And when people like Joe Wilson stand up and call the President a liar in the middle of the congressional joint session, it’s just incredible. There’s no – there’s no sense of decency left of these guys and they’re just hitting the lowest possible rung on the ladder to try and upset health care and try and undue this presidency.<br /><br />SHUSTER: Alex, I know in your heart of hearts you’re a smart guy, that the image last night was not the one you would have preferred for the Republican Party. Will you just come out now and say, ‘look, I wish the Republicans had behaved better’?<br /><br />[LAUGHTER]<br /><br />ALEX CONANT: Look, you know, I think we’re – I think we’re kidding ourselves if when you saw Republicans sitting on their hands last night, that’s not what most – that’s exactly what most Americans were doing when they were watching it at home last night. The Republicans are on the same page as the American people on the health care debate, they oppose what President Obama and the Democrats are trying to do with the government takeover the health care. Just like most Americans do.<br /><br />SHUSTER: What about Joe Wilson? What about the Joe Wilson episode?<br /><br />CONANT: Well, Joe Wilson apologized, and I think that was the appropriate thing to do. The White House accepted that and I think we should move on. I think the fact that we’re still debating Joe Wilson’s comment rather than debating what was supposed to be a game-changing speech by the President yesterday, shows just how far short the President’s speech was.<br /><br />SHUSTER: Well, here’s the bigger issue. Let’s put up on that screen again, the Joe Wilson sort of picture of him reaching out. You look at the image of the Republican Party, all white males with short haircuts. They look sort of angry. No women, no minorities, and it looks like they’ve sort of become unhinged. How does that image-<br /><br />CONANT: Well, except that-<br /><br />SHUSTER: -help the Republican Party?<br /><br />CONANT: Except that – except that the President – let’s remember, last night the President referred to Sarah Palin, who obviously is a Republican leader and a woman. And, you know, so I don’&#039;t think it’s fair to say that all Republicans are white males like you and me, David.<br /><br />SHUSTER: I don’t know if you want to invoke Sarah Palin to try to help your cause. Tamron, you take it away.<br /><br />HALL: Well, I mean, David, you said all white males with short hair. I have short hair, so I guess I couldn’t have said it. But the reality, Patrick, the – I’m sorry, Alex, I was chuckling at some of the other things that we were talking about. But Patrick, set aside where you stand in this conversation, the image – I mean, you have the President saying it’s enough of the bitterness, let’s, you know, have a civil conversation, and you do have this image there. The flip side, though, you have progressives and some far left who say, ‘well, you know, Mr. President, don’t you see what we see? There are people who are not willing or not ready to have a legitimate conversation, so move on without them.’<br /><br />MURPHY: Well, and I think it’s the dilemma of – I don’t think the American people are sitting at home on their hands.<br /><br />HALL: No.<br /><br />MURPHY: I think the American people are at sitting home very concerned about what kind of shape their health care is, if they have it, and what it would be like to get it. And I think that’s what Obama was trying to – the President was trying to get to last night. You know, and this jeering and booing by Republicans, it was just so – it was just – it was literally out of order.<br /><br />CONANT: No, but-<br /><br />HALL: Yeah, but then at the time you’re seeing, though, the President say that, you know, there’s hope for a legitimate conversation with both sides involved, but what you saw and everybody’s got eyes, you’re looking there, doesn’t look like what he is saying is making any leadway there. Did he see any movement there?<br /><br />MURPHY: Well, I don’t know if he – I don’t think he saw any movement in that chamber. But, you know, I think some of the moderate Democrats and I think a handful of Republicans are going to help get this bill passed.<br /><br />SHUSTER: Alex, we’ll give you the last word. One more shot to say, ‘you know what, I wish the Republicans had behaved better.’<br /><br />HALL: David-<br /><br />CONANT: You know, let me just say that this speech last night was very similar to the speech we heard two months ago at the press conference, when that was also supposed to change public opinion and was supposed to jump-start the debate and get people – get people excited about Obama’s plan. And that fell short. And yesterday’s speech was very similar. I – it should – I expect it will also. Nothing he said yesterday will fundamentally change the dynamics of this thing. If he wanted to change the strategy, he would have really reached out to Republicans and embraced the bipartisan ideas, instead of going along with congressional leaders like Nancy Pelosi.<br /><br />MURPHY: He’s using John McCain’s ideas. He’s using Republican ideas and they still boo him.<br /><br />HALL: He’s talking about now malpractice reform, that’s a Republican idea, that was new.<br /><br />CONANT: We could absolutely pass a bipartisan bill. There’s a lot that we agree on. Some of the things that President Obama mentioned last night. But if he – if he continues to push ahead with things like the government takeover, the public option, that’s – that’s going to be a partisan proposal that even – even conservative Democrats are going to oppose. That’s why it hasn’t passed the House of Representatives yet-<br /><br />SHUSTER: Alex, you maybe right – Alex, you maybe right that this was not a long-term game changer, but the fact of the matter is in the polling last night, the President jumped 15 points in one poll among independents, he was up 20 to 25 points in a whole host of areas. So at least there was a short-term boost for the Democrats. In any case, Alex Conant, Patrick Murphy, we’ve got to leave it there. Sorry I got the last word. Those are the rules, except when Tamron gets the last word.<br /><br />MURPHY: We follow the rules, we follow the rules.<br /><br />HALL: Yes, David.<br /><br />SHUSTER: Tamron, what do you think?<br /><br />HALL: Well, I don’t know. I think it is unfortunate that a lot of the conversation is about Congressman Wilson, but last night, you heard people who’ve been, you know, been scholars of politics far longer than at least myself, who say they’ve never seen anything like that.<br /><br />SHUSTER: Right.<br /><br />HALL: And I think it deserves a conversation and it also brings up, you know, this pride in being an American and what it means to have class in this country and to see something like that. It is hurtful when you know that it is a prestigious place we have in this world and when we are reduced to behavior like that, it is very telling to all of us. We love this country and it is hurtful to see someone play out their – their emotions in such a loser way – I think I can say that.<br /><br />SHUSTER: Tamron you said it perfectly. I agree with you 100%.<br /><br />HALL: I don’t think my mother would like I said loser, but oh well.<br /></blockquote>";
Author[14] = "Kyle Drennen";
Link[14] = "http://newsbusters.org/blogs/kyle-drennen/2009/09/10/msnbc-s-david-shuster-gop-all-white-males-short-hair-cuts";
Cat[14] = "\n<item>\n <title>MSNBC’s David Shuster: GOP ‘All White Males With Short Hair Cuts’</title>\n <link>http://newsbusters.org/blogs/kyle-drennen/2009/09/10/msnbc-s-david-shuster-gop-all-white-males-short-hair-cuts</link>\n <description><div style=\"float: right\"><object width=\"240\" height=\"194\"><param name=\"movie\" value=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UaG8z&amp;c1=0xCE4717&amp;c2=0xFF7822&amp;sm=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><embed src=\"http://www.eyeblast.tv/public/eyeblast.swf?v=Gd8z6UaG8z&amp;c1=0xCE4717&amp;c2=0xFF7822&amp;sm=1\" allowfullscreen=\"true\" width=\"240\" height=\"194\"></embed></object></div>During the 4PM ET hour of live coverage on MSNBC Thursday, co-host David Shuster denounced the behavior of Republicans at President Obama’s address to Congress, declaring: <b>“You look at the image of the Republican Party, all white males with short haircuts. They look sort of angry. No women, no minorities, and it looks like they’ve sort of become unhinged.”</b><br /><br />Shuster and co-host Tamron Hall moderated a debate between Democratic strategist Patrick Murphy and Republican strategist Alex Conant, over the impact of Republican Congressman Joe Wilson shouting out ‘you lie!’ during the President’s speech. Shuster claimed: “The video of the Republican lawmakers was almost as striking as the speech itself....Did the Republican image change last night for the worse or was it something minor that may have only had an impact on the conservative base that was energized and wants to kill reform?”<br /><br />Following the discussion, Hall observed: “...this pride in being an American and what it means to have class in this country and to see something like that. It is hurtful when you know that it is a prestigious place we have in this world and when we are reduced to behavior like that, it is very telling to all of us. <b>We love this country and it is hurtful to see someone play out their – their emotions in such a loser way</b> – I think I can say that.” Shuster replied: “Tamron you said it perfectly. I agree with you 100%.” Hall admitted: “I don’t think my mother would like I said loser, but oh well.”<br /><!--break--><br />Here is a full transcript of the segment:<br /><blockquote>4:46PM <br /><br />TAMRON HALL: Well, David, in today’s ‘Face-Off’ the big image problem that some say now confronts the Republican Party following last night’s presidential speech.<br /><br />DAVID SHUSTER: Yeah, Tamron, the video of the Republican lawmakers was almost as striking as the speech itself. The President was greeted with a chorus of jeers and boos when he said his plan would not cover illegal immigrants. And of course there was – they’re you’re looking at the moment when Joe Wilson was speaking out. There was the heckling from Congressman Joe Wilson. And last night, TV viewers also saw Virginia Republican Eric Cantor, a member of the GOP leadership, using his Blackberry – that’s underneath the banner there – he was using his Blackberry while the President was speaking. Dozens of Republicans also booed and hissed at the President for accusing them of misinformation and misleading. And when the President referred to plans passed by four separate committees, Republicans shouted ‘what plan!,’ with Congressman Louis Gohmert, who you just saw there, of Texas, holding up a sign that read ‘What Bill?’ Did the Republican image change last night for the worse or was it something minor that may have only had an impact on the conservative base that was energized and wants to kill reform? Here to face off, Democratic strategist Patrick Murphy and Republican strategist Alex Conant. Patrick, you get the first word. The Republicans, why – why shouldn’t this be seen as just sort of a minor moment that won’t last?<br /><br />PATRICK MURPHY: Well, it’s a consistent pattern. I mean, I don’t know where the outrage is from Michael Steele and the other Republican leaders. You know, when Barack Obama tries to talk to school children about doing their homework, he gets criticized from the Right and from the conservatives. And when people like Joe Wilson stand up and call the President a liar in the middle of the congressional joint session, it’s just incredible. There’s no – there’s no sense of decency left of these guys and they’re just hitting the lowest possible rung on the ladder to try and upset health care and try and undue this presidency.<br /><br />SHUSTER: Alex, I know in your heart of hearts you’re a smart guy, that the image last night was not the one you would have preferred for the Republican Party. Will you just come out now and say, ‘look, I wish the Republicans had behaved better’?<br /><br />[LAUGHTER]<br /><br />ALEX CONANT: Look, you know, I think we’re – I think we’re kidding ourselves if when you saw Republicans sitting on their hands last night, that’s not what most – that’s exactly what most Americans were doing when they were watching it at home last night. The Republicans are on the same page as the American people on the health care debate, they oppose what President Obama and the Democrats are trying to do with the government takeover the health care. Just like most Americans do.<br /><br />SHUSTER: What about Joe Wilson? What about the Joe Wilson episode?<br /><br />CONANT: Well, Joe Wilson apologized, and I think that was the appropriate thing to do. The White House accepted that and I think we should move on. I think the fact that we’re still debating Joe Wilson’s comment rather than debating what was supposed to be a game-changing speech by the President yesterday, shows just how far short the President’s speech was.<br /><br />SHUSTER: Well, here’s the bigger issue. Let’s put up on that screen again, the Joe Wilson sort of picture of him reaching out. You look at the image of the Republican Party, all white males with short haircuts. They look sort of angry. No women, no minorities, and it looks like they’ve sort of become unhinged. How does that image-<br /><br />CONANT: Well, except that-<br /><br />SHUSTER: -help the Republican Party?<br /><br />CONANT: Except that – except that the President – let’s remember, last night the President referred to Sarah Palin, who obviously is a Republican leader and a woman. And, you know, so I don’&#039;t think it’s fair to say that all Republicans are white males like you and me, David.<br /><br />SHUSTER: I don’t know if you want to invoke Sarah Palin to try to help your cause. Tamron, you take it away.<br /><br />HALL: Well, I mean, David, you said all white males with short hair. I have short hair, so I guess I couldn’t have said it. But the reality, Patrick, the – I’m sorry, Alex, I was chuckling at some of the other things that we were talking about. But Patrick, set aside where you stand in this conversation, the image – I mean, you have the President saying it’s enough of the bitterness, let’s, you know, have a civil conversation, and you do have this image there. The flip side, though, you have progressives and some far left who say, ‘well, you know, Mr. President, don’t you see what we see? There are people who are not willing or not ready to have a legitimate conversation, so move on without them.’<br /><br />MURPHY: Well, and I think it’s the dilemma of – I don’t think the American people are sitting at home on their hands.<br /><br />HALL: No.<br /><br />MURPHY: I think the American people are at sitting home very concerned about what kind of shape their health care is, if they have it, and what it would be like to get it. And I think that’s what Obama was trying to – the President was trying to get to last night. You know, and this jeering and booing by Republicans, it was just so – it was just – it was literally out of order.<br /><br />CONANT: No, but-<br /><br />HALL: Yeah, but then at the time you’re seeing, though, the President say that, you know, there’s hope for a legitimate conversation with both sides involved, but what you saw and everybody’s got eyes, you’re looking there, doesn’t look like what he is saying is making any leadway there. Did he see any movement there?<br /><br />MURPHY: Well, I don’t know if he – I don’t think he saw any movement in that chamber. But, you know, I think some of the moderate Democrats and I think a handful of Republicans are going to help get this bill passed.<br /><br />SHUSTER: Alex, we’ll give you the last word. One more shot to say, ‘you know what, I wish the Republicans had behaved better.’<br /><br />HALL: David-<br /><br />CONANT: You know, let me just say that this speech last night was very similar to the speech we heard two months ago at the press conference, when that was also supposed to change public opinion and was supposed to jump-start the debate and get people – get people excited about Obama’s plan. And that fell short. And yesterday’s speech was very similar. I – it should – I expect it will also. Nothing he said yesterday will fundamentally change the dynamics of this thing. If he wanted to change the strategy, he would have really reached out to Republicans and embraced the bipartisan ideas, instead of going along with congressional leaders like Nancy Pelosi.<br /><br />MURPHY: He’s using John McCain’s ideas. He’s using Republican ideas and they still boo him.<br /><br />HALL: He’s talking about now malpractice reform, that’s a Republican idea, that was new.<br /><br />CONANT: We could absolutely pass a bipartisan bill. There’s a lot that we agree on. Some of the things that President Obama mentioned last night. But if he – if he continues to push ahead with things like the government takeover, the public option, that’s – that’s going to be a partisan proposal that even – even conservative Democrats are going to oppose. That’s why it hasn’t passed the House of Representatives yet-<br /><br />SHUSTER: Alex, you maybe right – Alex, you maybe right that this was not a long-term game changer, but the fact of the matter is in the polling last night, the President jumped 15 points in one poll among independents, he was up 20 to 25 points in a whole host of areas. So at least there was a short-term boost for the Democrats. In any case, Alex Conant, Patrick Murphy, we’ve got to leave it there. Sorry I got the last word. Those are the rules, except when Tamron gets the last word.<br /><br />MURPHY: We follow the rules, we follow the rules.<br /><br />HALL: Yes, David.<br /><br />SHUSTER: Tamron, what do you think?<br /><br />HALL: Well, I don’t know. I think it is unfortunate that a lot of the conversation is about Congressman Wilson, but last night, you heard people who’ve been, you know, been scholars of politics far longer than at least myself, who say they’ve never seen anything like that.<br /><br />SHUSTER: Right.<br /><br />HALL: And I think it deserves a conversation and it also brings up, you know, this pride in being an American and what it means to have class in this country and to see something like that. It is hurtful when you know that it is a prestigious place we have in this world and when we are reduced to behavior like that, it is very telling to all of us. We love this country and it is hurtful to see someone play out their – their emotions in such a loser way – I think I can say that.<br /><br />SHUSTER: Tamron you said it perfectly. I agree with you 100%.<br /><br />HALL: I don’t think my mother would like I said loser, but oh well.<br /></blockquote></description>\n <comments>http://newsbusters.org/blogs/kyle-drennen/2009/09/10/msnbc-s-david-shuster-gop-all-white-males-short-hair-cuts#comments</comments>\n <category domain=\"http://newsbusters.org/issues/congress\">Congress</category>\n <category domain=\"http://newsbusters.org/issues/political-groups/conservatives-republicans\">Conservatives &amp; Republicans</category>\n <category domain=\"http://newsbusters.org/issues/health-care\">Health Care</category>\n <category domain=\"http://newsbusters.org/issues/political-groups/liberals-democrats\">Liberals &amp; Democrats</category>\n <category domain=\"http://newsbusters.org/issues-events-groups/health-insurance\">Medical Insurance</category>\n <category domain=\"http://newsbusters.org/issues/political-groups\">Political Groups</category>\n <category domain=\"http://newsbusters.org/issues/political-scandals\">Political Scandals</category>\n <category domain=\"http://newsbusters.org/issues/race-issues\">Race Issues</category>\n <category domain=\"http://newsbusters.org/people/political-figures/barack-obama\">Barack Obama</category>\n <category domain=\"http://newsbusters.org/people/television/david-shuster\">David Shuster</category>\n <category domain=\"http://newsbusters.org/people/joe-wilson\">Joe Wilson</category>\n <category domain=\"http://newsbusters.org/people/tamron-hall\">Tamron Hall</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/msnbc/msnbc-live\">MSNBC Live</category>\n <category domain=\"http://newsbusters.org/other-topics/obama-watch/obamacare\">ObamaCare</category>\n <pubDate>Thu, 10 Sep 2009 18:25:39 -0400</pubDate>\n <dc:creator>Kyle Drennen</dc:creator>\n <guid isPermaLink=\"false\">32679 at http://newsbusters.org</guid>\n";
DateN[14] = "20090910182539";

Title[15] = "New Media, Same Fake &#039;Fairness&#039; Tactics from Left";
Desc[15] = "<p><img src=\"/static/2008/08/profanity.jpg\" align=\"right\" height=\"180\" width=\"240\" />The left has attempted with varying degrees of success to enact legislation that would increase government control over the news media and, in some instances, sway the political tides of various media in their favor, most notably in the form of the ‘Fairness Doctrine.’ Having failed to achieve its ends with the Fairness Doctrine, the left is now moving into alternative means through so-called ‘localism’ in broadcast media and ‘net neutrality’ on the web. </p>\n<p>Both in traditional and new media, the left is attempting to tight its grip on the news, possibly asphyxiating the few bastions of center-right news and information that exist.</p>\n<p>The misnamed ‘Fairness Doctrine’ is the most widely publicized and debated of the left’s attempts to tighten their grip on the news media. Discarded by the Federal Communications Commission in 1987 on constitutional grounds, the doctrine required that networks and broadcast radio stations air opposing views that satisfied federal bureaucrats’ conception of ‘fairness.’</p>\n<p>Far from increasing the diversity of views on the public airwaves, however, the Fairness Doctrine, according to the FCC at the time “had the net effect of reducing, rather than enhancing, the discussion of controversial issues of public importance.” The doctrine had a dramatic chilling effect on networks nationwide, which avoided political programming altogether for fear of not living up to the FCC’s standard of fairness.</p>\n<p>The repeal of the Fairness Doctrine produced a lively and diverse array of views on talk radio and in other media. Though conservatives still top the ratings charts, such talk show hosts as the stridently liberal Rachel Maddow have held their own.</p>\n<p>But what the left wants is not a diverse scope of discussion, but rather a politically supportive discussion. Opposing views are the problem, in the eyes of Fairness Doctrine proponents. Using the doctrine to silence those views is their ultimate goal.</p>\n<p>The Obama administration, realizing that <a href=\"/blogs/ken-shepherd/2009/01/29/robert-gibbs-reporters-laugh-fairness-doctrine-question\">the Fairness Doctrine is politically untenable</a>, has advocated a backdoor for the regulation of speech on the airwaves considered politically unfavorable. The policy of ‘localism’ would mandate the creation of community advisory boards that would have to be consulted on ‘community needs and issues’ during the broadcasting license renewal process (which, incidentally, President Obama wants to hold every two years, instead of every eight).</p>\n<p>The power of these advisory boards to determine programming content and to stall or sink licensing applications for broadcasters that don’t meet their criteria for ‘community needs and issues’ suggests that localism could be more detrimental to free speech on talk radio than even the Fairness Doctrine.</p>\n<p>Quoted in Broadcasting &amp; Cable, a “veteran communications attorney” who spoke anonymously, warned that “Last year&#039;s localism decision, both the advisory boards and the programming forms, are a not-very-thinly-veiled Fairness Doctrine. But not just fairness. It is the commission determining the content of programming.”</p>\n<p>Similar concerns were raised by the administration’s pursuit of ‘diversity’ on the airwaves, exemplified by Obama’s appointment of Mark Lloyd as the FCC’s ‘diversity czar’. This newly created position is designed to establish regulations to ensure a yet-undefined notion of diverse programming.</p>\n<p>Given Lloyd’s previous statements on proper the role of the news media should raise concerns with those seeking to avoid another Fairness Doctrine. In 2007, he suggested progressives <a href=\"http://www.cnsnews.com/news/article/53136\">adopt Franklin Roosevelt’s stance against media consolidation</a>, not to ensure a ‘diverse’ realm of political discourse, but rather to “continue to push a progressive agenda … [FDR] understood not only how to use media effectively, but also the importance of media ownership and the rules that determined media ownership.”</p>\n<p>With this man in charge of ensure ‘diversity’ of the airwaves, conservatives should be worried that the administration will change media ownership and broadcast rules to restrict oppositional speech.</p>\n<p>The advent of the Internet and new media technologies has rendered irrelevant the notion—first espoused by the Supreme Court—that the limited amount of radio bandwidth requires that the federal government intervene to ensure ‘fair’ distribution of broadcasting rights and capabilities. But the rise of the Internet as a force for political debate and opposition has the left worried.</p>\n<p>Enter the similarly-misnamed ‘net neutrality’ movement, which advocates total government control of Internet browsing. Net neutrality would forbid Internet service providers from regulating traffic on their networks, and would place that regulatory control in the hands of the FCC.</p>\n<p>While the left bemoans restrictions by private companies on their subscribers’ use of the Internet, progressives have few qualms with allowing the federal government a say in what we can or cannot see, do, or say on the Internet.</p>\n<p>The centralized control of Internet use by the federal government would provide a powerful tool for the censorship of websites deemed politically unfavorable. The current administration’s labeling of right-wing fringe groups as ‘extremists’ and potentially national security threats, and the labeling of town hall protestors as ‘political terrorists’ suggests that the realm of impermissible internet use could conceivably include groups that espouse intense opposition to federal policies.</p>\n<p>Though no elected net neutrality advocate would ever suggest that the movement intends to regulate content, pundits on the left have been far more forthcoming. In March, a blogger at the Huffington Post <a href=\"/blogs/seton-motley/2009/03/18/huffpo-piece-calls-obamas-fcc-silence-right\">lauding net neutrality</a> wrote, “We have a very rare opportunity right now to lock in a progressive advantage in Internet communications, information sharing, and Netroots mobilizing.”</p>\n<p>There you have it, straight from the horse’s mouth. The left is seeking net neutrality as a means of consolidating control over the Internet, the same way it sought consolidated control over the airwaves with the Fairness Doctrine, and the same way it is now seeking that same objective in the guise of ‘diversity’ and ‘localism.’ Those on the center-right should not be fooled into thinking that &#039;localism&#039; or &#039;net neutrality&#039; promote free enterprise or free speech.</p>\n";
Author[15] = "Lachlan Markay";
Link[15] = "http://newsbusters.org/blogs/lachlan-markay/2009/09/10/new-media-same-fake-fairness-tactics-left";
Cat[15] = "\n<item>\n <title>New Media, Same Fake &#039;Fairness&#039; Tactics from Left</title>\n <link>http://newsbusters.org/blogs/lachlan-markay/2009/09/10/new-media-same-fake-fairness-tactics-left</link>\n <description><p><img src=\"/static/2008/08/profanity.jpg\" align=\"right\" height=\"180\" width=\"240\" />The left has attempted with varying degrees of success to enact legislation that would increase government control over the news media and, in some instances, sway the political tides of various media in their favor, most notably in the form of the ‘Fairness Doctrine.’ Having failed to achieve its ends with the Fairness Doctrine, the left is now moving into alternative means through so-called ‘localism’ in broadcast media and ‘net neutrality’ on the web. </p>\n<p>Both in traditional and new media, the left is attempting to tight its grip on the news, possibly asphyxiating the few bastions of center-right news and information that exist.</p>\n<p>The misnamed ‘Fairness Doctrine’ is the most widely publicized and debated of the left’s attempts to tighten their grip on the news media. Discarded by the Federal Communications Commission in 1987 on constitutional grounds, the doctrine required that networks and broadcast radio stations air opposing views that satisfied federal bureaucrats’ conception of ‘fairness.’</p>\n<p>Far from increasing the diversity of views on the public airwaves, however, the Fairness Doctrine, according to the FCC at the time “had the net effect of reducing, rather than enhancing, the discussion of controversial issues of public importance.” The doctrine had a dramatic chilling effect on networks nationwide, which avoided political programming altogether for fear of not living up to the FCC’s standard of fairness.</p>\n<p>The repeal of the Fairness Doctrine produced a lively and diverse array of views on talk radio and in other media. Though conservatives still top the ratings charts, such talk show hosts as the stridently liberal Rachel Maddow have held their own.</p>\n<p>But what the left wants is not a diverse scope of discussion, but rather a politically supportive discussion. Opposing views are the problem, in the eyes of Fairness Doctrine proponents. Using the doctrine to silence those views is their ultimate goal.</p>\n<p>The Obama administration, realizing that <a href=\"/blogs/ken-shepherd/2009/01/29/robert-gibbs-reporters-laugh-fairness-doctrine-question\">the Fairness Doctrine is politically untenable</a>, has advocated a backdoor for the regulation of speech on the airwaves considered politically unfavorable. The policy of ‘localism’ would mandate the creation of community advisory boards that would have to be consulted on ‘community needs and issues’ during the broadcasting license renewal process (which, incidentally, President Obama wants to hold every two years, instead of every eight).</p>\n<p>The power of these advisory boards to determine programming content and to stall or sink licensing applications for broadcasters that don’t meet their criteria for ‘community needs and issues’ suggests that localism could be more detrimental to free speech on talk radio than even the Fairness Doctrine.</p>\n<p>Quoted in Broadcasting &amp; Cable, a “veteran communications attorney” who spoke anonymously, warned that “Last year&#039;s localism decision, both the advisory boards and the programming forms, are a not-very-thinly-veiled Fairness Doctrine. But not just fairness. It is the commission determining the content of programming.”</p>\n<p>Similar concerns were raised by the administration’s pursuit of ‘diversity’ on the airwaves, exemplified by Obama’s appointment of Mark Lloyd as the FCC’s ‘diversity czar’. This newly created position is designed to establish regulations to ensure a yet-undefined notion of diverse programming.</p>\n<p>Given Lloyd’s previous statements on proper the role of the news media should raise concerns with those seeking to avoid another Fairness Doctrine. In 2007, he suggested progressives <a href=\"http://www.cnsnews.com/news/article/53136\">adopt Franklin Roosevelt’s stance against media consolidation</a>, not to ensure a ‘diverse’ realm of political discourse, but rather to “continue to push a progressive agenda … [FDR] understood not only how to use media effectively, but also the importance of media ownership and the rules that determined media ownership.”</p>\n<p>With this man in charge of ensure ‘diversity’ of the airwaves, conservatives should be worried that the administration will change media ownership and broadcast rules to restrict oppositional speech.</p>\n<p>The advent of the Internet and new media technologies has rendered irrelevant the notion—first espoused by the Supreme Court—that the limited amount of radio bandwidth requires that the federal government intervene to ensure ‘fair’ distribution of broadcasting rights and capabilities. But the rise of the Internet as a force for political debate and opposition has the left worried.</p>\n<p>Enter the similarly-misnamed ‘net neutrality’ movement, which advocates total government control of Internet browsing. Net neutrality would forbid Internet service providers from regulating traffic on their networks, and would place that regulatory control in the hands of the FCC.</p>\n<p>While the left bemoans restrictions by private companies on their subscribers’ use of the Internet, progressives have few qualms with allowing the federal government a say in what we can or cannot see, do, or say on the Internet.</p>\n<p>The centralized control of Internet use by the federal government would provide a powerful tool for the censorship of websites deemed politically unfavorable. The current administration’s labeling of right-wing fringe groups as ‘extremists’ and potentially national security threats, and the labeling of town hall protestors as ‘political terrorists’ suggests that the realm of impermissible internet use could conceivably include groups that espouse intense opposition to federal policies.</p>\n<p>Though no elected net neutrality advocate would ever suggest that the movement intends to regulate content, pundits on the left have been far more forthcoming. In March, a blogger at the Huffington Post <a href=\"/blogs/seton-motley/2009/03/18/huffpo-piece-calls-obamas-fcc-silence-right\">lauding net neutrality</a> wrote, “We have a very rare opportunity right now to lock in a progressive advantage in Internet communications, information sharing, and Netroots mobilizing.”</p>\n<p>There you have it, straight from the horse’s mouth. The left is seeking net neutrality as a means of consolidating control over the Internet, the same way it sought consolidated control over the airwaves with the Fairness Doctrine, and the same way it is now seeking that same objective in the guise of ‘diversity’ and ‘localism.’ Those on the center-right should not be fooled into thinking that &#039;localism&#039; or &#039;net neutrality&#039; promote free enterprise or free speech.</p>\n</description>\n <comments>http://newsbusters.org/blogs/lachlan-markay/2009/09/10/new-media-same-fake-fairness-tactics-left#comments</comments>\n <category domain=\"http://newsbusters.org/issues/censorship/fairness-doctrine\">Fairness Doctrine</category>\n <category domain=\"http://newsbusters.org/issues-events-groups/censorship/localism\">Localism</category>\n <category domain=\"http://newsbusters.org/issues-events-groups/censorship/media-diversity\">Media Diversity</category>\n <category domain=\"http://newsbusters.org/other-topics/government-press\">Government &amp; Press</category>\n <pubDate>Thu, 10 Sep 2009 18:20:24 -0400</pubDate>\n <dc:creator>Lachlan Markay</dc:creator>\n <guid isPermaLink=\"false\">32678 at http://newsbusters.org</guid>\n";
DateN[15] = "20090910182024";

Title[16] = "MSNBC&#039;s David Shuster Insists He&#039;s Biased... &#039;In Favor of FACTS&#039;";
Desc[16] = "<p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/Shuster_David_2009-09-10.jpg\" vspace=\"3\" width=\"300\" align=\"right\" border=\"0\" height=\"192\" hspace=\"3\" />A half hour after wrapping up his on-air duties for the day, MSNBC&#039;s David Shuster took to his Twitter account to insist that he is biased, in favor of the truth:</p>\n<p>Posted around 5:30 p.m. EDT to <a href=\"http://twitter.com/davidshuster\" target=\"_blank\">his Twitter account</a>:</p>\n<blockquote><p>To all of the wing-nuts who are resorting to the usual tweets today:   I am biased in favor of FACTS and biased against lies. </p>\n</p></blockquote>\n";
Author[16] = "Ken Shepherd";
Link[16] = "http://newsbusters.org/blogs/ken-shepherd/2009/09/10/msnbcs-david-shuster-insists-hes-biased-favor-facts";
Cat[16] = "\n<item>\n <title>MSNBC&#039;s David Shuster Insists He&#039;s Biased... &#039;In Favor of FACTS&#039;</title>\n <link>http://newsbusters.org/blogs/ken-shepherd/2009/09/10/msnbcs-david-shuster-insists-hes-biased-favor-facts</link>\n <description><p><img src=\"http://media.eyeblast.org/newsbusters/static/2009/09/Shuster_David_2009-09-10.jpg\" vspace=\"3\" width=\"300\" align=\"right\" border=\"0\" height=\"192\" hspace=\"3\" />A half hour after wrapping up his on-air duties for the day, MSNBC&#039;s David Shuster took to his Twitter account to insist that he is biased, in favor of the truth:</p>\n<p>Posted around 5:30 p.m. EDT to <a href=\"http://twitter.com/davidshuster\" target=\"_blank\">his Twitter account</a>:</p>\n<blockquote><p>To all of the wing-nuts who are resorting to the usual tweets today:   I am biased in favor of FACTS and biased against lies. </p>\n</p></blockquote>\n</description>\n <comments>http://newsbusters.org/blogs/ken-shepherd/2009/09/10/msnbcs-david-shuster-insists-hes-biased-favor-facts#comments</comments>\n <category domain=\"http://newsbusters.org/people/television/david-shuster\">David Shuster</category>\n <category domain=\"http://newsbusters.org/media-topics/online-media\">Online Media</category>\n <category domain=\"http://newsbusters.org/media-topics/cable-television/msnbc\">MSNBC</category>\n <category domain=\"http://newsbusters.org/media-places/online-media/web-2-0/twitter\">Twitter</category>\n <category domain=\"http://newsbusters.org/other-topics/humor-0\">Humor</category>\n <pubDate>Thu, 10 Sep 2009 18:06:22 -0400</pubDate>\n <dc:creator>Ken Shepherd</dc:creator>\n <guid isPermaLink=\"false\">32677 at http://newsbusters.org</guid>\n";
DateN[16] = "20090910180622";

Title[17] = "A Daily Kos Civility Lesson";
Desc[17] = "<p><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"http://i65.photobucket.com/albums/h219/pjcomix/blog/kos2.jpg\" hspace=\"3\" height=\"180\" />Daily Kos founder Markos Moulitsas on the <a href=\"http://www.dailykos.com/storyonly/2009/9/10/779897/-Midday-open-thread\">Midday Open Thread</a>, Thursday: &quot;As bad as Rep. Joe Wilson&#039;s behavior was last night, look on the bright side -- at least he wasn&#039;t carrying a sign that said &#039;Obama = Hitler&#039;. Or a loaded rifle.&quot;</p>\n<p>Also <a href=\"http://www.dailykos.com/storyonly/2009/9/10/780031/-SC-02:-Dont-get-mad,-get-even\">Markos on Thursday</a>, lauding Joe Wilson’s Democrat opponent: &quot;Overall, Rob Miller is close to hitting $400,000 from almost 11,000 patriots sick and tired of Republicans like Rep. Joe Wilson trying to debase our democracy.&quot; (More <a href=\"http://www.dailykos.com/storyonly/2009/9/10/779866/-SC-02:-Make-Rep.-Joe-Liar!-Wilson-pay-for-his-disrespect\">here</a>.) </p>\n<p>Markos Moulitsas, opponent of debasing democracy, on the <a href=\"http://www.dailykos.com/storyonly/2009/9/8/778687/-Midday-open-thread\">Midday Open Thread</a>, Wednesday edition, on conservatives causing the resignation of radical leftist Van Jones: &quot;It would be nice if the White House learned, as Baratunde notes, that <a href=\"http://www.jackandjillpolitics.com/2009/09/when-will-this-white-house-learn-you-cannot-negotiate-with-terrorists/\">they can&#039;t negotiate with terrorists</a>.&quot; </p>\n<p>P.S.: Another Kosmonaut with the handle <a href=\"http://www.dailykos.com/storyonly/2009/9/10/779629/-Eyes-on-the-Ball:-Health-Coverage-Reform,-Not-Wilson\">&quot;Meteor Blades&quot;</a> suggests Bush would have dragged uncivil Congresspersons into secret jails: </p>\n<blockquote><p>But whether it&#039;s racist tropes or moronic red-baiting, the right-wing media and way too many supposedly honorable Republicans have done nothing to tone down this rancid display. Plus the fact that if a Democratic Representative had yelled &quot;You lie!&quot; during a Bush speech, <strong>she&#039;d still be doing time in a secret prison. </strong></p>\n</p></blockquote>\n";
Author[17] = "Tim Graham";
Link[17] = "http://newsbusters.org/blogs/tim-graham/2009/09/10/daily-kos-civility-lesson";
Cat[17] = "\n<item>\n <title>A Daily Kos Civility Lesson</title>\n <link>http://newsbusters.org/blogs/tim-graham/2009/09/10/daily-kos-civility-lesson</link>\n <description><p><img border=\"0\" vspace=\"3\" align=\"right\" width=\"240\" src=\"http://i65.photobucket.com/albums/h219/pjcomix/blog/kos2.jpg\" hspace=\"3\" height=\"180\" />Daily Kos founder Markos Moulitsas on the <a href=\"http://www.dailykos.com/storyonly/2009/9/10/779897/-Midday-open-thread\">Midday Open Thread</a>, Thursday: &quot;As bad as Rep. Joe Wilson&#039;s behavior was last night, look on the bright side -- at least he wasn&#039;t carrying a sign that said &#039;Obama = Hitler&#039;. Or a loaded rifle.&quot;</p>\n<p>Also <a href=\"http://www.dailykos.com/storyonly/2009/9/10/780031/-SC-02:-Dont-get-mad,-get-even\">Markos on Thursday</a>, lauding Joe Wilson’s Democrat opponent: &quot;Overall, Rob Miller is close to hitting $400,000 from almost 11,000 patriots sick and tired of Republicans like Rep. Joe Wilson trying to debase our democracy.&quot; (More <a href=\"http://www.dailykos.com/storyonly/2009/9/10/779866/-SC-02:-Make-Rep.-Joe-Liar!-Wilson-pay-for-his-disrespect\">here</a>.) </p>\n<p>Markos Moulitsas, opponent of debasing democracy, on the <a href=\"http://www.dailykos.com/storyonly/2009/9/8/778687/-Midday-open-thread\">Midday Open Thread</a>, Wednesday edition, on conservatives causing the resignation of radical leftist Van Jones: &quot;It would be nice if the White House learned, as Baratunde notes, that <a href=\"http://www.jackandjillpolitics.com/2009/09/when-will-this-white-house-learn-you-cannot-negotiate-with-terrorists/\">they can&#039;t negotiate with terrorists</a>.&quot; </p>\n<p>P.S.: Another Kosmonaut with the handle <a href=\"http://www.dailykos.com/storyonly/2009/9/10/779629/-Eyes-on-the-Ball:-Health-Coverage-Reform,-Not-Wilson\">&quot;Meteor Blades&quot;</a> suggests Bush would have dragged uncivil Congresspersons into secret jails: </p>\n<blockquote><p>But whether it&#039;s racist tropes or moronic red-baiting, the right-wing media and way too many supposedly honorable Republicans have done nothing to tone down this rancid display. Plus the fact that if a Democratic Representative had yelled &quot;You lie!&quot; during a Bush speech, <strong>she&#039;d still be doing time in a secret prison. </strong></p>\n</p></blockquote>\n</description>\n <comments>http://newsbusters.org/blogs/tim-graham/2009/09/10/daily-kos-civility-lesson#comments</comments>\n <category domain=\"http://newsbusters.org/people/markos-moulitsas\">Markos Moulitsas</category>\n <category domain=\"http://newsbusters.org/media-topics/blogs\">Blogs</category>\n <category domain=\"http://newsbusters.org/media-topics/daily-kos\">Daily Kos</category>\n <pubDate>Thu, 10 Sep 2009 17:17:43 -0400</pubDate>\n <dc:creator>Tim Graham</dc:creator>\n <guid isPermaLink=\"false\">32676 at http://newsbusters.org</guid>\n";
DateN[17] = "20090910171743";

Title[18] = "Mythbuster: Health Insurance One of Least Profitable Industries";
Desc[18] = "<p><img src=\"/static/2009/09/Mythbuster%20Health%20Insurance%20One%20of%20Least%20Profitable%20Industries.jpg\" width=\"240\" align=\"right\" />&quot;<i>[W]ithout competition, the price of insurance goes up and quality goes down. And it makes it easier for insurance companies to treat their customers badly -- by cherry-picking the healthiest individuals and trying to drop the sickest, by overcharging small businesses who have no leverage, and by jacking up rates.  Insurance executives don&#039;t do this because they&#039;re bad people; they do it because it&#039;s profitable. As one former insurance executive testified before Congress, insurance companies are not only encouraged to find reasons to drop the seriously ill, they are rewarded for it. All of this is in service of meeting what this former executive called &#039;Wall Street&#039;s relentless profit expectations</i>.&#039;&quot;</p><p>So said President Obama during his healthcare address Wednesday echoing a common Democrat and media meme that insurance companies are evil entities always looking to take advantage of the public for the sake of the mighty dollar.</p><p>The truth is that health insurance is one of the least profitable industries in America. In fact, <a href=\"http://money.cnn.com/magazines/fortune/fortune500/2009/performers/industries/profits/\">according to</a> Fortune magazine, such companies only make 2.2 cents for every dollar of gross sales:</p><blockquote><p><b>2008 Industry Rank  	 as % of Revenues</b><br />1 	Network and Other Communications Equipment 	20.4<br />2 	Internet Services and Retailing 	19.4<br />3 	Pharmaceuticals 	19.3<br />4 	Medical Products and Equipment 	16.3<br />5 	Railroads 	12.6<br />6 	Financial Data Services 	11.7<br />7 	Mining, Crude-Oil production 	11.5<br />8 	Securities 	10.7<br />9 	Oil and Gas Equipment, Services 	10.2<br />10 	Scientific, Photographic, and Control Equipment 	9.9<br />11 	Household and Personal Products 	8.7<br />12 	Utilities: Gas and Electric 	8.7<br />13 	Aerospace and Defense 	7.6<br />14 	Food Services 	7.1<br />15 	Industrial Machinery 	6.9<br />16 	Food Consumer Products 	6.7<br />17 	Electronics, Electrical Equipment 	6.5<br />18 	Commercial Banks 	5.2<br />19 	Telecommunications 	5.1<br />20 	Chemicals 	5.0<br />21 	Construction and Farm Machinery 	5.0<br />22 	Insurance: Life, Health (stock) 	4.6<br />23 	Information Technology Services 	4.5<br />24 	Computers, Office Equipment 	4.3<br />25 	Metals 	3.9<br />26 	Wholesalers: Diversified 	3.5<br />27 	Insurance: Property and Casualty (stock) 	3.3<br />28 	Specialty Retailers 	3.2<br />29 	General Merchandisers 	3.2<br />30 	Health Care: Pharmacy and Other Services 	3.0<br />31 	Packaging, Containers 	3.0<br />32 	Beverages 	2.9<br />33 	Engineering, Construction 	2.7<br />34 	Health Care: Medical Facilities 	2.4<br /><b>35 	Health Care: Insurance and Managed Care 	2.2</b><br />36 	Petroleum Refining 	2.1<br />37 	Food and Drug Stores 	1.5<br />38 	Pipelines 	1.5<br />39 	Wholesalers: Health Care 	1.3<br />40 	Semiconductors and Other Electronic Components 	1.0<br />41 	Energy 	0.9<br />42 	Home Equipment, Furnishings 	0.7<br />43 	Food Production 	0.6<br />44 	Wholesalers: Electronics and Office Equipment 	-0.3<br />45 	Diversified Financials 	-0.6<br />46 	Motor Vehicles and Parts 	-0.7<br />47 	Insurance: Life, Health (mutual) 	-3.0<br />48 	Hotels, Casinos, Resorts 	-4.5<br />49 	Automotive Retailing, Services 	-7.9<br />50 	Forest and Paper Products 	-9.6<br />51 	Entertainment 	-10.0<br />52 	Real Estate 	-13.4<br />53 	Airlines 	-13.5 </p></blockquote><p>So, there are 34 industries in America that are more profitable than health insurance. </p><p>Are they all bad, too?</p><p>In the end, regardless of the kind of policies being written -- life, health, fire &amp; casualty, etc. -- insurance isn&#039;t a high margin game. </p><p>Unfortunately, our President, his Party, and his media minions don&#039;t understand this, and continually misrepresent the facts to the public.</p><p>Someone cue Rep. Joe Wilson (R-SC.). </p>";
Author[18] = "Noel Sheppard";
Link[18] = "http://newsbusters.org/blogs/noel-sheppard/2009/09/10/mythbuster-health-insurance-one-least-profitable-industries";
Cat[18] = "\n<item>\n <title>Mythbuster: Health Insurance One of Least Profitable Industries</title>\n <link>http://newsbusters.org/blogs/noel-sheppard/2009/09/10/mythbuster-health-insurance-one-least-profitable-industries</link>\n <description><p><img src=\"/static/2009/09/Mythbuster%20Health%20Insurance%20One%20of%20Least%20Profitable%20Industries.jpg\" width=\"240\" align=\"right\" />&quot;<i>[W]ithout competition, the price of insurance goes up and quality goes down. And it makes it easier for insurance companies to treat their customers badly -- by cherry-picking the healthiest individuals and trying to drop the sickest, by overcharging small businesses who have no leverage, and by jacking up rates.  Insurance executives don&#039;t do this because they&#039;re bad people; they do it because it&#039;s profitable. As one former insurance executive testified before Congress, insurance companies are not only encouraged to find reasons to drop the seriously ill, they are rewarded for it. All of this is in service of meeting what this former executive called &#039;Wall Street&#039;s relentless profit expectations</i>.&#039;&quot;</p><p>So said President Obama during his healthcare address Wednesday echoing a common Democrat and media meme that insurance companies are evil entities always looking to take advantage of the public for the sake of the mighty dollar.</p><p>The truth is that health insurance is one of the least profitable industries in America. In fact, <a href=\"http://money.cnn.com/magazines/fortune/fortune500/2009/performers/industries/profits/\">according to</a> Fortune magazine, such companies only make 2.2 cents for every dollar of gross sales:</p><blockquote><p><b>2008 Industry Rank  	 as % of Revenues</b><br />1 	Network and Other Communications Equipment 	20.4<br />2 	Internet Services and Retailing 	19.4<br />3 	Pharmaceuticals 	19.3<br />4 	Medical Products and Equipment 	16.3<br />5 	Railroads 	12.6<br />6 	Financial Data Services 	11.7<br />7 	Mining, Crude-Oil production 	11.5<br />8 	Securities 	10.7<br />9 	Oil and Gas Equipment, Services 	10.2<br />10 	Scientific, Photographic, and Control Equipment 	9.9<br />11 	Household and Personal Products 	8.7<br />12 	Utilities: Gas and Electric 	8.7<br />13 	Aerospace and Defense 	7.6<br />14 	Food Services 	7.1<br />15 	Industrial Machinery 	6.9<br />16 	Food Consumer Products 	6.7<br />17 	Electronics, Electrical Equipment 	6.5<br />18 	Commercial Banks 	5.2<br />19 	Telecommunications 	5.1<br />20 	Chemicals 	5.0<br />21 	Construction and Farm Machinery 	5.0<br />22 	Insurance: Life, Health (stock) 	4.6<br />23 	Information Technology Services 	4.5<br />24 	Computers, Office Equipment 	4.3<br />25 	Metals 	3.9<br />26 	Wholesalers: Diversified 	3.5<br />27 	Insurance: Property and Casualty (stock) 	3.3<br />28 	Specialty Retailers 	3.2<br />29 	General Merchandisers 	3.2<br />30 	Health Care: Pharmacy and Other Services 	3.0<br />31 	Packaging, Containers 	3.0<br />32 	Beverages 	2.9<br />33 	Engineering, Construction 	2.7<br />34 	Health Care: Medical Facilities 	2.4<br /><b>35 	Health Care: Insurance and Managed Care 	2.2</b><br />36 	Petroleum Refining 	2.1<br />37 	Food and Drug Stores 	1.5<br />38 	Pipelines 	1.5<br />39 	Wholesalers: Health Care 	1.3<br />40 	Semiconductors and Other Electronic Components 	1.0<br />41 	Energy 	0.9<br />42 	Home Equipment, Furnishings 	0.7<br />43 	Food Production 	0.6<br />44 	Wholesalers: Electronics and Office Equipment 	-0.3<br />45 	Diversified Financials 	-0.6<br />46 	Motor Vehicles and Parts 	-0.7<br />47 	Insurance: Life, Health (mutual) 	-3.0<br />48 	Hotels, Casinos, Resorts 	-4.5<br />49 	Automotive Retailing, Services 	-7.9<br />50 	Forest and Paper Products 	-9.6<br />51 	Entertainment 	-10.0<br />52 	Real Estate 	-13.4<br />53 	Airlines 	-13.5 </p></blockquote><p>So, there are 34 industries in America that are more profitable than health insurance. </p><p>Are they all bad, too?</p><p>In the end, regardless of the kind of policies being written -- life, health, fire &amp; casualty, etc. -- insurance isn&#039;t a high margin game. </p><p>Unfortunately, our President, his Party, and his media minions don&#039;t understand this, and continually misrepresent the facts to the public.</p><p>Someone cue Rep. Joe Wilson (R-SC.). </p></description>\n <comments>http://newsbusters.org/blogs/noel-sheppard/2009/09/10/mythbuster-health-insurance-one-least-profitable-industries#comments</comments>\n <category domain=\"http://newsbusters.org/people/political-figures/barack-obama\">Barack Obama</category>\n <category domain=\"http://newsbusters.org/other-topics/obama-watch/obamacare\">ObamaCare</category>\n <pubDate>Thu, 10 Sep 2009 17:16:04 -0400</pubDate>\n <dc:creator>Noel Sheppard</dc:creator>\n <guid isPermaLink=\"false\">32675 at http://newsbusters.org</guid>\n";
DateN[18] = "20090910171604";

Title[19] = "ABC’s Terry Moran Hyperventilates: The Ghost of Ted Kennedy Appeared in Congress";
Desc[19] = "<p><img hspace=\"3\" vspace=\"3\" border=\"0\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-09-ABC-NL-Moran.jpg\" align=\"right\" height=\"179\" width=\"240\" />ABC’s Terry Moran on Wednesday hyperbolically spun Barack Obama’s congressional speech as a &quot;bold call to action&quot; and theatrically visualized, &quot;<b>There was another ghost in the chamber tonight, the spirit of Senator Ted Kennedy, who fought for decades for universal care.</b>&quot; </p>\n<p>Earlier in the Nightline segment, which recapped the President’s health care address, the co-anchor introduced his political revision of A Christmas Carol: &quot;Yes, there were ghosts in that chamber tonight. The other Presidents who tried to reform the health care system and failed.&quot; </p>\n<p>After discussing the outburst by South Carolina Congressman Joe Wilson, who accused the President of being a liar, Moran declared, &quot;The President simply moved on. Focusing on his message. <strong>Trying to take the high road</strong>. Leaving Wilson and others behind.&quot; </p>\n<p>The President tried to take the high road? Although it’s only partially in Moran’s segment, Obama made this comment clearly aimed at Sarah Palin: &quot;-That we plan to set up panels of bureaucrats with the power to kill off senior citizens. Now, such a charge would be laughable if it weren&#039;t so cynical and irresponsible. It is a lie, plain and simple.&quot; So, Representative Wilson calling the President a liar is in poor taste? But, Obama doing the same thing to Palin is the &quot;high road?&quot; </p>\n<p>Moran’s tone was constant throughout the piece. He opened the segment by trumpeting, &quot;President Obama delivers a bold call to action on health care, challenging his Republican opponents to stop what he calls the scare tactics and telling lawmakers the time to act is now.&quot; He later declared the speech was a &quot;urgent call to action, one that bluntly even emotionally challenged what he called the scare tactics of some of his Republican opponents.&quot; </p>\n<p>Repeating White House talking points, Moran parroted, &quot;The plan itself, the President claimed, <b>will deliver what polls show Americans want- security and stability in health care, the end of those nightmares </b>[extreme difficulties dealing with insurance companies].&quot; Of course, the anchor could have cited polls, such as Rasmussen, that now show <a href=\"http://www.rasmussenreports.com/public_content/politics/current_events/healthcare/september_2009/44_favor_president_s_health_care_plan_53_oppose\">53 percent</a> of Americans oppose Obama’s proposal for government-run health care. </p>\n<p>A transcript of the September 9 segment, which aired at 11:47pm EDT, follows: </p>\n<blockquote><p>[Show open tease] </p>\n<p>TERRY MORAN: Make or break. <b>President Obama delivers a bold call to action on health care, challenging his Republican opponents to stop what he calls the scare tactics and telling lawmakers the time to act is now.</b> Political showdown. So, did the President win the support of a divided Congress and <b>an increasingly skeptical American public? </b></p>\n<p>11:47</p>\n<p>TERRY MORAN: And we begin tonight with President Obama&#039;s major speech on health care reform. <b>It was an urgent call to action</b>, <b>one that bluntly even emotionally challenged what he called the scare tactics of some of his Republican opponents.</b> When the President admitted that some of the tough details of his plan still need to be ironed out, lawmakers from both parties laughed out loud. And at one point, a Republican member of Congress actually heckled the president, yelling at him, &quot;You lie!&quot; Well, the deep divide reflects just how entrenched this healthcare fight has become. It was another high pressure moment for President Obama.</p>\n<p>SARGENT AT ARMS: Madam Speaker, the President of the United States.</p>\n<p>MORAN: He has lived on the political high wire, it seems, from the campaign, through the financial crisis, and the stimulus battle and now health care.</p>\n<p>PRESIDENT BARACK OBAMA: I&#039;m not the first President to take up this cause, but I am determined to be the last.</p>\n<p>MORAN: <b>Yes, there were ghosts in that chamber tonight. The other Presidents who tried to reform the health care system and failed</b>. From Teddy Roosevelt, to Harry Truman, to Bill Clinton who came to Congress 16 years ago this month with his plan.</p>\n<p>PRESIDENT BILL CLINTON [file footage]: There&#039;s still a lot of people who say it would be an outright miracle if we passed health care reform. But my fellow Americans, in a time of change you have to have miracles. And miracles do happen.</p>\n<p>MORAN: Not that year. Year Clinton and the Democrats got hammered politically. This time, President Obama declared, it will be different, because, he argued, it has to be. </p>\n<p>OBAMA: Our collective failure to meet this challenge, year after year, decade after decade, has led us to the breaking point.</p>\n<p>MORAN: So the stakes were high, again. And the Congress President Obama addressed was bitterly divided, again. Not just the Republicans, his own party. He had his work cut out for him, and he went at it with relish.</p>\n<p>OBAMA: We know we must reform this system. The question is how.</p>\n<p>MORAN: First, the problem. The President sought to remind Americans of what they disliked, even fear the most, in the system by offering emotional examples of all too familiar health care nightmares. </p>\n<p>OBAMA: It happens every day. One man from Illinois lost his coverage in the middle of chemotherapy because his insurer found that he hadn&#039;t reported gallstones that he didn&#039;t even know about. They delayed his treatment. And he died because of it. That is heartbreaking. It is wrong and no one should be treated that way in the United States of America.</p>\n<p>MORAN: But how to fix the system? That is the question that bedeviled so many presidents. And that has ignited the divisive battle in the media and on the internet and in town hall meetings across the country.</p>\n<p>OBAMA: The time for bickering is over. The time for game has passed. Now it&#039;s a season for action. Now is when we must bring the best ideas of both parties together. And show the American people that we can still do what we were sent here to do. Now is the time to deliver on health care.</p>\n<p>MORAN: <b>This was not some safe, predictable healthcare policy speech. President Obama was going all in rhetorically and the atmosphere thickened.</b> It exploded when he tried to answer the most inflammatory charges against his plan, like that idea of death panels that would deny care to the old and sick.</p>\n<p>OBAMA: Now, such a charge would be laughable if it weren&#039;t so cynical and irresponsible.</p>\n<p>MORAN: And then he tried to answer another accusation and listen to what happened.</p>\n<p>OBAMA: There are also those who claim that our reform efforts would ensure illegal immigrants. This too is false. The reforms- the reforms I&#039;m proposing would not apply to those who are here illegally.</p>\n<p>REPRESENTATIVE JOE WILSON: You lie!</p>\n<p>MORAN: That was Republican Congressman Joe Wilson shouting, &quot;You lie,&quot; at the President, a rarely used word in the House chamber, explicitly prohibited by the rules. He later apologized.</p>\n<p>OBAMA: It’s not true. </p>\n<p>MORAN: <b>The President simply moved on. Focusing on his message. Trying to take the high road. Leaving Wilson and others behind.</b></p>\n<p>OBAMA: If you come to me with a serious set of proposals, I will be there to listen. My door is always open. But know this: I will not waste time with those who have made the calculation that it&#039;s better politics to kill this plan than to improve it.</p>\n<p>MORAN: <b>The plan itself, the President claimed, will deliver what polls show Americans want- security and stability in health care, the end of those nightmares.</b></p>\n<p>OBAMA: Under this plan it will be against the law for insurance companies to deny you coverage because of a pre-existing condition. As soon as I sign this bill, it will be against the law for insurance companies to drop your coverage when you get sick or water it down when you need it the most.</p>\n<p>MORAN: The President also called for a mandate that all Americans have health insurance, a new insurance exchange where small businesses and individuals could buy low-cost coverage, and most controversially, a so-called public option, a government insurance program.</p>\n<p>OBAMA: It could provide a good deal for consumers. And it would keep pressure on private insurers to keep their policies affordable and treat their customers better.</p>\n<p>MORAN:<b> There was another ghost in the chamber tonight, the spirit of Senator Ted Kennedy, who fought for decades for universal care.</b> And with his family watching from the gallery, President Obama invoked his legacy and read from a letter Kennedy wrote him in May.</p>\n<p>OBAMA: &quot;What we face,&quot; he wrote, &quot;is above all a moral issue. At stake are not just the details of policy, but fundamental principles of social justice and the character of our country.&quot; </p>\n<p><b></b>\n<p>MORAN:<b> And at the end, President Obama sought to draw on the grand rhetorical tradition of President Kennedy and others, trying to summon the country to a great and necessary endeavor.</b></p>\n<p>MORAN: We did not come to fear the future. We came here to shape it. I still believe we can act, even when it&#039;s hard. </p>\n</p></blockquote>\n";
Author[19] = "Scott Whitlock";
Link[19] = "http://newsbusters.org/blogs/scott-whitlock/2009/09/10/abc-s-terry-moran-hyperventilates-ghost-ted-kennedy-appeared-congres";
Cat[19] = "\n<item>\n <title>ABC’s Terry Moran Hyperventilates: The Ghost of Ted Kennedy Appeared in Congress</title>\n <link>http://newsbusters.org/blogs/scott-whitlock/2009/09/10/abc-s-terry-moran-hyperventilates-ghost-ted-kennedy-appeared-congres</link>\n <description><p><img hspace=\"3\" vspace=\"3\" border=\"0\" src=\"http://media.eyeblast.org/newsbusters/static/2009/09/2009-09-09-ABC-NL-Moran.jpg\" align=\"right\" height=\"179\" width=\"240\" />ABC’s Terry Moran on Wednesday hyperbolically spun Barack Obama’s congressional speech as a &quot;bold call to action&quot; and theatrically visualized, &quot;<b>There was another ghost in the chamber tonight, the spirit of Senator Ted Kennedy, who fought for decades for universal care.</b>&quot; </p>\n<p>Earlier in the Nightline segment, which recapped the President’s health care address, the co-anchor introduced his political revision of A Christmas Carol: &quot;Yes, there were ghosts in that chamber tonight. The other Presidents who tried to reform the health care system and failed.&quot; </p>\n<p>After discussing the outburst by South Carolina Congressman Joe Wilson, who accused the President of being a liar, Moran declared, &quot;The President simply moved on. Focusing on his message. <strong>Trying to take the high road</strong>. Leaving Wilson and others behind.&quot; </p>\n<p>The President tried to take the high road? Although it’s only partially in Moran’s segment, Obama made this comment clearly aimed at Sarah Palin: &quot;-That we plan to set up panels of bureaucrats with the power to kill off senior citizens. Now, such a charge would be laughable if it weren&#039;t so cynical and irresponsible. It is a lie, plain and simple.&quot; So, Representative Wilson calling the President a liar is in poor taste? But, Obama doing the same thing to Palin is the &quot;high road?&quot; </p>\n<p>Moran’s tone was constant throughout the piece. He opened the segment by trumpeting, &quot;President Obama delivers a bold call to action on health care, challenging his Republican opponents to stop what he calls the scare tactics and telling lawmakers the time to act is now.&quot; He later declared the speech was a &quot;urgent call to action, one that bluntly even emotionally challenged what he called the scare tactics of some of his Republican opponents.&quot; </p>\n<p>Repeating White House talking points, Moran parroted, &quot;The plan itself, the President claimed, <b>will deliver what polls show Americans want- security and stability in health care, the end of those nightmares </b>[extreme difficulties dealing with insurance companies].&quot; Of course, the anchor could have cited polls, such as Rasmussen, that now show <a href=\"http://www.rasmussenreports.com/public_content/politics/current_events/healthcare/september_2009/44_favor_president_s_health_care_plan_53_oppose\">53 percent</a> of Americans oppose Obama’s proposal for government-run health care. </p>\n<p>A transcript of the September 9 segment, which aired at 11:47pm EDT, follows: </p>\n<blockquote><p>[Show open tease] </p>\n<p>TERRY MORAN: Make or break. <b>President Obama delivers a bold call to action on health care, challenging his Republican opponents to stop what he calls the scare tactics and telling lawmakers the time to act is now.</b> Political showdown. So, did the President win the support of a divided Congress and <b>an increasingly skeptical American public? </b></p>\n<p>11:47</p>\n<p>TERRY MORAN: And we begin tonight with President Obama&#039;s major speech on health care reform. <b>It was an urgent call to action</b>, <b>one that bluntly even emotionally challenged what he called the scare tactics of some of his Republican opponents.</b> When the President admitted that some of the tough details of his plan still need to be ironed out, lawmakers from both parties laughed out loud. And at one point, a Republican member of Congress actually heckled the president, yelling at him, &quot;You lie!&quot; Well, the deep divide reflects just how entrenched this healthcare fight has become. It was another high pressure moment for President Obama.</p>\n<p>SARGENT AT ARMS: Madam Speaker, the President of the United States.</p>\n<p>MORAN: He has lived on the political high wire, it seems, from the campaign, through the financial crisis, and the stimulus battle and now health care.</p>\n<p>PRESIDENT BARACK OBAMA: I&#039;m not the first President to take up this cause, but I am determined to be the last.</p>\n<p>MORAN: <b>Yes, there were ghosts in that chamber tonight. The other Presidents who tried to reform the health care system and failed</b>. From Teddy Roosevelt, to Harry Truman, to Bill Clinton who came to Congress 16 years ago this month with his plan.</p>\n<p>PRESIDENT BILL CLINTON [file footage]: There&#039;s still a lot of people who say it would be an outright miracle if we passed health care reform. But my fellow Americans, in a time of change you have to have miracles. And miracles do happen.</p>\n<p>MORAN: Not that year. Year Clinton and the Democrats got hammered politically. This time, President Obama declared, it will be different, because, he argued, it has to be. </p>\n<p>OBAMA: Our collective failure to meet this challenge, year after year, decade after decade, has led us to the breaking point.</p>\n<p>MORAN: So the stakes were high, again. And the Congress President Obama addressed was bitterly divided, again. Not just the Republicans, his own party. He had his work cut out for him, and he went at it with relish.</p>\n<p>OBAMA: We know we must reform this system. The question is how.</p>\n<p>MORAN: First, the problem. The President sought to remind Americans of what they disliked, even fear the most, in the system by offering emotional examples of all too familiar health care nightmares. </p>\n<p>OBAMA: It happens every day. One man from Illinois lost his coverage in the middle of chemotherapy because his insurer found that he hadn&#039;t reported gallstones that he didn&#039;t even know about. They delayed his treatment. And he died because of it. That is heartbreaking. It is wrong and no one should be treated that way in the United States of America.</p>\n<p>MORAN: But how to fix the system? That is the question that bedeviled so many presidents. And that has ignited the divisive battle in the media and on the internet and in town hall meetings across the country.</p>\n<p>OBAMA: The time for bickering is over. The time for game has passed. Now it&#039;s a season for action. Now is when we must bring the best ideas of both parties together. And show the American people that we can still do what we were sent here to do. Now is the time to deliver on health care.</p>\n<p>MORAN: <b>This was not some safe, predictable healthcare policy speech. President Obama was going all in rhetorically and the atmosphere thickened.</b> It exploded when he tried to answer the most inflammatory charges against his plan, like that idea of death panels that would deny care to the old and sick.</p>\n<p>OBAMA: Now, such a charge would be laughable if it weren&#039;t so cynical and irresponsible.</p>\n<p>MORAN: And then he tried to answer another accusation and listen to what happened.</p>\n<p>OBAMA: There are also those who claim that our reform efforts would ensure illegal immigrants. This too is false. The reforms- the reforms I&#039;m proposing would not apply to those who are here illegally.</p>\n<p>REPRESENTATIVE JOE WILSON: You lie!</p>\n<p>MORAN: That was Republican Congressman Joe Wilson shouting, &quot;You lie,&quot; at the President, a rarely used word in the House chamber, explicitly prohibited by the rules. He later apologized.</p>\n<p>OBAMA: It’s not true. </p>\n<p>MORAN: <b>The President simply moved on. Focusing on his message. Trying to take the high road. Leaving Wilson and others behind.</b></p>\n<p>OBAMA: If you come to me with a serious set of proposals, I will be there to listen. My door is always open. But know this: I will not waste time with those who have made the calculation that it&#039;s better politics to kill this plan than to improve it.</p>\n<p>MORAN: <b>The plan itself, the President claimed, will deliver what polls show Americans want- security and stability in health care, the end of those nightmares.</b></p>\n<p>OBAMA: Under this plan it will be against the law for insurance companies to deny you coverage because of a pre-existing condition. As soon as I sign this bill, it will be against the law for insurance companies to drop your coverage when you get sick or water it down when you need it the most.</p>\n<p>MORAN: The President also called for a mandate that all Americans have health insurance, a new insurance exchange where small businesses and individuals could buy low-cost coverage, and most controversially, a so-called public option, a government insurance program.</p>\n<p>OBAMA: It could provide a good deal for consumers. And it would keep pressure on private insurers to keep their policies affordable and treat their customers better.</p>\n<p>MORAN:<b> There was another ghost in the chamber tonight, the spirit of Senator Ted Kennedy, who fought for decades for universal care.</b> And with his family watching from the gallery, President Obama invoked his legacy and read from a letter Kennedy wrote him in May.</p>\n<p>OBAMA: &quot;What we face,&quot; he wrote, &quot;is above all a moral issue. At stake are not just the details of policy, but fundamental principles of social justice and the character of our country.&quot; </p>\n<p><b></b>\n<p>MORAN:<b> And at the end, President Obama sought to draw on the grand rhetorical tradition of President Kennedy and others, trying to summon the country to a great and necessary endeavor.</b></p>\n<p>MORAN: We did not come to fear the future. We came here to shape it. I still believe we can act, even when it&#039;s hard. </p>\n</p></blockquote>\n</description>\n <comments>http://newsbusters.org/blogs/scott-whitlock/2009/09/10/abc-s-terry-moran-hyperventilates-ghost-ted-kennedy-appeared-congres#comments</comments>\n <category domain=\"http://newsbusters.org/issues/health-care\">Health Care</category>\n <category domain=\"http://newsbusters.org/people/political-figures/barack-obama\">Barack Obama</category>\n <category domain=\"http://newsbusters.org/people/television/terry-moran\">Terry Moran</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/abc\">ABC</category>\n <category domain=\"http://newsbusters.org/media-topics/broadcast-television/abc/nightline\">Nightline</category>\n <pubDate>Thu, 10 Sep 2009 17:11:28 -0400</pubDate>\n <dc:creator>Scott Whitlock</dc:creator>\n <guid isPermaLink=\"false\">32674 at http://newsbusters.org</guid>\n";
DateN[19] = "20090910171128";

} // end with block
