|
作者:天蓝 来源:新京报 时间:2006-10-12 14:13:45 |
|
中国京剧院首次推出演绎晋商传奇的近代京剧
 
黄金组合于魁智、李胜素在《走西口》中的扮相。
借着晋商题材近年在影视和话剧舞台的风靡,京剧近日也来跟风。日前,中国京剧院宣称,京剧黄金组合于魁智、李胜素将以晋商形象出现,演绎新编近代京剧《走西口》。10月19日,该剧将在长安大戏院首演。
“哥哥你走西口,小妹妹我实在难留。”这首描写山西晋商的民歌将以京剧的形式呈现在舞台上。据悉,《走西口》是中国京剧院今年与山西省京剧院以及中国戏曲学院联合推出的大制作,以著名的晋商乔家、常家等为背景,讲述清末晋商以诚信经商,艰难创业、守业的故事。剧中,于魁智将扮演男一号———“晋德裕”商号的老板常雨桥,老搭档李胜素不再和于魁智扮演“夫妻档”,而出演开始和于魁智对着干、而后决心帮他建功立业的钟雪儿。除了于魁智和李胜素,当前京剧界的头牌演员刘桂娟、管波、袁慧琴、舒桐、朱强等也将在剧中担纲主演。
主办方表示,此次合作不仅将让观众重温晋商创业史、树立当代商业观,还将拓展近年来京剧的表现题材,其中民歌“走西口”也将会以京剧唱腔编进剧中,届时观众将欣赏到“京剧赋予民歌‘走西口’的豪迈悲壮的风骨,民歌‘走西口’赋予京剧的低回缠绵的情愫。”
<%
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)
%> |