|
作者:中国秦腔网 来源:中国秦腔网 时间:2005-3-1 17:25:34 |
|
川剧《巴山秀才》是著名剧作家魏明伦先生的一部力作,自八十年代首演以来,在戏剧界产生巨大的影响。这部作品以清末四川的一桩史实为素材,塑造了秀才这样一位正直、天真、执著的知识分子形象。
川剧《巴山秀才》全剧的情节极为生动,特别是人物性格和语言精粹考究,体现出浓郁的地方特色与人物独有的魅力。此次演出由四川省川剧院隆重推出,汇聚了该院的一流阵容,主角秀才和秀才娘子分别由梅花奖得主陈智林和何玲扮演。著名剧作家魏明伦对剧本进行了再加工,实力派导演熊源伟执导,整个演出精致大气,不但传神地体现了剧作丰厚内涵,展现了演员的精彩表演,而且在艺术面目上更是比以前的演出版本辉煌、细腻,令人回味悠长,获得极大的艺术享受。
该剧80年代首演后,曾在全国许多地方演出超过二百场,观众达二十万人次。四川省川剧院2002年11月重排首演以来,受到全国各地观众的好评,2003年10月参加在西安举办的第八届中国戏剧节,被誉为是参加剧目中最优秀的剧本,近一年来川剧《巴山秀才》已演出40余场,观众数万人。
<%
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)
%> |