|
作者:杨民 来源:四川政协报 时间:2007-1-9 15:15:49 |
|
文化从“默默无闻”走向“世人皆知”呢?省政协常委陈华国建议:“应加强宣传引导,提高全民对非物质文化遗产和保护工作重要性的认识,增强全社会的保护意识。”他举例说,如目前绵竹的年画受到了德阳市委、市政府的高度重视,把年画与当地旅游和新农村建设结合起来,起到了很好的效果。
四川省社会科学院吴作萍研究员在接受记者采访时说:“应坚持对内挖掘民族文化潜力,对外开拓民族文化市场,倾力打造民族文化品牌,将民族民间文化的发展逐步推向产业化道路。政府一方面要为保护民族民间文化艺人和传人,保护原汁原味的民风民俗,保护民间藏品和艺术品的不再流失制定措施,落实政策,拟定规划;要设立机构,集思广益,不断地探索和研究,寻求发展的出路。另一方面要通过政府出资、企业赞助等各种形式筹集资金,为民族民间文化举办展览,开展活动,举行学术交流和成果展示。为民族民间文化的发展提供展示的空间和表演的舞台,让”土“文化走上大舞台,走向大世界。” 上一页 [1] [2] [3] [4] [5] [6]
<%
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)
%> |