| “戏迷大叫板”2003年冠军资格赛即将拉开帷幕(图) |
|
|
|
作者:长安小生 来源:中国秦腔网 时间:2006-1-24 |
|
[中国秦腔网西安报道 长安小生]我国创办时间最长的电视戏曲栏目《秦之声》一直以来深受全国戏迷观众的青睐,两年前改版增设的“戏迷大叫板”版块更是得到观众的一直好评,尤其是在广大西北地区,“戏迷大叫板”已经成为广大观众街谈巷议的热门话题,当戏迷们还沉浸在去年“戏迷大叫板”年度冠军总决赛的热烈气氛中的时候,随着新的一年的即将到来,今年“戏迷大叫板”年度冠军总决赛已经悄然跃入广大观众视野,为了使陕西电视台举办的2003年“戏迷大叫板”年度冠军总决赛更加引人注目,《秦之声》栏目将从12月16日至22日在西安五四剧院举办2003年“戏迷大叫板”冠军资格赛。届时,本年度产生的23名“少儿大叫板”周冠军和40名“戏迷大叫板”周冠军将展开激烈的角逐,广大古城戏迷将可以身临其境欣赏这一场场精彩的比赛。
《秦之声》栏目为了答谢观众对“戏迷大叫板”支持和厚爱,每场“冠军资格赛”将由主持人现场抽取12名观众作为当晚的评委,和专家评委一起为选手打分,专家评委由我省著名评论家、剧作家、著名导演、著名演员组成。
七场“冠军资格赛”后产生的优胜者将能入围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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |
|
文章录入:中国秦腔网 责任编辑:中国秦腔网 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: 宁夏:小巷秦腔草根生存 下一篇文章: [秦网公告]秦腔表演艺术家全巧民老师今晚将做客中国秦腔网 |
|
相 关 文 章: |
|
且看陕西电视台戏曲栏目秦之声的丑恶嘴脸 "戏迷大叫板"总决赛揭晓 优胜者精彩演出谢戏迷 2003年“戏迷大叫板”年度总冠军资格赛第五场节目单 2003年“戏迷大叫板”年度总冠军资格赛第四场节目单(多图) 《秦之声》“戏迷大叫板”年度总冠军决赛直播辩题观众说了算 《秦之声》隆重召开“戏迷大叫板”研讨会 "猴年大叫板"首场晚会火暴 正月十八将加演一场 开赛前预测:戏迷大叫板冠军谁属?(贝利预测世界杯) 2003“戏迷大叫板”年度总冠军资格赛选手得分 [剧团]我看戏迷大叫板资格赛 [评论]“戏迷大叫板”的点滴思考 “戏迷大叫板”冠军资格赛颁奖晚会震撼古城(多图) 2003年“戏迷大叫板”年度总冠军资格赛第六场节目单 2003年“戏迷大叫板”年度总冠军资格赛第三场节目单 中国秦腔网:《秦之声》“少儿大叫板”报名细则 陕西电视台《秦之声》“少儿大叫板”即将亮相荧屏 《秦之声》五场现场直播角逐“戏迷大叫板”十万元年度总冠军
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|