2013年10月28日 01:50
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
60歲歌手愛上16歲小女友(圖/翻攝自interaksyon.com)
國際中心/綜合報導
今年60歲的菲律賓國民歌手阿奇拉日前出席音樂頒獎典禮,公開表示身邊的16歲少女是他的女朋友,引起全國譁然。兩人接吻親密照片在網路上瘋傳,也讓人議論紛紛,還有律師告阿奇拉誘拐少女。
據報導,有著招牌長髮的菲律賓國民歌手阿奇拉(Freddie Aquilar)透露,1次餐廳駐唱時邂逅女友,兩人雖相差44歲,但仍墜入愛河。消息傳出後,引發社會熱烈討論,兩人的甜蜜接吻照片更在網路上瘋傳,不僅有律師到法院控告阿奇拉誘拐少女,要求「阿奇拉應被去勢,以免貽害青少年」,連菲律賓社會福利部也介入關心。
少女表示,喜歡阿奇拉「溫柔體貼,且不時會指正她的錯誤」,而少女的父母也不反對他們交往。而阿奇拉吃嫩草也不是新聞了,1990年代後期曾交往17歲小女友,當時也引發社會爭議。網友將阿奇拉的歌曲《孩子》惡搞寫成《孫子》,諷刺阿奇拉吃嫩草。孩子原曲描述為人父母辛苦撫養子女,但子女長大卻誤入歧途的心酸經歷,台語天后江蕙也曾在2004年翻唱此曲。
關鍵字:
爺孫戀
阿奇拉
菲律賓
歌手
孫子
孩子
留言列表