|
作者:唐雪薇 来源:北京娱乐信报 时间:2005-9-24 22:17:34 |
|
先生特别注重对年轻一代的培养。对我演出方面的问题,梅先生会毫不客气地指出来,大公无私地教导我,希望我把戏演得更好。他没有偏见、没有私心。
为保护嗓子苛刻自己身体
记:您是如何保护您的“金嗓子”的?
马:我的嗓子绝非天赋,而是从痛苦的煎熬中锤炼出来的。我小时候,嗓子并不好,为了练腔,我抱着水罐扣在脸上高喊,天天如此,从不间断。天长日久,前额被水罐沿磨破了皮,留下了一道深深的疤痕。就这样整整坚持了九年,终于练出了这副嗓子。所以我把嗓子看得比命还金贵,因为嗓子就是我的武器。我参加过大大小小的宴会,也经历过饥渴难熬的日日夜夜,喜怒哀乐、成功、挫折,都没能使我对保护嗓子稍有松懈。所以我不但不抽烟不喝酒,就连稍带刺激性的食品——像鸡鸭鱼肉、冰糕汽水也不沾。我最常吃的饭食是馍馍、绿豆小米饭,最多加几个荷包蛋。为了保护嗓子,我宁愿委屈我的身体。
上一页 [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)
%> |