呂烱昌
2013年10月9日 08:55
");
$(".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();
});
}
//-------------------
});
-

葉連(右)預料將接任聯準會主席。〔圖/聯準會網站〕
國際中心/綜合報導
白宮一名官員透過電郵聲明透露,美國總總歐巴馬將於美國時間9日提名聯邦準備理事會(Fed)副主席葉連(Jane Yellen)掌聯準會。
葉連曾任舊金山聯邦準備銀行總裁、柯林頓時代的白宮經濟顧問委員會(White House Council of Economics Advisers)主席;自2010年以來一直擔任聯準會副主席。
葉連被稱為願容忍更大通膨以壓低失業率的政策「鴿派」,不僅廣獲經濟家支持,參議院20名民主黨議員7月26日時還聯名致函歐巴馬力挺。
現任聯準會主席柏南奇(Ben S. Bernanke)任期將於2014年1月底屆滿,如果葉連順利擔任聯準會主席,將成為史上第一位女性聯準會主席。
關鍵字:
聯準會
美國
歐巴馬
寬鬆
提名