|
作者:黎政祥 李永明 于刚 来源:中国广播网 时间:2006-6-16 7:57:59 |
|
6月15日,由著名评剧表演艺术家李帷铨、著名评剧演员宋丽等京城5名艺术家担纲评委的北京市平谷区首届“梨花村”杯戏曲演唱大赛决赛,经过激烈角逐,马秀云等4名选手获特别优秀奖,崔文举等11名选手获优秀奖。艺术家们在现场点评时称,演员们的演唱达到了准专业水平。
由北京市戏剧家协会、北京市平谷区委宣传部、区文联、区文委和区广电中心联合举办的北京市平谷区首届“梨花村”杯戏曲演唱大赛,共有200余名戏曲爱好者报名参赛,经初赛、复赛,15名选手进入最后决赛。决赛中,演员们均拿出各自最具实力的曲目,来自金海湖镇的靠山集村农民马秀云演唱的评剧《花为媒》选段《夸李月娥》,博得评委带头喝彩;61岁的建总退休职工崔文举演唱的京剧《铡美案》选段《包龙图打坐开封府》,作为决赛的压轴戏,赢得全场一片叫好,将比赛推向了高潮。
据主办者称,此次比赛给广大戏曲爱好者提供了一个施展自我的舞台。参赛选手纷纷表示,举办这样的比赛不仅丰富了群众文化生活,而且大家在交流中提高了表演水平,过足了戏瘾。
<%
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)
%> |