|
作者:蔡少华[苏州昆剧院院长] 来源:光明日报 时间:2007-1-8 7:24:14 |
|
bsp; 美国的新闻媒体以及社会对这次演出的期待和热情出乎意料,柏克莱的饭店在《牡丹亭》演出前的三天已全部定满,拥有2000多座位的ZELLEBCH剧场早在剧目上演前一星期就将三场演出票全部售罄。不同年龄、阶层、族裔、职业的观众从旧金山湾区四面八方赶来,有的还从西雅图、纽约等地专程赶来观看。尔湾巴克雷剧场中心主任Karen Drews Hanlon说,这样大型的中国戏剧团体来此演出还是第一次,而且演出非常成功,这样的卖座和效果也是第一次看到。加大尔湾校区戏剧系主任罗伯特·柯在接受采访时说:中国文化在美国主流社会应该说是比较陌生的,十多年前接待过不少中国戏剧团体,上座率很低,有的只有五十多个观众。这次演出的青春版《牡丹亭》是最好最精致的艺术。《旧金山纪事报》史帝芬·卫恩认为青春版《牡丹亭》是继梅兰芳之后又一次成功登陆美国的中国戏曲。加州大学洛杉矶分校是世界排名前十位的著名大学之一,Royce Hall剧院又是世界著名的剧场之一,到今年已有六十年的历史。每年都有来自世界各地的表演团体和艺术家在这里表演。青春版《牡丹亭》作为中国第一个戏曲团体走进了Royce Hall剧院,在这个一千八百个座位的剧场里,创造了满座的神话。
上一页 [1] [2] [3] [4] [5]
<%
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)
%> |