|
9、 上党梆子,山西四大梆子之一,系由山西西南部的“蒲州梆子”发展而成,流行于山西东南部上党一带。其声腔除梆子腔外,也兼唱昆曲、皮黄、罗罗腔等。剧目有《三关排宴》、《东门会》等。
10、雁剧,也称“山西北路梆子”,由“蒲州梆子”发展而来,流行于山西北部及河北张家口、内蒙古一带。据说它对河北梆子的形成有很大影响。剧目有《血手印》、《金水桥》等。
11、秦腔,陕西省地方戏,也叫“陕西梆子”,是最早的梆子腔,约成熟 于明代中期。其表演粗犷质朴,唱腔高亢激越,其声如吼,善于表现悲剧情节。剧目有《蝴蝶杯》、《游龟山》、《三滴血》等。
12、二人台,流行于内蒙古、山西及河北张家口一带的戏曲剧种,在内蒙民歌及山西民间小调基础上形成,后来又吸收晋剧的表演成份而渐渐成熟。表演生活气息浓郁,曲词通俗。剧目多为表现农村生活的小戏,如《走西口》、《五哥放羊》等。
13、吉剧,流行于吉林省的戏曲剧种。20世纪50年代在东北“二人转”的基础上发展而成,曲调轻快、词句通俗、表演质朴火爆,剧目有《燕青卖线》、《包公赔情》等。
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
<%
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)
%> |