|
作者:郭月华 雷云霞 杨启金… 来源:茂名日报 时间:2006-7-28 20:19:15 |
|
为了加强对外文化交流,更好地促进茂名粤剧事业的发展,培养新人,茂名市粤剧团将与澳门街坊会联合总会粤剧培训中心结为姐妹单位,互赠“并蒂花”牌扁,将于今晚在影剧院联合上演经典粤剧。
此次澳门街坊会联合总会、茂名市粤剧团将结为姐妹单位受到各方高度重视,引起了省、市各媒体的极大关注,珠江电视台还专门派出了一个5人组成的采访组对此进行报道。据了解,澳门街坊会联合总会由全澳门的25个地区坊组成,是一个非牟利的民间服务团体。为弘扬地方戏曲艺术、丰富居民文化生活,街坊总会于1994年开设粤剧培训班(1996年改名为粤剧培训中心)。街坊总会培训中心现有学员80多人,澳门街坊会联合总会这次与茂名市粤剧团及本地粤剧爱好者开展文化交流活动,将有力地促进茂名与澳门粤剧曲艺的发展。联欢晚会澳门街坊会联合总会的阵容强大,他们一行60多人将于今天中午抵达茂名,下午将与茂名市粤剧团的演员们一起彩排。这次澳门街坊会联合总会派出的演出者最大年龄75岁,最小的只有7岁,今晚他们将向茂名粤剧爱好者奉献《帝女花之香夭》、《拦马》、《水漫金山》、《七月七日长生殿》等经典剧目。除参加互赠“并蒂花”牌扁和联欢晚会演出外,澳门街坊会联合总会还将参观高州,品尝龙眼、游览冼太庙、第一滩及放鸡岛,身临其境地感受茂名的自然山水风光。
为了办好这次粤剧联欢晚会,茂名市粤剧团也派出优秀的中青年演员,演出多个剧目。在演出任务紧的情况下,演员们不单要排好自身演出的节目,还加班加点排练联欢晚会的演出节目,力求把自己最好的精选节目和最佳的演出状态呈献给观众。
据悉,此次茂名市粤剧与澳门街坊会联合总会结为姐妹单位,促使两地文化交流更加直接,今后双方的互访、研讨、艺术交流也将让茂名市粤剧团有更多的机会走出去。
<%
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)
%> |