|
作者:王嘉 来源:成都日报 时间:2006-7-21 10:55:25 |
|
作为头号嘉宾,著名剧作家“巴蜀鬼才”魏明伦受邀参加将于明日在湖南举行的“十九和弦超级戏乐汇”戏曲高峰论坛。昨日魏明伦向记者表示,此次湖南之行他将就如何振兴川剧,与全国及当地戏曲名人切磋交流 。
据介绍,明日上午举行的戏曲高峰论坛,是湖南“十九和弦超级戏乐汇”系列活动的重头戏,届时将名家云集。“巴蜀鬼才”魏明伦作为头号嘉宾,将与余秋雨等名人进行连线对话,共同探讨中国戏曲发展之路。昨日,魏明伦强调说,虽然现在不是戏曲的黄金时代,但并不等于可以没有戏曲,让戏曲自生自灭。“戏曲是大众娱乐的产物,在当今大众传媒时代,它更需要观众和媒体的关注。”他说,此次参加论坛,他将就如何增强大众传媒对戏曲的关注,与各地名人交流经验,“有了观众,川剧这盘棋就真正活了。”魏明伦深有感触地说。
<%
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)
%> |