<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_data2_STRING Recordset1.Source = "SELECT * FROM news inner join sort on sort.sortid=news.sort ORDER BY Newsid" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 桂林市桂剧团 广西梧州大年初一的文化大餐
中国桂林桂剧艺术团

 

桂林市桂剧团 广西梧州大年初一的文化大餐

   据中新桂林网二月二十日电 (唐咸武)二零零七年大年初一,桂林市桂剧团星夜赶至广西梧州市,给梧州市民送去了十四出精彩的文艺节目,该市蝶山区政府主办的这文化大餐,给上万名市民过上了又一个不寻常的大年。

    演出设在该市潘塘公园内的露天大舞台。“凯歌辞旧岁,金猪迎新春”等一幅幅氢气球悬挂的对联把湖光山色的绿园装扮成一派节日的气氛。这天,寒风细雨,但市民看“大戏”的热情丝毫不减,喜气洋洋的观众打着五彩缤纷的雨伞环卫着大红色彩的圆形舞台,蝶山区委宣传部副部长候树辉风趣地说:“这是我们梧州的‘团圆宴’”。

    桂林市桂剧团职员、总策划师郑点策划了这台演出。据郑点介绍,历史悠久的桂林市桂剧团是中国十大精品剧团之一,国家一级演员八个,该团的《瑶妃传奇》、《风采壮妹》、《大儒还乡》等精品剧作风靡全国,数十个国家一百多位元首、政要观看了该团的演出,一些节目曾多次搬上央视的春节联欢晚会舞台,这次梧州演出选取了一些片段,让梧州的“团圆宴”在大饱口福之余大饱眼福。

    《大儒还乡》选段“大儒从来喜大风——船舞。”电闪雷鸣,狂风四起,从京城取道大运河还乡桂林的大儒陈宏谋火撩心急地调回船头,要面奏乾隆,澄清虚假的陕西“桑政工程”,请求废除百姓沉重的桑赋。戏中庄重的古代官装,唱、做、念、打、舞桂剧的表演艺术,把人们带入了另外一个世界——古代中国,让市民惊叹不已。一位激动得不断揩热泪的老奶奶说:“这戏好亲切,使我又回到了“老梧州”(旧时演出桂剧等大戏的梧州)。在旁边的一位年轻人说:“很过瘾”。

    据悉,自二零零五年伊始,桂林市桂剧团在此间春节慰问演出已连续三年,市区及周边地区的人们都知道梧州新春有一台冠名为“蝶山风采”的好戏,每年大年初一,人们关注的不是走亲访友,而是到蝶山看大戏,梧州市党政四大班子领导都是这台大戏的座上宾。

    蝶山区党委书记钟碧珍、宣传部长梁彬贤表示,桂林市桂剧团文化底蕴深,艺术造旨高,群星璀璨,梧州的大年已与他们连在一起,明年,将请他们再来演出。

 

 

版板所有:中国桂林桂剧艺术团 未经允许不得转载    地址:桂林市解放西路19号     邮编:541001    电话:0773-2837340   传真:0773-2837340
E-mail:glyishu@163.com         联系人:郑先生   王小姐   全程策划:桂林郑点策划工作室    技术支持:王春桂

 

<% Recordset1.Close() Set Recordset1 = Nothing %>