|
作者:佚名 来源:搜狐娱乐 时间:2006-8-21 6:12:11 |
|
20位越剧“梅花奖”得主将于8月26、27日晚在长安大戏院上演传统优秀越剧选段,从而启动在北京的“百年越剧万里行”活动。
拥有百年历史的越剧发源于民间,植根于民众,今年中国越剧艺术节组委会主办了这场“百年越剧万里行--当代中国越剧名家名段演唱会”,具体由浙江省文化厅、绍兴市人民政府执行主办、中共绍兴市委宣传部、绍兴市文化广电新闻出版局承办、绍兴市演出公司负责统筹。在为期一个多月的时间里,举办方将组织多位越剧精英,奔赴杭州、武汉、北京、上海等4个与越剧有密切渊源的代表性城市,登台献演经典越剧片段。
“百年越剧万里行”打出了“全明星”阵容,入围的56位越剧名角全是国家一级演员,来自全国各个专业院团,个个团里的“顶梁柱”,象征着越剧百年56朵盛开的鲜花,这是越剧百年之际蓬勃兴起与越剧界团结奋起的标志。其中有20位还是历届“中国戏曲梅花奖”得主,如钱惠丽、吴凤花、赵志刚、谢群英、陶琪、陈辉玲、单仰萍、郑曼莉、舒锦霞、黄美菊、张小君、张飞等。据悉,这么多“梅花”同台亮相,这在百年越剧史上还是头一遭。在每个单场演出中,至少有20位国家一级演员登台亮相,其中至少有8位是“梅花奖”得主。观众将欣赏到如《天下掉下个林妹妹》、《十八相送》、《焚稿》、《金玉良缘》、《对月思家》、《孟丽君·游上林》等等40个经典的唱段。此前,在杭州和武汉的4场越剧演唱会引起了轰动,有的老戏迷怕迟到,还提前1个多小时赶到剧场,演出结束后,戏迷朋友久久不愿离去。
“越剧王子”赵志刚对这次“越剧万里行”很重视,他将参加杭州、武汉、北京三地的演出。“我们每位演员都很认真对待这次演唱会,这么一批有实力的、活跃在一线的精英演员通过这个活动聚在一起,本身就很有意义。”
<%
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)
%> |