|
作者:徐文智 来源:中国消费者报 时间:2006-3-11 17:40:50 |
|
展。现在到了需要大吼一声找准病根的时候了。经过改革阵痛后的秦腔艺术,将为观众推出新戏、名角。那不仅是民族传统文化之福,更是广大秦腔戏迷之福。
相关连接:
秦腔:秦腔又称乱弹,源于西秦腔。流行于我国西北地区的陕西、甘肃、青海、宁夏、新疆等地,又因其以枣木梆子为击节乐器,所以又叫“梆子腔”,俗称“咣咣子”(因以梆击节时发出“咣咣”声)。
明末无名氏《钵中莲》传奇中使用了[西秦腔二犯]的曲牌。清康熙时,陕西泾阳人张鼎望写《秦腔论》,秦腔此时已发展到成熟期。乾隆年间,魏长生进京演出秦腔,轰动京师。
秦腔的表演朴实、粗犷、细腻、深刻,以情动人,富有夸张性。角色行当分为四生、六旦、二净、一丑,计13门,表演唱做并佳。辛亥革命后,西安成立了易俗社,专演秦腔,锐意改革,吸收京剧等剧种的营养,唱腔从高亢激昂而趋于柔和清丽,既保存原有风格,又融入新的格调。 上一页 [1] [2]
<%
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)
%> |