|
作者:未知 来源:湖南戏剧网 时间:2006-3-6 8:06:51 |
|
魅力,红太阳是您不得不去的地方。(《南方财经导报》记者周果福)
在这里,舞台布景、灯光、服装得到强化,以先进的设备和高档次的设计,制造出强烈的视觉冲击;在艺术上,“审美”已退居其次。演艺厅节目的选择和编排,尽量绕开那些属于传统理性文化范畴下的“美感文艺”节目,突出整台晚会的娱乐性。对于经典性的艺术节目,如芭蕾舞、美声歌曲、戏曲唱段,都尽量作“软化”处理,并在总量中仅占极少量。大量的节目是那些淡化教化原则、突出快乐精神,新奇、独特、刺激、鲜活、时尚、短小的各类歌舞、杂技、马戏、魔术、相声、小品等。演出中,强调演员和观众的反馈和互动,最大限度地满足了观众快乐的欲望。
在演艺厅中消费的到底是一些什么样的消费者呢?
有当地民营企业家和他们的客户;有中小私营业主中的中、青年观众;有步入小康人家举行婚寿喜庆的男女老少;有政府部门的科局级官员和他们的外地来宾;有事业已成而聚会重逢的同窗校友;有白领丽人和她的朋友们……
总之,用一个名词可以概括这些人,他们是中国社会目前的“中产阶级”。
这些中产阶级者,是新兴的舞台艺术的主要消费者。他们的文化消费,推动着文化市场的繁荣和文化产业的兴盛,同时也拉动着文化艺术向着一个全新的方向发展。
回顾演艺厅的艺术的发展,它有过这样一个历程:首先是“卡拉·OK”的出现,它成为了人们进入娱乐场所自娱自乐的一种初级的艺术形态。接着,以幽默和调侃为主要手段的主持人出现在歌厅中,带领观众一起娱乐。然后,小品、曲艺、杂技,以及穿插在歌唱当中的、“搞笑”的串台词等娱乐形式,占据了歌厅,观众虽有参与,但基本上退处在观众席上。如今,演艺厅艺术又挺进剧场,向大型综艺演出转化。
那么,下一步,它将朝着什么样的方向发展呢?
让我们看看中国戏剧史:北宋时期,百戏散乐兢相发展,终于聚合而成宋元杂剧。明代中叶,小曲歌谣流播村坊里巷,终于酿造出一代传奇。清代初期,诸腔杂陈、新奇叠出,终于整合成了“花部戏剧”。再让我们看看欧洲戏剧的发展,古希腊、古罗马戏剧的传统在黑暗的中世纪几近消亡,但到了封建社会的后期,城市市民的闲暇生活出现了空前活跃的状况,马戏团的蓬勃发展、笑剧的空前兴盛,等等,终于推动了文艺复兴的步伐,推动了话剧和歌剧的繁荣……
中外戏剧史充分证明,新的舞台艺术的初级阶段,往往呈现出一种形态:“杂”。但最终,它将朝着“剧”的方向整合。
因为: 上一页 [1] [2] [3] [4] [5] [6] [7] 下一页
 <%
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)
%> |