|
作者:张颖俊 来源:华商报 时间:2007-1-15 8:36:00 |
|
。这名网友还专门用重点符号标明,“此段文字可看出陕西人不但不懒,还比以前更勤快了。”
陕西人“懒不懒”?生活在西安的市民也有自己的说法,看看繁华的市场、繁忙的交通、林立的高楼,看看在各行各业中用火热的激情、辛勤的汗水劳作的人们,都在用事实告诉世人,陕西人并不是李咏说的“三千万懒汉高唱秦腔”,陕西人不懒!
环保数据显示“尘土飞扬”已成过去
在西安生活了二十多年的刘先生认为,如今的西安并不是一些人想象中的漫天黄沙,灰头土脸,一年中近300天能看到蓝天白云,让许多到过西安的外地朋友羡慕不已。
一位在陕西省环保局就职的网友,还向记者提供了一份2006年全省空气质量的监督报告,这份曾面向社会公布的环保报告用一系列的数据证明,全省的空气质量明显好转,尘土飞扬已不再是陕西的标志:全省10个城市空气质量综合污染指数总体呈下降趋势,城市空气质量明显改善。2005年,全省城市空气污染综合指数为2.37,比2000年的4.03下降1.66,降低了41.19%。其中宝鸡、铜川、渭南、汉中、榆林空气质量明显好转。
网友“古都”在网上发帖述说,西安2006年更是有了“289天蓝天”的环保骄人成绩,可以说“八百里秦川尘土飞扬”已经成了一种回忆。
观众有说法
指责的多赞成的少
对于李咏在节目中的表现,有观众认为,作为一个节目主持人,在一些特定的场合一定要注意自己的言谈举止,因为在那一刻他不仅仅代表的是自己,说出的话如果有失公允,“杀伤力”会很大,造成的不良 影响也会很大。但也有人认为,现场来点“小插曲”,是李咏主持风格所致,不足为奇。
观点一:伤害到陕西人,应该道歉
1月13日下午5时许,网名“狼外婆”的网友在“媚影娱乐社区”的论坛中发帖《对央视著名节目主持人李咏的一点看法》,指责李咏说话欠妥。帖子在对事件做了一个简单的回放后,直接针对李咏质问:“三千万秦人何时被称为懒汉?你了解陕西吗?你知道陕西人的勤劳吗?”并提出“李咏!请出来道歉!”的要求。
在网友“热线”看来,李咏似乎并没有弄清这句话的来源和意思。回帖中,他说上一页 [1] [2] [3] [4] [5] [6] 下一页
 <%
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)
%> |