|
作者:赵伟 来源:东南早报 时间:2006-10-30 2:03:47 |
|
应日本冲绳国立剧场邀请,本月24日至30日,福建省梨园戏实验剧团一行25人赴日本冲绳参加“中日传统戏曲交流会”。
交流会期间,福建省梨园戏实验剧团与日本“组踊”演出团体同台,上演梨园戏传统名剧《打花鼓》和《朱文》。这期间还举办日本冲绳文化厅第四届“琉球艺能”国际文化艺术研讨会。
据邀请方介绍,之所以邀请梨园戏演出《打花鼓》,是因为在日本的古老艺术“组踊”的表演记录中,有该剧目的简单介绍;而《朱文》一剧,则与其传统名剧《执心钟入》非常相似。此次梨园戏首次在冲绳国立剧场成功上演,得到专家及观众的高度赞赏。在本月28日演出结束后的庆功酒会上,被日本政府授予“人间国宝”称号的组踊演出者代表照喜名朝一先生激动地说,《打花鼓》一剧在组踊艺术里,只有一句话的文字记录,而梨园戏却让他看到了完整的、载歌载舞的演出。会上还有日本专家惊奇地称,梨园戏的表演和冲绳的传统舞蹈在手姿、身段中竟有许多相同的姿态,而这正是古老而优秀的艺术所共有的。
据悉,今日梨园戏一行将回泉,并着手准备11月前往新加坡、中国台湾,12月前往香港演出的相关准备工作。
<%
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)
%> |