楊伶雯
2013年7月24日 21:25
");
$(".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();
});
}
//-------------------
});
-
台股投資人在證券行看大盤走勢。(圖/中央社資料照)
記者楊伶雯/台北報導
由美、日股市領漲,今年成熟國家普遍表現優於新興市場,從基金績效來觀察,不論單筆或定期定額,美國及日本市場都有突出的表現,產業基金方面,則以生技醫療及消費相關最績優,群益投信認為,在美股屢創高,加上市場震盪加劇,看好股市長期向上、又擔心市場波動的投資人,不妨以定期定額方式介入,也能擁有不錯的投資回報。
群益東方盛世基金經理人王文宏表示,儘管全球股市經歷5、6月份的震盪,不過聯準會寬鬆立場難以改變、日本邁入絕對執政,美、日兩大龍頭帶動經濟復甦,股市多頭依舊。尤其近期表現強勁的日本,在市場紛紛上調日本企業獲利成長及展望,絲毫未受國際貨幣基金(IMF)下調全球經濟預測影響,日股盈餘提高的趨勢未變,令日本成為經理人加碼美股外的第二選擇,資金持續進駐。
王文宏進一步針對亞太市場指出,儘管目前大陸錢荒尚未解決,QE退市也將導致部份資金流出,但亞太區財務總監(CFO)普遍認為,上述因素並未對融資市場造成太大壓力,其中有62%認為今年純利有機會勝去年。亞洲銀行業現金流充裕、融資渠道多、流動性高、企業與銀行關係良好,融資環境相對穩健,也讓亞洲成為佈局不可缺的一塊。
群益安家基金經理人沈宏達對過去幾年表現搶眼的生技產業指出,受到人口老化及技術持續提升的帶動,生技產業長線看俏。仔細觀察,由於醫材產業在長線需求的成長上能見度較高,尤其有創新能力的產品成為生技股中的另一潮流。
另外,原料藥部分國內業者具有技術領先優勢,加上國際藥廠為降低成本轉而委外代工,由於委外代工方面需符合FDA規範,具有技術領先的市場如台灣相關製藥業者也值得留意。
關鍵字:
台股
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: '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
留言列表