|
“国粹记忆世纪经典——名家名剧系列展演暨中国大戏院70华诞庆典演出”将在津拉开帷幕。9月19日至22日,四场名家云集、流派纷呈的大型演出将为中国大戏院建院70周年献上一份厚礼。
本次展演包括四场演出:复古庆典——首场演出按照1936年9月19日中国大戏院开业时候的活动安排。其中,王艳将在前辈名丑朱锦华的提携下“复制”《女起解》,更大的看点则是原汁原味经典再现的《群英会。借东风》。据悉,主办者有意将70年前的9.19之夜原版“克隆”。届时,各流派目前的最佳传人张学津、叶少兰、尚长荣、萧润年等将联袂演绎这台具有绝版价值的经典名剧。
戏曲名家经典荟萃——9月20日,一批国宝级艺术家将会聚中国大戏院,京剧、评剧、豫剧、越剧、河北梆子等剧种中硕果仅存的流派艺术家将与观众见面并表演拿手唱段。此场演出在专业研究、欣赏和珍藏等方面价值均非同寻常,堪为留世绝版。届时,梅葆玖、迟金声、景荣庆、尚长荣、叶少兰、汪正华、张学津、李荣威、李砚秀、李鸣岩、孙毓敏、刘秀荣、孙明珠及马金凤、筱俊亭等数十位各剧种名家将为津门观众奉献一道绝版大餐。
曲艺名家演出专场——9月21日,一台难得一见的曲艺晚会将亮相,花五宝、王毓宝、张伯扬、田立禾、王文玉等老艺术家将与观众见面并表演精彩的节目。另外,主办单位还将把刘兰芳的评书请进津门,以飨观众
戏曲名家演唱会———9月22日,将邀请老中青三代戏曲名家演绎经典佳作。京剧界的梅葆玖、李鸣岩、迟小秋、张克、康万生、张艳玲、李静、王珮瑜、李国静、吕洋、姜亦珊等将携手曾昭娟、小香玉、赵志刚、吴琼、王英会和杨凤一等各剧种领军人物同台献艺。
<%
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)
%> |