CINXE.COM
The-Cherokee-Herald-02052020-e-Edition The Post Herald e-Edition
<!DOCTYPE html> <script language='JavaScript' type='text/javascript' nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> fpIsFlipPagesError = ''; fpIsFlipPages = false; varSkinFolder = 'skin'; </script> <script language="JavaScript" type="text/javascript" nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> BASE_PATH_TO_APP = 'https://codebase.dirxioncs.com/newspaper/'; REMOTE_PATH_TO_SERVICES = 'https://codebase.dirxioncs.com/newspaper/'; REMOTE_PATH_TO_DATA = 'https://www.cherokeeherald.com/'; REMOTE_PATH_TO_SKIN = 'https://www.cherokeeherald.com/'; RELATIVE_PATH_TO_CODE = 'code-bin/'; RELATIVE_PATH_TO_DATA = ''; UNC_PATH_TO_SERVICES = 'F:/Sites/_codebase/newspaper/'; UNC_PATH_TO_DATA = 'D:/Sites/Newspapers/CherokeeHerald/'; UNC_PATH_TO_SKIN = 'D:/Sites/Newspapers/CherokeeHerald/'; USING_SHARED_CODE = true; RPTS = 'RHFkWnFqSkU5bVdsTGZCSVlEUVd0OHVpZeCu9pfigU4_9dd9eyve7aDLrd4-DgzEY9-aTR2gWzQDTkX8vpQqTxplQ3WTnEk'; UPTS = 'RHFkWnFqSkU5bVdsTGZCSVlEUVd0OHVpCskt_NPRmAs0y5MQmlNo7IyF9v0kQEaYO-aIFA24XzYJV1O2lZk9XBlqCHO0lBQR6f2H'; var SERVER_QUERY_STRING = 'BookTitle%3DThe-Cherokee-Herald-02052020-e-Edition%26guide_mode%3Ddefault.php%26org%3D'; var varFilter1 = ''; var varFilter2 = ''; </script> <!-- DIGITAL PUBLICATION POWERED BY DIRXION SOFTWARE WWW.DIRXION.COM --> <script language="JavaScript" type="text/javascript"> varProductType = 'cat'; varProductName = '(Company)'; varPwaSupport = 'no'; varGoogleAnalytics = 'no'; varGoogleAnalyticsAcct = 'UA-583823-10'; varGoogleAnalyticsCV1 = 'html5'; varGoogleAnalyticsXD = ''; varGoogleAnalyticsAcct2 = ''; varGoogleAnalyticsXD2 = ''; varWebTrends = 'no'; varWebTrendsDomain = ''; varWebTrendsDcsId = ''; varWebTrendsLocale = ''; varWebTrendsSrc = ''; varHDSupplyEnsighten = ''; varGetClickyAcct = ''; strGlobalForceClear = ''; strCookieForceClear = ''; strPreferencesForceClear = ''; strActionListForceClear = ''; strBookHistoryForceClear = ''; strPWAwidgetForceClear = ''; strTpodStorageForceClear = ''; strSoftwareVersion = '9.0.0.42p2'; strReleaseId = '9.0.0.42p2.2'; varLoginUrl = ''; // Designate the components to preload preLoadedComponents = [ // Examples: {Component:'generic/About', HasCss:true}, // {Component:'generic/TocTabPanel', HasCss:true}, // {Component:'generic/SearchTabPanel', HasCss:true} ] // Designate the javscript libraries to preload (absolute or relative to code folder) preLoadedJavascriptAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.js', ] // Designate the css to preload (absolute path or relative to code folder) preLoadedCssAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.css', ] </script> <script language="JavaScript" type="text/javascript"> varProductType = 'news'; varProductName = 'The Post Herald e-Edition'; varPwaSupport = 'no'; varGoogleAnalytics = 'yes'; varGoogleAnalyticsAcct = 'G-HTLB0TDEBH'; varGoogleAnalyticsCV1 = 'html5'; varGoogleAnalyticsXD = ''; varGoogleAnalyticsAcct2 = ''; varGoogleAnalyticsXD2 = ''; varWebTrends = 'no'; varWebTrendsDomain = ''; varWebTrendsDcsId = ''; varWebTrendsLocale = ''; varWebTrendsSrc = ''; varHDSupplyEnsighten = ''; varGetClickyAcct = ''; strGlobalForceClear = ''; strCookieForceClear = ''; strPreferencesForceClear = ''; strActionListForceClear = ''; strBookHistoryForceClear = ''; strPWAwidgetForceClear = ''; strSoftwareVersion = '9.0.0.42p2'; strReleaseId = '9.0.0.42p2.2'; varLoginUrl = '../sub/account_login.php'; // Designate the components to preload (not required but will speed up 1st access) preLoadedComponents = [ // Example: // {Component:'generic/About', HasCss:true}, // {Component:'generic/TocTabPanel', HasCss:true}, // {Component:'generic/SearchTabPanel', HasCss:true} // {Component:'generic/TemplateO', HasCss:true} // // When Tpod is enabled: // {Component:'generic/Login', HasCss:true}, // {Component:'generic/Tpod', HasCss:false}, // {Component:'generic/CropShare', HasCss:true} ] // Designate the javscript libraries to preload (absolute or relative to code folder) preLoadedJavascriptAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.js', ] // Designate the css to preload (absolute path or relative to code folder) preLoadedCssAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.css', ] </script> <script language='JavaScript' type='text/javascript' nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> mcpIsMyCatalogPro = false; </script> <script language="JavaScript" type="text/javascript" nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> // ----------------------------------------------------------------------- // Javascript State management - sharing same client cookies as ASP // Do not use special characters in name or key // string arguments for cross compatibility between // server-side ASP and client-side Javascript // (use only a-zA-Z0-9) // ----------------------------------------------------------------------- function c2kCookie(name, days) { var m_name = name; var m_days = days; var m_args = "; samesite=lax"; if (document.location.protocol == 'https') m_args = "; samesite=none; secure"; if (m_days) { var expire = new Date(); expire.setTime(expire.getTime() + m_days*24*60*60*1000); m_args += "; expires=" + expire.toUTCString() ; } this.getCookie = function() { var theMatch; // This checks if the first cookie is the one we want theMatch = document.cookie.match(new RegExp("(^" + m_name + "=)([^;]*)(;|$)")); if (theMatch) return decodeURIComponent(theMatch[2]); // This checks if the cookie is somewhere further into the cookie string theMatch = document.cookie.match(new RegExp("(; " + m_name + "=)([^;]*)(;|$)")); return decodeURIComponent(theMatch ? theMatch[2] :null); } this.setValue = function(key, value) { var theCookie, newCookie; // The ASP side expects escape rather than encodeURI //value = window.encodeURI ? encodeURI(value) : escape(value); //value = escape(value); theCookie = this.getCookie(); if (theCookie) theCookie = "&" + theCookie; newCookie = null; if (value) { if (!theCookie) { newCookie = "&" + key + "=" + value; } else { if (new RegExp("&" + key + "=").test(theCookie)) newCookie = theCookie.replace(new RegExp("&" + key + "=([^&;]*)"), "&"+key+"="+value); else newCookie = theCookie + "&"+key+"="+value; } } else if (new RegExp("&" + key + "=").test(theCookie) ) { newCookie = theCookie.replace(new RegExp("&" + key + "=([^&;]*)"), ""); } //if (newCookie) { newCookie = m_name + "=" + encodeURIComponent(newCookie.substr(1)); document.cookie = newCookie + m_args; } } this.getValue = function(key) { var theCookie, theMatch, theValue; theCookie = this.getCookie(); if (theCookie) { theCookie = "&" + theCookie; theMatch = theCookie.match(new RegExp("&" + key + "=([^&;]*)")); if (theMatch) { theValue = theMatch[1]; if (theValue) { // The ASP side performed escape rather than encodeURI //return window.decodeURI ? decodeURI(theValue) : unescape(theValue); //return unescape(theValue); return theValue; } } } return ""; } this.autoClear = function() { var theIso8601ForceClearDateStr, theIso8601ForceClearDateObj; var thePreviousAutoClearDateStr, thePreviousAutoClearDateObj; var theGlobalForceClearDateStr, theGlobalForceClearDateObj; //theGlobalForceClearDateStr = Skin.getInstance().get('GlobalSharedObjectForceClear',''); theGlobalForceClearDateStr = strGlobalForceClear; if (theGlobalForceClearDateStr == '') theGlobalForceClearDateObj = new Date(0); else theGlobalForceClearDateObj = new Date(theGlobalForceClearDateStr); theIso8601ForceClearDateStr = strCookieForceClear; if (theIso8601ForceClearDateStr == '') theIso8601ForceClearDateObj = new Date(0); else theIso8601ForceClearDateObj = new Date(theIso8601ForceClearDateStr); if (theGlobalForceClearDateObj > theIso8601ForceClearDateObj) theIso8601ForceClearDateObj = theGlobalForceClearDateObj; thePreviousAutoClearDateStr = this.getValue('iso8601AutoClearTimeStamp'); if ((!thePreviousAutoClearDateStr) || (thePreviousAutoClearDateStr == '')) thePreviousAutoClearDateObj = new Date(0); else thePreviousAutoClearDateObj = new Date(thePreviousAutoClearDateStr); if (thePreviousAutoClearDateObj < theIso8601ForceClearDateObj) { // AutoClear the Cookie newCookie = m_name + "=" + encodeURIComponent('iso8601AutoClearTimeStamp='+new Date().toISOString()); document.cookie = newCookie + m_args; } } } // allocate object for handling session cookies var c2kSession = new c2kCookie("EdgeCookiexS1"); // allocate object for handling persistent cookies var c2kPersist = new c2kCookie("EdgeCookiexP1",365); // -------------------- // Example usage // c2kSession.setValue("KEY","Gibbs"); // alert(c2kSession.getValue("KEY")); // -------------------- </script> <script language='JavaScript' type='text/javascript' nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> PlatformDetect = {}; var ua = navigator.userAgent.toLowerCase(); if (ua.match(/ip(?:od|hone)/) || (ua.match(/(?:webos|android)/) && ua.match(/(?:mobile)/)) || (ua.match(/phone/))) { PlatformDetect.isMobile = true; } else if (ua.match(/ipad/) || (ua.match(/(?:webos|android)/) && !ua.match(/(?:mobile)/))) { PlatformDetect.isTablet = true; if (ua.match(/(?:webos|android)/)) { var smallestWidth = Math.min(screen.width,screen.height); if (smallestWidth < 720) PlatformDetect.isTablet7 = true; } } else if ((navigator.platform === 'MacIntel') && (navigator.maxTouchPoints > 1)) { // In ios 13+ there is a Safari setting where the user can enable // 'Request Desktop Website' for 'All Websites'. When this is the // case, the User agent looks like the desktop Mac so our normal // PlatformDetect.isTablet would not have been set correctly above. PlatformDetect.isTablet = true; } else { PlatformDetect.isDesktop = true; } </script> <script async src='https://www.googletagmanager.com/gtag/js?id=G-HTLB0TDEBH' nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'></script> <script type='text/javascript' nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> var initialized = false; window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-HTLB0TDEBH', { 'cookie_flags': 'samesite=none;secure', 'send_page_view': true, 'custom_map': {'dimension1': 'interface'}, 'interface': 'html5' }); gtag('config', 'UA-40890900-56', { 'cookie_flags': 'samesite=none;secure', 'send_page_view': true}); </script> <!DOCTYPE html> <html xml:lang="en" lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <!-- prevents IE11 from automatically looking for browserconfig.xml --> <meta name="msapplication-config" content="none"/> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="google" value="notranslate" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0 minimal-ui" /> <!-- 7/10/2024 changed for ADA --> <meta name="theme-color" content="#f0f0f0"/> <title>The-Cherokee-Herald-02052020-e-Edition The Post Herald e-Edition</title><meta name="description" content="Check out our interactive digital publication, powered by Dirxion, the ultimate flip book platform. The user interface makes reading and searching easy."><meta name="keywords" content="interactive,digital,catalog,publication,platform,Dirxion,online,virtual"> <!-- DIGITAL PUBLICATION POWERED BY DIRXION SOFTWARE WWW.DIRXION.COM --> <script language="JavaScript" type="text/javascript"> varProductType = 'cat'; varProductName = '(Company)'; varPwaSupport = 'no'; varGoogleAnalytics = 'no'; varGoogleAnalyticsAcct = 'UA-583823-10'; varGoogleAnalyticsCV1 = 'html5'; varGoogleAnalyticsXD = ''; varGoogleAnalyticsAcct2 = ''; varGoogleAnalyticsXD2 = ''; varWebTrends = 'no'; varWebTrendsDomain = ''; varWebTrendsDcsId = ''; varWebTrendsLocale = ''; varWebTrendsSrc = ''; varHDSupplyEnsighten = ''; varGetClickyAcct = ''; strGlobalForceClear = ''; strCookieForceClear = ''; strPreferencesForceClear = ''; strActionListForceClear = ''; strBookHistoryForceClear = ''; strPWAwidgetForceClear = ''; strTpodStorageForceClear = ''; strSoftwareVersion = '9.0.0.42p2'; strReleaseId = '9.0.0.42p2.2'; varLoginUrl = ''; // Designate the components to preload preLoadedComponents = [ // Examples: {Component:'generic/About', HasCss:true}, // {Component:'generic/TocTabPanel', HasCss:true}, // {Component:'generic/SearchTabPanel', HasCss:true} ] // Designate the javscript libraries to preload (absolute or relative to code folder) preLoadedJavascriptAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.js', ] // Designate the css to preload (absolute path or relative to code folder) preLoadedCssAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.css', ] </script> <script language="JavaScript" type="text/javascript"> varProductType = 'news'; varProductName = 'The Post Herald e-Edition'; varPwaSupport = 'no'; varGoogleAnalytics = 'yes'; varGoogleAnalyticsAcct = 'G-HTLB0TDEBH'; varGoogleAnalyticsCV1 = 'html5'; varGoogleAnalyticsXD = ''; varGoogleAnalyticsAcct2 = ''; varGoogleAnalyticsXD2 = ''; varWebTrends = 'no'; varWebTrendsDomain = ''; varWebTrendsDcsId = ''; varWebTrendsLocale = ''; varWebTrendsSrc = ''; varHDSupplyEnsighten = ''; varGetClickyAcct = ''; strGlobalForceClear = ''; strCookieForceClear = ''; strPreferencesForceClear = ''; strActionListForceClear = ''; strBookHistoryForceClear = ''; strPWAwidgetForceClear = ''; strSoftwareVersion = '9.0.0.42p2'; strReleaseId = '9.0.0.42p2.2'; varLoginUrl = '../sub/account_login.php'; // Designate the components to preload (not required but will speed up 1st access) preLoadedComponents = [ // Example: // {Component:'generic/About', HasCss:true}, // {Component:'generic/TocTabPanel', HasCss:true}, // {Component:'generic/SearchTabPanel', HasCss:true} // {Component:'generic/TemplateO', HasCss:true} // // When Tpod is enabled: // {Component:'generic/Login', HasCss:true}, // {Component:'generic/Tpod', HasCss:false}, // {Component:'generic/CropShare', HasCss:true} ] // Designate the javscript libraries to preload (absolute or relative to code folder) preLoadedJavascriptAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.js', ] // Designate the css to preload (absolute path or relative to code folder) preLoadedCssAssets = [ // Example: RELATIVE_PATH_TO_CODE+'frameworks/jQuery/plugins/jquery.flexslider.css', ] </script> <script language='JavaScript' type='text/javascript' nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> mcpIsMyCatalogPro = false; </script> <meta property="og:title" content="The Post Herald e-Edition" /> <meta property="og:description" content="Check out our interactive digital publication, powered by Dirxion" /> <meta property="og:image" content="https://www.cherokeeherald.com/skin/images/openGraphImage.png?RelId=9.0.0.42p2.2" /> <meta name="twitter:card" content="summary" /> <link rel='shortcut icon' href='https://www.cherokeeherald.com/skin/images/favicon.ico?RelId=9.0.0.42p2.2'> <link rel="apple-touch-icon" sizes="192x192" href="https://www.cherokeeherald.com/skin/images/icons/icon-192x192.png?RelId=9.0.0.42p2.2"> <link rel="apple-touch-icon" sizes="512x512" href="https://www.cherokeeherald.com/skin/images/icons/icon-512x512.png?RelId=9.0.0.42p2.2"> <script type="text/javascript" crossorigin src="https://codebase.dirxioncs.com/newspaper/code-bin/jquery.js?RelId=9.0.0.42p2.2"></script> <script type="text/javascript" nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> $.noConflict(); // This avoids conflicts with MooTools library. Use jQuery instead of $ for jQuery calls. </script> <!--DIRXION-SKIN--> <link type="text/css" rel="stylesheet" crossorigin href="https://codebase.dirxioncs.com/newspaper/code-bin/stylesheets.css?RelId=9.0.0.42p2.2"/> <link type="text/css" rel="stylesheet" class="maincss" crossorigin href="https://codebase.dirxioncs.com/newspaper/code-bin/skin-defaults/css/compiled-main.css?RelId=9.0.0.42p2.2"/> <link type="text/css" rel="stylesheet" crossorigin href="https://www.cherokeeherald.com/skin/core.css?RelId=9.0.0.42p2.2"/> <!--DIRXION-SKIN--> <script type="text/javascript" crossorigin src="https://codebase.dirxioncs.com/newspaper/code-bin/jscript.js?RelId=9.0.0.42p2.2"></script> <!-- PRELOADED COMPONENTS --> <script language="JavaScript" type="text/javascript" nonce='649a97aca2c93bb84872c85dd485f525290fe6155a15d59857ee456056c2d35e'> //alert('document.documentMode=' + document.documentMode + ' \nBrowser.version=' + Browser.version + '\nBrowser.isIEEmulated=' + Browser.ieIsEmulated); LoadComponentCommand.preloadComponents(preLoadedComponents); LoadComponentCommand.preloadJavascriptAssets(preLoadedJavascriptAssets); LoadComponentCommand.preloadCssAssets(preLoadedCssAssets); </script> <!-- PRELOADED COMPONENTS --> </head> <body ondragstart="/*Disable IE8 drag and drop */return false;" ondrop="return false;"> <div class="PageContent" style="visibility: hidden">This page intentionally left blank</div> <div id="SplashView" style="background-color:#fff; position:fixed; left:0; top:0; bottom:0; right:0;"> <img crossorigin src="https://www.cherokeeherald.com//skin/images/splash.png?RelId=9.0.0.42p2.2" style="opacity:1.0; position:fixed; width:300px; height:300px; top:50%; left:50%; margin-top:-150px; margin-left:-150px;" /> <img crossorigin src="https://www.cherokeeherald.com//skin/images/loader.gif?RelId=9.0.0.42p2.2" style="position:fixed; width:110px; height:75px; top:55%; left:50%; margin-top:-32px; margin-left:-55px;" /> </div> <noscript> <div style="position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF"> <p style="margin-left: 10px">We're sorry but this application doesn't work properly without JavaScript enabled. To use this application, please enable JavaScript in your browser and refresh this page.</p> </div> </noscript> </body> <script language="JavaScript" type="text/javascript"> CommandLine.getInstance().set('BookTitle','The Cherokee Herald 02052020 E Edition'); CommandLine.getInstance().set('BookCode','20200205'); CommandLine.getInstance().set('Sgt','11');</script></html>