|
作者:张体义 来源:大河报 时间:2006-8-4 20:19:01 |
|
“情系中原——两岸文化联谊行”活动日前结束,河南深厚的文化底蕴给台湾艺术家留下了深刻的印象。记者昨天获悉,河南的艺术家也频频到台湾进行艺术交流,书法家刘伟刚从台湾归来,豫剧艺术家陈安福等又于8月1日赴台。
7月底,淮阳县书协副主席刘伟随大陆书画名家一行18人对台湾进行了为期5天的书画交流。此次由中国国画家协会组织的大陆书画名家台湾行,代表团成员大部分来自美术学院和书画院。赴台艺术交流结束时,台湾“中国艺术协会”还聘请刘伟为该协会名誉理事。
陈安福、李秋玲、魏新年3位豫剧艺术家是应台湾国光剧团豫剧队的邀请,赴台进行为期3个月的戏曲文化交流和豫剧薪传教学活动的。从艺近50年的陈安福原为河南省艺术学校讲师,有着丰富的教学、表演经验;李秋玲是河南省艺术职业学院高级讲师;曾任许昌县豫剧团团长的魏新年是有名的板胡演奏家。
离郑赴台前,陈安福在接受记者采访时介绍说,此次赴台除了为大、中、小学教师和小学生讲授豫剧知识外,还为台湾国光剧团豫剧队培训班授课,辅导培训台湾的专业青年豫剧演员,指导排练《全本穆桂英》、《三哭殿》、《打神告庙》、《天女散花》等全场或折子戏,以迎接台湾的戏曲大赛和冬季公演。
<%
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)
%> |