今晚,第十八届“白玉兰戏剧表演艺术奖”获奖演员展演在艺海剧院隆重开场,话剧、音乐剧、滑稽戏、京剧、晋剧、淮剧、越剧、粤剧、锡剧、昆剧等众多剧种的获奖演员联袂献艺,我省获得本届“白玉兰戏剧表演艺术奖”提名奖的陈红、金小毅、谢涛、王波、李建清5位演员以最强大的阵容,最精湛传神的演出,将山西的龙头剧种晋剧的神韵淋漓尽致地展示给上海观众,赢得沪上戏剧专家和观众的齐声喝彩。
上海观众对晋剧十分喜爱,上世纪30年代,著名晋剧大师丁果仙来上海百代公司灌制唱片,上海越剧移植了晋剧《打金枝》,此后,69年间晋剧没有在上海亮过相。2005年,晋剧新秀谢涛携新编晋剧《范进中举》赴沪演出,轰动上海。去年,山西省晋剧院带晋剧传统经典剧目《打金枝》赴上海,改编移植剧目《金子》再次震撼申城,晋剧“双金”放彩,沪上观众连声叫绝。
在演出现场,邹平、陈达明、胡小军、蔡正鹤等上海著名戏剧评论家表示,本届“白玉兰戏剧表演艺术奖”,晋剧一个剧种就有5位演员获提名奖,山西省晋剧院就有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)
%>