|
作者:长安小生 来源:中国秦腔网 时间:2003-6-12 |
|
(中国秦腔网西安报道 长安小生) 陕西电视台的《秦之声》1979年6月在梨园故地西安创办,至今已走过了24年光辉的历程,是我国现存创办时间最长的电视戏曲栏目,曾连续四次荣获国家电视“星光奖”,在全国的戏曲界有着广泛而深远的影响。
为适应时代发展,《秦之声》栏目于2002年元月进行了全方位的改版,尤其是新增设的“戏迷大叫板”版块更是深得西北父老的爱戴,一直以来戏迷参与的热情一浪高过一浪.为能使更多的青少年朋友积极参与 《秦之声》,借此更多的了解和关心民族戏曲艺术,《秦之声》栏目将于7月初推出“少儿大叫板”,为发现和培养更多的青少年戏曲爱好者,提供了一个良好展示平台。 即将全新推出的“少儿大叫板”是在《秦之声》栏目火爆荧屏的“戏迷大叫板”基础之上策划进行的。在“戏迷大叫板”的影响下,我省戏曲舞台上呈现出花儿朵朵、争奇斗艳的可喜现象,在广大青少年当中喜爱戏曲、学唱戏曲的人数越来越多;戏曲新秀不断涌现,戏曲新人层层辈出,戏坛小将更是摩拳擦掌,跃跃欲试。为了培养新苗,推出新人,《秦之声》栏目将在“戏迷大叫板”每周一赛的基础上推出“少儿大叫板”,给少儿戏曲爱好者一个展示的空间,一次成功的机会。同时也为陕西电视台的金牌栏目《秦之声》增添新和亮点。 举办“少儿大叫板”不光是对陕西省专业戏曲学校艺术成果和群众性少儿戏曲的一次检验。也是对西北乃至全国少儿戏曲的一个推动,把占据我国西北地区半壁江山的“大秦之腔”为主的戏曲活动引向深入。“少儿大叫板”的闪亮登场必将引来整个社会的更大关注,产生更广泛的影响.
目前“少儿大叫板”正在紧锣密鼓的策划之中。凡16岁以下,有一定秦腔等西北地方戏演唱基础的少年朋友均可以报名参加,报名细则请查阅中国秦腔网(www.qinqiang.com) ,预计首场比赛将于七月初亮相荧屏。
<%
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)
%> |