|
温军海个人艺术档案
温军海,男,1969年出生,大专学历,中共党员。12岁从艺,主攻花脸。师承国家一级演员宋百存,1992年调入长安县剧团工作。努力学习秦腔花脸艺术。1997年调入西安易俗社工作,现在西安秦腔剧院(易俗社)。
上演的剧目有《黑叮本》中扮演徐彦昭,《铡美案》中扮演包拯,《貂蝉》中扮演董卓,《软玉屏》中扮演魏中丞,《游龟山》中扮演卢林等。并有光盘发行。
曾在1996年陕西省折子戏大赛中荣获二等奖。
1997年西安市传统剧目展演中(铡美案)包公荣获一等奖。
1999年获陕西省清唱大赛荣获二等奖。
2000年首届中国秦腔艺术节荣获清唱大赛二等奖。
2002年获陕西省“中城之星”清唱大赛一等奖。
2002又获全国推新人大赛西北地区“十佳”演员奖。
2003年应邀中央电视台“名段欣赏”拦目录制了《铡美案》《打金
枝》的唱段并专访。
2007年获第三届陕西戏曲红梅大赛二等奖。
先后多次参加省市电视台春节晚会的录制,经单位推荐又参加了省文化厅举办“表演人员读书班”的学习,曾连年被单位评选为先进工作者,近年来多次应邀陕西省广播电台“戏曲”栏目的专访。
现任:西安秦腔剧院易俗社演员,西安市戏剧家协会会员,陕西省戏剧家协会会员,陕西省秦腔艺术协会理事。
<%
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)
%> |