|
作者:李云灵 来源:东方早报 时间:2007-1-10 16:50:47 |
|
《非常有戏》将于本周五举行开播大典,整个大典以传承戏曲艺术、向大师致敬为主题,梅兰芳大师之子梅葆玖将到场祝贺,而信乐团、小刚、解小东、张洪量及好男儿、型秀选手则以别致的方式向戏曲大师和经典剧种表达了自己的敬意。
在本次开机大典上,80高龄的美籍华裔女演员卢燕女士将现场演唱谭鑫培大师经典唱段《定军山》中的选段。卢燕的母亲李桂芬是京剧演员,这让她从小受到了良好的艺术熏陶,后来她还曾得到梅兰芳大师的亲自教诲。此外,信乐团主唱阿信将演唱全新填词的《北京一夜》,用流行歌曲讲述谭派的历史。“舞林盟主”解小东也将献唱一曲RAP版的京剧《徐策跑城》。
此次大典上,还将现场播放由梅兰芳、金少山主演的无声电影《霸王别姬》选段。这段珍贵的影像资料由徐园主人拍摄于1929年的一场堂会上,现由其后人徐希博珍藏,此次放映是该片的全球首映。
<%
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)
%> |