|
作者:舒炜 来源:中国新闻网 时间:2007-1-8 2:30:25 |
|

[图]昆剧《长生殿》剧照|(中国秦腔网附图)
应比利时王国列日市瓦洛尼皇家剧院的邀请,由苏州昆剧院排演的大型经典昆剧《长生殿》将于一月八日至十六日赴比利时参加布鲁塞尔艺术节,首次把中国昆曲艺术的韵味和风采带到欧洲。
昆曲作为中国的“百戏之祖”、人类非物质文化遗产,在海内外久负盛名。由白先勇领衔,两岸三地合作打造,苏州昆剧院演出的青春版《牡丹亭》,至今已于两岸四地巡演七十五场,直接进场观众超过十万人次。二00六年在美国公演令美国观众惊艳, 一个月内,在南北加州四个加大校园连演四次共十二场,几乎场场爆满。
此次首次赴欧洲演出的昆曲《长生殿》,和风靡两岸和美国的昆曲《牡丹亭》一样,是中国古典四大名剧之一,也是苏州昆曲院的经典剧目。据介绍,《长生殿》由苏州昆剧院和台湾石头出版社联合制作,中国戏曲梅花奖“二度梅”得主王芳领衔主演,本剧自二00四年二月在台湾成功首演后,经过两岸有关方面的通力合作,演出足迹已遍及台湾、香港、北京、上海等地,至今已经演满四十二场,并曾获台湾地区最高奖“戏曲金钟奖”殊荣。
据苏州昆剧院院长蔡少华介绍,本次赴比利时演出首次尝试纯商业性演出模式,这在中国尚属首次,而且单场的市价在一点五万欧元。据悉,这次演出在比利时当地的售票情况很好,已售出七成以上。
<%
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)
%> |