|
作者:刘彭涛 杨杰 杜飞… 来源:中国秦腔网 时间:2008-5-22 17:55:21 |
|
[图]韩利霞演出新编秦腔现代戏《白鹿原》中田小娥剧照
(中国秦腔网西安报道 刘彭涛 杨杰 杜飞)西安秦腔剧院优秀中青年演员个人专场演出于5月15日在西安易俗社拉开帷幕,目前已经成功进行了惠敏莉和温军海个人专场演出。原定5月19日举行的韩利霞个人专场演出,在全国为汶川地震遇难同胞三天哀悼日期间暂停演出,今天晚上将在易俗社剧场进行。
韩利霞现为国家二级演员,西安秦腔剧院易俗社著名正旦演员,陕西省戏剧家协会会员,西安市戏剧家协会会员,中共党员,西安市碑林政协委员。 韩利霞从先后在秦腔古典戏《五典坡》《同台破辽》《四贤册》《三娘教子》《安安送米》《方芸娘》《四进士》《慈母泪》《三滴血》《铡美案》和秦腔现代戏《小巷总理》《白鹿原》《市井民风》等剧目中担任主要角色。
韩利霞个人专场今晚将为观众演出秦腔《方芸娘》、《白鹿原·怒斥》和《清风亭·盼子》三出折子戏,中国秦腔网将进行现场报道。据悉,韩利霞个人专场明天晚上还将演出一场。
<%
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)
%> |