|
继在广州演出取得圆满成功后,今天晚上,由广东省政协主办,省委宣传部、省文化厅等单位协办的“中华之声———名家名曲广东演唱会”,将于佛山市的琼花大剧院隆重上演。届时,尚长荣、马兰、张火丁等13位戏曲名家将作精彩的演出,市民也可重温我国八大剧种韵味悠长的“中国味道”。
昨天上午,尚长荣、马兰、朱世慧等名家在“中华之声———2005年名家名曲广东(佛山)演唱会”新闻发布会上,高度赞扬了广东省及佛山市举行这一活动的魄力及战略眼光。昨天晚上,省委常委、市委书记黄龙云率市委、市人大、市政府、市政协主要领导会见并宴请参加演出的名家,在今晚还将出席观看演出。
名家助推文化大省建设
“省领导亲自出面正式邀请,这还是第一次,体现了广东的魄力。”在昨日召开的新闻发布会上,著名京剧表演艺术家、中国戏剧家协会主席尚长荣盛赞此次演唱会是一次伟大的盛举。据悉,我国八大剧种领军人物同台演绎经典名戏名曲,在佛山市乃至整个广东省都是创举。
演唱会组委会副主任、市政协秘书长陆根明介绍,此次演唱会由中共中央政治局委员、省委书记张德江亲自提议策划,并为演唱会定名为“中华之声”。而早在今年5月份会见参加“永恒的旋律———2005年名家名歌广东演唱会”的名家时,张德江便明确提出,“‘名家名曲’活动不仅今年要搞,以后年年都要搞”。要把它作为一个品牌办下去,弘扬优秀的中华民族文化,推动高雅艺术的发展和广东文化大省的建设。
当今戏剧舞台最高水准
据悉,今晚的演唱会,将由八大戏种的13位戏曲泰斗人物在近两个小时中,集中展现包括京剧、昆曲、粤剧、川剧、黄梅戏、豫剧、河北梆子和越剧等戏种的经典名段,可以说代表了当今中国戏剧舞台的最高水准。这是南粤艺坛的盛事、幸事,也是佛山人民的盛事和喜事。
[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)
%> |