天地间 发表于 2008-4-18 14:56

[转贴]全世界正义声音都应谴责卡弗蒂的纳粹言论

<DIV id=chan_newsTitle>全世界正义声音都应谴责卡弗蒂的纳粹言论</DIV><DIV id=chan_newsInfo>2008-04-16 10:35:51 <A href="http://www.xinhuanet.com/" target=blank>新华网</A> 【<A onclick="doZoom(chan_newsDetail,16); return false;" href="http://news.china.com/zh_cn/focus/tibet08/11066915/20080416/14788725.html#">大</A> <A onclick="doZoom(chan_newsDetail,14); return false;" href="http://news.china.com/zh_cn/focus/tibet08/11066915/20080416/14788725.html#">中</A> <A onclick="doZoom(chan_newsDetail,12); return false;" href="http://news.china.com/zh_cn/focus/tibet08/11066915/20080416/14788725.html#">小</A>】 <!-SSE COMENTSTART SSE-><A href="http://pl.news.china.com/comment/comment.do?event=INIT&amp;e=1&amp;s=cms&amp;channelname=news&amp;subjectname=wK3I%2BLTy1NLHwMnVt9bO9sbAwtvSs8Pm&amp;newsid=14788725&amp;newscontent=yKvKwL3n1f3S5cn50vS2vNOmx7TU8L%2BouKW12bXExMm04tHUwts%3D&amp;links=aHR0cDovL25ld3MuY2hpbmEuY29tL3poX2NuL2ZvY3VzL3RpYmV0MDgvMTEwNjY5MTUvMjAwODA0MTYvMTQ3ODg3MjUuaHRtbA%3D%3D&amp;m=0832db994c9061a05c1960534b993e2e" 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>&nbsp;&nbsp;&nbsp;&nbsp;日前,美国有线电视<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>网(CNN)主持人卡弗蒂在转播奥运火炬在旧金山传递时公然宣称:“中国产品是垃圾”,“过去50年里中国人基本上是暴民和匪徒”。</CLK><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR><CLK>&nbsp;&nbsp;&nbsp;&nbsp;在第二次世界大战结束60多年后,在自称捍卫民主、自由、人权的美国,在一家世界性媒体的电视转播中,竟然有人公开宣扬种族主义,煽动种族仇恨,实在让人感到震惊和愤怒。卡弗蒂的言论不仅是对中国人民的侮辱,也是对全人类良知和公理的<NOBR oncontextmenu="return false;" onmousemove=kwM(8); id=clickeyekey8 onmouseover="kwE(event,8, 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,8)" onmouseout=kwL(event,this) target="_blank">挑战</NOBR>。他的说法与希特勒将犹太人比作劣等民族的言论如出一辙,完全是纳粹言论,理应受到全世界正义声音的谴责。</CLK><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR><CLK>&nbsp;&nbsp;&nbsp;&nbsp;卡弗蒂的种族主义言论完全是一派胡言,稍有理智的人对此都不难识别,稍有正义感的人也都会对他的谬论产生本能的反感。他所说的“中国产品是垃圾”,不过是西方社会妖魔化中国歪风的延续,在事实面前根本不值一驳。根据美国经济分析局<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>的数据,2007年中国对美出口达3215亿美元。如果中国产品真是垃圾,美国消费者为什么愿意花几千亿美元购买中国产品?难道是美国人疯了吗?事实上,有问题的既不是中国产品,也不是美国消费者,真正有问题的,是卡弗蒂,是CNN,是种族主义狂热在美国阴魂不散的结果。</CLK><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR><CLK>&nbsp;&nbsp;&nbsp;&nbsp;在世界近现代史上,美国是世界上少数实行过残酷奴隶制的<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>之一,种族主义一直是美国社会除之不去的毒瘤和顽疾。在今年的美国大选中,奥巴马作为第一位可能问鼎美国总统的黑人候选人给美国带来一股新风,世界上许多善良的人们本来认为,种族主义在美国已经没有了市场。可卡弗蒂的拙劣<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(13); id=clickeyekey13 onmouseover="kwE(event,13, 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,13)" onmouseout=kwL(event,this) target="_blank">这些</NOBR>顽固的种族主义者与当年的纳粹毫无二致。</CLK><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR><CLK>&nbsp;&nbsp;&nbsp;&nbsp;卡弗蒂说“过去50年里中国人基本上是暴民和匪徒”,这完全是对中国人民的污蔑。中国有<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>13亿人口,占世界总人口的1/5。如果世界上1/5的人都是暴民和匪徒,那么人类文明岂不早就完蛋了?如果中国人民都是暴民和匪徒,那么为什么国际奥委会经过民主投票将2008年奥运会举办权授予中国?如果中国人民都是暴民和匪徒,那么每年进出中国超过1.2亿人次的外国游客,又为何而来?卡弗蒂的言论不仅暴露了<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>的种族偏见和对中国人民的敌视,而且早已超出了新闻自由和言论自由的范畴,是对人类社会共同价值观的公然亵渎,必将遭到一切有良知的人们的谴责。</CLK><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR><CLK>&nbsp;&nbsp;&nbsp;&nbsp;对于卡弗蒂的言论,中国人民表示无比的愤怒,但中国人民也绝不会被一个纳粹主义者吓倒。中国的改革开放已经整整进行了30年,随着世界人民与中国人民<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>与合作的日益加深,中国越来越了解世界,世界同样越来越了解中国,中国人民热爱和平,热情好客的情怀也绝不是一个卡弗蒂就能够歪曲的。事实盛于雄辩。号称国际传媒的CNN雇佣这样的主持人<NOBR oncontextmenu="return false;" onmousemove=kwM(10); id=clickeyekey10 onmouseover="kwE(event,10, 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,10)" onmouseout=kwL(event,this) target="_blank">发表</NOBR>如此不顾事实、颠倒黑白、骇人听闻并且挑战人类共同价值观的言论,只会使全世界的公众看清其背弃新闻职业操守的堕落本质从而对其更加反感。(</CLK><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;相关专题:<A href="http://news.china.com/zh_cn/focus/tibet08/index.html" target=blank>拉萨3·14打砸抢烧事件</A></DIV>

初来乍到 发表于 2008-4-18 15:12

<FONT face=隶书 color=#0909f7 size=6>全世界的公众看清其背弃新闻职业操守的堕落本质从而对其更加反感。</FONT></CLK>

周延 发表于 2008-4-18 22:13

卡弗蒂的言论不仅是对中国人民的侮辱,也是对全人类良知和公理的挑战。他的说法与希特勒将犹太人比作劣等民族的言论如出一辙,完全是纳粹言论,理应受到全世界正义声音的谴责。<br>

白雪迎春 发表于 2008-4-18 21:54

原文由 初来乍到 发表: <FONT face=隶书 color=#0909f7 size=6>全世界的公众看清其背弃新闻职业操守的堕落本质从而对其更加反感。</FONT></CLK>

红莓花儿开 发表于 2008-4-21 20:28

原文由 周延 发表: 卡弗蒂的言论不仅是对中国人民的侮辱,也是对全人类良知和公理的挑战。他的说法与希特勒将犹太人比作劣等民族的言论如出一辙,完全是纳粹言论,理应受到全世界正义声音的谴责。<BR>

做的比说的好 发表于 2008-4-21 22:22

原文由 周延 发表: 卡弗蒂的言论不仅是对中国人民的侮辱,也是对全人类良知和公理的挑战。他的说法与希特勒将犹太人比作劣等民族的言论如出一辙,完全是纳粹言论,理应受到全世界正义声音的谴责。<BR>
页: [1]
查看完整版本: [转贴]全世界正义声音都应谴责卡弗蒂的纳粹言论