[转贴]CNN主持人辱骂华人是“呆子” 激起华人愤怒
<H1>CNN主持人辱骂华人是“呆子” 激起华人愤怒</H1><SPAN>2008-04-13 18:39:49 <A href="http://www.chinanews.com.cn/" target=blank>中国新闻网</A> 【<A onclick="doZoom(chan_newsDetail,16); return false;" href="http://news.china.com/zh_cn/focus/aoyun/11062974/20080413/14782390.html#">大</A> <A onclick="doZoom(chan_newsDetail,14); return false;" href="http://news.china.com/zh_cn/focus/aoyun/11062974/20080413/14782390.html#">中</A> <A onclick="doZoom(chan_newsDetail,12); return false;" href="http://news.china.com/zh_cn/focus/aoyun/11062974/20080413/14782390.html#">小</A>】 <!-SSE COMENTSTART SSE-><A href="http://pl.news.china.com/comment/comment.do?event=INIT&e=1&s=cms&channelname=news&subjectname=sbG%2BqbDC1MvXqMziuPy24NDCzsXSs8Pm&newsid=14782390&newscontent=Q05O1vez1sjLyOjC7ruqyMvKx6GwtPTX06GxILykxvC7qsjLt9%2FFrQ%3D%3D&links=aHR0cDovL25ld3MuY2hpbmEuY29tL3poX2NuL2ZvY3VzL2FveXVuLzExMDYyOTc0LzIwMDgwNDEzLzE0NzgyMzkwLmh0bWw%3D&m=daee814a02c9c105d5ef0ef20b6eda46" target=_blank><FONT color=#ff0000><B>查看评论</B></FONT></A> <!-SSE COMENTEND SSE-></SPAN><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><SCRIPT type=text/javascript><!--<br> function openWithSelfMain(url,name,width,height,top,left,noscrollbars){<br> width2=(width<=screen.width)?width:(screen.width*3/4);<br> height2=(height<=screen.height)?height:(screen.height*3/4);<br> var options = "width=" + width2 + ",height=" + height2;<br> if(top!="") options += ",top="+ top;<br> if(left!="") options += ",left="+ left;<br> options += "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no";<br> if(noscrollbars == null || noscrollbars == "" || noscrollbars == "0" || width>screen.width || height>screen.height){<br> options += ",scrollbars=yes";<br> }else{<br> options+= ",scrollbars=no";<br> }<br> //alert(width+">>"+height);<br> //return false;<br> new_window = window.open(url, name, options);<br> window.self.name = "main";<br> new_window.focus();<br> }<br>//--></SCRIPT><br> <br><CENTER><IMG title=点击查看原图 style="CURSOR: pointer" alt="CNN主持人辱骂华人是“呆子” 激起华人愤怒" src="http://news.china.com/zh_cn/focus/aoyun/11062974/20080413/images/14782390_446080.jpg" border=0></CENTER><BR> <FONT face=楷体_GB2312>图中海外的华人小女孩在家人的带领下,来到街头,手拿小国旗对着这镜头露出天真无邪的笑容。(发展论坛)</FONT><BR> <BR> 北京奥运圣火在旧金山安全传递后,又在阿根廷首都布宜诺斯艾利斯圆满完成传递。就在此时,CNN主持人卡佛提辱骂华人是“呆子和暴徒”以及旧金山市议员戴利“中国政府出钱雇人”的不实言论,激起了旧金山华人社区的愤怒。<BR> <BR> 一个谴责卡佛提和CNN并要求正式道歉的网上签名活动正在迅速展开,要求戴利下台的呼声也正在发出。<BR> <BR> 当地时间九日下午,北京奥运圣火在旧金山传递时,CNN进行全程追踪报道。主持人卡佛提在谈论中美关系时使用侮辱性的语言称中国人是“一群五十年不变的呆子和暴徒。”<BR> <BR> 一份要求CNN道歉的请愿信目前正在网上开始征集签名。截至记者发稿时,已有八千人签名并留言,谴责卡佛提和CNN对华人根深蒂固的偏见和恶意。旧金山湾区留学生热门网站“未名空间”也有网友发出呼吁,杯葛CNN,向卡佛提节目的广告商发信,停止提供广告。<BR> <BR> 曾经提出议案要求谴责中国人权的旧金山市议员戴利日前对《星岛日报》记者说,中国政府出钱雇人,组织大巴迎圣火。问及如何得知,戴利说是听说的。<BR> <BR> 戴利的言论在旧金山华人社区激起公愤。一位社区人士指出,戴利的选区田德隆是旧金山出名的“问题区”,那里充斥着色情、暴力和毒品。作为民选官员,戴利在其位不谋其职,应该下台。<BR> <BR> 市长纽森和警察局长方宇文日前会见媒体时表示,造成旧金山圣火传递路线临时改道的主要原因,就是戴利组织人在圣火经过的大街上拦截并破坏巴士。<BR> <BR></DIV> 戴利在其位不谋其职,应该下台。<br>====滚下去! 小丑挡不住历史! <P><FONT color=#2222dd size=6>站起来的中国人民不可辱,西方亡我之心不死,我们要团结一致,斗争到底。</FONT></P> 跳梁小丑。捏死他个兔孙。
页:
[1]