// eslint-disable-next-line no-undef UAGBInlineNotice = { init( attr, id ) { const main = document.querySelectorAll( id ); if ( main.length === 0 ) { return; } const uniqueId = attr.c_id; const isCookie = attr.cookies; const cookiesDays = attr.close_cookie_days; const currentCookie = Cookies.get( 'uagb-notice-' + uniqueId ); for ( const mainWrap of main ) { if ( 'undefined' === typeof currentCookie && true === isCookie ) { mainWrap.style.display = 'block'; } const noticeDismissClass = mainWrap.querySelector( '.uagb-notice-dismiss' ) || mainWrap.querySelector( 'svg' ); const closeBtn = noticeDismissClass ? noticeDismissClass : mainWrap.querySelector( 'button[type="button"] svg' ); if ( '' !== attr.noticeDismiss && '' !== attr.icon ) { closeBtn.addEventListener( 'click', function () { dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main ); } ); main[0].addEventListener( 'keydown', function ( e ) { if ( e.keyCode === 13 || e.keyCode === 32 ) { const focusedVisibleElement = document.querySelector( id + ' :focus-visible' ); dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main, focusedVisibleElement ); } } ); } } }, }; function dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main, focusedVisibleElement ) { if ( true === isCookie && 'undefined' === typeof currentCookie ) { Cookies.set( 'uagb-notice-' + uniqueId, true, { expires: cookiesDays } ); } main[0]?.classList?.add( 'uagb-notice__active' ); if ( focusedVisibleElement ) { const closeDismiss = focusedVisibleElement?.parentElement; closeDismiss.style.display = 'none'; } else { main[0].style.display = 'none'; } }{"id":19979,"date":"2026-08-31T19:54:42","date_gmt":"2026-08-31T19:54:42","guid":{"rendered":"https:\/\/secsa.us\/wpsecsa\/?p=19979"},"modified":"2026-09-01T12:45:43","modified_gmt":"2026-09-01T12:45:43","slug":"choosing-right-base","status":"publish","type":"post","link":"https:\/\/secsa.us\/wpsecsa\/index.php\/2026\/08\/31\/choosing-right-base\/","title":{"rendered":"Choosing the Right Base Camp"},"content":{"rendered":"
When you\u2019re planning a two?day break, the first decision is the location. A cabin in the Adirondacks, a beach house in Maine, or a loft in Asheville all offer different vibes. I booked a 3?bedroom cabin that sits 200 feet from a lake, and the rental price was \u00a3120 per night. That\u2019s cheaper than a hotel and gives you a kitchen, fire pit, and a private deck. If you\u2019re on a tighter budget, look for a house with a shared kitchen; you\u2019ll save on food costs and still have space to relax.<\/p>\n