|
作者:佚名 来源:成都日报 时间:2007-2-17 17:37:23 |
|
求,脱掉西装的一只袖子,以断臂杨过的形态走下场,十分可乐。
歌曲《老婆老公我爱你》
表演者:火风、姚贝娜、庞龙、刘岚
看点:这首去年火遍大江南北的歌曲登上了春晚舞台,可惜的是,这首歌是把耳朵都快磨出老茧的老歌了,一点新鲜感也没有。曾经捧红《相约98》《常回家看看》等新歌的春晚,为什么不选新歌呢?不过,四川“金粉”熟悉的第一代“金”姚贝娜在节目中露了一小脸,稍许让人宽慰。
舞蹈《飞弦踏春》
看点:来自西藏日喀则地区拉孜县农民艺术团的72名藏族同胞,自弹六弦琴,边歌边舞蹈,大皮靴把央视春晚的木地板跺得“砰砰”响,美好的祝福伴随着淳朴的脸庞、热情的舞蹈,雪域高原豪放旷达的风情倾泻而来,特别是藏族踢踏舞很值得一看。
小品《考验》
表演者:黄宏、牛莉、雷恪生
看点:黄宏今年再度和牛莉牵手,演一对情侣,两人都打算去领结婚证了,偏偏老丈人雷恪生从中作梗,非要女儿考验考验姑爷,看他是不是听话,否则就不让女儿结婚。考验的办法是,故意让他在公园里去弹一个钓鱼老头的脑壳,黄宏勉强答应,一共弹了4次。前几次他假装认错了人:“老谭,你怎么在这?”到第四次,他惊呼:“老谭,刚才有个人跟你可像了!”但这个笑料也不算新鲜。
精彩台词:“2008北京奥运,2007让老婆怀孕。” “结婚的男人都知道,在家里老婆就是纪检委。”
第三时间段
22∶00—23∶00
歌曲《在那遥远的地方》
表演者:韩红、郝歌
看点:韩红有着无可比拟的清亮嗓子,这次她将和《梦想中国》年度亚军、黑人小伙郝歌合唱《在那遥远的地方》,郝歌百转千回的郝氏唱法有一种特别的韵味,与韩红的嗓音配合得天衣无缝,将《在那遥远的地方》唱出了“R&B”的味道,非常好听。
歌组合《欢乐和谐·流行色2》
表演者:张韶涵、容祖儿
看点:台湾歌手张韶涵的《隐形的翅膀》、香港歌手容祖儿的《越唱越强》都是励志歌曲,在歌迷中传唱度很高,尤其受年轻观众欢迎。
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 下一页
 <%
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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |