[图]秦腔名家谭建勋演出《周仁回府》剧照
(中国秦腔网2008年4月13日兰州消息 翻番)据可靠消息中国戏曲最高梅花奖第18届获得者谭建勋老师,将调往陕西省戏曲研究院,(调离手续正在办理)虽然生在陕西但甘肃是成就了他艺术的重要历程,以前也有传闻,陕西戏曲研究院有意调谭老师,但是谭老师不原离开甘肃.这次离开甘肃,不知道他有何感受。谭老师的离开对甘肃秦腔是一大损失。不知道省秦以及省文化部门有没有过挽留。不过我们还是给谭老师送上祝福吧。祝他的秦腔艺术长青!
甘肃省秦剧团国家一级演员,陕西凤翔人。1975年在陕西省凤翔县艺校学艺,1978年在甘肃省靖远秦县剧团工作。谭建勋戏路很宽,他的《斩姚期》不论做工还是唱腔都堪称精品,他做派稳健大气,唱腔很有感染力。主功小生、须生,在《斩姚期》、《周仁回府》、《赵氏孤儿》、《挂圈圈》、《哭祖庙》、《飞将军李广》等剧目中担任主演。
1998以来先后荣获全国戏剧小品大赛一等奖、甘肃省首届敦煌文艺奖。1999年在全省新创剧目调演中荣获表演一等奖,2000年在首届中国秦腔艺术节中荣获优秀表演奖,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)
%>