|
这几天,来自京剧、昆曲、越剧、川剧、秦腔五大剧种的5位名家正在上海话剧艺术中心举行“实验中国。文化记忆”系列演出,向观众展示他们这几年在实验戏曲领域的探索成果。记者发现,虽然这几天演出结束后都有不少观众留下来参加座谈会,但种种迹象显示,对于欣赏实验戏曲,观众似乎还没准备好。与传统隔着一层
前晚上演的是田曼莎主演的川剧《情叹》,据观察,剧场中除了相当数量的圈内人士外,的确有一部分普通观众对这种样式的戏曲表演不太适应,他们更习惯于看一台有明明白白故事情节的戏,而不能感受演员所要表达的东西。
散场后,一位观众很坦白地告诉记者,这戏的确有点看不懂,座谈会上听了演员的介绍,才明白原来说的是一个女演员历经文革,等到可以演戏的时候,却青春已逝的哀楚。
观众除了对田曼莎的表演表示赞赏外,并没有说出别的什么来,给人的感觉是,这些观众想赞美实验戏曲,但却不知道怎么赞美或该赞美些什么。重在开拓思路不过也有圈内人士认为,实验戏剧的实质是“实验”,“实验”就是一种试探和试验,目的是寻找一些可行的元素去改良现状,所以有没有一个相对稳定的观众群并不重要。
5位主演之一的赵志刚认可了这一说法,赵志刚认为,做实验戏曲重要的不是结果而是过程,结果成功失败都无所谓,重要的是在做实验戏曲的过程中接触更多新事物、新理念,开拓思路,并且把这些新的东西运用到自己平时的创作中,“最明显的成果就是我三年排了六个大戏,在这以前我是不敢的。”赵志刚说。
<%
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)
%> |