<iframe height="124" marginheight="0" src="/QrCode/QrCodeService.aspx?NewsCode=004420110808103249875000" frameborder="0" width="50" marginwidth="0" scrolling="no" topmargin="0"></iframe>
오늘부터 활동지원제도 신청 접수 시작
읍·면·동주민센터, 공단 지사 방문 등 통해 가능
에이블뉴스, 기사작성일 : 2011-08-08 10:24:02
복지부가 오늘부터 장애인활동지원제도의 활동지원급여 신청 접수를 받는다.
이번 신청은 오는 10월부터 시행되는 활동지원제도를 위한 신규 신청자에 대한 사전 접수다.
6세 이상 65세 미만의 등록 1급장애인이면 소득 수준에 관계없이 누구나 신청할 수 있다. 단 노인장기요양급여 수급자와 생활시설 등에 입소해 생활하고 있는 사람, 의료기관에 입원 중인 사람은 제외된다.
활동지원급여 신청을 원하는 사람은 본인 명의의 통장사본(본인부담금 환급용)과 건강보험증을 지참해 가까운 읍면동 주민센터나 국민연금공단 지사를 방문, 신청하면 된다.
신청은 방문 접수뿐만 아니라 우편이나 팩스로도 가능하며, 국민연금공단 지사에 연락하면 찾아가는 서비스를 지원받을 수도 있다.
서비스 신청 후 수급자 선정은 국민연금공단의 방문조사와 시군구의 수급자격심의위원회 등의 엄격한 심의를 거쳐 진행된다.
복지부 관계자는 "대상자 선정에 시간이 걸릴 수 있으므로 일찍 신청해야 좀 더 빨리 서비스를 이용할 수 있다"고 말했다.
자세한 사항은 복지부 콜센터(국번없이 129)나 국민연금공단 콜센터(국번없이 1355)로 문의하면 된다.
한편, 기존 활동보조를 받아왔던 사람은 별도 신청없이 활동지원급여 수급자로 자동 전환돼 활동지원급여를 이용하게 된다. 단 추가급여(1인가구 제외)를 신청하고자 할 경우에는 10월 5일 이후 가까운 주민센터에서 신청할 수 있다.
-장애인 곁을 든든하게 지켜주는 대안언론 에이블뉴스(ablenews.co.kr)-
-에이블뉴스 기사 제보 및 보도자료 발송 ablenews@ablenews.co.kr-
이번 신청은 오는 10월부터 시행되는 활동지원제도를 위한 신규 신청자에 대한 사전 접수다.
6세 이상 65세 미만의 등록 1급장애인이면 소득 수준에 관계없이 누구나 신청할 수 있다. 단 노인장기요양급여 수급자와 생활시설 등에 입소해 생활하고 있는 사람, 의료기관에 입원 중인 사람은 제외된다.
활동지원급여 신청을 원하는 사람은 본인 명의의 통장사본(본인부담금 환급용)과 건강보험증을 지참해 가까운 읍면동 주민센터나 국민연금공단 지사를 방문, 신청하면 된다.
신청은 방문 접수뿐만 아니라 우편이나 팩스로도 가능하며, 국민연금공단 지사에 연락하면 찾아가는 서비스를 지원받을 수도 있다.
서비스 신청 후 수급자 선정은 국민연금공단의 방문조사와 시군구의 수급자격심의위원회 등의 엄격한 심의를 거쳐 진행된다.
복지부 관계자는 "대상자 선정에 시간이 걸릴 수 있으므로 일찍 신청해야 좀 더 빨리 서비스를 이용할 수 있다"고 말했다.
자세한 사항은 복지부 콜센터(국번없이 129)나 국민연금공단 콜센터(국번없이 1355)로 문의하면 된다.
한편, 기존 활동보조를 받아왔던 사람은 별도 신청없이 활동지원급여 수급자로 자동 전환돼 활동지원급여를 이용하게 된다. 단 추가급여(1인가구 제외)를 신청하고자 할 경우에는 10월 5일 이후 가까운 주민센터에서 신청할 수 있다.
-장애인 곁을 든든하게 지켜주는 대안언론 에이블뉴스(ablenews.co.kr)-
-에이블뉴스 기사 제보 및 보도자료 발송 ablenews@ablenews.co.kr-
정가영 기자 (tasha@ablenews.co.kr)
정가영 기자의 다른기사 보기 ▶
var namesCols = root.childNodes; //item 노드들의 컬렉션을 얻어온다
//결과가 없다면 작업무효 (item 값이 없다면)
if (namesCols[0].childNodes.length == 0) return;
for (j = 0; j < namesCols.length; j++) {
var namesCol = namesCols[j].childNodes; //news 노드들의 컬렉션을 얻어온다
var newstitle = namesCol[0].firstChild.nodeValue;
var newsothertitle1 = namesCol[1].firstChild.nodeValue;
var newsothertitle2 = namesCol[2].firstChild.nodeValue;
var inputtime = namesCol[3].firstChild.nodeValue;
var newscontents = namesCol[4].firstChild.nodeValue;
newstitle = newstitle.replace(/<.*?>/g, ""); //html 태그 제거
newstitle = encodeURIComponent(newstitle, "UTF-8");
newscontents = newscontents.replace(/<.*?>/g, ""); //html 태그 제거
newscontents = encodeURIComponent(newscontents, "UTF-8");
itemdata = "LANGUAGE=1&TEXTTITLE=" + newstitle + "&TEXTCONTENT=" + newscontents + "&ENDPAGE=";
}
Code(itemdata);
}
else {
return false;
//alert(xmlHttp.statusText);
}
}
}
var Code = function (item) {
$.ajax({
type: "POST",
url: "/WebMobileVEMaker/WebToPhoneMaker.dll?MakeVolumeTextSymbol",
data: item,
success: function (msg) {
// msg 결과값 반환 (형식 : 결과값^파일명)
//alert(msg);
var arrMsg = msg.split("^");
$("#imgBarCode").attr("src", "/WebMobileVEMaker/download/" + arrMsg[1] + ".bmp");
$("#imgBarCode").show();
imagename = arrMsg[1];
//alert(imagename);
//alert(arrMsg[1]);
$(window).unload(function () {
deleteBarcode(arrMsg[1]);
});
}
});
}
var deleteBarcode = function (val) {
if (val != "") barcodeFileName = val;
//alert(barcodeFileName);
$.ajax({
type: "POST",
url: "/WebMobileVEMaker/WebToPhoneMaker.dll?DeleteSymbolFile",
data : "DELETEFILENAME=" + barcodeFileName + "&ENDPAGE=",
dataType: "text",
success: function (msg) { }
});
}
</script>
<style type="text/css">
/*팝업 스타일시트*/
#divBarcodePopup{z-index:2000;background:#ffffff; display:none;height:480px;padding:30px;width:910px;border:0; margin-left:20px }
</style>
정가영 기자의 다른기사 보기 ▶
[저작권자 ⓒ 에이블뉴스, 무단 전재 및 재배포 금지]
<script type="text/javascript" src="/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="/js/bpopup/jquery.bpopup-0.4.1.min.js"></script>
<script type="text/javascript">
var itemdata; //코드생성될 전송데이터 전역변수
var imagename; //삭제될 이미지 전역변수
$("document").ready(function() {
$("#btnBarcode").click(function() {
if (parent.location.pathname == "/News/NewsTotalList.aspx") {
window.open('/WebMobileVEMaker/VEMakerPage.aspx?NewsCode=004420110808103249875000', 'voice', 'scrollbars=yes,width=940,height=520');
return false;
}
else {
var url = "/WebMobileVEMaker/VEMakerXml.aspx";
var params = 'newscode=004420110808103249875000';
//test open
// window.open(url+'?'+params);
new ajax.xhr.Request(url, params, VEMakercallback, "POST");
/*
var subject = "kkk"; //$("#subject").text();
var content = "jjj";//$("#content").text();
var item = subject + "$$" + content;
*/
//div팝업
$("#divBarcodePopup").bPopup();
return false;
}
});
$("#divBarcodePopup_alert").mouseover(function() { $('#divBarcodePopup_alert').show(); });
$("#divBarcodePopup_alert").mouseout(function() { $('#divBarcodePopup_alert').hide(); });
$("#imgBarCode").mouseover(function() { $('#divBarcodePopup_alert').show(); });
$("#imgBarCode").mouseout(function() { $('#divBarcodePopup_alert').hide(); });
$("#bClose").click(function() { return });
});
function VEMakercallback(req) {
if (req.readyState == 4) {
if (req.status == 200) {
var xdoc = req.responseXML
var root = xdoc.documentElement; //<iframe height="130" src="http://ablenews.co.kr/banner/realclick/ablenews2_s1.htm" frameborder="0" width="570" allowTransparency scrolling="no"></iframe>
<iframe height="150" src="http://ablenews.co.kr/banner/realclick/ablenews3_pt1.htm" frameborder="0" width="570" allowTransparency scrolling="no"></iframe>
<script>
var real_sh_top = 360; /*상하위치*/
var real_sh_left = 660; /*좌우위치*/
</script>
<script type="text/javascript" charset="euc-kr" src="http://ade.realclick.co.kr/partner09_1/ablenews3_b1.js"></script>
<script language="JavaScript" charset="euc-kr" src="http://ade.realclick.co.kr/partner09_1/ablenews3_b1.js?sel_val=1"></script>
<script language="JavaScript" charset="euc-kr" src="http://ade.realclick.co.kr/ad_headcopy/ablenews3_bnr1.js?bopen=y"></script>
<style>#real_pop_bnr_ablenews3 {width:310px; border:1px solid #7f7f7f; font:normal 11px '돋움', Dotum; color:#000000;}#real_pop_bnr_ablenews3 div {float:left; display:inline;}#real_pop_bnr_ablenews3 img {border:0 none;}#rc_loc {width:310px; height:180px;}#rc_loc img {border:0 none;}#rc_loc div {position:absolute; }#rc_loc .loc {width:310px; height:20px; background:url(http://mdimg.realclick.co.kr/real_img/loctop_bg.png) bottom repeat-x;}#rc_loc .txt {margin:5px 0 0 3px; font:normal 11px Dotum; color:#FFFFFF; letter-spacing:-1px;}#rc_loc .ytxt {color:#FFFF00; font-weight:bold;}</style>
<iframe title="구글 배너광고 프레임" height="60" src="http://ablenews.co.kr/banner/google/8390967592.htm" frameborder="0" width="468" allowTransparency scrolling="no"></iframe>
<iframe style="MARGIN-BOTTOM: 5px; HEIGHT: 372px" id="ifNewsOtherBoard" title="나도한마디 프레임" height="800" src="/News/Include/NewsOtherBoardInc.aspx?NewsCode=004420110808103249875000" frameborder="0" width="100%" allowTransparency name="ifNewsOtherBoard" scrolling="no" _check="0"></iframe>
최신기사목록
정치/정책 > 정책 | 오늘부터 활동지원제도 신청 접수 시작 | 정가영 기자 | 2011-08-08 10:24:02 |
정치/정책 > 정책 | 장애인 의견배제 활동지원고시안 ‘말도 안돼’ | 정가영 기자 | 2011-08-05 11:00:52 |
정치/정책 > 정책 | 서울시 활동지원 자부담 부과에 '반발' | 정윤석 기자 | 2011-08-04 17:56:23 |
<style type="text/css">.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/ display: none;}</style>
<script type="text/javascript">
if (document.getElementById)
document.documentElement.className = 'jsclass'; //hide content for DOM capable browsers
var randomcontentdisplay={
divholders:new Object(),
masterclass: "randomcontent",
init:function(){
if (!document.getElementById)
return
var alldivs=document.getElementsByTagName("div")
var randomcontentsearch=new RegExp(this.masterclass+"\\s+(group\\d+)", "i") //check for CSS class="randomcontent groupX" (x=integer)
for (var i=0; i