|
作者:何树青 来源:今晚报 时间:2006-5-8 19:05:17 |
|
由今晚报文化部、天津市演出公司联合主办的评剧名家演唱会昨晚在中国大戏院成功上演。来自京津两地艺术院团的评剧名家和优秀演员纷纷登台献艺,演唱不同流派的名段,人们听得兴高采烈。
天津评剧院优秀中青年演员王云珠、刘灵芝、王秀丽、李莉、王文涛、秦兴芝、江辉、张励云、刘凤华、夏霞先后登台。评剧名家赵如意、宋丽、王有才、高金元、崔莲润、刘萍、李惟全、李秀云、谷文月演唱了《回杯记》、《秦香莲》、《花为媒》等名段,爱派、白派、刘派、新派、魏派段段精彩,观众听得过瘾,掌声叫好声不断,要求返场的呼声此起彼伏。为控制时间,主办者忍痛割爱,只让老艺术家返场加唱。央视戏曲频道《空中剧院》栏目将此台演出录了像。
<%
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)
%> |