|
作者:小乔哭周 来源:中国秦腔网 时间:2004-8-16 |
|
咱陕西演越剧不是照样缠绵悱恻吗,没有为了迎合咱们而粗犷。
(3)带什么剧目。我看了一下研究院的节目,除过《西湖遗恨》还有很多戏,为什么每次都要带她呢,而且根据院方说这出戏的改编是为了赴欧洲演出,那么到国内了,就演《游西湖》么。
我搜罗一些研究院的剧目,大家出出注意,以后带什么戏,呵呵。
本戏:
《龙风呈祥》 《赵氏孤儿》 《游西湖》 《窦娥冤》 《海瑞驯虎》 《周仁回府》 《忠保国》 《铡美案》 《太尉杨震》 《风鸣岐山》 《王典坡》(后本) 《辕门斩子》 《恩仇记》 《四进士》 《十五贯》 《谢瑶环》 《游龟山》 《下河东》 《千古一帝》
折子戏:
《别 窑》 《断 桥》 《杀 庙》 《走 雪》 《祭 灵》 《杨三小》 《拾黄金》 《二娃审案》 《考 文》 《打砂锅》 《打镇台》 《放 饭》 《三娘教子》 《巧相亲》 《双锁山》 《杀 驿》 《二进宫》 《三对面》 《藏 舟》 《徐策跑城》 《三击掌》 《包公赔情》 《杀 狗》 《五台会兄》 《写 状》 《卖 酒》 《扈家庄》 《花亭相会》 《悔 路》 《回 府》 《白逼宫》 《河湾洗衣》 《戏 妖》 《逼侄赴科》
上一页 [1] [2] [3] 下一页
<%
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)
%> |