|
作者:徐馨 来源:人民日报 时间:2007-5-3 11:12:26 |
|
本报讯:青春亮丽的昆曲《牡丹亭》将在北京迎来第100场演出。“百场纪念演出”由文化部主办,江苏省苏州昆剧院5月11日—13日在北京北展剧场演绎。
青春版《牡丹亭》是“国家昆曲艺术抢救、保护和扶持工程”重点扶持的优秀剧目,由华语作家、昆曲义工白先勇担任总制作人,苏州昆剧院青年
“小兰花”演员担纲主演,携手两岸三地共同打造。白先勇表示,传统戏曲只有培养青年观众才有前途。在《牡丹亭》的观众里,有60%—70%是青年人,打破了青年观众不看戏曲的偏见。
青春版《牡丹亭》自2003年开始创作至今,坚持以传承为核心,通过剧目产生人才,将人才培养、艺术传承、剧目打造相结合,成为业界借鉴的范本。此次在北京第100场纪念演出,既是为了充分肯定青春版《牡丹亭》在探索昆曲保护中取得的成绩,也为了进一步总结其促进艺术传承与海内外普及推广传播的经验,并希望带动更多的人参与到昆曲与其他传统艺术保护事业中来。
<%
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)
%> |