|
作者:苏丽萍 来源:光明日报 时间:2006-6-18 14:58:13 |
|
第8届中国“映山红”民间戏剧节5台优秀剧目将于6月20日至27日在北京中戏实验剧场演出。这些剧目全是由民间职业剧团演出的反映现实题材的“三农”剧目。
映山红民间戏剧节创办于1989年,原是湖南省内的戏剧节,1999年起更名为“中国映山红民间戏剧节”,成为全国唯一民间戏剧节,由文化部、中国剧协、中国戏曲协会和湖南省文化厅四单位主办,。本次进京演出的5台戏,是从去年10月在河南禹州举办的第8届“映山红”戏剧节上参演的15台大戏和26个小戏中评选出的优秀剧目。其中甘肃省庆原市镇原陇剧团的《绿叶红花》讴歌了一位乡村教师和他的妻子的无私奉献精神;湖北省福星科技公司楚剧团的《人在福中》尖锐地提出了富裕之后人们应如何生活的问题;辽宁铁岭市北绿秧歌戏剧团的《乡音乡情二人转》以喜剧形式再现二人转艺人的趣事。两台小戏分别是安徽省和河南省的地方戏组合,前者由黄梅戏《聘丈夫》、《重任在肩》,豫剧《自讨苦吃》、《倔老头改厕》,坠子戏《打赌》和泗洲戏《二嫂挡车》组成,后者由豫剧《大兴火旺》、《红军宴》、《未的新娘》、《分家》和《花中缘》组成。
<%
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)
%> |