|
[图]王宏义演出秦腔《打镇台》中王震剧照
(中国秦腔网现场照片 刘彭涛/摄)
[图]王宏义演出秦腔《大报仇·二启箭》中刘备(右)剧照
(中国秦腔网现场照片 刘彭涛/摄)
[图]王宏义演出秦腔《春秋笔·杀驿》中吴承恩(左)剧照
(中国秦腔网现场照片 刘彭涛/摄)
(中国秦腔网西安2008年5月31日西安现场报道 刘彭涛 常旭东)今天(5月31日)晚上,西安易俗社剧场进行的是易俗社优秀须生演员王宏义个人秦腔折子戏专场,这也是西安秦腔剧院易俗社优秀中青年演员个人专场演的最后一场演出。
王宏义12岁进渭南戏校学戏,早年主工花脸,后改行主工须生 ,先后投师前辈名家王保易、王君秋、马世中等。他扮扮相俊朗,唱腔纯正,做派大方。他认真严谨,谦虚好学,成功塑造了秦腔传统剧《春秋笔·杀驿》、《法门寺》、《杀庙》、《大报仇》、《四进士》、《草滩面理》、《大回荆州》、《破宁国》、《出棠邑》、《赵氏孤儿》等剧目中的主要角色。 王宏义个人秦腔折子戏专场5月30日和31日两个晚上在易俗社剧场演出,他将为观众带来《打镇台》、《大报仇·二启箭》和《春秋笔·杀驿》三出经典秦腔折子戏,他塑造的艺术形象个性鲜明,唱做俱佳,观众给于相当高的评价。
随着王宏义个人秦腔折子戏专场的成功举办,西安秦腔剧院易俗社优秀中青年演员个人专场随即落下帷幕,本次活动从于5月15日开始以来,先后进行了惠敏莉、温军海、韩利霞、张小亮、李淑芳、晁宏勃和王宏义一共七位演员的个人专场演出,演员们精彩的演出得到专家和观众的一致好评,让许多长期看不到易俗社演出的观众,又一次看到了百年剧社的独特艺术魅力。
据中国秦腔网获悉,从明天(6月1日)开始,将继续在西安易俗社剧场举行西安秦腔剧院三意社的优秀中青年演员个人专场演演出,先后有八位演员将登台一展风采,6月1日至2日,将率先举行优秀正旦演员粱玉的个人专场演出。
<%
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)
%> |