|
作者:肖洁 来源:兰州日报 时间:2008-4-18 10:36:50 |
|
[图]秦腔《曹操与杨修》剧照(中国秦腔网 附图)
“金城之春”秦腔演出周今晚将上演最后一出大戏秦腔版《曹操与杨修》。随着该剧的上演,被金城戏迷亲切称为“兰州戏剧节”的“金城之春”秦腔演出周将落下帷幕。据了解,本届秦腔周每场上座率达到八成,“清唱专场”票房最高是此次活动显著的特点。
每场上座率达到八成
连续举办了十四期的“金城之春”秦腔演出周已成为一个文化品牌,每年到了这个时候,就会有好多戏迷打电话到金城大剧院询问秦腔演出周的有关信息。金城大剧院经理陈红告诉记者,每年4月对剧场来说是淡季,举办秦腔周活动一方面是走品牌延续的路,一方面是给剧场增添人气。可喜的是,这次演出每场上座率达到八成,高于以往多届的平均上座率,年轻观众也增加了一些。“清唱专场”最受热捧
有观众对此次演出周有两点看法:一是老戏太多,二是清唱专场不应该放在第一场,首场应该安排有震撼力的本戏。对此,陈红表示,据主办方多方面了解,兰州戏迷偏爱老艺术家的表演,中老年观众对传统剧目情有独钟,所以安排了《窦娥冤》、《周仁回府》、《铡美案》等剧目,不过以后会考虑加入现代戏。另外,用“清唱专场”打头炮是想让观众了解演员阵容,看演员的拿手好戏,这也是举办多次活动的经验。这次演出“清唱专场”票卖得最多,收入最高,还有人询问是否有“清唱专场”的光碟出售想购买。“多演出”才能吸引新戏迷
著名秦腔表演艺术家李爱琴是这次演出阵容中最大的“腕儿”,这次来兰带着腰伤演出就为了戏迷的厚爱。记者在演出周即将结束时采访了她。李爱琴对秦腔在走下坡路的说法并不认同,她说:“西北人离不开秦腔,秦腔人有责任有义务将它展示给观众。我一生与秦腔为伴,我希望秦腔顶的住各种冲击,让它老树开新花。另外,秦腔演员要踏踏实实演戏,对得起观众。”对如何吸引年轻观众,李爱琴表示,“多演出”是取胜的法宝,让人们先认识再了解,最后喜爱。陈红透露,“金城之春”秦腔演出周这一活动将一直办下去,为“好家”提供平台。
<%
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)
%> |