|
作者: 来源:北京娱乐信报 时间:2007-7-7 10:58:45 |
|
邱小姐不算戏迷,对昆曲之前只是有所耳闻,但从没有在现场看过。恰好公司在票房附近,午饭时间路过,便购买了当晚的戏票。没想到一看之下大为倾倒,第二天中午又赶买了余下场次,看完后赞叹不已,深深为昆曲之美所折服。“以后上昆的戏,只要有时间,一定还会再去看!”
南京的张宁静小姐是一名昆曲资深戏迷,也是南京曲社成员。此次上昆《长生殿》演出,张宁静购买了从周五到周日三天四本套票,和四个朋友一起,特地从南京赶到上海看戏。“很值。就是为了《闻铃》《哭像》《弹词》几折,这一趟也值得了。而且上昆演员的整体水平在全国昆团中算是很高的,不光老演员,新一代中很多人的表现也可圈可点,像这次《长生殿》里演安禄山的花脸吴双就非常不错。”
张宁静说,排演全本《长生殿》,对剧团要求很高,必须行当齐全、功力深厚。上昆素有“七梁十柱”的传统,从新一辈来看,除了旦角略差一点儿,其他许多行当的功力水准在全国都名列前茅。全本《长生殿》里,上昆的行当齐整的特点,也得到了观众检验。 上一页 [1] [2] [3] [4]
<%
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)
%> |