|
作者:佚名 来源:《人物》2000年第8期 时间:2006-10-12 14:05:37 |
|
。解放前,许姬传常住上海马斯南路今思南路梅宅,梅府上上下下亦不以“外人”视之。1949年,许姬传随梅兰芳到北京参加全国第一届文代会,梅兰芳应周总理之请出任中国戏曲研究院院长。之后,许姬传和梅兰芳一起入住北京护国寺街一号新居,自此至1968年一直居此,成为梅府的重要一员。梅兰芳逝世后,许姬传受到了梅家后代无微不至的关怀和照顾。“文革”时,护国寺街梅宅被红卫兵占据,许姬传被迫迁居张自忠路。1976年唐山地震,波及北京,许姬传的张自忠路住房屋顶开裂。梅夫人福芝芳闻知后特派孙儿梅卫东接他到帘子胡同居住梅兰芳逝世后,梅夫人为避触景伤情而搬此居住,梅家对许姬传之关爱,于此可见一斑。“文革”结束后,梅派嫡传梅葆玖恢复了演出,许姬传感到由衷的高兴。他重又操觚,担负起了整理剧本、选择剧目的工作,并相继写出了《梅葆玖的舞台艺术》、《香岛梅讯》等文章。在举办电视广播讲座和各种梅兰芳纪念活动中,也都少不了他的身影。梅葆玖笑着夸奖地说:“八十老翁还有那么大的劲头,使人吃惊,您可说是‘退而不休’。”1986年,护国寺街梅宅被辟为梅兰芳纪念馆,许姬传复迁居纪念馆,自嘲为一个“看家护院”的人。1990年9月12日,90高龄的许姬传老人,因劳累过度而病逝,临终前还审阅了《德艺双馨:艺术大师梅兰芳》一书的部分书稿。他是握着弘扬梅派艺术的笔离开人世的许姬传钟情梅派艺术,几十年如一日,锲而不舍,未敢稍怠,令人钦敬不已。
梅兰芳和许姬传,一个是一代京剧艺术大师,一个是杰出的梨园文人。他们珠联璧合的合作和山高水长的情谊,为后世留下了值得效法的学习楷模和缤纷艺坛的永久怀念。
上一页 [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)
%> |