|
[图]陕西代表团的京剧票友马欣在演唱(中国秦腔网特邀顾问张懿琪摄于青海)
(中国秦腔网青海消息)2008年5月8日,由青海省戏剧家协会、中央电视台11频道戏曲《过把瘾》栏目组和西宁电视台主办,陕西、甘肃、宁夏、新疆四省区戏剧家协会协办的“2008迎奥运相聚西宁唱响西北首届西北五省区戏曲票友挑战赛”和“西北五省区戏曲票友演唱会”在青海师范大学演艺厅和西宁市中心广场落下帷幕。
此次“挑战赛”和“演唱会”,汇聚了来自西北五省区京剧、豫剧、秦腔、汉剧、越剧等五个剧种的近60位优秀选手,他们以精湛的技艺、良好的艺德和优美的唱腔,博得央视和西宁广大戏迷的赞赏和喜爱。
陕西省报名参加活动的票友经过初选,有17位选手在省剧协的组织带领下参加了这两项活动,并取得了优异的成绩。“2008迎奥运'相聚西宁。唱响西北'首届西北五省区戏曲票友挑战赛”首场赛事中,我省秦腔票友曹瑞霞挑战首告成功,获得“状元优胜奖”,京剧票友马欣,也在最后一场京剧挑战赛中,挑战成功,获得“状元优胜奖”。秦腔票友上官珍、郭兰英、魏运启、豫剧票友刘晓龙、靳凤仙、京剧票友刘景雁、古岚分获“优秀表演奖”。雒文敏、苏丽娟、郭蓉、窦会玲、韩怀仁五位选手在颁奖晚会上的精彩演出也获得了好评。“首届西北五省区戏曲票友演唱会”上,我省选手各展风姿,17名票友均获得由青海省剧协颁发的演出证书。陕西省戏剧家协会荣获优秀组织奖。
本届票友挑战赛,选手们大都没有经过专业培训,均来自各行各业;有退休职工、公务员、教师、学生、工人、农民和自由职业者。有年近7旬的老人,也有二三十岁的青年人,他们凭借自己对戏曲的爱好,如痴如醉的自学成材,传承和发展着戏曲文化,其精神可谓感人。
<%
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)
%> |