|
作者:黄小春 来源:三秦都市报 时间:2008-7-13 9:35:38 |
|
秦腔伉俪李小锋和张宁央视畅谈“艺术人生”
中央电视台11套《名段欣赏》系列节目“黄金拍档”将于7月13日上午11点30分和晚上22点30分播出秦腔伉俪李小锋和张宁的访谈节目,节目中还将播放他们两人的代表剧目《花亭相会》、《周仁回府·夜逃》和《四郎探母·坐宫》。 李小锋现任陕西省戏曲研究院青年团副团长,是我国著名的秦腔文武小生,他的妻子张宁也是一位著名的秦腔花旦。作为活跃在秦腔舞台上的一对伉俪,李小锋和张宁多年来在工作和生活上夫妻唱和,双双取得了好的成绩。节目中观众将会看到两位艺术家的精彩表演和对话,主持人还将测验两位的默契程度以及他们在舞台和生活中的互相扶持和帮助。此前他们曾在一起出的一张名为《珠联璧合》的合唱专辑,里面不仅收录了很多其他剧种,而且还有民歌,著名作家陈忠实先生还专门为他们的专辑题词。
<%
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)
%> |