| 刘德华痴狂女粉丝弃父尸离港 被网民炮轰人渣(图) |
|
|
|
作者:佚名 来源:新浪 时间:2007-3-29 18:02:07 |
|
 [图]杨氏母女在街头颠沛流离,不知何去何从
“该死的女人、社会人渣、变态白痴……”痴缠刘德华的兰州姑娘杨丽娟,因疯狂追星弄致家破人亡,颠沛流离,昨天内地网民群起向她猛烈炮轰声讨。至于杨女似乎已追星梦醒,曾歇斯底里哭叫:“我最爱爸爸,很后悔……我愿意跳海相随!”不过昨晚她却忍心将父亲尸首弃之不理,拟与母离港返乡,可怜杨父为女儿而死,如今变成游魂野鬼漂泊异乡!
刘德华经理人公司发言人昨天重申,华仔于本周日(二十五日)已达成杨丽娟的心愿,而且在林父出事后的第一天,公司已马上派职员接触杨氏母女,提供适当的协助及慰问;至于杨女那些非正常的要求,公司不可能再提供协助,同时希望杨氏母女返回家乡重建新生活。
声称爱爸爸愿跳海相随
杨丽娟与母亲陶菊英盘川耗尽,过去两天,母女只吃两块面包果腹,昨午她们已离开湾仔下榻的宾馆,面对茫茫前路在街头不知何去何从。杨女声称整夜想着父亲,对于伟大亲情无法报答时,还哭得死去活来,“爸爸的死,是我最大的遗憾,但再怎么哭都没人同情,我愿意去陪爸爸,我和爸爸感情很好,我愿意跳海伴随!”
期间,有记者问她:“你究竟爱华仔多些,还是爱你爸爸多些?”她沉思三秒后,以坚定口吻说:“我爱爸爸……我要爸爸,我真是好后悔,我真是想不到见刘德华这么困难,没有爸爸,什么都没有意义了!”
虽然杨口口声声对不起父亲,但她却决定不会领回父亲尸体,任由港府草草殓葬。至于其父骨灰如何处理,她却回避不愿多提,刚才口口声声对亡父的思念、敬爱之情,似乎完全忘掉,在场逾五十名内地、港、台传媒记者为之侧目。有内地记者还引述网民对杨的荒谬追星行为抨击语句:“不忠不孝、社会人渣、该死的女人、白痴变态……”还有人不满母女的狂行,致电杨母的手机,怒喝:“快点离开香港吧!”也有人说她们留在香港很羞耻。
离港频回望:华仔应见我
杨女获知受到批评后一脸无奈,决定不再留恋伤心地,而且昨天为双程证留港最后一天。昨晚七时许,母女经皇岗返回内地,准备筹款返乡,当母女踏进离境大堂时,杨女不断回望,流露依依不舍神情,喃喃自语说:“爸爸死了,但是华仔应该要见我,为我签名,否则父亲死不瞑目吧!”杨女痴恋刘德华之心仍不变,可是身旁的杨母不断翻阅多张欠单,为往后还债的日子烦恼。
 <%
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)
%> |
|
文章录入:中国秦腔网 责任编辑:中国秦腔网 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: 非常有戏》非常“有戏” 娱乐选秀助推传统戏曲 下一篇文章: 好的粤曲,善于直面现实 |
|
相 关 文 章: |
|
刘德华拜变脸大师内幕 川剧变脸大师收刘德华的内幕
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|