<%@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 %> 《大儒还乡》将在南宁、柳州等11城市巡回演出
 

 

 

《大儒还乡》赴京迎奥运演出获成功

    本报讯(记者杨力叶实习生翁华凤)日前,我市桂剧团携精品剧目《大儒还乡》赴北京参加“2008年北京奥运重大文化活动”的演出,从7月23日至25日连演3场,获得各界好评。26日,该团90余人已平安返桂。
“想不到桂林这么小的地方能有一台这么好的精品戏,这是北京观众对我们演出的评价。”市桂剧团团长刘夏生介绍说,《大儒还乡》在北京海淀剧院演出期间,观众有文莱、缅甸等国的大使、各奥运会场馆工作人员以及中外游客等,他们都被《大儒还乡》的表演深深吸引。尤其是对剧中的主演、36岁的青年演员陈念勇把76岁的陈宏谋、一代大儒的铮铮铁骨的形象给很好地表现出来,观众们给予了多次热烈的掌声。据了解,此次进京演出的剧组演员平均年龄30多岁,是一个年轻的阵容,他们已经很好地担起了桂剧的演出重任。刘夏生说:“桂剧后继有人,定将发扬光大。”
市桂剧团在进京之前,已经对《大儒还乡》进行了20多场预演,之后又加班加点排练了一个多月,以最良好的演出状态进京演出,获得了圆满成功。据了解,此次全国参加“2008年北京奥运重大文化活动”演出的有138台剧目,从今年3月至9月在北京进行演出,广西仅有我市的精品桂剧《大儒还乡》和柳州市的《八桂大歌》入选。

 

来源桂林日报

 

 

 

   地址:桂林市解放西路19号     邮编:541001    电话:0773-2837340   传真:0773-2837340
E-mail:glyishu@163.com         联系人:郑先生   王小姐   全程策划:桂林郑点策划工作室    技术支持:王春桂

 

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