|
作者:陈菊 来源:甘肃日报 时间:2006-3-13 16:49:59 |
|
加入了遥远的、神秘的,不为人所知的人类的共性:吃苦耐劳,对大自然的忠诚,这些都值得我省艺术家借鉴的。艺术来源于生活,又高于生活,缺少对民族舞蹈发自内心的尊重、热爱,以及学习、研究的真功,缺少了艺术家对艺术的神圣感,是难以创作出好的艺术产品的。
有关革命历史的题材,在我省也是很丰富的。长征时期,会宁是三军会师的地方,天险腊子口、哈达铺、六盘山,河西西路军的悲壮故事,现在许多人,尤其是年轻人并不完全了解。肖女美鹿说:“反映我省本土革命历史题材的舞台作品,在全国能叫得响的可以说还没有。
戏剧演出逐渐走向低谷的今天,戏剧要重新占据市场,剧团要走出困境,从根本上来说,不能忽略舞台艺术内容的挖掘和扩展。我们不只有敦煌,我们可以发掘的东西很多。走自己特有的艺术创作之路,这才是最重要的。” 上一页 [1] [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)
%> |