林保宏
2013年8月12日 08:03
");
$(".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();
});
}
//-------------------
});
-
![]()
全台約有上萬輛3001c.c.的名車使用身障免稅車牌,立委懷疑有人藉此逃稅。〔圖/翻攝自網路〕
生活中心/綜合報導
平日民眾對於身心障礙者,總是會多一些關懷和照顧,包括車輛掛上身心障礙的免稅車牌,也是對於這些身心障礙者的一種福利。但民進黨立委李應元揭露,去年排氣量3001c.c.以上的免稅雙B名車高達8139輛;3001c.c.以上的凱迪拉克則有1020輛,身障免稅車佔了242輛,懷疑許多人濫用社福制度的漏洞來逃稅。
李應元表示,根據去年審計部的決算報告,全台共有60.7萬輛的身心障礙免稅車,排氣量3001c.c.以上的達24802輛,其中BMW有1585輛、BENZ有6554輛、凱迪拉克242輛,但以掛上身心障礙車牌的比率來算,凱迪拉克為23.7%、BMW13.5%、BENZ為10.5%。
李應元認為,很難相信有將近1/4的凱迪拉克車主是身障人士,懷疑有人濫用制度來逃稅。根據《蘋果日報》報導,李應元估計目前全台24802輛的身障免稅車,若以3001c.c.至4200c.c.的稅額計算,國庫光是去年稅收就少了7億元,若一半的車主濫用社福制度,國庫等同被A走了3.5億元。
面對這樣的情況,李應元將提案修《使用牌照稅法》,讓免牌照稅限定在排氣量2400c.c.以下自用車。對此殘障聯盟秘書長王榮璋表示,5成以上的身障者家庭收入不足,卻與購買名車比率偏高的情況有明顯出入,他也認為是有假借人頭享免稅優惠。他認為只要能夠更公平合理,別因此錯殺無辜,都有討論的空間。
關鍵字:
身心障礙
民進黨
立委
李應元
BMW
BENZ
凱迪拉克
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' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
請先 登入 以發表留言。