HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 40878
Content-Type: text/html
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Fri, 06 Apr 2012 03:13:42 GMT
Connection: close



<!--- HTML Header START --->

<html>
<head>
<title>CAMERA: NPR and Rami Khouri</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


<meta name="description" content="">



  <script type="text/javascript">
        var GB_ROOT_DIR = "./greybox/";
   </script>

<script type="text/javascript" src="greybox/AJS.js"></script>
<script type="text/javascript" src="greybox/AJS_fx.js"></script>
<script type="text/javascript" src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" />





<script language="javascript">
<!--
//
if ((navigator.userAgent.indexOf("Mac")>0) && (navigator.userAgent.indexOf("MSIE")>0)){
	//MAC IE
	document.write("<link rel=stylesheet href=\"http:\/\/www.camera.org\/includes_system\/styles_ie.css\" type=\"text\/css\">");
	document.write("<link rel=stylesheet href=\"http:\/\/www.camera.org\/includes_system\/old_styles_ie.css\" type=\"text\/css\">");
}else if ((navigator.userAgent.indexOf("Win")>0) && (navigator.userAgent.indexOf("MSIE")>0)){
	//WIN IE
	document.write("<link rel=stylesheet href=\"http:\/\/www.camera.org\/includes_system\/styles_ie.css\" type=\"text\/css\">");
	document.write("<link rel=stylesheet href=\"http:\/\/www.camera.org\/includes_system\/old_styles_ie.css\" type=\"text\/css\">");
}else{
	//OTHER
	document.write("<link rel=stylesheet href=\"http:\/\/www.camera.org\/includes_system\/styles_netscapesafari.css\" type=\"text\/css\">");
	document.write("<link rel=stylesheet href=\"http:\/\/www.camera.org\/includes_system\/old_styles_netscapesafari.css\" type=\"text\/css\">");
} 

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function launchwin(winurl,winname,winfeatures){
	newwin=window.open(winurl,winname,winfeatures);
	if(newwin.focus) setTimeout('newwin.focus();',250);
}
//-->
</script>
<link href="http://www.camera.org/includes_system/styles_google.css" rel="stylesheet" type="text/css" />
<link href="http://www.camera.org/includes_system/old_styles_google.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* This is the style for the popupdescriptions. */
#divTooltip {position:absolute; top:0px; width:175px; visibility:hidden; z-index:200; background-color:#f3f3f3; layer-background-color:#f3f3f3;}
.normalStyle    {padding:2px; text-align:left; font-weight:500; width:175px; color:#000000; top:100px; font-family:verdana,arial,helvetica; font-size:11px; background-color:#f3f3f3; layer-background-color:#f3f3f3; border-width:1px; border-style:solid; border-color:#000000; cursor:default;}
.netscape4Style {padding:0px; font-weight:500; width:175px; color:#000000; top:100px; font-family:verdana,arial,helvetica; font-size:11px; background-color:#f3f3f3; layer-background-color:#f3f3f3; border:1px solid #000000;}  
</style>

<script language="JavaScript" type="text/javascript">
/**********************************************************************************   
Dynamic Tooltips 
*   Copyright (C) 2001 <a href="/dhtmlcentral/michael_van_ouwerkerk.asp">Michael van Ouwerkerk</a>
*   This script was released at DHTMLCentral.com
*   Visit for more great scripts!
*   This may be used and changed freely as long as this msg is intact!
*   We will also appreciate any links you could give us.
*
*   Made by <a href="/dhtmlcentral/michael_van_ouwerkerk.asp">Michael van Ouwerkerk</a> 
*********************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
	return this
}
var bw=new lib_bwcheck()
messages= new Array()
messages[0]="" //"<b>Media Analyses</b><br><hr size=\"1\" color=\"#808080\">&nbsp;&nbsp;&nbsp;&nbsp;- Print<br>&nbsp;&nbsp;&nbsp;&nbsp;- Television<br>&nbsp;&nbsp;&nbsp;&nbsp;- Radio<br>&nbsp;&nbsp;&nbsp;&nbsp;- Web"
messages[8]="<b>Errors & Corrections</b><br><hr size=\"1\" color=\"#808080\">&nbsp;&nbsp;&nbsp;&nbsp;- Corrected<br>&nbsp;&nbsp;&nbsp;&nbsp;- Uncorrected<br>&nbsp;&nbsp;&nbsp;&nbsp;- Dismal Corrections"
messages[12]="<b>Headlines & Graphics</b><br><hr size=\"1\" color=\"#808080\">&nbsp;&nbsp;&nbsp;&nbsp;- Headlines<br>&nbsp;&nbsp;&nbsp;&nbsp;- Photographs<br>&nbsp;&nbsp;&nbsp;&nbsp;- Other Graphics"
messages[16]="<b>CAMERA Publications</b><br><hr size=\"1\" color=\"#808080\">&nbsp;&nbsp;&nbsp;&nbsp;- CAMERA Media Report<br>&nbsp;&nbsp;&nbsp;&nbsp;- CAMERA On Campus<br>&nbsp;&nbsp;&nbsp;&nbsp;- Monographs<br>&nbsp;&nbsp;&nbsp;&nbsp;- Advertisements"
//messages[23]="<b>CAMERA</b><br><hr size=\"1\" color=\"#808080\">&nbsp;&nbsp;&nbsp;&nbsp;- Join CAMERA<br>&nbsp;&nbsp;&nbsp;&nbsp;- Contact CAMERA"
messages[36]="<b>Be An Activist</b><br><hr size=\"1\" color=\"#808080\">&nbsp;&nbsp;&nbsp;&nbsp;- Unfair Reporting<br>&nbsp;&nbsp;&nbsp;&nbsp;- Letter Writing<br>&nbsp;&nbsp;&nbsp;&nbsp;- What you can do<br>&nbsp;&nbsp;&nbsp;&nbsp;- Resources<br>&nbsp;&nbsp;&nbsp;&nbsp;- Media Contact Details"
fromX= -1           // How much from the actual mouse X should the description box appear?
fromY= -1           // How much from the actual mouse Y should the description box appear?
ns4center= 0        // Centering the text in ns4 doesn't work with css, use this variable instead... the value is 1 or 0
useFading= 0        // 1 for a fading effect in windows explorer 5+ and all platforms ns6, 0 for no fading effect.
animation= 0        // 1 if you want animation, 0 for no animation.
detectiontype= 0    // 1 for 'smooth' window size detection, 0 for 'flip' window size detection.
delay= 30          // The time before showing the popup, in milliseconds.
var px = bw.ns4||window.opera?"":"px";
if(document.layers){ //NS4 resize fix.
    scrX= innerWidth; scrY= innerHeight;
    onresize= function(){if(scrX!= innerWidth || scrY!= innerHeight){history.go(0)} };
}
function makeTooltip(obj){								
   	this.elm= document.getElementById? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?document.layers[obj]:0;
   	this.css= bw.ns4?this.elm:this.elm.style;
   	this.wref= bw.ns4?this.elm.document:this.elm;
	this.obj= obj+'makeTooltip'; eval(this.obj+'=this');
	this.w= bw.ns4? this.elm.clip.width: this.elm.offsetWidth;
	this.h= bw.ns4? this.elm.clip.height: this.elm.offsetHeight;
};
makeTooltip.prototype.measureIt= function(){
	this.w= bw.ns4? this.elm.clip.width: this.elm.offsetWidth;
	this.h= bw.ns4? this.elm.clip.height: this.elm.offsetHeight;
};
makeTooltip.prototype.writeIt= function(text){
	if (bw.ns4) {this.wref.write(text); this.wref.close()}
	else this.wref.innerHTML= text;
};
var mouseX=0,mouseY=0,setX=0,setY=0;
function getMousemove(e){
	mouseX= (bw.ns4||bw.ns6)? e.pageX: bw.ie&&bw.win&&!bw.ie4? (event.clientX-2)+document.body.scrollLeft : event.clientX+document.body.scrollLeft;
	mouseY= (bw.ns4||bw.ns6)? e.pageY: bw.ie&&bw.win&&!bw.ie4? (event.clientY-2)+document.body.scrollTop : event.clientY+document.body.scrollTop;
	if (isLoaded && hovering && animation) placeIt();
};
function placeIt(){
	if (detectiontype==0) setY= mouseY+fromY+tooltip.h > screenHscrolled ? mouseY-fromY-tooltip.h: mouseY+fromY;
	setX= 169;
	if (setY<0) setY= 0;
	tooltip.css.left= setX+px;
	tooltip.css.top= setY+px;
};
var hovering=false, screenWscrolled=0, screenHscrolled=0;
makeTooltip.prototype.showTimer= null;
function popUp(num){
	if((isLoaded)&&(messages[num-1])){
		clearTimeout(tooltip.popTimer);
		dopopOut();
		if (bw.ns4){
			var text= '<span class="netscape4Style">' + (ns4center?'':"") + messages[num-1] + (ns4center?'':"") + '</span>';
			tooltip.writeIt(text);
		}
		if (!bw.ns4) tooltip.writeIt(messages[num-1]);
		screenWscrolled= screenW + (bw.ie?document.body.scrollLeft:pageXOffset);
		screenHscrolled= screenH + (bw.ie?document.body.scrollTop:pageYOffset);
		hovering= true;
		if (bw.ie4) setTimeout('tooltip.measureIt(); placeIt();', delay/2);
		else { tooltip.measureIt(); placeIt(); }
		if (useFading) tooltip.showTimer= setTimeout('tooltip.blendIn()', delay);
		if (!useFading) tooltip.showTimer= setTimeout('tooltip.css.visibility="visible"', delay);
    }
};
makeTooltip.prototype.popTimer= null;
function popOut(){
	if (isLoaded) tooltip.popTimer= setTimeout('dopopOut()', 30)
};
function dopopOut(){
	hovering= false;
	clearTimeout(tooltip.showTimer);
	tooltip.css.visibility= 'hidden';
	clearTimeout(tooltip.fadeTimer);
	tooltip.i= 0;
};
var scrollbarWidth= bw.ns6&&bw.win?14:bw.ns6&&!bw.win?16:bw.ns4?16:0;
function measureScreen() {
	tooltip.css.top= 0+px;
	tooltip.css.left= 0+px;
	screenW= (bw.ie?document.body.clientWidth:innerWidth) - scrollbarWidth;
	screenH= (bw.ie?document.body.clientHeight:innerHeight);
};
var isLoaded= false;
function popupInit(){
	bw.opera5 = (navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?true:false
	if (bw.opera5) bw.ns6 = 0
	bw.win= (navigator.userAgent.indexOf('Windows')>-1)
	tooltip= new makeTooltip('divTooltip');
	tooltip.elm.onmouseover= function(){ clearTimeout(tooltip.popTimer); if(bw.ns4){setTimeout('clearTimeout(tooltip.popTimer)',20)}; };
	tooltip.elm.onmouseout= dopopOut;
	if (bw.ns4) document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove= getMousemove;
	measureScreen();
	if (!bw.ns4) onresize= measureScreen;
	if (!bw.ns4) tooltip.elm.className= 'normalStyle';
	isLoaded= true;
};


</script>

</head>

<body background="images/layout/tile_background.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images_system/interface/leftnavbuttons/mediaoutlet_on.gif','images_system/interface/leftnavbuttons/journalists_on.gif','images_system/interface/leftnavbuttons/middleeastissues_on.gif','images_system/interface/leftnavbuttons/namesinnews_on.gif','images_system/interface/leftnavbuttons/errorscorrections_on.gif','images_system/interface/leftnavbuttons/sub_corrected_on.gif','images_system/interface/leftnavbuttons/sub_uncorrected_on.gif','images_system/interface/leftnavbuttons/sub_dismalcorr_on.gif','images_system/interface/leftnavbuttons/headlinesgraphics_on.gif','images_system/interface/leftnavbuttons/sub_headlines_on.gif','images_system/interface/leftnavbuttons/sub_photographs_on.gif','images_system/interface/leftnavbuttons/sub_othergraphics_on.gif','images_system/interface/leftnavbuttons/camerapubl_on.gif','images_system/interface/leftnavbuttons/sub_monographs_on.gif','images_system/interface/leftnavbuttons/contactmedia_on.gif','images_system/interface/leftnavbuttons/camera_on.gif','images_system/interface/leftnavbuttons/contactcamera_on.gif','images_system/interface/leftnavbuttons/links_on.gif','images_system/interface/leftnavbuttons/sub_advertisements_on.gif','images_system/interface/leftnavbuttons/beactivist_on.gif','images_system/interface/leftnavbuttons/films_on.gif','images_system/interface/leftnavbuttons/joincamera_on.gif','images_system/interface/leftnavbuttons/history_on.gif','','','','');if(bw.bw && !isLoaded) popupInit();">
<table width="1000"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>
	

	<!-- Start Top Header -->
	<!--<table width="100%"  border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td width="7"><img src="../images/layout/header_r1_c2.jpg" width="7" height="22"></td>
    <td width="50%" background="http://www.camera.org/images/layout/header_r1_c4.jpg" class="header_date"><'%	If CStr(iActiveContext) <> "1000" Then Response.Write(FormatDateTime(Now(),1))%></td>
    <td width="50%" background="http://www.camera.org/images/layout/header_r1_c4.jpg" class="header_home">
		<div align="right">&nbsp;
		<'%	If iActiveContext<>-1 And iActiveContext<>0 Then%> 
				<a href="<'%=strServerPath%>index.asp" class="header_home">Home</a> 
		<'%	End If%>
		</div>
	</td>
    <td width="7"><div align="right"><img src="../images/layout/header_r1_c9.jpg" width="7" height="22"></div></td>
  </tr>
  <tr>
    <td colspan="4"><table width="100%"  border="0" cellpadding="0" cellspacing="0" background="../images/layout/header-background.jpg">
      <tr>
        <td><a href="index.asp"><img src="../images/layout/header-left.jpg" width="216" height="79" border="0"></a></td>
        <td align="center"><a href="index.asp"><img src="../images/layout/header-center.jpg" width="522" height="79" border="0"></a></td>
        <td align="right"><a href="index.asp"><img src="../images/layout/header-right.jpg" width="222" height="79" border="0"></a></td>
      </tr>
    </table></td>
  </tr>
</table>-->

<table width="100%"  border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <!-- <td width="7"><img src="../images/layout/header_r1_c2.jpg" width="7" height="22"></td> -->
    <td width="50%" class="header_date" style="height:22px; padding-left:7px;background-image:url('/images/layout/header_r1_c4.jpg');background-repeat:repeat-x;">Thursday, April 05, 2012</td>
    <td width="50%" style="background-image:url('/images/layout/header_r1_c4.jpg');background-repeat:repeat-x;padding-right:7px;" class="header_home">
		<div align="right">&nbsp;
		 
				<a href="http://www.camera.org/index.asp" class="header_home">Home</a> 
		
		</div>
	</td>
   <!-- <td width="7"><div align="right"><img src="../images/layout/header_r1_c9.jpg" width="7" height="22"></div></td> -->
  </tr>
  <tr>
    <td colspan="4"><table width="100%"  border="0" cellpadding="0" cellspacing="0" background="../images/layout/header-background.jpg">
      <tr>
        <td align="right"><a href="index.asp"><img src="../images/layout/header-left2.jpg" width="160" height="79" border="0"></a></td>
        <td width="465" align="center"><a href="index.asp"><img src="../images/layout/header-center2.jpg" width="465" height="79" border="0"></a></td>
        <td align="left"><a href="index.asp"><img src="../images/layout/header-right2.jpg" width="156" height="79" border="0"></a></td>
      </tr>
    </table></td>
  </tr>
</table>

	<!-- End Top Header -->
	<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
		<tr> 
	    	<td valign="top" width="163" class="left_border">
				<!-- Start Left Menu -->
					<script language="JavaScript">
<!-- Script Begin
function launchwin(winurl,winname,winfeatures){
	newwin=window.open([winurl],[winname],[winfeatures]);
	if(newwin.focus) setTimeout('newwin.focus();',250);
}
//  Script End -->
</script>
<table width="163" border="0" cellspacing="0" cellpadding="0">
 <tr>
    <td align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="163" height="20">
        <param name="movie" value="../flash/signup3.swf">
        <param name="quality" value="high">
        <embed src="../flash/signup3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="163" height="20"></embed>
    </object></td>
  </tr>
  <tr>
    <td class="left_topborder2"><div align="center">
      <table width="156" border="0" cellspacing="0" cellpadding="3">
        <tr>
          <td><a href="http://blog.camera.org" target="_blank"><img src="../images/layout/btn_snapshotsblog-new.jpg" width="156" height="45" border="0"></a></td>
        </tr>
        <tr>
          <td>
<table witdth="100%" cellspacing="0" cellpadding="0" border="0" class="left_rssfeed"><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/04/wheres_the_coverage_separation_1.html' class="left_rssfeed" target="_blank">Where's the Coverage? Separation Barriers in&#8230;Cairo</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/04/haaretzs_lousy_headline.html' class="left_rssfeed" target="_blank">Ha'aretz's Lousy Headline</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/04/northeastern_univs_holocaust_d_1.html' class="left_rssfeed" target="_blank">Video Exposes Northeastern Univ Holocaust Offenses</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/04/mrs_bashar_alassad_fashion_med_1.html' class="left_rssfeed" target="_blank">Mrs. Bashar al-Assad: Fashion Media Spikes Heel</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/04/nbc_world_blog_accepts_dispute.html' class="left_rssfeed" target="_blank">NBC World Blog Reports Disputed Land Claims as Fact</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/04/haaretz_online_short_on_space.html' class="left_rssfeed" target="_blank">Ha'aretz Online Short on Space?</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/03/amira_hasnt_got_a_clue_2.html' class="left_rssfeed" target="_blank">Amira Hasn&#8217;t Got a Clue</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/03/antiisrael_journalist_robert_f.html' class="left_rssfeed" target="_blank">Anti-Israel Journalist Robert Fisk Accused by Colleagues of Fabricating Facts</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/03/oil_and_antisemitism.html' class="left_rssfeed" target="_blank">Oil and Anti-Semitism</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr><tr valign="top"><td width="10"><font class="left_rssfeed">&#8226;</font></td><td><a href='http://blog.camera.org/archives/2012/03/wheres_the_coverage_israel_the_1.html' class="left_rssfeed" target="_blank">Where's the Coverage? Israel the Best Place in the Middle East - Maybe the World - for LGBT Rights</a></td></tr></tr><td><img src="/images/layout/whitespacer.gif" height="3"></td></tr></table>
		  </td>
        </tr>
      </table>
    </div></td>
  </tr>
  
  <tr>
    <td class="left_topborder2">
			<form method="GET" name="frmSearch" action="http://www.google.com/u/camera" style="display:inline;">
				<input type="hidden" name="domains" value="camera.org">
				<input type="hidden" name="sitesearch" value="camera.org">
              	<table width="90%" border="0" cellpadding="0" cellspacing="0" align="center">
					<tr>
						<td><img src="../images/layout/whitespacer.gif" height="5"></td>
					</tr>
                		
									<tr>
                		<td class="left_searchtext"><table align="center" cellpadding="0" cellspacing="0">
                			<tr>
                				<td><a href="/rss/"><img src="/images/icons/rss.jpg" border="0"></a></td>
                				<td style="padding:5px;"><a href="/rss/" class="footer_menu">RSS Feed</a></td>
               				</tr>
                			<tr>
                				<td><a href="http://www.facebook.com/CAMERAorg" target="_blank"><img src="/images/icons/facebook.jpg" border="0"></a></td>
                				<td style="padding:5px;"><a href="http://www.facebook.com/CAMERAorg" target="_blank" class="footer_menu">Facebook</a></td>
               				</tr>
                			<tr>
                				<td><a href="http://twitter.com/CAMERAorg" target="_blank"><img src="/images/icons/twitter.jpg" border="0"></a></td>
                				<td style="padding:5px;"><a href="http://twitter.com/CAMERAorg" target="_blank" class="footer_menu">Twitter</a></td>
               				</tr>
                			</table>
               			<img src="../images/layout/whitespacer.gif" width="2">Search:</td>
              		</tr>
              		<tr>
                		<td>
                    		<table width="100%" border="0" cellpadding="0">
                      			<tr>
                        			<td><input type="text" name="q" maxlength="255" value="" class="left_frm_box"></td>
                        			<td align="right"><input type="image" src="../images/layout/btn_gosearch.jpg" border="0" alt=""></td>
                      			</tr>
                   		  </table>
                  		</td>
              		</tr>
					<tr>
						<td><img src="../images/layout/whitespacer.gif" height="5"></td>
					</tr>
           	  </table>
            </form>
	</td>
  </tr>
  <tr>
    <td class="left_topborder1" bgcolor="#F0F5F9" align="center"><img src="../images/layout/whitespacer.gif" height="8"><table width="95%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=1" class="leftmenu">Media Analyses</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=6" class="leftmenu">Journalists</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=7" class="leftmenu">Middle East Issues</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=48" class="leftmenu">Christian Issues</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=8" class="leftmenu">Names In The News</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=55" class="leftmenu">CAMERA Authors</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=13" class="leftmenu">Headlines &amp; Photos</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=9" class="leftmenu">Errors &amp; Corrections</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=46" class="leftmenu">Film Reviews</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=54" class="leftmenu">Film Suggestions</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=17" class="leftmenu">CAMERA Publications</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=37" class="leftmenu">Be An Activist</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=53" class="leftmenu">Adopt A Library</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=50" class="leftmenu">History of CAMERA</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=24" class="leftmenu">About CAMERA</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=47" class="leftmenu">Join/Contribute</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=26" class="leftmenu">Contact CAMERA</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=23" class="leftmenu">Contact The Media</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr><tr><td width="9" height="18"><img src="../images/layout/left_menubullet.jpg"></td><td height="18" colspan="2"><a href="/index.asp?x_context=27" class="leftmenu">Links</a></td></tr><tr><td height="1"></td><td height="1" colspan="2" bgcolor="#CCCCCC" align="right"><img src="../images/layout/whitespacer.gif"></td></tr></table><img src="../images/layout/whitespacer.gif" height="8"></td>
  </tr>
  
	<tr>
		<td align="center">&nbsp;</td>
	</tr>
</table>
				<!-- End Left Menu -->
	    	</td>
	    	<td valign="top" width="100%" bgcolor="#FFFFFF"  height="100%">

			<!-- Start Body Text -->
		
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="20" width="100%" height="20"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="5"><img src="../images/layout/main_r2_c2.jpg" width="5" height="20"></td>
        <td background="../images/layout/main_r2_c3.jpg" class="header_bar"><div align="center">
			Media Analyses
		</div></td>
        <td width="5"><img src="../images/layout/main_r2_c5.jpg" width="5" height="20"></td>
      </tr>
    </table></td>
	
  </tr>
  <tr>
    <td width="100%" height="100%" valign="top" class="main_border_top">
<p><br></p><table width="95%" border="0" align="center" cellspacing="0" cellpadding="0">
		<tr align="right" valign="top">
		<td colspan="2" height="5" align="right">

		<table cellpadding="0" cellspacing="0" border="0">
		  <tr>
		    <td valign="top"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CAMERAorg">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td>
		    <td valign="top"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww%2Ecamera%2Eorg%2Findex%2Easp%3Fx%5Fcontext%3D2%26x%5Foutlet%3D118%26x%5Farticle%3D1755&amp;layout=standard&amp;show_faces=false&amp;width=225&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:225px; height:35px;" allowTransparency="true"></iframe></td>
		  </tr>
		</table>
		
		</td></tr>
		<tr align="right" valign="top"><td colspan="2" height="5"><a href="#"><img src="images_system/icons_bullets/add_link.gif" border="0" onclick="return GB_showCenter('Copy Link Location', 'http://www.camera.org/copy-paste.asp?x=1755')"></a></td><tr align="right" valign="top"><td colspan="2" height="5"><a href="javascript:MM_openBrWindow('emailfriend.asp?x_location=http%3A%2F%2Fwww%2Ecamera%2Eorg%2F%2F%2Findex%2Easp%3Fx%5Fcontext%3D2%7Ex%5Foutlet%3D118%7Ex%5Farticle%3D1755','Broker','status=yes,scrollbars=yes,resizable=yes,width=460,height=250');"><img src="images_system/icons_bullets/email_to_friend2.gif" border="0"></a></td></tr><tr><td align="right" colspan="2" height="5"><a href="/index.asp?x_print=1&x_context=2&x_outlet=118&x_article=1755" target="_new"><img src="images_system/icons_bullets/printer_friendly2.gif" border="0"></a><br><br></td></tr><tr align="left" valign="top"><td><font class="articledate">July 25, 2006</font></td><td align="right"><font class="articleauthor">by Andrea Levin</font></td></tr><tr align="center" valign="middle"><td colspan="2"><font class="articlehead"><br>NPR and Rami Khouri</font><br></td></tr><tr><td colspan="2"><font><br><P>If you listen to National Public Radio (NPR), chances are you've heard of Rami Khouri. An editor-at-large of the Daily Star, a Lebanese newspaper, Khouri has made no fewer than 76 appearances on NPR since the fall of 2000, commenting on the Israeli-Palestinian conflict as well as Lebanon, Iraq, and other developments in the Middle East. (He's also been heard dozens of additional times on local public radio affiliates.) Khouri turns up on commercial networks too, but not nearly as frequently: Since the fall of 2000, he has made just 12 appearances on CNN and 14 on ABC. </P>
<P>None of that would be remarkable, except for one thing: Khouri, who is Palestinian, presents a sharply distorted view of the Arab-Israeli conflict. Events under discussion may vary, but Khouri's analysis is almost always the same: Whatever is going wrong in the Middle East, chances are the fault lies with Israel and often America as well. What's more, NPR frequently fails to balance Khouri's commentary with competing viewpoints. During 39 of his 76 NPR appearances over the last six years, Khouri was the sole interviewee. Only eight times was an Israeli voice included opposite his, even though in many other segments he took swipes at Israel. Nor does NPR have any counterpart to Khouri--that is, an Israeli who comments regularly, often by himself, and twists key facts about the region to the detriment of the Palestinians. </P>
<P>Consider a July 16 program on the Lebanon crisis in which Khouri was the sole interviewee. He described Hezbollah as a "resistance" movement that gets things done--mainly inflicting pain on Israel. "You have for the first time in Israel now, in Haifa and other places, Tiberius, civilian fear on a large scale," he said. "The Israelis are feeling the same kind of fear and angst that the Palestinians and Lebanese and other Arabs have felt for many years." Khouri evidently missed the last six years, during which hundreds of Israeli civilians were killed in an unprecedented wave of terrorist attacks that most certainly inflicted "fear and angst" on Israelis. </P>
<P>Or take this June 10 exchange, where Khouri was interviewed, on his own, by NPR's Scott Simon about the killing of Jordanian-born terrorist Abu Musab Al Zarqawi, responsible for beheadings and other mayhem in Iraq. Asked what Jordanian intelligence officials thought of Zarqawi's death, Khouri quickly segued into a discussion of Israel: </P>
<P>[T]hey feel that the threat posed by groups like his is one of the most significant ones in the region. But the other thing that the Jordanian intelligence people say, which I think is very significant, especially for Americans, is that their other problem is the policies being pursued in Palestine by the Israelis with American acquiescence. Because they see both Iraq further east and Palestine to their west being broken up and broken down into small entities with the violence and insecurity and ethnic tribalism and religious extremism.</P>
<P>Or a January segment (this time, Khouri did not appear alone) produced by Boston's NPR affiliate, WBUR, in which he discussed Ariel Sharon's legacy, leveling the charge that the Israeli leader sired Islamism in the region: </P>
<P>[T]he results of his policies are bringing to power Islamist groups all over the Middle East, and remember Hamas and Hezbollah are grandchildrens--grandchildren of Sharon's policies in Lebanon and the West Bank. You would not have had Hamas and Hezbollah if it wasn't for people like Ariel Sharon. So we need to be honest and detached, I think, and complete in assessing his legacy.</P>
<P>Honest and detached? Might not there have been other factors in the emergence of Hamas and Hezbollah--such as, say, the Muslim Brotherhood (founded the same year Sharon was born) in the case of Hamas and the Iranian mullahs in the case of Hezbollah? Or is Israel to blame for every problem that crops up in the Middle East? </P>
<P>Khouri has described Hamas's bloody agenda as "armed resistance" against "the occupation." On January 28, when he made these statements in yet another of his solo interviews, neither he nor host Scott Simon explained to listeners that "armed resistance" includes blowing up elderly Holocaust survivors at a Passover seder. Nor did either mention that "the occupation" in Hamas-speak refers to Jewish presence in any part of the State of Israel. During the same interview, Khouri called Hamas leaders "serious people" and cautioned against "immediately pressuring" them. A month later--this time during a solo interview with NPR's Steve Inskeep--Khouri fiercely denounced Condoleezza Rice's efforts to convince U.S. allies not to support Hamas. "I think she's doing as bad as she possibly could," he said, before terming Rice's approach "imbecilical." </P>
<P>Khouri's distortions often go unchallenged--even when he appears with other guests. "The majority of Palestinians wants to negotiate a fair, legitimate peace with the State of Israel that accepts keeping Israel as it is now, a majority Jewish state," he declared on February 9. Unfortunately for Khouri--and for those Israelis and Palestinians who would like to someday live in peace--that claim isn't borne out by the facts. A December 2005 poll by the Palestinian Center for Policy and Survey Research (PSR) asked what kind of state respondents preferred. While 31 percent wanted a two-state solution and 5.8 percent wanted a single, binational state, fully 61 percent favored the following statement: "I do not support either solution; instead, I support return of all Palestine to Palestinians." Additionally, a March 2006 PSR poll taken after the ascendance of Hamas found that 60.8 percent of Palestinians said Hamas should not recognize Israel. On air, no one bothered to confront Khouri with this evidence. How honest and detached.</P>
<DIV>Andrea Levin is executive director of the Committee for Accuracy in Middle East Reporting in America. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Reprinted from TNR Online | Post date 07.25.06&nbsp; </DIV></font><br><font class="articlefooter1"><i></i></font></td></tr></table>

		<!-- AddThis Button BEGIN --><center>
		<script type="text/javascript">var addthis_pub="cameradotorg";</script>
		<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
		<!-- AddThis Button END --></center>
		<br><br>

			
	</td>
	
  </tr>
</table>

			<!-- End Body Text -->

	      	</td>
			<td width="1" valign="top" bgcolor="#000066" background="http://www.camera.org/images_system/interface/darkblue_pixel.gif"><img src="http://www.camera.org/images_system/interface/darkblue_pixel.gif" border="0" width="1" height="1" alt=""></td>
	  	</tr>
	  	<tr align="center"> 
	    	<td colspan="3">
				<!-- Start Footer -->
				<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
	<td width="9"><img src="../images/layout/footer_r2_c2.jpg" width="9" height="20"></td>
	<td bgcolor="#000064" class="footer_copyright" width="100%">&copy; CAMERA &bull; 2012 &bull; All rights reserved</td>
	<td width="140"><a href="http://www.remoteit.com" target="_blank"><img src="../images/layout/footer_r2_c4.jpg" width="140" height="20" border="0"></a></td>
  </tr>
  <tr>
    <td colspan="3" class="footer_menu" style="padding-top:5px"><a href="index.asp?x_context=1" class="footer_menu">Media Analyses</a> / <a href="index.asp?x_context=9" class="footer_menu">Corrections</a> / <a href="index.asp?x_context=24" class="footer_menu">About CAMERA</a> / <a href="index.asp?x_context=26" class="footer_menu">Contact Us</a> / <a href="index.asp?x_context=47" class="footer_menu">Contribute</a></td>
  </tr>
</table>

				<!-- End Footer -->
      	</td>
	  	</tr>
	</table>

<div id="divTooltip"></div>
<!--   Page Took 19 Milliseconds   -->
<!---------------- OPENTRACKER HTML START ----------------->
<script defer src="http://server10.opentracker.net/?site=www.camera.org"></script>
<!----------------  OPENTRACKER HTML END  ----------------->
	
	</td>
  </tr>
</table>
</body>
</html>


<!--- HTML Footer END --->