|
作者:陈青 来源:宁波日报 时间:2005-11-27 12:00:40 |
|
昨天,戏剧节组委会召开新闻发布会,越南青年剧院的《麦克白》和国内六个院团参演剧目如昆剧《英雄罪》等亮相,掀起戏剧节第四波高潮。
《麦克白》第二次来中国 据越南青年剧院院长介绍,《麦克白》改编自莎士比亚名剧,此次受中国戏剧家协会的邀请,第二次来中国演出,第一次是2003年在北京。越南青年剧院成立于1978年,他们的经典剧目还有《罗密欧与朱丽叶》、《奥赛罗》以及中国的《雷雨》等。越南青年剧院多次参加国际性演出,来到中国更感到亲切。2004年,他们到中国山东演出,著名演员兰香受到山东观众的极大欢迎。越南青年剧院希望通过在宁波的演出,增进越南与宁波人民之间的了解与友情。该剧将于27日、28日在白云影剧院演出。
《香妃与乾隆》还香妃真容 传说中的香妃是一个体生异香、美艳绝伦的西域奇女,一个以刺杀乾隆皇帝为己任的复仇者。近年来,随着唐山市清东陵容妃墓的发掘和大量史料考证,所谓“香妃”即是容妃,是一个促进民族和睦、团结的女子。唐山评剧团创排的评剧《香妃与乾隆》还香妃本来面目。该剧于25日、26日在港务局影剧院演出。
《大儒还乡》21易其稿 桂林市桂剧团的《大儒还乡》自参加广西剧展以后,21易其稿,来宁波前10天终于定稿。之前它已演出76场,获得2003-2004年度国家舞台艺术精品工程优秀剧本奖。《大儒还乡》在唱腔上融入桂林山歌、秦腔等音乐元素,非常优美。 & [1] [2] 下一页
<%
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)
%> |