|
作者:和璐璐 来源:新京报 时间:2006-3-5 21:59:14 |
|
从今天开始,为期一周的“川文化周”所带来的《大佛海通》、《易胆大》和《刘谊专场》将展示给北京观众更加时尚和不同以往的川剧。
今天在长安大戏院上演的《易胆大》从20世纪80年代搬上戏曲舞台以来久演不衰,
此次“巴蜀鬼才”魏明伦在原来的基础上稍稍改动了台词。《易胆大》还请来话剧导演查明哲执导,他说:“以前川剧都是非常火暴的,但在这出戏里我借鉴了一些话剧表演的方式,让舞台流光溢彩飘逸灵动起来。”
《易胆大》的主演也是由名角担纲,川剧表演艺术家、戏剧“梅花奖”得主陈智林领衔主演,女主角花想容由刘谊扮演。27岁的刘谊是四川省川剧院响当当的台柱子,刘晓庆、邓婕成名前也都曾是该院的优秀戏曲演员。刘谊因主演四川方言电影《红颜》获得威尼斯电影节欧洲艺术奖,获奖后,刘谊的表现有点出人意料,她至今依然坚守在清贫的戏曲舞台上。刘谊对记者吐露心声说,“其实我也知道,拍一部电视剧赚的钱可能是我一辈子在舞台上也得不到的。但我觉在得舞台上演戏有意思,我在13岁学川剧之前曾经学过6年的小提琴。我喜欢川剧,每次听到观众的掌声就特别满足。所以,即使我去拍影视剧,也还会回到舞台上。”刘谊自幼主攻青衣,兼学花旦、武旦,行腔哀婉。此次,她在3月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)
%> |