|
14、龙江剧,流行于黑龙江地区,20世纪50年代在东北“二人转”、拉场戏、影戏及当地民歌基础上形成,表演轻松幽默,曲词通俗。剧目有《双锁山》、《荒堂宝玉》等。
15、豫剧,又称“河南梆子”。明代末期由传入河南的山陕梆子结合河南土语及民间曲调发展而成,现流行于河南、河北、山西、山东等省份。原有豫东调、豫西调、祥符调、沙河调四大派别,现以豫东、豫西调为主。出现过常香玉、陈素珍、崔兰田、马金凤、阎立品等著名旦角演员。剧目有《穆桂英挂帅》、《红娘》、《花打朝》、《对花枪》和现代戏《朝阳沟》等。
16、越调,河南地方剧种,流行于河南及湖北北部地区,因以“四股弦”为主要伴奏乐器,所以也称“四股弦”。音乐为板腔体为主,也唱曲牌。著名演员有申凤梅等。剧目有《收姜维》、《李天保招亲》、《诸葛亮吊孝》等。
17、河南曲剧,河南省地方剧种,流行于河南省及湖北西北部地区,由曲艺“河南曲子”发展而成。唱腔轻柔婉转,以悲剧内容见长。剧目有《卷席筒》、《陈三两》、《花亭会》等。
18、山东梆子,山东省地方剧种,流行于山东荷泽一带,因其地古称“曹州”,故又名“曹州梆子”。此梆子系由山陕梆子经由河南再传入山东,历经变化而形成。主要剧目有《墙头记》等。
19、 上一页 [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)
%> |