|
作者:佚名 来源:北京青年报 时间:2006-10-29 1:51:06 |
|
“越剧这朵南方之葩,在北京能开花真的不容易。”八十高龄的越剧表演艺术家王文娟昨天这样表示。这位曾出演《西厢记》、《孟丽君》,并因扮演《红楼梦》中林黛玉的角色而为人们所熟知的越剧“王派唱腔”创始人,前天收了北京徒弟,昨天又看到北京市南花越剧团成立。这标志着时隔20年,北京又有了自己的越剧团。
著名越剧演员丁苗芬1960年率上海“天鹅越剧团”进京组建“红旗越剧团”,在生活不适、语言不通、没有观众的状态下艰难生存,至1985年被迫解散。还有人断言:北京人唱不了越剧,发音就过不了关。
北方人学越剧真的很难吗?王文娟不信。这次她收的第一个北京弟子是王蔚丽。“她真的很努力,功底也不错。现在已为人母,还要担任北京越剧艺术研究学会的职务。正是她们这一批人的用心,如今学越剧的北京姑娘达到了两三百位。”王文娟说,虽然她年纪大了,但总应该为越剧的发扬尽自己的力。
“我们只有通过与外地的交流学习,引进人才才能重新壮大我们的队伍,而不能仅仅只是通过纪念活动轰轰烈烈一阵子,不能任凭这项中国特色戏曲走向衰落。”但王文娟也表达了她的忧虑:“我深深感到现在越剧弟子后继乏人。上海很多独生子女的家长都不愿让孩子学戏、吃这份苦。”不过,她还是很高兴看到这个起源于浙江的剧种如今能走遍全国。
<%
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)
%> |