[0-9]+)./); // Chrome = 0) { // Android = 4.4 will contain Chrome in the user agent, // thus pass the Chrome check above and not reach this block. polyfill = /Androids[0-4][^d]/g.test(navigator.userAgent); } else if (navigator.userAgent.indexOf(‘Safari’) >= 0) { versionMatch = navigator.userAgent. match(/Version/([0-9]+).([0-9]+).([0-9]+) Safari//); // Safari = 0 && window.parent !== window); if (isEmbeddedIE) { PDFJS.disableFullscreen = true; }})(); (function(){/* pdf2htmlEX.js: Core UI functions for pdf2htmlEX Copyright 2012,2013 Lu Wang and other contributors https://github.com/coolwanglu/pdf2htmlEX/blob/master/share/LICENSE */var pdf2htmlEX=window.pdf2htmlEX=window.pdf2htmlEX||{},CSS_CLASS_NAMES={page_frame:”pf”,page_content_box:”pc”,page_data:”pi”,background_image:”bi”,link:”l”,input_radio:”ir”,__dummy__:”no comma”},DEFAULT_CONFIG={container_id:”page-container”,sidebar_id:”sidebar”,outline_id:”outline”,loading_indicator_cls:”loading-indicator”,preload_pages:3,render_timeout:100,scale_step:0.9,key_handler:!0,hashchange_handler:!0,view_history_handler:!0,__dummy__:”no comma”},EPS=1E-6;function invert(a){var b=a[0]*a[3]-a[1]*a[2];return[a[3]/b,-a[1]/b,-a[2]/b,a[0]/b,(a[2]*a[5]-a[3]*a[4])/b,(a[1]*a[4]-a[0]*a[5])/b]}function transform(a,b){return[a[0]*b[0]+a[2]*b[1]+a[4],a[1]*b[0]+a[3]*b[1]+a[5]]}function get_page_number(a){return parseInt(a.getAttribute(“data-page-no”),16)}function disable_dragstart(a){for(var b=0,c=a.length;b=e.length)&&(e=e[a],!e.loaded&&!this.pages_loading[a])){var e=e.page,h=e.getAttribute(“data-page-url”);if(h){this.pages_loading[a]=!0;var d=e.getElementsByClassName(this.config.loading_indicator_cls)[0];”undefined”===typeof d&&(d=this.loading_indicator.cloneNode(!0),d.classList.add(“active”),e.appendChild(d));var f=this,g=new XMLHttpRequest;g.open(“GET”,h,!0);g.onload=function(){if(200===g.status||0===g.status){var b=document.createElement(“div”);b.innerHTML=g.responseText;for(var d=null,b=b.childNodes,e=0,h=b.length;e=a?d.loaded?d.show():this.load_page(e):d.hide()}},update_page_idx:function(){var a=this.pages,b=a.length;if(!(2>b)){for(var c=this.container,e=c.scrollTop,c=e+c.clientHeight,h=-1,d=b,f=d-h;1=e?d=g:h=g;f=d-h}this.first_page_idx=d;for(var g=h=this.cur_page_idx,k=0;dc)break;f=(Math.min(c,l+f)-Math.max(e,l))/f;if(d===h&&Math.abs(f-1)k&&(k=f,g=d)}this.cur_page_idx=g}},schedule_render:function(a){if(void 0!==this.render_timer){if(!a)return;clearTimeout(this.render_timer)}var b=this;this.render_timer=setTimeout(function(){delete b.render_timer;b.render()},this.config.render_timeout)},register_key_handler:function(){var a=this;window.addEventListener(“DOMMouseScroll”,function(b){if(b.ctrlKey){b.preventDefault();var c=a.container,e=c.getBoundingClientRect(),c=[b.clientX-e.left-c.clientLeft,b.clientY-e.top-c.clientTop];a.rescale(Math.pow(a.config.scale_step,b.detail),!0,c)}},!1);window.addEventListener(“keydown”,function(b){var c=!1,e=b.ctrlKey||b.metaKey,h=b.altKey;switch(b.keyCode){case 61:case 107:case 187:e&&(a.rescale(1/a.config.scale_step,!0),c=!0);break;case 173:case 109:case 189:e&&(a.rescale(a.config.scale_step,!0),c=!0);break;case 48:e&&(a.rescale(0,!1),c=!0);break;case 33:h?a.scroll_to(a.cur_page_idx-1):a.container.scrollTop-=a.container.clientHeight;c=!0;break;case 34:h?a.scroll_to(a.cur_page_idx+1):a.container.scrollTop+=a.container.clientHeight;c=!0;break;case 35:a.container.scrollTop=a.container.scrollHeight;c=!0;break;case 36:a.container.scrollTop=0,c=!0}c&&b.preventDefault()},!1)},rescale:function(a,b,c){var e=this.scale;this.scale=a=0===a?1:b?e*a:a;c||(c=[0,0]);b=this.container;c[0]+=b.scrollLeft;c[1]+=b.scrollTop;for(var h=this.pages,d=h.length,f=this.first_page_idx;f=c[1])break}g=f-1;0>g&&(g=0);var g=h[g].page,k=g.clientWidth,f=g.clientHeight,l=g.offsetLeft+g.clientLeft,m=c[0]-l;0>m?m=0:m>k&&(m=k);k=g.offsetTop+g.clientTop;c=c[1]-k;0>c?c=0:c>f&&(c=f);for(f=0;fc.length;)c.push(null);var g=b||this.pages[this.cur_page_idx],d=g.view_position(),d=transform(g.ictm,[d[0],g.height()-d[1]]),g=this.scale,l=[0,0],m=!0,k=!1,n=this.scale;switch(c[1]){case “XYZ”:l=[null===c[2]?d[0]:c[2]*n,null===c[3]?d[1]:c[3]*n];g=c[4];if(null===g||0===g)g=this.scale;k=!0;break;case “Fit”:case “FitB”:l=[0,0];k=!0;break;case “FitH”:case “FitBH”:l=[0,null===c[2]?d[1]:c[2]*n];k=!0;break;case “FitV”:case “FitBV”:l=[null===c[2]?d[0]:c[2]*n,0];k=!0;break;case “FitR”:l=[c[2]*n,c[5]*n],m=!1,k=!0}if(k){this.rescale(g,!1);var p=this,c=function(a){l=transform(a.ctm,l);m&&(l[1]=a.height()-l[1]);p.scroll_to(f,l)};h.loaded?c(h):(this.load_page(f,void 0,c),this.scroll_to(f))}}}},scroll_to:function(a,b){var c=this.pages;if(!(0>a||a>=c.length)){c=c[a].view_position();void 0===b&&(b=[0,0]);var e=this.container;e.scrollLeft+=b[0]-c[0];e.scrollTop+=b[1]-c[1]}},get_current_view_hash:function(){var a=[],b=this.pages[this.cur_page_idx];a.push(b.num);a.push(“XYZ”);var c=b.view_position(),c=transform(b.ictm,[c[0],b.height()-c[1]]);a.push(c[0]/this.scale);a.push(c[1]/this.scale);a.push(this.scale);return JSON.stringify(a)}};pdf2htmlEX.Viewer=Viewer;})(); try{pdf2htmlEX.defaultViewer = new pdf2htmlEX.Viewer({});}catch(e){}
Copyright © 2015 Liberty Publishing, Inc. All rights reserved
Distributed by Financial Media Exchange
Preparing for Long-Term Care
As we age, most of us are aware of the importance of planning for retirement and making appropriate
estate arrangements. However, many of us postpone planning for other financial needs. At some point,
however, we may become incapable of living independently and require long-term care (LTC).
Although it is difficult to consider, it is quite likely that you or someone you love will eventually need
physical or medical assistance. Unless funding long-term care is incorporated into your financial
strategies, you may need to find alternative ways to obtain care and pay for your medical bills.
Should you come to need daily assistance, long-term care (LTCI) insurance can help cover the
expenses of a nursing home, assisted living facility, or at-home care. Policies vary, but in general, they
provide a daily, set amount of coverage that can be used in a number of ways. You may find this allows
you to remain independent longer and also increases your options for care. Protect your future, and
that of your family, and prepare for the possibility of LTCI with insurance.
MHNDISAS-X