|
作者:中国秦腔网 来源:中国秦腔网 时间:2002-12-1 |
|
任炳汉,男,1953年10月出生。国家一级演员,主工文武老生,现任易俗社副社长、党总支委员,陕西省戏剧家协会理事、西安市戏剧家协会理事、西安市对外友好协会理事。
他从西安市艺术学校毕业后,又进入陕西省青年管理干部学院进修。30年的勤奋好学、勇于攀登;不懈努力、追求探索,才使他成为一个新时代德才兼备的文艺工作者。他塑造了许多不同性格、不同身份的舞台艺术形象,如秦腔传统剧《斩姚期》中的刘秀、《卓文君》中的卓王孙、《回荆州》中的诸葛亮、《黑叮本》中的杨侍郎、《盗虎符》中的赵胜、《游龟山》中的田云山、《放饭》中的朱春登,秦腔现代戏《英雄小八路》中的赵战、《杜鹃山》中的李石坚、《血泪仇》中的王东才、《郭秀明》中的郭秀明等等,都得到了广大戏迷及专家学者的高度评价及赞誉。尤其是他主演秦腔现代戏《郭秀明》,两年来演出共计近200场,他用古老的秦腔艺术成功的塑造了新时期共产党的优秀代表郭秀明的伟大形象,深情真切的表演和演唱感动了所有的观众,中央电视台新闻联播对此剧演出的轰动场面做过特别报道。
任炳汉1982年在西安首届青年演员汇演中获优秀表演奖,1984年陕西省优秀青年演员汇演中被省政府授予一等奖,1987年在西安首届"石榴花"大赛获"石榴花"奖,1989年在西北五省民族戏曲大赛中荣获一等奖。 1998年随中国西安艺术团赴大韩民国庆州、晋州、汉城演出;1999年被陕西省文化厅、陕西电视台评为电视戏曲"百佳演员";2000年在陕西省秦腔清唱、折子戏大赛中荣获一等奖,2000年他主演的秦腔折子戏《放饭》荣获在西安举行的首届"中国秦腔艺术节"一等奖,2002年他领衔主演的大型秦腔现代戏《郭秀明》荣获在甘肃兰州举行的第二届"中国秦腔艺术节"一等奖。 2000年11月,在北京参加了中央电视台"名段欣赏"《放饭》《卖画劈门》的拍摄;2001年领衔主演的大型秦腔现代戏《郭秀明》被中央电视台拍成电视戏曲片向全国转播,受到中央有关领导的鼓励。
<%
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)
%> |