|
作者:佚名 来源:京华时报 时间:2007-1-14 3:23:49 |
|

[图]徐帆:很多年轻人觉得戏曲听不懂,周杰伦的歌含含糊糊的才让我听不懂
(中国秦腔网 附图)
因参加《非常有戏》比赛,令徐帆除了“冯小刚妻子”外,又多了一个被关注的理由。前晚徐帆接受采访时,称和冯小刚的关系是合则来不合就散,并对年轻人不爱戏曲表示无奈。
徐帆和冯小刚一直被视为影视圈的模范夫妻,谈到两人的相处之道,徐帆说:“每对夫妻的相处之道都是不一样的,两个人在一起,合则来,不合就散,就是这么一回事。”与冯小刚结婚多年,却一直没有生育子女,徐帆说:“这种事没法计划呀,而且也不是计划了就能实现的。”
徐帆曾经学过京剧,谈起现在的年轻人不关注戏曲,她有些无奈,“现在的年轻人听到戏曲就没兴趣,他们都喜欢周杰伦。很多年轻人觉得戏曲听不懂,在我看来,周杰伦的歌含含糊糊的才让我听不懂。”
<%
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)
%> |