|
作者:贾薇 来源:北京日报 时间:2006-1-12 13:34:23 |
|
全国八大流行剧种的近二十位当红名角将于正月初六(2月3日)晚在北展剧场举办《2006百花迎春戏曲晚会》,如此大规模的戏曲演出在近年还是第一次。
此次演出请来的都是各剧种中的代表人物。红透江南的越剧小生茅威涛、赵志刚将以他们的拿手戏,诠释尹派艺术历久弥新的奥秘;雄踞中原的豫剧之星虎美玲将再次展示她亲切爽朗的唱腔;令观众多年难忘的黄梅戏演员吴琼也将再次唱响委婉动听的黄梅腔。北京河北梆子的领军人物刘玉玲、中国评剧院的掌门人谷文月则展示北京地方戏曲的独特魅力。此外,南国粤剧红线女的高足郭凤女、西南高原上的川妹子沈铁梅和陈智林也都是在当今戏曲界卓有成就的年轻艺术家。
南腔北调固然美,京腔京韵味更浓。谭派须生杜镇杰,梅派青衣张慧芳,尚派名旦王艳,裘派花脸孟广禄,`叶派小生李宏图和老旦名家赵葆秀,都是当今京剧戏迷追逐的明星,老生耿其昌和夫人李维康将分别演唱自己看家的唱段。京胡圣手燕守平以《恭贺新春》为晚会开场,其中的“华彩段”,两根琴弦变化无穷,展现出他几十年练就的一身绝技。
<%
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)
%> |