|
作者:佚名 来源:人民日报海外版 时间:2007-3-26 4:26:54 |
|
京剧,曾是北京文化消费的一种时尚,曾风靡全国。在京剧最为兴盛的100多年中,它既是民族艺术又是流行艺术。到了最近30年,由于中国的开放,民族艺术与流行艺术深刻分裂,京剧已经不属于流行艺术了,市场萎缩,风光不在。
然而,京剧并未“老朽”。它的地位,无论在国内还是国外,仍然是中国戏曲的首席代表,也是我们国家想实现“弘扬民族艺术,振奋民族精神”这一战略目标首先要抓住的“龙头剧种”。把京剧的生存、发展问题解决好了,在民族戏曲范围内,可以起到“扶老携幼”的作用。为京剧想一想,京剧对我们会有些什么期待?中国戏曲学会副会长龚和德想到的几点,符合京剧的“心意”吗?
80多岁的周桓先生说起京剧“四大名旦”、“四大须生”、净行的“三巨头”等等,如数家珍。大约太爱传统老戏之故吧,对新戏意见颇多。然而他对京剧的深爱着实令人感动。老先生读了本报有关“京剧为何屡振不兴”的稿件后,立马儿挥笔并亲自将稿件送到报社。他认为,京剧衰微的原因主要有三:演员“四功”(唱、念、做、打)今不如昔;舞台演出组织策划不力;观众只知吃萝卜,却没尝过梨。因此,要求得京剧再度辉煌,必须给演员创造更多的演出机会,一方面通过实践,提高他们的艺术水平;一方面使更多的观众接触京剧!
<%
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)
%> |