|
今年九月,台北、厦门、新加坡三地歌仔戏创作者及剧团将聚会台北。
二十七日下午,有关“二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)
%> |