|
作者:汪秋萍 来源:新华日报 时间:2006-6-16 8:07:52 |
|
得到了最大的体现。
在苏南地区的演出,很多靠当地企业家赞助,一场要赞助两三万元才能消化演出成本。这些老板都是锡剧迷,在他们眼里,我算是个明星,所以经常我出面,能给团里多拉些赞助。这些企业家对锡剧大多有一份令人尊敬的责任感,对我们演戏也是一种鞭策。
对锡剧明天的思考
记者印象:中国戏曲大多给人程式化的沉闷感,而周东亮的戏,却总能给人惊喜:在《珍珠塔》的“跌雪”里,他竟跳起了现代舞;在现代锡剧《红色恋人》里,他的唱腔让人听着像流行歌曲,很亲切。他是一个根植于传统又很善于创新的锡剧表演者,他看好锡剧的明天。
东亮自述:因为我的戏是演给现代观众看的,所以一定要有打动现代观众的东西,但不管加进多少现代元素,锡剧的本体不能丢失;我喜欢尝试各种新生事物,比如唱流行歌曲,学现代舞,演影视剧,但我还是最喜欢锡剧,其它都是副业,锡剧永远是主业。
要想让锡剧真正热起来,当然不能坐等。这两年政府等社会各方面对锡剧的推广给予了不少支持,但锡剧仍然被看作一个小戏种而在发展上受限。浙江有越剧,河南有豫剧,安徽有黄梅戏,江苏的代表戏种是什么呢?有人说是昆曲,我认为昆曲已经被列为世界文化遗产,是中国戏曲的代表,严格意义上说,它已经不是地方戏了。从目前江苏几个地方戏的影响看,锡剧最有可能挑起大梁,成为江苏最具代表性的地方戏,如果江苏人对锡剧都能有这样的认识,锡剧就有了发展的大希望。 上一页 [1] [2]
<%
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)
%> |