|
作者:黄小春 来源:三秦都市报 时间:2008-6-5 18:58:14 |
|
“秦腔研究生第一人”李小锋著书传艺
中国戏剧梅花奖得主、“秦腔研究生第一人”李小锋近日推出了深受广大观众喜爱的秦腔经典剧目《周仁回府》、《白逼宫》、《打柴劝弟》、《花亭相会》以及根据京剧移植改编的《四郎探母·坐宫》的演出剧本、曲谱全集。 据了解,这部书和以往出版的秦腔剧本选集有所不同,此次收录的剧本是李小锋在长期的艺术实践中,经过精心的推敲改进而形成的舞台演出版本,既发扬了原剧的精华,又体现了现代人新的认识和理念,同时书中还收录了每个剧目的全部舞台音乐曲谱,另外随书附赠的演出光碟,也可以让广大戏曲爱好者将文字与演出生动结合,便于学习和研究。此外,书中还收录了专家的评介和编者多年来对这些剧目的演出体会和心得,可以帮助读者更好的理解和掌握这些剧目的思想性和艺术特点。
<%
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)
%> |