");
$(".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();
});
}
//-------------------
});
-
荷蘭佛里索王子一家滑雪場合影。(圖∕翻攝自網路)
實習記者王夢琪/綜合報導
荷蘭王子約翰‧佛里索(Johan Friso),曾經的王位第二順位繼承人,在2012年2月遭遇雪崩昏迷18個月後,已於12日在海牙豪斯登堡王宮去世,享年44歲。
約翰‧佛里索是今年4月30日退位的荷蘭女王畢翠克絲(Queen Beatrix)的次子,新國王亞歷山大(Willem-Alexander)的弟弟。他曾就讀於加州大學伯克利分校、鹿特丹大學的佛里索,一直被稱為「優秀王子」、「資優王子」。
和荷蘭王室其他成員一樣,佛里索王子熱衷於體育運動,尤其熱愛滑雪。去年2月17日,他在奧地利西部滑雪勝地列赫(Lech)滑雪時遭遇大雪崩,埋進雪堆大約20鐘後才由直升機送醫急救。
政府在昨日的聲明中說:「佛里索親王在滑雪意外後缺氧,造成腦部受損後,因為併發症辭世。」
據聞,這位佛里索王子一直對王位興趣缺缺,小時候他就曾對朋友們說:「你們可以痛打亞歷山大,但不可以把他打死,不然我就得當國王了」。2004年,他在未申請議會同意的情況下,與平民女子梅葆(Mabel Wisse Smit)結婚,主動放棄王位繼承權。
婚後,佛里索王子一家在倫敦生活,他是歐洲一家鈾濃縮公司的財務總監,並和梅葆育有兩個女兒。
關鍵字:
荷蘭
佛里索王子
雪崩
病逝
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表