|
作者:孙彦博 来源:精品购物指南 时间:2007-1-22 11:13:57 |
|

[图]央视主持人李咏调侃陕西人被讨伐
衰人李咏 一句话恶评如潮
李咏再次栽在自己的舌头上。央视著名主持人李咏因为调侃陕西人而受到来自各方的质疑。1月12日晚播出的《幸运52》中,李咏对参加节目的挑战者提问:“唱秦腔时用的是真嗓,所以高亢粗犷,保持了原始豪放的风格。请问,秦腔的别称是什么?”然后,他给出了碗碗腔、高腔、乱弹等选项。在选手考虑的间隙,李咏和现场观众开起了玩笑:“有没有陕西人?俗话说得好,八百里秦川尘土飞扬,三千万懒汉高唱秦腔。”正是这句玩笑话中的“懒汉”两字,激起了观众、尤其是陕西观众的强烈抗议。有观众指出:“李咏所说句子的原文应该是‘八百里秦川尘土飞扬,三千万老陕高唱秦腔’,他擅自把‘老陕’改成了‘懒汉’。陕西人民向来都是勤劳善良的,这样的改编实在让人很难接受。”随着李咏对此事件的不回应,观众情绪进一步激化,李咏贴吧、天涯社区等论坛上兴起了一场轰轰烈烈的“倒李”运动,甚至有网友公布了中央电视台的投诉电话,要求李咏“下课”。
尔后1月17日凌晨1点11分,李咏在新浪博客以《迟到的歉意!》为题,向陕西人公开道歉,并解释了调侃原因。“事情的过程是这样的:当时的录制现场,节目已经进行到中间段落,在一位选手即将成为幸运挑战者之前遇到的是一道四选一的题,内容是关于陕西省的地方戏。选手在思考时,现场的气氛也比较紧张,为了给选手减压,同时也调动现场观众的情绪,在选手思考期间,我便和现场的观众开起了玩笑。我记得现场有一位来自陕西的小伙子,于是我想起了过去听过的一个段子就和他开起了玩笑。现在想来,这个玩笑的的确确开得不妥,有欠考虑。虽然调动了现场气氛,但其在观众中所产生的后果却是我始料未及的。”李咏如是说。
其实李咏之所以再次被“讨伐”,决非一日之形成。这再一次的“口无遮拦”只不过是积攒已久“倒咏”的导火索而已。李咏之所以被“倒”,其病根就在于他——太把自己当“人物”了,时时刻刻把观众给他的荣誉顶在头上炫耀!你想啊,这见天地顶着顶荣誉的大帽子满世界摇来晃去的,那“帽子”还不掉下来!要知道这荣誉同样也像水,可载舟也可覆舟!其实,有时荣誉也是要适时珍藏的,就像尘封的老酒,越“藏”越醇香!而李咏则是太过自满、太过张扬、太过抱着取得的那点成绩和荣誉不放了! 上一页 [1] [2]
 <%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
If IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
End If
resArray = Split(screenRes, delimiter, 2)
If (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
End If
End Function
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
End If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
If StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |