Jean Yen
2013年9月12日 18:35
");
$(".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();
});
}
//-------------------
});
-
全球人壽。(圖/記者顏真真攝)
記者顏真真/台北報導
全球人壽12日以權利金總價新台幣13億元,標下台電宜蘭礁溪2、3號土地設定地上權。全球人壽表示,此案為財政部推動透過民間資金投入公共建設所推出的地上權案件之一,得標後,規劃朝向興建百貨商場及觀光休閒旅館等方向開發,將有助地方經濟發展。
全球人壽說明,由於此案地上權存續期間50年,且期滿後得續約一次20年,投資期間租金收入非常符合壽險業長期穩定收益之目的。
全球人壽指出,這次標的位處礁溪鄉健康路及溫泉路口,兩塊基地面積合計約2333.75坪,距礁溪火車站約350公尺、距頭城交流道約2公里,鐵公路運輸系統相當便捷。宜蘭縣自雪山隧道通車後,已成為國內民眾的重要觀光地區,近幾年來,每年4至5月綠色博覽會、7至8月童玩節等地方特色活動,皆為當地創造出非常龐大的觀光產業商機。
全球人壽表示,礁溪鄉素來以溫泉產業聞名,尤以火車站周邊地區為溫泉旅館業者群聚地區,未來將考慮以溫泉觀光旅館及百貨商場等規劃進行開發。
全球人壽說,不動產投資屬於全球人壽正常的資金運用與資產配置之一環,全球人壽所有的投資標的都是經過精挑細選,且足以提昇全球人壽的投資報酬收益率,而此案將可兼顧地區長期發展及公司投資收益。
全球人壽並強調,未來對於政府推動的其他公共建設案件,將秉持相同立場配合相關政策推動,以積極審慎的態度評估參與各項可行的投資計畫
關鍵字:
全球人壽
礁溪
地上權
財政部
不動產
公共建設
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:
留言列表