|
作者:迈步 来源:中国秦腔网 时间:2005-9-7 0:55:21 |
|
第三届秦腔艺术节闭幕了,其中大多媒体用了正面报道。其实,从很多细节上我们不难看出艺术节的尴尬与无赖(奈)。
新闻媒体宣传的剧目没有参加演出。在艺术节举办前甚至是开幕后的宣传中,甘肃省秦据团和乌鲁木齐市秦据团都将以一台大剧目参加演出,但是实际上最后根本没有参加。一些专家说,很可惜没有看到新疆的秦腔。在剧目选择和宣传上很随意,给人艺术节的剧目有点拼凑的感觉。
艺术节的演出剧目少得可怜,还比不上即将举行的陕西省振兴秦腔20周年(应为第四届陕西省艺术节)的演出剧目。给陕西组团的要求和兰州一样,是非常荒唐的,兰州只有一个秦腔演出团体,而陕西由几十家正规的演出团体。让陕西只有和兰州一样的三台剧目参加,这样做只能削弱艺术节的实力。
艺术节一方面促进了西北秦腔院团的艺术生产,但是2年一次的艺术节,对秦腔剧团稀少的省份可能是一种负担,必须排出大戏,负责(否则)就一个省份缺席,如今年的新疆。
粗浅看法,仅供参考。愿艺术节越办越好。
回复评论>>>
<%
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)
%> |