|
作者:长安小生 来源:中国秦腔网 时间:2008-6-11 9:28:06 |
|
[图]秦腔“郭派”传人、咸阳市大众剧团张虹演出秦腔《四贤册》剧照
(中国秦腔网 刘彭涛[长安小生]/摄)
(中国秦腔网6月6日西安消息 长安小生)由陕西省文化厅主办、陕西咸阳人民剧团、陕西咸阳大众剧团联合承办、中国秦腔网独家网络支持的 “陕西省秦腔中青年演员专场演出(第四场)”6月10日、11日在西安五四剧院进行。秦腔“郭(明霞)派”传人、咸阳市大众剧团著名旦角演员张虹昨晚(10日)成功进行了折子戏的个人专场演出,上千人的座位高朋满座,观众不时报以热烈的掌声。
昨天晚上张虹为观众奉献了《哑女告状·听月楼》《四贤册》《杨门女将·寿堂》三出秦腔折子戏,主工正旦的张虹分别进行了闺阁旦、正旦和老旦三个行当的表演,所扮演的人物个个形象鲜明,唯妙唯肖,显示了她深厚的舞台表演功力。
张虹是已故著名秦腔表演艺术家郭明霞的亲传弟子,也秦腔“郭派”主要传人,现任咸阳市大众剧团副团长,她长期以来继承了“郭派”艺术刚柔相济、韵味浓厚、字正腔圆、朴实深沉的唱腔风格。她曾在《铡美案》《五典坡》《秦楼案》《清风亭》《哑女告状》《玉蝉泪》《女皇与公主》《四贤册》《三娘教子》等50本(折)戏中担任主演。2004年,在上海戏剧学院进修。
今天晚上,张虹将在西安五四剧院为观众献上秦腔传统剧《铡美案》,这也是她的老师著名秦腔表演艺术家郭明霞的代表作。
<%
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)
%> |