|
作者:徐雁 来源:今晚报 时间:2006-5-2 18:48:36 |
|
由今晚传媒集团今晚报文化部主办的“今晚戏曲电影群英会”昨天下午在滨湖剧院开幕,各大剧种的16部经典戏曲影片陆续与本市戏迷影迷见面。
“今晚戏曲电影群英会”在“五一”黄金周举办的消息,连日来在我市戏迷影迷中广为传播,影展精选的16部经典戏曲影片吊足了观众的胃口,再加上举办者倡导的“低票价,高享受”的宗旨,更是得到了热烈欢迎,观众购票踊跃。
昨天的开幕影片是越剧《红楼梦》和京剧《群英会》。很多越剧迷是买了团体票集体行动来观影的。很多京剧票友也是结伴前来。一位老先生说:“去看《群英会》就像是去会老朋友,马连良、裘盛戎、袁世海、叶盛兰等老艺术家们已不在人世了,只有通过银幕再度领略他们的艺术风采。”观众们说,另外14部经典戏曲影片还要来看,有这么好的机会,一定要过足戏瘾。
“今晚戏曲电影群英会”今后几天还将放映京剧《铁弓缘》,越剧《柳毅传书》、《碧玉簪》、《五女拜寿》,评剧《邻里风波》、《秦香莲》、《花为媒》、《杨三姐告状》,河北梆子《宝莲灯》,豫剧《花木兰》、《卷席筒》,黄梅戏《女驸马》,昆曲《十五贯》以及龙江剧《木兰传奇》。排片表详见4月24日、30日本报(今晚报)5版文化新闻版。为了满足广大观众观影需求,举办方特别推出了优惠电影卡,观众花30元就可任选6部影片或6人次观看。
<%
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)
%> |