|
作者:唐求 来源:北京日报 时间:2006-5-30 15:57:29 |
|
观众熟悉郭达是因为他的小品,他塑造的角色多为诙谐敦厚的陕西人。此次,他作为特邀演员参加北京人艺《白鹿原》的演出,饰演的鹿子霖也是地地道道的陕西人。
郭达说:“一说演话剧我就有些抵触情绪。从前演过的许多话剧都带有很浓的说教味儿,时间一长真是有点儿演伤了。接这部戏完全是被作品本身吸引。读《白鹿原》原著时,自己还琢磨里面的人物,想着自己要是演那些人物会是什么样子呢?”
然而,郭达与《白鹿原》的携手却并非一帆风顺。“我看着《白鹿原》被改编成电影、电视剧,心里特别高兴,心想我自己是陕西人,他们拍戏总会找到我头上来吧。可是他们都没来找我,让我很意外。”与北京人艺合作,正中郭达下怀,但也经历了一个磨合的过程。“人艺排练的方式和总政不大一样。总政像上班一样每天朝九晚五,人艺却是从下午抻到夜里。我一开始真不大适应,后来发现林兆华导演是集中演员的最佳状态在同一时间内爆发,效率非常高。我白天在排练厅里花心思设计一些小道具,后来发现都用不上,林兆华导演总有很多让人惊喜的点子。”
对于鹿子霖这个“不太善良”的角色,郭达称自己在形象上并不占太大优势,但同为陕西人,他能够把自己身上陕西人那种生、冷、奘、倔的气质淋漓尽致地发挥出来,并感染剧组里非陕西籍演员。除了饰演鹿子霖,郭达还担任语言指导的任务。郭达特别提到了老搭档宋丹丹,“我们俩已经很熟了,在一起有好多挺好玩的事儿,这次她对我的帮助特别大。和她那段激情戏因为我有点儿不好意思,感觉老是找不对,宋丹丹索性就把我的手直接放到她的大腿上!”
说到家乡陕西,郭达充满了恋乡之情。每次听到回荡在排练厅里的秦腔和老腔,他心里总是美滋滋的。
<%
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)
%> |