|
作者:王剑虹 来源:新民晚报 时间:2008-3-6 10:33:39 |
|
让“百戏之祖”重回时尚生活——昆剧《桃花扇》的上海演出将首度尝试昆剧历史讲解、大厅乐器展示、观众品茶论戏与演员观众互动等全新环节,不仅让戏曲经典之作再现于舞台,更为文化遗产的传承与发扬探寻一条新路。
江苏省昆剧团的《桃花扇》将于下月10日、11日在上海东方艺术中心的“名家名剧月”亮相,老中青三代演员将同台再现一段离合情与兴亡史。据主办此次演出的上海圣翎演出公司总监章敛介绍,除了在舞台上呈现精美演出外,还有百件苏绣与古董一并亮相,体现“流动博物馆”的概念和多彩的“秦淮文化”。11日演出前,将请名家在大厅为入场者讲解昆剧历史、陈列昆剧乐器;而在第一出戏与第二出戏的演出后,将进行佳肴品尝、宾客互谈、演员交流等互动活动。演出至最后一出戏前,主办方还安排了半小时并备有香茗咖啡,让观众品茶论戏、交流观感。章敛表示,这些创意活动集艺术欣赏、弘扬戏曲精华与商务会晤于一体,使昆曲的演出与传承更显多样化。
昆剧《桃花扇》曾应邀到宝岛台湾演出,文化名人余光中对此剧大加赞赏,还专门在剧场与电视中讲解《桃花扇》的人物与剧情。余光中曾说,《桃花扇》的舞台好像有种魔力,让他产生了时空幻觉,“我仿佛回到了《桃花扇》的年代,进入了《清明上河图》般的戏曲意境。这样美的意境值得更多的人来共享。”
<%
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)
%> |