|
作者:关中道情 来源:本站原创 时间:2008-6-13 13:17:35 |
|
陕西省戏曲研究院建院70周年百场庆典演出昨开锣
昨晚,陕西省戏曲研究院剧场内秦音飞扬,该院庆祝建院70周年百场庆典演出在此开锣,精心打造的青春版秦腔历史剧《杨门女将》率先亮相。
陕西省戏曲研究院的前身是1938年在延安成立的陕甘宁边区民众剧团,70年来,研究院培养了大量的艺术人才,创作演出了戏曲作品近千部。此次推出的100场庆典演出从6月12日开始,至10月15日结束,历时4个月,是优秀戏曲人才和经典剧目的一次集中展示。
担任此次演出任务的是该院下属的4个演出团——秦腔团、眉碗团、青年团、小梅花秦腔团,每个演出团各演出25场。在全国获得大奖的《迟开的玫瑰》《杜甫》《凤鸣岐山》,经典传统剧《游西湖》等和精彩折子戏都将与观众见面。《春华秋实·老艺术家专场晚会》《大秦之腔·中青年艺术家演唱会》《七十年华章·庆典主题晚会》等系列庆典演出活动将精彩呈现。刚刚成立的该院小梅花秦腔团新排的本戏《铡美案》《周仁回府》《龙凤呈祥》以及近50个折子戏也将首次为观众献演。李瑞芳、马友仙等老艺术家、该院“梅花奖”得主李梅,李娟,李东桥,李小峰,王新沧,任小蕾,孙存碟、戏曲新秀及小梅花秦腔团的都将粉墨登场奉献自己的拿手好戏。
<%
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)
%> |