");
$(".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();
});
}
//-------------------
});
-
一名住在佛羅里達州澤弗希爾斯(Zephyrhills)小鎮的84歲老婦,日前竟獨中美國威力球(Powerball)史上最高獎金5億9000萬美元。
實習記者游雅嵐/綜合報導
美國威力球(Powerball)彩券最新一期開出史上第3高頭彩彩金4億4800萬美元(約134億元台幣),今(9)日一名來自明尼蘇達州的幸運得主現身,他是45歲的工程師,將可分得1/3彩金。領獎時他興奮的說:「我一生都在等待這一刻。」
45歲的工程師保羅懷特現身證實,他是贏得最新一期威力球彩券4億4800萬美元頭彩的幸運兒之一。他表示,發現自己中大獎後,興奮得在明尼亞波利斯市(Minneapolis)的公司裡跑來跑去,還請幾位同事和他一起重對彩券,確定對中5、25、30、58、59五個獎號和威力球號碼32。
他隨後前往明尼蘇達州彩券局的辦公室領獎,他可以分得頭奬獎金中的1億4900萬美元(約44億元台幣),他選擇一次領取8600萬美元,扣稅後實拿5830萬美元。
記者問他為什麼這麼快現身領獎,懷特說:「我一生都在等待這一刻。」並表示他已在腦子裡想像過許多次中大獎的情況。
據《路透社》的報導,頭彩得主懷特(Paul White)與妻子已離婚,育有16歲兒子與14歲女兒。他說,獲得頭彩彩金,讓他不必再為小孩的大學教育費煩惱了。他以後打算不再為任何人工作,要拿這筆錢去買輛新車,度假,還要孝敬年邁的父母。
美國多州樂透協會(Multi-State Lottery Association)宣布,這期威力球彩券(Powerball)有三張中頭彩,其中兩張在新澤西州售出、一張在明尼蘇達州售出。
關鍵字:
美國
威力球
頭彩
明尼蘇達州
工程師
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
留言列表