楊伶雯
2013年8月30日 12:14
");
$(".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();
});
}
//-------------------
});
-
著名的胖達人麵包店因麵包添加香精,而引發軒然大波。〔圖/記者呂炯昌攝影〕
記者楊伶雯/台北報導
基因受到子公司生技達人旗下胖達人爆出香精麵包事件的拖累,股價仍在持續重挫中,從今年3月212元下跌以來,跌幅逾68%;巧合的是董事長徐洵平妻子姜麗芬從5月開始申報賣出股票,統計已在高價時出脫1354張,8月更申報要再賣出1000張,時間點落在胖達人風暴前,引來外界質疑與揣測;櫃買中心也指出,已針對特定的人、時間進行相關資料分析與報告。
基因的前身是IC設計公司達鈺,達鈺之前則是亞全科技,因財報資料無法如期繳交遭停止交易,然後被借殼改名達鈺,2000年再被徐洵平借殼,更名為基因國際生醫,搖身一變成為生技股。
基因股價由去年8月間58.2元往上漲,今年3月25日盤中衝達212元的高價,漲幅達2.64倍;今年5月開始一路下跌,近日來在胖達人風暴延燒下,跌勢更重,30日仍在跌停附近掙扎。
基因董娘姜麗芬,同時也擔任監察人,從公開觀測站資料中可以看出,她的個人持股在5月間還有8946張,但她也從5/21開始一連串的申報賣出動作,5月申讓500張、6/5申讓950張、7/9申讓200張、8/2申讓1000張,除了6/5日那次有申報未完成之外,8/2這次仍在執行期間,如果全數賣出,預計個人持股將降至6592張。
另外,根據公開觀測站資料統計,姜麗芬5月持股8946張,目前持股則是7592張,已賣出1354張股票;由於姜麗芬開始賣出股票時仍有近200元的高價,且在8月爆出胖達人事件前,還大舉申讓1000張,高檔賣股加上時間點的敏感,引來外界揣測。 (接下一頁)
關鍵字:
胖達人
生技達人
基因
徐洵平
香精麵包
葉公亮
姜麗芬
徐洵平
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:
留言列表