|
作者:常旭东 刘彭涛… 来源:中国秦腔网(qinqiang.com) 时间:2007-12-18 10:02:53 |
|
(中国秦腔网(qinqiang.com)2007年12月17日苏州消息 常旭东 刘彭涛)由中国文联、中国戏剧家协会、苏州市政府主办的第十届中国戏剧节于12月3日在苏州开幕,于今天(17日)在苏州市开明大戏院降下帷幕,历时15天。
连日来,苏州上演了来自全国各地20多个省、市、自治区文艺团体的一台台好戏,包括戏曲、话剧、歌剧、儿童剧、滑稽等在内的17个剧种。其中陕西原生态方言话剧《郭双印连他乡党》是陕西省惟一入选第十届中国戏剧节的剧目,感人的情节,质朴的方言赢得了观众和专家的高度赞誉。
在本届戏剧节上,全国各地20多个省、市、自治区文艺团体中直系统及解放军艺术团体的30多台剧目将一一登台,其中包括戏曲、话剧、歌剧、儿童剧、滑稽戏。17日将从中评选出“优秀剧目奖”及各单项奖。
西安市话剧院创排的《郭双印连他乡党》自上月在“八艺节”上拿到“文华新剧目”奖和导演、舞台美术等五个单项奖后,又于本月初正式入选“2006-2007年度国家舞台艺术精品工程”的“十大精品剧目”。昨天,从苏州又传来喜讯,该剧在第十届中国戏剧节上再度获得“优秀剧目奖”, 西安市话剧院书记魏清芬代表剧组上台领取了奖杯和奖状。 郭双印的扮演者,西安市话剧院副院长史丰获得“优秀表演奖”。
据透露,剧组近期将就所得成绩,向省委、省政府进行一次汇报演出。明年将按文化部的统一安排,在全国进行巡演。近年来,一些文艺团体热衷于评奖,出现“为奖而生,为奖而死”的现象。对此,史丰表示,该剧仍会在合适时间在我省公演,连获大奖的《郭双印连他乡党》并不会“刀枪入库”。
<%
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)
%> |