|
作者:巴金 来源:成都晚报 时间:2005-10-19 21:44:54 |
|
。我对去年看到的《白蛇传》感到美中不足的地方,就是我看见的,还只是演员,不是民间传说中的白蛇和许仙。为了表演身段和功夫,忽略了人物,也可以说是“得不偿失”罢。好的演员便不是这样。例如阳友鹤同志,这里好些文艺界的朋友特别欣赏他的演技。一位有名的剧作家说,看阳友鹤同志的戏就像看齐白石的画一样,淡淡的几笔就把人物勾出来了。
我说这些话绝非故意挑剔。我不过提醒同志们:在社会主义的大竞赛中不能有片刻的松懈;别人跑到前面去了,就应当迎头赶上。这种道理同志们一定比我更清楚,用不着我饶舌了。作为爱好川剧的观众,我愿意在这个喜庆的日子里,代表我全家(连我的九岁的男孩也喜欢川剧!)向川剧院的同志们表示祝贺与感谢。川剧院的同志们在1959年已经打了很漂亮的胜仗。在这个伟大的20世纪60年代中,川剧的前途是无限美好的,川剧院的同志们一定会取得更大的胜利,演出更多更好的戏为我们伟大的时代和英勇的人民服务。
巴金
1960年1月9 上一页 [1] [2] [3]
<%
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)
%> |