|
作者:珠江时报 来源:中国秦腔网 时间:2005-11-4 22:15:27 |
|
佛山能办好“中华之声”
陆根明分析说,省委、省政府、省政协将这样重要的活动放在佛山举行有三个原因:一是作为国家历史文化名城的佛山,在建设文化大省中应担当重要的角色;二是因为佛山是粤剧文化的发源地,有良好的戏剧文化氛围和群众基础;三是佛山在举办戏剧文化活动方面有丰富的经验,去年佛山成功举办了琼花粤剧艺术节,今年11月中旬又将举办亚洲文化艺术节系列活动,佛山有能力办好这样的演唱会。
而“中华之声”将有力促进佛山文化名城建设,增强佛山的文化魅力,提高佛山的文化形象和城市品位,推动佛山在建设文化大省中发挥更大的作用。
“欢迎你们常来佛山”
昨晚,黄龙云等领导会见了出席新闻发布会的10位名家,向这些名家介绍了佛山市近年来改革开放取得的成就,并指出,佛山既是粤剧文化的发源地,有着深厚的文化底蕴,当前,佛山市正在建设历史文化名城,并即将举行第七届亚洲艺术节;同时佛山也是一座海纳百川、包容开放的城市,希望为人民群众提供丰富的、高品位的精神食粮,提升人民群众的文化品位和欣赏水平,弘扬时代精神。
“欢迎你们常来佛山!”最后,黄龙云还代表佛山市委、市政府以及佛山人民向各位戏曲名家发出了热情的邀请。 上一页 [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)
%> |