[转贴]西方连篇累牍炒作“藏独” 低调报道华人示威(1)
<DIV id=chan_newsTitle>西方连篇累牍炒作“藏独” 低调报道华人示威(1)</DIV><DIV id=chan_newsInfo>2008-04-16 10:43:05 <A href="http://www.huanqiu.com/" target=blank>环球网</A> 【<A onclick="doZoom(chan_newsDetail,16); return false;" href="http://news.china.com/zh_cn/focus/tibet08/11066916/20080416/14788771.html#">大</A> <A onclick="doZoom(chan_newsDetail,14); return false;" href="http://news.china.com/zh_cn/focus/tibet08/11066916/20080416/14788771.html#">中</A> <A onclick="doZoom(chan_newsDetail,12); return false;" href="http://news.china.com/zh_cn/focus/tibet08/11066916/20080416/14788771.html#">小</A>】 <!-SSE COMENTSTART SSE-><A href="http://pl.news.china.com/comment/comment.do?event=INIT&e=1&s=cms&channelname=news&subjectname=wK3I%2BLTy1NLHwMnVuPy24NDCzsXSs8Pm&newsid=14788771&newscontent=zve3vcGsxqrA2%2Bu5s7TX96Gwsti2wKGxILXNtfexqLXAu6rIy8q%2Bzf4%3D&links=aHR0cDovL25ld3MuY2hpbmEuY29tL3poX2NuL2ZvY3VzL3RpYmV0MDgvMTEwNjY5MTYvMjAwODA0MTYvMTQ3ODg3NzEuaHRtbA%3D%3D&m=b2a67bfbf407933fb45050e5dfd0b488" target=_blank><FONT color=#ff0000><B>查看评论</B></FONT></A> <!-SSE COMENTEND SSE-></DIV><DIV id=chan_newsInfo1></DIV><SCRIPT language=JavaScript type=text/javascript><br>function Marquee()<br>{<br> this.ID = document.getElementById(arguments);<br> if(!this.ID)<br> {<br> this.ID = -1;<br> return;<br> }<br> this.Direction = this.Width = this.Height = this.DelayTime = this.WaitTime = this.Correct = this.CTL = this.StartID = this.Stop = this.MouseOver = 0;<br> this.Step = 1;<br> this.Timer = 30;<br> this.DirectionArray = {"top":0 , "bottom":1 , "left":2 , "right":3};<br> if(typeof arguments == "number" || typeof arguments == "string")this.Direction = arguments;<br> if(typeof arguments == "number")this.Step = arguments;<br> if(typeof arguments == "number")this.Width = arguments;<br> if(typeof arguments == "number")this.Height = arguments;<br> if(typeof arguments == "number")this.Timer = arguments;<br> if(typeof arguments == "number")this.DelayTime = arguments;<br> if(typeof arguments == "number")this.WaitTime = arguments;<br> if(typeof arguments == "number")this.ScrollStep = arguments<br> this.ID.style.overflow = this.ID.style.overflowX = this.ID.style.overflowY = "hidden";<br> this.ID.noWrap = true;<br> this.IsNotOpera = (navigator.userAgent.toLowerCase().indexOf("opera") == -1);<br> if(arguments.length >= 7)this.Start();<br>}<br><br>Marquee.prototype.Start = function()<br>{<br> if(this.ID == -1)return;<br> if(this.WaitTime < 800)this.WaitTime = 800;<br> if(this.Timer < 20)this.Timer = 20;<br> if(this.Width == 0)this.Width = parseInt(this.ID.style.width);<br> if(this.Height == 0)this.Height = parseInt(this.ID.style.height);<br> if(typeof this.Direction == "string")this.Direction = this.DirectionArray;<br> this.HalfWidth = Math.round(this.Width / 2);<br> this.HalfHeight = Math.round(this.Height / 2);<br> this.BakStep = this.Step;<br> this.ID.style.width = this.Width + "px";<br> this.ID.style.height = this.Height + "px";<br> if(typeof this.ScrollStep != "number")this.ScrollStep = this.Direction > 1 ? this.Width : this.Height;<br> var msobj = this;<br> var timer = this.Timer;<br> var delaytime = this.DelayTime;<br> var waittime = this.WaitTime;<br> msobj.StartID = function(){msobj.Scroll()}<br> msobj.Continue = function()<br> {<br> if(msobj.MouseOver == 1)<br> {<br> setTimeout(msobj.Continue,delaytime);<br> }<br> else<br> { clearInterval(msobj.TimerID);<br> msobj.CTL = msobj.Stop = 0;<br> msobj.TimerID = setInterval(msobj.StartID,timer);<br> }<br> }<br><br> msobj.Pause = function()<br> {<br> msobj.Stop = 1;<br> clearInterval(msobj.TimerID);<br> setTimeout(msobj.Continue,delaytime);<br> }<br><br> msobj.Begin = function()<br> {<br> msobj.ClientScroll = msobj.Direction > 1 ? msobj.ID.scrollWidth : msobj.ID.scrollHeight;<br> if((msobj.Direction <= 1 && msobj.ClientScroll <= msobj.Height + msobj.Step) || (msobj.Direction > 1 && msobj.ClientScroll <= msobj.Width + msobj.Step))return;<br> msobj.ID.innerHTML += msobj.ID.innerHTML;<br> msobj.TimerID = setInterval(msobj.StartID,timer);<br> if(msobj.ScrollStep < 0)return;<br> msobj.ID.onmousemove = function(event)<br> {<br> if(msobj.ScrollStep == 0 && msobj.Direction > 1)<br> {<br> var event = event || window.event;<br> if(window.event)<br> {<br> if(msobj.IsNotOpera)<br> {<br> msobj.EventLeft = event.srcElement.id == msobj.ID.id ? event.offsetX - msobj.ID.scrollLeft : event.srcElement.offsetLeft - msobj.ID.scrollLeft + event.offsetX;<br> }<br> else<br> {<br> msobj.ScrollStep = null;<br> return;<br> }<br> }<br> else<br> {<br> msobj.EventLeft = event.layerX - msobj.ID.scrollLeft;<br> }<br> msobj.Direction = msobj.EventLeft > msobj.HalfWidth ? 3 : 2;<br> msobj.AbsCenter = Math.abs(msobj.HalfWidth - msobj.EventLeft);<br> msobj.Step = Math.round(msobj.AbsCenter * (msobj.BakStep*2) / msobj.HalfWidth);<br> }<br> }<br> msobj.ID.onmouseover = function()<br> {<br> if(msobj.ScrollStep == 0)return;<br> msobj.MouseOver = 1;<br> clearInterval(msobj.TimerID);<br> }<br> msobj.ID.onmouseout = function()<br> {<br> if(msobj.ScrollStep == 0)<br><br> {<br> if(msobj.Step == 0)msobj.Step = 1;<br> return;<br> }<br> msobj.MouseOver = 0;<br> if(msobj.Stop == 0)<br> {<br> clearInterval(msobj.TimerID);<br> msobj.TimerID = setInterval(msobj.StartID,timer);<br> }<br> }<br> }<br> setTimeout(msobj.Begin,waittime);<br>}<br><br>Marquee.prototype.Scroll = function()<br>{<br> switch(this.Direction)<br> {<br> case 0:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollTop += this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollTop >= this.ClientScroll)<br> {<br> this.ID.scrollTop -= this.ClientScroll;<br> }<br> this.ID.scrollTop += this.Step;<br> }<br> break;<br><br> case 1:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollTop -= this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollTop <= 0)<br> {<br> this.ID.scrollTop += this.ClientScroll;<br> }<br> this.ID.scrollTop -= this.Step;<br> }<br> break;<br><br> case 2:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollLeft += this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollLeft >= this.ClientScroll)<br> {<br> this.ID.scrollLeft -= this.ClientScroll;<br> }<br> this.ID.scrollLeft += this.Step;<br> }<br> break;<br><br> case 3:<br> this.CTL += this.Step;<br> if(this.CTL >= this.ScrollStep && this.DelayTime > 0)<br> {<br> this.ID.scrollLeft -= this.ScrollStep + this.Step - this.CTL;<br> this.Pause();<br> return;<br> }<br> else<br> {<br> if(this.ID.scrollLeft <= 0)<br> {<br> this.ID.scrollLeft += this.ClientScroll;<br> }<br> this.ID.scrollLeft -= this.Step;<br> }<br> break;<br> }<br>}<br></SCRIPT><br><STYLE type=text/css><!--<br>#EndPageRollText {background:#f5f5f5; border:1px solid #CCC; height:25px;}<br>#EndPageRollText ul {width:268px; overflow:hidden; float:left;}<br>#EndPageRollText ul,<br>#EndPageRollText li {margin:0; padding:0; list-style-type:none;}<br>#EndPageRollText li {height:25px; line-height:25px; overflow:hidden; text-align:left; font-size:12px; padding-left:3px;}<br>#EndPageRollText li a {font-size:12px; text-decoration:none;}<br>--></STYLE><br><DIV id=EndPageRollText style="OVERFLOW-Y: hidden; OVERFLOW-X: hidden; OVERFLOW: hidden; WIDTH: 536px; HEIGHT: 25px" noWrap><UL><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14794136.html" target=_blank>昆明官方发言人声明:媒体不要误读仇和讲话</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14794119.html" target=_blank>07年年薪12万以上个人自行纳税申报人数达212万</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14794110.html" target=_blank>乌鲁木齐遭遇罕见春季暴雪(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/focus/tibet08/11066916/20080418/14794036.html" target=_blank>美华裔将发起3大运动 吁CNN辱华主持人正式道歉</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14793896.html" target=_blank>北京地铁塌方案4名工作人员被认定不构成犯罪</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080418/14793897.html" target=_blank>达赖窜访多国 蓄意破坏中国形象</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14793849.html" target=_blank>反诈骗专家:回拨电话高额吸费诈骗确实存在</A></LI><LI><A href="http://news.china.com/zh_cn/finance/11009723/20080418/14793663.html" target=_blank>中石油跌破16.70元发行价 上证综指跌破3100点</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14793560.html" target=_blank>马凯兼任国家行政学院院长 戴秉国不再兼副外长</A></LI><LI><A href="http://news.china.com/zh_cn/focus/tibet08/11066916/20080418/14793494.html" target=_blank>揭秘“藏独路线图”:“绑架”奥运 谋求策反</A> </LI></UL><UL><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792865.html" target=_blank>坠楼女模追悼会择日举行 当事韩国人受邀请(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792841.html" target=_blank>杨钰莹“初恋”曝其隐私:她为赖文峰堕过四次胎</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14793027.html" target=_blank>“开封纪委”率众追打司机民警续:被开除党籍</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14793016.html" target=_blank>储户银行卡50分钟被盗刷27万 农行被判全赔(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14793002.html" target=_blank>山东男子网曝受贿医生名单 上榜者称要维权(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792819.html" target=_blank>23岁空姐当选团中央委员 20岁已有海景豪宅(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792822.html" target=_blank>孕妇跳楼被丈夫抓住 市民看热闹不报警(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792984.html" target=_blank>广州白云机场惊现不明手提包 内有1亿现金(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792832.html" target=_blank>男子冒充女大学生网上骗财 “一夜情”未被发现</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792873.html" target=_blank>深圳出现最牛线路公交车 全程108站113公里(图)</A> </LI></UL><UL><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14794136.html" target=_blank>昆明官方发言人声明:媒体不要误读仇和讲话</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14794119.html" target=_blank>07年年薪12万以上个人自行纳税申报人数达212万</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14794110.html" target=_blank>乌鲁木齐遭遇罕见春季暴雪(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/focus/tibet08/11066916/20080418/14794036.html" target=_blank>美华裔将发起3大运动 吁CNN辱华主持人正式道歉</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14793896.html" target=_blank>北京地铁塌方案4名工作人员被认定不构成犯罪</A></LI><LI><A href="http://news.china.com/zh_cn/international/1000/20080418/14793897.html" target=_blank>达赖窜访多国 蓄意破坏中国形象</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14793849.html" target=_blank>反诈骗专家:回拨电话高额吸费诈骗确实存在</A></LI><LI><A href="http://news.china.com/zh_cn/finance/11009723/20080418/14793663.html" target=_blank>中石油跌破16.70元发行价 上证综指跌破3100点</A></LI><LI><A href="http://news.china.com/zh_cn/domestic/945/20080418/14793560.html" target=_blank>马凯兼任国家行政学院院长 戴秉国不再兼副外长</A></LI><LI><A href="http://news.china.com/zh_cn/focus/tibet08/11066916/20080418/14793494.html" target=_blank>揭秘“藏独路线图”:“绑架”奥运 谋求策反</A> </LI></UL><UL><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792865.html" target=_blank>坠楼女模追悼会择日举行 当事韩国人受邀请(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792841.html" target=_blank>杨钰莹“初恋”曝其隐私:她为赖文峰堕过四次胎</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14793027.html" target=_blank>“开封纪委”率众追打司机民警续:被开除党籍</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14793016.html" target=_blank>储户银行卡50分钟被盗刷27万 农行被判全赔(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14793002.html" target=_blank>山东男子网曝受贿医生名单 上榜者称要维权(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792819.html" target=_blank>23岁空姐当选团中央委员 20岁已有海景豪宅(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792822.html" target=_blank>孕妇跳楼被丈夫抓住 市民看热闹不报警(组图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792984.html" target=_blank>广州白云机场惊现不明手提包 内有1亿现金(图)</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792832.html" target=_blank>男子冒充女大学生网上骗财 “一夜情”未被发现</A></LI><LI><A href="http://news.china.com/zh_cn/social/1007/20080418/14792873.html" target=_blank>深圳出现最牛线路公交车 全程108站113公里(图)</A> </LI></UL></DIV><SCRIPT>new Marquee("EndPageRollText",0,1,536,25,30,3000,3000,25)</SCRIPT><br><DIV id=chan_newsDetail><CLK> 环球网讯 少数“藏独”分子五颜六色的脸和反华标语不断登上西方<NOBR oncontextmenu="return false;" onmousemove=kwM(7); id=clickeyekey7 onmouseover="kwE(event,7, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,7)" onmouseout=kwL(event,this) target="_blank">媒体</NOBR>,而声势更加浩大的“加油中国”的声音却被西方轻易忽略。近来,海外华人自发组织多次大规模和平游行,抗议西方媒体不公<NOBR oncontextmenu="return false;" onmousemove=kwM(6); id=clickeyekey6 onmouseover="kwE(event,6, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,6)" onmouseout=kwL(event,this) target="_blank">报道</NOBR>,歪曲西藏真相。海外华人正第一次大规模地公开站出来,成为在西方世界维护中国利益的新的重要力量。然而对于这一重要动向,西方媒体却明显采取了低调报道的战略,与此前大规模报道“藏独”形成鲜明对比。这极大增加了中国人传达自己声音的困难。一些海外华人向《环球时报》<NOBR oncontextmenu="return false;" onmousemove=kwM(0); id=clickeyekey0 onmouseover="kwE(event,0, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,0)" onmouseout=kwL(event,this) target="_blank">记者</NOBR>表示,他们将用更大规模的集会抗议西方的这种态度。本周六,伦敦、巴黎、柏林3地将同时传来逾万名华人响亮的呐喊声。</CLK><BR> <BR> <B><CLK>面对“中国声音”,西方媒体<NOBR oncontextmenu="return false;" onmousemove=kwM(16); id=clickeyekey16 onmouseover="kwE(event,16, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,16)" onmouseout=kwL(event,this) target="_blank">集体</NOBR>“失聪”</CLK></B><BR> <BR> 本周一,数百名华人聚集在美国西雅图华盛顿大学红色广场,他们高举“西藏是中国一部分”、“反对媒体歪曲报道”等标语,抗议达赖15日的到访。《西雅图时报》报道说,华盛顿大学上空当日还有一架飞机挂出了“达赖,你的微笑有魅力,你的行为很伤人”的标语。而美联社却报道说将有数千人来聆听达赖的演讲。这种倾向性明显的做法令不少华人气愤。而西方媒体对此前华人多次反“藏独”游行的“失聪”,更令人愤慨。<BR> <BR><CLK> <NOBR oncontextmenu="return false;" onmousemove=kwM(1); id=clickeyekey1 onmouseover="kwE(event,1, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,1)" onmouseout=kwL(event,this) target="_blank">4月</NOBR>13日,数千华人华侨自发地在澳大利亚悉尼街头举行大型爱国和平游行,维护祖国团结统一,呼吁西方媒体停止不实报道,谴责暴力和谎言。同日下午,加拿大渥太华各界华人在国会山庄举行了“宣传西藏真相,维护祖国统一”集会,参加者达5000人。他们中许多人甚至不辞辛苦从多伦多、温哥华等地赶来。在德国,上百名华人3月29日就在慕尼黑奥登广场举行了主题为“无声呐喊”的游行,抗议德国媒体涉藏歪曲报道。杜塞尔多夫、海德堡等地也先后举行类似游行。</CLK><BR> <BR><CLK> 4月12日,1500名华人聚集在苏格兰首府爱丁堡,抗议英国广播公司(BBC)此前的不公报道。让当地人不仅亲眼看到五星红旗和奥运五环旗,也亲耳听到了“中国人的声音”。然而,与大肆渲染“藏独”<NOBR oncontextmenu="return false;" onmousemove=kwM(5); id=clickeyekey5 onmouseover="kwE(event,5, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,5)" onmouseout=kwL(event,this) target="_blank">活动</NOBR>铺天盖地的报道不同,对于华人的爱国游行,西方媒体却表现得异常冷淡。英国媒体中只有《爱丁堡晚报》在14日刊登了一条百字简讯,称参与人数只有600人。4月12日谢菲尔德市华人示威,英国媒体截至14日晚仍无报道。在澳大利亚,媒体也在极力“压缩”华人游行的规模。澳大利亚<NOBR oncontextmenu="return false;" onmousemove=kwM(2); id=clickeyekey2 onmouseover="kwE(event,2, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,2)" onmouseout=kwL(event,this) target="_blank">电视</NOBR>9台在其晚间新闻后段用数十秒报道了“数以百计”悉尼华人的抗议。而一向以即时新闻快速为特点的澳大利亚广播公司网站上根本找不到任何报道。在加拿大,主流媒体也只用极小篇幅报道华人游行。</CLK><BR> <BR> <B><CLK>“它们只想要<NOBR oncontextmenu="return false;" onmousemove=kwM(4); id=clickeyekey4 onmouseover="kwE(event,4, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,4)" onmouseout=kwL(event,this) target="_blank">自己</NOBR>预设的‘事实’,而不是整个真相”</CLK></B><BR> <BR> 当北京奥运火炬在全球传递,一路被点燃的不仅是各国人民对奥运的期盼,还有世界华人的爱国热情。他们在火炬传递各站护送圣火,为祖国加油打气。然而,如果你只看西方媒体报道,似乎很难找到这些中国人的身影。这些媒体一向标榜的“客观公正”仿佛在顷刻间消失得无影无踪。<BR> <BR><CLK> 在4月6日伦敦圣火传递中,BBC直播的画面充斥着雪山狮子旗和“藏独”分子的言行,然而,实际上人数更为众多的华人却全然不见身影。一名当地华人和《环球时报》记者谈及此事时颇感无奈,“我们明明人很多呀”。在旧金山火炬传递现场,一家当地电视台的<NOBR oncontextmenu="return false;" onmousemove=kwM(9); id=clickeyekey9 onmouseover="kwE(event,9, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,9)" onmouseout=kwL(event,this) target="_blank">采访</NOBR>小组围着一名“藏独”分子拍来拍去。一名华人打断他们的采访,质问道:“你为什么不采访我们这些反‘藏独’的人,我们才代表中国主流民意,你们不是讲民主么?为什么只报道‘藏独’声音?”那名记者于是敷衍地问了这名华人一个问题。当地侨领说,当晚该台播放的<NOBR oncontextmenu="return false;" onmousemove=kwM(3); id=clickeyekey3 onmouseover="kwE(event,3, this);" style="BACKGROUND: url(http://control.clickeye.com.cn/images/line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,3)" onmouseout=kwL(event,this) target="_blank">节目</NOBR>中,对该华人的采访已被删去。</CLK><BR> <BR> 在法国,问题似乎更加明显。从火炬7日在巴黎传递开始,媒体上充斥着一边倒的反对中国的声音,个别媒体发出的客观报道在反对中国的声浪中显得孤掌难鸣。《解放报》在火炬传递前便无知地指责中国无视西藏文化。而在火炬传递当天的媒体报道中,更是只见“藏独”旗,难觅五星红旗。<BR> <BR> 这种“厚此薄彼”的报道让一些中国人对西方媒体彻底失望。旅法华人董铭在其博客中写道:“这一次在巴黎,我亲身体会到了西方媒体的选择性失明。火炬传递那天,铁塔下多少留学生和华侨,巴黎街头多少红旗和五环旗,在法国晚间新闻里全不见了踪影。这就是西方媒体的公正,他们只想要自己预设的‘事实’,而不是整个真相”。一名不愿透露姓名的法国记者告诉《环球时报》记者,“在法国,我们听不到任何拥护北京奥运的民众发出的声音,有些报道确实很夸张”。<BR><BR>更多精彩内容阅读登录<A href="http://www.huanqiu.com/" target=_blank>环球网(www.huanqiu.com)</A></DIV> 法国混蛋 <FONT size=5>敢与中国为敌的下场====<BR></FONT><IMG src="/attachments/Upfiles/2008418151235365.gif"><BR><BR><br><br>[此帖子已被 兔宝宝 在 2008-4-18 15:14:04 编辑过] 本周六,伦敦、巴黎、柏林3地将同时传来逾万名华人响亮的呐喊声。海外华人正第一次大规模地公开站出来,成为在西方世界维护中国利益的新的重要力量。 原文由 兔宝宝 发表: <FONT size=5>敢与中国为敌的下场====<BR></FONT><IMG src="/attachments/Upfiles/2008418151235365.gif"><BR><BR><BR><BR>[此帖子已被 兔宝宝 在 2008-4-18 15:14:04 编辑过]
页:
[1]