|
作者:景韬 来源:中国秦腔网 时间:2002-8-20 |
|
我是一个忠实的戏迷朋友,十分关注《秦之声》的每一期节目,其精彩之处自不必说,但是整个节目有几点瑕疵,播出去恐怕会被外人见笑,在此提出,与广大票友探讨,言过其实之处请朋友们严厉批评! 1、戏曲小品的并不精彩,立意虽深,但表演技巧,语言幽默性不够,甚至有点幼稚和滥竽充数的味道,我的观点是宁缺毋滥。 2、节目中间插播广告时间太长,让我这种专门抽时间看节目的人浪费太多,这可能和电视台的经济效益有关。
3、戏迷大叫板在彩排时就应把时间卡死,否则不要限制5分钟,不然会影响大段唱腔的韵味,和参赛者的真正水平。 4、大叫板的评委水平太底,隔行如隔山,非秦腔专业人士不宜做评委。有时给参赛者的成绩让人哭笑不得,有过140~196分的差距,这是为什么?幸亏观众有一点给予参赛者“公正”的权利。
5、选手成绩敲定后,应该让有秦腔权威性的人士做简短的点评,这样赛者清楚,观者明白,自然也就提高了节目的质量。
6、主持人报分程序太拖沓,没必要即念出评委名讳,又念出电子亮分板上的每个单元,很浪费时间的,电子亮分板也失去了它真正的作用。
7、李梅演唱的片尾曲相当不错,值得回味。 衷心希望秦之声在不断探索、完善中,成为中国的名牌栏目。
[本文右景韬2002-12-24. 22:44:08发表于中国秦腔网-中国戏曲论坛]
<%
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)
%> |