|
作者:佚名 来源:搜狐娱乐 时间:2006-6-19 22:12:22 |
|
《老腔秦腔白鹿原音乐会》
节目主持:濮存昕
联合主办:
陕西华阴华山老腔艺术团演出
西安市灞桥区秦腔艺术团演出
北京人艺演出中心
中山公园音乐堂
《白鹿原》导演林兆华首次将在陕西体验生活时带来的老腔和秦腔搬上了首都的话剧舞台。根植于陕西华阴的老腔, 发萌于西汉时期,是我国独存的最古老的剧种,至今仅有二十余人能够演唱。老腔格调古朴,悲壮苍凉,粗犷豪放,于今年二月被国家文化部列入国家非物质文化遗产保护名录。广泛流行于西北地区的秦腔因其演唱具有直起直落、宽音大嗓的特点,被一些年轻人称为中国古代的“摇滚乐”。
此番进京演出的民间艺术家多为白鹿原地区地道的农民,他们将为首都观众带来原汁原味的陇风秦韵。演出曲目有《他大舅他二舅都是他舅》、《斩黄袍》、《西湖遗恨·鬼怨》、《斩单童》等。
演出时间:2006年6月26日晚7:30
演出地点:中山公园音乐堂
票 价:380元、280元、180元、120元、80元、50元、20元
<%
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)
%> |