|
作者:陈琳 来源:华声报 时间:2006-7-23 17:29:28 |
|
多伦多当地时间7月28日晚,“安和美雅汇多城”粤剧公演将在多伦多利舞台举行。广东省粤剧院国家一级演员梁耀安日前已扺达多伦多,将与本地曲艺界人士及票友合演长剧《柳毅传书》。 据加拿大《星岛日报》报道,大会组委会表示,观众反应热烈,门票已全部售罄,并为南约克晨曦乐善会筹募超过1万元善款作为服务经费。
曾获美国加州政府颁发艺术交流奖和艺术贡献奖的梁耀安,今次是第三度来到多伦多演出。他表示,参与慈善表演是别具意义的事情,特别是今天人们的生活质素普遍已经提高,应该多些关怀长者的需要。
对于今次演出长剧《柳毅传书》,梁耀安认为,此剧属于神话故事,有很大的创作空间加以发挥,而且人物众多,场面热闹,适合不同年纪的观众欣赏。同时,此剧是其师傅的首本戏曲,当时在广州一带深受欢迎,在多城演出这出戏宝深感荣幸。
本次演出由杨丽粤剧艺院主办,参演者包括南约克晨曦乐善会四位名誉董事以及当地票友。
<%
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)
%> |