|
作者:林艳雯 俞亮鑫… 来源:新民晚报 时间:2007-1-6 10:32:57 |
|
吴辰君穿着宽大的红色戏服踉踉跄跄,巫迪文蹬着10多厘米厚的松高鞋跌跌撞撞,邰正宵顶着有两根长翎子的头冠摇头晃脑……明星们的喊苦声,让人感受到学唱中国传统戏曲的不易。昨晚,《非常有戏》首次在东视剧场录制,记者在台前幕后撷取了参演明星的一组花絮。
吴辰君:被头饰折磨
台湾明星吴辰君的参赛节目是黄梅戏《女驸马》,记者刚走进化妆间,就听到吴辰君在喊痛。原来,她正在头上绑戏曲演员戴头饰前必不可少的水纱,因为绑得很紧,使她难以招架,她忍不住向记者吐苦水:“这水纱还算好的,头上帽子勒得更紧,头简直要爆了。我被这些唱戏装备折磨得够惨。”吴辰君说,她这两天都是从早练到晚,每天都睡不好,初次唱戏非常紧张。 [1] [2] [3] [4] 下一页
<%
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)
%> |