|
作者:佚名 来源:湖北广播电视总台 时间:2008-3-7 11:45:02 |
|
艺术界届别的全国政协委员们,不仅在联欢会上有精彩的表演,他们还共同关注中华传统文化的传承,分别提交了相关的提案。
被誉为“当今中国京剧第一名丑”的 朱世慧,作为全国政协委员连续两年上交提案,呼吁弘扬国粹、振兴京剧。今年两会,他再次提出要为京剧正名。
全国政协委员 朱世慧:"把它正名不是更名,正名为国剧,因为京剧它并不是局限于北京的一个剧种,它的形成,你比如还有我们武汉的汉剧,秦腔,昆曲等等,它是集大成为一体,成为了百花园中的花中牡丹。"
朱世慧委员认为,京剧正名为国剧以后,有利于京剧弘扬发展。全国政协委员汪国新则认为,我们要重拾传统文化的精粹,例如关公文化已经成为中华传统文化的一份重要遗产,目前已发展到一百多个国家和地区,需要我们保护和继承。
全国政协委员 汪国新:"关公是我们华人的道德楷模,他的忠义仁勇 ,在中国特色的社会主义也非常适合, 忠就是忠于自己的国家,忠于自己的民族,义就是对人民讲诚信,仁就是和谐爱别人,勇就是克服困难,万难不屈。这正是我们祖国在大发展的时候,需要这种精神。"
<%
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)
%> |