|
作者:唐雪薇 来源:北京娱乐信报 时间:2004-4-24 |
|
大型京剧交响剧诗《梅兰芳》的排练进入了冲刺阶段。自前天下午起,该剧剧组已开进长安大戏院。
于魁智、李胜素、孟广禄、赵葆秀、李岩、李宏图等京剧名家和胡文阁、石维坚等演艺明星, 推掉了一切日常演出,在著名导演陈薪伊的坐镇指挥下,从早到晚一头扎进这出表现梅大师风骨的戏中。北京京剧院副院长周铁林一听说记者要采访,马上笑着劝记者作罢,他说:“因为要演好梅兰芳,于魁智现在的压力非常大,所以一门心思只想排好戏,连定装照都没有时间拍。我们现在根本不敢打搅他。现在要跟他说个什么事,他最少也得过一个半月才会考虑、答复。”
据介绍,近百人的交响乐队把梅兰芳在“国破山河在”的血雨腥风中的爱国情怀和对敌人的横眉冷对,体现得如画如诗。市委副书记龙新民观看排练后对该剧给予了高度评价,他说,《梅兰芳》这出戏具有京剧艺术的强烈震撼力和各路京剧名家精湛的艺术水准,是北京今年争创国家舞台艺术精品工程的重中之重。他希望剧组全体同仁以梅兰芳为榜样,奋力拼搏,精益求精,以可能达到的最高艺术水准,把这部弘扬民族精神、传播国粹艺术的京剧力作奉献给广大观众。
《梅兰芳》将于29日进行首次彩排。
<%
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)
%> |