|
作者:潘革平 来源:新华网 时间:2007-1-13 23:54:15 |
|
受比利时列日市瓦隆皇家剧院的邀请,中国昆曲经典剧目《长生殿》12日晚首次在此间亮相。来自比利时及其周边国家的近500名欧洲戏迷无不折服于中国传统戏曲艺术的魅力。
《长生殿》讲述了唐明皇与杨贵妃的爱情故事,由苏州昆剧院和台湾石头出版社联合制作,中国戏曲“梅花奖”获得者王芳领衔主演。在两个半小时的演出中,优雅的唱腔、精美的服饰以及具有浓郁东方色彩的布景,深深吸引着现场观众。演出结束后,意犹未尽的观众报以长时间的掌声,久久不愿离场。
列日省省长福雷在观看演出后表示,通过这场精妙绝伦的表演,令欧洲观众充分领略了东方文化的神奇与精彩,同时增进了他们对中国文化的认识与了解。
一位名叫布佩的比利时妇女专程乘火车前来观看演出。她告诉记者:“从形式上看,中国昆曲与西方歌剧有天壤之别,但它们同属人类非物质遗产,都肩负着传播和平与友谊的使命。”
昆曲《长生殿》自2004年2月在台湾成功首演后,经海峡两岸有关方面的通力合作,已在台湾、香港、北京、上海等地演出了42场。苏州昆剧院院长蔡少华表示,希望此次比利时之行能为昆曲以商业演出模式进入市场探索一条有效途径。
<%
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)
%> |