|
作者:唐雪薇 来源:北京娱乐信报 时间:2004-6-19 |
|
由中国戏剧家协会和江苏昆山市人民政府联合主办的第八届中国少儿戏曲“小梅花奖”总决赛,将于7月29日拉开帷幕,历时4天。
参加本届中国少儿戏曲“小梅花奖”初评的4000多名小选手,有216名进入了复评阶段,最后杀入昆山总决赛的98人将角逐20朵“状元花”。
进入本届中国少儿戏曲“小梅花奖”总决赛的,有北京、天津、上海、辽宁、湖北、湖南、河北、河南、广东、山东、陕西、山西、安徽、江苏、浙江、贵州、黑龙江、广西、四川等19个省、自治区、直辖市的小选手。其中,辽宁有13名选手入选,占了首位;其次是山西省,共有12人;占第三位的是河南省,有11人。进入本届总决赛的98名选手中,最小的是河北选手田斌,只有5岁。
进入总决赛的剧种有京剧、蒲剧、晋剧、评剧、昆曲、越剧、柳子戏、黄梅戏、楚剧、秦腔、粤剧、豫剧、越调、婺剧、曲剧、绍剧、花鼓戏、湘剧高腔等共计18个剧种。(完)
另据中国秦腔网消息,在2003年陕西电视台《秦之声》少儿大叫板获得年度总冠军的雷格格和获得优胜奖的宋辽将代表秦腔角逐少儿戏曲梅花奖的评选,在此我们两位秦腔新苗能够取得优异的成绩。
<%
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)
%> |