|
老师:往里点啊!
学生:这一下够意思。
格法:我这比他疼十倍!我来的时候,到中国,我的骨头、我的腿,只能这样。
三十二岁就开始拉,天天就有老师给我扳。而且我的功夫,这叫回笼功,这是我们老师说的。你的功夫,你练到什么程度,再停,第二天全回去了。
因为每天都需要练功,格法没法找一个稳定的工作。现在,他主要的收入是在大学、饭店里给外国人演出和介绍京剧,挣取一些出场费。这天,英国一家大学在北京开一个新闻发布会,就邀请格法去做一场表演。
格法:你让一个大武生,还有美猴王在这么一个小地方演出。把这个饭店差不多打坏了。
格法:我还说英语?
格法的搭档:中西结合,你那英语。我这四句正好是中国四句诗,不是念词,这四句诗,正好合适。一个中一个西,俩结合了。
格法:什么叫艺术?到最后,你喜欢我喜欢,所以我这样做。我失败了也是我的问题,因为我自己是这么要求的。
这一天,格法要去机场接女朋友森村知慧。知慧这次是专程从日本赶回来准备上海的演出的。格法买了一束花要给她一个惊喜,这种浪漫的行动对格法来说算是很奢侈的。
格法以前找过两个中国女朋友,但最终,她们都觉得格法学京剧没有前途而离开了他。六年前,格法在中国戏曲学院认识了知慧。 上一页 [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
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)
%> |