|
卫水珍出生于西安一个梨园世家,她的父亲是著名的秦腔鼓师卫振伯,受家庭环境的熏陶,卫水珍从小就对秦腔艺术很喜欢。1954年她进入三意社,成为该社第八期学员,拜董化清、苏蕊娥为师,工正小旦。启蒙戏《河湾洗衣》就在西安引起轰动。1956年毕业后,为支援山区文化建设,调入陕西白水县剧团,曾担任该团团长、书记。
卫水珍扮相俊美,嗓音娇嫩圆润,唱腔细腻委婉,表演传神到位,注重刻画人物的内在感情。她先后主演过八十多个秦腔本戏、折子戏,塑造了众多不同的舞台艺术形象。她那质朴、真炽、大方的艺术风格,声情并茂,催人泪下。
因地方文化发展的需要,她一次次放弃调来西安的机会,任劳任怨、顾全大局,为培养地方文化骨干而尽心竭力。卫水珍现已退休,但仍为秦腔事业发挥着她的力量。她平易近人,没有名演员的架子,常常为业余秦腔爱好者作艺术指导。经她指导下,还出了不少业余好演员,特别是在她亲自指导下培养出了得意门生——年仅6岁的少儿精英雷格格,2003年获得了全国少儿戏曲“小梅花奖”银奖,2004年陕西电视台举办的“少儿大叫板”获得年度总冠军。
卫水珍在她一生的演艺过程中荣获过不少大奖项。1960年陕西省青年演员汇演中以《断桥》一折荣获“优秀青年演员奖”;1964年渭北地区戏曲汇演获得演员一等奖;在1981年、1984年陕西省举办“农行杯”获一等奖;1995年渭北地区演员汇演获一等奖;1995年西安市举办红桃杯获得演员一等奖。2001年被评为陕西省百佳演员。现为中国剧协陕西分会会员。
卫水珍扮演的“秦香莲”、三娘教子、生死牌,曾多次被广播电台、电视台播放录音录像,甘肃音像出版社还录制成盒式磁带在全国发行。
<%
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)
%> |