|
作者:贾薇 来源:北京日报 时间:2006-6-16 6:13:43 |
|
沪剧表演艺术家茅善玉、评剧表演艺术家谷文月等近30位著名戏曲表演艺术家,日前将他们珍藏的个人音像资料捐赠给中国艺术研究院,作为该院《中国戏曲剧种音像资料库》的永久收藏。 中国戏曲保护发展座谈会同时在中国艺术研究院举行,各个地方戏曲剧种的代表人物就当前戏曲生存发展面临的问题进行了研讨。 据悉,随着中国文艺领域呈现的多元化发展态势,在传统农业生态中发展、成熟起来的中国戏曲正在面临前所未有的挑战。上个世纪50年代中国传统戏曲剧种有368个,到上个世纪80年代减少到317个,而2005年最新的统计结果是267个。许多剧种已经消失或者正在消失,传统戏曲艺术不但逐步退出城市舞台,甚至在农村市场也在逐渐减少。与会的艺术家来自昆剧、京剧、黄梅戏、花鼓戏、秦腔等各个剧种,他们呼吁应尽早将戏曲保护工作列入立法范畴。
<%
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)
%> |