|
作者:刘彭涛 杨杰 杜飞… 来源:中国秦腔网 时间:2008-4-25 9:17:03 |
|
[图]第七届陕西少儿戏曲小梅花大赛开赛今晚开幕(中国秦腔网 杨杰/摄)
(中国秦腔网2008年4月25日西安报道 刘彭涛 杨杰 杜飞)由陕西省文化厅、陕西省戏剧家协会主办,陕西书画艺术研究院协办,中国秦腔网(www.qinqiang.com)独家网络支持的“第七届陕西少儿戏曲小梅花大赛”将于今天(25日)晚在西安易俗社拉开帷幕。
中国秦腔网获悉,“第七届陕西少儿戏曲小梅花大赛”参赛的选手来自陕西省的西安、渭南、铜川、咸阳、宝鸡、汉中、安康等地,剧种有粗犷激昂的秦腔,清丽悠然的眉户、婉约细腻的碗碗腔,明快舒展的汉调二黄等,生、旦、净、丑行当齐全。
参赛剧目既有盛演不衰的传统折子戏唱段,又有脍炙人口的现代戏片段。这次活动得到了陕西省社会各界和各市、县文化局和剧协的大力支持,各级艺校学生和少儿戏曲爱好者积极踊跃报名。
经过各地报名推荐,将有来自全省的百余名14岁以下的小选手分别于本月25日-28日,在西安易俗剧院小剧场进行决赛,颁奖晚会于4月29日晚举行,本次活动的独家官方支持网站中国秦腔网将对活动进行全程追踪报道。
<%
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)
%> |