|
作者:长安小生 来源:中国秦腔网 时间:2008-6-6 10:28:06 |
|
[图]秦腔“郭派”传人、咸阳市大众剧团张虹演出秦腔《四贤册》剧照
(中国秦腔网 刘彭涛/摄)
(中国秦腔网6月6日西安消息 长安小生)由陕西省文化厅主办、陕西咸阳人民剧团、陕西咸阳大众剧团联合承办、中国秦腔网独家网络支持的 “陕西省秦腔中青年演员专场演出(第四场)”将于6月10日、11日晚在西安五四剧院隆重上演,秦腔“郭(明霞)派”传人、咸阳市大众剧团著名旦角演员张虹将进行个人专场演出。
据中国秦腔网了解,张虹个人专场演出是继秦腔名角康健海、张宁、邵英三人成功举办个人专场之后的,第四场个人专场演出。张虹是已故著名秦腔表演艺术家郭明霞的得意门生,秦腔“郭派”得力传人,现任咸阳市大众剧团副团长,她长期以来继承了“郭派”艺术刚柔相济、韵味浓厚、字正腔圆、朴实深沉的唱腔风格。
张虹曾在《铡美案》《五典坡》《秦楼案》《清风亭》《哑女告状》《玉蝉泪》《女皇与公主》《四贤册》《三娘教子》等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)
%> |