|
作者:中国秦腔网 来源:中国秦腔网 时间:2002-12-27 18:10:04 |
|
马蓝鱼,女,国家一级演员,1937年2月生于陕西榆林。马蓝鱼师从李正敏和杨金声学秦腔声腔,拜师尚小云学武工,能演“尚派”的《昭君出塞》《粱红玉》等。
1948年2月参加陕甘宁边区民众剧团(即陕西省戏曲研究院前身)。1972年任陕西省艺术学院戏曲系教师,并在音乐系进修声乐、美术系学国画。特别在秦腔表演艺术上博采众长、苦学苦练、功底扎实、能文能武。
1984年任陕西省艺术学校副校长,兼任全国剧协理事、中国戏曲表演学会常务理事、省政协委员、省文联委员、省秦腔艺术研究会副会长等。1953年获西北文化部戏曲表演艺术二等奖,1956年获陕西省戏曲表演二等奖;1957年获陕西省政府“劳动模范、先进工作者”称号和奖励。1958年荣获文化部“先进文艺工作者”称号,受到沈雁冰部长奖励。
1958年、1959年两次赴京汇报和献礼演出《游西湖》等剧,轰动京华、饮誉长江两岸,受到曹禹、田汉等领导的接见、鼓励。更荣幸的接到毛主席、朱德、宋庆龄、董必武、周恩来的请柬,出席了盛大的1959年国庆宴会。
在艺术教育工作的二十多年中,为国家培育出数百名优秀艺术人才。1985年获陕西省政府“先进教育工作者、优秀教师”称号和奖励。1990年获西安振兴秦腔“园丁”奖。1993年,获“在文化艺术领域有突出贡献津贴”,其艺术贡献入编《华夏妇女名人词典》。
<%
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)
%> |