|
作者:佚名 来源:网易 时间:2007-1-9 9:18:39 |
|
演员奖",第三届中国戏剧节"演员奖"等,她的演唱高亢挺拔,感情充沛,素有"金嗓子"之美称。表演刚劲洒脱,性格鲜明。新版《梁山伯与祝英台》(A组)中饰演祝父。
洪 瑛
师承越剧王派,工花旦。国家一级演员,浙江省戏剧家协会会员。曾荣获第四届中国戏剧节"优秀表演奖"、浙江省第四届戏剧节演员"一等奖"、省戏曲"明星奖"等。她唱腔韵味醇厚,缠绵动听,表演温而不平,娴熟自如,擅长塑造不同人物形象。新版《梁山伯与祝英台》(A组)中饰演师母。
魏春芳
师承越剧范派、尹派,工小生,国家二级演员。曾荣获浙江省第二届、第三届小百花汇演"优秀小百花奖",省第五届戏剧节演员"二等奖",1996年全国"日发杯"越剧青年演员大奖赛一等奖,浙江省越剧青年演员大奖赛"十佳越剧青年演员"。她的表演老练自然,演唱韵味纯正,悦耳动听,深受观众好评。新版《梁山伯与祝英台》中饰演梁山伯(B组)。
周 艳
师承越剧傅派、工花旦。国家二级演员,浙江省戏剧家协会会员。曾荣获浙江省第二届小百花汇演"优秀小百花奖",浙江'98宇人杯青少年戏曲演员"明星奖",浙江省越剧青年演员大奖赛"十佳越剧青年演员"。她的表演平实自然,演唱委婉动听,扮相俊秀。新版《梁山伯与祝英台》中饰演祝英台(B组)。
蔡浙飞
师承越剧尹派、徐派,工小生。国家二级演员,浙江省戏剧家协会会员。曾荣获'94中国小百花越剧节"银奖",浙江省第二、第三届小百花汇演"金艺奖"及"优秀小百花奖",省越剧青演员大奖赛总决赛"十佳越剧青年演员"榜首。她功底扎实,文武兼备,因演唱流派和舞台扮相酷似茅威涛而被广大越剧观众亲切称为"小茅威涛"。《春琴传》中饰演佐助。
章益清
师承越剧吕派、工花旦,优秀青年演员。曾荣获浙江省第八届戏剧节青年演员"优秀表演奖",浙江省越剧青年演员大奖赛总决赛"十佳越剧青年演员"称号。她基本功扎实,能文能武,演唱温润动情,富有感染力。《春琴传》中饰演春琴。
上一页 [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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |