|
作者:陈蕙茹 来源:成都日报 时间:2006-9-1 10:20:51 |
|
9月2、3日晚,“2004-2005国家舞台艺术精品工程”十大剧目之一、昆曲《班昭》将唱响锦城艺术宫。昆曲以其600年的悠久历史堪称“中国近代百戏之祖”,其唱词典雅清丽,表演繁复细致,情感表达百转千回,可谓我国古典戏曲文学最高典范。《班昭》将厚覆在中国汉代杰出才女班昭身上的历史烟尘拂去,还其有血有肉的生动形象,尤其展现了她那种坚持操守、永不放弃、追求卓越的精神境界和奉献情怀,定会给蓉城观众带来荡气回肠之感。
记者了解到,《班昭》由上海昆剧团历时5年创作而成,它以我国东汉史学家班昭继承父兄遗志,用尽毕生心力完成辉煌大作《汉书》的史实为基础,艺术化地渲染了班昭几十年甘于寂寞的著书历程,塑造了一个真实可信的才女形象。故事从班昭14岁上书皇太后陈利弊开禁书说起,到71岁修完《汉书》悄然逝去。班昭由著名昆曲表演艺术家、“二度梅”张静娴扮演。
此次《班昭》赴蓉,也让不少在家门口就可以过把瘾的成都票友大喜过望,记者获悉,目前该剧的票房稳居本次精品展演的三部戏曲之冠。
<%
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)
%> |