|
作者:陈青 来源:宁波日报 时间:2005-11-27 12:00:40 |
|
nbsp; 该剧将于26日、27日在鄞州文化中心剧场演出。
《山月》大爱不求回报 据导演李维鲁介绍,兰州市豫剧团的豫剧《山月》,根据贾平凹的小说《天狗》改编,可看性很强,主要通过“招夫养夫”的故事表现人的生存状态、对女性的侵害,追求“大爱不求回报”的伟大爱情哲学观念。该剧于25日、26日在逸夫剧院演出。
《白门柳》祝贺演出 汉剧《白门柳》由广东汉剧院根据刘斯奋的长篇小说改编,讲述明末清初秦淮名妓柳如是的故事,主演李仙花是广东省首位两次中国戏剧梅花奖获得者。《白门柳》是戏剧节的祝贺演出剧目,该剧于25日、26日在余姚龙山剧院上演。
《千古韩非》回归戏曲本体 《千古韩非》是上海淮剧团在“都市新淮剧”这一实践道路上,继《金龙与蜉蝣》、《西楚霸王》之后推出的又一力作,是多年的改革创新后又回归到戏曲本体,该剧张扬了淮剧的传统唱腔,主演梁伟平是梅花奖获得者。该剧于25日、26日在凤凰影剧院演出。 上一页 [1] [2]
<%
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)
%> |