");
$(".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();
});
}
//-------------------
});
-
希拉蕊柯林頓(Hillary Clinton)卸任國務卿後,動向備受矚目。〔圖╱白宮網站〕
實習記者王夢琪/綜合報導
近日,美國有線電視網(CNN)和美國國家廣播公司(NBC)分別宣布,將為美國前「第一夫人」、前國務卿希拉蕊‧柯林頓(Hillary Clinton)拍攝紀錄片和影片,以肯定她一生的成就。此舉引起共和黨的強烈恐慌。
據悉,CNN將邀請奧斯卡最佳紀錄片導演查爾斯‧弗格森(Charles Ferguson)執導該記錄影片,預計將於2014年上映。而NBC則由好萊塢著名影星黛安‧蓮恩(Diane Lane)出演希拉蕊,這部四小時長的影集預計也會在2016總統大選之前播出。
美國共和黨全國委員會主席雷恩斯‧普瑞巴斯(Reince Priebus)5日以官方名義致信CNN和NBC總裁,要求終止有關希拉蕊影片的製作計劃,否則共和黨方面將會對這兩家電視台予以制裁。
普瑞巴斯在信中稱,如果CNN和NBC無法在14日共和黨夏季會議開始前撤銷希拉蕊影片的製作,共和黨方面將考慮撤銷這兩大電視台主辦2016年總統候選人辯論的機會。而此前2012年的總統大選,CNN和NBC都層多次主辦國多場共和黨總統參選人的初選辯論。
普瑞巴斯同時將信件對外發表,此舉贏得共和黨內不少人士積極響應,共和黨在艾奧瓦等地的黨部已紛紛發表聲明,支持普瑞巴斯的決定。 (接下一頁)
關鍵字:
希拉蕊
共和黨
美國總統大選
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
留言列表