|
作者:中国秦腔网 来源:中国秦腔网 时间:2008-5-24 9:03:37 |
|
[图]西安秦腔剧院张小亮下乡演出(中国秦腔网 长安小生/摄)
张小亮,男,1963生于陕西安人,现就职于西安市秦腔剧院易俗社,国家二级演员,主工花脸,现任陕西电视台特邀演员,陕西百家演员,陕西省戏剧家协会会员,陕西省秦腔研究会会员。
曾容获96.97.年秦腔卡啦OK“一等奖”,91年西凤杯“三等奖”92年钟楼杯“二等奖”93年风格流派大赛“二等奖”94年红桃杯“二等奖”97年优秀剧目奖“二等奖”太阳神杯“一等奖”建国五十周年优秀剧目展演“二等奖”98年陕西省文化厅举办的新百名“二等奖”。97年青海省西宁市举办的第九界西北五省秦腔名家新秀交流演出容获“隔帘一声竟四坐,谢世建民又复生”的荣誉称号。
他主要演过《斩单童》《玉虎坠》《同台破辽》《草坡面理》《铡美案》等花脸戏。
<%
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)
%> |