名家》林奇芬
2013年10月2日 13:01
");
$(".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();
});
}
//-------------------
});
-
美國政府關門自由女神、太空總署(NASA)受影響。
文/林奇芬
美國預算未過關,部分政府機關開始放無薪假,此時,美股卻仍逆勢上漲。原來,柏南克早就預見危機,堅持QE不能退場。
9月最後一天,美國參眾二院對於聯邦政府預算仍未達成共識,最終美國政府面臨沒錢營運的窘境,目前正開始放無薪假。在此重大利空下,10月1日開盤,美股卻演出逆勢上漲的走勢,不僅四大指數皆上漲,Nasdaq還創下歷史新高。顯示美股走勢異常強勁,似毫不畏利空襲擊。
QE持續,為度過政治僵局
回頭想想,9月20日聯準會為什麼在萬眾期待下,仍然堅持維持QE不退,原來柏南克早就預知,美國二黨惡鬥變數太多,還是放鬆資金比較穩當。果然證明,薑還是老的辣,這次柏南克又做對了。
再回頭想想,類似的場景在去年也曾經上演過。2012年底全球都在擔心美國財政懸崖的危機,結果柏南克甘冒資金氾濫風險,硬在9月推出QE3,每個月購買400億房地產抵押債券,接著還加碼自2013年1月起,每個月再買450億元公債,這二筆資金化解了美國財政懸崖的危機,讓美國經濟得以持續成長,美股續創新高。
這次美國又陷入政治僵局,所有人都無計可施,只好再靠柏南克撒錢度過危機。這次QE無法退場,也有它不得不為的道理。因此,在美國預算與債務上限危機未化解之前,QE是不可能輕言退場的。
四大經濟體,經濟穩定成長
所幸,近期各國經濟面仍持續穩定發展,例如,美國9月ISM製造業指數跳升到56.2,是近二年半新高。歐元區9月PMI指數為51.1,略低於上個月,但可維持在50以上。日本9月PMI指數為52.5,也是自大地震以來最高,且連續七個月站在50以上。中國公布的9月PMI是51.1,匯豐公布的中國PMI是50.2,雖然都在50以上,但略低於原先預期。 (接下一頁)
關鍵字:
名家
林奇芬
QE
美股
柏南克
利率
理財
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:
留言列表