|
答谢观众对评剧的厚爱,我们剧场目前推出了“评剧年卡”,一张卡一年可以看15部大戏。”
简单而迅捷的准备
“评剧大篷车”的全体演员早晨9点出发,经过了三个小时的奔波,大约12点来到了六渡河村的原始部落度假村,下车后就在这里用了简短和快捷的工作餐,不管是著名评剧表演艺术家、长春评剧院的刘立明老师、中国评剧院青年团团长宋丽、副团长邹海群、大戏院经理陈胜利、著名评剧演员赵丹红,还是所有的演员都一律吃的是有大戏院付费的工作餐。这是以往很难看到的一幕。吃完饭后演员们迅速各就各位,化妆、背词、搭台、调试音像,在这里我们还看到著名评剧演员赵丹红对青年演员关心照顾无微不至,亲自为青年演员化妆,一切是那么迅速快捷。
节目精彩纷呈
“评剧大篷车”演出节目以评剧为主,新任中国评剧院二团团长、著名评剧新秀宋丽一曲“秦香莲”选段以及“金沙江畔”中“小酸枣”得到乡亲们的阵阵 彩,二团的青年演员演出的“包公陪情”及“花为媒”尽管与老师们相比尚有不少差距,但乡亲们看到中国评剧的新生代兴奋不已;来自长春评剧院的国家一级演员刘立明素有“评剧小花脸的祖师爷”之称,他为乡亲们奉献的是他的代表剧目“升官记”选段“当官难”, 北京北方红馆艺术团、吉林东北风二人转艺术团的演员们相继为乡亲们演出了流行歌曲、二人转等精彩节目。
场面热烈欢迎
演出过程中,演员们激情的演唱和表演,赢得了观众们阵阵热烈的掌声及喝彩声,有的观众将新采摘的鲜花送到演员手中表示心意。
由于今天的天气将近30度,一位女观众看到演员们顶烈日演唱,竟鼓起勇气,主动上台来为演员撑伞避暑,这一举措赢得了在场所有演职人员的激情,为这位朴实的观众鼓起了掌声,而观众们看到此时在伞下演员更为真挚的演唱,也激动的鼓起了掌声,台上台下,台前台后,相得益彰。
节目结束时,已经是16:00多了,满载着演职人员的“评剧大篷车”缓缓启程,看着车外的挥手告别的乡亲们,车上的所有演职员也都挥手告别。大家带着成功和愉快的心情在车上聊着、谈着。 上一页 [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)
%> |