|
作者:曾衡林 来源:湖南日报 时间:2007-5-6 12:18:58 |
|

(图为网络戏迷在唱戏 乔育平摄)
湖南日报5月5日讯(记者 曾衡林)天气的炎热阻挡不住戏迷的热情。今天下午,“公共大戏台”又上演一出好戏,网络戏迷亮相大戏台,传统木偶和湘剧焕发出新的活力。 “公共大戏台”今天的主题是“时空对戏”。来自新浪UC湖南戏曲房间的全国各地网络戏曲爱好者汇集公共大戏台,三组网络戏迷登台献唱,并与现场观众互动叫板。湖南木偶皮影艺术剧院的传统戏曲人偶表演《断桥》、《长绸舞》等,以戏曲最传神的形态,传唱动人的民族旋律,讲述古老的民间故事。湘剧《琵琶记》片段《上路》,唱腔纯正,韵味悠长,观众喝彩声一浪高过一浪。演出结束前,网络戏迷上台唱出了参加大戏台的心声。来自湖南人造板厂的年轻戏迷吴先生告诉记者,看网络戏迷集会同台献艺,这还是第一次。“公共大戏台”真是越来越精彩了。
<%
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)
%> |