|
作者:贾俊学 傅谨… 来源:北京青年报 时间:2007-3-6 18:57:12 |
|
[照片2]1927年,荀慧生在天蟾舞台上首演《盘丝洞》
今年1月底电视台播出《荀慧生》一剧,让不少观众对荀慧生的艺术生涯深感兴趣。荀先生1927年12月在天蟾舞台上首演《盘丝洞》,饰月霞仙子(蜘蛛精)(照片2)。这张照片很珍贵,是当时天蟾舞台的顾竹轩先生临别时亲赠的。画面上是在“濯垢泉”一场荀先生为妖冶的“蜘蛛精”精心设计的一套肉色紧身衣,衣外有大红肚兜,用白轻纱做出水波的舞台效果,怪异妖气的“蜘蛛精”被先生神化了。此剧一年后与北平观众见面,被傅惜华先生大加赞赏。

[照片3]欧阳予倩早期舞台上的“贵妃醉酒”形象
欧阳予倩被誉为“南欧北梅”的“南欧”,他早期出演的《贵妃醉酒》画面庄重、素雅,看后叫人不忍离去(照片3)。这张照片是从日本回流的文物,在2005年纪念抗日战争胜利60周年时,几大城市收藏家云集北京,数天不走,抗战文物成了抢手货。有心人从日本分几批弄回不少书刊、画报、照片,此照片就在其中。平常哥们儿长哥们儿短的藏友们这时都对照片有“私心”,我对藏友们说:“别的我不要,就要这张照片,不给别怪我跟你们耍脾气。”我是这么壮胆子搞到这张照片的。

上一页 [1] [2] [3] [4] [5] [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)
%> |