");
$(".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();
});
}
//-------------------
});
-
甘迺迪長女卡洛琳獲歐巴馬提名,或將任美首位駐日女性大使。〔圖/翻攝自中國評論新聞網〕
實習記者周靚/綜合報導
美國總統歐巴馬在華盛頓時間24日提名前總統甘迺迪(John F. Kennedy)的女兒卡洛琳出任美國駐日本大使。若任命案順利通過,卡洛琳將成為美國首位女性駐日大使。
綜合媒體報導,日本是美國的重要盟友,因此華府通常會派出高知名度的駐日大使。卡洛琳任命若獲批准,必將備受矚目。
現年55歲的卡洛琳曾就讀哈佛大學,並從哥倫比亞大學法律研究所畢業。卡洛琳個人形象優良,加上參議院是由敬重甘迺迪的民主黨所領導,預計任命案可順利通過。
據報導,當年,歐巴馬陷入與聲勢強大的希拉蕊.柯林頓(Hillary Clinton)爭奪民主黨總統提名人選苦戰時,卡洛琳就以家族名聲力挺歐巴馬,並表示,歐巴馬會是個像她父親一樣的總統。據資料顯示,卡洛琳此生僅支持過兩位總統候選人,另一位是她的叔叔。
其實,今(2013)年4月就有傳出卡洛琳可能出任駐日大使的消息,當時卡洛琳在接受採訪時表示,如果真的可以任職,她將感到非常光榮和激動,並表明對這工作的期待。
日本方面表示,樂見此事成真。日本認為,甘迺迪家族在美國一直是被關注的焦點,此次卡洛琳若能出任駐日大使,必會加強雙方關係。
卡洛琳提名核准後,預計最快9月中到任。屆時,這位前第一千金將成為首位駐日女性大使。
關鍵字:
甘迺迪
卡洛琳
首位
駐日女性大使
美國
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
留言列表