|
作者:未知 来源:现代快报 时间:2006-11-25 21:40:17 |
|

蓝眼睛,栗色头发,却心甘情愿地成为昆曲“流浪汉”。
他的手细而白,他很自豪,自认为可以演花旦。
可再看一眼他的络腮胡子,你就“绝望”了。
他不介意,依旧执着地“扎根”昆曲,还当起“传教士”。
“我用英语向外国人宣传昆曲,用中文向中国人宣传昆曲。”
与昆曲一见钟情
2004年11月,加拿大人Josh Stenberg(中文名石峻山)从哈佛大学毕业,来南京大学进修古汉语。
来南京以后,石峻山才知道中国除了京剧,还有许多地方戏曲。为了一探究竟,石峻山几乎跑遍了南京大大小小的剧团,越剧、扬剧、话剧……看了个遍。最后,当他在朋友的带领下来到兰苑小剧场,他惊呆了———世界上怎么会有如此美妙的音乐!从此,每周六石峻山都会到兰苑买票看昆曲。
“昆曲和京剧相比更慢、更深、更温柔、更传统。昆曲非常极致地表达了我个人特别喜欢的明清传奇。现代戏剧往往在一两个小时内就把人的一生讲完了,节奏快得让人来不及回味。看戏的人很难入戏,自然也就很难被感动。昆曲不一样,它可能花半个小时铺陈、渲染一个事件,一种情绪,这种‘慢’ [1] [2] [3] [4] 下一页
<%
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)
%> |