|
作者:刘婷 来源:北京晨报 时间:2007-8-23 9:46:41 |
|
由中央电视台戏曲频道《梨园擂台》与安徽电视台《相约花戏楼》联手打造的“寻找七仙女——黄梅戏青年演员电视挑战赛”经过近半年的选秀大战,日前决出最后结果。来自安庆的吴美莲最终夺冠,荣获“七仙女”称号。虽然选拔创下戏曲类节目收视新高,但因为选手在比赛中要用流行歌曲演绎黄梅戏经典唱段,要用真情 告白的方式向评委拉票惹来争议。
比赛的娱乐化形式让不少戏迷发出“选秀选不出名角,选不出新一代黄梅戏领军人物,只是选漂亮脸蛋”的质疑。
《梨园擂台》栏目制片人滕海涛表示,黄梅戏搭载选秀形式,对演员的要求不是降低了,而是提高了。节目在考量演员唱功的同时,还要考验她的观众缘和现场反应能力。争议较大的用流行歌曲演唱黄梅戏,其实是考察选手的创腔能力。新一代黄梅戏领军人物必须懂时尚,因此新时期的演员竞技,必须考察其多方面的素质。
<%
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)
%> |