|
作者:陈馨 来源:武汉晨报 时间:2007-1-14 3:54:07 |
|
常有戏》会比《舞林大会》差很多?
汪灏:我们借鉴真人秀的外壳,也有明星参与,在弘扬国粹的同时,也具备一定的娱乐性,毕竟节目的宗旨不完全一样吧。
晨报:估计会有多少明星参赛?听说周杰伦、陶喆、张信哲都将加盟?那些参与过《舞林大会》的明星还会来吗?
汪灏:从开播大典的表演嘉宾,到参赛明星、评委,估计会有100多人吧。周杰伦、陶喆等人也正在接洽中,关键要看档期。当然我们会避免重复《舞林大会》出现的明星,怕观众没了新鲜感。
晨报:评委将如何选择?
汪灏:评委都是戏曲名家或资深票友,如魏明伦、罗家英等人,每场三位评委,每次出场评委可能不同。 晨报:《非常有戏》中的明星出场费与《舞林大会》相比怎样(1万到3万)?汪灏:这个,大概差不多吧。 上一页 [1] [2] [3]
<%
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)
%> |