|
越剧在北京观众中影响日益扩大,19日晚,这枝南国之花又开在北大校园,仅《红楼梦》中的一个经典片段,便让大学生们如痴如狂。
此次上海越剧院进京举行越剧北京演出周活动,不仅首次为学生准备了半价票,同时还免费在北大百年讲堂举行了“关于越剧风格特色”的两场讲座。平均年龄22岁的几位年轻越剧演员与大学生“面对面”讲解越剧特色并表演经典章节。来听讲座的年轻人对越剧的舞美、剧本、唱腔表现出的好奇、关注和热情,不亚于对流行音乐的疯狂,不少人还当场学着演,摆起造型哼起“十八相送”。“没想到年轻人对传统戏曲会有这么大的兴趣。”上海越剧院院长尤伯鑫说,“看到大学生们对越剧的热情这么高,非常高兴,今天我感觉到了越剧的青春活力,越剧能与青春知音同乐,这是百年越剧的希望所在。”
为此次北大越剧讲座服务的都是北大越剧协会的在校学生。北大元培计划实验班的杨楠腩告诉记者,她是去年来北大报名时,无意中被越剧协会同学们的演唱吸引住了,虽然家在河南,但从小就喜欢越剧的她,毫不犹豫地加入到协会中。目前北大越剧协会有50多位同学,其中不乏来自河北、青海等北方各地的同学。
这种近距离接触越剧精粹的形式受到了广大学子的欢迎,演出所受到的关注程度大大出乎主办者的意料。据介绍,这次在北京演出的5场戏中,学生票甚至占了近一半的份额。很多热爱越剧的同学甚至提前一小时顶着烈日排队领票,长长的队伍颇为壮观。还有一些因故未能领到票的同学,在北大bbs站上发帖子,打出“哪位神仙能分我一张票啊”这样急切求票的标题。
据悉,今后北大将与上海越剧院形成共建关系,将“百年越剧与当代青年同行”活动作为一个长期工程开展下去。
<%
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)
%> |