|
作者:钱怡 唐红芹 于婷婷 倪晓英 来源:江苏新闻网 时间:2007-3-20 1:11:25 |
|
,让更多的年轻人能了解京剧、热爱京剧。由于他在家中经常播放京剧的缘故,吴的儿子也学会了几段,看来京剧又多一位忠实粉丝了。
画外音:东吴京剧票友社以京剧沙龙为前身,1988年5月正式成立。发展成员30多名,平时活动场所在苏州戏曲博物馆。成员职业有专业京剧人员、教师、医生、法官、干部,年龄在30-60岁,另有一名16岁的小女孩、80岁的老革命、70岁的“老学生”。曾担任艺术学校校长的郝诚创办时就希望京剧在成为自身爱好之外能与朋友互相交流提高,自娱自乐,弘扬京剧的精神,以艺术的形式表达和谐社会的幸福生活。
薪火印象
“新苏州人”让子女学昆曲
情景扫描:双虹社区少儿昆曲艺术班的小演员朱寒峰,今年四年级,是外来子弟。他的指导老师石坚贞这样介绍这个让她印象深刻的小昆迷。“我们这里有个小孩,叫朱寒峰,哎呀,演高力士那个活灵活现呀,你看他走上去,把那几句台词一念,整个戏就被他给带活了。后来让他演主角唐明皇,他还不肯演呢。”“这次《十五贯》,我打算让他演娄阿鼠,把戏和他这么一讲,他着急了,怎么也不肯演,说不要演犯罪分子,你看这个觉悟高得来”。不久前,石坚贞到彩香小学选新学员的时候,孩子们都抢着要报名。一个一年级的小男生,个子不高,冲到她面前说:“石老师,我下决心学苏州话,娄阿鼠我来演!”
画外音:双虹社区昆曲艺术班成立于2005年7月12日,目前成员有近三十人,全部是年龄在八到十三岁之间的孩子。而艺术班最大的特别之处在于它的成员几乎全部是“新苏州人”家庭的子女。说到这一点,艺术班的创办人之一、社区负责人向我们介绍,在他们社区有很多来自“新苏州人”家庭的外来子弟,这些孩子的父母平时上班很忙,几乎无暇顾及孩子的课外教育。看到这些孩子课后以及周末在社区里晃来晃去浪费时间,社区居委会觉得应该用一种有效的方式把这些孩子集合到一起,让他们学一些有价值的东西以提高艺术修养。
记者手记:在苏州有接近400万“新苏州人”,社会在极力引导新苏州人融入当地生产生活的同时,给予文化上补给也十分重要。他们的下一代,一出生就可能是苏州人,他们更需要一个厚实吴文化的熏陶。双虹社区少儿昆曲艺术班的出现,不能说是独一无二,却也是值得 上一页 [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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |